* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

/**Estilo para o plugin slick**/

    .slick-dotted ul {
        list-style-type: none;
        text-align: center;
        position: relative;
        margin-top: 50px;
    }

    .slick-dotted li {
        display: inline-block;
        margin: 0 7px;
    }

     .slick-dotted button:focus {
        outline: 0;
    }

    .slick-dotted li button {
        width: 16px;
        height: 16px;
        border-radius: 8px;
        color: #d8d8d8;
        border-width: 0;
        background: #d8d8d8;
        opacity: 1;
        cursor: pointer;
    }

    li.slick-active button {
        background: #c96c84;
        color: #688293;
    }

    .slick-slide:focus{outline: none;}

/**Fim do estilo para o plugin slick**/


.clear {
    clear: both;
}

.container {
    max-width:1200;
    width: 100%;
    margin: 0 auto;
}

html,
body {
    height: 100%;
}

/**header**/
header {
    padding: 20px 12px;
}

header .logo img {
    float: left;
    width: 140px;
    margin-left: 80px;
}

nav.menu-mobile {
    float: right;
    width: 28px;
    height: 28px;
    margin-top: 7px;
    cursor: pointer;
    background-image: url('../imagens/menu-mobile1.png');
    background-size: 100% 100%;
    display: none;
}

nav.menu-mobile ul {
    display: none;
    z-index: 999;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    background-color: white;
}

nav.menu-mobile ul li {
    text-transform: uppercase;
}

nav.menu-mobile ul li {
    padding: 10px 0;
}

header nav.menu-desktop {
    float: right;
}

header nav.menu-desktop ul {
    padding: 8px 0;
    list-style-type: none;
}

header nav.menu-desktop ul li {
    float: left;
    font-size: 14px;
    padding: 0 20px;
    text-transform: uppercase;
}

header nav ul a {
    color: #c96c84;
    text-decoration: none;
}
/*****/

/**MOSAICO**/
.mosaico-single {
    float: left;
    width: calc(100% / 6);
}

.img-mosaico-single {
    
    width: 100%;
    padding-top: 100%;
    background-color: #ccc;
    border: 5px solid white;
    background-size: 100% 100%;
    /*
    background-image: url('../imagens/slide -1');
    */
}
/*****/

/**SERVICOS**/
section.servicos>.container {
    max-width: 800px;
    display: flex;
    align-items: center;
    position: relative;
    top: -40px;
    text-align: center;
}

section.servicos>.container .box-servico {
    
    background-size: 18px 18px;
    background-position: center calc(100% - 5px);
    background-repeat: no-repeat;
}

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: 13px;
}

section.servicos>.container .box-servico:nth-of-type(1) {
    width: 30%;
    padding: 30px 2%;
    background-color: #c07b8c;
}

section.servicos>.container .box-servico:nth-of-type(2) {
    width: 40%;
    padding: 50px 2%;
    background-color: #c96c84;
    background-image: none;
}

section.servicos>.container .box-servico:nth-of-type(3) {
    width: 30%;
    padding: 30px 2%;
    background-color: #c07b8c;
}
/*****/

/**PERFIL-CONTAINER**/
section.perfil-container {
    padding: 40px 0;
}

section.perfil-container .container {
    max-width: 1000px;
}

section.perfil-container .perfil-wraper {
    padding-top: 60%;
    position: relative;
}

section.perfil-container .perfil-wraper2 {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
}

section.perfil-container .img-perfil {
    width: 45%;
    height: 100%;
    background-image: url('../imagens/imagem-dermatologistas.png');
    background-size: 100% 100%;
}

section.perfil-container .texto-perfil {
    width: 55%;
    padding: 20px 30px;
}

section.perfil-container .texto-perfil h2 {
    color: #c07b8c;
    font-size: 18px;
}

section.perfil-container .texto-perfil p {
    color: #4b4b4b;
    
    font-size: 15px;
    line-height: 30px;
    margin-top: 8px;
}
/*****/

/**VIDEO**/
section.videos {
    padding: 70px 0 50px 0;
}

section.videos .box-video {
    float: left;
    width: 33.3%;
    position: relative;
    border: 5px solid white;
    /*background-color: greenyellow;*/
    padding-top: calc(33.3% * 0.6);
}

section.videos iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*****/

/**TRATAMENTOS**/
section.tratamentos {
    padding: 60px 0;
}

section.tratamentos .tratamento-container {
    float: left;
    width: 33.3%;
}

section.tratamentos>h2 {
    color: #c96c84;
    text-align: center;
    font-size: 20px;
}

section.tratamentos>.container {
    padding: 40px 0;
}

.tratamento-single {
    padding: 20px;
}

.tratamento-single h2 {
    font-size: 18px;
    color: #98a5ae;
}

.tratamento-single p {
    padding: 10px 0;
    font-size: 14px;
    color: #737373;
}
/*****/

/**DEPOIMENTOS**/
section.depoimentos>h2 {
    color: #c96c84;
    text-align: center;
    font-size: 20px;
}

section.depoimentos>.container {
    padding: 50px 0;
    max-width: 500px;
}

