﻿* {
    box-sizing: border-box;
}

.style-icon-menu-bar{
    font-size: 25px;
    color: #696973;
    cursor: pointer;
}

/* Container doc */

.container-doc{
    padding-top: 60px;
    display: flex;
}

.titulo-json-data {   
    margin-top: 25px;
    margin-bottom: 0px;    
}

.container-doc .content-box{
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.Imagem-logo{
    text-align: center;    
    padding-top: 270px;
    padding-bottom: 430px;  
}
.imagem-home {
    width: 37%;
    height: 150px;
}
    

.icone-anonimo {
    height: 50px;
}

.box-header-createdby {
    display: flex;
    align-items: center;
}

#id-home {
    min-height: 93vh;
}

#id-retorno-padrao {
    min-height: 92vh;
}

#id-limite-uso {
    min-height: 90vh;
}

#id-autenticacao {
    min-height: 90vh;
}

#id-introducao {
    min-height: 90vh;
}

.box-header-createdby p {
    margin: 0;
}

.box-header-createdby .icone-criado {
    margin: 0;
    margin-right: 15px;
}

.content-header-createdby {
    padding: 20px 0;
}

.menu-lateral .ul-menu{
    padding-left: 15px;
    margin: 0;
}

#Menu-topo {
    background-color: #58585b;
    background-image: linear-gradient(90deg, #e2e2e2 0%,#bfbaba 40%,#e2dfdf 100%);  
    position: fixed;
    width: 100%;
    z-index: 3;
}

.imagem-topo {
    height: 60px;
}

.sidenav {
    height: 100%;
    width: 270px;
    z-index: 999;
    background-color: #f3f5f7;
}

