@charset "UTF-8";
/*
Theme Name: RD White Label
Author: Helio Pereira
Author URI: https://www.stokedstudio.com.br/
Description: Tema desenvolvido para os sites White Label da Rede D'Or
Version: 2025.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
/* Thin */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(fonts/Gotham/Gotham-Thin.woff2) format("woff2"); }
@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(fonts/Gotham/Gotham-ThinItalic.woff2) format("woff2"); }
/* Light */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/Gotham/Gotham-Light.woff2) format("woff2"); }
@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/Gotham/Gotham-LightItalic.woff2) format("woff2"); }
/* Regular */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/Gotham/Gotham-Book.woff2) format("woff2"); }
@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/Gotham/Gotham-BookItalic.woff2) format("woff2"); }
/* Medium */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/Gotham/Gotham-Medium.woff2) format("woff2"); }
@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/Gotham/Gotham-MediumItalic.woff2) format("woff2"); }
/* Bold */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/Gotham/Gotham-Bold.woff2) format("woff2"); }
@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/Gotham/Gotham-BoldItalic.woff2) format("woff2"); }
/* Black */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/Gotham/Gotham-Ultra.woff2) format("woff2"); }
@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/Gotham/Gotham-UltraItalic.woff2) format("woff2"); }
/* Reset */
* {
  padding: 0px;
  margin: 0px;
  border: none;
  list-style: none;
  outline: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

html, body {
  height: 100%;
  width: 100%;
  position: relative; }

a {
  text-decoration: none;
  transition: all .2s ease-in-out;
  color: #003075; }
  a:hover {
    text-decoration: none; }

b, strong {
  font-weight: bold; }

img {
  max-width: 100%; }

input, select, textarea {
  font-size: 0.875em;
  font-family: "Gotham", sans-serif;
  background: #fff; }

select {
  appearance: none;
  background: #fff url(imgs/bg_dropdown_blue.png) no-repeat 97% center; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, ul {
  display: block; }

ol, ul {
  list-style: none; }

li {
  list-style-type: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Gerais */
body {
  font-size: 100%;
  font-family: "Gotham", sans-serif;
  color: #F6F6F6;
  background: #fff;
  text-rendering: optimizeLegibility;
  overflow-x: hidden; }

main {
  margin-top: 88px;
  position: relative;
  width: 100%;
  min-height: 200px; }
  @media (max-width: 1023px) {
    main {
      margin-top: 80px; } }

.container {
  width: 94%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  height: 100%; }

.breadcrumb {
  width: 100%;
  padding: 0 0 32px;
  display: block; }
  .breadcrumb a {
    color: #F6F6F6;
    font-size: 0.8125em;
    font-weight: 400;
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
    text-decoration: underline; }
    .breadcrumb a::after {
      content: '/';
      display: block;
      width: 10px;
      height: 14px;
      position: absolute;
      right: -16px;
      top: 0;
      z-index: 80; }
    .breadcrumb a.bread-home {
      padding: 0 0 0 20px;
      background: url("imgs/ico_home_breadcrumb.svg") no-repeat left center;
      background-size: auto 100%; }
  .breadcrumb span {
    color: #6E6E6E;
    font-size: 0.8125em;
    font-weight: 400;
    display: inline-block; }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 0 0 150px; }
  @media (max-width: 1023px) {
    .wp-pagenavi {
      margin: 0 0 50px; } }
  .wp-pagenavi span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    border: #a2222f;
    background: #a2222f;
    margin: 0 5px; }
  .wp-pagenavi a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #a2222f;
    font-size: 1.5em;
    font-weight: 600;
    border: 1px solid #a2222f;
    background: #fff;
    margin: 0 5px; }
    .wp-pagenavi a:hover {
      color: #fff;
      border: 1px solid #a2222f;
      background: #a2222f; }
  .wp-pagenavi .next {
    display: block;
    width: 17px;
    height: 25px;
    border: none;
    text-indent: -9999em;
    background: url("imgs/svg/Arrow-right-gray.svg") no-repeat left center;
    background-size: auto 100%;
    margin: 10px 0 0 50px; }

h1 {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.25em; }
  @media (max-width: 767px) {
    h1 {
      font-size: 1.75em; } }

h2 {
  display: block;
  width: 100%;
  height: auto;
  font-size: 1.75em;
  font-weight: 400;
  overflow: visible;
  position: relative; }

h3 {
  display: block;
  width: 100%;
  height: auto;
  font-size: 1.5em;
  overflow: visible;
  position: relative; }

p {
  font-size: 1em;
  line-height: 120%; }

ul.bullets {
  display: block; }
  ul.bullets li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0 0 15px; }

#mask {
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  display: none;
  opacity: 0.8;
  z-index: 200; }

