/* CSS-RESET */
@font-face {
    font-family: 'Sculpin';
    src: url('../fonts/Sculpin-Regular.woff2') format('woff2'),
        url('../fonts/Sculpin-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    font-family: 'Sculpin', sans-serif;
    color: #fff;
}

ul {
    list-style: none;
}

*:focus, *:active {
    outline: none !important;
}

input[type='submit'], input[type='button'] {
    -webkit-appearance: none;
    cursor: pointer;
}

body {
    background: #F2F0EA;
}

.content-align {
    width: 90%;
    margin: auto;
    overflow: hidden;
    z-index: 2000
}

.mobile-hide {
    display: none;
}

/* HEADER */
@media only screen and (max-width: 1366px) {
    header {
        padding-bottom: 30vh;
    }
}

header #filete {
    z-index: 9999;
    width: 100%;
    background: #151A4A;
}

header #filete .topo-content {
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
    height: 120px;
    margin: auto;
    width: 100%;
}

header #filete .topo-content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    transition: 0.3s;
    width: 100%;
}

header #filete .topo-content-h {
    height: 100px;
    transition: 0.3s;
}

header #filete .topo-content-h ul {
    height: 100px;
    transition: 0.3s
}

header .mobile {
    width: 100%;
}

header .logo {
    width: 206.72px;
    height: 34.44px;
    display: block;
    overflow: hidden;
    transition: 0.3s;
    margin-right: 50px;
}

header .logo img {
    width: 206.72px;
    height: 34.44px;
    transition: 0.3s;
    display: block;
    margin: auto
}

header .li-logo {
    width: 207px;
    transition: 0.3s;
    margin-right: 36px;
}

.logo-mobile {
    display: none !important;
}




header ul li img {
    width: 30px;
    height: 30px;
}

header nav ul li a {
    font-size: 0.8rem;
    line-height: 1.1rem;
    display: block;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    border: 1px solid transparent;
}

header nav ul li a:not(.li-logo):hover, header nav ul li:last-child a {
    border: 1px solid #F2F0EA;
}

header nav ul li:last-child a {margin-left: 362px;}

header nav ul li:last-child a:hover {
    background-color:#F2F0EA;
    color:#151A4A
}

header nav ul li.li-logo a, header nav ul li.li-logo a.actived, header nav ul li.li-logo a:hover {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

header .default {
    position: fixed;
}

header .fixed {
    position: fixed;
    background-color: rgba(55,66,77,0.9);
}

.desktop {
    display: none;
}

header .content-header {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .content-header h1 {
    color: #CA9457;
    font-weight: normal;
    font-size: 40px;
    text-transform: uppercase;
}

header .content-header p {
    margin: 15px 0 20px 0;
    font-size: 18px;
}

header .content-header a, #especialidades .content-align > a {
    background: url(../images/icones/whatsapp-br.svg) no-repeat 15px center #CA9457;
    background-size: 28px;
    color: #fff;
    padding: 18px 20px 18px 55px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.5s;
    font-family: 'Lato';
    font-weight: bold;
}

header .content-header a:hover, #especialidades .content-align > a:hover {
    transition: 0.5s;
    background-color: #333;
}

/* CONTEUDO */
section {
    padding: 90px 0 0 0;
    width: 100%;
    float: left;
}



.desc-section {
    text-align: center;
    margin-bottom: 50px;
}

h2 {
    color: #151A4A;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

h1 span, h2 span {
    color: #4AB6B2;
    font-size: 2rem;
    font-weight: bold;
}

h2 span {
}

/* INTRO */
.banners .owl-controls {
    display: none !important;
    position: relative;
}

#intro {
    position: relative;
}

.content-intro {
    padding-top: 30vh;
    width: 25%;
    line-height: 3.5rem;
    position: absolute;
    top: 0;
    left: 10%;
}

.content-intro img {
    width: 100%
}

.content-intro > span:nth-child(2) {
    padding: 0 20px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    margin-top: 40px;
    border: 1px solid transparent;
    border-bottom: 1px solid #F2F0EA;
    font-size: 0.9rem;
}

.content-intro > span:nth-child(2):hover {
    border: 1px solid #F2F0EA;
}

/* SOBRE */

#sobre {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sobre .content-align {
    display:flex;
    justify-content:space-between;
    overflow: inherit;
}

#sobre .content {
    width: 45%;
    align-items: center;
    margin-top:50px;
}

#sobre .content p {
    text-align: justify;
    line-height: 2.5rem;
    color:#151A4A;
}

#sobre .content-align img {
    width: 45%;
}

#sobre .content-align > img {
    width: 43%;
    margin: 0 5%;
    border-radius: 30px;
    box-shadow: 10px -10px 0 0 #151A4A;
    height: fit-content;
}

