@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Creslina';
    src: url('fonts/creslina-webfont.woff2') format('woff2'),
         url('fonts/creslina-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  margin:0;
  padding:0;
  font-family:'Montserrat', sans-serif;
  font-weight: 300;
  color:#fff;
}


/*--- Navbar ---*/


.navbar-custom {
  background: #7FC9CC;
}
.navbar-custom .navbar-collapse {
  justify-content: flex-end;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}
#menu-principal .nav-link:hover {
  color:#f1f1f1;
}
.navbar-custom .active a {
  color: #f1f1f1;
}
.navbar-custom .navbar-nav .menu-item:hover .dropdown-menu {
  display: block;
}
.navbar-custom.fixed-top{
  background-color: #7FC9CC;
  box-shadow: 3px 3px 10px rgb(0,0,0,0.2);
}
.navbar-custom .navbar-brand .logo {
  width:120px;
}
.fixed-top .navbar-brand .logo {
  width:90px;
}
.fixed-top #menu-principal {
  margin-top:0;
}
#menu-principal .current-menu-item::after {
  background:#fff;
  width:100%;
  height:2px;
  display:block;
  content:'';
}
#menu-principal {
  width: 80%;
  justify-content: space-between;
}
#menu-principal li:hover::after {
  width:100%;
  transition:width .3s;
}
#menu-principal li::after {
    content:'';
    display:block;
    width:0;
    height:2px;
    background:#fff;
    transition:width .3s;
}
#menu-principal .dropdown-menu li::after {
  height: 0;
}
#menu-principal .menu-item .dropdown-item {
  color: #ffffff;
  padding: 5px 0;
  background: #95d4d6;
}
#menu-principal .menu-item .dropdown-item:hover {
  color: #f1f1f1;
}
#menu-principal .menu-item .dropdown-menu {
  flex-direction: column;
  background: transparent;
  border: 0;
  text-align: center;
}
#menu-principal .menu-item .dropdown-menu li {
  margin-right:1rem;
}
.navbar-custom .social {
  display: inline-flex;
  margin-left: 2rem;
}


/* ---- Geral ---- */