section.depoimentos .depoimento-single {
    text-align: center;
    width: 100%;
    padding: 0 2%;
}

.depoimento-single quote {
    font-size: 14px;
    color: #737373;
}

.depoimento-single .nome-depoimento {
    padding: 18px 0;
}

.nome-depoimento img {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px;
}

.nome-depoimento span {
    position: relative;
    top: 4px;
    font-size: 13px;
    color: #737373;
    display: inline-block;
    vertical-align: top;
}
/*****/

/**SOCIAL**/
.instagram-chamada {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    background: #c07b8c;
}

.instagram-chamada p {
    line-height: 25px;
    color: white;
    padding: 10px 0;
    font-size: 13px;
}

.mosaico-social {
    float: left;
    width: 100%;
}

.img-mosaico-single-social {
    float: left;
    width: calc(100% / 9);
    /*background-repeat: no-repeat;*/
    background-size: 100% 100%;
    padding-top: calc(100% / 9);
    background-color: blue;
    border: 6px solid white;
}

.facebook-chamada {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    background: #c96c84;
}

.facebook-chamada p {
    line-height: 25px;
    color: white;
    padding: 10px 0;
    font-size: 13px;
}
/*****/

/**CONTATO**/
section.contato {
    padding: 60px 2%;
}

section.contato>h2 {
    color: #c96c84;
    text-align: center;
    font-size: 20px;
}

section.contato form {
    width: 100%;
    margin: 30px auto;
    max-width: 500px;
}

.form-wraper {
    float: left;
    padding: 0 10px;
    margin-top: 10px;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.form-wraper span {
    font-size: 15px;
    color: #b4b4b4;
}

.form-wraper input[type=text] {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 9px;
    border: 1px solid #dadada;
    margin-top: 8px;
}

.form-wraper textarea {
    width: 100%;
    margin-top: 8px;
    padding: 8px;
    height: 121px;
    resize: none;
    border: 1px solid #dadada;
}

.form-wraper input[type=submit] {
    width: 100px;
    display: inline-block;
    height: 35px;
    border: 0;
    background: #c96c84;
    color: white;
    cursor: pointer;
}
/*****/

/**FOOTER**/
footer {
    padding: 40px 2%;
    background-color: #c07b8c;
}

footer .container {
    max-width: 900px;
}

footer .footer-block {
    float: left;
    width: 33.3%;
}

.footer-block h2 {
    color: white;
    font-weight: normal;
    font-size: 18px;
}

.footer-block p {
    margin-top: 8px;
    color: white;
    font-size: 14px;
}
/*****/

/**RESPONSIVO**/

@media screen and (max-width: 1024px) {
    .img-mosaico-single-social {
        width: calc(100% / 6);
        padding-top: calc(100% / 6);
    }

    .mosaico-social>div:nth-of-type(1n+7) {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    nav.menu-desktop {
        display: none;
    }

    nav.menu-mobile {
        display: block;
    }

    section.servicos>.container {
        /*
    max-width: 800px;
    display: flex;
    align-items: center;
    position: relative;
    top: -50px;
    text-align: center;
    */
        flex-direction: column;
        top: -20px;
    }

    section.servicos>.container .box-servico:nth-of-type(1) {
        width: 90%;
        max-width: 350px;
        padding: 30px 2%;
    }

    section.servicos>.container .box-servico:nth-of-type(2) {
        width: 94%;
        max-width: 380px;
        padding: 40px 2%;
    }

    section.servicos>.container .box-servico:nth-of-type(3) {
        width: 90%;
        max-width: 350px;
        padding: 30px 2%;
    }

    section.perfil-container .perfil-wraper {
        padding-top: 0;
    }

    section.perfil-container .perfil-wraper2 {
        /*
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        */
        height: auto;
        position: static;
        text-align: center;
        display: inline-block;
    }

    section.perfil-container .img-perfil {
        width: 50%;
        padding-top: 70%;
        display: inline-block;
        height: auto;
        /*
        background-image: url('../imagens/img_perfil.png');
        background-size: 100% 100%;
        */
    }

    section.perfil-container .texto-perfil {
        display: inline-block;
        text-align: justify;
        width: 100%;
        padding: 0 30px;
    }

    section.videos {
        text-align: center;
    }

    section.videos .box-video {
        float: none;
        width: 70%;
        display: inline-block;
        /*border: 5px solid white;*/
        /*background-color: greenyellow;*/
        padding-top: calc(70% * 0.6);
    }

    .img-mosaico-single-social {
        width: calc(100% / 3);
        padding-top: calc(100% / 3);
    }

    .mosaico-social>div:nth-of-type(1n+4) {
        display: none;
    }

    footer {
        text-align: center;
    }

    footer .footer-block {
        float: none;
        width: 100%;
        margin: 30px 0;
    }
}

@media screen and (max-width: 580px) {
    section.perfil-container .img-perfil {
        width: 80%;
        padding-top: 110%;

    }

    section.videos .box-video {
        width: 100%;
        /*border: 5px solid white;*/
        /*background-color: greenyellow;*/
        padding-top: calc(100% * 0.6);
    }

    .w50 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    header .logo img {
        width: 200px;
    }
}