* {
  margin: 0;
  padding: 0;
  color: #3c3c3c;
  font-family: "charlevoix_prolight"; }

body {
  overflow-x: hidden; }

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: #FFF; }

/*img[alt=""],
img:not([alt]){
	border:5px dashed red;
}*/
.container {
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 1400px) {
    .container {
      width: 95%; } }

.over-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5); }

.menu_mobile {
  width: 70%;
  height: 100%;
  clear: both;
  position: fixed;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 300ms;
  z-index: 9999;
  box-sizing: border-box;
  padding-top: 20px;
  background: #e3e3e3; }
  .menu_mobile .logo {
    margin-left: 10px; }
  .menu_mobile.fade {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  .menu_mobile ul {
    list-style: none; }
    .menu_mobile ul li {
      display: inline-block;
      float: left;
      clear: both;
      width: 100%;
      box-sizing: border-box;
      border-bottom: 1px solid #12344a;
      position: relative; }
      .menu_mobile ul li a {
        display: block;
        width: 100%;
        font-family: "charlevoix_probold";
        float: left;
        box-sizing: border-box;
        padding: 15px 10px;
        text-decoration: none;
        color: #ee3d97;
        font-size: 14px; }
  .menu_mobile .info_topo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: initial;
    margin-top: 15px; }
    .menu_mobile .info_topo .redes {
      background: #ee3d97;
      width: 100%;
      height: 116px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .menu_mobile .info_topo .redes a {
        display: block;
        width: 35px;
        height: 35px;
        transition: all 200ms;
        margin-right: 20px; }
        @media (max-width: 1350px) {
          .menu_mobile .info_topo .redes a {
            margin-right: 5px; } }
        .menu_mobile .info_topo .redes a:last-of-type {
          margin-right: 0px; }
        .menu_mobile .info_topo .redes a.facebook {
          background-position: 0px 0px;
          background-image: url("images/facebook_icon.png"); }
          .menu_mobile .info_topo .redes a.facebook:hover {
            background-position: 0px -35px; }
        .menu_mobile .info_topo .redes a.instagram {
          background-position: 0px 0px;
          background-image: url("images/instagram_icon.png"); }
          .menu_mobile .info_topo .redes a.instagram:hover {
            background-position: 0px -35px; }
        .menu_mobile .info_topo .redes a.youtube {
          background-position: 0px 0px;
          background-image: url("images/youtube_icon.png"); }
          .menu_mobile .info_topo .redes a.youtube:hover {
            background-position: 0px -35px; }
        .menu_mobile .info_topo .redes a.whatsapp {
          background-position: 0px 0px;
          background-image: url("images/whatsapp_icon.png"); }
          .menu_mobile .info_topo .redes a.whatsapp:hover {
            background-position: 0px -35px; }
    .menu_mobile .info_topo .item {
      display: flex;
      align-items: center;
      color: #FFF;
      font-family: "charlevoix_probold";
      margin-bottom: 10px;
      font-size: 12px;
      margin-top: 10px;
      margin-left: 10px;
      color: #ee3d97; }
      .menu_mobile .info_topo .item img {
        margin-right: 5px; }

nav.navmob {
  width: 100%;
  float: left;
  height: 116px;
  position: relative;
  z-index: 999;
  display: none;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1030px) {
    nav.navmob {
      display: flex; } }
  nav.navmob .logo {
    margin-left: 10px; }
  nav.navmob .btn-mobile {
    margin-right: 10px; }
    nav.navmob .btn-mobile svg {
      width: 40px;
      height: 40px;
      fill: #e8a0a1; }

nav.navdesk {
  width: 100%;
  float: left;
  height: 116px;
  position: relative;
  z-index: 999; }
  @media (max-width: 1030px) {
    nav.navdesk {
      display: none; } }
  nav.navdesk.other .esq a {
    color: #000;
    text-shadow: none; }
  nav.navdesk.other .dir .item {
    color: #000; }
  nav.navdesk.other .dir .redes a {
    background-position: 0px -35px !important; }
  nav.navdesk .esq {
    width: 50%;
    float: left;
    height: 116px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  nav.navdesk .dir {
    width: 50%;
    height: 116px;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    nav.navdesk .dir .item {
      display: flex;
      align-items: center;
      margin-right: 10px;
      font-size: 12px;
      font-family: "charlevoix_prolight";
      color: #FFF; }
      nav.navdesk .dir .item img {
        margin-right: 10px; }
    nav.navdesk .dir .redes {
      width: 245px;
      height: 116px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1350px) {
        nav.navdesk .dir .redes {
          width: 150px; } }
      nav.navdesk .dir .redes a {
        display: block;
        width: 35px;
        height: 35px;
        transition: all 200ms;
        margin-right: 20px; }
        @media (max-width: 1350px) {
          nav.navdesk .dir .redes a {
            margin-right: 5px; } }
        nav.navdesk .dir .redes a:last-of-type {
          margin-right: 0px; }
        nav.navdesk .dir .redes a.facebook {
          background-position: 0px 0px;
          background-image: url("images/facebook_icon.png"); }
          nav.navdesk .dir .redes a.facebook:hover {
            background-position: 0px -35px; }
        nav.navdesk .dir .redes a.instagram {
          background-position: 0px 0px;
          background-image: url("images/instagram_icon.png"); }
          nav.navdesk .dir .redes a.instagram:hover {
            background-position: 0px -35px; }
        nav.navdesk .dir .redes a.youtube {
          background-position: 0px 0px;
          background-image: url("images/youtube_icon.png"); }
          nav.navdesk .dir .redes a.youtube:hover {
            background-position: 0px -35px; }
        nav.navdesk .dir .redes a.whatsapp {
          background-position: 0px 0px;
          background-image: url("images/whatsapp_icon.png"); }
          nav.navdesk .dir .redes a.whatsapp:hover {
            background-position: 0px -35px; }
  nav.navdesk .logo {
    padding-top: 10px;
    margin-left: 50px;
    display: block; }
    @media (max-width: 1350px) {
      nav.navdesk .logo {
        margin-left: 10px; } }
  nav.navdesk ul {
    list-style: none;
    width: calc(90% - 200px);
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1350px) {
      nav.navdesk ul {
        width: calc(99% - 166px); } }
    nav.navdesk ul li {
      display: inline-block; }
      nav.navdesk ul li a {
        display: block;
        font-family: "charlevoix_promedium";
        font-size: 13px;
        color: #FFF;
        text-shadow: 1px 1px 1px #000;
        text-decoration: none;
        text-transform: uppercase;
        padding: 20px;
        transition: all 200ms;
        position: relative;
        z-index: 2;
        font-weight: bold;
        letter-spacing: 2px; }
        @media (max-width: 1400px) {
          nav.navdesk ul li a {
            padding: 8px; } }
        @media (max-width: 1160px) {
          nav.navdesk ul li a {
            padding: 5px; } }
        nav.navdesk ul li a:after {
          position: absolute;
          z-index: -1;
          bottom: 0;
          left: 0;
          content: "";
          width: 0%;
          height: 2px;
          background: #ee3d97;
          transition: all 200ms; }
        nav.navdesk ul li a:hover {
          color: #ee3d97; }
          nav.navdesk ul li a:hover:after {
            width: 100%; }

.topo_paginas {
  width: 100%;
  height: 650px;
  float: left;
  margin-top: -116px;
  padding-top: 276px;
  box-sizing: border-box; }
  .topo_paginas.topo_blog {
    background: url("images/topo_blog.jpg") no-repeat top center; }
  .topo_paginas.topo_sobre {
    background: url("images/topo_sobre.jpg") no-repeat top center; }
  .topo_paginas.topo_contato {
    background: url("images/topo_contato.jpg") no-repeat top center; }
  .topo_paginas h2 {
    text-align: center;
    position: relative;
    font-family: "Noe Display";
    font-size: 100px;
    color: #304e96;
    font-weight: normal;
    font-style: italic; }
    @media (max-width: 1100px) {
      .topo_paginas h2 {
        font-size: 60px; } }
    .topo_paginas h2:before {
      position: absolute;
      top: -50px;
      left: 50%;
      content: "";
      transform: translateX(-50%);
      width: 39px;
      height: 49px;
      background: url("images/icone_topo.png"); }
    .topo_paginas h2:after {
      position: absolute;
      bottom: -30px;
      left: 50%;
      content: "";
      transform: translateX(-50%);
      width: 90px;
      height: 1px;
      background: #ee3d97; }
  .topo_paginas p {
    font-family: "charlevoix_prolight";
    font-size: 15px;
    text-align: center;
    margin-top: 70px;
    font-style: italic; }

.slider-home {
  width: 100%;
  float: left;
  margin-top: -116px;
  position: relative;
  z-index: 2;
  background: #e3e3e3; }
  @media (max-width: 1100px) {
    .slider-home {
      height: auto; } }
  .slider-home .container {
    width: 100%; }
  .slider-home .swiper-container {
    width: 100%;
    position: relative; }
    @media (max-width: 1100px) {
      .slider-home .swiper-container {
        height: auto; } }
    .slider-home .swiper-container .swiper-slide a {
      width: 100%;
      height: 100%;
      text-decoration: none; }
    .slider-home .swiper-container .swiper-slide .ban-desk {
      display: block;
      background: #FFF; }
      @media (max-width: 1100px) {
        .slider-home .swiper-container .swiper-slide .ban-desk {
          display: none; } }
    .slider-home .swiper-container .swiper-slide .ban-mob {
      display: none; }
      @media (max-width: 1100px) {
        .slider-home .swiper-container .swiper-slide .ban-mob {
          display: block; } }
    .slider-home .swiper-container .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: 0 0; }
    @media (max-width: 1100px) {
      .slider-home .swiper-container .swiper-slide {
        background-position: top left !important;
        height: auto; } }
    .slider-home .swiper-container .grazibanner {
      display: none;
      width: 200px;
      height: 200px;
      overflow: hidden;
      border-radius: 50%;
      margin: 0 auto; }
      @media (max-width: 1100px) {
        .slider-home .swiper-container .grazibanner {
          display: block; } }
      .slider-home .swiper-container .grazibanner img {
        width: 100%; }
    .slider-home .swiper-container .info_slider {
      float: left;
      margin-top: 300px;
      width: 45%;
      text-align: center;
      position: relative; }
      .slider-home .swiper-container .info_slider.gr {
        width: 55%; }
        @media (max-width: 1100px) {
          .slider-home .swiper-container .info_slider.gr {
            width: 100%;
            margin-top: 200px; } }
      @media (max-width: 1100px) {
        .slider-home .swiper-container .info_slider {
          width: 100%;
          margin-top: 200px; } }
      .slider-home .swiper-container .info_slider .titulo {
        font-family: "charlevoix_prolight";
        font-size: 48px;
        font-style: italic; }
        @media (max-width: 1400px) {
          .slider-home .swiper-container .info_slider .titulo {
            font-size: 35px; } }
        .slider-home .swiper-container .info_slider .titulo .alinha {
          position: relative;
          left: 44px;
          top: 20px; }
          @media (max-width: 1750px) {
            .slider-home .swiper-container .info_slider .titulo .alinha {
              left: 0;
              top: 0;
              z-index: 10; } }
      .slider-home .swiper-container .info_slider .titulo2 {
        color: #2e4f92;
        font-family: "Noe Display";
        font-size: 142px;
        line-height: 88px;
        position: relative;
        z-index: 2; }
        @media (max-width: 1400px) {
          .slider-home .swiper-container .info_slider .titulo2 {
            font-size: 100px; } }
        .slider-home .swiper-container .info_slider .titulo2.nowra {
          white-space: nowrap; }
          @media (max-width: 1100px) {
            .slider-home .swiper-container .info_slider .titulo2.nowra {
              white-space: normal; } }
        @media (max-width: 1100px) {
          .slider-home .swiper-container .info_slider .titulo2 {
            font-size: 90px; } }
      .slider-home .swiper-container .info_slider .interroga {
        color: #ee3d97;
        font-size: 425px;
        font-family: "charlevoix_probold";
        font-style: italic;
        position: absolute;
        right: 0px;
        top: -230px;
        z-index: 1; }
        @media (max-width: 1100px) {
          .slider-home .swiper-container .info_slider .interroga {
            font-size: 200px;
            top: -50px; } }
        @media (max-width: 590px) {
          .slider-home .swiper-container .info_slider .interroga {
            font-size: 89px;
            right: 20px;
            top: 120px; } }
      .slider-home .swiper-container .info_slider p {
        width: 75%;
        text-align: right;
        margin-top: 30px;
        font-size: 18px;
        font-family: "charlevoix_prolight";
        font-style: italic;
        position: relative;
        z-index: 10; }
        .slider-home .swiper-container .info_slider p.nowra {
          white-space: nowrap; }
          @media (max-width: 1100px) {
            .slider-home .swiper-container .info_slider p.nowra {
              white-space: normal; } }
        @media (max-width: 590px) {
          .slider-home .swiper-container .info_slider p {
            width: 100%;
            text-align: center; } }
      .slider-home .swiper-container .info_slider a {
        display: block;
        text-decoration: none;
        font-family: "charlevoix_probold";
        color: #ee3d97;
        margin-top: 30px; }

.blog-home {
  width: 100%;
  float: left;
  padding-top: 30px;
  background: #FFF;
  position: relative;
  z-index: 2; }
  .blog-home h2 {
    text-align: center;
    font-family: "charlevoix_promedium";
    font-size: 18px;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
    color: #3d3d3d;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 3px; }
    .blog-home h2:after {
      position: absolute;
      content: "";
      width: 95px;
      height: 3px;
      background: #ccc;
      bottom: -10px; }
    .blog-home h2 span {
      font-family: "Noe Display";
      font-size: 100px;
      position: relative;
      top: -10px;
      left: 10px; }

.fundo-blog-home {
  width: 100%;
  float: left;
  height: 900px;
  position: relative;
  background: #FFF;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 2; }
  @media (max-width: 1100px) {
    .fundo-blog-home:after {
      display: none; } }
  .fundo-blog-home .container {
    width: 80%;
    height: 900px;
    position: relative; }
    @media (max-width: 500px) {
      .fundo-blog-home .container {
        width: 95%; } }
  .fundo-blog-home .navegacao {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .fundo-blog-home .flecha_esq {
    width: 14px;
    height: 11px;
    background: url("images/arrow_right.png");
    transform: rotate(-180deg);
    float: left;
    z-index: 999;
    cursor: pointer;
    margin-right: 10px; }
  .fundo-blog-home .flecha_dir {
    width: 14px;
    height: 11px;
    background: url("images/arrow_right.png");
    float: left;
    z-index: 999;
    cursor: pointer;
    margin-left: 5px; }
  .fundo-blog-home .swiper-pagination-bullets {
    position: relative;
    width: auto; }
    .fundo-blog-home .swiper-pagination-bullets .swiper-pagination-bullet {
      margin-right: 5px; }
    .fundo-blog-home .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background: #e3e3e3; }
  .fundo-blog-home .swiper-container {
    width: 100%;
    height: 800px;
    overflow: visible;
    padding-top: 30px;
    position: relative; }
  .fundo-blog-home.active:after {
    background: #ee3d97;
    width: 38%; }
  .fundo-blog-home:after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 34%;
    height: 900px;
    background: #e3e3e3;
    transition: all 700ms; }
  .fundo-blog-home .box_noticia {
    width: 100%;
    height: 773px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none; }
    .fundo-blog-home .box_noticia .dentro_box {
      width: 80%;
      height: 773px;
      box-sizing: border-box;
      padding: 40px;
      -webkit-box-shadow: 0px 0px 22px 0px #efefef;
      -moz-box-shadow: 0px 0px 22px 0px #efefef;
      box-shadow: 0px 0px 22px 0px #efefef;
      background: #FFF;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 800px) {
        .fundo-blog-home .box_noticia .dentro_box {
          width: 100%; } }
      .fundo-blog-home .box_noticia .dentro_box h2 {
        font-size: 35px;
        font-family: "charlevoix_probold";
        font-weight: normal;
        margin-bottom: 30px;
        width: 100%;
        line-height: 29px; }
      .fundo-blog-home .box_noticia .dentro_box p {
        font-family: "charlevoix_prolight";
        font-size: 15px;
        width: 100%;
        margin-bottom: 30px; }
      .fundo-blog-home .box_noticia .dentro_box .saiba_mais {
        float: left;
        display: block;
        padding: 12px 24px;
        border: 1px solid #2f4e8f;
        color: #2f4e8f;
        font-family: "charlevoix_promedium";
        font-size: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 30px;
        text-decoration: none;
        transition: all 200ms; }
        .fundo-blog-home .box_noticia .dentro_box .saiba_mais:hover {
          background: #2f4e8f;
          color: #FFF; }
      .fundo-blog-home .box_noticia .dentro_box .photo {
        width: 100%; }
        .fundo-blog-home .box_noticia .dentro_box .photo img {
          object-fit: contain;
          width: 125%;
          height: 400px; }
          @media (max-width: 800px) {
            .fundo-blog-home .box_noticia .dentro_box .photo img {
              width: 100%;
              object-fit: contain; } }

.qualidade-vida {
  width: 100%;
  float: left;
  padding-top: 165px;
  background: #FFF;
  position: relative;
  z-index: 3; }
  .qualidade-vida .esq {
    width: 45%;
    height: 653px;
    float: left;
    position: relative; }
    @media (max-width: 980px) {
      .qualidade-vida .esq {
        width: 100%;
        height: auto;
        margin-bottom: 30px; } }
    .qualidade-vida .esq .video {
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 2;
      width: 100%; }
      @media (max-width: 980px) {
        .qualidade-vida .esq .video {
          position: relative; } }
      .qualidade-vida .esq .video a {
        display: block;
        width: 100%; }
      .qualidade-vida .esq .video img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .qualidade-vida .esq .foto {
      position: absolute;
      right: -220px;
      bottom: -10px;
      z-index: 20; }
      @media (max-width: 980px) {
        .qualidade-vida .esq .foto {
          display: none; } }
  .qualidade-vida .dir {
    float: left;
    width: 55%; }
    @media (max-width: 980px) {
      .qualidade-vida .dir {
        width: 100%; } }
    .qualidade-vida .dir h2 {
      font-family: "charlevoix_prolight";
      float: right;
      font-weight: normal;
      font-size: 50px; }
      @media (max-width: 980px) {
        .qualidade-vida .dir h2 {
          float: left;
          width: 100%;
          text-align: center; } }
      .qualidade-vida .dir h2 .span1 {
        font-family: "Noe Display";
        font-size: 100px;
        line-height: 66px; }
        @media (max-width: 1700px) {
          .qualidade-vida .dir h2 .span1 {
            font-size: 70px; } }
      .qualidade-vida .dir h2 .span2 {
        font-size: 45px;
        font-family: "charlevoix_probold"; }
    .qualidade-vida .dir p {
      font-famly: "charlevoix_prolight";
      font-size: 15px;
      line-height: 36px;
      width: 60%;
      float: right;
      margin-top: 135px;
      position: relative; }
      @media (max-width: 980px) {
        .qualidade-vida .dir p {
          width: 100%;
          margin-top: 30px; } }
      .qualidade-vida .dir p a {
        display: flex;
        align-items: center;
        color: #f14e9d;
        text-decoration: none;
        font-family: "charlevoix_probold";
        clear: both; }
        .qualidade-vida .dir p a img {
          margin-left: 5px; }

.tratamentos-home {
  width: 100%;
  float: left;
  background: #e3e3e3;
  padding-top: 30px;
  position: relative;
  margin-bottom: 407px;
  position: relative;
  z-index: 2; }
  @media (max-width: 880px) {
    .tratamentos-home {
      margin-bottom: 700px; } }
  .tratamentos-home h2 {
    text-align: center;
    font-family: "charlevoix_promedium";
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3d3d3d;
    font-weight: normal;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px; }
    .tratamentos-home h2:after {
      position: absolute;
      content: "";
      width: 95px;
      height: 3px;
      background: #ccc;
      bottom: -10px; }
    .tratamentos-home h2 span {
      font-family: "Noe Display";
      font-size: 100px;
      position: relative;
      top: -10px;
      left: 10px; }
      @media (max-width: 720px) {
        .tratamentos-home h2 span {
          font-size: 40px; } }
  .tratamentos-home .navegacao {
    position: absolute;
    bottom: -30px;
    width: 160px;
    height: 60px;
    z-index: 9999;
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75); }
    .tratamentos-home .navegacao div {
      width: 50%;
      height: 100%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center; }
  .tratamentos-home .swiper-container {
    width: 100%;
    height: 303px;
    position: relative;
    margin-top: 100px; }
  .tratamentos-home .box_tratamento {
    width: 100%;
    height: 100%;
    border: 1px solid #cfcfcf;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 880px) {
      .tratamentos-home .box_tratamento {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box; } }
    .tratamentos-home .box_tratamento h3 {
      font-family: "Noe Display";
      font-size: 1.5vw;
      margin-bottom: 44px;
      text-align: center;
      word-wrap: break-word; }
      @media (max-width: 880px) {
        .tratamentos-home .box_tratamento h3 {
          font-size: 18px; } }
    .tratamentos-home .box_tratamento a {
      float: left;
      display: block;
      padding: 12px 24px;
      border: 1px solid #2f4e8f;
      color: #2f4e8f;
      font-family: "charlevoix_promedium";
      font-size: 15px;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 30px;
      text-decoration: none;
      transition: all 200ms; }
      .tratamentos-home .box_tratamento a:hover {
        background: #2f4e8f;
        color: #FFF; }

.blog {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: 90px; }
  .blog .container {
    width: 85%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .blog .container:after {
      content: "";
      flex: auto;
      width: 33.33%;
      max-width: 33.33%; }
      @media (max-width: 1080px) {
        .blog .container:after {
          width: 50%;
          max-width: 50%; } }
    .blog .container .box_blog {
      width: 33.33%;
      display: flex;
      flex-wrap: wrap;
      padding-right: 26px;
      padding-left: 26px;
      box-sizing: border-box;
      border-right: 1px solid #d7d5d6;
      position: relative; }
      .blog .container .box_blog:nth-child(3n) {
        border-right: none;
        padding-right: 0px; }
      .blog .container .box_blog:nth-child(n+4) {
        padding-top: 45px; }
      @media (max-width: 1080px) {
        .blog .container .box_blog {
          width: 50%; }
          .blog .container .box_blog:nth-child(n+3) {
            padding-top: 45px; }
          .blog .container .box_blog:nth-child(3n) {
            border-right: 1px solid #d7d5d6;
            padding-right: 26px; }
          .blog .container .box_blog:nth-child(2n) {
            border-right: none;
            padding-right: 0px; } }
      @media (max-width: 680px) {
        .blog .container .box_blog {
          width: 100%;
          padding-left: 10px;
          padding-right: 10px; }
          .blog .container .box_blog:nth-child(3n) {
            border-right: 1px solid #d7d5d6;
            padding-right: 10px; }
          .blog .container .box_blog:nth-child(2n) {
            border-right: 1px solid #d7d5d6;
            padding-right: 10px; } }
      .blog .container .box_blog:before {
        width: 90%;
        height: 2px;
        background: #d7d5d6;
        position: absolute;
        bottom: 0px;
        content: ''; }
      .blog .container .box_blog .foto {
        width: 100%;
        height: 290px; }
        .blog .container .box_blog .foto a {
          width: 100%;
          height: 290px;
          display: block; }
        .blog .container .box_blog .foto img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .blog .container .box_blog .data {
        text-align: right;
        width: 100%;
        font-family: "charlevoix_probold";
        font-size: 13px;
        margin-top: 20px;
        letter-spacing: 2px;
        margin-bottom: 20px; }
      .blog .container .box_blog .titulo {
        font-family: "charlevoix_probold";
        font-size: 35px;
        margin-bottom: 20px; }
      .blog .container .box_blog .resumo {
        width: 100%;
        font-family: "charlevoix_prolight";
        font-size: 15px;
        margin-bottom: 20px; }
      .blog .container .box_blog a {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "charlevoix_promedium";
        font-weight: bold;
        letter-spacing: 1px;
        color: #f03f97;
        text-decoration: none;
        margin-bottom: 20px; }
        .blog .container .box_blog a img {
          margin-left: 10px; }
  .blog .navegacao {
    width: 100%;
    float: left;
    margin-top: 30px;
    display: flex;
    justify-content: center; }
    .blog .navegacao strong {
      font-family: "charlevoix_probold";
      color: #f23d9a; }
    .blog .navegacao a {
      font-family: "charlevoix_probold";
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      color: #3f3f3f; }

.blog-detalhe {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: 55px; }
  .blog-detalhe .container {
    width: 58%; }
    @media (max-width: 1000px) {
      .blog-detalhe .container {
        width: 90%; } }
  .blog-detalhe h1 {
    font-family: "charlevoix_probold";
    text-align: center;
    font-size: 58px;
    margin-top: 0px; }
  .blog-detalhe .foto {
    width: 100%;
    height: 647px; }
    .blog-detalhe .foto img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .blog-detalhe .data {
    text-align: center;
    width: 100%;
    font-family: "charlevoix_probold";
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px; }
  .blog-detalhe .descricao {
    width: 90%;
    margin: 0 auto;
    font-family: "charlevoix_prolight";
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 30px; }
    .blog-detalhe .descricao p {
      font-family: "charlevoix_prolight";
      font-size: 15px;
      line-height: 30px;
      margin-bottom: 20px; }
      .blog-detalhe .descricao p img {
        margin-left: 50%;
        transform: translateX(-50%);
        float: left;
        max-width: 100%;
        object-fit: cover; }

.sobre {
  width: 100%;
  float: left;
  margin-top: 70px;
  margin-bottom: 180px; }
  .sobre .esq {
    width: 55%;
    float: left; }
    @media (max-width: 1000px) {
      .sobre .esq {
        width: 100%; } }
    .sobre .esq .foto {
      width: 100%;
      height: 565px;
      position: relative; }
      .sobre .esq .foto .ft1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 600ms;
        opacity: 1; }
        .sobre .esq .foto .ft1.fade {
          opacity: 0;
          transform: translate3d(-100%, 0, 0); }
      .sobre .esq .foto .ft2 {
        position: absolute;
        bottom: -124px;
        right: -90px;
        opacity: 1;
        transition: all 800ms; }
        .sobre .esq .foto .ft2.fade {
          opacity: 0;
          transform: translate3d(-100%, 0, 0); }
        @media (max-width: 1000px) {
          .sobre .esq .foto .ft2 {
            display: none; } }
  .sobre .dir {
    float: right;
    width: 35%; }
    @media (max-width: 1000px) {
      .sobre .dir {
        width: 100%; } }
    .sobre .dir h3 {
      font-weight: normal;
      font-size: 100px;
      font-family: "Noe Display";
      transition: all 800ms; }
      .sobre .dir h3.fade {
        opacity: 0;
        transform: translate3d(100%, 0, 0); }
      @media (max-width: 1000px) {
        .sobre .dir h3 {
          text-align: center; } }
    .sobre .dir p {
      font-size: 15px;
      line-height: 30px;
      transition: all 800ms; }
      .sobre .dir p.fade {
        opacity: 0;
        transform: translate3d(100%, 0, 0); }
    .sobre .dir .alem {
      margin-top: 80px;
      margin-left: 50px;
      transition: all 800ms; }
      .sobre .dir .alem.fade {
        opacity: 0;
        transform: translate3d(100%, 0, 0); }
      .sobre .dir .alem ul {
        list-style: none; }
        .sobre .dir .alem ul li {
          position: relative;
          padding-top: 10px;
          padding-bottom: 10px;
          font-family: "charlevoix_prolight";
          font-weight: bold; }
          .sobre .dir .alem ul li:after {
            position: absolute;
            left: -10px;
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #e13f8b;
            top: 50%;
            transform: translateY(-50%); }

.beneficios {
  width: 100%;
  float: left;
  margin-top: 30px;
  background: #ee3d97;
  transition: all 400ms;
  opacity: 1; }
  .beneficios.fade {
    opacity: 0;
    transform: translate3d(0, 0, 0); }
  @media (max-width: 780px) {
    .beneficios .container {
      width: 90%; } }
  .beneficios .graziela {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    margin-top: -125px;
    margin-bottom: 70px;
    background: #e5e5e5;
    box-sizing: border-box;
    padding-left: 105px;
    padding-right: 105px;
    -webkit-box-shadow: 0px 0px 53px -18px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 53px -18px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 53px -18px rgba(0, 0, 0, 0.38);
    transition: all 400ms; }
    .beneficios .graziela.fade {
      opacity: 0;
      transform: translate3d(0, 0, 0); }
    @media (max-width: 780px) {
      .beneficios .graziela {
        flex-direction: column;
        height: auto;
        padding-left: 10px;
        padding-right: 10px; } }
    .beneficios .graziela .foto {
      text-align: center;
      font-family: "charlevoix_probold";
      margin-right: 30px;
      letter-spacing: 1px;
      width: 40%; }
      @media (max-width: 780px) {
        .beneficios .graziela .foto {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          margin-top: 30px;
          margin-right: 0px; }
          .beneficios .graziela .foto img {
            margin-bottom: 10px; } }
    .beneficios .graziela .texto {
      line-height: 30px;
      font-size: 15px;
      font-family: "charlevoix_prolight";
      font-weight: bold; }
      @media (max-width: 780px) {
        .beneficios .graziela .texto {
          margin-bottom: 30px;
          margin-top: 30px; } }
  .beneficios h3 {
    font-family: "charlevoix_probold";
    font-size: 15px;
    position: relative;
    text-align: center;
    color: #FFF;
    z-index: 3;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .beneficios h3 span {
      position: absolute;
      font-family: "Noe Display";
      font-size: 100px;
      left: 50%;
      top: -65px;
      transform: translateX(-50%);
      content: "benef&Iacute;cios";
      color: #f27db4;
      z-index: -1;
      text-transform: lowercase; }
      @media (max-width: 1080px) {
        .beneficios h3 span {
          font-size: 50px;
          top: -28px; } }
  .beneficios .fundo_beneficios {
    width: 100%;
    float: left;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px; }
    @media (max-width: 1080px) {
      .beneficios .fundo_beneficios {
        flex-direction: column;
        margin-top: 0px; } }
    .beneficios .fundo_beneficios .item {
      width: 20%;
      box-sizing: border-box;
      padding-left: 22px;
      padding-right: 22px;
      padding-top: 12px;
      padding-bottom: 12px;
      border-right: 1px solid #f57fbc;
      color: #FFF;
      font-size: 15px;
      line-height: 25px;
      transition: all 200ms; }
      .beneficios .fundo_beneficios .item:hover {
        background: #2e4d8e; }
      @media (max-width: 1080px) {
        .beneficios .fundo_beneficios .item {
          width: 100%;
          border-right: 0px;
          border-bottom: 1px solid #f57fbc;
          margin-bottom: 30px;
          padding-bottom: 5px; } }
      .beneficios .fundo_beneficios .item:last-of-type {
        border: none; }

.qualidade-sobre {
  width: 100%;
  height: 420px;
  float: left;
  background: url("images/sobre_contato.jpg") no-repeat top center; }
  .qualidade-sobre .esq {
    width: 70%;
    float: left;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 1080px) {
      .qualidade-sobre .esq {
        width: 100%; } }
  .qualidade-sobre h3 {
    font-family: "charlevoix_probold";
    font-size: 15px;
    position: relative;
    color: #FFF;
    z-index: 3;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    font-weight: normal;
    letter-spacing: 2px; }
    .qualidade-sobre h3:after {
      position: absolute;
      font-family: "Noe Display";
      font-size: 100px;
      left: 50%;
      top: -65px;
      transform: translateX(-50%);
      content: "qualidade de vida";
      white-space: nowrap;
      color: #5c72a4;
      z-index: -1; }
      @media (max-width: 1080px) {
        .qualidade-sobre h3:after {
          font-size: 40px;
          top: -18px; } }
  .qualidade-sobre a {
    display: block;
    text-decoration: none;
    background: #ee3d97;
    color: #2e4f92;
    padding: 20px 40px;
    font-family: "charlevoix_promedium";
    text-transform: uppercase;
    font-size: 15px;
    transition: all 200ms;
    border: 1px solid #ee3d97;
    letter-spacing: 2px; }
    @media (max-width: 1080px) {
      .qualidade-sobre a {
        font-size: 13px;
        padding: 10px;
        text-align: center; } }
    .qualidade-sobre a:hover {
      background: #2e4f92;
      color: #ee3d97; }

.tratamentos {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 30px; }
  .tratamentos.cinza {
    background: #e5e5e5;
    padding-top: 60px;
    margin-bottom: 0px !important; }
  .tratamentos .item {
    width: 100%;
    float: left;
    margin-bottom: 10px; }
    .tratamentos .item h3 {
      font-size: 40px;
      font-family: "Noe Display";
      text-align: center;
      font-weight: normal; }
    .tratamentos .item .fundo_tratamentos {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 10px; }
      .tratamentos .item .fundo_tratamentos a {
        padding: 20px;
        display: block;
        border: 1px solid #000;
        font-family: "charlevoix_prolight";
        text-decoration: none;
        transition: all 200ms;
        margin-right: 32px;
        margin-bottom: 32px;
        transition: all 200ms; }
        @media (max-width: 980px) {
          .tratamentos .item .fundo_tratamentos a {
            margin-right: 0px;
            text-align: center; } }
        .tratamentos .item .fundo_tratamentos a.mulher {
          border: 1px solid #eb3f93;
          color: #eb3f93; }
          .tratamentos .item .fundo_tratamentos a.mulher:hover {
            background: #eb3f93;
            color: #FFF; }
        .tratamentos .item .fundo_tratamentos a.homem {
          border: 1px solid #2d4e91;
          color: #2d4e91; }
          .tratamentos .item .fundo_tratamentos a.homem:hover {
            background: #2d4e91;
            color: #FFF; }
        .tratamentos .item .fundo_tratamentos a.cinza {
          border: 1px solid #3b3b3b;
          color: #3b3b3b; }
          .tratamentos .item .fundo_tratamentos a.cinza:hover {
            background: #3b3b3b;
            color: #FFF; }

.tratamento-detalhe {
  width: 100%;
  float: left;
  margin-top: 30px; }
  .tratamento-detalhe .container {
    width: 70%; }
    @media (max-width: 980px) {
      .tratamento-detalhe .container {
        width: 95%; } }
  .tratamento-detalhe h1 {
    font-weight: normal;
    font-size: 60px;
    color: #3c3c3c;
    font-family: "charlevoix_probold";
    text-align: center; }
    @media (max-width: 980px) {
      .tratamento-detalhe h1 {
        font-size: 35px; } }
  .tratamento-detalhe .descricao {
    width: 60%;
    font-size: 15px;
    font-family: "charlevoix_prolight";
    line-height: 25px;
    margin: 0 auto;
    text-align: justify; }
    @media (max-width: 980px) {
      .tratamento-detalhe .descricao {
        width: 95%; } }
    .tratamento-detalhe .descricao p {
      font-size: 15px;
      font-family: "charlevoix_prolight";
      line-height: 25px;
      text-align: justify; }
  .tratamento-detalhe a {
    display: block;
    text-decoration: none;
    background: #2e4f92;
    color: #FFF;
    padding: 20px 40px;
    font-family: "charlevoix_promedium";
    text-transform: uppercase;
    font-size: 15px;
    transition: all 200ms;
    letter-spacing: 2px;
    float: left;
    margin-top: 50px;
    margin-left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 980px) {
      .tratamento-detalhe a {
        text-align: center; } }
    .tratamento-detalhe a:hover {
      background: #ee3d97;
      color: #2e4f92; }

.contato {
  width: 100%;
  float: left;
  margin-top: 55px; }
  .contato .container {
    width: 45%; }
    @media (max-width: 980px) {
      .contato .container {
        width: 95%; } }
  .contato .formcontato {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .contato .formcontato div {
      display: flex;
      flex-direction: column;
      width: 48%; }
      @media (max-width: 480px) {
        .contato .formcontato div {
          width: 100%; } }
      .contato .formcontato div span {
        margin-bottom: 5px;
        font-family: "charlevoix_promedium";
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold; }
      .contato .formcontato div.divmensagem {
        width: 100%; }
    .contato .formcontato input[type='text'] {
      width: 100%;
      font-family: "charlevoix_prolight";
      height: 73px;
      margin-bottom: 15px;
      box-sizing: border-box;
      border: 1px solid #b6b6b6;
      padding-left: 10px; }
    .contato .formcontato textarea {
      width: 100%;
      font-family: "charlevoix_prolight";
      height: 250px;
      padding-left: 10px;
      padding-top: 10px;
      border: 1px solid #b6b6b6;
      box-sizing: border-box; }
    .contato .formcontato input[type='submit'] {
      padding: 24px 115px;
      font-family: "charlevoix_promedium";
      background: #2e4f92;
      margin: 0 auto;
      border: none;
      margin-top: 15px;
      color: #FFF;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 2px; }
  .contato .agende {
    width: 85%;
    float: left;
    margin-top: 56px;
    margin-left: 50%;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 9px 47px -11px #757175;
    -moz-box-shadow: 0px 9px 47px -11px #757175;
    box-shadow: 0px 9px 47px -11px #757175; }
    .contato .agende h3 {
      font-family: "Noe Display";
      font-size: 25px;
      color: #3b3b3b;
      text-align: center;
      margin-bottom: 40px;
      font-weight: normal; }
    .contato .agende .fundo_agende {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px; }
      @media (max-width: 980px) {
        .contato .agende .fundo_agende {
          flex-direction: column; } }
      .contato .agende .fundo_agende .box_agende {
        display: flex;
        width: 45%;
        justify-content: space-between;
        flex-wrap: wrap; }
        @media (max-width: 980px) {
          .contato .agende .fundo_agende .box_agende {
            width: 100%; } }
        .contato .agende .fundo_agende .box_agende div {
          font-size: 15px;
          font-family: "charlevoix_prolight";
          width: 100%;
          line-height: 30px;
          font-weight: bold; }

footer {
  width: 100%;
  height: 407px;
  float: left;
  background: #3c3c3c;
  z-index: 1;
  padding-top: 139px;
  box-sizing: border-box; }
  footer.fixed {
    position: fixed;
    bottom: 0; }
  @media (max-width: 880px) {
    footer {
      height: 700px; } }
  footer .container {
    display: flex;
    width: 88%;
    justify-content: space-between; }
    @media (max-width: 880px) {
      footer .container {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    footer .container .item {
      color: #e3e3e3;
      font-family: "charlevoix_prolight";
      line-height: 25px;
      font-size: 15px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      footer .container .item:nth-child(1) {
        width: 25%; }
        @media (max-width: 880px) {
          footer .container .item:nth-child(1) {
            width: 100%; } }
      footer .container .item:nth-child(2) {
        width: 20%; }
        @media (max-width: 880px) {
          footer .container .item:nth-child(2) {
            width: 100%; } }
      @media (max-width: 880px) {
        footer .container .item {
          width: 100%;
          max-width: 360px;
          justify-content: center;
          margin-bottom: 30px;
          text-align: center;
          align-items: center; } }
      footer .container .item h2 {
        font-family: "Noe Display";
        font-size: 25px;
        color: #e3e3e3;
        font-weight: normal;
        margin-bottom: 40px;
        width: 100%; }
      footer .container .item .mfischer {
        display: block;
        width: 74px;
        height: 16px;
        background-image: url("images/mfischer.png");
        background-position: 0px 0px;
        transition: all 200ms; }
        footer .container .item .mfischer:hover {
          background-position: 0px -16px; }
      footer .container .item .redes {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center; }
        @media (max-width: 1100px) {
          footer .container .item .redes {
            justify-content: center; } }
        footer .container .item .redes a {
          display: block;
          width: 35px;
          height: 35px;
          transition: all 200ms;
          margin-right: 20px; }
          @media (max-width: 1350px) {
            footer .container .item .redes a {
              margin-right: 5px; } }
          footer .container .item .redes a:last-of-type {
            margin-right: 0px; }
          footer .container .item .redes a.facerodape {
            background-position: 0px 0px;
            background-image: url("images/facebook_icon_rodape.png"); }
            footer .container .item .redes a.facerodape:hover {
              background-position: 0px -35px; }
          footer .container .item .redes a.instarodape {
            background-position: 0px 0px;
            background-image: url("images/instagram_icon_rodape.png"); }
            footer .container .item .redes a.instarodape:hover {
              background-position: 0px -35px; }
          footer .container .item .redes a.youtuberodape {
            background-position: 0px 0px;
            background-image: url("images/youtube_icon_rodape.png"); }
            footer .container .item .redes a.youtuberodape:hover {
              background-position: 0px -35px; }
          footer .container .item .redes a.whatsrodape {
            background-position: 0px 0px;
            background-image: url("images/whatsapp_icon_rodape.png"); }
            footer .container .item .redes a.whatsrodape:hover {
              background-position: 0px -35px; }
    footer .container form {
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media (max-width: 1100px) {
        footer .container form {
          justify-content: center;
          align-items: center; } }
      footer .container form input[type="email"] {
        background: transparent;
        border: none;
        width: 100%;
        height: 50px;
        border-bottom: 2px solid #696969;
        font-family: "charlevoix_prolight";
        font-style: italic;
        font-size: 18px;
        margin-bottom: 47px;
        color: #FFF;
        padding-left: 10px;
        box-sizing: border-box; }
      footer .container form input[type="submit"] {
        background: transparent;
        border: none;
        border: 2px solid #cd4286;
        color: #cd4286;
        float: left;
        width: 200px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "charlevoix_probold";
        cursor: pointer;
        transition: all 200ms; }
        footer .container form input[type="submit"]:hover {
          background: #cd4286;
          color: #FFF; }

/*# sourceMappingURL=estilo.css.map */
