/* 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: #F2F0EA;
}

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: 85%;
    margin: auto;
    overflow: hidden;
    z-index: 1;
}


.align-mobile-full {
    width: 100%;
}

body > .content-align {
    overflow: inherit;
}

/* HEADER */

header { width: 100%;
    position: relative;
}

header .content-align {
    width: 100%;
    display: flex;
    justify-content: center;
}

header .content-align .topo-content {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:70px;
}

header #filete {
    z-index: 3;
    position: fixed;
    width: 100%;
    background: #151A4A;
    height: 70px;
    display: flex;
    justify-content: center;
}

header .default {
    position: absolute;
}

header .fixed nav {
}

header .fixed a {
    font-size: 12px;

}

header .logo {
    width: 124.83px;
    height: 20.80px;
    display: block;
    overflow: hidden;
    transition: 0.3s;
}

header .logo img {
    width: 124.83px;
    height: 20.80px;
    transition: 0.3s;
}

header .fixed .logo {
    width: 124.83px;
    height: 20.80px;
    display: block;
    overflow: hidden;
    margin:auto;
    transition: 0.3s;
}

header .fixed .logo img {
    width: 124.83px;
    height: 20.80px;
    transition: 0.3s;
}

header nav {
    margin-top: 50px;
    float: right;
    display: none;
}

header nav ul li {
    float: left;
    margin-right: 20px;
}

header nav ul li.li-logo {
    display: none
}

header nav ul li a {
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;

}

header nav ul li a:hover {
    padding: 10px;
    border: 1px solid #F2F0EA;
    color:#F2F0EA;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.mobile ul li a.actived {
    padding: 10px;
    border: 1px solid #F2F0EA;
    color: #F2F0EA;
}

.mobile {
      padding: 0px 0 0 0;
      width:70px;
      float:right;
      right:0;
      min-height: 70px;
      position:fixed;
      z-index:20;
      top:0;
      z-index: 9999;
     }
  
  .mobile .control-nav {
    position: fixed;
    right: 30px;
    top: 20px;
    display: block;
    width: 7px;
    padding: 5px 0;
    border: solid #F2F0EA;
    border-width: 7px 0;
    z-index: 20;
    cursor: pointer;
    border-radius: 34px;
  }
 
  .mobile .control-nav:before {
    content: "";
    display: block;
    height: 7px;
    background: #F2F0EA;
  }
 
  .mobile .control-nav-close {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 20;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
 
  .mobile nav {
      z-index: 999999999999999;
      display:block;
      position: fixed;
      top: -50px;
      left: 0;
      bottom: 0;
      width: 269px;
      overflow-x: auto;
      z-index: 2000;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      -webkit-transform: translate(200%, 0);
      -ms-transform: translate(200%, 0);
      transform: translate(200%, 0);
      opacity:0.95;
      background-color: rgba(21,26,74,1);
      padding: 20px;
     }
  
  .mobile nav ul li {
      float:none;
      margin: 15px 0 34px 10px;
}

.mobile nav ul li a {
    color:#fff;
    text-decoration:none;
    font-size: 0.85em;
}

.mobile nav ul li a img {
    width: 30px;
}

.mobile nav p   {
    color:#fff;
    font-size:25px;
    margin:5px;}
  
#control-nav:checked ~ .control-nav-close {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0, 0);
}

#control-nav:checked ~ nav {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
#control-nav:checked ~ .control-nav {
    transform: rotate(45deg);

}

#control-nav:checked ~ .control-nav2 {
    transform: rotate(-45deg);
}

  
input#control-nav {
    visibility:hidden;} 

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: 1.6rem;
    text-align: left;
    margin-bottom: 35px;
    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;
}

.banners .bg {
    height:90vh !important;
    background-position-x:left !important;
}

#intro {
    position: relative;
}

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

.content-intro img {
    width: 60%;
    margin-top: 20vh;
}

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

.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;
    flex-wrap: wrap;
}

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

#sobre .content p {
    text-align: justify;
    line-height: 1.6rem;
    color:#151A4A;
    font-size: 0.9rem;
}

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

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

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

/* ESPECIALIDADES */

#especialidades {
    padding-bottom: 70px;
}

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

.boxes-solucoes .box {
    width: 100%;
    margin-bottom: 60px;
    border-radius:20px;
    overflow:hidden;
    height:450px;
    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:450px;
    padding: 0px 5% 84px 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: 240px;
    overflow: overlay;
    padding-right: 10px;
    width: 95%;
}


.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: 1.5rem;
    text-align: justify;
    font-size: 0.9rem;
}

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

.boxes-solucoes .box .bg-box > p, .boxes-solucoes .box .bg-box > ul li {
    font-size: 23px;
    width: 90%;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:20px;
}

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

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

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

#clinica h2 {
    color:#F2F0EA;
    text-align: left;
}

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

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

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

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

#clinica .content {
    width: 100%;
}

#clinica .content p {
    text-align:justify;
    line-height: 1.6rem;
    font-size: 0.9rem;
}

.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: 40px;
}

#contato h2 {
    text-align:left;
    margin-bottom:30px;
    line-height:2.5rem
}

#contato p {
    color:#151A4A;
    line-height: 2rem;
}

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

#contato ul li {
    width: 100%;
    padding:0 1%;
    text-align:center;
    padding-top: 90px;
    margin-bottom: 50px;
}

#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: 1.6rem;
    font-size: 0.9rem;
}

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

#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) center 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-bottom: 50px;
    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%;
    z-index: 999;
}

#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 {
    }

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

    #biblioteca ul {
        width: 60%;
    }

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

    #sobre .content {
        width: 100%;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 1500px) {
    #solucoes .boxes-solucoes .box {
        min-height: 15vw;
    }
}

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

#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;
}
