/*
Theme Name: Clínica OtoSul
Theme URI: http://clinicaotosul.com.br/
Author: Tássio Aquino
Author URI: http://tassioaquino.com.br
Description: LP criada para a Clínica Otosul
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@200;300;400;600;700;800&display=swap');

header{
    z-index: 1;
    padding: 12px 0;
    background: transparent;
    position: absolute;
    width: 100%;
    background: #FFF;
}
header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .container nav{
    display: flex;
    align-items: center;
}
header .container nav ul{
    display: flex;
    align-items: center;
}
header .container nav ul li{
    margin-right: 32px;
}
header .container nav ul li a{
    font-family: 'Martel';
    font-weight: 700;
    font-size: 15px;
    line-height: 113.2%;
    color: #3C586F;
}
header .container nav .btn-agendar a.agendar{
    display: flex;
    align-items: center;
    padding: 10px 25px;
    background: #4BCD0E;
    border-radius: 6px;
    font-family: 'Martel';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 113.2%;
    color: #fff;
    transition: .3s;
}
header .container nav .btn-agendar a.agendar:hover{
    background: #fff;
    color: #000000;
    transition: .3s;
}
header .container nav .btn-agendar a.agendar img{
    margin-right: 8px;
    width: 100%;
    max-width: 20px;
}

/* menu mobile */
header .container nav .btn-mobile {
    display: none;
}

.menu-mobile{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2022;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    z-index: 9999;
}

.menu-mobile .overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

aside{
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: #fff;
    padding: 4rem;
    transform: translateX(-100%);
    transition: transform .3s;
}

.menu-mobile .logo {
    max-width: 210px;
    margin-bottom: 15px;
}

.menu-mobile ul li a{
    font-family: 'Martel';
    font-weight: 300;
    padding: 1.5rem 0;
    display: block;
    font-size: 1.8rem;
    color: #1a2e40;
}
.menu-mobile ul {
    width: 100%;
    max-width: 22.1rem;
    padding-bottom: 3.3rem;
    margin-bottom: 3.4rem;
    border-bottom: 1px solid rgb(255 117 117 / 10%);
}

.menu-opened{
    overflow: hidden;
}

.menu-opened .menu-mobile{
    opacity: 1;
    pointer-events: all;
}
.menu-opened .menu-mobile aside{
    transform: translateX(0%);
}

.menu-mobile .btn-m{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 225px;
}

.menu-mobile a.agendar { 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 0px;
    background: #D5D82B;
    border-radius: 6px;
    font-family: 'Martel';
    font-weight: 500;
    font-size: 15px;
    line-height: 113.2%;
    color: #284368;
    transition: all .3s;
}
.menu-mobile a.agendar img{ 
    margin-right: 5px;
}
.menu-mobile a.agendar:hover {
    background: #30E564;
    transition: all .3s;
}

.menu-mobile a.btn-fale img {
    position: absolute;
    right: 6px;
}



/* banner */