.seta-icone {
    padding-top: 10px;
    text-decoration: none;
    font-size: 13px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.sidenav span, .dropdown-btn {
    padding-top: 10px;
    text-decoration: none;
    font-size: 13px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;    
}

.dropdown-btn active {
    outline: none;
}

.sidenav a:hover, .dropdown-btn:hover {
    color: #42526e;
    text-decoration: none;
}

.active {
    background-color: #f3f5f7;
    color: #42526e;
}

.dropdown-container {
    display: none;
    background-color: #f3f5f7;
    padding-left: 8px;
}

.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.navmenu {
    padding: 7px 0px;    
    margin-left: 15px;
    font-size: 13px;
    list-style: disc;
}

.titulo-menu {
    font-size: 17px;
    font-weight: 600;
    padding-left: 5px;
    display: inline-block;
}

.icone-page {
    font-size: 27px;
}

.titulo-txt1 {
    text-align: left;
    font-size: 33px;
    font-family: -webkit-pictograph, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 10px;
}

.icone-criado {
    margin-top: 15px;
    padding-left: 0px!important;
}

.autor {
    margin-top: 21px;
    padding-left: 0px;
    margin-left: -83px;
    font-size: 12px;
}

.desc-autor {
    padding-left: 0px!important;
    margin-top: 10px;
}

.desc-auth {
    padding-top: 20px;
    font-size: 16px;
}

.desc-es {
    font-style: italic;
    margin-top: 15px;
}

.subdesc-intro {
    margin-top: 10px;
}
.desc-intro {
    margin-top: 35px;
    font-size: 16px;
}

.btz-ref {
    cursor: pointer;
}

.btz-ref:hover {
    text-decoration: underline;
    color: blue;
}

.desc-limites {
    margin-top: 40px;
    font-size: 16px;
}

.ajust-intro {
    display: inline;    
    margin-left: 5px;
}

table, td, th {    
    border: 1px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 10px;
}

.tabela-limite {
    padding-top: 35px;
    padding-bottom: 100px;
    font-size: 16px;
    font-family: -webkit-pictograph, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.titulo-tabela {
    background: #f4f5f7;
    font-size: 16px;
    font-family: -webkit-pictograph, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.desc-tabela {
    font-size: 16px;
}

.tabela-es {
    font-style: italic;
}

p.bck-sucess {
    background-color: #c5ffec;    
    color: #006644;
    padding: 0px 6px;
    font-size: 11px;
    border-radius: 5%;
    font-weight: 600;
    display: inline;
}

p.bck-error {
    background-color: #f7c6ba;
    padding: 0 6px;
    font-size: 11px;
    border-radius: 5%;
    font-weight: 600;
    display: inline;
    color: #BF2600;
}

p.bck-alert {
    background-color: #FFF0B3;
    padding: 0 6px;
    font-size: 11px;
    border-radius: 5%;
    font-weight: 600;
    display: inline;    
}

.tabela-codigo {
    display: block;
    min-width: calc(1ch + 16px);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    user-select: none;
    background: linear-gradient(to right, #ebecf0 2%, #f4f5f7 0% 60%);
    font-family: var(--code-font-family-italic);    
    color: rgb(80, 95, 121);
    flex-shrink: 0;
    box-sizing: border-box;
    padding-left: 8px;
    line-height: 30px;
}

.ajust-tbl-codigo {
    padding-left: 20px;
}

.ajust-tbl-codigo2 {
    padding-left: 40px;
}

.ajust-tbl-codigo3 {
    padding-left: 65px;
}

.ajust-tbl-codigo4 {
    padding-left: 90px;
}

.bck-post {
    background-color: #DEEBFF;
    padding: 0 6px;
    font-size: 11px;
    border-radius: 5%;
    font-weight: 600;
    display: inline;
    color: #0747A6;
}

.links {    
    color: #0052cc;
}

.links:hover {
    text-decoration: underline;
}

.titulo-fprotocol {
    margin-top: 25px;
    margin-bottom: 25px;  
}

.tabela-finish-protocol {    
    padding-bottom: 10px;
    font-size: 16px;
    font-family: -webkit-pictograph, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.desc-finish {
    margin-top: 10px;
    font-size: 16px;
    padding-bottom: 50px;
}

.titulo-header {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 17px;
    border-bottom: 2px solid #e2e4e6;
}

.subtitulo-header {
    display: inline-flex;
    padding-left: 0px!important;
}

.table-stock {
    width: 100%;
    font-size: 15px;
}

.table-cod {
    padding-left: 0px!important;
    font-weight: 700;
    width: 100%;
}

.titulo-tbl-cod {
    margin-top: 0;
    margin-bottom: 10px;
}

.json-format {
    padding-left: 0px!important;
}

.btz-ref-template {    
    color: #0052cc;;
}

.btz-ref-template:hover {
    text-decoration: underline;
    color: #0052cc;
}

.tabela-create-protocol {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: -webkit-pictograph, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.titulo-create-protocol {
    margin-top: 60px;
    margin-bottom: 25px;
}

.tabela-create-protocol2 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    padding-left: 0px!important;
    font-family: -webkit-pictograph, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.titulo-saida {
    margin-top: 10px;
    margin-bottom: 10px;
}

.desc-es-data {
    font-style: italic;
    margin-top: 50px;
}

.bck-get {
    background-color: #FFF0B3;
    padding: 0 6px;
    font-size: 11px;
    border-radius: 5%;
    font-weight: 600;
    display: inline;
    color: #0747A6;
}

.desc-quo {
    margin-top: 35px;
    font-size: 16px;
}

.titulo-quo {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
}

.titulo-json {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 17px;
}

.btn-download {
    margin: 20px 0;
}

.format-btn-download {    
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    width: 156px;
    max-width: 100%;
    height: 125px;
    max-height: 100%;
    background-color: rgb(244, 245, 247);
    border-radius: 3px;
    cursor: pointer;
    box-shadow: rgb(9 30 66 / 31%) 0px 1px 1px, rgb(9 30 66 / 31%) 0px 0px 1px 0px;
    font-size: 11px;
    line-height: 14px;
}

.titulo-download {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: inherit;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    height: 36px;
    padding: 4px 8px;
}

.imagem-download {        
    left: 50%;
    top: 0%;    
    display: flex;
    image-orientation: none;
}

.autor-CO {
    margin-top: 21px;
    padding-left: 0px;
    margin-left: -50px;
    font-size: 12px;
}

.box-first-step {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(9, 30, 66, 0.13);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 8px;
    margin: 40px 0;
}

.body-content .box-first-step .title-first-step {
    cursor: pointer;
    color: rgba(9, 30, 66, 0.66);
}

.fa-chevron-right{
    margin: 0 5px;
    transform: rotate(0deg);
    transition: transform 100ms linear;
}

.fa-chevron-right.open{
    transform: rotate(90deg);
    transition: transform 100ms linear;
}

/* Página Eto - DataExtraction */

#DataExtraction .padding-default {
    padding: 0 25px;
}

#DataExtraction .titulo-dataext-txt1 {
    text-align: left;
    font-size: 33px;
    font-family: -webkit-pictograph, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 10px;
}

#DataExtraction .list-content-itens {
    padding-left: 12px;
}

#DataExtraction .list-itens {
    list-style-type: lower-alpha;
    padding-left: 25px;
}

#DataExtraction .icone-anonimo {
    height: 50px;
}

#DataExtraction .dataext {
    color: rgb(107, 119, 140);
    font-size: 12px;
}

