html, body {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #3b3232;
    overflow: hidden;
}

.whatsappBtn {
    z-index: 100;
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 60px;
    transition: all .3s;
}
.whatsappBtn:hover {
    opacity: .8;
    transition: all .3s;
}
.whatsappBtn img {
    width: 100%;
}

.personUp img{
    max-width: 200px;
    height: auto;
}

/* ATALHOS */
.logo-macro {
    width: 200px;
    float: right;
}
.profMobileColumns {
    vertical-align: top;
}
.swiper-button-next {
    left: -310px !important;
}
.swiper-button-prev {
    left: -150px !important;
}
.swiper-pagination-progressbar {
    left: -328px !important;
}
.swiper-button-prev:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.swiper-button-next:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
input:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
a:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.arrow-swiper:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.arrow-swiper {
    transition: all .4s;
}
.arrow-swiper:hover {
    opacity: .6;
    transition: all .4s;
}
.btn {
    opacity: 1;
    transition: all .4s;
    cursor: pointer;
}
    .btn:hover {
        opacity: .6;
        transition: all .4s;
    }
.clear {
    clear: both;
}
/* ATALHOS */

/* ACTIONS */
@keyframes openMenu {
    from {right: -100px}
    to {right: 120px}
}
@keyframes openMenuContato {
    from {right: -100px}
    to {right: 230px}
}
@keyframes enterCall {
    from {right: -100%}
    to {right: 10%}
}
@keyframes enterVideo {
    from {opacity: 0}
    to {opacity: 1}
}
@keyframes enterLogo {
    from {opacity: .0}
    to {opacity: 1}
}
@keyframes enterInfoConceito {
    from {left: -100%;top: 370px;}
    to {left: 30%;top: 70px;}
}
@keyframes enterBtnEspaco {
    from {transform: rotate(360deg);
        width: 120%;
    }
    to {transform: rotate(180deg);
        width: 20%;
    }
}
@keyframes outBtnEspaco {
    from {transform: rotate(180deg);
        width: 120%;
    }
    to {transform: rotate(360deg);
        width: 20%;
    }
}
@keyframes enterObrigado {
    from {margin-left: -100%;}
    to {margin-left: 0px}
}

/* ACTIONS */

/* MENU */
.menu {
    position: absolute;
    z-index: 999;
    padding-top: 40px;
    padding-left: 40px;
    width: 100%;
} 
.logo img {
    width: 150px;
    opacity: 1;
    animation-name: enterLogo;
    animation-duration: 4s;
} 

.navegar {
    position: absolute !important;
    display: none;
    top: 0;
    /* right: 100px; */
    right: 0px;
    width: 260px;
    height: 100%;
    min-height: 1000px;
    padding-top: 30px;
    padding-left: 40px;
    background-color: #fff;
	z-index: 9999999999999 !important;
}

    .btnContatoMenu {
        position: relative;
        float: right;
        top: -72px;
        right: 230px;
        color: #fff;
        animation-name: openMenuContato;
        animation-duration: 3s;
    }
        .btnContatoMenu.menu-3 {
            color: #000 !important;
            text-shadow: none !important;
        }
        @media(max-width: 768px){
            .btnContatoMenu.menu-3{
                color: #fff!important;
            }
        }
    .btnOpen {
        position: relative;
        /* display: none; */
        float: right;
        top: -115px;
        right: 120px;
        cursor: pointer;
        animation-name: openMenu;
        animation-duration: 2s;
    }
    .btnOpen img {
        width: 70px;
    }
    .btnClose {
        position: relative;
        float: right;
        top: 24px;
        right: 60px;
        color: #464646;
        cursor: pointer;
    }
    .btnCloseContato {
        position: relative;
        float: right;
        top: -30px;
        right: 60px;
        color: #464646;
        cursor: pointer;
    }

    .contato {
        position: absolute;
        display: none;
        top: 0;
        right: 100px;
        width: 260px;
        height: 100%;
        min-height: 1000px;
        padding-top: 70px;
        padding-left: 40px;
        font-size: 15px;
        background-color: #fff;
        /* display: none; */
    }
    .menuLinks {
         /*display: none;*/
		 position: absolute;
		 z-index: 99999999;
    }
        .menuLinks a {
            display: block;
            margin-top: 25px;
            text-decoration: none;
            color: #464646;
            transition: all .4s;
			z-index: 99999999 !important;
        }

            .menuLinks a:hover  {
                font-style: oblique;
                transition: all .8s;
                margin-left: 4%;
            }
            .menuLinks a:hover:before {
                content: url(../images/circle.png);
                position: absolute;
                opacity: .6;
                margin-left: -30px;
                margin-top: -25px;
                transition: all .4s;
            }

