@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf"); }

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.ttf");
  font-weight: 100; }

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.ttf");
  font-weight: bold; }

@-webkit-keyframes go {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes go {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-webkit-keyframes go_back {
  from {
    width: 100%; }
  to {
    width: 0; } }

@keyframes go_back {
  from {
    width: 100%; }
  to {
    width: 0; } }

@-webkit-keyframes text_start {
  from {
    height: 0; }
  to {
    height: 150px; } }

@keyframes text_start {
  from {
    height: 0; }
  to {
    height: 150px; } }

@-webkit-keyframes mudanca_cor {
  from {
    background: unset; }
  to {
    background: #009fee; } }

@keyframes mudanca_cor {
  from {
    background: unset; }
  to {
    background: #009fee; } }

body.body {
  font-family: "Raleway"; }

@media (min-width: 992px) {
  .cabecalho {
    position: fixed;
    width: 100%;
    z-index: 100; }
    .cabecalho .row {
      margin: auto; }
      .cabecalho .row .logo {
        background-color: #fff;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        width: 40%;
        padding: 20px 0; }
        .cabecalho .row .logo .imagem {
          max-width: 400px;
          margin: auto;
          margin-right: 0;
          text-align: right;
          padding-right: 30px; }
          .cabecalho .row .logo .imagem img {
            max-width: 250px; }
      .cabecalho .row .menu {
        width: 60%;
        position: relative;
        overflow-x: hidden; }
        .cabecalho .row .menu .row {
          margin: auto; }
          .cabecalho .row .menu .row .paginas_links {
            max-width: 900px;
            padding-right: 120px;
            margin: auto; }
            .cabecalho .row .menu .row .paginas_links .row {
              margin: auto; }
              .cabecalho .row .menu .row .paginas_links .row li {
                list-style: none;
                padding: 30px 15px; }
                .cabecalho .row .menu .row .paginas_links .row li.secoes a {
                  color: #fff;
                  position: relative; }
                  .cabecalho .row .menu .row .paginas_links .row li.secoes a::after {
                    content: '';
                    width: 0;
                    height: 2px;
                    background: #009fee;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    -webkit-animation: go_back;
                    animation: go_back;
                    -webkit-animation-duration: 1s;
                    animation-duration: 1s; }
                  .cabecalho .row .menu .row .paginas_links .row li.secoes a:hover {
                    text-decoration: none; }
                    .cabecalho .row .menu .row .paginas_links .row li.secoes a:hover::after {
                      width: 100%;
                      -webkit-animation: go;
                      animation: go;
                      -webkit-animation-duration: 1s;
                      animation-duration: 1s; }
          .cabecalho .row .menu .row .redes_sociais {
            left: 75%;
            max-width: 100%;
            position: absolute;
            right: 0;
            background: #009fee;
            border-top-left-radius: 40px;
            border-bottom-left-radius: 40px;
            padding-left: 10px; }
            .cabecalho .row .menu .row .redes_sociais li {
              list-style: none;
              padding: 30px 15px; }
              .cabecalho .row .menu .row .redes_sociais li a {
                color: #fff;
                position: relative; }
                .cabecalho .row .menu .row .redes_sociais li a i {
                  -webkit-transition: .5s linear;
                  -o-transition: .5s linear;
                  transition: .5s linear; }
                .cabecalho .row .menu .row .redes_sociais li a:hover {
                  text-decoration: none; }
                  .cabecalho .row .menu .row .redes_sociais li a:hover i {
                    -webkit-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    transform: scale(1.2); }
    .cabecalho.scrolled {
      -webkit-animation: mudanca_cor;
      animation: mudanca_cor;
      -webkit-animation-duration: 5s;
      animation-duration: 5s;
      background: #009fee; }
    .cabecalho .botao {
      display: none; }
  .secao1 {
    background: #e5e5e5; }
    .secao1 .fundo {
      max-width: 1440px;
      margin: auto;
      background-image: url("../img/fundo_header.png");
      background-size: 100% 100%;
      height: 600px;
      background-repeat: no-repeat;
      padding-top: 150px;
      padding-left: 20%; }
      .secao1 .fundo h1 {
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: 20px;
        overflow: hidden;
        -webkit-animation: text_start;
        animation: text_start;
        -webkit-animation-duration: 6s;
        animation-duration: 6s;
        height: 150px; }
      .secao1 .fundo .botao_conhecer {
        background: #002e63;
        padding: 10px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 200px;
        border-radius: 40px;
        -webkit-transition: .8s linear;
        -o-transition: .8s linear;
        transition: .8s linear;
        overflow: hidden; }
        .secao1 .fundo .botao_conhecer p {
          color: #fff;
          margin-bottom: 5px; }
        .secao1 .fundo .botao_conhecer img {
          width: 20px;
          height: 20px;
          margin-top: 4px;
          margin-left: 70px; }
        .secao1 .fundo .botao_conhecer:hover {
          text-decoration: none;
          background: #009fee;
          padding-left: 70px; }
  .secao2 {
    background: #e5e5e5; }
    .secao2 .container {
      position: relative;
      padding-bottom: 153px;
      max-width: 1000px; }
      .secao2 .container .row {
        background: #009fee;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        margin: auto;
        width: 100%;
        position: absolute;
        top: -80px; }
        .secao2 .container .row .item {
          text-align: center;
          position: relative;
          padding-top: 150px;
          padding-bottom: 20px; }
          .secao2 .container .row .item .circulo {
            width: 100%;
            padding: 0 15px;
            left: 0;
            margin: auto;
            position: absolute;
            top: -20px; }
            .secao2 .container .row .item .circulo img {
              width: 150px; }
          .secao2 .container .row .item p {
            color: #fff;
            font-weight: bold; }
  .secao3 {
    background: #e5e5e5;
    position: relative;
    margin-bottom: 60px; }
    .secao3 #sobre {
      position: absolute;
      top: -140px; }
    .secao3 .container {
      border-top-right-radius: 40px;
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      border-bottom-right-radius: 40px;
      background: #fff;
      padding: 50px 0;
      position: relative;
      -webkit-box-shadow: 0 0 6px 1px #b7acac;
      box-shadow: 0 0 6px 1px #b7acac; }
      .secao3 .container .row {
        margin: auto;
        max-width: 1100px;
        position: relative;
        margin-right: 0;
        margin-left: 70px; }
        .secao3 .container .row .texto_sobre_nos {
          text-align: justify; }
          .secao3 .container .row .texto_sobre_nos h1, .secao3 .container .row .texto_sobre_nos h2 {
            color: #009fee;
            font-weight: bold;
            margin-bottom: 20px;
            margin-top: 6px; }
          .secao3 .container .row .texto_sobre_nos .texto p {
            display: none; }
          .secao3 .container .row .texto_sobre_nos .botao_mais {
            background: #002e63;
            width: 100px;
            margin: auto;
            padding: 10px;
            text-align: center;
            border-radius: 30px;
            cursor: pointer; }
            .secao3 .container .row .texto_sobre_nos .botao_mais p {
              color: #fff;
              margin-bottom: 0; }
          .secao3 .container .row .texto_sobre_nos .parceiros {
            max-width: 300px; }
            .secao3 .container .row .texto_sobre_nos .parceiros.mobile {
              display: none; }
          .secao3 .container .row .texto_sobre_nos .background_sobrenos {
            background: url("../img/Sobre_nos.png");
            position: absolute;
            height: 170px;
            width: 460px;
            background-repeat: no-repeat;
            left: -20px;
            top: -10px;
            background-size: 100%; }
          .secao3 .container .row .texto_sobre_nos .botao_conhecer {
            position: absolute;
            bottom: -70px;
            background: #002e63;
            padding: 10px 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 200px;
            border-radius: 40px;
            -webkit-transition: .8s linear;
            -o-transition: .8s linear;
            transition: .8s linear;
            overflow: hidden;
            margin-top: 20px; }
            .secao3 .container .row .texto_sobre_nos .botao_conhecer p {
              color: #fff;
              margin-bottom: 5px;
              white-space: nowrap; }
            .secao3 .container .row .texto_sobre_nos .botao_conhecer img {
              width: 20px;
              height: 20px;
              margin-top: 4px;
              margin-left: 70px; }
            .secao3 .container .row .texto_sobre_nos .botao_conhecer:hover {
              text-decoration: none;
              background: #009fee;
              padding-left: 70px; }
      .secao3 .container .retangulos.swiper-container {
        width: 370px;
        height: 80%;
        position: absolute;
        top: 0;
        right: -58px; }
        .secao3 .container .retangulos.swiper-container .swiper-slide {
          width: 330px;
          text-align: right;
          font-size: 18px;
          /* Center slide text vertically */
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          -webkit-justify-content: right;
          justify-content: right;
          -webkit-box-align: end;
          -ms-flex-align: end;
          -webkit-align-items: end;
          align-items: end;
          opacity: 0;
          margin-left: 50px; }
          .secao3 .container .retangulos.swiper-container .swiper-slide.swiper-slide-next, .secao3 .container .retangulos.swiper-container .swiper-slide.swiper-slide-prev, .secao3 .container .retangulos.swiper-container .swiper-slide.swiper-slide-active {
            opacity: 1; }
          .secao3 .container .retangulos.swiper-container .swiper-slide.swiper-slide-active {
            margin-left: 3px; }
          .secao3 .container .retangulos.swiper-container .swiper-slide img {
            width: 100%;
            height: 100%;
            border-radius: 20px;
            -webkit-box-shadow: 0 0 9px #2f2f2f;
            box-shadow: 0 0 9px #2f2f2f; }
      .secao3 .container .swiper-container-3d .swiper-slide-shadow-top, .secao3 .container .swiper-container-3d .swiper-slide-shadow-bottom {
        border-radius: 20px; }
    .secao3 .background_white {
      background: #fff;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 250px; }
  .secao4 {
    position: relative; }
    .secao4 #servicos {
      position: absolute;
      top: -140px; }
    .secao4 .limite {
      background: url("../img/Fundo_servicos.png");
      background-repeat: no-repeat;
      max-width: 1440px;
      margin: auto;
      background-size: 90%; }
      .secao4 .limite .container {
        position: relative; }
        .secao4 .limite .container .titulo_logos {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .secao4 .limite .container h1 {
          color: #009fee;
          font-weight: bold;
          margin-left: 70px;
          padding-top: 10px;
          padding-right: 210px; }
        .secao4 .limite .container p {
          margin-left: 70px;
          margin-top: 50px; }
        .secao4 .limite .container img.diabetes {
          width: 220px; }
        .secao4 .limite .container img.dialise {
          width: 220px; }
        .secao4 .limite .container .background_servicos {
          background: url("../img/Servicos_texto.png");
          position: absolute;
          height: 200px;
          width: 390px;
          background-repeat: no-repeat;
          left: 50px;
          top: -10px;
          background-size: 100%; }
        .secao4 .limite .container .row {
          max-width: 55%;
          margin: auto;
          margin-right: 0; }
          .secao4 .limite .container .row .swiper-container {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            height: 100%;
            padding-right: 10px;
            padding-bottom: 30px; }
            .secao4 .limite .container .row .swiper-container .swiper-wrapper {
              display: -webkit-box;
              display: -ms-flexbox; }
            .secao4 .limite .container .row .swiper-container .swiper-slide {
              padding: 15px 10px;
              text-align: center;
              font-size: 18px;
              background: #fff;
              height: 200px;
              margin-bottom: 50px;
              /* display: -webkit-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; */
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center; }
              .secao4 .limite .container .row .swiper-container .swiper-slide img {
                width: 100%;
                height: 100%;
                border-radius: 20px;
                -webkit-filter: contrast(0.5);
                filter: contrast(0.5);
                -webkit-transition: .5s linear;
                -o-transition: .5s linear;
                transition: .5s linear; }
                .secao4 .limite .container .row .swiper-container .swiper-slide img:hover {
                  -webkit-filter: unset;
                  filter: unset; }
              .secao4 .limite .container .row .swiper-container .swiper-slide .botao {
                position: relative;
                text-align: center;
                width: 300px; }
                .secao4 .limite .container .row .swiper-container .swiper-slide .botao .botao_p {
                  background: #002e63;
                  color: #fff;
                  padding: 10px;
                  position: absolute;
                  top: -20px;
                  left: 50px;
                  right: 50px;
                  text-align: center;
                  width: 55%;
                  margin: auto;
                  font-weight: bold;
                  border: none;
                  border-radius: 20px;
                  margin-bottom: 0; }
                  .secao4 .limite .container .row .swiper-container .swiper-slide .botao .botao_p:focus {
                    outline: none; }
            .secao4 .limite .container .row .swiper-container .swiper-button-next {
              width: auto;
              right: 0px;
              z-index: 2;
              margin-top: calc(-2 * var(--swiper-navigation-size)/2); }
              .secao4 .limite .container .row .swiper-container .swiper-button-next:after {
                display: none; }
            .secao4 .limite .container .row .swiper-container .swiper-button-prev {
              width: auto;
              left: 0px;
              z-index: 2;
              margin-top: calc(-2 * var(--swiper-navigation-size)/2);
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
              .secao4 .limite .container .row .swiper-container .swiper-button-prev:after {
                display: none; }
  .secao5 {
    background: #e5e5e5;
    padding-top: 40px;
    padding-left: 70px; }
    .secao5 #profissionais {
      position: absolute;
      top: -140px; }
    .secao5 .container {
      position: relative; }
      .secao5 .container h1 {
        padding: 20px 0px;
        color: #009fee;
        font-weight: bold; }
      .secao5 .container .background_corpo {
        background: url("../img/Corpo_Clinico.png");
        position: absolute;
        height: 110px;
        width: 400px;
        background-repeat: no-repeat;
        left: 10px;
        top: 0px;
        background-size: 100% 100%; }
      .secao5 .container p.subtitulo {
        width: 700px; }
      .secao5 .container .row {
        margin: auto; }
        .secao5 .container .row .swiper-button-prev {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .secao5 .container .row .swiper-button-next:after, .secao5 .container .row .swiper-container-rtl .swiper-button-prev:after,
        .secao5 .container .row .swiper-button-prev:after, .secao5 .container .row .swiper-container-rtl .swiper-button-next:after {
          display: none; }
        .secao5 .container .row .item {
          text-align: center;
          position: relative;
          padding-bottom: 60px;
          margin-bottom: 20px; }
          .secao5 .container .row .item img {
            border-radius: 140px;
            max-width: 281px;
            width: 100%;
            height: 290px;
            -o-object-fit: cover;
            object-fit: cover; }
          .secao5 .container .row .item .botao {
            width: 85%;
            height: auto;
            background: #fff;
            bottom: 0;
            margin: auto;
            border-radius: 40px;
            padding: 5px 35px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            cursor: pointer;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .secao5 .container .row .item .botao .infos {
              -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
              .secao5 .container .row .item .botao .infos p {
                margin-bottom: 0;
                color: #5e6063; }
                .secao5 .container .row .item .botao .infos p.nome {
                  font-weight: bold; }
          .secao5 .container .row .item.mostra {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .secao5 .container .row .item.mostra img {
              display: unset; }
            .secao5 .container .row .item.mostra .botao {
              position: absolute;
              left: 5%;
              width: 90%;
              height: 110px; }
  .secao6 {
    padding-top: 40px;
    margin-bottom: 40px; }
    .secao6 .container {
      position: relative; }
      .secao6 .container h1 {
        padding: 20px 0px;
        color: #009fee;
        font-weight: bold;
        padding-left: 70px; }
      .secao6 .container .background_convenios {
        background: url("../img/Convenios.png");
        position: absolute;
        height: 80px;
        width: 450px;
        background-repeat: no-repeat;
        left: 40px;
        top: 0px;
        background-size: 100% 100%; }
      .secao6 .container .swiper-container {
        padding: 0 10px; }
        .secao6 .container .swiper-container .swiper-wrapper .swiper-slide {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 105px; }
          .secao6 .container .swiper-container .swiper-wrapper .swiper-slide img {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            max-width: 100%;
            padding: 0 10px;
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
            -webkit-transition: .5s linear;
            -o-transition: .5s linear;
            transition: .5s linear; }
            .secao6 .container .swiper-container .swiper-wrapper .swiper-slide img:hover {
              -webkit-filter: unset;
              filter: unset; }
        .secao6 .container .swiper-container .swiper-button-next {
          width: 27px;
          right: 0px;
          z-index: 2;
          margin-top: calc(-1 * var(--swiper-navigation-size)/2); }
          .secao6 .container .swiper-container .swiper-button-next img {
            width: 27px; }
          .secao6 .container .swiper-container .swiper-button-next:after {
            display: none; }
        .secao6 .container .swiper-container .swiper-button-prev {
          width: auto;
          left: 0px;
          z-index: 2;
          margin-top: calc(-1 * var(--swiper-navigation-size)/2);
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
          .secao6 .container .swiper-container .swiper-button-prev img {
            width: 27px; }
          .secao6 .container .swiper-container .swiper-button-prev:after {
            display: none; }
  .secao7 {
    padding-top: 40px;
    margin-bottom: 40px;
    position: relative; }
    .secao7 #blog {
      position: absolute;
      top: -70px; }
    .secao7 .container {
      position: relative; }
      .secao7 .container h1 {
        color: #009fee;
        font-weight: bold;
        padding-left: 70px; }
      .secao7 .container .background_blog {
        background: url("../img/Blog.png");
        position: absolute;
        height: 80px;
        width: 190px;
        background-repeat: no-repeat;
        left: 50px;
        top: -10px;
        background-size: 100% 100%; }
      .secao7 .container .posts.row {
        margin: auto;
        margin-top: 60px;
        padding-left: 70px; }
        .secao7 .container .posts.row .post {
          border-radius: 20px;
          -webkit-transition: .5s linear;
          -o-transition: .5s linear;
          transition: .5s linear;
          position: relative;
          padding-top: 10px;
          padding-bottom: 40px; }
          .secao7 .container .posts.row .post img {
            width: 100%;
            border-radius: 27px; }
          .secao7 .container .posts.row .post .categoria_titulo {
            margin-top: 20px; }
            .secao7 .container .posts.row .post .categoria_titulo a:hover {
              text-decoration: none; }
            .secao7 .container .posts.row .post .categoria_titulo .categoria_data.row {
              margin: auto;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
              .secao7 .container .posts.row .post .categoria_titulo .categoria_data.row a {
                color: #002e63;
                font-weight: bold;
                text-transform: uppercase;
                font-size: 0.8rem; }
              .secao7 .container .posts.row .post .categoria_titulo .categoria_data.row p {
                color: #5e6063;
                font-size: 0.7rem;
                padding-left: 5px; }
            .secao7 .container .posts.row .post .categoria_titulo h5.titulo {
              text-align: center;
              color: #5e6063;
              font-weight: bold; }
          .secao7 .container .posts.row .post .botao {
            display: none;
            position: absolute;
            width: 100%;
            bottom: -23px;
            padding-left: 15px;
            padding-right: 15px; }
            .secao7 .container .posts.row .post .botao a {
              background: #002e63;
              padding: 10px 20px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 150px;
              margin: auto;
              border-radius: 40px;
              -webkit-transition: .8s linear;
              -o-transition: .8s linear;
              transition: .8s linear;
              overflow: hidden; }
              .secao7 .container .posts.row .post .botao a p {
                color: #fff;
                margin-bottom: 5px;
                white-space: nowrap; }
              .secao7 .container .posts.row .post .botao a img {
                width: 15px;
                height: 15px;
                margin-top: 4px;
                margin-left: 20px;
                -webkit-transition: .5s linear;
                -o-transition: .5s linear;
                transition: .5s linear; }
              .secao7 .container .posts.row .post .botao a:hover {
                text-decoration: none;
                background: #009fee;
                padding-left: 40px; }
                .secao7 .container .posts.row .post .botao a:hover img {
                  padding-left: 70px; }
          .secao7 .container .posts.row .post:hover {
            -webkit-box-shadow: 0 0 7px #5e6063;
            box-shadow: 0 0 7px #5e6063; }
            .secao7 .container .posts.row .post:hover .botao {
              left: 0;
              display: block; }
      .secao7 .container .botao_ver {
        margin-top: 60px; }
        .secao7 .container .botao_ver a {
          background: #002e63;
          padding: 10px 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 200px;
          margin: auto;
          border-radius: 40px;
          -webkit-transition: .8s linear;
          -o-transition: .8s linear;
          transition: .8s linear;
          overflow: hidden; }
          .secao7 .container .botao_ver a p {
            color: #fff;
            margin-bottom: 2px;
            white-space: nowrap; }
          .secao7 .container .botao_ver a img {
            width: 20px;
            height: 20px;
            margin-top: 4px;
            margin-left: 70px;
            -webkit-transition: .5s linear;
            -o-transition: .5s linear;
            transition: .5s linear; }
          .secao7 .container .botao_ver a:hover {
            text-decoration: none;
            background: #009fee;
            padding-left: 70px; }
  .contato {
    background: url("../img/fundo_contato.png");
    position: relative;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 210px;
    background-position: 10% 30%;
    background-repeat: no-repeat; }
    .contato .mapa iframe {
      border-radius: 50px;
      position: absolute;
      top: -170px; }
    .contato .container {
      padding-left: 70px;
      padding-top: 70px;
      position: relative; }
      .contato .container h1 {
        color: #fff;
        font-weight: bold; }
      .contato .container .background_contato {
        background: url("../img/Contato.png");
        background-size: 100% 100%;
        height: 80px;
        width: 300px;
        position: absolute;
        top: 52px;
        left: 50px; }
    .contato .row {
      margin: auto;
      margin-top: 50px; }
      .contato .row .informacoes {
        background: #002e63;
        width: 100%;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px; }
        .contato .row .informacoes .infos {
          width: 220px; }
          .contato .row .informacoes .infos p, .contato .row .informacoes .infos a {
            color: #fff; }
          .contato .row .informacoes .infos .telefone {
            -webkit-margin-after: 0;
            margin-block-end: 0; }
          .contato .row .informacoes .infos .atendimento_titulo {
            font-weight: bold;
            -webkit-margin-after: 0;
            margin-block-end: 0; }
            .contato .row .informacoes .infos .atendimento_titulo.primeiro {
              padding-top: 30px; }
          .contato .row .informacoes .infos .atendimento .ultimo {
            -webkit-margin-after: 0;
            margin-block-end: 0; }
      .contato .row .formularios {
        position: relative; }
        .contato .row .formularios .formulario {
          width: 480px;
          margin: auto;
          margin-right: 0; }
        .contato .row .formularios form input {
          width: 100%;
          border: 0;
          padding: 15px;
          margin-bottom: 20px;
          border-radius: 30px; }
          .contato .row .formularios form input:focus {
            outline: none; }
        .contato .row .formularios form .row {
          margin: auto; }
          .contato .row .formularios form .row .email_div {
            padding-left: 0; }
          .contato .row .formularios form .row .telefone_div {
            padding-right: 0; }
        .contato .row .formularios form textarea {
          width: 100%;
          border: 0;
          padding: 15px;
          border-radius: 30px;
          height: 200px;
          resize: none; }
        .contato .row .formularios form .botaoenviar {
          position: absolute;
          bottom: -10px;
          right: 20px;
          width: 100%; }
          .contato .row .formularios form .botaoenviar .botaoenviar_efeito button {
            background: #002e63;
            padding: 10px 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 200px;
            margin: auto;
            margin-right: 0;
            border-radius: 40px;
            -webkit-transition: .8s linear;
            -o-transition: .8s linear;
            transition: .8s linear;
            overflow: hidden;
            border: 0; }
            .contato .row .formularios form .botaoenviar .botaoenviar_efeito button p {
              color: #fff;
              margin-bottom: 2px;
              white-space: nowrap; }
            .contato .row .formularios form .botaoenviar .botaoenviar_efeito button img {
              width: 20px;
              height: 20px;
              margin-top: 4px;
              margin-left: 70px;
              -webkit-transition: .5s linear;
              -o-transition: .5s linear;
              transition: .5s linear; }
            .contato .row .formularios form .botaoenviar .botaoenviar_efeito button:hover {
              text-decoration: none;
              padding-left: 80px; }
              .contato .row .formularios form .botaoenviar .botaoenviar_efeito button:hover img {
                padding-left: 10px; }
  .breadcrumbs_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px; }
    .breadcrumbs_cat a, .breadcrumbs_cat p {
      color: #002e63;
      padding-right: 3px;
      font-weight: bold; }
    .breadcrumbs_cat a:hover {
      text-decoration: none; }
  .blog .secao {
    margin-bottom: 10px; }
    .blog .secao .fundo {
      max-width: 1440px;
      margin: auto;
      background-image: url("../img/fundo_header.png");
      background-size: 100%;
      height: 200px;
      background-repeat: no-repeat;
      padding-top: 110px; }
      .blog .secao .fundo h1 {
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        overflow: hidden;
        -webkit-animation: text_start;
        animation: text_start;
        -webkit-animation-duration: 6s;
        animation-duration: 6s;
        text-align: center; }
  .blog .container .row {
    margin: auto; }
    .blog .container .row .posts h2.titulo {
      color: #009fee;
      font-weight: bold; }
    .blog .container .row .posts .row {
      margin: auto; }
      .blog .container .row .posts .row .alm-reveal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .blog .container .row .posts .row .alm-reveal .post {
          border-radius: 20px;
          -webkit-transition: .5s linear;
          -o-transition: .5s linear;
          transition: .5s linear;
          position: relative;
          padding-top: 10px;
          padding-bottom: 40px;
          margin-bottom: 30px; }
          .blog .container .row .posts .row .alm-reveal .post img {
            width: 100%;
            border-radius: 27px; }
          .blog .container .row .posts .row .alm-reveal .post .categoria_titulo {
            margin-top: 20px; }
            .blog .container .row .posts .row .alm-reveal .post .categoria_titulo a:hover {
              text-decoration: none; }
            .blog .container .row .posts .row .alm-reveal .post .categoria_titulo .categoria_data.row {
              margin: auto;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
              .blog .container .row .posts .row .alm-reveal .post .categoria_titulo .categoria_data.row a {
                color: #002e63;
                font-weight: bold;
                text-transform: uppercase;
                font-size: 0.8rem; }
              .blog .container .row .posts .row .alm-reveal .post .categoria_titulo .categoria_data.row p {
                color: #5e6063;
                font-size: 0.7rem;
                padding-left: 5px; }
            .blog .container .row .posts .row .alm-reveal .post .categoria_titulo h5.titulo {
              text-align: center;
              color: #5e6063;
              font-weight: bold; }
          .blog .container .row .posts .row .alm-reveal .post .botao {
            display: none;
            position: absolute;
            width: 100%;
            bottom: -23px;
            padding-left: 15px;
            padding-right: 15px; }
            .blog .container .row .posts .row .alm-reveal .post .botao a {
              background: #002e63;
              padding: 10px 20px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 150px;
              margin: auto;
              border-radius: 40px;
              -webkit-transition: .8s linear;
              -o-transition: .8s linear;
              transition: .8s linear;
              overflow: hidden; }
              .blog .container .row .posts .row .alm-reveal .post .botao a p {
                color: #fff;
                margin-bottom: 5px;
                white-space: nowrap; }
              .blog .container .row .posts .row .alm-reveal .post .botao a img {
                width: 15px;
                height: 15px;
                margin-top: 4px;
                margin-left: 20px;
                -webkit-transition: .5s linear;
                -o-transition: .5s linear;
                transition: .5s linear; }
              .blog .container .row .posts .row .alm-reveal .post .botao a:hover {
                text-decoration: none;
                background: #009fee;
                padding-left: 40px; }
                .blog .container .row .posts .row .alm-reveal .post .botao a:hover img {
                  padding-left: 70px; }
          .blog .container .row .posts .row .alm-reveal .post:hover {
            -webkit-box-shadow: 0 0 7px #5e6063;
            box-shadow: 0 0 7px #5e6063; }
            .blog .container .row .posts .row .alm-reveal .post:hover .botao {
              left: 0;
              display: block; }
      .blog .container .row .posts .row .alm-btn-wrap {
        text-align: center; }
        .blog .container .row .posts .row .alm-btn-wrap button {
          border: none;
          background: #002e63;
          padding: 10px 20px;
          width: 200px;
          margin: auto;
          border-radius: 40px;
          -webkit-transition: .8s linear;
          -o-transition: .8s linear;
          transition: .8s linear;
          overflow: hidden;
          text-align: center;
          color: #fff; }
          .blog .container .row .posts .row .alm-btn-wrap button.done {
            display: none; }
  .sidebar {
    padding-left: 60px; }
    .sidebar h3 {
      color: #002e63;
      font-weight: bold; }
    .sidebar .categories {
      border-left: 2px solid #002e63; }
      .sidebar .categories li {
        font-size: 0; }
        .sidebar .categories li ul {
          list-style: none;
          -webkit-padding-start: 20px;
          padding-inline-start: 20px; }
          .sidebar .categories li ul li {
            display: block; }
            .sidebar .categories li ul li a {
              color: #002e63;
              font-size: 17px; }
  .blog_post .secao {
    margin-bottom: 10px; }
    .blog_post .secao .fundo {
      max-width: 1440px;
      margin: auto;
      background-image: url("../img/fundo_header.png");
      background-size: 100%;
      height: 200px;
      background-repeat: no-repeat;
      padding-top: 110px; }
      .blog_post .secao .fundo h1 {
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        overflow: hidden;
        -webkit-animation: text_start;
        animation: text_start;
        -webkit-animation-duration: 6s;
        animation-duration: 6s;
        text-align: center; }
  .blog_post .container .row {
    margin: auto; }
    .blog_post .container .row .texto .imagem_infos {
      text-align: center; }
      .blog_post .container .row .texto .imagem_infos img {
        max-width: 100%; }
      .blog_post .container .row .texto .imagem_infos .categoria_data.row {
        margin: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .blog_post .container .row .texto .imagem_infos .categoria_data.row a {
          color: #002e63;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 1rem; }
        .blog_post .container .row .texto .imagem_infos .categoria_data.row p {
          color: #5e6063;
          font-size: 1rem;
          padding-left: 5px; }
  .rodape_anterior .container {
    text-align: center;
    padding: 20px; }
    .rodape_anterior .container .redes_sociais {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      right: 0;
      padding-left: 10px; }
      .rodape_anterior .container .redes_sociais .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .rodape_anterior .container .redes_sociais li {
        list-style: none;
        margin: 0 10px; }
        .rodape_anterior .container .redes_sociais li a {
          color: #002e63;
          position: relative; }
          .rodape_anterior .container .redes_sociais li a i {
            -webkit-transition: .5s linear;
            -o-transition: .5s linear;
            transition: .5s linear; }
          .rodape_anterior .container .redes_sociais li a:hover {
            text-decoration: none; }
            .rodape_anterior .container .redes_sociais li a:hover i {
              -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
              transform: scale(1.2); }
  .rodape {
    background: #eeeeee;
    padding-top: 10px; }
    .rodape .row {
      margin: auto; }
      .rodape .row .footer-logos {
        text-align: right; }
  .modals .modal {
    background: rgba(0, 0, 0, 0.5);
    padding: 110px; }
    .modals .modal .modal-conten {
      background: #eeeeee;
      position: relative;
      padding: 10px; }
      .modals .modal .modal-conten .titulo_modal {
        text-align: center; }
        .modals .modal .modal-conten .titulo_modal h3 {
          font-weight: bold;
          color: #009fee; }
        .modals .modal .modal-conten .titulo_modal .botao_close {
          position: absolute;
          right: 10px;
          font-size: 30px;
          top: 0;
          line-height: 1;
          cursor: pointer;
          color: #002e63; }
      .modals .modal .modal-conten .caracteristicas {
        overflow-y: scroll;
        max-height: 440px; } }

@media (min-width: 1230px) {
  .cabecalho {
    position: fixed;
    width: 100%;
    z-index: 100; }
    .cabecalho .row {
      margin: auto; }
      .cabecalho .row .logo {
        background-color: #fff;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        width: 40%;
        padding: 20px 0; }
        .cabecalho .row .logo .imagem {
          max-width: 400px;
          margin: auto;
          margin-right: 0;
          text-align: right;
          padding-right: 30px; }
          .cabecalho .row .logo .imagem img {
            max-width: 250px; }
      .cabecalho .row .menu {
        width: 60%;
        position: relative;
        overflow-x: hidden; }
        .cabecalho .row .menu .row {
          margin: auto; }
          .cabecalho .row .menu .row .paginas_links {
            max-width: 900px;
            padding-right: 120px;
            margin: auto; }
            .cabecalho .row .menu .row .paginas_links .row {
              margin: auto; }
              .cabecalho .row .menu .row .paginas_links .row li {
                list-style: none;
                padding: 30px 20px; }
                .cabecalho .row .menu .row .paginas_links .row li.secoes a {
                  color: #fff;
                  position: relative; }
                  .cabecalho .row .menu .row .paginas_links .row li.secoes a::after {
                    content: '';
                    width: 0;
                    height: 2px;
                    background: #009fee;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    -webkit-animation: go_back;
                    animation: go_back;
                    -webkit-animation-duration: 1s;
                    animation-duration: 1s; }
                  .cabecalho .row .menu .row .paginas_links .row li.secoes a:hover {
                    text-decoration: none; }
                    .cabecalho .row .menu .row .paginas_links .row li.secoes a:hover::after {
                      width: 100%;
                      -webkit-animation: go;
                      animation: go;
                      -webkit-animation-duration: 1s;
                      animation-duration: 1s; }
          .cabecalho .row .menu .row .redes_sociais {
            left: 70%;
            max-width: 100%;
            position: absolute;
            right: 0;
            background: #009fee;
            border-top-left-radius: 40px;
            border-bottom-left-radius: 40px;
            padding-left: 10px; }
            .cabecalho .row .menu .row .redes_sociais li {
              list-style: none;
              padding: 30px 20px; }
              .cabecalho .row .menu .row .redes_sociais li a {
                color: #fff;
                position: relative; }
                .cabecalho .row .menu .row .redes_sociais li a i {
                  -webkit-transition: .5s linear;
                  -o-transition: .5s linear;
                  transition: .5s linear; }
                .cabecalho .row .menu .row .redes_sociais li a:hover {
                  text-decoration: none; }
                  .cabecalho .row .menu .row .redes_sociais li a:hover i {
                    -webkit-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    transform: scale(1.2); }
    .cabecalho.scrolled {
      -webkit-animation: mudanca_cor;
      animation: mudanca_cor;
      -webkit-animation-duration: 5s;
      animation-duration: 5s;
      background: #009fee; } }

@media (max-width: 991px) {
  .cabecalho {
    position: fixed;
    width: 100%;
    padding: 5px;
    background: #fff;
    z-index: 10000;
    top: 0; }
    .cabecalho .row {
      margin: auto; }
      .cabecalho .row .logo {
        width: 70%; }
        .cabecalho .row .logo .imagem img {
          width: 100%; }
      .cabecalho .row .menu {
        width: 30%;
        height: 40px;
        overflow: hidden; }
        .cabecalho .row .menu .botao {
          text-align: right;
          padding-top: 10px; }
          .cabecalho .row .menu .botao i {
            color: #002e63;
            font-size: 1.6rem; }
        .cabecalho .row .menu .lista .paginas_links .row {
          -webkit-box-pack: right;
          -ms-flex-pack: right;
          justify-content: right; }
          .cabecalho .row .menu .lista .paginas_links .row li {
            list-style: none;
            width: 100%;
            text-align: right;
            padding-top: 15px; }
            .cabecalho .row .menu .lista .paginas_links .row li a {
              color: #002e63;
              font-weight: bold;
              font-size: 1.4rem; }
        .cabecalho .row .menu .lista .redes_sociais {
          margin-top: 10px;
          width: 100%; }
          .cabecalho .row .menu .lista .redes_sociais .row {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .cabecalho .row .menu .lista .redes_sociais .row li {
              list-style: none;
              padding: 5px 10px; }
              .cabecalho .row .menu .lista .redes_sociais .row li a {
                color: #002e63;
                font-weight: bold;
                font-size: 1.4rem; }
        .cabecalho .row .menu.mostra {
          height: auto;
          -webkit-animation: mostra_menu;
          animation: mostra_menu; }
  @-webkit-keyframes mostra_menu {
    from {
      height: 40px; }
    to {
      height: auto; } }
  @keyframes mostra_menu {
    from {
      height: 40px; }
    to {
      height: auto; } }
  .secao1 {
    background: #e5e5e5; }
    .secao1 .fundo {
      margin: auto;
      background-image: url("../img/fundo_header.png");
      background-size: 100% 100%;
      height: 320px;
      background-repeat: no-repeat;
      padding-top: 55px;
      padding-left: 10%; }
      .secao1 .fundo h1 {
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: 20px;
        overflow: hidden;
        -webkit-animation: text_start;
        animation: text_start;
        -webkit-animation-duration: 6s;
        animation-duration: 6s;
        height: 150px; }
      .secao1 .fundo .botao_conhecer {
        background: #002e63;
        padding: 10px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 200px;
        border-radius: 40px;
        -webkit-transition: .8s linear;
        -o-transition: .8s linear;
        transition: .8s linear;
        overflow: hidden; }
        .secao1 .fundo .botao_conhecer p {
          color: #fff;
          margin-bottom: 5px; }
        .secao1 .fundo .botao_conhecer img {
          width: 20px;
          height: 20px;
          margin-top: 4px;
          margin-left: 70px; }
        .secao1 .fundo .botao_conhecer:hover {
          text-decoration: none;
          background: #009fee;
          padding-left: 70px; }
  .secao2 {
    background: #e5e5e5; }
    .secao2 .container {
      position: relative; }
      .secao2 .container .row {
        background: #009fee;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        margin: auto;
        width: 100%; }
        .secao2 .container .row .item {
          text-align: center;
          position: relative;
          padding-top: 150px;
          padding-bottom: 20px;
          max-width: 50%; }
          .secao2 .container .row .item .circulo {
            width: 100%;
            padding: 0 15px;
            left: 0;
            margin: auto;
            position: absolute;
            top: -20px; }
            .secao2 .container .row .item .circulo img {
              width: 150px; }
          .secao2 .container .row .item p {
            color: #fff;
            font-weight: bold; }
  .secao3 {
    background: #e5e5e5;
    position: relative; }
    .secao3 #sobre {
      position: absolute;
      top: -140px; }
    .secao3 .container {
      background: #fff;
      padding: 50px 0;
      position: relative; }
      .secao3 .container .row {
        margin: auto;
        position: relative; }
        .secao3 .container .row .texto_sobre_nos {
          text-align: justify; }
          .secao3 .container .row .texto_sobre_nos h1, .secao3 .container .row .texto_sobre_nos h2 {
            color: #009fee;
            font-weight: bold;
            margin-bottom: 20px;
            margin-top: 6px; }
          .secao3 .container .row .texto_sobre_nos .texto p {
            display: none; }
          .secao3 .container .row .texto_sobre_nos .botao_mais {
            background: #002e63;
            width: 100px;
            margin: auto;
            padding: 10px;
            text-align: center;
            border-radius: 30px;
            cursor: pointer; }
            .secao3 .container .row .texto_sobre_nos .botao_mais p {
              color: #fff;
              margin-bottom: 0; }
          .secao3 .container .row .texto_sobre_nos .parceiros {
            max-width: 200px; }
            .secao3 .container .row .texto_sobre_nos .parceiros.no-mobile {
              display: none; }
          .secao3 .container .row .texto_sobre_nos .background_sobrenos {
            background: url("../img/Sobre_nos.png");
            position: absolute;
            height: 170px;
            width: 360px;
            background-repeat: no-repeat;
            left: 0px;
            top: -10px;
            background-size: 100%; }
          .secao3 .container .row .texto_sobre_nos .botao_conhecer {
            position: absolute;
            bottom: -70px;
            background: #002e63;
            padding: 10px 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 200px;
            border-radius: 40px;
            -webkit-transition: .8s linear;
            -o-transition: .8s linear;
            transition: .8s linear;
            overflow: hidden;
            margin-top: 20px; }
            .secao3 .container .row .texto_sobre_nos .botao_conhecer p {
              color: #fff;
              margin-bottom: 5px;
              white-space: nowrap; }
            .secao3 .container .row .texto_sobre_nos .botao_conhecer img {
              width: 20px;
              height: 20px;
              margin-top: 4px;
              margin-left: 70px; }
            .secao3 .container .row .texto_sobre_nos .botao_conhecer:hover {
              text-decoration: none;
              background: #009fee;
              padding-left: 70px; }
      .secao3 .container .retangulos.swiper-container {
        width: 100%;
        height: 650px;
        margin-top: 80px; }
        .secao3 .container .retangulos.swiper-container .swiper-slide {
          width: 90%;
          height: 190px;
          font-size: 18px;
          /* Center slide text vertically */
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          -webkit-justify-content: right;
          justify-content: right;
          -webkit-box-align: end;
          -ms-flex-align: end;
          -webkit-align-items: end;
          align-items: end;
          opacity: 0;
          margin-left: 50px; }
          .secao3 .container .retangulos.swiper-container .swiper-slide.swiper-slide-next, .secao3 .container .retangulos.swiper-container .swiper-slide.swiper-slide-prev, .secao3 .container .retangulos.swiper-container .swiper-slide.swiper-slide-active {
            opacity: 1; }
          .secao3 .container .retangulos.swiper-container .swiper-slide.swiper-slide-active {
            margin-left: 3px; }
          .secao3 .container .retangulos.swiper-container .swiper-slide img {
            width: 100%;
            height: 100%;
            border-radius: 20px;
            -webkit-box-shadow: 0 0 9px #2f2f2f;
            box-shadow: 0 0 9px #2f2f2f; }
      .secao3 .container .swiper-container-3d .swiper-slide-shadow-top, .secao3 .container .swiper-container-3d .swiper-slide-shadow-bottom {
        border-radius: 20px; }
    .secao3 .background_white {
      background: #fff;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 250px; }
  .secao4 {
    position: relative; }
    .secao4 #servicos {
      position: absolute;
      top: -140px; }
    .secao4 .limite {
      background: url("../img/Fundo_servicos.png");
      background-repeat: no-repeat;
      margin: auto;
      background-size: 90%; }
      .secao4 .limite .container {
        position: relative; }
        .secao4 .limite .container h1 {
          color: #009fee;
          font-weight: bold;
          margin-left: 70px;
          padding-top: 10px;
          width: 100%; }
        .secao4 .limite .container p {
          margin-left: 70px;
          margin-top: 50px; }
        .secao4 .limite .container .titulo_logos {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .secao4 .limite .container img.diabetes {
          width: 40%;
          max-width: 150px; }
        .secao4 .limite .container img.dialise {
          width: 50%;
          max-width: 200px; }
        .secao4 .limite .container .background_servicos {
          background: url("../img/Servicos_texto.png");
          position: absolute;
          height: 70px;
          width: 290px;
          background-repeat: no-repeat;
          left: 50px;
          top: -10px;
          background-size: 100%; }
        .secao4 .limite .container .row {
          max-width: 100%;
          margin: auto; }
          .secao4 .limite .container .row .swiper-container {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            height: 100%;
            padding-right: 10px;
            padding-bottom: 30px;
            margin-top: 30px; }
            .secao4 .limite .container .row .swiper-container .swiper-wrapper {
              display: -webkit-box;
              display: -ms-flexbox; }
            .secao4 .limite .container .row .swiper-container .swiper-slide {
              padding: 15px 10px;
              text-align: center;
              font-size: 18px;
              background: #fff;
              margin-bottom: 50px;
              /* display: -webkit-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; */
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center; }
              .secao4 .limite .container .row .swiper-container .swiper-slide img {
                width: 100%;
                height: 100%;
                border-radius: 20px; }
              .secao4 .limite .container .row .swiper-container .swiper-slide .botao {
                position: relative;
                text-align: center; }
                .secao4 .limite .container .row .swiper-container .swiper-slide .botao .botao_p {
                  background: #002e63;
                  color: #fff;
                  padding: 10px;
                  position: absolute;
                  top: -20px;
                  left: 0px;
                  right: 0px;
                  text-align: center;
                  width: 95%;
                  margin: auto;
                  font-weight: bold;
                  border-radius: 20px;
                  border: none;
                  margin-bottom: 0; }
                  .secao4 .limite .container .row .swiper-container .swiper-slide .botao .botao_p:focus {
                    outline: none; }
            .secao4 .limite .container .row .swiper-container .swiper-button-next {
              width: auto;
              right: 0px;
              z-index: 2;
              margin-top: calc(-2 * var(--swiper-navigation-size)/2); }
              .secao4 .limite .container .row .swiper-container .swiper-button-next:after {
                display: none; }
              .secao4 .limite .container .row .swiper-container .swiper-button-next:focus {
                outline: none; }
            .secao4 .limite .container .row .swiper-container .swiper-button-prev {
              width: auto;
              left: 0px;
              z-index: 2;
              margin-top: calc(-2 * var(--swiper-navigation-size)/2);
              -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
              .secao4 .limite .container .row .swiper-container .swiper-button-prev:after {
                display: none; }
              .secao4 .limite .container .row .swiper-container .swiper-button-prev:focus {
                outline: none; }
  .secao5 {
    background: #e5e5e5;
    padding-top: 40px;
    position: relative; }
    .secao5 #profissionais {
      position: absolute;
      top: -140px; }
    .secao5 .container {
      position: relative; }
      .secao5 .container h1 {
        padding: 20px 0px;
        color: #009fee;
        font-weight: bold; }
      .secao5 .container .background_corpo {
        background: url("../img/Corpo_Clinico.png");
        position: absolute;
        height: 120px;
        width: 350px;
        background-repeat: no-repeat;
        left: 0px;
        top: -20px;
        background-size: 100% 100%; }
      .secao5 .container p.subtitulo {
        width: 100%;
        text-align: justify; }
      .secao5 .container .row {
        margin: auto; }
        .secao5 .container .row .swiper-button-prev {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .secao5 .container .row .swiper-button-next:after, .secao5 .container .row .swiper-container-rtl .swiper-button-prev:after,
        .secao5 .container .row .swiper-button-prev:after, .secao5 .container .row .swiper-container-rtl .swiper-button-next:after {
          display: none; }
        .secao5 .container .row .item {
          text-align: center;
          position: relative;
          margin-bottom: 20px; }
          .secao5 .container .row .item img {
            border-radius: 140px;
            max-width: 281px;
            width: 100%;
            height: 290px;
            -o-object-fit: cover;
            object-fit: cover; }
          .secao5 .container .row .item .botao {
            background: #fff;
            bottom: 0;
            width: 85%;
            margin: auto;
            border-radius: 40px;
            padding: 5px 35px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            cursor: pointer;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .secao5 .container .row .item .botao .infos {
              -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
              .secao5 .container .row .item .botao .infos p {
                margin-bottom: 0;
                color: #5e6063; }
                .secao5 .container .row .item .botao .infos p.nome {
                  font-weight: bold; }
          .secao5 .container .row .item.mostra {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-bottom: 60px; }
            .secao5 .container .row .item.mostra img {
              display: unset; }
            .secao5 .container .row .item.mostra .botao {
              position: relative;
              width: 100%; }
  .secao6 {
    padding-top: 40px;
    margin-bottom: 40px; }
    .secao6 .container {
      position: relative; }
      .secao6 .container h1 {
        padding: 20px 0px;
        color: #009fee;
        font-weight: bold; }
      .secao6 .container .background_convenios {
        background: url("../img/Convenios.png");
        position: absolute;
        height: 80px;
        width: 350px;
        background-repeat: no-repeat;
        left: 0px;
        top: 0px;
        background-size: 100% 100%; }
      .secao6 .container .swiper-container {
        padding: 0 20px 0 10px; }
        .secao6 .container .swiper-container .swiper-wrapper {
          padding: 0 10px; }
          .secao6 .container .swiper-container .swiper-wrapper .swiper-slide {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 105px; }
            .secao6 .container .swiper-container .swiper-wrapper .swiper-slide img {
              -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center;
              max-width: 100%;
              padding: 0 10px; }
        .secao6 .container .swiper-container .swiper-button-next {
          width: 27px;
          right: 0px;
          z-index: 2;
          margin-top: calc(-1 * var(--swiper-navigation-size)/2); }
          .secao6 .container .swiper-container .swiper-button-next img {
            width: 27px; }
          .secao6 .container .swiper-container .swiper-button-next:after {
            display: none; }
        .secao6 .container .swiper-container .swiper-button-prev {
          width: auto;
          left: 0px;
          z-index: 2;
          margin-top: calc(-1 * var(--swiper-navigation-size)/2);
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
          .secao6 .container .swiper-container .swiper-button-prev img {
            width: 27px; }
          .secao6 .container .swiper-container .swiper-button-prev:after {
            display: none; }
  .secao7 {
    padding-top: 40px;
    margin-bottom: 40px;
    position: relative; }
    .secao7 #blog {
      position: absolute;
      top: -70px; }
    .secao7 .container {
      position: relative; }
      .secao7 .container h1 {
        color: #009fee;
        font-weight: bold; }
      .secao7 .container .background_blog {
        background: url("../img/Blog.png");
        position: absolute;
        height: 80px;
        width: 190px;
        background-repeat: no-repeat;
        top: -10px;
        background-size: 100% 100%; }
      .secao7 .container .posts.row {
        margin: auto;
        margin-top: 60px; }
        .secao7 .container .posts.row .post {
          border-radius: 20px;
          -webkit-transition: .5s linear;
          -o-transition: .5s linear;
          transition: .5s linear;
          position: relative;
          padding-top: 10px;
          padding-bottom: 40px; }
          .secao7 .container .posts.row .post img {
            width: 100%;
            border-radius: 27px; }
          .secao7 .container .posts.row .post .categoria_titulo {
            margin-top: 20px; }
            .secao7 .container .posts.row .post .categoria_titulo a:hover {
              text-decoration: none; }
            .secao7 .container .posts.row .post .categoria_titulo .categoria_data.row {
              margin: auto;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
              .secao7 .container .posts.row .post .categoria_titulo .categoria_data.row a {
                color: #002e63;
                font-weight: bold;
                text-transform: uppercase;
                font-size: 0.8rem; }
              .secao7 .container .posts.row .post .categoria_titulo .categoria_data.row p {
                color: #5e6063;
                font-size: 0.7rem;
                padding-left: 5px; }
            .secao7 .container .posts.row .post .categoria_titulo h5.titulo {
              text-align: center;
              color: #5e6063;
              font-weight: bold; }
          .secao7 .container .posts.row .post .botao {
            display: none;
            position: absolute;
            width: 100%;
            bottom: -23px;
            padding-left: 15px;
            padding-right: 15px; }
            .secao7 .container .posts.row .post .botao a {
              background: #002e63;
              padding: 10px 20px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 150px;
              margin: auto;
              border-radius: 40px;
              -webkit-transition: .8s linear;
              -o-transition: .8s linear;
              transition: .8s linear;
              overflow: hidden; }
              .secao7 .container .posts.row .post .botao a p {
                color: #fff;
                margin-bottom: 5px;
                white-space: nowrap; }
              .secao7 .container .posts.row .post .botao a img {
                width: 15px;
                height: 15px;
                margin-top: 4px;
                margin-left: 20px;
                -webkit-transition: .5s linear;
                -o-transition: .5s linear;
                transition: .5s linear; }
              .secao7 .container .posts.row .post .botao a:hover {
                text-decoration: none;
                background: #009fee;
                padding-left: 40px; }
                .secao7 .container .posts.row .post .botao a:hover img {
                  padding-left: 70px; }
          .secao7 .container .posts.row .post:hover {
            -webkit-box-shadow: 0 0 7px #5e6063;
            box-shadow: 0 0 7px #5e6063; }
            .secao7 .container .posts.row .post:hover .botao {
              left: 0;
              display: block; }
      .secao7 .container .botao_ver {
        margin-top: 60px; }
        .secao7 .container .botao_ver a {
          background: #002e63;
          padding: 10px 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 200px;
          margin: auto;
          border-radius: 40px;
          -webkit-transition: .8s linear;
          -o-transition: .8s linear;
          transition: .8s linear;
          overflow: hidden; }
          .secao7 .container .botao_ver a p {
            color: #fff;
            margin-bottom: 2px;
            white-space: nowrap; }
          .secao7 .container .botao_ver a img {
            width: 20px;
            height: 20px;
            margin-top: 4px;
            margin-left: 70px;
            -webkit-transition: .5s linear;
            -o-transition: .5s linear;
            transition: .5s linear; }
          .secao7 .container .botao_ver a:hover {
            text-decoration: none;
            background: #009fee;
            padding-left: 70px; }
  .contato {
    background: url("../img/fundo_contato.png");
    position: relative;
    padding-top: 30px;
    margin-top: 210px;
    background-position: 10% 30%;
    background-repeat: no-repeat; }
    .contato .mapa iframe {
      max-width: 100%;
      border-radius: 40px;
      left: 0;
      position: absolute;
      top: -170px; }
    .contato .container {
      padding-top: 70px;
      position: relative; }
      .contato .container h1 {
        color: #fff;
        font-weight: bold; }
      .contato .container .background_contato {
        background: url("../img/Contato.png");
        background-size: 100% 100%;
        height: 80px;
        width: 200px;
        position: absolute;
        top: 52px; }
    .contato .row {
      display: block;
      margin: auto;
      margin-top: 50px; }
      .contato .row .informacoes {
        background: #002e63;
        width: 95%;
        margin: auto;
        margin-right: 0;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px; }
        .contato .row .informacoes .infos {
          width: 220px; }
          .contato .row .informacoes .infos p, .contato .row .informacoes .infos a {
            color: #fff; }
          .contato .row .informacoes .infos .telefone {
            -webkit-margin-after: 0;
            margin-block-end: 0; }
          .contato .row .informacoes .infos .atendimento_titulo {
            font-weight: bold;
            -webkit-margin-after: 0;
            margin-block-end: 0; }
            .contato .row .informacoes .infos .atendimento_titulo.primeiro {
              padding-top: 30px; }
          .contato .row .informacoes .infos .atendimento .ultimo {
            -webkit-margin-after: 0;
            margin-block-end: 0; }
      .contato .row .formularios {
        position: relative;
        margin-bottom: 10px; }
        .contato .row .formularios .formulario {
          width: 100%; }
        .contato .row .formularios form input {
          width: 100%;
          border: 0;
          padding: 15px;
          margin-bottom: 20px;
          border-radius: 30px; }
          .contato .row .formularios form input:focus {
            outline: none; }
        .contato .row .formularios form .row {
          margin: auto; }
          .contato .row .formularios form .row .email_div {
            padding: 0; }
          .contato .row .formularios form .row .telefone_div {
            padding: 0; }
        .contato .row .formularios form textarea {
          width: 100%;
          border: 0;
          padding: 15px;
          border-radius: 30px;
          height: 200px;
          resize: none; }
        .contato .row .formularios form .botaoenviar {
          width: 100%; }
          .contato .row .formularios form .botaoenviar .botaoenviar_efeito button {
            background: #002e63;
            padding: 10px 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 200px;
            margin: auto;
            margin-right: 0;
            border-radius: 40px;
            -webkit-transition: .8s linear;
            -o-transition: .8s linear;
            transition: .8s linear;
            overflow: hidden;
            border: 0; }
            .contato .row .formularios form .botaoenviar .botaoenviar_efeito button p {
              color: #fff;
              margin-bottom: 2px;
              white-space: nowrap; }
            .contato .row .formularios form .botaoenviar .botaoenviar_efeito button img {
              width: 20px;
              height: 20px;
              margin-top: 4px;
              margin-left: 70px;
              -webkit-transition: .5s linear;
              -o-transition: .5s linear;
              transition: .5s linear; }
            .contato .row .formularios form .botaoenviar .botaoenviar_efeito button:hover {
              text-decoration: none;
              padding-left: 80px; }
              .contato .row .formularios form .botaoenviar .botaoenviar_efeito button:hover img {
                padding-left: 10px; }
  .breadcrumbs_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px; }
    .breadcrumbs_cat a, .breadcrumbs_cat p {
      color: #002e63;
      padding-right: 3px;
      font-weight: bold; }
    .breadcrumbs_cat a:hover {
      text-decoration: none; }
  .blog .secao {
    margin-bottom: 10px; }
    .blog .secao .fundo {
      max-width: 1440px;
      margin: auto;
      background-image: url("../img/fundo_header.png");
      background-size: 100%;
      height: 200px;
      background-repeat: no-repeat;
      padding-top: 70px; }
      .blog .secao .fundo h1 {
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        overflow: hidden;
        -webkit-animation: text_start;
        animation: text_start;
        -webkit-animation-duration: 6s;
        animation-duration: 6s;
        text-align: center; }
  .blog .container .row {
    margin: auto; }
    .blog .container .row .posts h2.titulo {
      color: #009fee;
      font-weight: bold; }
    .blog .container .row .posts .row {
      margin: auto; }
      .blog .container .row .posts .row .alm-reveal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .blog .container .row .posts .row .alm-reveal .post {
          border-radius: 20px;
          -webkit-transition: .5s linear;
          -o-transition: .5s linear;
          transition: .5s linear;
          position: relative;
          padding-top: 10px;
          padding-bottom: 40px;
          margin-bottom: 30px; }
          .blog .container .row .posts .row .alm-reveal .post img {
            width: 100%;
            border-radius: 27px; }
          .blog .container .row .posts .row .alm-reveal .post .categoria_titulo {
            margin-top: 20px; }
            .blog .container .row .posts .row .alm-reveal .post .categoria_titulo a:hover {
              text-decoration: none; }
            .blog .container .row .posts .row .alm-reveal .post .categoria_titulo .categoria_data.row {
              margin: auto;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
              .blog .container .row .posts .row .alm-reveal .post .categoria_titulo .categoria_data.row a {
                color: #002e63;
                font-weight: bold;
                text-transform: uppercase;
                font-size: 0.8rem; }
              .blog .container .row .posts .row .alm-reveal .post .categoria_titulo .categoria_data.row p {
                color: #5e6063;
                font-size: 0.7rem;
                padding-left: 5px; }
            .blog .container .row .posts .row .alm-reveal .post .categoria_titulo h5.titulo {
              text-align: center;
              color: #5e6063;
              font-weight: bold; }
          .blog .container .row .posts .row .alm-reveal .post .botao {
            display: none;
            position: absolute;
            width: 100%;
            bottom: -23px;
            padding-left: 15px;
            padding-right: 15px; }
            .blog .container .row .posts .row .alm-reveal .post .botao a {
              background: #002e63;
              padding: 10px 20px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 150px;
              margin: auto;
              border-radius: 40px;
              -webkit-transition: .8s linear;
              -o-transition: .8s linear;
              transition: .8s linear;
              overflow: hidden; }
              .blog .container .row .posts .row .alm-reveal .post .botao a p {
                color: #fff;
                margin-bottom: 5px;
                white-space: nowrap; }
              .blog .container .row .posts .row .alm-reveal .post .botao a img {
                width: 15px;
                height: 15px;
                margin-top: 4px;
                margin-left: 20px;
                -webkit-transition: .5s linear;
                -o-transition: .5s linear;
                transition: .5s linear; }
              .blog .container .row .posts .row .alm-reveal .post .botao a:hover {
                text-decoration: none;
                background: #009fee;
                padding-left: 40px; }
                .blog .container .row .posts .row .alm-reveal .post .botao a:hover img {
                  padding-left: 70px; }
          .blog .container .row .posts .row .alm-reveal .post:hover {
            -webkit-box-shadow: 0 0 7px #5e6063;
            box-shadow: 0 0 7px #5e6063; }
            .blog .container .row .posts .row .alm-reveal .post:hover .botao {
              left: 0;
              display: block; }
      .blog .container .row .posts .row .alm-btn-wrap {
        text-align: center; }
        .blog .container .row .posts .row .alm-btn-wrap button {
          border: none;
          background: #002e63;
          padding: 10px 20px;
          width: 200px;
          margin: auto;
          border-radius: 40px;
          -webkit-transition: .8s linear;
          -o-transition: .8s linear;
          transition: .8s linear;
          overflow: hidden;
          text-align: center;
          color: #fff; }
          .blog .container .row .posts .row .alm-btn-wrap button.done {
            display: none; }
  .sidebar {
    padding-left: 60px; }
    .sidebar h3 {
      color: #002e63;
      font-weight: bold; }
    .sidebar .categories {
      border-left: 2px solid #002e63; }
      .sidebar .categories li {
        font-size: 0; }
        .sidebar .categories li ul {
          list-style: none;
          -webkit-padding-start: 20px;
          padding-inline-start: 20px; }
          .sidebar .categories li ul li {
            display: block; }
            .sidebar .categories li ul li a {
              color: #002e63;
              font-size: 17px; }
  .blog_post .secao {
    margin-bottom: 10px; }
    .blog_post .secao .fundo {
      max-width: 1440px;
      margin: auto;
      background-image: url("../img/fundo_header.png");
      background-size: 100%;
      height: 200px;
      background-repeat: no-repeat;
      padding-top: 70px; }
      .blog_post .secao .fundo h1 {
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        overflow: hidden;
        -webkit-animation: text_start;
        animation: text_start;
        -webkit-animation-duration: 6s;
        animation-duration: 6s;
        text-align: center; }
  .blog_post .container .row {
    margin: auto; }
    .blog_post .container .row .texto .imagem_infos {
      text-align: center; }
      .blog_post .container .row .texto .imagem_infos img {
        max-width: 100%; }
      .blog_post .container .row .texto .imagem_infos .categoria_data.row {
        margin: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .blog_post .container .row .texto .imagem_infos .categoria_data.row a {
          color: #002e63;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 1rem; }
        .blog_post .container .row .texto .imagem_infos .categoria_data.row p {
          color: #5e6063;
          font-size: 1rem;
          padding-left: 5px; }
  .rodape_anterior .container {
    text-align: center;
    padding: 20px; }
    .rodape_anterior .container img {
      max-width: 100%; }
    .rodape_anterior .container .redes_sociais {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      right: 0;
      padding-left: 10px; }
      .rodape_anterior .container .redes_sociais .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .rodape_anterior .container .redes_sociais li {
        list-style: none;
        margin: 0 10px; }
        .rodape_anterior .container .redes_sociais li a {
          color: #002e63;
          position: relative; }
          .rodape_anterior .container .redes_sociais li a i {
            -webkit-transition: .5s linear;
            -o-transition: .5s linear;
            transition: .5s linear; }
          .rodape_anterior .container .redes_sociais li a:hover {
            text-decoration: none; }
            .rodape_anterior .container .redes_sociais li a:hover i {
              -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
              transform: scale(1.2); }
  .rodape {
    background: #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px; }
    .rodape .row {
      margin: auto; }
      .rodape .row .footer-conteudo {
        text-align: center;
        max-width: 250px;
        margin: auto; }
      .rodape .row .footer-logos {
        text-align: center; }
  .modals .modal {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
    overflow: scroll; }
    .modals .modal .modal-conten {
      background: #eeeeee;
      position: relative;
      padding: 10px; }
      .modals .modal .modal-conten .titulo_modal {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .modals .modal .modal-conten .titulo_modal h3 {
          font-weight: bold;
          color: #009fee; }
        .modals .modal .modal-conten .titulo_modal .botao_close {
          margin-left: 10px;
          font-size: 30px;
          line-height: 1;
          cursor: pointer;
          color: #002e63; }
      .modals .modal .modal-conten .caracteristicas {
        overflow-y: scroll; } }