a {color: #fff;}


.btn:focus, .btn.focus {
  box-shadow:none!important;
  outline:none!important;
  background-color: #fff;
  color: #7fc9cc;
}

.wt {color: #fff!important;}
.gr {color: #A9F1F3!important;}
.gr2 {color: #7FC9CC!important;}
.prp {color: #654FAE!important;}
.pk {color: #ED69A9!important;}
.gra {color: #707070!important;}
.blk {color: #000!important;}

.bg-gr {background-color: #D6EDEE;}
.bg-pk {background-color: #ED69A9;}
.bg-yl {background-color: #EBCC50;}

h1 {font-size: 64px;}

h2 {font-size: 30px;font-weight: 600;}

b {font-weight: 600;}

body main.navbar-stick {margin-top:104px;}

.btn-primary {
  font-size: 18px;
  font-weight: bold;
  border: 0;
  color: #7FC9CC;
  background: #fff;
  padding: 18px 60px;
  border-radius: 36px;
  text-transform: uppercase;
}
.btn-primary:hover {
  color: #fff;
  background: #A9F1F3;
}
.btn-secundary {
  font-size: 18px;
  font-weight: bold;
  border: 0;
  color: #fff;
  background: #7FC9CC;
  padding: 18px 60px;
  border-radius: 36px;
  text-transform: uppercase;
}
.btn-secundary:hover {
  background: #A9F1F3;
  color: #fff;
}
.btn-third {
  border: 0;
  background-color: #7FC9CC;
  background: url('../../assets/img/bg-btn.svg') no-repeat 25px 11px #7FC9CC;
  border-radius: 24px;
  padding: 14px 14px 14px 50px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
.btn-third:hover {
  color: #fff;
  opacity: 0.8;
}

.w-70 {width: 70%;}


/* ---- Footer ---- */


.footer {
  background: #999999;
}
.footer .menu a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.footer .menu a:hover {
  text-decoration: underline;
}
.footer .social .title {
  font-size: 24px;
  font-weight: 300;
}
.footer .social span {
  display: block;
  width: 37px;
  height: 37px;
}
.footer .social .i-insta {
  background: url('../../assets/img/insta.svg') no-repeat 100%;
}
.footer .social .i-face {
  background: url('../../assets/img/facebook.svg') no-repeat 100%;
}
.footer .social a:hover {
  opacity: 0.8;
}
.footer .endereco span {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #b1b1b1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}
footer .base {
  background: #7FC9CC;
}
footer .base .logo-ad {
  width: 100px;
}



/* ---- Home ---- */


#home .bloco-1 {
  background: url('../../assets/img/bg-home-01.jpg') no-repeat top center;
  height: 600px;
}
.selos .slick-prev, .selos .slick-next {
  width: 30px;
  height: auto;
}
.selos .carselos .slick-slide img {
  margin: 0 auto;
}
.selos .carselos .slick-track {
  height: 100px;
}
.mecanismo {
  background: url('../../assets/img/bg-home-02.jpg') no-repeat top center;
  height: 698px;
}
.mecanismo .texto h2 {
  margin-top: 50px;
}
.mecanismo .texto p {
  margin-top: 280px;
  font-weight: 200;
  line-height: 1.8;
}
.mecanismo .bullets h5 {
  font-size: 14px;
  margin: 12px;
  font-weight: 500;
}
.composicao {
  background: url('../../assets/img/bg-home-03.jpg') no-repeat top center;
  height: 920px;
}
.composicao .imagem img {
  margin-top: -140px;
  margin-left: 140px;
}
.composicao .texto h2 span {
  background: url('../../assets/img/linha-title.svg') no-repeat top center;
  display: block;
  width: 170px;
  height: 18px;
  margin: 5px auto;
}
.evento .card,
.blog .card {
  height: 330px;
  overflow: hidden;
}
.blog .card .card-img-overlay a {
  color: #fff;
  text-decoration: none;
}
.blog .single a:hover h5.card-title span {
  background: #e97fb2;
}
.blog .card h5.card-title,
.evento .card h5.card-title {
  font-size: 1.6rem;
}
.blog .card h5.card-title span {
  background: #ED69A9;
  line-height: 1.5;
}
.evento .card .card-img-overlay a {
  color: #fff;
  text-decoration: none;
}
.evento .single a:hover h5.card-title span {
  background: #7f6cc1;
}
.evento .card h5.card-title span {
  background: #654FAE;
  line-height: 1.5;
}
.blog .mais a, #home .evento .mais a {
  color: #707070;
}
.blog .mais a:hover, #home .evento .mais a:hover {
  text-decoration: none;
}
.eficacia .wrapper::before {
  content: '';
  background: url(../../assets/img/aspas.svg) no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 75px;
  width: 30px;
  height: 23px;
}
.eficacia .wrapper::after {
  content: '';
  background: url(../../assets/img/aspas.svg) no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 75px;
  width: 30px;
  height: 23px;
  transform: rotate(180deg);
}
.eficacia .main, .eficacia .autor {
  font-size: 20px;
}
.eficacia .slick-prev, .eficacia .slick-next {
  width: 30px;
  height: auto;
}
.eficacia .slick-prev {
  left: -130px;
}
.eficacia .slick-next {
  right: -130px;
}
.my-carousel .carousel-inner .carousel-caption a.play {
  background: url('../../assets/img/play-banner.png') no-repeat top center;
  width: 116px;
  height: 116px;
}
.bg_video {
  margin-top: -70px;
  width: 100%;
  height: auto;
  z-index: -1000;
  background-color: #7fc9cb;
}
.carousel-inner .carousel-item {
  position: relative;
}



/* ---- Sobre ---- */


#sobre .topo {
  background: url('../../assets/img/topo-sobre.jpg') no-repeat top center;
  height: 600px;
}
#sobre .topo h1 {
  font-size: 30px;
  font-weight: 600;
}



/* ---- Pra que serve ---- */


#praque .topo {
  background: url('../../assets/img/topo-praque.jpg') no-repeat top center;
  height: 980px;
}
#praque .topo .title {
  background: url('../../assets/img/bg-title-topo-1.png') no-repeat center center;
  min-height: 120px;
}
#praque .topo .subtitle {
  background: url('../../assets/img/bg-title-topo-2.png') no-repeat center center;
}
#praque .topo h1 {
  font-family: 'Creslina', sans-serif;
  font-size: 4.5rem;
  margin-bottom: 0;
}
#praque .topo p {
  margin-top: -10px;
  font-size: 1rem;
}
#praque .bloco-2 {
  background: url('../../assets/img/bg-praque.jpg') no-repeat top center;
  height: 705px;
}
#praque .bloco-2 ul {
  list-style: none;
}
#praque .bloco-2 ul li {
  margin: 15px 0;
}
#praque .bloco-2 ul li::before{
  content: '';
  display: inline-flex;
  height: 30px;
  width: 40px;
  background: url(../../assets/img/check.svg) no-repeat 0px 0px;
  padding-bottom: 8px;
}
#praque .bloco-2 .botoes .btn {
  padding: 18px 20px;
  margin: 10px 0;
}