.s-banner{
    padding-top: 90px;
    background-image: url(img/bg-banner.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.s-banner .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-banner .container .texto{
    z-index: 1;
    width: 100%;
    max-width: 604px;
}
.s-banner .container .texto h1{
    color: #FFF;
    font-family: 'Martel';
    font-size: 54px;
    font-weight: 900;
    line-height: 124.2%;
    margin-bottom: 20px;
}
.s-banner .container .texto p{
    color: #FFF;
    font-family: 'Martel';
    font-size: 16px;
    font-weight: 400;
    line-height: 183%;
}

.s-banner .container .texto a.agendar{
    font-family: 'Martel';
    font-weight: 800;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #284368;
    text-transform: uppercase;
    border-radius: 10px;
    background: #FFF;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 402px;
    margin-top: 33px;
    transition: 0.3s;
    align-items: center;
}
.s-banner .container .texto a.agendar img{
    margin-right: 8px;
    width: 35px;
}
.s-banner .container .texto a.agendar:hover{
    transition: 0.3s;
    background: #00FF57;
}

.s-banner .container .image{
    z-index: 1;
    width: 100%;
    max-width: 577px;
    position: relative;
}
.s-banner .container .image::after{
    content: '';
    position: absolute;
    width: 610px;
    height: 658px;
    background-image: url(img/icon-otosul-banner.svg);
    background-repeat: no-repeat;
    bottom: 0;
    right: -33px;
    z-index: -1;
}

/* servicos */

.s-servicos{
    padding-top: 66px;
    padding-bottom: 20px;
    background-image: url(img/bg-especialides.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.s-servicos .container h2{
    font-family: 'Martel';
    font-weight: 800;
    font-size: 32px;
    line-height: 121.7%;
    color: #203749;
    text-align: center;
    margin-bottom: 8px;
}
.s-servicos .container h2::after{
    content: '';
    width: 180px;
    height: 4px;
    background-color: #658FA1;
    display: flex;
    margin: 12px auto;
}
.s-servicos .container p{
    font-family: 'Martel';
    font-weight: 300;
    font-size: 19px;
    line-height: 151.2%;
    letter-spacing: 0.045em;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-bottom: 5px;
}
.s-servicos .container .cards{
    margin-top: 51px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    width: 100%;
}
.s-servicos .container .cards .card{
    height: 232px;
    border-radius: 12px;
    border: 1px solid #658FA1;
    background: #FFF;
    padding: 21px 20px;
}
.s-servicos .container .cards .card .cont{
    width: 55px;
    height: 55px;
    border-radius: 8px;
    background: #658FA1;
    line-height: 130.2%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.s-servicos .container .cards .card h3{
    color: #203749;
    font-family: 'Martel';
    font-size: 20px;
    font-weight: 800;
    line-height: 150%;
    text-align: center;
    margin-top: 18px;
}
.s-servicos .container .cards .card p{
    color: #203749;
    font-family: 'Martel';
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 7px;
}
.s-servicos .container a.agendar {
    font-family: 'Martel';
    font-weight: 800;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #ffff;
    text-transform: uppercase;
    border-radius: 10px;
    background: #658FA1;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 402px;
    transition: 0.3s;
    align-items: center;
    margin: 45px auto;
}
.s-servicos .container a.agendar img {
    margin-right: 8px;
    width: 35px;
}
.s-servicos .container a.agendar:hover{
    transition: 0.3s;
    background: #00FF57;
    color: #284368;
}

/* equipe */

.s-equipe{
    padding-top: 66px;
    padding-bottom: 66px;
    background-image: url(img/bg-equipe.jpg);
    background-size: cover;
}
.s-equipe .container h2{
    font-family: 'Martel';
    font-weight: 800;
    font-size: 32px;
    line-height: 121.7%;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
}
.s-equipe .container h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #7fa8ba;
    display: flex;
    margin: 12px auto;
}
.s-equipe .container .geral{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}
.s-equipe .container .geral .drc{
    width: 100%;
    max-width: 583px;
}
.s-equipe .container .geral .drc span{
    display: block;
    margin-top: 28px;
    color: #FDFFA3;
    font-family: 'Martel';
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}
.s-equipe .container .geral .drc h3{
    color: #FFF;
    font-family: 'Martel';
    font-size: 32px;
    font-weight: 800;
    line-height: 121.7%;
    margin-top: 7px;
}
.s-equipe .container .geral .drc small{
    color: #FFF;
    font-family: 'Martel';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 7px;
    display: block;
}
.s-equipe .container .geral .drc p{
    color: #FFF;
    font-family: 'Martel';
    font-size: 16px;
    font-weight: 300;
    line-height: 194.5%;
    margin-top: 20px;
}

.s-equipe .container .geral .drc a.agendar {
    font-family: 'Martel';
    font-weight: 800;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #284368;
    text-transform: uppercase;
    border-radius: 10px;
    background: #FFF;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 402px;
    margin-top: 33px;
    transition: 0.3s;
    align-items: center;
    transition: 0.3s;
}
.s-equipe .container .geral .drc a.agendar img {
    margin-right: 8px;
    width: 35px;
}
.s-equipe .container .geral .drc a.agendar:hover{
    background-color: #00FF57;
    color: #284368;
    transition: 0.3s;
}



/* about */

.s-about{
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #ffff;
    position: relative;
}
.s-about::after{
    content: '';
    background-image: url(img/about-detail.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.s-about .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-about .container .texto{
    width: 100%;
    max-width: 633px;
    display: block;
    z-index: 1;
}
.s-about .container .texto h2{
    color: #203749;
    font-family: 'Martel';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 121.7%;
}
.s-about .container .texto h2::after {
    content: '';
    width: 112px;
    height: 4px;
    background-color: #658FA1;
    display: flex;
    margin-top: 12px;
}

.s-about .container .texto p{
    color: #203749;
    font-family: 'Martel';
    font-size: 16px;
    font-weight: 400;
    line-height: 194.5%;
    margin-top: 20px;
}
.s-about .container .texto ul{
    margin-top: 30px;
    margin-bottom: 50px;
}
.s-about .container .texto ul li{
    color: #203749;
    font-family: 'Martel';
    font-size: 16px;
    font-weight: 400;
    line-height: 194.5%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.s-about .container .texto ul li img{
    margin-right: 10px;
}
.s-about .container .texto a.agendar{
    font-family: 'Martel';
    font-weight: 800;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #ffff;
    text-transform: uppercase;
    border-radius: 10px;
    background: #658FA1;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 402px;
    transition: 0.3s;
}
.s-about .container .texto a.agendar img{
    margin-right: 8px;
    width: 35px;
}
.s-about .container .texto a.agendar:hover{
    transition: 0.3s;
    background: #00FF57;
    color: #284368;
}
.s-about .container .imagem{
    width: 100%;
    max-width: 518px;
    position: relative;
    z-index: 1;
}
.s-about .container .imagem::after{
    content: '';
    background: #FFDEA2;
    filter: blur(150px);
    transform: rotate(-45.22deg);
    width: 165.16px;
    height: 165.16px;
    position: absolute;
    top: 213px;
    right: 0;
}

/* depoimentos */

.s-depoimentos{
    padding-top: 54px;
    padding-bottom: 52px;
    background-image: url(img/bg-depoimentos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.s-depoimentos .container h2{
    font-family: 'Martel';
    font-weight: 800;
    font-size: 32px;
    line-height: 121.7%;
    color: #203749;
    text-align: center;
    margin-bottom: 20px;
}
.s-depoimentos .container h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #658FA1;
    display: flex;
    margin: 12px auto;
}

/* .s-depoimentos .container .ti-widget.ti-goog span{
    color: #ffffff;
}
.s-depoimentos .container .ti-widget.ti-goog strong{
    color: #ffffff;
} */

/* insta */
.s-insta{
    padding-top: 81px;
    padding-bottom: 76px;
    background-color: #ffff;
}
.s-insta .container h2{
    font-family: 'Martel';
    font-weight: 800;
    font-size: 32px;
    line-height: 121.7%;
    color: #203749;
    text-align: center;
    margin-bottom: 8px;
}
.s-insta .container h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #658FA1;
    display: flex;
    margin: 12px auto;
}


/* footer */

footer{
    padding-top: 63px;
    padding-bottom: 63px;
    background: #3C586F;
}
footer .container .geral{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
footer .container .geral .g1{
    width: 100%;
    max-width: 385px;
}
footer .container .geral .g1 .logo{
    margin-bottom: 43px;
}
footer .container .geral .g1 .redes{
    display: flex;
    align-items: center;
}
footer .container .geral .g1 .redes span{
    display: block;
    color: #fff;
    font-family: 'Martel';
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-right: 8px;
}
footer .container .geral .g1 .redes ul{
    display: flex;
    align-items: center;
}
footer .container .geral .g1 .redes ul li{
    margin-right: 10px;
}

footer .container .geral .g1 .contact ul{
    margin-top: 24px;
}

footer .container .geral .g1 .contact ul li{
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    color: #FFF;
    font-family: 'Martel';
    font-size: 18px;
    font-weight: 800;
    line-height: 113.2%;
}
footer .container .geral .g1 .contact ul li img{
    margin-right: 10px;
}
footer .container .geral .g1 .local a{
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: 'Martel';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
footer .container .geral .g1 .local a img{
    margin-right: 7px;
}
footer .container .geral .g2{
    width: 100%;
    max-width: 374px;
}
footer .container .geral .g2 a.agendar{
    font-family: 'Martel';
    font-weight: 800;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #284368;
    text-transform: uppercase;
    border-radius: 10px;
    background: #FFF;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 402px;
    margin-top: 33px;
    transition: 0.3s;
    align-items: center;
}
footer .container .geral .g2 a.agendar img{
    margin-right: 10px;
}
footer .container .geral .g2 a.agendar:hover{
    background-color: #00FF57;
    transition: 0.3s;
    color: #284368;
}

footer .container .geral .g2 small{
    display: block;
    color: #fff;
    font-family: 'Martel';
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    margin-top: 37px;
}
footer .container .geral .g2 .dev{
    margin-top: 27px;
    display: flex;
    align-items: center;
}
footer .container .geral .g2 .dev span{
    color: #fff;
    font-family: 'Martel';
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    display: block;
    margin-right: 10px;
}














  