#sobre .content span {
    display:block;
    border-radius:40px;
    background:url(../images/icones/play.svg) 20px center #151A4A no-repeat;
    background-size: 16px;
    padding: 15px 20px 15px 52px;
    width: 80px;
    cursor:pointer;
    margin-top: 35px;
    font-size: 0.9rem;
}

/* ESPECIALIDADES */

#especialidades {
    padding-bottom:90px;
}

.boxes-solucoes {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap
}

.boxes-solucoes .box {
    width:48.5%;
    margin-bottom: 60px;
    border-radius:20px;
    overflow:hidden;
    height: 471px;
    background-size: cover !important;
}

.boxes-solucoes .box .bg-box {
    background: linear-gradient(50deg,rgba(21, 26, 74, 1) 0%, rgba(21, 26, 74, 0.4) 100%);
    height: 470px;
    padding: 0px 5% 85px 5%;
    width: 90%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    position:relative;
}

.boxes-solucoes .box .bg-box .content {
    display:none;
    margin-bottom: 40px;
    height: 260px;
    overflow: overlay;
    padding-right: 10px;
    width: 100%;
}


.boxes-solucoes .box .bg-box .content {
  --sb-track-color: #232E33;
  --sb-thumb-color: #f2f0ea;
  --sb-size: 7px;
}

.boxes-solucoes .box .bg-box .content::-webkit-scrollbar {
  width: var(--sb-size)
}

.boxes-solucoes .box .bg-box .content::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

.boxes-solucoes .box .bg-box .content::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

.boxes-solucoes .box .bg-box .content p {
    line-height:2rem;
}

.boxes-solucoes .box .bg-box .content ul {
    list-style:circle;
    margin-left:20px;
    line-height:2rem;
}

.boxes-solucoes .box .bg-box > p {
    font-size:26px;
    width:50%;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:20px;

}

.boxes-solucoes .box .bg-box span {
    text-decoration:underline;
    cursor: pointer;
}

.boxes-solucoes .box .bg-box .whatsapp-solucao {
    position:absolute;
    bottom: 116px;
    display: inline-flex;
}

#clinica {
    background:#151A4A;
    padding-bottom: 90px;
}

#clinica h2 {
    color:#F2F0EA;
}

#clinica .content-align {
    display:flex;
    justify-content:space-between;
    align-items: center;
}

#clinica .video-clinica {
    width: 600px;
    margin:0 5%;
    border:10px solid #F2F0EA;
    border-radius:50px;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 600px;
}

#clinica .video-clinica img {width: 100%;}

#clinica .video-clinica span {
    width: 100px;
    height: 100px;
    border-radius:100%;
    display:block;
    background:url(../images/icones/play.svg) no-repeat center #151A4A;
    position: absolute;
    cursor: pointer;
}

#clinica .content {
    width: 45%;
}

#clinica .content p {
    text-align:justify;
    line-height: 2.5rem;
}

.boxes-solucoes .box .bg-box .whatsapp-solucao > a {
    background: url(../images/icones/whatsapp-br.svg) left 20px center no-repeat #151A4A;
    background-size:20px;
    padding: 10px 0 10px 0;
    border-radius:20px;
    width: 60px;
    overflow: hidden;
    transition:0.3s;
    text-indent:100px;
    margin-top:40px;
    font-size: .85rem;
}

.boxes-solucoes .box .bg-box .whatsapp-solucao > a:hover {
    width:130px;
    transition:0.3s;
    text-indent:50px;
}

#contato {
    padding-bottom:80px;
}

#contato h2 {
    text-align:left;
    margin-bottom:30px;
}

#contato p {
    color:#151A4A
}

#contato ul {
    display:flex;
    margin-top:50px;
}

#contato ul li {
    width:23%;
    padding:0 1%;
    text-align:center;
    padding-top: 87px;
}

#contato ul li:nth-child(1){
    background:url(../images/icones/whatsapp-contato.svg) no-repeat top center;
    background-size:auto 75px;
}

#contato ul li:nth-child(2){
    background:url(../images/icones/email.svg) no-repeat top center;
    background-size:auto 75px;
}

#contato ul li:nth-child(3){
    background:url(../images/icones/endereco.svg?v=2) no-repeat top center;
    background-size:auto 75px;
}

#contato ul li:nth-child(4){
    background:url(../images/icones/relogio.svg) no-repeat top center;
    background-size:auto 75px;
}

#contato ul li, #contato ul li a, #contato ul li address {
    color:#151A4A;
    font-style:normal;
    line-height: 2rem;
    font-size: 0.9rem;
}

