*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'montserrat', 'Times New Roman', Times, serif;
}
body, html{
    height: 100%;
}

.clear{
    clear: both;
}

header{
    padding: 20px 2%;
}

.container{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

header .logo img{
    width: 236px;
    float: left;
}

header nav.menu-mobile{
    display: none;
    float: right;
    height: 28px;
    width: 28px;
    cursor: pointer;
    background-image: url('../images/cardapio.png');
    background-size: 100% 100%;
    margin-top: 5;
}

header nav.menu-desktop{
    float: right;
}

header nav.menu-desktop ul{
    list-style-type: none;
    padding: 8px 0;
}

header nav.menu-desktop ul li{
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
}

header nav ul li a{
    text-decoration: none;
    color: #b4b4b4;
}


.mosaico-single{
    float: left;
    width: calc(100% / 6);
}

.mosaico-img-single{
    width: 100%;
    padding-top: 100%;
    background-color: #ccc;
    border: 5px solid white;
}



section.servicos > .container{
    max-width: 800px;
    display: flex;
    align-items: center;
    position: relative;
    top: -30px;
    text-align: center;
}

section.servicos > .container .box-servico:nth-of-type(1){
    width: 30%;
    padding: 30px 0;
    background-color: #576978;
}

section.servicos > .container .box-servico:nth-of-type(2){
    width: 40%;
    padding: 60px 0;
    background-color: #688297;
    background-image: none;
}

section.servicos > .container .box-servico:nth-of-type(3){
    width: 30%;
    padding: 30px 0;
    background-color: #576978;
}

section.servicos > .container .box-servico h2{
    color: white;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
}

section.servicos > .container .box-servico p{
    color: white;
    margin-top: 8px;
    font-weight: normal;
    font-size: 12px;
}

section.servicos > .container .box-servico{
    background-image: url('../images/0o8hi3301ymb1.jpg');
    background-size: 30px;
    background-position: center calc(100% - 8px);
    background-repeat: no-repeat;
}


section.perfil-container .perfil-wrapper{
    padding-top: 60%;
    position: relative;
}

section.perfil-container .perfil-wrapper2{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

section.perfil-container .img-perfil{
    width: 40%;
    height: 100%;
    background-image: url('../images/stock-photo-crazy-dentist-crazy-dentist-203528779.jpg');
    background-size: 100% 100%;
}

section.perfil-container .container{
    max-width: 1000px;
}

section.perfil-container .texto-perfil{
    width: 60%;
    padding-left: 30px;
    padding-right: 30px;
}

section.perfil-container .texto-perfil h2{
    color: #698293;
    font-size: 18px;
}

section.perfil-container .texto-perfil p{
    color: #4b4b4b;
    font-size: 14px;
    margin-top: 8px;
}

section.perfil-container{
    padding: 40px 0;
}

section.video .box-video{
    float: left;
    width: 33.3%;
    padding-top: calc(33.3% * 0.6);
    position: relative;
    border: 5px white solid;
}

section.video{
    padding: 50px 0;
}


section.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


section.tratamentos .tratamento-container{
    float: left;
    width: 33.3%;
}

section.tratamentos .tratamento-single{
    padding: 20px;
}

section.tratamentos .tratamento-single h2{
    font-size: 18px;
    color: #737373;
}

section.tratamentos .tratamento-single p{
    font-size: 13px;
    color: #b4b4b4;
    padding: 10px 0;
}

section.tratamentos > h2{
    color: #698293;
    text-align: center;
    font-size: 18px;
}

section.tratamentos > .container{
    padding: 80px 0;
}

section.tratamentos{
    padding: 70px 0;
}


section.depoimentos h2{
    color: #698293;
    text-align: center;
    font-size: 18px;
}

section.depoimentos > .container{
    padding: 40px 0;
    max-width: 400px;
}

section.depoimentos .depoimento-single{
    text-align: center;
    width: 100%;
    padding: 0 2%
}

section.depoimentos quote{
    font-size: 15px;
    color: #b4b4b4;
}

section.depoimentos .nome-depoimento{
    padding: 19px 0;
}

.nome-depoimento img{
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

.nome-depoimento span{
    font-size: 13px;
    color: #b4b4b4;
    display: inline-block;
    vertical-align: top;
}

.instagram-chamada{
    width: 100%;
    float: left;
    padding: 40px 0;
    text-align: center;
    background: #98a5ae;
}

.instagram-chamada p{
    font-size: 13px;
    color: white;
    padding: 10px 0;
    line-height: 23px;
}

.mosaico-socials{
    width: 100%;
    float: left;
}

.mosaico-single-socials{
    float: left;
    width: calc(100% / 9);
    padding-top: calc(100% / 9);
    background-color: #ccc;
    border: 6px solid white;
}


.facebook-chamada{
    width: 100%;
    float: left;
    padding: 40px 0;
    text-align: center;
    background: #576976;
}

.facebook-chamada p{
    font-size: 13px;
    color: white;
    padding: 10px 0;
    line-height: 23px;
}

section.contato{
    padding: 60px 0;
}

section.contato > h2{
    font-size: 18px;
    text-align: center;
    color: #698293;
}

section.contato form{
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
}

.form-wrapper{
    float: left;
    margin-top: 10px;
    padding: 0 10px;
}

.w100{
    width: 100%;
}

.w50{
    width: 50%;
}

.form-wrapper span{
    color: #b4b4b4;
    font-size: 15px;
}

.form-wrapper input[type=text], input[type=email]{
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 9px;
    border: 1px solid #dadada;
    margin-top: 8px;
}

.form-wrapper textarea{
    width: 100%;
    height: 121px;
    padding: 8px;
    resize: none;
    border: 1px solid #dadada;
}

.form-wrapper input[type=submit]{
    width: 100px;
    height: 35px;
    border: 0;
    color: white;
    cursor: pointer;
    background-color: #688293;
    display: inline-block;
}

footer{
    padding: 40px 2%;
    background-color: #688293;
}

footer .footer-block{
    float: left;
    width: 33.3%;
}

.footer-block h2{
    font-weight: normal;
    color: white;
    font-size: 18px;
}

.footer-block p{
    color: white;
    font-size: 14px;
    margin-top: 8px;
}

footer > .container{
    max-width: 1100px;
}




@media screen and (max-width: 1024px){
    .mosaico-single-socials{
        width: calc(100% / 6);
        padding-top: calc(100% / 6);
    }

    .mosaico-socials > div:nth-of-type(1n+7){
        display: none;
    }
}



@media screen and (max-width: 768px) {

    header nav.menu-desktop{
        display: none;
    }

    header nav.menu-mobile{
        display: block;
    }

    header nav.menu-mobile ul{
        position: absolute;
        top: 60px;
        left: 0;
        background-color: white;
        text-align: center;
        width: 100%;
        display: none;
    }

    header nav.menu-mobile ul li{
        padding: 10px 0;
        text-transform: uppercase;
    }

    section.servicos > .container{
        flex-direction: column;
    }

    section.servicos > .container .box-servico:nth-of-type(1){
    width: 90%;
    padding: 30px 2%;
    background-color: #576978;
    max-width: 350px;
}

section.servicos > .container .box-servico:nth-of-type(2){
    width: 95%;
    padding: 40px 2%;
    background-color: #688297;
    background-image: none;
    max-width: 380px;
}

section.servicos > .container .box-servico:nth-of-type(3){
    width: 90%;
    padding: 30px 2%;
    background-color: #576978;
    max-width: 350px;
}

    section.perfil-container .perfil-wrapper2{
        display: inline-block;
        text-align: center;
        position: static;
        height: auto;
    }

    section.perfil-container .perfil-wrapper{
        padding-top: 0;
    }

    section.perfil-container .img-perfil{
        width: 50%;
        padding-top: 70%;
        display: inline-block;
        height: auto;
    }

    section.perfil-container .texto-perfil{
        width: 100%;
        display: inline-block;
        text-align: justify;
    }

    section.video .box-video{
        width: 70%;
        padding-top: calc(70% * 0.6);
        display: inline-block;
        border: 5px solid white;
        float: none;
    }

    section.video{
        text-align: center;
    }

    .mosaico-single-socials{
        width: calc(100% / 3);
        padding-top: calc(100% / 3);
    }

    .mosaico-socials > div:nth-of-type(1n+4){
        display: none;
    }

    footer{
        text-align: center;
    }

    footer .footer-block{
        width: 100%;
        float: none;
        margin: 30px 0;
    }

}


@media screen and (max-width: 580px){
    section.perfil-container .img-perfil{
        width: 80%;
        padding-top: 110%;
    }

    section.video .box-video{
        width: 100%;
        padding-top: calc(100% * 0.6);
        
    }

    .w50{
        width: 100%;
    }
}


@media screen and (max-width: 480px){
    header .logo img{
        width: 200px;
    }
}