.swiper-slide figure {
  padding: 0 5px !important; }
  @media (max-width: 1023px) {
    .swiper-slide figure {
      padding: 0 5px !important; } }
  .swiper-slide figure img {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important; }
    @media (max-width: 1023px) {
      .swiper-slide figure img {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important; } }
  .swiper-slide figure figcaption {
    background: #002855 !important;
    color: #fff !important;
    font-size: 0.75em !important;
    padding: 10px !important;
    margin: -4px 0 0 !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }
    @media (max-width: 1023px) {
      .swiper-slide figure figcaption {
        background: #002855 !important;
        color: #fff !important;
        font-size: 0.75em !important;
        padding: 10px !important;
        margin: -4px 0 0 !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important; } }

.elementor-swiper-button-next {
  right: 20px !important; }

.elementor-swiper-button-prev {
  left: 20px !important; }

.elementor-slideshow__header {
  display: none !important; }

.elementor-lightbox-image {
  border: 12px solid #fff !important;
  border-radius: 10px !important; }

.elementor-slideshow__description {
  font-size: 18px !important; }

#field_qh4icy2 {
  padding: 12px 12px 12px 34px !important;
  background: url("imgs/ico_form_nome.svg") no-repeat 8px center; }

#field_wp5rr {
  padding: 12px 12px 12px 34px !important;
  background: url("imgs/ico_form_data.svg") no-repeat 8px center; }

#field_bcajc {
  padding: 12px 12px 12px 34px !important;
  background: url("imgs/ico_form_tel.svg") no-repeat 8px center; }

#field_29yf4d2 {
  padding: 12px 12px 12px 34px !important;
  background: url("imgs/ico_form_email.svg") no-repeat 8px center; }

.sticky {
  position: fixed;
  top: 100px; }

.sticky + .content {
  padding-top: 60px; }