/* ---- Unhas ---- */


#unhas .topo {
  background: url('../../assets/img/topo-unhas.jpg') no-repeat top center;
  height: 600px;
}
#unhas .conteudo {
  background: url('../../assets/img/bg-unhas.jpg') no-repeat top center;
  height: 690px;
}
.internas .topo h1 span {
  background: #ED69A9;
  line-height: 1.5;
  font-weight: 600;
}
.internas .conteudo .selo {
  display: block;
  width: 138px;
}
.internas .conteudo .main {
  font-size: 24px;
  font-weight: 200;
}
.internas .conteudo .sub {
  font-size: 28px;
  font-weight: 200;
  text-transform: uppercase;
  width: 420px;
  margin-left: 30px;
  line-height: 1.4;
}



/* ---- Pele ---- */


#pele .topo {
  background: url('../../assets/img/topo-pele.jpg') no-repeat top center;
  height: 600px;
}
#pele .conteudo {
  background: url('../../assets/img/bg-pele.jpg') no-repeat top center;
  height: 784px;
}
#pele .conteudo .separador::before {
  content: '';
  background: url(../../assets/img/separador.svg) no-repeat center center;
  display: block;
  position: absolute;
  width: 17px;
  height: 250px;
}
#pele .conteudo .sub {
  width: 400px;
  padding-left: 30px;
}



/* ---- Cabelo ---- */


#cabelo .topo {
  background: url('../../assets/img/topo-cabelo.jpg') no-repeat top center;
  height: 600px;
}
#cabelo .conteudo {
  background: url('../../assets/img/bg-cabelo.jpg') no-repeat top center;
  height: 784px;
}
#cabelo .conteudo .separador::before {
  content: '';
  background: url(../../assets/img/separador.svg) no-repeat center center;
  display: block;
  position: absolute;
  width: 17px;
  height: 250px;
}
#cabelo .conteudo .sub {
  width: 305px;
  padding-left: 30px;
}



/* ---- Ossos ---- */


#ossos .topo {
  background: url('../../assets/img/topo-ossos.jpg') no-repeat top center;
  height: 600px;
}
#ossos .conteudo {
  background: url('../../assets/img/bg-ossos.jpg') no-repeat top center;
  height: 784px;
}
#ossos .conteudo .separador::before {
  content: '';
  background: url(../../assets/img/separador-large.svg) no-repeat center center;
  display: block;
  position: absolute;
  width: 17px;
  height: 425px;
}
#ossos .conteudo .sub {
  font-size: 24px;
  width: 400px;
  padding-left: 30px;
}