.horarioContato {
    width: 75%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background-color: #9e5f48;
}

.menuSocial {
    position: absolute;
    bottom: 100px;
    left: 50px;
    z-index: 999;
    animation-name: enterLogo;
    animation-duration: 2s;
}
    .menuSocial a {
        display: block;
        margin-bottom: 20px;
    }
/* MENU */



/* HOME */
.webdoor.home {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    height: auto;
    opacity: 1;
    min-height: 100%;
    background: url(../images/bg_webdoor_home_no_text.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: enterLogo;
    animation-duration: 5s;
}
.callHome {
    width: 100%;
    position: relative;
    float: right;
    margin-top: 10%;
    right: 10%;
    text-align: right;
    animation-name: enterCall;
    animation-duration: 3s;
}
    #callHome {
        position: relative;
        width: 40%;
    }

.video {
    position: relative;
    top: -200px;
    margin-left: 12%;
    animation-name: enterVideo;
    animation-duration: 4s;
}
.iframeVideo {
    width:60%;
    max-width: 440px;
    height:200px;
}
/* HOME */

/* CONCEITO */
.htmlConceito {
    background-color: #fff;
}
.webdoor.conceito {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    height: auto;
    opacity: 1;
    min-height: 100%;
    animation-name: enterLogo;
    animation-duration: 2s;
}
.webLeft.conceito {
    position: relative;
    display: inline-block;
    width: 58%;
    height: 100%;
    min-height: 768px;
    background-color: #fff;
}
.infoConceito {
    z-index: 999;
    position: relative;
    width: 74%;
    height: auto;
    top: 70px;
    left: 30%;
    padding: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: url("../images/conceito.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 90%;
    animation-name: enterInfoConceito;
    animation-duration: 4s;
}
    .infoConceito h2 {
        width: 70%;
        font-size: 35px;
    }
    .infoConceito p {
        width: 86%;
        line-height: 40px;
    }
.webRight.conceito {
    position: absolute;
    display: inline-block;
    width: 40%;
    height: 100%;
    right: 0;
    min-height: 768px;
}
/* CONCEITO */

/* ESPACO */
.htmlEspaco {
    /* width: 3000px; */
    /* overflow-x: scroll; */
    background-color: #fff;
	min-height: 100vh;
	overflow-y: scroll !important;
}
.webdoor.espaco1 {
    /* display: none; */
    background-color: #fff;
	min-height: 100vh;
    /* transition: all .4s; */
}
.webdoor.espaco1 .column1 {
    position: relative;
    width: 38%;
    display: inline-block;
}
    #espaco-imagem1 {
        width: 100%;
        margin-top: 5%;
    }
.webdoor.espaco1 .column2 {
    position: relative;
    width: 32%;
    padding-left: 5%;
    vertical-align: top;
    display: inline-block;
}
    #espaco-imagem2 {
        width: 100%;
        position: relative;
        left: 20%;
        top: 0;
    }
    .text-column2 {
        margin-top: 15px;
        padding-top: 5px;
        padding-left: 40px;
        padding-bottom: 30px;
        background: url("../images/espaco.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
    }
        .text-column2 p {
            font-size: 14px;
            line-height: 25px;
        }
    .btn.newSpace {
        width: 20%;
        transform: rotate(180deg);
        animation-name: enterBtnEspaco;
        animation-duration: 2s;
    }
    .btn.oldSpace {
        width: 20%;
        margin-top: 28px;
        animation-name: outBtnEspaco;
        animation-duration: 2s;
    }
.webdoor.espaco1 .column3 {
    position: relative;
    display: inline-block;
    width: 24.2%;
    text-align: right;
}
    #espaco-imagem3 {
        position: absolute;
        width: 80%;
        position: relative;
    }


