html, body, section, header, main, footer{
    font-family: 'Roboto', sans-serif;
}

html, body{
    position: relative;
    width: 100%;
    display: inline-block;
    background: #000;
}

header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 101;
}

.logo-header-vetoryl{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    overflow-x: hidden;
}

.wrapper-970{
    position: relative;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-660{
    position: relative;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-940{
    position: relative;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

section h1,
section h2,
section h3{
    width: 100%;
}

.wrapper-content{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.img-logo-header{
    position: relative;
    padding: 15px 0px;
    display: inline-block;
}

h1.effect{
    left: -100px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

h1.effect.ativo,
h2.effect.ativo{
    left: 0px;
    opacity: 1;
}

sup{
    vertical-align: super;
    font-size: smaller;
}

h2.effect{
    left: -100px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu-itens{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-itens ul{
    list-style: none;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    max-width: 940px;
    width: 100%;
}

.menu-itens ul li{
    list-style-type: none;
    justify-content: center;
    align-items: center;
    min-height: 36px;
    display: flex;
}

.menu-itens ul li a.itens-menu{
    position: relative;
    max-width: 165px;
    margin: 0px 5px;
    display: flex;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #C5C5C5;
    padding: 0px 0px;
    min-height: 56px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    align-items: center;
    justify-content: center;
}

.menu-itens ul li a.itens-menu:hover:after,
.menu-itens ul li a.itens-menu.ativo:after{
    width: 100% !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.menu-itens ul li a.itens-menu:after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 4px;
    background: #fff;
    z-index: 2;
    content: ' ';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-itens ul li a:hover{
    color: rgb(223, 223, 223);
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.menu-itens ul li a.buscar-icone{
    position: relative;
    overflow: hidden;
    display: flex;
    width: 56px;
    padding: 10px 0px;
    min-height: 36px;
    background-color: #000;
}

.menu-itens ul li a.buscar-icone:after{
    position: absolute;
    content: ' ';
    background: url(./../img/pesquisar-icone-fechado.png) no-repeat center center;
    width: 100%;
    height: 36px;
}

.menu-itens ul li a.buscar-icone:before{
    position: absolute;
    top: -200px;
    height: 56px;
    width: 100%;
    content: ' ';
    background: url(./../img/fechar-icone.png) no-repeat center center #fff;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    transition-delay: 0.39s;
    z-index: 10;
}

.menu-itens ul li a.buscar-icone.ativo:before{
    top: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.buscar-itens-form{
    display: flex;
    width: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 0px;
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
    transition-delay: .18s;
}

.buscar-itens-form.ativo{
    height: 80px;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    transition-delay: .38s;
}

.buscar-itens-form form{
    display: flex;
    min-height: 50px;
    align-items: center;
    max-width: 900px;
    width: 100%;
}

.buscar-itens-form form input{
    width: 90%;
    padding: 0px 0px 0px 0px;
    font-size: 27px;
    font-weight: 400;
    border: 1px solid transparent;
}

.buscar-itens-form form input::placeholder{
    color: #000;
}

.buscar-itens-form form input:-ms-input-placeholder{
    color: #000;;
}

.buscar-itens-form form input::-webkit-input-placeholder{
    color: #000;;
}

.buscar-itens-form form button{
    width: 100px;
    min-height: 39px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -200px;
    border: 1px solid transparent;
    background: url(./../img/pesquisar-icone.png) no-repeat center center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    top: -200px;
    position: relative;
}

.buscar-itens-form.ativo form button{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: .55s;
    opacity: 1;
    top: 0px;
}

.whatsapp-icone-floating{
    position: fixed;
    top: 35%;
    right: -200px;
    opacity: 0;
    width: 110px;
    height: 80px;
    background: #25D366;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    text-indent: -200px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.whatsapp-icone-floating.ativo{
    right: 0px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition-delay: 4s;
    z-index: 100;
}

.whatsapp-icone-floating:after{
    content: ' ';
    background: url("./../img/wpp-logo-floating.png") no-repeat center center;
    position: relative;
    width: 100%;
    height: 100%;
}

.primeiro-footer{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 35px;
}

.primeiro-footer .texto-direitos{
    color: #C5C5C5;
    max-width: 540px;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.primeiro-footer .footer-links{
    display: flex;
    text-align: right;
    flex-direction: column;
}

.primeiro-footer .footer-links a{
    font-weight: 500;
    font-size: 14px;
    color: #C5C5C5;
    line-height: 25px;
}

.segundo-footer{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.segundo-footer .links{
    flex-direction: row;
    display: flex;
}

.segundo-footer .links a{
    color: #7A7A7A;
    font-weight: 600;
    font-size: 14px;
    margin-right: 20px;
}

.terceiro-footer{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.terceiro-footer .copyright{
    color: #7A7A7A;
    font-size: 12px;
    line-height: 14px;
}

.terceiro-footer .desenvolvido-por{
    color: #7A7A7A;
    font-size: 12px;
    line-height: 14px;
}

.menu-oculto {
    position: fixed;
    top: 0px;
    right: -4000px;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    z-index: 200;
}

.menu-oculto .menu-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(000,000,000,.9);
    z-index: 1;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}

.menu-oculto nav {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.menu-oculto nav .menu-wrapper {
    position: relative;
}

.menu-oculto nav .menu-fechar {
    position: absolute;
    top: -40px;
    right: 0px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    z-index: 10;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 10px #fff;
}

.menu-oculto nav ul {
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.menu-oculto nav ul li {
    width: 100%;
    list-style: none;
}

.menu-oculto nav ul li a {
    margin: 0px 0px;
    display: inline;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 35px;
}

.menu-oculto nav ul li a:before{
    content: '>';
    position: relative;
    font-size: 20px;
    color: #8c8c8c;
    margin-right: 10px;
    font-weight: 300;
}

.menu-oculto nav ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: .5vh;
    background: #fff;
    transition: width .9s;
}

.menu-oculto nav ul li a:hover::after {
    width: 100%;
    transition: width .9s;
}

.show-menu {
    top: 0px;
    right: 0px;
    opacity: 1;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.busca-mobile{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #fff;
}
.busca-mobile input{
    width: 70%;
    padding: 3% 5%;
    z-index: 2;
    position: relative;
    border: 2px solid #000;
    border-right: 2px solid black;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.busca-mobile button{
    width: 25%;
    padding: 3% 5%;
    background: url(./../img/pesquisar-icone-fechado.png) no-repeat center center;
    /* overflow: hidden; */
    text-indent: 900px;
    position: relative;
    background-color: #8c8c8c;
    border: 0px solid transparent;
}

.busca-mobile button:after{
    content: ' ';
    position: absolute;
    top: 0px;
    left: -50px;
    width: 50px;
    height: 100%;
    background-color: #8c8c8c;
}

.anterior-proxima{
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding-bottom: 60px;
}

.anterior-proxima .pagina{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 5px;
}

.anterior-proxima .superior{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.anterior-proxima .anterior .superior{
    text-align: left;
}

.anterior-proxima .proxima .superior{
    text-align: right;
}

.anterior-proxima .ant-prox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.anterior-proxima .anterior{
    position: relative;
    color: #999999;
    padding-left: 35px;
    display: flex;
    flex-direction: column;
}

.anterior-proxima .anterior:before{
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(./../img/pag-ant.jpg) no-repeat bottom center;
    height: 100%;
    width: 35px;
}

.anterior-proxima .anterior a{
    display: flex;
    flex-direction: column;
}

.anterior-proxima .proxima{
    position: relative;
    color: #999;
    padding-right: 35px;
    display: flex;
    flex-direction: column;
}

.anterior-proxima .proxima:before{
    content: ' ';
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(./../img/pag-pro.jpg) no-repeat bottom center;
    height: 100%;
    width: 35px;
}

.anterior-proxima .proxima a{
    display: flex;
    flex-direction: column;
}

.contato-item{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 35px;
}

.contato-item h2{
    font-weight: 500;
    color: #fff;
    font-size: 40px;
}

.contato-item .form-contato{
    flex-direction: row;
    width: 55%;
}

.contato-item .form{
    display: flex;
    flex-direction: column;
}

.contato-item .iten-f{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.contato-item .flex-row{
    display: flex;
    flex-direction: row !important;
}

.contato-item .iten-f label{
    pointer-events: none;
    position: absolute;
	color: #fff;
	font-size: .9rem;
	font-weight: 400;
	top: 0;
    left: 5%;
	font-size: 1rem;
	transition: transform .2s ease-out,color .2s ease-out;
	transition: transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.contato-item .iten-f input:focus ~ label,
.contato-item .iten-f textarea:focus ~ label,
.contato-item .iten-f input:valid ~ label,
.contato-item .iten-f textarea:valid ~ label{
	transform: translateY(0px) scale(.8);
    left: 6px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.contato-item .cada-item-60{
    position: relative;
    display: flex;
    width: 55%;
    margin-right: 5%;
}

.contato-item .cada-item-40{
    position: relative;
    display: flex;
    width: 40%;
}

.contato-item input{
    display: flex;
    width: 90%;
    padding: 15px 5% 5px 5%;
    background: #000;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #fff;
    font-weight: 400;
}

.contato-item select{
    display: flex;
    width: 100%;
    padding: 7px 5% 7px 10%;
    background: #000;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #fff;
    font-weight: 400;
}

.contato-item select option{
    color: #fff;
}

.contato-item textarea{
    min-height: 125px;
    resize: none;
    width: 90%;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #fff;
    background: #000;
    padding: 15px 5% 5px 5%;
}

.contato-item .cada-item-60 input{
    width: 80%;
    padding: 15px 10% 5px 10%;  
}

.contato-item .cada-item-60 label{
    left: 10%;
}

.contato-item .cada-item-40 input{
    width: 80%;
    padding: 15px 10% 5px 10%;  
}

.contato-item .cada-item-40 label{
    left: 10%;
}

.contato-item input:valid,
.contato-item textarea:valid,
.contato-item select:valid{
    border-bottom: 1px solid #007d04;
}

.contato-item .button{
    text-align: right;
}

.contato-item button{
    padding: 8px 0px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    width: 120px;
    background: #fff;
    color: #000;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
}

.contato-item button:disabled{
    background: #ccc;
}

.externo-form-contato{
    display: flex;
    flex-direction: row;
}

.infos{
    display: flex;
    width: 40%;
    margin-left: 5%;
    flex-direction: column;
}

.infos h2,
.contato-item h2{
    margin-top: 70px;
    margin-bottom: 30px;
}

.infos .itens-lista{
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.infos .texto{
    display: flex;
    flex-direction: column;
}

.infos .icone{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    min-width: 45px;
}

.infos .texto h3{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.infos .texto p{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.infos p{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.div-pop-up{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-redirect{
    padding: 20px 15px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
    display: flex;
    margin-top: 30px;
    background: #784891;
    justify-content: center;
    white-space: nowrap;
}

.pop-redirect i{
    margin-left: 6px;
}

.pop-up{
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: -120vh;
    left: -120vw;
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pop-up.ativo{
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.content-pop-up{
    display: flex;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.bg-pop-up{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(000,000,000,0.7);
    border-bottom-right-radius: 5000px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.pop-up.ativo .bg-pop-up{
    border-bottom-right-radius:0px;
}

.wrapper-pop-up{
    display: flex;
    padding: 3% 5%;
    background: #fff;
    z-index: 99;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 540px;
    width: 100%;
}

.pop-up h2{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin-bottom: 20px;
}

.italic{
    font-style: italic;
    display: contents;
}

.pop-up form{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 540px;
}

.pop-up form button{
    padding: 10px 0px;
    border-radius: 10px;
    background: #784891;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #784891;
    cursor: pointer;
}

.pop-up form button:hover{
    background: #804e9a;
    border: 1px solid #804e9a;
}

.pop-up form button:disabled{
    background: #ccc;
    border: 1px solid #ccc;
}

.pop-up form .itens-form{
    margin-bottom: 10px;
}

.pop-up form .itens-form input[type="text"]{
    width: 90%;
    padding: 6px 5%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.pop-up form .itens-form label{
    font-size: 15px;
}

.pop-up form .itens-form label a{
    color: #6b6b6b;
    font-style: italic;
}

.fechar-pop-up{
    background: #784891;
    color: #fff;
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 20px;
    font-weight: 300;
    padding: 4px 7.2px;
}

.content-pop-up span a{
    color: #6b6b6b;
    font-style: italic;
}

@media all and (max-width: 940px){
    .o-que-ehiperadrenocorticismo,
    .reconhecendo-sintomas,
    .diagnostico,
    .tratamento,
    .monitoramento,
    .perguntas-frequentes,
    .logbook{
        margin-top: 108px !important;
    }
    .wrapper-940,
    .wrapper-970,
    .wrapper-660{
        width: 95%;
    }
    .logo-vetoryl-footer,
    .texto-direitos{
        margin-bottom: 20px;
    }
    .buscar-itens-form form{
        width: 96%;
        padding: 0px 2%;
    }
    header .hamb-menu{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .hamb-menu a {
        display: flex;
        width: 20px;
        padding: 14.622px 13px;
        flex-direction: column;
        background: #fff;
        border-radius: 300px;
        position: absolute;
        right: 0px; 
    }
    header .hamb-menu a i {
        height: 2px;
        width: 100%;
        background: #000;
        margin: 1.8px 0px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    header .hamb-menu.menu-open i:last-child {
        position: relative;
        top: -6px;
        transform: rotate(-45deg);
        opacity: 1 !important;
    }
    header .hamb-menu.menu-open i:first-child {
        position: relative;
        top: 6px;
        transform: rotate(45deg);
        opacity: 1 !important;
    }
    header .hamb-menu.menu-open i {
        opacity: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }
}

@media all and (max-width: 910px){
    .menu-oculto nav .menu-wrapper{
        width: 95%;
        max-width: 550px;
    }
    .menu-itens{
        display: none;
    }
    .wrapper-content{
        flex-direction: row;
    }
    .contato-item .form-contato,
    .infos{
        position: relative;
        width: 100%;
        margin-left: 0px;
    }
    .externo-form-contato{
        flex-direction: column;
    }
    .infos h2{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .infos{
        margin: 0 auto;
        max-width: 400px;
        margin-top: 30px;
    }
    .infos h2,
    .infos > p{
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media all and (max-width: 767px){
    .primeiro-footer{
        flex-direction: column;
        justify-content: center;
    }
    .primeiro-footer .footer-links{
        text-align: center;
    }
}

@media all and (max-width: 610px){
    .content-pop-up{
        width: 85%;
    }
    .content-pop-up span{
        text-align: center;
    }
    section h1.main {
        background: none;
        box-shadow: none;
        left: 0px;
    }
    .segundo-footer .links ,
    .segundo-footer{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .segundo-footer .links a{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .image-dechra{
        margin: 20px 0px;
    }
    .mobile-rodape{
        display: none;
    }
    .segundo-footer{
        margin-bottom: 0px;
    }
    .whatsapp-icone-floating{
        width: 50px;
        height: 50px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .whatsapp-icone-floating:after{
        width: 60%;
        height: 60%;
        background-size: 100%;
    }
    .whatsapp-icone-floating{
        top: 45%;
    }
    .menu-oculto nav ul li a {
        font-size: 4.3vw;
        font-weight: 500;
        line-height: 6vh;
    }

    .anterior-proxima .pagina{
        font-size: 16px;
    }
    .anterior-proxima .superior{
        font-size: 13px;
    }
    .contato-item h2{
        font-size: 34px;
        margin-bottom: 20px;
        margin-top: 0px;
        text-align: center;
    }
}

@media all and (max-width:400px){
    .menu-oculto nav ul li a{
        line-height: 4.5vh;
    }
    .pop-redirect{
        font-size: 14px;
    }
}