#contato ul li address, #contato ul li address a {
     font-size: 0.9rem;
     line-height: 2rem;
 }

#contato ul li address a {
    text-decoration:underline;
}

/* FOOTER */
footer {
    background: #fff;
    padding: 50px 0;
    float: left;
    width: 100%
}

footer .content-align {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    background: url(../images/logo-rodape.png) top no-repeat;
    padding: 0 0;
    background-size: 165px;
}

footer .content-left, footer .content-right-selo {
    width: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.content-right-selo {
    background: url(../images/selo-rodape.jpg?v=3) no-repeat center;
    height: 200px;
}

footer .content-left > p {
    color: #212529;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

footer .content-left p a {
    font-family: 'Lato';
    color: #212529;
    text-decoration: underline;
}

footer .content-left .redes-sociais {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .content-left .redes-sociais p {
    margin-right: 10px;
    text-align: center;
    color: #212529
}

footer .content-left .redes-sociais a {
    width: 30px;
    height: 30px;
    display: block;
}

footer .content-left .redes-sociais ul li:nth-child(1) a {
    background: url(../images/icones/instagram.svg) no-repeat center;
    background-size: 30px;
}

footer .content-left .redes-sociais ul li:nth-child(2) a {
    background: url(../images/icones/facebook.svg) no-repeat center;
    background-size: 30px;
}

footer .content-left .redes-sociais ul li:nth-child(3) a {
    background: url(../images/icones/youtube.svg) no-repeat center;
    background-size: 30px;
}

footer .content-left .redes-sociais ul li:nth-child(4) a {
    background: url(../images/icones/linkedin.svg) no-repeat center;
    background-size: 30px;
}

footer .content-left .redes-sociais ul {
    display: flex;
    justify-content: space-between;
    width: 150px;
    align-items: center;
}

footer .content-align > a:first-child {
    background:url(../images/icones/instagram.svg) no-repeat;
    background-size: 28px;
    color:#151A4A;
    margin-left: 400px;
    padding-left: 33px;
    font-size:18px;
    margin-top: 0px;
    height: 28px;
    display: flex;
    align-items: center;
}

.web-designer {
    width: 28px;
    height: 27px;
    display: block;
    margin: auto;
    margin-top: 32px;
    background: url(../images/logo-web-designer.png?v=1) no-repeat left top;
    background-size: 146px;
    transition: 0.5s;
}

.web-designer:hover {
    width: 146px;
    transition: 0.5s;
}

#bt-whatsapp {
    position: fixed;
    bottom: 50px;
    right: 10%;
}

#bt-whatsapp a {
    width: 50px;
    display: block;
    height: 50px;
    background: url(../images/icones/whatsapp.svg) no-repeat center #CCD8B7;
    padding: 5px;
    background-size: 29px;
    border-radius: 100%;
}

/* TABLE */
@media only screen and (max-width: 1200px) {
    .content-align {
        width:95% !important;
    }

    #biblioteca {
        background-position-x: 160% !important;
    }

    #biblioteca ul {
        width: 60%;
    }

    header nav ul li:not(.li-logo) a {
        margin-left: 15px;
    }

    #sobre .content {
        width: 50%;
        padding-left: 7.5%
    }
}

@media only screen and (max-width: 1500px) {

    header .logo {
        width: 166.39px;
        height: 27.72px;
        display: block;
        overflow: hidden;
        transition: 0.3s;
    }
    
    header .logo img {
        width: 166.39px;
        height: 27.72px;
        transition: 0.3s;
        display: block;
        margin: auto
    }
    
    header .li-logo {
        width: 166.39px;
        transition: 0.3s;
    }

    .content-align {
        width:90%;
    }
    
    #sobre .content p {
        line-height:2rem;
    }

    header nav ul li a {
        max-width: 260px;
        padding-bottom: 12px;
    }

    header nav ul li:last-child a {
        margin-left:150px;
        background: url(../images/icones/whatsapp-br.svg) no-repeat left 20px center;
        padding-left: 60px;
        display: flex;
        align-items: center;
    }

    #clinica .content p {
        line-height:2rem;
    }

    #clinica .video-clinica {
        width:500px;
        height:500px;
    }
    
}

#popup-video .close, #popup-video2 .close {
    width: 63px;
    height: 68px;
    line-height: 70px;
    text-align: center;
    font-size: 38px;
    background-color: #151A4A;
    border-radius: 15px;
    top: 0;
    right: -85px;
}

#popup-video .close:hover, #popup-video2 .close:hover {
    opacity: 0.95;
    color: #fff;
}

#popup-video iframe,#popup-video video, #popup-video2 iframe,#popup-video2 video {
    width: 100%;
    height: auto;
    height: 420px;
    border-radius: 10px;
}