#DataExtraction .image {
    max-width: 70vw;
    max-height: 70vw;
    margin-bottom: 50px;
}

#DataExtraction .title-structure {
    margin-bottom: 0px;
}

#DataExtraction .image-structure {
    max-width: 70vw;
    max-height: 70vw;
    margin: 24px 0;
}

#DataExtraction .image-configuration {
    max-width: 70vw;
    max-height: 70vw;
    margin-bottom: 15px;
}

#DataExtraction .image-scheduling {
    max-width: 70vw;
    max-height: 70vw;
    margin-bottom: 15px;
}

#DataExtraction .box-header-createdby {
    display: flex;
    align-items: center;
}

#DataExtraction .box-header-createdby p {
    margin: 0;
}

#DataExtraction .box-header-createdby .icone-criado {
    margin: 0;
    margin-right: 15px;
}

#DataExtraction .content-header-createdby {
    padding: 20px 0;
}

#DataExtraction .body-content {
    padding: 0 15px;
}

#DataExtraction .body-content p {
    font-size: 16px;
    line-height: 1.5;
    color: rgb(23, 43, 77);
}

#DataExtraction .body-content li {
    font-size: 16px;
    color: rgb(23, 43, 77);
}

#DataExtraction .body-content ol {
    font-size: 16px;
    color: rgb(23, 43, 77);
}

#DataExtraction .body-content .box-first-step {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(9, 30, 66, 0.13);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 8px;
    margin: 40px 0;
}

#DataExtraction .body-content .box-first-step .title-first-step {
    cursor: pointer;
    color: rgba(9, 30, 66, 0.66);
}

#DataExtraction .body-content .box-first-step .title-first-step .click-first-step {
    margin: 0;
    font-size: 12px;
}

#DataExtraction .body-content .box-first-step #id-content-first-step {
    padding-top: 15px;
}

#DataExtraction .body-content .box-second-step {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(9, 30, 66, 0.13);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 8px;
    margin: 40px 0;
}

#DataExtraction .body-content .box-second-step .title-second-step {
    cursor: pointer;
    color: rgba(9, 30, 66, 0.66);
}

#DataExtraction .body-content .box-second-step .title-second-step .click-second-step {
    margin: 0;
    font-size: 12px;
}

#DataExtraction .body-content .box-second-step #id-content-second-step {
    padding-top: 15px;
}

#DataExtraction .fa-chevron-right{
    margin: 0 5px;
    transform: rotate(0deg);
    transition: transform 600ms linear;
}

#DataExtraction .fa-chevron-right.open{
    transform: rotate(90deg);
    transition: transform 600ms linear;
}

#DataExtraction .body-content h3 {
    color: rgb(23, 43, 77);
    font-size: 22px;
}

/* Página Extracition ES*/

#DataExtraction-ES .padding-default {
    padding: 0 25px;
}

#DataExtraction-ES .titulo-dataext-txt1 {
    text-align: left;
    font-size: 33px;
    font-family: -webkit-pictograph, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 10px;
}