.webdoor.espaco2 {
    width: 100%;
    height:100%;
    display: none;
    min-height: 768px;
    background-color: #fff;
    /* transition: all .4s; */
}
    .webdoor.espaco2 .column4 {
        position: relative;
        width: 40%;
        padding-left: 2%;
        vertical-align: top;
        display: inline-block;
    }
        #espaco-imagem4 {
            margin-top: 30px;
            width: 95%;
        }
    .webdoor.espaco2 .column5 {
        position: relative;
        width: 20%;
        padding-left: 5%;
        vertical-align: top;
        display: inline-block;
    }   
        .text-cel-center {
            margin-top: 10px;
        }
            .text-cel-center p {
                font-size: 13px;
                line-height: 19px;
            }
        .text-cel-center.text-center1 {
            background: url("../images/excelencia.png");
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: top left;
            background-size: 100%;
            padding-top: 10px;
        }
        .text-cel-center.text-center2 {
            background: url("../images/spa.png");
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: top left;
            background-size: 90%;
            padding-top: 50px;
        }
        .text-cel-center.text-center3 {
            background: url("../images/voce-merece.png");
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: top left;
            background-size: 90%;
            padding-top: 60px;
        }
    .webdoor.espaco2 .column6 {
        position: relative;
        width: 22%;
        padding-left: 5%;
        vertical-align: top;
        display: inline-block;
    }
        .top6 {
            width: 100%;
        }
            #espaco-imagem5 {
                position: relative;
                width: 99%;
                right: -20px;
            }
        .bottom6 {
            position: relative;
            width: 100%;
        }
            .left-bottom6 {
                position: relative;
                width: 48%;
                margin-left: -20px;
                display: inline-block;
            }
                #espaco-imagem6 {
                    position: relative;
                    display: inline-block;
                    margin-top: 30px;
                    width: 100%;
                }
            .right-bottom6 {
                position: relative;
                width: 50%;
                margin-left: 0px;
                display: inline-block;
            }
                #espaco-imagem7 {
                    position: absolute;
                    display: inline-block;
                    margin-top: -90px;
                    right: -40px;
                    width: 100%;
                }
/* ESPACO */


/* SERVICOS */  

#background-spa {
    /* display: none; */
    transition: all .4s;
}
#background-spa {
    display: none;
    transition: all .4s;
    animation-name: enterLogo;
    animation-duration: 1s;
}
#background-beleza {
    animation-name: enterLogo;
    animation-duration: 1s;
}
    .webdoor.servicos {
        width: 100%;
        background: #fff;
    }
        .background {
            position: relative;
            display: inline-block;
            width: 50%;
            padding: 2%;
        }
            #servicosTitle {
                position: absolute;
                width: 300px;
                top: 200px;
                right: 125px;
            }
            .menuServices {
                position: absolute;
                width: 200px;
                top: 260px;
                right: 130px;
            }
                p.text-btn {
                    font-size: 40px;
                    font-weight: 600;
                    letter-spacing: 4px;
                    text-align: right;
                    color: #be9485;
                    cursor: pointer;
                    transition: all .4s;
                }
                    p.text-btn.active {
                        color: #9e5f48;
                        text-decoration: underline;
                        transition: all .4s;
                    }
                    p.text-btn:hover {
                        color: #9e5f48;
                        text-decoration: underline;
                        transition: all .4s;
                    }
            .background img {
                width: 80%;
                height: auto;
            }

    .servicosWrapper {
        position: absolute;
        display: inline-block;
        width: 45%;
        top: 8%;
        margin-left: -40px;
        animation-name: enterLogo;
        animation-duration: 4s;
    }
    .belezaWrapper.servicosWrapper.servicoPage.servicosBeleza {
        top: 16% !important;
    }
        .servicosBeleza {
            display: inline-block;
            transition: all .4s;
        }
        .servicosSpa {
            display: none;
            /* top: 20px; */
            transition: all .4s;
        }
        .columnsServicos {
            position: relative;
            display: inline-block;
            width: 40%;
            float: left;
            vertical-align: top;
        }
            .columnsServicos:nth-child(1) {
                margin-right: 50px;
            }
            .lista-servicos {
                font-size: 15px;
                line-height: 36px;
            }

.columnSpa1, .columnSpa2 h3 {
    font-size: 13px;
}

.text-spa {
    font-size: 12px;
    line-height: 15px;
}


/* SERVICOS */