/* ---- Blog ---- */


#blog .conteudo a {
  color: #45a2a5;
  text-decoration: none;
}
#blog .conteudo .card:hover a {
  text-decoration: underline;
}
#blog .conteudo .card .image-card, #blog .conteudo .card .card-img-top {
  border-radius: unset;
}



/* ---- Post ---- */


#post .topo {
  height: 400px;
}
#post .conteudo {
  color: #2d2d2d;
}
#post .conteudo h1 {
  color: #54a2a6;
  font-size: 30px;
  font-weight: 700;
}
#post .conteudo a {
  color: #989898;
  text-decoration: underline;
}
#post .conteudo a:hover {
  text-decoration: none;
}
#post .conteudo p {
  color: #989898;
}
#post .conteudo .nome a {
  color: #000;
}
#post .conteudo .tags ul {
  list-style: none;
  flex-wrap: wrap;
}
#post .conteudo .tags ul li {
  margin: 12px 5px;
}
#post .conteudo .tags a {
  background: #654FAE;
  color: #fff;
  padding: 10px 20px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 600;
}
#post .conteudo .tags a:hover {
  opacity: 0.8;
}
.sidebar h2 {
  color: #7FC9CC;
}
.sidebar .wp-block-search input {
  border: 1px solid #7FC9CC;
  padding: 10px;
  outline: none;
}
.sidebar .wp-block-search button {
  border: 1px solid #7fc9cd;
  background: #fff;
  color: #7FC9CC;
}
.sidebar .wp-block-search button:hover {
  border: 1px solid #A9F1F3;
  color: #A9F1F3;
}
.sidebar .widget-wrapper .wp-block-latest-posts li {
  margin: 1rem 0;
}
.addtoany_content_bottom {
  text-align: center;
}
.addtoany_content_bottom .addtoany_header,
.comentarios .title {
  font-size: 24px;
  font-weight: bold;
  color: #989898;
  text-align: center;
}
#post .conteudo p img {
  max-width: 100%;
  height: auto;
}
#post .conteudo b, #post .conteudo strong {
  font-weight: 600;
  color: #2d2d2d;
}
#post .sidebar .btn-secundary {
  text-decoration: none;
}


/* ---- Eventos ---- */


#eventos .conteudo a {
  color: #45a2a5;
  text-decoration: none;
}
#eventos .conteudo .card:hover a{
  text-decoration: underline;
}
#eventos .conteudo .card .image-card, #eventos .conteudo .card .card-img-top {
  border-radius: unset;
}
.wp-block-search .wp-block-search__label {
  display: none;
}


/* ---- Evento ---- */


#evento .topo {
  height: 400px;
}
#evento .conteudo {
  color: #2d2d2d;
}
#evento .conteudo h1 {
  color: #7fc9cd;
  font-size: 30px;
  font-weight: 700;
}
#evento .conteudo a {
  color: #989898;
  text-decoration: underline;
}
#evento .conteudo a:hover {
  text-decoration: none;
}
#evento .conteudo p {
  color: #989898;
}
#evento .conteudo .nome a {
  color: #000;
}
#evento .conteudo .tags ul {
  list-style: none;
  flex-wrap: wrap;
}
#evento .conteudo .tags ul li {
  margin: 12px 5px;
}
#evento .conteudo .tags a {
  background: #654FAE;
  color: #fff;
  padding: 10px 20px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 600;
}
#evento .conteudo .tags a:hover {
  opacity: 0.8;
}
#evento .conteudo p img {
  max-width: 100%;
  height: auto;
}
#evento .conteudo b, #evento .conteudo strong {
  font-weight: 600;
  color: #2d2d2d;
}
#evento .conteudo .slick-dots {
  bottom: -50px;
}
#evento .conteudo .slick-dots li button::before {
  font-size: 14px;
}
#evento .gallery-post .slick-prev {
  width: 50px;
  height: 50px;
  left: -50px;
}
#evento .gallery-post .slick-next {
  width: 50px;
  height: 50px;
  right: -50px;
}
#evento .gallery-post .slick-arrow:hover {
  opacity: 0.8;
}
#evento .addtoany_content_bottom {
  margin-top: 100px;
}
#evento .gallery-post .slick-slide img {
  margin: 0 auto;
}
#evento .sidebar .btn-secundary {
  text-decoration: none;
}


