@charset "utf-8";
/* CSS Document */
/******************/
/******************/
@font-face {
    font-family: 'marleyregular';
    src: url('fonts/marley-regular-webfont.woff2') format('woff2'), url('fonts/marley-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/******************/
/******************/
* {
    margin: 0;
    padding: 0;
}
HTML {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 14px;
}
a:hover, button:hover, li:hover {
    transition: all 0.5s linear;
}
@media screen and (max-width: 970px) {
    HTML {
        font-size: 13px;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    HTML {
        font-size: 12px;
    }
}
BODY {
    width: 100%;
    min-height: 400;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    color: #4c5166;
    background-color: #ffffff;
}
a {
    outline: 0;
    color: inherit;
    cursor: pointer;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
:focus {
    outline-color: transparent;
    outline-style: none;
}
BUTTON:hover {
    text-decoration: none;
}
IMG {
    border: none;
}
FIELDSET {
    border: none;
    border-color: transparent;
}
*:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button {
    cursor: pointer;
}
INPUT::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
}
INPUT::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}
INPUT:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
}
INPUT:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}
TEXTAREA::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
}
TEXTAREA::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}
TEXTAREA:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
}
TEXTAREA:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}
/******************/
/******************/
/**********************/
@media screen and (max-width: 1200px) {}
/* TABLETS */
@media screen and (max-width: 970px) {}
/* SMARTPHONES */
@media screen and (max-width: 767px) {}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.mobile_only {
    display: none !important;
}
.desk_only {
    display: block !important;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .mobile_only {
        display: block !important;
    }
    .desk_only {
        display: none !important;
    }
}
.main {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: relative;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.main_cont {
    min-height: calc(100vh - 110px - 87px);
}
.img_cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img_contain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.img_res {
    width: 100%;
    height: auto;
}
.no_margin {
    margin: 0% !important;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/************************/
/************************/
.block {
    width: 100%;
    height: auto;
    position: relative;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row_table {
    display: flex;
    flex-wrap: nowrap;
}
.block-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.block_90 {
    width: 90%;
    margin-left: 5%;
}
.block_95 {
    width: 95%;
    margin-left: 2.5%;
}
.block_80 {
    width: 80%;
    margin-left: 10%;
}
.full_height {
    min-height: 100vh;
}
.wraper {
    width: calc(100% - 30px);
    max-width: calc(1200px - 30px);
    padding: 0 15px;
    margin: 0 auto;
}
.block_row {
    width: 100%;
    height: auto;
    position: relative;
}
.block_row::after {
    content: "";
    clear: both;
    display: table;
}
.block_col {
    position: relative;
    float: left;
    min-height: 20px;
}
.espaco_80 {
    padding: 40px 0;
}
.block_75 {
    width: 75%;
}
.block_66 {
    width: 66.66%;
}
.block_50 {
    width: 50%;
}
.block_33 {
    width: 33.33%;
}
.block_25 {
    width: 25%;
}
/* TABLETS */
@media screen and (max-width: 970px) {
    .block_75 {
        width: 66.66%;
    }
    .block_66 {
        width: 50%;
    }
    .block_25 {
        width: 33.33%;
    }
    .block_50.breackTablet {
        width: 100%;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .block_80 {
        width: 100%;
        margin-left: 0;
    }
    .block_95 {
        width: 100%;
        margin-left: 0;
    }
    .block_90 {
        width: 100%;
        margin-left: 0;
    }
    .block_75 {
        width: 100%;
    }
    .block_66 {
        width: 100%;
    }
    .block_50 {
        width: 100%;
    }
    .block_33 {
        width: 100%;
    }
    .block_25 {
        width: 50%;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 467px) {
    .block_25 {
        width: 100%;
    }
}
.flex {
    display: flex;
}
/***/
.flex-hl-left {
    justify-content: flex-start;
}
.flex-hl-center {
    justify-content: center;
}
.flex-hl-right {
    justify-content: flex-end;
}
.flex-hl-space {
    justify-content: space-between;
}
.flex-hl-space-eq {
    justify-content: space-evenly;
}
/***/
.flex-vl-top {
    align-items: flex-start;
}
.flex-vl-center {
    align-items: center;
}
.flex-vl-bottom {
    align-items: flex-end;
}
.flex-vl-stretch {
    align-items: stretch;
}
/***/
/***/
.flex-coln {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.flex-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.flex-grid-eq {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.flex-grid::after {
    content: "";
    flex: auto;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .flex {
        flex-wrap: wrap;
    }
}
/***********************/
/***********************/
.ba-mgn-100-tp {
    margin-top: 100px;
}
.ba-mgn-80-tp {
    margin-top: 80px;
}
.ba-mgn-801-tp {
    margin-top: 80px;
}
.ba-mgn-60-tp {
    margin-top: 60px;
}
.ba-mgn-40-tp {
    margin-top: 40px;
}
.ba-mgn-20-tp {
    margin-top: 20px;
}
.ba-mgn-10-tp {
    margin-top: 10px;
}
/*****/
.ba-mgn-100-bt {
    margin-bottom: 100px;
}
.ba-mgn-80-bt {
    margin-bottom: 80px;
}
.ba-mgn-60-bt {
    margin-bottom: 60px;
}
.ba-mgn-40-bt {
    margin-bottom: 40px;
}
.ba-mgn-20-bt {
    margin-bottom: 20px;
}
.ba-mgn-10-bt {
    margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
    .ba-mgn-100-tp {
        margin-top: 90px;
    }
    .ba-mgn-80-tp {
        margin-top: 70px;
    }
    .ba-mgn-60-tp {
        margin-top: 50px;
    }
    .ba-mgn-40-tp {
        margin-top: 30px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 90px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 70px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 50px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 30px;
    }
}
/* TABLETS */
@media screen and (max-width: 970px) {
    .ba-mgn-100-tp {
        margin-top: 80px;
    }
    .ba-mgn-80-tp {
        margin-top: 60px;
    }
    .ba-mgn-60-tp {
        margin-top: 40px;
    }
    .ba-mgn-40-tp {
        margin-top: 20px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 80px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 60px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 40px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 20px;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .ba-mgn-100-tp {
        margin-top: 60px;
    }
    .ba-mgn-80-tp {
        margin-top: 40px;
    }
    .ba-mgn-801-tp {
        margin-top: 60px;
    }
    .ba-mgn-60-tp {
        margin-top: 25px;
    }
    .ba-mgn-40-tp {
        margin-top: 10px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 60px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 40px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 25px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 10px;
    }
}
/*****************/
/*****************/
/*****************/
H2.titulo {
    display: inline-block;
    font-family: 'marleyregular', Arial;
    font-size: 2.8rem;
    color: #513a66;
    padding-right: 40px;
}
/***********************/
/***********************/
.loading {
    width: 100%;
    height: auto;
    min-height: 250px;
    background-repeat: no-repeat;
    background-image: url(images/loading.gif);
    background-position: center center;
}
.animate {
    transition: transform 0.3s ease-out;
}
/************************/
/************************/
/********************************************/
/********************************************/
/*ASENSE*/
/************************/
/************************/
/************************/
header {
    position: relative;
    width: 100%;
    padding-top: 15px;
    height: 95px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    z-index: 5000;
    background-color: #fff;
}
/************************/
/************************/
footer {
    position: relative;
    width: 100%;
    background-color: #e9e9e9;
    align-self: flex-end;
    padding: 15px 0px;
}
/************************/
/************************/
.main_menu {
    height: 95px;
}
.logo {
    position: relative;
    width: 213px;
    height: 79px;
}
.logo H1 A {
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 0;
    text-indent: -1500px;
    width: 213px;
    height: 79px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("images/logo.svg");
}
.menu_top {
    position: relative;
    width: calc(50% - 107px);
    height: auto;
}
@media screen and (max-width: 1200px) {
    .logo {
        width: 190px;
        height: 70px;
    }
    .logo H1 A {
        width: 190px;
        height: 70px;
    }
    .menu_top {
        width: calc(50% - 95px);
    }
}
/* TABLETS */
@media screen and (max-width: 970px) {
    .logo {
        width: 170px;
        height: 63px;
    }
    .logo H1 A {
        width: 170px;
        height: 63px;
    }
    .menu_top {
        width: calc(50% - 85px);
    }
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .logo {
        width: 150px;
        height: 56px;
    }
    .logo H1 A {
        width: 150px;
        height: 56px;
    }
    .menu_top {
        width: calc(50% - 75px);
    }
}
.menu_top UL {
    list-style-type: none;
}
.menu_top > UL {
    position: relative;
}
.menu_top > UL > LI {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline-block;
    font-weight: 600;
    color: #518ba3;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding-bottom: 1.2rem;
    border-bottom: 9px solid #FFFFFF;
}
.menu_top > UL > LI:hover {
    border-bottom: 9px solid #7db3c0;
}
.menu_top_left {
    text-align: left;
}
.menu_top_right {
    text-align: left;
}
.menu_top_left > UL {
    margin-right: 0;
}
.menu_top_right > UL {
    margin-left: 3rem;
}
.menu_top_left > UL > LI {
    margin-left: 3rem;
}
.menu_top_right > UL > LI {
    margin-right: 3.5rem;
}
.menu_top_left > UL > LI:first-of-type {
    margin-left: 0;
}
.submenu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    width: 130%;
    position: absolute;
    background-color: #7db3c0;
    top: 43px;
}
.menu_top > UL > LI:hover .submenu {
    visibility: visible;
    opacity: 1;
}
.submenu LI {
    font-family: 'Barlow Condensed', sans-serif;
    display: list-item;
    font-weight: 300;
    color: #ffffff;
    font-size: 1.2rem;
    text-transform: none;
    border-bottom: 1px solid #90BEC9;
    text-align: left;
    padding: 0.5rem 15px;
}
.submenu LI:hover {
    background-color: #90BEC9;
}
.menu_top BUTTON {
    font-family: 'Barlow Condensed', sans-serif;
    border: 1px solid #513a66;
    color: #513a66;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.7rem 1.2rem 0.7rem 1.2rem;
    background-color: #ffffff;
    margin-bottom: 15px;
}
.menu_top BUTTON:hover {
    background-color: #513a66;
    color: #ffffff;
}
/* SMARTPHONES */
@media screen and (max-width: 1300px) {
    .menu_top > UL > LI {
        font-size: 1.4rem;
    }
    .menu_top_left > UL > LI {
        margin-left: 2.5rem;
    }
    .menu_top_right > UL > LI {
        margin-right: 2.5rem;
    }
}
@media screen and (max-width: 1080px) {
    .menu_top > UL {
        display: none;
    }
    .menu_top BUTTON {
        display: none;
    }
    header {
        height: auto;
        min-height: 95px;
    }
}
/************************/
.menu_mobile_icon {
    position: absolute;
    z-index: 2000;
    right: 20px;
    top: 15px;
    height: auto;
    width: 15px;
    text-align: center;
    font-size: 2.5rem;
    color: #AAAAAA;
    font-weight: 300;
    display: none;
}
.menu_mobile {
    display: none;
}
.menu_mobile UL {
    list-style-type: none;
}
.menu_mobile LI {
    text-align: center;
}
.menu_mobile > UL {
    padding-bottom: 1.2rem;
}
.menu_mobile > UL > LI {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #518ba3;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding-bottom: 1.2rem;
}
.menu_mobile > UL > LI > UL > LI {
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding-top: 1.0rem;
}
.menu_mobile BUTTON {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    border: 1px solid #513a66;
    color: #513a66;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.7rem 1.2rem 0.7rem 1.2rem;
    background-color: #ffffff;
    margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
    .menu_mobile_icon {
        display: block;
    }
}
/************************/
.logo_baixo {
    widows: 54px;
    height: 57px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("images/simbolo.svg");
}
footer p {
    color: #cacbcf;
    padding-left: 40px;
}
.midias {}
footer UL {
    display: flex;
    position: relative;
    list-style: none;
    text-align: right;
    padding-right: 80px;
}
footer UL LI {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: 16px;
}
footer UL LI A {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0px;
    text-indent: -1500px;
}
footer UL LI.mid-01 {
    background-image: url("images/facebook.svg");
}
footer UL LI.mid-02 {
    background-image: url("images/instagram.svg");
}
footer UL LI.mid-03 {
    background-image: url("images/whatsapp.svg");
}
@media screen and (max-width: 767px) {
    footer UL {
        width: 100%;
        text-align: center;
        padding-right: 0px;
        justify-content: center;
    }
    footer UL LI:first-of-type {
        margin-left: 0px;
    }
    .ass_dk {
        order: 3;
    }
    footer p {
        text-align: center;
        padding-left: 0px;
        width: 100%;
    }
    .lg_bt1 {
        padding-bottom: 25px;
    }
    .midias {
        padding-bottom: 25px;
    }
}
/************************/
/************************/
.banner_home {
    height: 330px;
}
.banner_home_it {
    width: 100vw;
    height: 330px;
}
.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
}
.slick-dots LI {
    display: inline-block;
    text-align: center;
    padding: 0px 5px;
}
.slick-dots LI BUTTON {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 0px;
    overflow: hidden;
    text-indent: -1500px;
}
.slick-dots LI BUTTON:houver {
    opacity: 0.5;
}
.slick-dots LI.slick-active BUTTON {
    background-color: transparent;
}
.home-01 {
    padding: 40px 0px;
}
.home-01 > DIV {
    padding: 5rem 2.5rem 2.5rem 3rem;
}
.home-01 H3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.9rem;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
}
.home-01 P {
    font-size: 1.1rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 1.7rem;
}
.home-01 BUTTON {
    font-family: 'Barlow Condensed', sans-serif;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0.5rem 1rem 0.5rem 2rem;
    background-color: transparent;
}
.home-01 BUTTON:hover {
    color: #999999;
    background-color: #ffffff;
}
.home-01a {
    background-color: #513a66;
}
.home-01a H3, .home-01a P {
    color: #7db3c0;
}
.home-01b {
    width: calc(33.33% - 2px);
    background-color: #7db3c0;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.home-01b H3, .home-01b P {
    color: #924074;
}
.home-01c {
    background-color: #924074;
}
.home-01c H3, .home-01c P {
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    .home-01b {
        width: 100%;
        border-left: none;
        border-right: none;
    }
}
.home-02 {
    background-color: #e9e9e9;
    padding: 60px 0px;
}
.home-02 H2 {
    padding-right: 40px;
}
.home-02 BUTTON {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    border: 1px solid #513a66;
    color: #513a66;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0.5rem 1rem 0.5rem 2rem;
    background-color: transparent;
}
.home-02 BUTTON:hover {
    color: #ffffff;
    background-color: #513a66;
}
.home-02b > DIV {
    margin: 55px 0px 20px 0px;
}
.home-02b H3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1.7rem;
    color: #7db3c0;
}
.home-02b P {
    font-size: 1rem;
    line-height: 1.5rem;
}
.home-02b1 .home-02-int {
    padding-right: 20%;
}
.home-02b2 .home-02-int {
    padding-left: 20%;
}
.home-02b1 {
    border-right: 1px dashed #333;
}
@media screen and (max-width: 767px) {
    .home-02b1 .home-02-int {
        padding-right: 0;
    }
    .home-02b2 .home-02-int {
        padding-left: 0;
    }
    .home-02b P {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .home-02b1 {
        border-right: none;
    }
    .home-02 H2 {
        padding-right: 0;
        text-align: left;
    }
    .home-02 BUTTON {
        margin-top: 3rem;
    }
}
/************/
.home-03 {
    padding: 70px 0px 35px 0px;
}
.home-03a H2 {
    padding-bottom: 2rem;
    padding-top: 10px;
}
.home-03a1, .home-03a2 {
    padding-bottom: 45px;
}
.home-03a1 P {
    color: #231f20;
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: 30px;
}
.home-03a1 P SPAN {
    color: #7db3c0;
}
.home-03a1-map {
    height: 300px;
    max-width: 80%;
}
.home-03a2 > DIV {
    padding-bottom: 50px;
}
.home-03a2a P {
    color: #231f20;
    font-size: 1.8rem;
    font-weight: 500;
}
.home-03a2a P SPAN {
    font-size: 1.4rem;
    font-weight: 400;
}
.home-03a2a P IMG {
    margin-left: 25px;
}
.home-03a2b P {
    color: #231f20;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
}
.home-03a2b P SPAN {
    color: #7db3c0;
    font-size: 3rem;
    font-weight: 700;
    text-transform: lowercase;
}
/************************/
/************************/
.conteudo-text P {
    margin-bottom: 1rem;
    text-align: justify;
}
.banner_home BUTTON.banner_button {
    font-family: 'Barlow Condensed', sans-serif;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 300;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.5rem 1rem 0.5rem 2rem;
    background-color: transparent;
}
.banner_home BUTTON.banner_button:hover {
    color: #999999;
    background-color: #ffffff;
}
.banner_home P {
    font-family: 'marleyregular';
    color: #fff;
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
}
.banner_home_it > DIV {
    display: flex;
    height: 330px;
}
.banner_home_it > DIV > DIV {
    width: 35%;
    height: auto;
    max-width: 510px;
}
/**************/
.banner_01_a {
    justify-content: flex-end;
    align-items: center;
}
.banner_01_a > DIV {
    margin-right: 10%;
}
/************************/
.banner_02_a {
    justify-content: flex-start;
    align-items: center;
}
.banner_02_a > DIV {
    margin-left: 10%;
}
.banner_02_a P {
    color: #4c3363;
}
/************************/
.banner_03_a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 330px;
}
.banner_03_a > DIV {
    margin-right: 10%;
}
.banner_03_a P {
    color: #904074;
}
/************************/
.banner_04_a {
    justify-content: flex-end;
    align-items: center;
}
.banner_04_a > DIV {
    margin-right: 10%;
}
.banner_04_a P {
    color: #513a66;
}
/************************/
.banner_05_a {
    justify-content: center;
    align-items: center;
}
/* TABLETS */
@media screen and (max-width: 1260px) {
    .banner_home P {
        font-size: 2.7rem;
        line-height: 3rem;
    }
}
@media screen and (max-width: 970px) {
    .banner_home_it > DIV > DIV {
        width: 60%;
    }
    .banner_home P {
        font-size: 2.5rem;
        line-height: 2.7rem;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .banner_home_it > DIV > DIV {
        width: 80%;
    }
    .banner_home P {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
.fotos-baixo {
    margin-bottom: 60px;
    border-top: 1px dashed #AAAAAA;
    border-bottom: 1px dashed #AAAAAA;
    padding: 2px 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.fotos-baixo-list {
    display: flex;
    justify-content: center;
    overflow: hidden;
    min-width: 100vw;
    height: auto;
}
.fotos-baixo-list IMG {
    width: 33.333333%;
    height: auto;
    display: inline-block;
}
.fotos-baixo-noborder {
    border-top: none;
    padding: 0 0 2px 0;
}
.fazemos_header {
    height: 300px;
    background-image: url("images/fazemos-banner.jpg");
}
.acupuntura_header {
    background-image: url("images/acupuntura-banner.jpg");
}
.aprendizado_header {
    background-image: url("images/aprendizado-banner.jpg");
}
.jejum_header {
    background-image: url("images/jejum-banner.jpg");
}
/************************/
/************************/
.fazemos-01 {}
.fazemos-01 > DIV {
    padding: 3.3rem 2.5rem 0.7rem 3rem;
}
.fazemos-01 H3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.9rem;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
}
.fazemos-01 P {
    font-size: 1.1rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 1.7rem;
}
.fazemos-01 BUTTON {
    font-family: 'Barlow Condensed', sans-serif;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0.5rem 1rem 0.5rem 2rem;
    background-color: transparent;
}
.fazemos-01 BUTTON:hover {
    color: #999999;
    background-color: #ffffff;
}
/*******/
.fazemos-01-m {
    background-color: #ffffff;
    cursor: pointer;
}
.fazemos-01-m H3, .fazemos-01-m P {
    color: #d0cfcc;
}
.fazemos-01-m:hover {
    background-color: #dddddd;
}
.fazemos-01-m:hover H3, .fazemos-01-m:hover P {
    color: #ffffff;
}
/*******/
.fazemos-01b {
    width: calc(33.33% - 2px);
    margin-left: 1px;
    margin-right: 1px;
}
/*******/
.fazemos-01a.select {
    background-color: #513a66;
}
.fazemos-01a.select H3, .fazemos-01a.select P {
    color: #7db3c0;
}
/*******/
.fazemos-01b.select {
    background-color: #7db3c0;
}
.fazemos-01b.select H3, .fazemos-01b.select P {
    color: #924074;
}
/*******/
.fazemos-01c.select {
    background-color: #924074;
}
.fazemos-01c.select H3, .fazemos-01c.select P {
    color: #ffffff;
}
/*******/
/*******/
.fazemos_menu {
    padding-top: 0.8rem;
}
.fazemos_menu UL {
    width: 70%;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.fazemos_menu UL LI {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    color: #7db3c0;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.fazemos_menu UL LI.select {
    color: #513a66;
    text-decoration: underline;
}
/*******/
/*******/
.fazemos_header-b {
    min-height: 170px;
}
.fazemos_header H2 {
    font-family: 'marleyregular';
    color: #513a66;
    font-size: 3rem;
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}
@media screen and (max-width: 1260px) {
    .fazemos_header H2 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 767px) {
    .fazemos_menu UL {
        width: 90%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .fazemos_menu UL LI {
        padding: 0.4rem;
    }
    .fazemos_header {
        height: auto;
        padding-bottom: 2rem;
    }
    .fazemos-01b {
        width: 100%;
        border-left: none;
        border-right: none;
    }
    .fazemos_header H2 {
        font-size: 2.5rem;
    }
}
.fazemos_list {
    padding: 60px 0px;
}
.fazemos_list H2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #7db3c0;
    border-top: 1px dashed #AAAAAA;
    padding: 2.2rem 1rem 2.1rem 1rem;
    position: relative;
}
.fazemos_list H2:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 2.2rem;
    right: 1rem;
    z-index: 1;
    background-image: url("images/icon_list.svg");
    background-repeat: no-repeat;
}
.fazemos_list H2:first-of-type {
    border-top: none;
}
.fazemos_list H2.open {
    background-color: #e9e9e9;
}
.fazemos_list H2.open:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fazemos_list > DIV {
    padding: 0 0 2.1rem 1rem;
    background-color: #e9e9e9;
}
.fazemos_list P {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #4c5166;
}
.fazemos-text {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    line-height: 1.7rem;
}
.fazemos-text H4 {
    font-family: 'Barlow Condensed', sans-serif;
    color: #7db3c0;
    font-size: 2.1rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
}
.fazemos-text H5 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    color: #513a66;
    font-weight: normal;
    margin-top: 1.7rem;
    text-transform: uppercase;
}
.fazemos-text H6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.3rem;
    color: #513a66;
    font-weight: normal;
}
/************************/
/************************/
.acupunt-01 {
    padding: 80px 0px;
}
@media screen and (max-width: 767px) {
    .acupunt-01 .block_75 {
        margin-bottom: 40px;
    }
}
.acupunt-02 {
    border-top: 1px dashed #AAAAAA;
}
.acupunt-02a {
    background-color: #e9e9e9;
    padding: 40px 0;
}
.acupunt-02a h3 {
    font-family: 'marleyregular';
    font-size: 2rem;
    font-weight: 500;
    color: #518ba3;
    margin-bottom: 1.5rem;
}
.acupunt-02a P {
    font-size: 1rem;
    color: #518ba3;
    margin-bottom: 0.8rem;
}
.acupunt-02a P SPAN {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #518ba3;
    text-transform: uppercase;
}
.acupunt-02b IMG {
    max-width: 634px;
}
/************************/
/************************/
.int_title {
    padding: 2rem 0;
    background-color: #e9e9e9;
    min-height: 120px;
}
.int_title H2 {
    font-family: 'marleyregular';
    font-size: 3.1rem;
    font-weight: 500;
    color: #924074;
    text-align: center;
}
.int_title P {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.7rem;
    color: #924074;
    font-style: italic;
    text-align: center;
    margin-top: 1.5rem;
}
.medicos01 {
    padding: 80px 0;
}
.medicos_it {
    width: 21%;
    height: auto;
    position: relative;
    padding-bottom: 4.5rem;
}
@media screen and (max-width: 970px) {
    .medicos_it {
        width: 30%;
    }
}
@media screen and (max-width: 767px) {
    .medicos_it {
        width: 45%;
    }
}
.medicos_it_main {
    cursor: pointer;
}
.medicos_it_img {
    width: 80%;
    margin-left: 10%;
    position: relative;
}
.medicos_it_img IMG {
    border-radius: 50%;
}
@media screen and (min-width: 800px) {
    .medicos_it_main:hover IMG {
        opacity: 0.6;
    }
}
.medicos_it_txt {
    padding-top: 1rem;
}
.medicos_it_txt H4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    color: #7db3c0;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}
.medicos_it_txt P {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.2rem;
    color: #7db3c0;
    font-style: italic;
    text-align: center;
}
/*************/
/*************/
.medicos_text {
    position: fixed;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 2px);
    padding: 4rem 0;
    background-color: #e7e7e7;
    z-index: 4000;
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
    top: 0px;
    left: 0;
    display: none;
}
.medicos_text_int {
    padding-top: 100px;
}
.medicos_text .close {
    position: absolute;
    right: 10px;
    top: 120px;
    width: 25px;
    height: 25px;
    z-index: 4010;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .medicos_text .close {
        top: 80px;
    }
}
.medicos_text .close i {
    font-size: 1.5rem;
}
.medico_text_header {
    position: relative;
    height: auto;
    margin-bottom: 1.4rem;
}
.medico_text_header_img {
    position: relative;
    width: 25%;
    max-width: 120px;
    height: auto;
}
.medico_text_header_img IMG {
    border-radius: 50%;
}
.medico_text_header_txt {
    margin-left: 1rem;
}
/*******/
.medico_text_txt h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.5rem;
    color: #7db3c0;
    font-weight: normal;
}
.medico_text_txt h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    color: #7db3c0;
    font-weight: normal;
}
.medico_text_txt h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.3rem;
    color: #513a66;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
    margin-top: 1.3rem;
    font-weight: normal;
}
.medico_text_txt P {
    max-width: 60%;
}
@media screen and (max-width: 970px) {
    .medico_text_txt P {
        max-width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .medico_text_txt P {
        max-width: 100%;
    }
}
/************************/
/************************/
.estamos02 {
    margin: 70px 0 60px 0;
    border-top: 1px dashed #AAAAAA;
    border-bottom: 1px dashed #AAAAAA;
    padding: 2px 0;
}
.estamos02a {
    background-color: #e9e9e9;
    padding: 40px 0 25px 0;
}
.estamos02a1 {
    margin-bottom: 2.5rem;
}
.estamos02a1 IMG {
    margin-bottom: 10px;
    margin-left: -10px;
    display: block;
}
.estamos02a1 H3 {
    font-family: 'marleyregular';
    font-size: 2.9rem;
    color: #513a66;
    margin-bottom: 1.2rem;
}
.estamos02a1 P {
    font-size: 1.2rem;
    font-weight: 500;
    color: #4c5166;
    margin-bottom: 1.5rem;
    line-height: 1.8rem;
}
.estamos02a2 P {
    font-size: 1.5rem;
    font-weight: 400;
    color: #924074;
    margin-bottom: 1.5rem;
    line-height: 2.15rem;
}
.estamos02a2 P STRONG {
    font-weight: 500;
}
.estamos02a2 P SPAN {
    font-size: 1.9rem;
}
.estamos02b {
    background-color: #924074;
    padding: 1.7rem 0;
}
.estamos02b P {
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
}
/************************/
/************************/
.conv_it {
    display: block;
    width: 18%;
    padding-top: 18%;
    margin: 1.5rem;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    -webkit-transition: all 300ms;
}
.conv_it:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}
.jejum-bottom {
    margin-bottom: 60px;
    border-bottom: 1px dashed #AAAAAA;
    padding: 2px 0;
    background-color: #e7e7e7;
}
.floatWPP{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-floatWPP{
	margin-top:16px;
}
/************************/
/************************/
/************************/
/************************/