/* PROFISSIONAIS */
p.lista-profissionais {
    position: relative;
    z-index: 999;
}
#background-profissionais {
    width: 47%;
}
#profissionaisTitle {
    position: absolute;
    width: 350px;
    top: 223px;
    left: 55px;
}
.columnProfissionais {
    z-index: 10;
}
.menuProfissionais {
    position: absolute;
    width: 300px;
    top: 285px;
    left: 100px;
}
p.text-btn.btnProfissionais {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    text-align: right;
    color: #be9485;
    cursor: pointer;
    transition: all .4s;
}
    p.text-btn.btnProfissionais.active {
        color: #9e5f48;
        text-decoration: underline;
        transition: all .4s;
    }
    p.text-btn.btnProfissionais:hover {
        color: #9e5f48;
        text-decoration: underline;
        transition: all .4s;
    }


.lista-profissionais a {
    position: relative;
    z-index: 999;
    text-decoration: none;
    color: #000;
    line-height: 40px;
}
.lista-profissionais>.active {
    font-weight: 600;
}

.columnsProfissionais {
    top: 20px !important;
}

/* .swiper-container-prof {
    top: 70px;
} */
.columnsProfissionaisSwiper {
    margin-top: 120px;
}
.arrowsProfissionais {
    z-index: 1001;
    position: relative;
    bottom: 70px !important;
}
.swiper-pagination-progressbar {
    top: 490px !important;
    width: 50% !important;
}
.personName {
    position: relative;
    width: 90%;
    margin: 0 auto;
    font-size: 12px !important;
}
.personDown {
    position: relative !important;
    top: -100px !important;
    z-index: 0;
} 
.personUp {
    position: relative !important;
    height: 180px !important;
    z-index: 10;
	top: 112px;
}
    .personUp img {
        width: 88% !important;
    }
    .personDown img {
        width: 88% !important;
    }
	
/* PROFISSIONAIS */

/* FALE CONOSCO */
.webdoor.fale {
    width: 100%;
	/* min-height: 100vh; */
    background: #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
}
    .background-fale {
        position: absolute;
        display: inline-block;
        width: 350px;
        width: 45%;
        height: 100%;
        top:0;
        bottom: 0;
        left: 0;
        /* overflow: hidden; */
    }

    .background-fale iframe {
        width: 100%;
    }
    .topMap {
        position: absolute;
        /* width: 350px; */
        width: 100%;
        top:0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4)
    }

    .wrap-form {
        /* position: absolute; */
        display: inline-block;
        right: 50px;
        /* width: 75%; */
        width: 55%;
        /* height: 400px; */
        padding-top: 200px;
        margin-left: 45%;
    }
        .form-left {
            position: relative;
            display: inline-block;
            width: 220px;
            height: auto;
            padding-left: 50px;
        }
            .form-left h3 {
                letter-spacing: 3px;
                line-height: 30px;
            }
        .form-right {
            position: relative;
            display: inline-block;
            /* width: 46%;
            margin-left: 50px; */
            width: calc(90% - 80px);
            margin-left: 10%;
            top: -130px;
            height: auto;
            /* padding: 50px; */
			z-index: 1;
        }
        form {
            position: relative;
            z-index: 999;
        }
        .nome, .email {
            position: relative;
            display: inline-block;
            width: 45%;
        }
        .email {
            margin-left: 8%;
        }
        label {
            letter-spacing: 1px;
            font-size: 13px;
        }
        input {
            width: 100%;
            border: 0;
            border-bottom: 2px solid #ccc;
            margin-bottom: 30px;
            background-color: transparent;
            height: 15px;
            transition: all .6s;
        }
            input.active {
                height: 30px !important;
                transition: all .6s;
            }
            /* input:hover {
                height: 30px;
                transition: all .3s;
            }  */
        #btn-enviar {
            width: 120px;
            height: 32px;
            color: #fff;
            background-color: #444;
            border: none;
            transition: all .3s;
            cursor: pointer;
        }
            #btn-enviar:hover {
                opacity: .6;
                transition: all .3s;
            }


.obrigado {
    color: #444;
    font-size: 30px;
    animation-name: enterObrigado;
    animation-duration: 4s;
}
/* FALE CONOSCO */