/* ---- Onde encontrar ---- */


#onde .topo {
  background: url('../../assets/img/topo-onde.jpg') no-repeat top center;
  height: 400px;
}
#onde .topo h1 span {
  background: #ED69A9;
  line-height: 1.5;
  font-weight: 600;
}


#onde .conteudo {display: flex;flex-direction: column;color: #757575;}
#onde .wpgmza-store-locator {order: 2;}
#onde .wpgmza_marker_list_class {order: 3;margin: 25px auto;padding: 0 20%;}
#onde .wpgmza-pagination {order: 4;}
#onde .wpgmza_map {order: 5;}

#onde .wpgmza-marker-listing-category-filter {
  display:  flex;
  justify-content: center;
  padding: 2rem 0;
}
#onde .wpgmza-marker-listing-category-filter span {
  margin-top: 10px;
  margin-right: 1rem;
}
#onde .wpgmza-form-field {
  margin-right: 1rem;
}
#onde .wpgmza-form-field input, #onde .wpgmza-form-field select,
#onde .wpgmza-marker-listing-category-filter .wpgmza-form-field__input {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 12px;
  color: #949494;
  margin-right: 10px;
}
#onde .wpgmza-store-locator {
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  margin: 2rem 0;
}
#onde .wpgmza-store-locator .wpgmza-search input {
  padding: 9px;
  border-radius: 12px;
  border: 0;
  background: #4caf50;
  color: #fff;
  text-transform: uppercase;
  margin-right: 1rem;
}
#onde .wpgmza-store-locator .wpgmza-reset input:hover,
#onde .wpgmza-store-locator .wpgmza-search input:hover {
  opacity: 0.8;
}
#onde .wpgmza-store-locator .wpgmza-reset input {
  padding: 9px;
  border-radius: 12px;
  border: 0;
  background: #c1bbba;
  color: #fff;
  text-transform: uppercase;
}
#onde .wpgmza-store-locator .wpgmza-form-field .wpgmza-use-my-location {
  border: 1px solid #ddd;
  border-radius: 6px;
}
#onde .wpgmza-store-locator .wpgmza-address.wpgmza-form-field__label {display: none;}
#onde .wpgmza-form-field__label {color: #757575;}



/* ---- Eficacia ---- */


#eficacia .topo {
  background: url('../../assets/img/topo-eficacia.jpg') no-repeat top center;
  height: 600px;
}
#eficacia .topo h1 span {
  background: #ED69A9;
  line-height: 1.5;
  font-weight: 600;
}
#eficacia .conteudo {
  color: #707070;
}
#eficacia .conteudo .categorias .btn-menu {
  border: 1px solid #654FAE;
  border-radius: 24px;
  padding: 8px 30px;
  text-transform: uppercase;
  color: #654FAE;
  width: 100%;
}
#eficacia .conteudo .categorias .btn-menu:hover {
  border: 1px solid #654FAE;
  background: #654FAE;
  color: #fff;
}
#eficacia .conteudo .categorias .btn-menu.active {
  background: #654FAE;
  color: #fff;
}
#eficacia .conteudo .box {
  border: 1px solid #7FC9CC;
  border-radius: 8px;
}
#eficacia .btn:focus, #eficacia .btn.focus {
    box-shadow: none!important;
    outline: none!important;
    background-color: #398185;
    color: #ffffff;
}



/* HAMBURGUER MENU MOBILE TO X */