header {
  background: #fff;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, RGB(0, 61, 165), RGB(0, 61, 165)), linear-gradient(to right, RGB(255, 255, 255), RGB(255, 255, 255));
  background-position: 50vw 0, 0 38px;
  background-size: 100% 38px, 100% 50px;
  text-align: center;
  position: fixed;
  height: 88px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1190; }
  @media (max-width: 1023px) {
    header {
      height: 80px;
      background: #fff; } }
  header .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; }
    @media (max-width: 1023px) {
      header .container {
        width: 100%; } }
  header a.logo {
    height: 100%;
    display: flex;
    align-items: center; }
    header a.logo img {
      width: 80px;
      height: auto;
      margin: 0 32px;
      z-index: 200; }
  header .ico-menu {
    display: none; }
    @media (max-width: 1023px) {
      header .ico-menu {
        display: block;
        width: 80px;
        height: 100%;
        background: #002855 url("imgs/ico_menu_hamburger.svg") no-repeat center center;
        text-indent: -9999em;
        position: absolute;
        top: 0px;
        right: 0px; } }
  header nav {
    display: flex;
    flex-direction: column;
    height: 88px;
    width: calc(100% - 144px);
    z-index: 100; }
    @media (max-width: 1023px) {
      header nav {
        flex-direction: column;
        justify-content: flex-start;
        background: #002855;
        position: fixed;
        top: 80px;
        right: 0;
        width: 100%;
        z-index: 18554;
        transform: translateX(100%);
        transition: all .35s ease-out;
        min-height: calc(100% - 80px);
        overflow: auto;
        padding: 20px 30px; } }
    header nav #fechamenu {
      display: none; }
      @media (max-width: 1023px) {
        header nav #fechamenu {
          display: block;
          width: 22px;
          height: 22px;
          text-indent: -9999em;
          background: url("imgs/svg/x-menu.svg") no-repeat left top;
          position: absolute;
          right: 25px;
          top: 30px;
          border: none; } }
    header nav .busca {
      margin: 0 20px 0 0; }
      @media (max-width: 1023px) {
        header nav .busca {
          order: 2;
          margin: 10px 0;
          width: 90%; } }
      header nav .busca input[type=text] {
        width: 230px;
        height: 42px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: #dbdbdb;
        color: #7f7f7f;
        text-transform: uppercase;
        padding: 0 0 0 10px; }
        @media (max-width: 1023px) {
          header nav .busca input[type=text] {
            width: calc(100% - 42px); } }
      header nav .busca input[type=submit] {
        width: 42px;
        height: 42px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background: #dbdbdb url("imgs/svg/ico-search.svg") no-repeat center center;
        text-indent: -9999em;
        cursor: pointer; }
    header nav ul#menu-secundario {
      width: 100%;
      height: 38px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      background: #003da5; }
      @media (max-width: 1023px) {
        header nav ul#menu-secundario {
          order: 2;
          height: auto;
          top: auto;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          background: none;
          margin: 10px 0 100px; } }
      header nav ul#menu-secundario li {
        margin: 0;
        height: 100%;
        position: relative;
        margin: 0 20px; }
        @media (max-width: 1023px) {
          header nav ul#menu-secundario li {
            margin: 0;
            padding: 20px 0;
            height: auto;
            border-bottom: 1px solid #003da5;
            width: 100%; } }
        header nav ul#menu-secundario li a {
          display: flex;
          align-items: center;
          color: #F6F6F6;
          font-size: 0.75em;
          font-weight: 500;
          line-height: 100%;
          height: 100%;
          position: relative; }
          @media (max-width: 1023px) {
            header nav ul#menu-secundario li a {
              font-size: 1em;
              color: #fff; } }
          header nav ul#menu-secundario li a:hover {
            color: #ff8200; }
        header nav ul#menu-secundario li.has-submenu a {
          background: url("imgs/seta_submenu.png") no-repeat right center;
          padding: 0 20px 0 0; }
          header nav ul#menu-secundario li.has-submenu a:hover {
            background: url("imgs/seta_submenu_over.png") no-repeat right center; }
          @media (max-width: 1023px) {
            header nav ul#menu-secundario li.has-submenu a {
              background: none;
              height: auto; }
              header nav ul#menu-secundario li.has-submenu a:hover {
                background: none; } }
        header nav ul#menu-secundario li:hover .submenu {
          display: block; }
        header nav ul#menu-secundario li .submenu {
          display: none;
          width: 240px;
          background: #f7f5ee;
          position: absolute;
          top: 100%;
          left: -20px;
          -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.36);
          -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.36);
          box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.36); }
          @media (max-width: 1023px) {
            header nav ul#menu-secundario li .submenu {
              display: block;
              background: none;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              top: auto;
              left: auto;
              position: relative; } }
          header nav ul#menu-secundario li .submenu li {
            margin: 15px 0;
            padding: 0 0 0 22px; }
            @media (max-width: 1023px) {
              header nav ul#menu-secundario li .submenu li {
                margin: 20px 0; } }
            header nav ul#menu-secundario li .submenu li a {
              font-size: 0.875em;
              background: none; }
              @media (max-width: 1023px) {
                header nav ul#menu-secundario li .submenu li a {
                  font-size: 1em; } }
              header nav ul#menu-secundario li .submenu li a:hover {
                background: none; }
    header nav ul#menu-principal {
      width: 100%;
      height: 50px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 1023px) {
        header nav ul#menu-principal {
          order: 1;
          position: relative;
          height: auto;
          top: auto;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; } }
      header nav ul#menu-principal li {
        display: block;
        height: 100%;
        position: relative;
        margin: 0 8px;
        padding: 5px 0; }
        @media (max-width: 1023px) {
          header nav ul#menu-principal li {
            margin: 0;
            padding: 20px 0;
            height: auto;
            border-bottom: 1px solid #003da5;
            width: 100%; } }
        header nav ul#menu-principal li a {
          display: flex;
          align-items: center;
          height: 100%;
          color: #003da5;
          font-size: 0.875em;
          font-weight: 500;
          line-height: 100%;
          padding: 5% 0;
          padding: 0 12px;
          position: relative;
          border-radius: 4px; }
          @media (max-width: 1023px) {
            header nav ul#menu-principal li a {
              font-size: 1em;
              color: #fff;
              padding: 0; } }
          header nav ul#menu-principal li a:hover {
            background: #002855;
            color: #71C5E8; }
        header nav ul#menu-principal li.menu-item-has-children a {
          background: url("imgs/seta_submenu.svg") no-repeat 92% center;
          padding: 0 28px 0 12px; }
          @media (max-width: 1023px) {
            header nav ul#menu-principal li.menu-item-has-children a {
              padding: 0 20px 0 0;
              height: auto; } }
        header nav ul#menu-principal li.menu-item-has-children:hover a {
          background: #002855 url("imgs/seta_submenu.svg") no-repeat 92% center;
          color: #71C5E8; }
        header nav ul#menu-principal li.menu-item-has-children:hover .block-submenu {
          display: flex; }
          header nav ul#menu-principal li.menu-item-has-children:hover .block-submenu a {
            background: none; }
        header nav ul#menu-principal li.menu-item-has-children .block-submenu {
          display: none;
          width: 100%;
          background: #002855;
          position: fixed;
          top: 88px;
          left: 0px; }
          @media (max-width: 1023px) {
            header nav ul#menu-principal li.menu-item-has-children .block-submenu {
              position: relative;
              display: block;
              top: initial;
              left: initial; } }
          header nav ul#menu-principal li.menu-item-has-children .block-submenu .container {
            padding: 50px 0; }
            @media (max-width: 1023px) {
              header nav ul#menu-principal li.menu-item-has-children .block-submenu .container {
                padding: 0;
                margin: 15px 0 0; } }
            header nav ul#menu-principal li.menu-item-has-children .block-submenu .container ul.sub-menu {
              display: flex;
              flex-direction: column;
              width: 340px; }
              header nav ul#menu-principal li.menu-item-has-children .block-submenu .container ul.sub-menu li {
                margin: 0;
                padding: 15px 0 15px 2px;
                border-bottom: 1px solid #003da5; }
                @media (max-width: 1023px) {
                  header nav ul#menu-principal li.menu-item-has-children .block-submenu .container ul.sub-menu li {
                    margin: 0 10px;
                    border-bottom: none; } }
                header nav ul#menu-principal li.menu-item-has-children .block-submenu .container ul.sub-menu li a {
                  font-size: 0.875em;
                  background: none;
                  color: #F6F6F6;
                  text-align: left; }
                  @media (max-width: 1023px) {
                    header nav ul#menu-principal li.menu-item-has-children .block-submenu .container ul.sub-menu li a {
                      font-size: 0.875em;
                      color: #71C5E8; } }
                  header nav ul#menu-principal li.menu-item-has-children .block-submenu .container ul.sub-menu li a:hover {
                    color: #ff8200;
                    background: none; }
            header nav ul#menu-principal li.menu-item-has-children .block-submenu .container ul.agendamentos {
              width: calc(100% - 370px);
              display: flex;
              flex-wrap: nowrap;
              justify-content: space-between; }
              @media (max-width: 1023px) {
                header nav ul#menu-principal li.menu-item-has-children .block-submenu .container ul.agendamentos {
                  display: none; } }
              header nav ul#menu-principal li.menu-item-has-children .block-submenu .container ul.agendamentos li {
                width: 48%;
                height: 108px;
                background: #fff;
                border-radius: 4px;
                display: flex;
                align-items: center;
                justify-content: center; }
                header nav ul#menu-principal li.menu-item-has-children .block-submenu .container ul.agendamentos li a {
                  display: block;
                  height: auto;
                  color: #003da5;
                  font-weight: 700;
                  padding: 40px 0 0; }
                  header nav ul#menu-principal li.menu-item-has-children .block-submenu .container ul.agendamentos li a.consulta {
                    background: url("imgs/ico_consulta.svg") no-repeat center top; }
                  header nav ul#menu-principal li.menu-item-has-children .block-submenu .container ul.agendamentos li a.exame {
                    background: url("imgs/ico_exame.svg") no-repeat center top; }