#DataExtraction-ES .list-content-itens {
    padding-left: 12px;
}

#DataExtraction-ES .list-itens {
    list-style-type: lower-alpha;
    padding-left: 25px;
}

#DataExtraction-ES .icone-anonimo {
    height: 50px;
}

#DataExtraction-ES .dataext {
    color: rgb(107, 119, 140);
    font-size: 12px;
}

#DataExtraction-ES .image {
    max-width: 70vw;
    max-height: 70vw;
    margin-bottom: 50px;
}

#DataExtraction-ES .title-structure {
    margin-bottom: 0px;
}

#DataExtraction-ES .image-structure {
    max-width: 70vw;
    max-height: 70vw;
    margin: 24px 0;
}

#DataExtraction-ES .image-configuration {
    max-width: 70vw;
    max-height: 70vw;
    margin-bottom: 15px;
}

#DataExtraction-ES .image-scheduling {
    max-width: 70vw;
    max-height: 70vw;
    margin-bottom: 15px;
}

#DataExtraction-ES .box-header-createdby {
    display: flex;
    align-items: center;
}

#DataExtraction-ES .box-header-createdby p {
    margin: 0;
}

#DataExtraction-ES .box-header-createdby .icone-criado {
    margin: 0;
    margin-right: 15px;
}

#DataExtraction-ES .content-header-createdby {
    padding: 20px 0;
}

#DataExtraction-ES .body-content {
    padding: 0 15px;
}

#DataExtraction-ES .body-content p {
    font-size: 16px;
    line-height: 1.5;
    color: rgb(23, 43, 77);
}

#DataExtraction-ES .body-content li {
    font-size: 16px;
    color: rgb(23, 43, 77);
}

#DataExtraction-ES .body-content ol {
    font-size: 16px;
    color: rgb(23, 43, 77);
}

#DataExtraction-ES .body-content .box-first-step {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(9, 30, 66, 0.13);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 8px;
    margin: 40px 0;
}

#DataExtraction-ES .body-content .box-first-step .title-first-step {
    cursor: pointer;
    color: rgba(9, 30, 66, 0.66);
}

#DataExtraction-ES .body-content .box-first-step .title-first-step .click-first-step {
    margin: 0;
    font-size: 12px;
}

#DataExtraction-ES .body-content .box-first-step #id-content-first-step {
    padding-top: 15px;
}

#DataExtraction-ES .body-content .box-second-step {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(9, 30, 66, 0.13);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 8px;
    margin: 40px 0;
}

#DataExtraction-ES .body-content .box-second-step .title-second-step {
    cursor: pointer;
    color: rgba(9, 30, 66, 0.66);
}

#DataExtraction-ES .body-content .box-second-step .title-second-step .click-second-step {
    margin: 0;
    font-size: 12px;
}

#DataExtraction-ES .body-content .box-second-step #id-content-second-step {
    padding-top: 15px;
}

#DataExtraction-ES .fa-chevron-right{
    margin: 0 5px;
    transform: rotate(0deg);
    transition: transform 600ms linear;
}

#DataExtraction-ES .fa-chevron-right.open{
    transform: rotate(90deg);
    transition: transform 600ms linear;
}

#DataExtraction-ES .body-content h3 {
    color: rgb(23, 43, 77);
    font-size: 22px;
}

/* Página Eto - Stock-BR */

#Stock-br .padding-default {
    padding: 0 25px;
}

#Stock-br .page-title {
    text-align: left;
    font-size: 33px;
    font-family: -webkit-pictograph, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Segoe UI Symbol, Segoe 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 10px;
}

#Stock-br .icone-anonimo {
    height: 50px;
}

#Stock-br .dataext {
    color: rgb(107, 119, 140);
    font-size: 12px;
}

#Stock-br .box-header-createdby {
    display: flex;
    align-items: center;
}

#Stock-br .box-header-createdby p {
    margin: 0;
}

#Stock-br .box-header-createdby .icone-criado {
    margin: 0;
    margin-right: 15px;
}

#Stock-br .content-header-createdby {
    padding: 20px 0;
}