/* RESPONSIVE */
@media(max-width:1340px) {
    .webLeft.conceito {
        width: 48%;
    }
    .infoConceito {
        z-index: 0;
        left: 64px;
    }
    .infoConceito h2 {
        font-size: 30px;
    }
    .infoConceito p {
        line-height: 30px;
    }
    /* .servicosWrapper {
        margin-top: 8%;
        top: 0;
    } */
}
@media(max-width:1270px) {
    #background-beleza, #background-spa {
        width: 90% !important;
    }
    #profissionaisTitle {
        width: 270px;
    }
    .menuProfissionais {
        left: 30px;
    }
}
@media(max-width:1168px) {
    .webdoor.espaco1 .column1 {
        width: 46%;
    }
    .webdoor.espaco1 .column3 {
        width: 14.2%;
    }
    #profissionaisTitle {
        width: 270px;
    }
    .menuProfissionais {
        left: 30px;
    }

}
@media(max-width: 768px){
    .webdoor.espaco1 .column1{
        display: none;
    }
}
@media(max-width:1130px) {
    #callHome {
        position: relative;
        width: 30%;
        top: 150px;
    }
    .video {
        top: 100px;
    }
    #espaco-imagem3 {
        width: 100%;
    }
    .lista-servicos {
        line-height: 25px;
    }

    #background-beleza, #background-spa {
        height: 700px;
    }
    .background {
        display: inline-block;
        /* width: 100%; */
        height: 375px !important;
        max-height: 100% !important;
    }
    .servicosWrapper {
        /* width: 70% !important; */
        margin-top: 0% !important;
        float: left;
    }


}
@media(max-width:1000px) {
    .servicosWrapper {
        margin-top: 15%;
    }
    .form-left {
        width: 90%;
    }
}
@media(max-width:970px) {
    .htmlEspaco {
        overflow-y: scroll;
    }
    #espaco-imagem1 {
        height: 700px;
    }
    .webdoor.espaco2 .column5 {
        position: relative;
        top: 80px;
    }
}
@media(max-width:829px) {
    .infoConceito h2 {
        font-size: 20px;
    }
    .btnContatoMenu {
        right: 170px;
    }
}
@media(max-width:768px) {
    .callHome {
        position: relative;
        width: 100%;
        height: 250px;
        left: 0%;
        text-align: center;
    }
    #callHome {
        width: 50%;
        top: 80px;
    }
    .video {
        position: relative;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        top: 145px;
    }

    .webLeft.conceito {
        width: 100%;
        min-height: 470px;
    }
    .webRight.conceito {
        width: 86%;
        height: 280px;
        min-height: 0;
    }

    .text-column2 p {
        line-height: 20px;
    }
    .text-cel-center p {
        line-height: 20px;
    }
    .webdoor.espaco2 .column4 {
        width: 30%;
    }
    .webdoor.espaco2 .column5 {
        width: 44%;
        padding-left: 2%;
    }
    .webdoor.espaco2 .column6 {
        position: absolute;
        width: 22%;
        top: 360px;
        display: block;
    }

    .servicosWrapper {
        margin-left: -10px;
    }
    #servicosTitle {
        width: 240px;
        top: 230px;
        right: 25px;
    }

    #background-profissionais {
        width: 95%;
        height: 360px;
    }
}
@media(max-width:640px) {
    #callHome {
        width: 40%;
        top: 80px;
    }
    .webdoor.espaco2 .column5 {
        width: 64%;
    }

    #espaco-imagem3 {
        display: none;
    }
    .webdoor.espaco1 .column2 {
        width: 100%;
        padding-left: 0%;
    }
    #espaco-imagem1 {
        height: 560px;
    }

    .columnsServicos {
        width: 100%;
    }

    .menuServices {
        right: 40px;
    }
     .form-right {
        width: 100%;
        left: 0;
        margin-left: -20px;
        padding: 20px;
        margin-top: 50px;
        color: #fff;
        background: rgba(0,0,0,.6);
    }
    .form-left h3 {
        color: #fff;
    }
    .background-fale {
        width: 100%;
        height: 162%;
    }
        .topMap {
            width: 100%;
        } 
    input {
        color:  #fff;
    }
    .obrigado {
        color:  #fff;
    }
    .topMap {
        background: rgba(0, 0, 0, 0.6);
    }
}

@media(max-width:768px) {
    .whatsappBtn img {
        max-width: 42px;
    }

    .form-right > div {
        width: 100% !important;
    }

    .wrap-form {
        width: calc(100% - 60px);
        right: 0;
        padding: 180px 30px 0;
        margin-left: 0;
    }

    .menuSocial {
        /* position: fixed; */
    }

    .menu {
        padding-left: 0;
    }
    
    .menu .logo {
        padding-left: 40px;
    }

    .btnOpen {
        right: 15px !important;
    }

    .audio.som {
        top: 440px;
        left: 15px;
    }

    .whatsappBtn {
        left: 15px;
        bottom: 15px;
    }
}