body.menu-active {
  overflow: hidden; }
  body.menu-active nav {
    transform: translateX(0) !important; }

/* Slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -html-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slick theme */
.slick-loading .slick-list {
  background: #fff url("imgs/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 85%;
  display: block;
  width: 64px;
  height: 88px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 555; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: calc(50% - 64px);
  background: #002855 url("imgs/ico_setaslide_left.svg") no-repeat center center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
  .slick-prev:hover {
    background: #002855 url("imgs/ico_setaslide_left_over.svg") no-repeat center center; }

[dir='rtl'] .slick-prev {
  left: calc(50% - 64px);
  background: #002855 url("imgs/ico_setaslide_left.svg") no-repeat center center; }

.slick-next {
  right: calc(50% - 64px);
  background: #002855 url("imgs/ico_setaslide_right.svg") no-repeat center center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  .slick-next:hover {
    background: #002855 url("imgs/ico_setaslide_right_over.svg") no-repeat center center; }

[dir='rtl'] .slick-next {
  right: calc(50% - 64px);
  background: rgba(0, 0, 0, 0.5) url("imgs/ico_setaslide_right.svg") no-repeat center center; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 55px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 45px;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 48px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #002e5b; }

/* Inicio do footer */
footer {
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
  margin: 0;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, RGB(0, 40, 85), RGB(0, 40, 85)), linear-gradient(to right, RGB(255, 255, 255), RGB(255, 255, 255));
  background-position: 0 0, 0 calc(100% - 40px);
  background-size: 100% calc(100% - 40px), 100% 40px; }
  @media (max-width: 767px) {
    footer {
      height: auto;
      padding: 0;
      background-position: 0 0, 0 calc(100% - 80px);
      background-size: 100% calc(100% - 80px), 100% 80px; } }
  footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 48px 0 0;
    color: #fff; }
    @media (max-width: 767px) {
      footer .container {
        flex-direction: column;
        width: 84%; } }
    footer .container .col-1, footer .container .col-2, footer .container .col-3, footer .container .col-4 {
      width: 17%;
      padding: 0 1% 20px; }
      @media (max-width: 767px) {
        footer .container .col-1, footer .container .col-2, footer .container .col-3, footer .container .col-4 {
          width: 100%;
          padding: 0 0 30px; } }
      footer .container .col-1 h3, footer .container .col-2 h3, footer .container .col-3 h3, footer .container .col-4 h3 {
        font-size: 0.875em;
        font-weight: 500;
        margin: 0 0 24px; }
      footer .container .col-1 p, footer .container .col-2 p, footer .container .col-3 p, footer .container .col-4 p {
        font-size: 0.75em;
        line-height: 140%;
        margin: 0 0 15px; }
    footer .container .col-1 {
      width: 31%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start; }
      @media (max-width: 767px) {
        footer .container .col-1 {
          width: 100%;
          justify-content: center; } }
      footer .container .col-1 a.link-logo {
        display: inline-block; }
        footer .container .col-1 a.link-logo img {
          width: 92px;
          height: 50px;
          object-fit: contain; }
      footer .container .col-1 a.link-tel {
        display: inline-flex;
        align-items: center;
        height: 50px;
        font-size: 0.875em;
        font-weight: 500;
        color: #fff;
        margin: 0 0 0 15px;
        padding: 0 0 0 50px;
        background: url("imgs/ico_tel.svg") no-repeat 15px center;
        border-left: 1px solid #fff; }
      footer .container .col-1 .marcas {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 767px) {
          footer .container .col-1 .marcas {
            margin: 30px 0; } }
    footer .container .col-2 {
      width: 35%;
      column-count: 2;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-gap: 10px;
      -webkit-column-gap: 10px;
      -moz-column-gap: 10px; }
      @media (max-width: 767px) {
        footer .container .col-2 {
          width: 100%;
          column-count: 1;
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-gap: 0;
          -webkit-column-gap: 0;
          -moz-column-gap: 0; } }
      footer .container .col-2 ul.principal-footer {
        width: 100%; }
        footer .container .col-2 ul.principal-footer li {
          margin: 0 0 20px;
          display: block; }
          footer .container .col-2 ul.principal-footer li a {
            color: #fff;
            font-size: 0.875em;
            font-weight: 500;
            line-height: 100%; }
          footer .container .col-2 ul.principal-footer li .sub-menu {
            margin: 20px 0 0; }
            footer .container .col-2 ul.principal-footer li .sub-menu li {
              margin: 0 0 20px 10px; }
              footer .container .col-2 ul.principal-footer li .sub-menu li a {
                color: #71C5E8;
                font-size: 0.75em; }
    footer .container .rodape {
      width: 100%;
      height: 40px;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 767px) {
        footer .container .rodape {
          flex-direction: column;
          height: auto;
          align-items: flex-start; } }
      footer .container .rodape span {
        color: #262626;
        font-size: 0.75em;
        font-weight: 500; }
        @media (max-width: 767px) {
          footer .container .rodape span {
            display: block;
            margin: 0 0 20px; } }
      footer .container .rodape ul.links-rodape {
        display: inline-flex;
        margin: 0 0 0 32px; }
        @media (max-width: 767px) {
          footer .container .rodape ul.links-rodape {
            margin: 0; } }
        footer .container .rodape ul.links-rodape li {
          margin: 0 32px 0 0; }
          @media (max-width: 767px) {
            footer .container .rodape ul.links-rodape li {
              margin: 0 15px 0 0; } }
          footer .container .rodape ul.links-rodape li a {
            font-size: 0.75em;
            font-weight: 500;
            line-height: 0;
            color: #003da5; }

.slide-comp {
  position: relative; }
  .slide-comp #current {
    position: absolute;
    width: 20px;
    top: 84%;
    right: calc(50% - 10px);
    display: block;
    font-size: 0.75em;
    color: #fff;
    z-index: 9999; }
    @media (max-width: 767px) {
      .slide-comp #current {
        top: 83.5%; } }
  .slide-comp #total {
    position: absolute;
    width: 20px;
    top: 84%;
    right: calc(50% - 20px);
    display: block;
    font-size: 0.75em;
    color: #fff;
    z-index: 9999; }
    @media (max-width: 767px) {
      .slide-comp #total {
        top: 83.5%; } }
  .slide-comp .slideshow {
    width: 100%;
    background: #3d5b7d; }
    .slide-comp .slideshow .slide {
      height: calc(100vh - 88px);
      position: relative; }
      @media (max-width: 1023px) {
        .slide-comp .slideshow .slide {
          height: calc(100vh - 166px); } }
      .slide-comp .slideshow .slide::before {
        content: '';
        display: block;
        background: linear-gradient(0deg, #0028559e 0% 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100; }
      .slide-comp .slideshow .slide picture {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .slide-comp .slideshow .slide picture img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
      .slide-comp .slideshow .slide .container {
        position: relative; }
        @media (max-width: 1023px) {
          .slide-comp .slideshow .slide .container {
            margin: 20% 7% 0;
            width: auto;
            position: relative;
            display: flex; } }
        .slide-comp .slideshow .slide .container .texto {
          margin: 88px 88px;
          position: relative;
          z-index: 200;
          width: 50%; }
          @media (max-width: 1023px) {
            .slide-comp .slideshow .slide .container .texto {
              margin: 0;
              width: 100%; } }
          .slide-comp .slideshow .slide .container .texto::after {
            content: '';
            position: absolute;
            left: -60px;
            top: -60px;
            width: 56px;
            height: 56px;
            display: block;
            background: url("imgs/ico_corner.svg") no-repeat left top;
            background-size: 100% auto; }
            @media (max-width: 1023px) {
              .slide-comp .slideshow .slide .container .texto::after {
                top: -30px;
                left: 0;
                width: 24px;
                height: 24px; } }
          .slide-comp .slideshow .slide .container .texto span {
            display: inline-block;
            font-size: 1.125em;
            color: #fff;
            margin: 0 0 16px; }
          .slide-comp .slideshow .slide .container .texto h2 {
            color: #fff;
            font-size: 2.5em;
            font-weight: 700;
            line-height: 120%;
            margin: 0 0 16px; }
            @media (max-width: 767px) {
              .slide-comp .slideshow .slide .container .texto h2 {
                font-size: 1.75em; } }
          .slide-comp .slideshow .slide .container .texto p {
            font-size: 0.875em;
            margin: 0 0 32px;
            color: #fff; }
          .slide-comp .slideshow .slide .container .texto a {
            display: inline-block;
            font-size: 0.875em;
            font-weight: 500;
            color: #000;
            background: #ff8200;
            padding: 15px 15px;
            border-radius: 4px;
            text-align: center; }
            .slide-comp .slideshow .slide .container .texto a:hover {
              background: #ffc27b; }
            @media (max-width: 1023px) {
              .slide-comp .slideshow .slide .container .texto a {
                width: 100%; } }

.bts-fixos {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 88px;
  width: auto;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  @media (max-width: 1023px) {
    .bts-fixos {
      width: 100%; } }
  .bts-fixos a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #ff8200;
    padding: 0 40px 0 80px;
    border-right: 2px solid #fff;
    color: #262626;
    font-size: 0.875em;
    font-weight: 500; }
    .bts-fixos a.consulta {
      background: #ff8200 url("imgs/ico_consulta_preto.svg") no-repeat 17% center; }
      @media (max-width: 1023px) {
        .bts-fixos a.consulta {
          background: #ff8200 url("imgs/ico_consulta_preto.svg") no-repeat 10% center;
          background-size: auto 19px; } }
    .bts-fixos a.exame {
      background: #ff8200 url("imgs/ico_exame_preto.svg") no-repeat 18% center;
      border-right: none; }
      @media (max-width: 1023px) {
        .bts-fixos a.exame {
          background: #ff8200 url("imgs/ico_exame_preto.svg") no-repeat 14% center; } }
    @media (max-width: 1023px) {
      .bts-fixos a {
        width: 50%;
        padding: 0 10px 0 32px; } }

.bts {
  padding: 0 25px 0 0;
  background: url("imgs/ico_link_inline.svg") no-repeat right center;
  background-size: auto 100%; }

.hero-interna {
  background: #003075;
  height: 166px;
  padding: 20px 0 0; }
  @media (max-width: 1023px) {
    .hero-interna .container {
      width: 86%; } }

/*# sourceMappingURL=style.css.map */