#Stock-br .body-content p {
    font-size: 16px;
    line-height: 1.5;
    color: rgb(23, 43, 77);
}

#Stock-br .json-format {
    padding-left: 0;
}

#Stock-br .tabela-codigo {
    display: block;
    min-width: calc(1ch + 16px);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    user-select: none;
    background: linear-gradient(to right, #ebecf0 3%, #f4f5f7 0% 60%);
    font-family: var(--code-font-family-italic);
    color: rgb(80, 95, 121);
    flex-shrink: 0;
    box-sizing: border-box;
    padding-left: 8px;
    line-height: 30px;
}

#Stock-br .ajust-tbl-codigo {
    padding-left: 40px;
}

#Stock-br .ajust-tbl-codigo2 {
    padding-left: 55px;
}

#Stock-br .ajust-tbl-codigo3 {
    padding-left: 70px;
}

#Stock-br .ajust-tbl-codigo4 {
    padding-left: 90px;
}

#Stock-br .body-content h3 {
    color: rgb(23, 43, 77);
    font-size: 22px;
}

#Stock-br .body-content .desc-stock {
    margin: 20px 0;
}

#Stock-br .body-content .title-desc {
    margin-bottom: 25px;
}

#Stock-br .body-content .title-example {
    margin: 60px 0;
}

#Stock-br .body-content .titulo-tbl-cod {
    color: rgb(23, 43, 77);
    font-weight: bold;
}

/* Loader */

.loader-div{
    height: 100vh;
    text-align: center;
    padding-top: 10%;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #42526e;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


/* MEDIA QUERRY */

@media (max-width: 1024px)
{
    .Imagem-logo {
        text-align: center;
        padding-top: 270px;
        padding-bottom: 845px;
    }

    #id-introducao {
        min-height: 93vh;
    }

    #id-autenticacao {    
        min-height: 93vh;
    }

    #id-limite-uso {
        min-height: 93vh;
    }
}

@media (max-width: 834px)
{
    .Imagem-logo {
        text-align: center;
        padding-top: 270px;
        padding-bottom: 670px;
    }
}

@media (max-width: 810px)
{
    .Imagem-logo {
        text-align: center;
        padding-top: 270px;
        padding-bottom: 550px;
    }
}

@media (max-width: 768px)
{
    .Imagem-logo {
        text-align: center;
        padding-top: 270px;
        padding-bottom: 500px;
    }
}

@media (max-width: 600px)
{
    #DataExtraction .padding-default
    {
        padding: 0;
    }

    #DataExtraction .titulo-dataext-txt1 
    {
        color: #172b4d;
        font-size: 27px;
        margin-bottom: 0;
        margin-top: 15px;
    }
}

@media (max-width: 428px)
{
    .titulo-txt1 {
        text-align: left;
        font-size: 25px;
    }

    .Imagem-logo {
        text-align: center;
        padding-top: 270px;
        padding-bottom: 400px;
    }

    .tabela-finish-protocol {
        overflow-x: auto;
    }

    .tabela-limite {
        overflow-x: auto;
    }

    .imagem-home {
        width: 90%;        
    }

    .tabela-create-protocol2 {
        overflow-x: auto;
    }

    .tabela-codigo {    
        font-size: 12px;
    }

    .tabela-codigo {    
        background: linear-gradient(to right, #ebecf0 8%, #f4f5f7 0% 60%);
    }
}

@media (max-width: 414px)
{
    .Imagem-logo {
        text-align: center;
        padding-top: 270px;
        padding-bottom: 218px;
    }

    #id-home {
        min-height: 88vh;
    }
}

@media (max-width: 390px)
{
    .Imagem-logo {
        text-align: center;
        padding-top: 270px;
        padding-bottom: 335px;
    }
}

@media (max-width: 375px)
{
    .Imagem-logo {
        text-align: center;
        padding-top: 270px;
        padding-bottom: 290px;
    }
}

@media (max-width: 360px)
{
    .Imagem-logo {
        text-align: center;
        padding-top: 270px;
        padding-bottom: 260px;
    }

    #id-home {
        min-height: 88vh;
    }
}