@media(max-width:550px) {
    .btnContatoMenu {
        top: -112px;
        right: 0px;
    }
    .menuSocial {
        left: 20px;
    }
     #callHome {
        width: 60%;
        top: 140px;
    }

    .infoConceito p {
        line-height: 25px;
        margin-bottom: 80px;
    }
    .webRight.conceito {
        height: 180px;
    }
    .swiper-container {
        height: 180px;
    }

    .text-cel-center.text-center1 {
        margin-top: 20px;
    }
    .text-cel-center.text-center2 {
        margin-top: -20px;
    }
    .text-cel-center.text-center3 {
        margin-top: -20px;
    }

    .background {
        position: relative;
        display: block;
        top: 100px;
        width: 100%;
        height: 300px;
    }
    #background-beleza, #background-spa {
        height: 290px;
    }
    #servicosTitle {
        top: 30px;
    }
    .menuServices {
        top: 70px
    }
    p.text-btn {
        font-size: 30px;
        line-height: 20px;
    }
    .servicosWrapper {
        width: 80%;
        margin-top: 60% !important;
        margin-left: 30px;
    }
    #background-profissionais {
        width: 95%;
        height: 340px;
        margin-top: -100px;
    }
    #profissionaisTitle {
        top: 265px;
        left: 15px;
    }
}
@media(max-width: 768px) {
    .navegar {
        right: 0;
    }
    .infoConceito {
        left: 65px;
    }
    .form-right  {
        top: -20px;
    }
    .btnContatoMenu {
        right: -20px;
    }
    .btnOpen {
        right: 15px !important;
    }
    .menu {
        width: 100%;
    }
    html {
        overflow-x: hidden !important;
    }
    body {
        overflow-x: hidden !important;
    }
    .btnOpen {
        right: 92px;
    }
    .menuSocial {
        left: unset;
        right: 20px;
        top: 80px;
    }

}

/* RESPONSIVE */







/* ACCORDION */

.profissionaisMobileInner {
    display: none;
    margin-top: -80px;
}
    @media(max-width:768px) {
        .profissionaisMobileInner {
            display: block !important;
            margin-top: 0px;
        }
    }

.profMobileColumns {
    position: relative;
    display:  inline-block;
    width: 31.5%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
    .profMobileColumns img {
        width: 90%;
    }
.profissionaisMobileWrapper {
    display: none;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
    height: auto;
}
    @media(max-width: 768px) {
        .profissionaisMobileWrapper {
            display:  block;
        }
        .servicosWrapper {
            display: none;
        }
        .btnService.desktop {
            display:  none;
        }
        .btnService.mobile {
            display:  block;
        }
    }
.profissionaisMobileInner {
    position: relative;
    width: 100%;
}
button.accordion {
    background-color: #9e5f48;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

/* button.accordion.active, button.accordion:hover {
    background-color: #9e5f48;
} */

button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    height: auto;
    max-height: 0;
    overflow: scroll;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;  
}
/* ACCORDION */




footer {
    z-index: 998;
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    background: rgba(250, 250, 250, .6);
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-evenly;
}
footer .left {
    position: relative;
    width: 30%;
}
footer .right {
    position: relative;
    width: 30%;
}
footer .center {
    position: relative;
    width: 30%;
}
footer h4 {
    font-size: 12px;
    line-height: 8px;
}
footer p {
    font-size: 12px;
    line-height: 8px;
}

@media(max-width: 950px) {
    footer {
        z-index: 10;
        height: 250px;
        width: 100%;
		flex-wrap: wrap;
    }
    footer .left {
        text-align: right;
        right: 20px;
        width: 100%
    }
    footer .right {
        text-align: right;
        right: 20px;
        width: 100%;
        /* top: 100px; */
    }
	footer .center {
        text-align: right;
        right: 20px;
        width: 100%;
        /* top: 100px; */
    }
    footer h4 {
        font-size: 12px;
    }
    footer p {
        font-size: 12px;
    }
}

.whatsapp {
    position: relative;
    width: 10%;
    top: -5px;
    margin-left: 8px;
}
.agendaWhatsapp {
    font-size: 12px;
    font-weight: 600;
    margin-top: -6px;
}