.navbar-custom .sidebarBtn{
  border:0;
}
.navbar-custom .sidebarBtn span{
  display: block;
  width: 35px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 30px;
  transition: .3s;
  right: 20px;
}
.navbar-custom .sidebarBtn span::before{
  content: '';
  position: absolute;
  top: -10px;
  background: #fff;
  left: 0;
  width: 100%;
  height: 3px;
}
.navbar-custom .sidebarBtn span::after{
  content: '';
  position: absolute;
  top: 10px;
  background: #fff;
  left: 0;
  width: 100%;
  height: 3px;
}
.sidebarBtn.toggle span{
  background: transparent;
  transition: .3s;
}
.sidebarBtn.toggle span::before{
  top: 0;
  transform: rotate(45deg);
  transition: .3s;
}
.sidebarBtn.toggle span::after{
  top: 0;
  transform: rotate(-45deg);
  transition: .3s;
}
.navbar-custom button:focus{
  outline: none;
  box-shadow: none;
}


/* ---- Mobile ---- */

@media (max-width: 767px){
  .slick-arrow {display: none!important}
  .navbar-custom .navbar-brand {
    margin: 0;
  }
  .navbar-custom .navbar-brand .logo {
    width: 80px;
  }
  #menu-principal {
    width: 100%;
    align-items: center;
  }
  #menu-principal .menu-item-has-children {
    display: block!important;
    text-align: center;
  }
  #menu-principal .menu-item {
    border-top: 1px solid #eaeaea;
    width: 100%;
    justify-content: center;
    display: flex;
  }
  #menu-principal .menu-item.active {
    background: #66bec1;
  }
  #menu-principal .menu-item::after,
  #menu-principal .menu-item::before {
    display: none;
  }
  #menu-principal .menu-item .dropdown-menu {
    display: block;
    padding: 0;
  }
  .navbar-custom .container {
    justify-content: center;
  }
  .navbar-custom .nav-brand {
    margin: 0;
  }
  .navbar-custom .navbar-toggler {
    position: absolute;
    top: 0;
    left: 10px;
    width: 60px;
    height: 100%;
  }
  .navbar-custom .navbar-collapse {
    padding-top: 1rem;
  }
  .footer {
    text-align: center;
  }
  .footer .logo .navbar-brand {
    margin: 0;
  }
  .footer .social {
    padding: 1rem 0;
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    margin: 2rem 0;
  }
  .footer .endereco {
    align-items: center;
  }
  .footer .endereco span {
    margin-right: 1rem;
  }
  .footer .endereco div {
    width: 320px;
    text-align: left;
  }
  #home .bloco-1 {
    height: auto;
    background: #7FC9CC;
    text-align: center;
    padding: 2rem 0;
  }
  .eficacia .wrapper::before {
    top: 45px;
  }
  .eficacia .wrapper::after {
    top: auto;
    bottom: 150px;
  }
  .eficacia .main, .eficacia .autor {
    font-size: 1rem;
    margin-top: 3rem;
  }
  .mecanismo {
    background: #654FAE;
    height: auto;
  }
  .mecanismo .texto {
    padding: 30px 10px;
    text-align: center;
  }
  .mecanismo .texto h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .mecanismo .texto p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mecanismo .bullets {
    background: #ED69A9;
    padding-bottom: 8rem;
    padding-top: 3rem;
  }
  .composicao {
    height: auto;
    background: #7FC9CC;
    padding: 2rem 0;
    text-align: center;
  }
  #sobre .topo {
    background: url('../../assets/img/mobile/topo-mobile-sobre.jpg') no-repeat top center;
    background-size: auto;
    height: auto;
    background-size: contain;
  }
  #sobre .topo .texto {
    margin-top: 300px;
    text-align: center;
  }
  #sobre .topo .texto h1 {
    text-align: center;
    color: #7FC9CC;
  }
  #sobre .topo .texto {
    color: #989898;
  }
  #praque .topo {
    background: url('../../assets/img/mobile/topo-mobile-praque.jpg') no-repeat top center;
    background-size: cover;
    height: 590px;
  }
  #praque .topo .title {
    background-size: contain;
  }
  #praque .topo .subtitle p,
  #praque .topo .title p {
    font-size: 0.8rem;
  }
  #praque .topo .subtitle {
    background-size: contain;
  }
  #praque .topo h1 {
    font-size: 3rem;
  }
  #praque .bloco-2 {
    background: #7FC9CC;
    height: auto;
  }
  .slick-slider .slick-dots {
    bottom: -55px;
  }
  #unhas .topo {
    background: url('../../assets/img/mobile/topo-mobile-unhas.jpg') no-repeat top center;
    height: 200px;
    background-size: cover;
  }
  #pele .topo {
    background: url('../../assets/img/mobile/topo-mobile-pele.jpg') no-repeat top center;
    height: 200px;
    background-size: cover;
  }
  #cabelo .topo {
    background: url('../../assets/img/mobile/topo-mobile-cabelo.jpg') no-repeat top center;
    height: 200px;
    background-size: cover;
  }
  #ossos .topo {
    background: url('../../assets/img/mobile/topo-mobile-ossos.jpg') no-repeat top center;
    height: 200px;
    background-size: cover;
  }
  .internas .topo h1 {
    font-size: 30px;
  }
  .internas .conteudo {
    background: #0F7D81!important;
    height: auto!important;
    padding: 2rem 0;
  }
  .internas .conteudo .texto {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .internas .conteudo .texto p {
    text-align: center;
  }
  .internas .conteudo .texto .btn-secundary {
    max-width: 260px;
    margin: 0 auto;
  }
  .internas .conteudo .selo {
    width: auto;
    text-align: center;
  }
  .internas .conteudo .sub {
    padding-left: 0!important;
    width: 100%!important;
    margin-left: 0;
    margin-top: 2rem;
  }
  .internas .conteudo .separador::before {
    display: none!important;
  }
  #blog .topo h1,
  #eventos .topo h1 {
    font-size: 30px;
  }
  #post .topo,
  #evento .topo {
    height: auto;
    background-size: cover!important;
  }
  #post .conteudo p img,
  #evento .conteudo p img {
    max-width: 100%;
    height: auto;
  }
  #post .sidebar,
  #evento .sidebar {
    display: none;
  }
  .evento .card .card-title,
  .blog .card .card-title {
    font-size: 1rem;
  }
  #onde .topo {
    background: url('../../assets/img/mobile/topo-mobile-onde.jpg') no-repeat top center;
    background-size: cover;
    height: 170px;
  }
  #onde .topo h1 {
    font-size: 30px;
  }
  #onde .conteudo form {
    flex-direction: column;
  }
  #onde .conteudo form select,
  #onde .conteudo form button {
    margin: 6px 0;
  }
  #eficacia .topo {
    background: url('../../assets/img/mobile/topo-mobile-eficacia.jpg') no-repeat top center;
    background-size: cover;
    height: 170px;
  }
  #eficacia .topo h1 {
    font-size: 30px;
  }
  #eficacia .conteudo .box {
    margin: 0 5px;
  }
  #eficacia .conteudo .box .btn-third {
    margin-top: 10px;
  }
  .evento .card, .blog .card {
    height: 220px;
  }
  .evento .card .card-image, .blog .card .card-img {
    height: 100%;
  }
  #evento .gallery-post .slick-slide img {
    width: 100%;
    height: auto;
  }
  .blog .card h5.card-title, .evento .card h5.card-title {
    font-size: 1.2rem;
  }
  .carousel-inner .carousel-item {
    height: auto;
    background: #7fc9cc;
  }
  .bg_video {
    width: 100%;
    left: 0;
    top: 0;
    margin-left: unset;
    z-index: 1;
  }
  #onde .wpgmza-store-locator {flex-flow: wrap;}  #onde .wpgmza-form-field {margin-bottom: 1rem;} #onde .wpgmza-radius.wpgmza-form-field__label {display: none;}
  #onde .wpgmza_marker_list_class {padding: 10px;}
}








