:root {
  --laranja: #D15418;
  --s-laranja: #F6966D;
  --l-laranja: #F09045;
  --d-red: #AE341E;
  --s-red: #CC4A22;
  --green: #4E8B55;
  --menu-hover: #D85729;
  --primary-color: #757386;
}

.btn_destaque,
a,
input {
  transition: all 300ms ease;
}

a {
  color: var(--laranja);
}

.link_small {
  text-decoration: underline;
  color: var(--primary-color);
  font-size: 14px;
}
.link_small:hover {
  color: var(--menu-hover);
}

.display-none {
  display: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.width-48 {
  width: 48%;
}

@media (min-width: 990px) {
  .hide_desktop {
    display: none !important;
  }
}
@media (max-width: 990px) {
  .hide_mobi {
    display: none !important;
  }
}
.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

body,
html {
  overflow-x: hidden !important;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  background: white;
  overflow-x: hidden !important;
}
body.page-template-convenio, body.page-template-page-area-do-paciente, body.page-template-page-area-do-medico, body.page-template-exames, body.page-template-geral, body.page-template-default, body.page-pronto-atendimento, body.page-diretoria, body.page-template-contatoAgendamento, body.single-convenio, body.page-template-imprensa, body.single, body.page-blog, body.search, body.page-template-contato {
  background: #F4F4FA;
}
body.page-medicina-nuclear #geral:after {
  background: url(../imgs/dots_orange.svg);
  height: 455px;
  width: 188px;
  left: 0;
  border-radius: 0;
  top: 50%;
}
body.page-ensino-e-pesquisa #geral:after, body.page-seguranca-do-paciente #geral:after {
  background: url(../imgs/dots_orange.svg);
  height: 455px;
  width: 138px;
  left: 0;
  border-radius: 0;
  top: 20%;
}
body.page-seguranca-do-paciente #geral:after {
  top: -2%;
}
body.page-seguranca-do-paciente #geral:before {
  content: "";
  background: url(../imgs/dots_green.svg);
  height: 185px;
  width: 245px;
  right: 0;
  border-radius: 0;
  bottom: 5%;
  position: absolute;
}
body.page-seguranca-do-paciente #geral li:after {
  background-color: var(--menu-hover);
}

#searchform {
  width: 444px;
  position: absolute;
  z-index: 999;
  top: 44px;
}
#searchform .input-group {
  position: relative;
}
#searchform input::-moz-placeholder {
  color: white;
  opacity: 1;
}
#searchform input::placeholder {
  color: white;
  opacity: 1;
}
#searchform input:-ms-input-placeholder {
  color: white;
}
#searchform input::-ms-input-placeholder {
  color: white;
}
#searchform input[type=text] {
  border: 1px solid var(--s-laranja) !important;
  background-color: var(--d-red);
  color: white;
  border-radius: 2rem;
  height: 60px;
  padding-left: 2rem;
  padding-right: 9rem;
  width: 50%;
}
#searchform input[type=submit] {
  background: rgb(243, 152, 75);
  background: linear-gradient(266deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  color: white;
  border: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 133px;
  height: 41px;
  border-radius: 2rem;
  z-index: 3;
}

.wp-block-embed__wrapper {
  text-align: center;
}
.wp-block-embed__wrapper iframe {
  width: 900px;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
@media (max-width: 770px) {
  .wp-block-embed__wrapper iframe {
    width: 500px;
  }
}
@media (max-width: 470px) {
  .wp-block-embed__wrapper iframe {
    width: 360px;
  }
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.link {
  border-radius: 40px 40px 0 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}
a.link svg {
  position: absolute;
}
a.link_green {
  background-color: var(--green);
  color: white;
  display: block;
  width: 352px;
  padding: 21px 0 21px 40px;
}
a.link_orange {
  background-color: transparent;
  color: var(--menu-hover);
  border: 1px solid var(--menu-hover);
  display: block;
  width: 352px;
  padding: 20px 0 20px 40px;
}
a.link_orange svg path {
  fill: var(--menu-hover);
}

.line {
  width: 100%;
  height: 1px;
}
.line.orange {
  background-color: var(--menu-hover);
}

.transition {
  transition: all 0.4s ease;
}

ul {
  list-style: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}

a.ab {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

input.pesquisa {
  width: 90%;
  border: 1px solid var(--menu-hover);
  border-radius: 100px;
  background-color: #DBDBDB;
  font-size: 15px;
  height: 60px;
  padding-inline: 1rem;
  margin-bottom: 3rem;
}
input.pesquisa.esp {
  width: 100%;
}

.header_links {
  background-color: var(--laranja);
  height: 56px;
}
.header_links a {
  color: white;
  font-size: 14px;
  font-weight: 700;
}
.header_links a:hover {
  opacity: 0.7;
}
.header_links a img {
  margin-right: 0.45rem;
  display: inline-block;
}
.header_options {
  background-color: var(--d-red);
  height: 104px;
  /* ONE */
}
.header_options nav {
  position: relative;
}
.header_options nav #menu-menu-principal {
  display: flex;
  align-items: center;
}
.header_options nav #menu-menu-principal li > a {
  color: white;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.header_options nav #menu-menu-principal li > a:hover {
  color: #e59a7f;
}
.header_options nav #menu-menu-principal li.has-sub {
  width: 200px;
  padding: 2.5rem 0;
}
.header_options nav #menu-menu-principal li.has-sub > a {
  color: white;
  text-align: center;
  display: block;
  position: relative;
}
.header_options nav #menu-menu-principal li.has-sub > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(../imgs/arrow_down_w.png) no-repeat;
  background-size: 100%;
}
.header_options nav #menu-menu-principal li.has-sub > a:hover:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(../imgs/arrow_up_menu.png) no-repeat;
  background-size: 100%;
}
.header_options nav #menu-menu-principal li.has-sub:first-child > a:after {
  top: 10px;
  right: -18px;
}
.header_options nav #menu-menu-principal li.has-sub > .sub-menu {
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  z-index: 999;
  border-radius: 0;
  background: white;
  border: 1px solid #F6966D;
  position: absolute;
  width: 100%;
  max-width: none;
  right: 0;
  padding: 10px 20px;
  gap: 20px;
  border-radius: 0 0 30px 30px;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  visibility: hidden;
  top: 113px !important;
}
.header_options nav #menu-menu-principal li.has-sub:nth-child(2) > .sub-menu {
  grid-template-columns: 58% 50%;
  width: 70%;
  left: -9%;
}
.header_options nav #menu-menu-principal li.has-sub:nth-child(3) > .sub-menu {
  grid-template-columns: 38% 50%;
  width: 72%;
  left: 21%;
}
.header_options nav #menu-menu-principal li.has-sub:nth-child(4) > .sub-menu {
  grid-template-columns: 100%;
  gap: 0;
  width: 37%;
  left: 56%;
}
.header_options nav #menu-menu-principal li.active > a {
  font-weight: 700;
  color: var(--menu-hover);
}
.header_options nav #menu-menu-principal li.active > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(../imgs/arrow_up_menu.png) no-repeat;
  background-size: 100%;
}
.header_options nav #menu-menu-principal li.active > .sub-menu {
  opacity: 1;
  transform: translate(0, 0);
  z-index: 99999 !important;
  visibility: visible;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li.has-mega-menu > a {
  font-weight: 700;
  color: var(--d-red);
  background: url(../imgs/question.png) left no-repeat;
  padding-left: 1.4rem;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li.has-mega-menu > a:hover {
  font-weight: 700;
  color: var(--d-red);
}
.header_options nav #menu-menu-principal li.active > .sub-menu li.has-mega-menu > a:after {
  display: none;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li.acesso > a {
  font-weight: 700;
  color: var(--d-red);
  background: url(../imgs/user_menu.png) left no-repeat;
  padding-left: 1.4rem;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li.acesso > a:hover {
  font-weight: 700;
  color: var(--d-red);
}
.header_options nav #menu-menu-principal li.active > .sub-menu li.acesso > a:after {
  display: none;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li a {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 14px;
  position: relative;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: left;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--menu-hover);
  bottom: -4px;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li a:hover {
  color: var(--menu-hover);
  font-weight: 600;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li a:hover:after {
  width: 100%;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li .sub-menu {
  display: block;
  position: initial;
  padding: 0;
  border: 0;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li .sub-menu li {
  margin-bottom: 10px;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li .sub-menu li a {
  color: var(--primary-color);
  position: relative;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li .sub-menu li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--menu-hover);
  bottom: -4px;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li .sub-menu li a:hover {
  color: var(--menu-hover);
  font-weight: 600;
}
.header_options nav #menu-menu-principal li.active > .sub-menu li .sub-menu li a:hover:after {
  width: 100%;
}
.header_options nav #menu-menu-principal li.last {
  width: 129px;
  margin-left: 1rem;
}
.header_options .hamburger {
  position: absolute;
  left: 5%;
  z-index: 99;
  top: 30%;
}
@media (min-width: 990px) {
  .header_options .hamburger {
    display: none;
  }
}
.header_options .hamburger .line {
  width: 30px;
  height: 3px;
  border-radius: 2rem;
  background-color: white;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}
.header_options .hamburger.is-active .line {
  background-color: white;
}
.header_options .hamburger:hover {
  cursor: pointer;
}
.header_options #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
.header_options #hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}
.header_options #hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-49deg);
}

#banner {
  background: #F4F4FA url(../imgs/bg_banner.png) left -156px no-repeat;
  min-height: 787px;
  width: 100%;
}
@media (min-width: 1780px) {
  #banner {
    background: #F4F4FB url(../imgs/shape2x.png) 214% -9% no-repeat;
    min-height: 787px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  #banner {
    background: #F4F4FB url(../imgs/shape2x.png) 150% -9% no-repeat;
    min-height: 787px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #banner {
    min-height: 530px;
    width: 100%;
    padding-top: 2rem;
  }
}
#banner:after, #banner:before {
  content: "";
  position: absolute;
}
#banner:before {
  background: url(../imgs/dots2.svg) no-repeat;
  width: 138px;
  height: 130px;
  right: 0%;
  top: 72%;
}
#banner:after {
  background: url(../imgs/dots1.svg) no-repeat;
  width: 176px;
  height: 179px;
  bottom: -14%;
  left: 5%;
}
@media (max-width: 770px) {
  #banner:after {
    display: none;
  }
}
#banner .banner {
  position: relative;
}
#banner .banner_slider .slick-dots {
  text-align: left;
  position: initial;
  max-width: 1140px;
  margin-inline: auto;
}
@media (min-width: 1440px) {
  #banner .banner_slider .slick-dots {
    max-width: 1320px;
  }
}
@media (max-width: 770px) {
  #banner .banner_slider .slick-dots {
    max-width: 960px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    margin-top: -3rem;
  }
}
@media (max-width: 550px) {
  #banner .banner_slider .slick-dots {
    margin-top: 0;
  }
}
#banner .banner_slider .slick-dots li button {
  position: relative;
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 100px;
  width: 11px;
  height: 11px;
}
#banner .banner_slider .slick-dots li button::before {
  display: none;
}
#banner .banner_slider .slick-dots li button:after {
  opacity: 0;
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 1px solid white;
  border-radius: 100px;
  transition: all 0.4s ease;
}
#banner .banner_slider .slick-dots li button:hover {
  background-color: #fff;
}
#banner .banner_slider .slick-dots li button:hover:after {
  opacity: 1;
}
#banner .banner_slider .slick-dots li.slick-active button {
  background-color: #fff;
}
#banner .banner_slider .slick-dots li.slick-active button:after {
  opacity: 1;
}
#banner .banner_slider .slick-track {
  padding-bottom: 2rem;
}
#banner .banner_slider .banner_home_slide {
  position: relative;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
#banner .banner_box {
  color: white;
  justify-content: space-between;
  height: 600px;
}
#banner .banner_box .text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-size: 18px;
  width: 55%;
  gap: 20px;
}
@media (max-width: 1400px) {
  #banner .banner_box .text {
    width: 70%;
  }
}
@media (max-width: 780px) {
  #banner .banner_box .text {
    width: 100%;
  }
}
@media (max-width: 460px) {
  #banner .banner_box .text {
    font-size: 14px;
    position: relative;
    z-index: 1;
  }
}
#banner .banner_box .text h2 {
  color: white;
  font-size: 55px;
  font-weight: 700;
  width: 100%;
}
@media (max-width: 460px) {
  #banner .banner_box .text h2 {
    font-size: 28px;
  }
}
#banner .banner_box .text p {
  line-height: 30px;
  width: 62%;
  margin-bottom: 0;
}
@media (max-width: 460px) {
  #banner .banner_box .text p {
    width: 62%;
  }
}
@media (max-width: 460px) {
  #banner .banner_box .text a {
    width: -moz-max-content;
    width: max-content;
    display: block;
  }
}
#banner .banner_box .text a:hover {
  margin-left: 2.75rem;
}
#banner .banner_box .img {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#banner_interno {
  background: url(../imgs/bg_banner_interno.png) bottom left no-repeat;
  height: 700px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
}
@media (min-width: 1700px) {
  #banner_interno {
    background: #F4F4FB url(../imgs/shape2x.png) 214% -9% no-repeat;
    min-height: 802px;
    width: 100%;
  }
}
@media (max-width: 990px) {
  #banner_interno {
    margin-bottom: 3rem !important;
  }
}
#banner_interno.sem_img {
  background: url(../imgs/bg_sem_n.png) -21% -161px no-repeat;
  min-height: 393px;
  height: auto;
}
@media (min-width: 1600px) {
  #banner_interno.sem_img {
    background: url(../imgs/shape_sem_2x.png) -20rem 100% no-repeat;
    min-height: 393px;
    height: auto;
  }
}
@media (min-width: 1800px) {
  #banner_interno.sem_img {
    background: url(../imgs/shape_sem_2x.png) 0% 100% no-repeat;
    min-height: 393px;
    height: auto;
  }
}
@media (max-width: 990px) {
  #banner_interno.sem_img {
    background: url(../imgs/bg_banner_sem.png) 100% 0 no-repeat;
    min-height: 500px;
    padding-bottom: 3rem;
  }
}
#banner_interno.sem_img p {
  width: 56%;
}
@media (min-width: 1430px) {
  #banner_interno.sem_img p {
    width: 59%;
    margin-right: 4rem;
  }
}
@media (max-width: 990px) {
  #banner_interno.sem_img p {
    font-size: 14px;
    width: 82%;
  }
}
@media (max-width: 768px) {
  #banner_interno.sem_img p {
    width: 100%;
    display: block;
  }
}
#banner_interno.sem_img:after {
  display: none;
}
#banner_interno.sem_img:before {
  content: "";
  width: 138px;
  height: 130px;
  background: url(../imgs/dots_orange.svg);
  position: absolute;
  top: 20%;
  right: 0;
  opacity: 0.5;
}
#banner_interno h2 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 1.7rem;
}
#banner_interno p {
  line-height: 2;
}
#banner_interno .img {
  border-radius: 0 300px 300px 300px;
  background-size: cover;
  background-position: center;
  height: 536px;
  width: 524px;
  margin-top: -6rem;
  margin-left: 2rem;
}

#diferenciais {
  padding-top: 10rem;
  background-color: #F4F4FA;
  min-height: 1000px;
}
@media (max-width: 460px) {
  #diferenciais {
    height: auto;
    overflow: hidden;
  }
}
#diferenciais:after {
  content: "";
  position: absolute;
  background-color: hsla(246, 8%, 49%, 0.05);
  width: 906px;
  height: 906px;
  border-radius: 100%;
  top: 3%;
  right: -23%;
  z-index: -1;
}
@media (max-width: 460px) {
  #diferenciais:after {
    display: none;
  }
}
#diferenciais .dots {
  position: relative;
}
#diferenciais .dots:before {
  content: "";
  background: url(../imgs/dots_green.svg);
  width: 352px;
  height: 185px;
  position: absolute;
  bottom: 60px;
  left: 4%;
}
@media (max-width: 460px) {
  #diferenciais .dots:before {
    display: none;
  }
}
#diferenciais h2 {
  color: var(--primary-color);
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 460px) {
  #diferenciais h2 {
    font-size: 35px;
  }
}
#diferenciais a.link_mais {
  color: var(--menu-hover);
  text-transform: uppercase;
  background: url(../imgs/arrow_more.svg) 97% no-repeat;
  display: block;
  font-size: 12px;
  padding-right: 2rem;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 4rem;
}
#diferenciais a.link_mais:hover {
  background: url(../imgs/arrow_more.svg) 100% no-repeat;
}
#diferenciais .diferenciais_box {
  width: 444px;
  height: 470px;
  color: var(--primary-color);
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  border-radius: 50px 200px 50px 50px;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
}
@media (max-width: 460px) {
  #diferenciais .diferenciais_box {
    width: 100%;
  }
}
#diferenciais .diferenciais_box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 100%);
}
#diferenciais .diferenciais_box .text {
  position: relative;
  z-index: 2;
  padding: 2rem 3rem 3rem;
}
#diferenciais .diferenciais_box .text h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--primary-color);
}
@media (max-width: 460px) {
  #diferenciais .diferenciais_box .text h3 {
    font-size: 20px;
  }
}
#diferenciais .diferenciais_box .text p {
  width: 78%;
}
#diferenciais .diferenciais_box span {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
#diferenciais .diferenciais_lateral .diferenciais_box._lateral {
  border-radius: 200px 50px 50px 50px;
  background: url(../imgs/img_temp2.png) no-repeat center;
  background-size: cover;
}
#diferenciais .diferenciais_lateral .diferenciais_box._lateral:last-child {
  border-radius: 50px;
}

#convenios {
  padding-top: 15rem;
  position: relative;
}
#convenios .img {
  text-align: center;
  justify-content: center;
  display: flex !important;
}
#convenios h2 {
  background: url(../imgs/card.svg) top center no-repeat;
  padding-top: 2.75rem;
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 1rem;
}
#convenios h2 strong {
  font-weight: 700;
}
#convenios:before {
  content: "";
  background: url(../imgs/dots_green.svg);
  width: 210px;
  height: 161px;
  position: absolute;
  bottom: -23%;
  right: 0%;
  opacity: 0.6;
}
@media (max-width: 460px) {
  #convenios:before {
    display: none;
  }
}
#convenios .slider_convenios {
  margin-top: 3rem;
}
#convenios .slider_convenios img {
  height: 62px;
}
@media (max-width: 992px) {
  #convenios .slider_convenios img {
    width: 70% !important;
    margin: 0 auto;
    display: block !important;
  }
}
#convenios .slider_convenios .slick-slide {
  margin: 0 20px;
}
@media (max-width: 460px) {
  #convenios .slider_convenios .slick-slide {
    margin: 0;
  }
}
#convenios .slider_convenios .slick img {
  margin: 0 auto;
  text-align: center;
}
#convenios .slider_convenios .slick-list {
  margin: 0 -20px;
}
@media (max-width: 460px) {
  #convenios .slider_convenios .slick-list {
    margin: 0;
  }
}
#convenios .slider_convenios .slick-next, #convenios .slider_convenios .slick-prev {
  width: 19px;
  height: 34px;
}
#convenios .slider_convenios .slick-next:before, #convenios .slider_convenios .slick-prev:before {
  display: none;
}
#convenios .slider_convenios .slick-next {
  background: url(../imgs/arrow_right.svg) no-repeat;
  right: -100px;
}
@media (max-width: 460px) {
  #convenios .slider_convenios .slick-next {
    right: 0;
  }
}
#convenios .slider_convenios .slick-prev {
  background: url(../imgs/arrow_left.svg) no-repeat;
  left: -100px;
  z-index: 3;
}
@media (max-width: 460px) {
  #convenios .slider_convenios .slick-prev {
    left: 0;
  }
}
#convenios .slider_convenios .slick-disabled {
  opacity: 0.3;
}
#convenios a.link_green {
  margin: 4rem auto;
  border: 1px solid var(--green);
}
@media (max-width: 460px) {
  #convenios a.link_green {
    padding: 21px 0 21px 15px;
    width: 290px;
  }
}
#convenios a.link_green svg {
  transition: all 0.4s ease;
  right: 50px;
}
@media (max-width: 460px) {
  #convenios a.link_green svg {
    right: 22px;
  }
}
#convenios a.link_green:hover {
  color: var(--green);
  background-color: white;
}
#convenios a.link_green:hover svg {
  right: 30px;
}
#convenios a.link_green:hover svg path {
  fill: var(--green);
}
#convenios.convenio_interna {
  padding-top: 4rem;
  padding-bottom: 6rem;
  overflow: hidden;
}
#convenios.convenio_interna::after, #convenios.convenio_interna::before {
  content: "";
  position: absolute;
}
#convenios.convenio_interna:after {
  background: url(../imgs/large_circle.png) bottom right no-repeat;
  right: -39%;
  bottom: -27%;
  width: 906px;
  height: 906px;
  z-index: -1;
}
#convenios.convenio_interna:before {
  background: url(../imgs/dots_orange.svg);
  width: 138px;
  height: 418px;
  top: 25%;
  left: -6%;
  opacity: 0.6;
}
#convenios.convenio_interna input {
  width: 90%;
  border: 1px solid var(--menu-hover);
  border-radius: 100px;
  background-color: #DBDBDB;
  font-size: 15px;
  height: 60px;
  padding-inline: 1rem;
}
#convenios.convenio_interna #container_planos {
  gap: 55px;
  margin-top: 4rem;
  flex-wrap: wrap;
}
#convenios.convenio_interna #container_planos .container_plano {
  width: 200px;
}
@media (max-width: 770px) {
  #convenios.convenio_interna #container_planos .container_plano {
    width: 48%;
  }
}
#convenios.convenio_interna #container_planos .container_plano .img {
  width: 190px;
  height: 182px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
  border-radius: 50px 0 50px 50px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  margin: 0 auto;
}
#convenios.convenio_interna #container_planos .container_plano .img img {
  width: 70%;
  margin: 0 auto;
}
#convenios.convenio_interna #container_planos .container_plano p {
  font-weight: 600;
  margin-top: 10px;
}

#blog {
  background: #ECECEF url(../imgs/bg_blog.png) no-repeat right top;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
@media (max-width: 460px) {
  #blog {
    background: #ECECEF url(../imgs/bg_blog_mob.png) no-repeat 13px top;
    padding-top: 11rem;
  }
}
#blog h2 {
  font-size: 45px;
  font-weight: 700;
  width: 90%;
  background: url(../imgs/folder.svg) top left no-repeat;
  padding-top: 3rem;
}
@media (max-width: 460px) {
  #blog h2 {
    font-size: 35px;
    width: 70%;
  }
}
@media (max-width: 990px) {
  #blog .line {
    display: none;
  }
}
#blog .blog_posts {
  margin-top: 1rem;
}
#blog .blog_posts .slick-slide {
  margin: 0 10px;
}
#blog .blog_posts .slick-list {
  margin: 0 -10px;
}
#blog .blog_posts .slick-dots {
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, 50%);
}
#blog .blog_posts .slick-dots li button {
  position: relative;
  background-color: hsla(246, 8%, 49%, 0.5);
  border-radius: 100px;
  width: 11px;
  height: 11px;
}
#blog .blog_posts .slick-dots li button::before {
  display: none;
}
#blog .blog_posts .slick-dots li button:after {
  opacity: 0;
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 1px solid #757386;
  border-radius: 100px;
  transition: all 0.4s ease;
}
#blog .blog_posts .slick-dots li button:hover {
  background-color: #757386;
}
#blog .blog_posts .slick-dots li button:hover:after {
  opacity: 1;
}
#blog .blog_posts .slick-dots li.slick-active button {
  background-color: #757386;
}
#blog .blog_posts .slick-dots li.slick-active button:after {
  opacity: 1;
}
#blog .blog_content .img {
  height: 203px;
  width: 100%;
  background-size: 100%;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 2rem;
  transition: all 0.4s ease;
}
#blog .blog_content .text {
  font-size: 14px;
  display: block;
  word-wrap: break-word;
}
#blog .blog_content .text h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3rem;
  width: 95%;
  line-height: 1.5;
}
#blog .blog_content .text p {
  line-height: 1.8;
}
#blog .blog_content:hover .img {
  background-size: 110%;
}
#blog a.link_orange {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 460px) {
  #blog a.link_orange {
    margin: 0 auto;
  }
}
#blog a.link_orange svg {
  transition: all 0.4s ease;
  margin-left: 10px;
  position: relative;
}
#blog a.link_orange:hover {
  background-color: var(--menu-hover);
  color: white;
}
#blog a.link_orange:hover svg path {
  fill: white;
}

.page-especialidade input.pesquisa.esp {
  width: 455px;
}
@media (max-width: 990px) {
  .page-especialidade input.pesquisa.esp {
    width: 100%;
  }
}
.page-especialidade #breadcrumbs {
  display: none;
}

.contato {
  padding-bottom: 5rem;
}
.contato h2 {
  color: var(--menu-hover);
  font-size: 25px;
  margin-bottom: 2rem;
  font-weight: 700;
}
.contato .box_infos {
  color: white;
  border-radius: 25px;
  padding: 1rem;
  background: rgb(98, 173, 106);
  background: linear-gradient(265deg, rgb(98, 173, 106) 0%, rgb(44, 107, 52) 100%);
  font-size: 14px;
  margin-top: 19%;
}
.contato .box_infos h3 {
  background: url(../imgs/phone_contato.svg) center top no-repeat;
  padding-top: 2.3rem;
  font-size: 16px;
  color: white;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
}
.contato .contato_form {
  background: white;
  border-radius: 25px;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
}
.contato .contato_form .space {
  gap: 12px;
}
.contato .contato_form label {
  font-weight: 700;
  display: initial;
}
.contato .contato_form input {
  width: 100%;
  background-color: hsla(246, 8%, 49%, 0.144);
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  height: 38px;
  margin-bottom: 1rem;
  margin-top: 6px;
}
.contato .contato_form input[type=submit] {
  cursor: pointer;
  display: inline-block;
  background: rgb(243, 152, 75);
  background: linear-gradient(274deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  border-radius: 2rem;
  border: 0;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  width: 208px;
  height: 44px;
  clear: both;
  display: flow-root;
  margin: 13px auto 0;
}
.contato .contato_form textarea {
  width: 100%;
  background-color: hsla(246, 8%, 49%, 0.144);
  border: 1px solid var(--primary-color);
  margin-top: 6px;
  border-radius: 8px;
}

#depoimento {
  background: url(../imgs/bg_depoimento.jpg) center no-repeat;
  background-size: cover;
  min-height: 690px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
#depoimento a.link_depoimento {
  background: linear-gradient(274deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  position: relative;
  color: white;
  margin-top: 4rem;
}
@media (max-width: 990px) {
  #depoimento a.link_depoimento {
    width: 90%;
    margin-inline: auto;
    margin-top: 7rem;
  }
}
#depoimento a.link_depoimento svg {
  transition: all 0.4s ease;
  position: absolute;
  right: 6%;
}
#depoimento a.link_depoimento:hover svg {
  right: 2%;
}
@media (max-width: 990px) {
  #depoimento {
    display: block;
    height: auto;
    padding-block: 3rem;
    padding-block-end: 6rem;
  }
}
#depoimento h2 {
  color: white;
  font-size: 45px;
  font-weight: 700;
  text-transform: none;
  width: 80%;
  background: url(../imgs/chat.svg) top left no-repeat;
  padding-top: 3rem;
}
@media (max-width: 990px) {
  #depoimento h2 {
    font-size: 35px;
  }
}
#depoimento p {
  width: 80%;
  line-height: 1.8;
}
@media (max-width: 990px) {
  #depoimento p {
    font-size: 14px;
  }
}
#depoimento .depoimento_box {
  position: absolute;
  top: 28%;
  right: 5%;
  width: 50%;
}
@media (max-width: 990px) {
  #depoimento .depoimento_box {
    position: initial;
    width: 100%;
    padding-left: 1rem;
    overflow: hidden;
    margin-top: 5rem;
  }
}
#depoimento .depoimento_box .slick-list {
  padding-left: 0px !important;
}
#depoimento .depoimento_box .slick-slide {
  margin: 0 62px;
}
@media (max-width: 990px) {
  #depoimento .depoimento_box .slick-slide {
    margin: 0 28px;
  }
}
#depoimento .depoimento_box .slick-list {
  margin: 0 -62px;
}
@media (max-width: 990px) {
  #depoimento .depoimento_box .slick-list {
    margin: 0 -22px;
  }
}
#depoimento .depoimento_box .slick-next, #depoimento .depoimento_box .slick-prev {
  width: 19px;
  height: 34px;
}
@media (max-width: 990px) {
  #depoimento .depoimento_box .slick-next, #depoimento .depoimento_box .slick-prev {
    top: initial;
    bottom: 0;
  }
}
#depoimento .depoimento_box .slick-next:before, #depoimento .depoimento_box .slick-prev:before {
  display: none;
}
#depoimento .depoimento_box .slick-next {
  background: url(../imgs/arrow_w_r.svg) no-repeat;
  right: 90px;
}
@media (max-width: 1200px) {
  #depoimento .depoimento_box .slick-next {
    right: 60px;
  }
}
@media (max-width: 990px) {
  #depoimento .depoimento_box .slick-next {
    right: 5%;
    top: initial;
    bottom: 200px;
  }
}
#depoimento .depoimento_box .slick-prev {
  background: url(../imgs/arrow_w_l.svg) no-repeat;
  left: -62px;
  z-index: 3;
}
@media (max-width: 990px) {
  #depoimento .depoimento_box .slick-prev {
    left: 5%;
    transform: translate(0%, 0%);
    top: initial;
    bottom: 200px;
  }
}
#depoimento .depoimento_box .slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#depoimento .depoimento_box .slick-dots {
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  bottom: -61px;
  transform: translate(-100%, 50%);
}
@media (max-width: 990px) {
  #depoimento .depoimento_box .slick-dots {
    bottom: 25px;
    transform: translate(-50%, -50%);
  }
}
#depoimento .depoimento_box .slick-dots li button {
  position: relative;
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 100px;
  width: 11px;
  height: 11px;
}
#depoimento .depoimento_box .slick-dots li button::before {
  display: none;
}
#depoimento .depoimento_box .slick-dots li button:after {
  opacity: 0;
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 1px solid white;
  border-radius: 100px;
  transition: all 0.4s ease;
}
#depoimento .depoimento_box .slick-dots li button:hover {
  background-color: #fff;
}
#depoimento .depoimento_box .slick-dots li button:hover:after {
  opacity: 1;
}
#depoimento .depoimento_box .slick-dots li.slick-active button {
  background-color: #fff;
}
#depoimento .depoimento_box .slick-dots li.slick-active button:after {
  opacity: 1;
}
#depoimento .depoimento_box .box {
  min-height: 345px;
  background: white;
  border-radius: 50px 0 50px 50px;
  font-weight: 400;
  color: var(--primary-color);
  text-transform: none;
  font-size: 16px;
  text-align: center;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  #depoimento .depoimento_box .box {
    font-size: 14px;
    padding-inline: 1rem;
  }
}
#depoimento .depoimento_box .box h4,
#depoimento .depoimento_box .box h5 {
  font-size: 20px;
}
#depoimento .depoimento_box .box p {
  width: 100%;
}
#depoimento .depoimento_box .box h4 {
  font-weight: 700;
  margin-bottom: 0;
}
#depoimento .depoimento_box .box h5 {
  font-weight: 300;
}

#depoimento_interna .box {
  background: white;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}

#diretoria {
  background: url(../imgs/bg_geral.png) center top no-repeat;
  position: relative;
  padding-bottom: 5rem;
}
#diretoria:after {
  content: "";
  background: url(../imgs/dots_green.svg);
  position: absolute;
  right: 2%;
  bottom: 1rem;
  width: 245px;
  height: 185px;
  z-index: -1;
}
#diretoria .box_diretoria {
  gap: 20px;
}
#diretoria .box_diretoria .content {
  width: 46%;
  background-color: white;
  border-radius: 50px 0 50px 50px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
  margin-bottom: 2rem;
}
#diretoria .box_diretoria .content .cargo {
  font-size: 25px;
  text-align: center;
  color: var(--menu-hover);
  font-weight: 700;
  margin-bottom: 2rem;
}
#diretoria .box_diretoria .content .nome {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
#diretoria .box_diretoria .content .foto {
  text-align: center;
}
#diretoria .box_diretoria .content .foto img {
  border: 6px solid var(--menu-hover);
  border-radius: 100%;
}

#exames {
  background: url(../imgs/bg_circle.png) bottom left no-repeat;
  position: relative;
}
#exames:after {
  content: "";
  position: absolute;
  width: 636px;
  height: 636px;
  left: -38%;
  top: -5%;
  border: 1px solid hsla(13, 68%, 49%, 0.25);
  border-radius: 100%;
}
#exames:before {
  content: "";
  position: absolute;
  width: 182px;
  height: 418px;
  right: -7%;
  top: 23%;
  background: url(../imgs/dots_orange.svg);
  opacity: 0.3;
}

#geral {
  background: url(../imgs/bg_geral.png) center top no-repeat;
  position: relative;
  padding-bottom: 7rem;
  background-size: cover;
}
#geral h2 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#geral h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#geral p {
  line-height: 2;
}
#geral:after {
  content: "";
  position: absolute;
  width: 636px;
  height: 636px;
  left: -18%;
  bottom: 0%;
  background: rgb(117, 115, 134);
  background: linear-gradient(180deg, rgba(117, 115, 134, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 100%;
  z-index: -1;
}
#geral ul {
  position: relative;
  margin-top: 2rem;
}
#geral ul li {
  position: relative;
  padding-left: 0.7rem;
  margin-bottom: 1.4rem;
  line-height: 2;
}
#geral ul li:after {
  content: "";
  left: 0;
  width: 6px;
  top: 13px;
  height: 6px;
  position: absolute;
  background-color: var(--primary-color);
  border-radius: 2rem;
}
#geral.pronto_atendimento h3 {
  color: var(--menu-hover);
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 770px) {
  #geral.pronto_atendimento h3 {
    margin: 2rem 0;
  }
}
#geral.pronto_atendimento ul li:after {
  background: var(--menu-hover);
}
#geral.pronto_atendimento:after {
  background: url(../imgs/dots_orange.svg);
  height: 455px;
  width: 188px;
  left: 0;
  border-radius: 0;
  top: 50%;
}
#geral.pronto_atendimento:before {
  content: "";
  width: 692px;
  height: 692px;
  position: absolute;
  right: 0;
  top: 20%;
  background: rgb(117, 115, 134);
  background: linear-gradient(0deg, rgb(117, 115, 134) 0%, rgb(59, 58, 67) 100%);
  border-radius: 100%;
  opacity: 0.09;
  z-index: -1;
}
#geral.pronto_atendimento .box {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
  border-radius: 50px;
  padding-inline: 4rem;
  padding-block: 2rem;
}
#geral.pronto_atendimento .box h2 {
  font-size: 25px;
  font-weight: 700;
  color: var(--menu-hover);
}
#geral.pronto_atendimento .list {
  margin-top: 3rem;
}
#geral.pronto_atendimento .list span {
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 2.4rem;
}
#geral.pronto_atendimento .list span strong {
  color: var(--laranja);
}

.bloco_pagina {
  margin-top: 4rem;
  padding-bottom: 5rem;
}
.bloco_pagina .box {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.bloco_pagina .box_content {
  background-color: white;
  border-radius: 50px;
  height: 270px;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
  position: relative;
}
.bloco_pagina .box_content span {
  border-radius: 50px 50px 100px 0;
  background: rgb(243, 152, 75);
  background: linear-gradient(242deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  width: 76px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bloco_pagina .box_content:hover {
  transform: scale(1.04);
}
.bloco_pagina .box_content:hover span {
  width: 110px;
}

.endereco__box {
  background: white;
  border-radius: 50px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media (max-width: 990px) {
  .endereco__box {
    flex-direction: column-reverse;
  }
}
.endereco__box .content {
  width: 50%;
  padding-top: 0;
}
@media (max-width: 990px) {
  .endereco__box .content {
    width: 100%;
  }
}
.endereco__box a {
  text-decoration: none;
  color: var(--primary-color);
}
.endereco__box a:hover {
  color: var(--menu-hover);
}
.endereco__box .empresa {
  background: rgb(243, 152, 75);
  background: linear-gradient(94deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  color: white;
  font-size: 26px;
  font-weight: 700;
  border-radius: 25px 50px 0 50px;
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.endereco__box .img {
  width: 44%;
  text-align: center;
  padding-left: 2rem;
}
.endereco__box .img img {
  width: 50%;
}
.endereco__box .texto {
  padding-inline: 3rem;
  padding-block: 1.7rem;
}
@media (max-width: 990px) {
  .endereco__box .texto {
    padding-inline: 2rem;
  }
}
.endereco__box .texto strong {
  color: var(--l-laranja);
  font-weight: 500;
}
.endereco__box .texto span {
  display: block;
  margin-bottom: 1rem;
}
.endereco__box .texto .agenda {
  padding-left: 1.5rem;
  position: relative;
}
.endereco__box .texto .agenda:after {
  content: "";
  background: url(../imgs/icons.png) no-repeat left 5px;
  width: 18px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.endereco__box .texto .endereco {
  background: url(../imgs/icons.png) no-repeat left 26%;
  padding-left: 1.5rem;
}
.endereco__box .texto .tele {
  background: url(../imgs/icons.png) no-repeat left 73%;
  padding-left: 1.5rem;
}
.endereco__box .texto .contato_mail {
  padding-left: 1.5rem;
  position: relative;
  word-break: break-all;
}
.endereco__box .texto .contato_mail:after {
  content: "";
  background: url(../imgs/icons.png) no-repeat left 102%;
  width: 18px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.slider_img {
  /* the slides */
  /* the parent */
}
.slider_img img {
  border-radius: 50px;
  text-align: center;
  width: 100%;
}
.slider_img .slick-slide {
  margin: 0 27px;
}
.slider_img .slick-list {
  margin: 0 -27px;
}
.slider_img .slick-slide.nextdiv {
  position: relative;
}
.slider_img .slick-slide.nextdiv:after {
  content: "";
  background: rgb(252, 252, 252);
  background: linear-gradient(94deg, rgba(252, 252, 252, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 367px;
  border-radius: 50px 0px 0px 50px;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-m-dots .slick-dots {
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  bottom: 0;
  list-style: none;
  position: inherit !important;
  margin-top: 0 !important;
  display: flex;
  padding: 0 1rem;
}
.slide-m-dots .slick-dots li {
  list-style: none;
  margin-bottom: 0 !important;
  width: auto;
  height: auto;
}
.slide-m-dots .slick-dots li:after {
  display: none;
}
.slide-m-dots .slick-dots li button {
  position: relative;
  background-color: hsla(0, 0%, 65%, 0.5);
  border-radius: 100px;
  width: 11px;
  height: 11px;
}
.slide-m-dots .slick-dots li button::before {
  display: none;
}
.slide-m-dots .slick-dots li button:after {
  opacity: 0;
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  transition: all 0.4s ease;
}
.slide-m-dots .slick-dots li button:hover {
  background-color: var(--primary-color);
}
.slide-m-dots .slick-dots li button:hover:after {
  opacity: 1;
}
.slide-m-dots .slick-dots li.slick-active button {
  background-color: var(--primary-color);
}
.slide-m-dots .slick-dots li.slick-active button:after {
  opacity: 1;
}
.slide-m-dots .slick-track {
  padding-bottom: 2rem;
}

.slide-m-prev,
.slide-m-next {
  width: 19px;
  height: 34px;
  border: 0;
}

.slide-m-next {
  background: url(../imgs/arrow_right.svg) no-repeat;
  right: -100px;
}
@media (max-width: 460px) {
  .slide-m-next {
    right: 0;
  }
}

.slide-m-prev {
  background: url(../imgs/arrow_left.svg) no-repeat;
  left: -100px;
  z-index: 3;
}

.box_contato {
  background: rgb(99, 174, 107);
  background: linear-gradient(270deg, rgb(99, 174, 107) 0%, rgb(44, 107, 52) 100%);
  border-radius: 50px;
  color: white;
  width: 70%;
  padding: 2rem 3rem 1rem;
  text-align: center;
  margin: 3rem auto 3rem;
}
.box_contato a {
  color: white;
}
.box_contato h2 {
  font-size: 24px !important;
  font-weight: 700;
  margin: 0 0 1rem !important;
}
.box_contato span {
  padding-left: 1.7rem;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1rem;
}
.box_contato .tel span {
  background: url(../imgs/icon_tel.png) left no-repeat;
}
.box_contato .whats span {
  background: url(../imgs/icon_whats.png) left no-repeat;
}
.box_contato .email span {
  background: url(../imgs/email.png) left no-repeat;
}

.content_foto {
  gap: 80px;
  align-items: center;
  margin-bottom: 6rem;
}
@media (max-width: 770px) {
  .content_foto {
    display: block !important;
  }
}
.content_foto h2 {
  color: var(--laranja);
  font-size: 25px;
}
.content_foto .img img {
  border-radius: 200px 50px 50px 50px;
  width: 339px;
}
.content_foto .img.img-left img {
  border-radius: 50px 200px 50px 50px;
}

.bloco_imagem {
  width: 100%;
  height: 257px;
  border-radius: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: 100%;
  background-position: top;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
  margin: 2rem 0;
}
.bloco_imagem:hover {
  background-size: 102%;
}
.bloco_imagem .text {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}
.bloco_imagem:after {
  content: "";
  width: 100%;
  height: 174px;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  left: 0;
  position: absolute;
}

.diagnostico_lista.accordion {
  text-align: center;
}
.diagnostico_lista.accordion .block__item {
  border: 1px solid var(--menu-hover);
  border-radius: 40px 40px 0 40px;
}
.diagnostico_lista.accordion .block__item .block__title {
  background: white;
}
.diagnostico_lista.accordion .block__item .block__title a {
  color: var(--menu-hover);
}
.diagnostico_lista.accordion .block__item .block__title.active {
  background: rgb(243, 152, 75);
  background: linear-gradient(180deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
}
.diagnostico_lista.accordion .block__item .block__title.active a {
  color: white;
}
.diagnostico_lista.accordion .block__item:hover .block__title {
  background: rgb(243, 152, 75);
  background: linear-gradient(180deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
}
.diagnostico_lista.accordion .block__item:hover .block__title a {
  color: white;
}
.diagnostico_lista.accordion .block__text div:nth-child(odd), .diagnostico_lista.accordion .block__text div:nth-child(even) {
  font-weight: 700;
  font-size: 16px;
  padding: 14px 9rem;
}
@media (max-width: 720px) {
  .diagnostico_lista.accordion .block__text div:nth-child(odd), .diagnostico_lista.accordion .block__text div:nth-child(even) {
    padding: 14px 0;
  }
}
.diagnostico_lista.accordion .block__text div:nth-child(odd) a, .diagnostico_lista.accordion .block__text div:nth-child(even) a {
  color: var(--primary-color);
  transition: all 0.2s ease;
}
.diagnostico_lista.accordion .block__text div:nth-child(odd) a:hover, .diagnostico_lista.accordion .block__text div:nth-child(even) a:hover {
  color: var(--menu-hover);
  font-weight: 700;
}
.diagnostico_lista.accordion .block__text div:last-child {
  border-radius: 0 0 30px 30px;
  padding-bottom: 2rem;
}
.diagnostico_lista.terapeuticos .block__item {
  border: 1px solid var(--menu-hover);
  border-radius: 40px 40px 0 40px;
}
.diagnostico_lista.terapeuticos .block__title {
  background: white;
}
.diagnostico_lista.terapeuticos .block__title a {
  color: var(--menu-hover);
}

.tcle.accordion .block__title.active {
  margin-bottom: 0;
}
.tcle.accordion .block__text {
  margin-bottom: 2rem;
}
.tcle.accordion .block__text a {
  color: var(--primary-color);
}

.bloco_download:after {
  content: "";
  background: url(../imgs/dots_green.svg);
  width: 245px;
  height: 185px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.bloco_download .box {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.bloco_download .box_content {
  background-color: white;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
  width: 33%;
  padding-inline: 2rem;
  padding-bottom: 1rem;
  text-align: center;
}
.bloco_download .box_content h3 {
  font-size: 25px;
  color: var(--menu-hover);
  font-weight: 700;
  width: 91%;
  margin: 2rem auto;
}
@media (max-width: 990px) {
  .bloco_download .box_content h3 {
    width: 100%;
  }
}
.bloco_download .box_content span {
  border: 1px solid var(--laranja);
  border-radius: 40px 40px 0 40px;
  width: 100%;
  display: block;
  background: white;
  position: relative;
  color: var(--laranja);
  font-size: 12px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 2px;
}
.bloco_download .box_content span:after {
  content: "";
  background: url(../imgs/icon_download.png) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 28px;
}
.bloco_download .box_content:hover span {
  border: 1px solid white;
  background: rgb(243, 152, 75);
  background: linear-gradient(180deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  color: white;
}
.bloco_download .box_content:hover span:after {
  background: url(../imgs/icon_dowload_w.png) no-repeat;
}

.bloco_accordion .block__title {
  border: 1px solid var(--menu-hover);
  background: white;
  text-align: left;
  display: flex;
  padding-inline: 3rem;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.bloco_accordion .block__title a {
  color: var(--menu-hover);
}
.bloco_accordion .block__title:after {
  content: "";
  background: url(../imgs/arrow_down.png) no-repeat;
  display: block;
  width: 25px;
  height: 25px;
}
.bloco_accordion .block__title.active {
  background: rgb(243, 152, 75);
  background: linear-gradient(180deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
}
.bloco_accordion .block__title.active:after {
  background: url(../imgs/arrow_up.png) no-repeat;
}
.bloco_accordion .block__title.active a {
  color: white;
}
.bloco_accordion .block__title:hover {
  background: rgb(243, 152, 75);
  background: linear-gradient(180deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
}
.bloco_accordion .block__title:hover:after {
  background: url(../imgs/arrow_down_w.png) no-repeat;
}
.bloco_accordion .block__title:hover a {
  color: white;
}
.bloco_accordion .block__text {
  background: #F5F5F5;
  padding: 2rem 3rem;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
}

footer {
  min-height: 500px;
  height: auto;
  background-color: white;
  font-size: 14px;
}
footer a {
  color: var(--primary-color);
}
footer a:hover {
  color: var(--menu-hover);
}
footer h3 {
  font-size: 14px;
  font-weight: 700;
}
footer .social a {
  margin-right: 1rem;
  display: inline-block;
}
footer .social a:hover svg path {
  fill: var(--menu-hover);
}
@media (max-width: 770px) {
  footer .menu-footer {
    margin: 2.7rem 0;
  }
}
footer .menu-footer ul li {
  margin-bottom: 1rem;
}
footer .menu-footer ul li a {
  font-weight: 700;
}
footer .menu-footer ul li a:hover {
  color: var(--menu-hover);
}

.wrapper {
  height: 100%;
  position: relative;
  z-index: 9;
}

.block__item {
  margin-bottom: 20px;
}

.block__title {
  text-transform: none;
  position: relative;
  border-radius: 40px 40px 0 40px;
  cursor: pointer;
  background-color: var(--d-red);
  padding: 14px 0;
  color: #787777;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.4s ease;
}
.block__title a {
  color: white;
}
.block__title.active {
  border-radius: 40px 40px 0 0;
  background-color: var(--menu-hover);
}
.block__title:hover {
  background-color: var(--menu-hover);
}

.block__text {
  display: none;
}
.block__text h3 {
  margin-top: 0 !important;
}
.block__text div {
  padding: 20px 0;
  font-weight: 700;
}
.block__text div:nth-child(even) {
  background-color: hsla(9, 71%, 40%, 0.1);
}
.block__text div:nth-child(odd) {
  background-color: hsla(9, 71%, 40%, 0.2);
}

.d2 h3 {
  margin-top: 1rem !important;
}
.d2 label {
  width: 100% !important;
}
.d2 #alergias_container .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1rem;
}

#guias_container label {
  width: 100% !important;
  margin-bottom: 9px !important;
}
#guias_container .wpcf7-form-control {
  margin-top: 1rem !important;
  display: block;
}
#guias_container span.wpcf7-list-item {
  display: inline-block !important;
}

#container_form_cirurgico h3 {
  color: var(--menu-hover);
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  margin-top: 2rem;
}

.dados_do_paciente_container label {
  width: 48%;
  margin-bottom: 18px;
  text-align: left;
}

#OPME label {
  margin-bottom: 0;
}

.procedimento_cirurgico_container2_width label:last-child,
.dados_do_paciente_primeiro_container label:last-child {
  width: 100%;
}

#opme-d-3 label:first-child {
  width: 100%;
}

.dados_do_paciente_primeiro_container label:last-child select {
  margin-bottom: 0;
}

.agendamento_cirurgico_aviso_convenio {
  font-size: 12px;
}

#nome-procedimento-cirurgico label {
  display: block;
  width: 100%;
}

#nome-procedimento-cirurgico .wpcf7-form-control-wrap,
#nome-procedimento-cirurgico .select2 {
  width: 100% !important;
  display: block;
}

#OPME [data-id=g-opme] label,
#procedimento_cirurgico_container2 label {
  width: 48%;
  margin-bottom: 2rem;
}

.add_hemocomponente {
  cursor: pointer;
  display: inline-block;
  background: rgb(243, 152, 75);
  background: linear-gradient(274deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  border-radius: 2rem;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  clear: both;
  margin-bottom: 20px;
}

.add_hemocomponente .wpcf7-form-control-wrap {
  display: none;
}

.container_form_medico_inside {
  padding: 0px 0 !important;
}

#guias_container {
  text-align: left !important;
}

.dados_do_paciente_container.hemo label {
  width: 100% !important;
  margin-right: 2%;
  padding: 1%;
}

.container_form_medico {
  background-color: white;
  border-radius: 6px;
  padding: 30px 50px;
  margin-bottom: 40px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
}

#container_form_cirurgico label {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}
#container_form_cirurgico input[type=text], #container_form_cirurgico input[type=tel] {
  border: 1px solid #757385;
  width: 100%;
  border-radius: 14px;
  background: hsla(246, 8%, 49%, 0.107);
  display: block;
  padding-block: 12px;
  padding-inline: 1rem;
}
#container_form_cirurgico input[type=checkbox] {
  margin-right: 6px;
  background: hsla(246, 8%, 49%, 0.107);
}
#container_form_cirurgico textarea {
  border: 1px solid #757385;
  width: 100%;
  border-radius: 14px;
  background: hsla(246, 8%, 49%, 0.107);
  display: block;
  padding-block: 12px;
  padding-inline: 1rem;
}
#container_form_cirurgico select {
  display: block;
  width: 100%;
  border: 1px solid #757385;
  border-radius: 14px;
  background: hsla(246, 8%, 49%, 0.107);
  padding-block: 12px;
}
#container_form_cirurgico .select2-container--default .select2-selection--multiple {
  border: 1px solid #757385;
  width: 100%;
  border-radius: 14px;
  background: hsla(246, 8%, 49%, 0.107);
}
#container_form_cirurgico span.wpcf7-list-item {
  margin-bottom: 2px;
  display: block;
}
#container_form_cirurgico #convenios_container {
  margin-top: 0;
  justify-content: initial;
}
#container_form_cirurgico .wpcf7-list-item {
  margin-left: 2rem;
}

.dados_do_paciente_itens {
  flex-wrap: wrap;
  justify-content: space-between;
}

.dados_do_paciente_itens.hemo {
  align-items: center;
}

#delimitador_check + p label {
  width: 50%;
}

.w_60_form {
  width: 60% !important;
}

.txt_left_form {
  text-align: left !important;
}

#label_equipamentos_1 {
  width: 45%;
}

#label_equipamentos_2 {
  width: 45%;
}

#delimitador_check {
  display: flex;
  justify-content: space-around;
}

#delimitador_check #label_equipamentos_1 .wpcf7-form-control-wrap.equipamentos1 .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  width: 100%;
}

#delimitador_check #label_equipamentos_2 .wpcf7-form-control-wrap.equipamentos2 .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  width: 100%;
}

.anatomo-div {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#convenio_paciente_form,
#convenio_paciente_form2 {
  display: flex;
  flex-direction: column;
}

#convenios_container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.anatomo-div label {
  width: 100%;
}

#OPME label span {
  position: relative;
}
#OPME.dados_do_paciente_container label {
  width: 100%;
}
#OPME input[type=text] {
  width: 100%;
  border: 1px solid #757385;
  border-radius: 14px;
  background: hsla(246, 8%, 49%, 0.107);
  display: block;
  padding-block: 12px;
  padding-inline: 1rem;
}
#OPME textarea {
  width: 100%;
  border: 1px solid #757385;
  border-radius: 14px;
  background: hsla(246, 8%, 49%, 0.107);
  display: block;
  padding-block: 12px;
  padding-inline: 1rem;
}
#OPME [data-id=g-opme] label {
  width: 48%;
}

.anatomo-div label {
  margin-bottom: 10px !important;
}
.anatomo-div .wpcf7-list-item {
  display: inline-block !important;
}

.congelacao-div {
  width: 100% !important;
  display: flex;
  justify-content: center;
}

.congelacao-div label {
  width: 100%;
}

.explante-div {
  width: 100% !important;
  display: flex;
  justify-content: center;
}

.explante-div label {
  width: 100%;
}

#opme-d-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div[data-id=g-opme],
div[data-id=g-opme2],
div[data-id=g-opme3],
div[data-id=g-opme4],
div[data-id=g-opme5],
div[data-id=g-opme6],
div[data-id=g-opme7],
div[data-id=g-opme8],
div[data-id=g-opme9] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.d-flex-hemo {
  display: flex;
}

#container_solicitante {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.telefone-solicitante {
  width: 100% !important;
}

#alergias_container {
  position: inherit;
  margin: 0;
  padding: 0;
  display: flex;
  font-weight: 700;
  font-size: 20px;
}
#alergias_container .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
  display: flex;
}
#alergias_container .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin-bottom: 0;
}
#alergias_container .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 400;
}
#alergias_container input[type=radio] {
  display: none;
}
#alergias_container label {
  display: flex;
  position: relative;
}
#alergias_container label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid #757386;
  background-color: hsla(246, 8%, 49%, 0.048);
}
#alergias_container label span.wpcf7-list-item {
  display: inline-block;
  margin-left: 14px;
}
#alergias_container input[type=radio]:checked + span:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 4px;
  content: " ";
  display: block;
  background: var(--menu-hover);
}

div[data-id=group-alergias] {
  text-align: left;
  width: 100%;
}

div[data-id=group-hemoderivados] {
  display: flex;
  justify-content: space-around;
}

.input_number {
  width: 30%;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
}

#convenio-form-robotica,
#convenio-form-robotica2,
#convenio-form-robotica21,
#convenio-form-robotica22 {
  display: flex;
  flex-direction: column;
}

.convenio-form-robotica,
.convenio-form-robotica2,
.convenio-form-robotica22,
.convenio-form-robotica21 {
  width: 100%;
}

#solicitacoes_especiais_form_robotica select {
  width: 60%;
}

#solicitacoes_especiais_form_robotica p {
  text-align: left;
  color: #666;
  font-weight: lighter;
  line-height: 1.7em;
  width: 100%;
}

#solicitacoes_especiais_form_robotica label,
#solicitacoes_especiais_form_robotica p label {
  margin-bottom: 2%;
}

#equipamentos-form-robotica {
  width: 100%;
}

#equipamentos-form-robotica .equipamentos-form-robotica .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

#label-hemoderivados-robotica {
  margin: 0 !important;
}

#label-hemoderivados-robotica + p,
.label_paciente + br {
  display: none;
}

#solicitacoes_especiais_form_robotica2 {
  text-align: left;
}

#container_form_robotica label {
  font-weight: 500;
}

.label_paciente {
  display: block;
  width: 100% !important;
  margin: 10px 0 !important;
}

#optme {
  display: block;
  text-align: left;
}

#optme label {
  display: block;
  width: 100% !important;
  margin: 10px 0 !important;
}

#optme label + br {
  display: none;
}

.label_paciente.ml-20 span {
  margin-left: 20px;
}

.fw-b {
  font-weight: bold !important;
}

.select2-results__option {
  color: #fff !important;
  padding: 14px !important;
  list-style: none !important;
  margin-bottom: 0 !important;
}

.select2-container {
  min-width: 200px;
  position: relative;
  z-index: 9999999;
  width: 100% !important;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #AE341E;
}

.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: 1px solid #16a085;
}

.select2-container--flat .select2-results__option--highlighted[aria-selected] {
  background: #c04625 !important;
  color: #ffffff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--menu-hover) !important;
}

.select2-container--flat .select2-results__option[aria-selected=true] {
  background: #16a085;
  color: #fff;
  opacity: 0.8;
}

.select2-container--flat .select2-selection--single {
  border-radius: 0px;
}

.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.select2-container--flat span.select2-search input {
  height: 30px !important;
}

.select2-container .select2-choice {
  border: 2px solid #dce4ec;
  height: 36px;
  border-radius: 0px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-indent: 1px;
  box-shadow: none;
  background-image: none;
}

.select2-container .select2-choice div {
  border-left: 2px solid #dce4ec;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}

.select2-container *:focus {
  outline: 0px;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: 2px solid #dce4ec;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0 0 6px 6px;
  box-shadow: none;
}

.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: 2px solid #dce4ec;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: none;
}

.select2-search {
  margin-top: 3px;
}

.select2-search input {
  height: 26px;
  border: 2px solid #dce4ec;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  outline: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}

.select2-results .select2-highlighted {
  background: #16a085;
  color: #fff;
  border-radius: 0px;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: 2px solid #dce4ec;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  border-radius: 6px;
  box-shadow: none;
}

/****** Single SCSS *******/
.select2-container--flat .select2-selection--single {
  background: #6b2004;
  border: 0px;
  height: 34px;
}

.select2-container--flat .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 34px;
}

.select2-container--flat .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--flat .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  top: 60%;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  width: 0;
}

.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}

.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/****** Multiple SCSS *******/
.select2-container--flat .select2-selection--multiple {
  border: 1px solid #16a085;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #16a085;
  cursor: pointer;
}

.select2-container--flat .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice {
  background-color: #6b2004;
  color: #fff;
  border: 1px solid #6b2004;
  border-radius: 0px;
  padding: 3px 5px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove {
  color: #16a085;
  margin-right: 6px;
  margin-left: 6px;
  float: right;
}

.select2-results__options {
  max-height: 260px !important;
  overflow: scroll !important;
}

#nome-procedimento-cirurgico {
  width: 100%;
  margin-bottom: 3%;
}

/*MODAL*/
.modal_aviso,
#modal-cirurgico,
#modal-hemocomponente,
#modal-guia-universal,
#modal-submit,
#modal-bis,
#modal-dermatomo,
#modal-expansor_pele,
#modal-compressor_pneumatico,
#modal-congelacao,
#modal-aquecedor,
#modal-exames,
#modal-area-medico-indisponivel,
#modal-area-paciente-indisponivel,
.modal-categorias-orizonti {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10000000000000000000000 !important;
  top: -200%;
  left: 0%;
  transition: 350ms;
}
.modal_aviso a:hover,
#modal-cirurgico a:hover,
#modal-hemocomponente a:hover,
#modal-guia-universal a:hover,
#modal-submit a:hover,
#modal-bis a:hover,
#modal-dermatomo a:hover,
#modal-expansor_pele a:hover,
#modal-compressor_pneumatico a:hover,
#modal-congelacao a:hover,
#modal-aquecedor a:hover,
#modal-exames a:hover,
#modal-area-medico-indisponivel a:hover,
#modal-area-paciente-indisponivel a:hover,
.modal-categorias-orizonti a:hover {
  color: white;
}

#modal-exames {
  top: 0;
}

.modal-cirurgico-content,
.modal-guia-universal-content,
.modal-submit-content,
.modal-bis-content,
.modal-exames-content,
.modal-categorias-orizonti-content {
  width: 964px;
  height: 410px;
  background: url(../imgs/bg_modal.png) no-repeat;
  background-size: cover;
  border-radius: 9px;
  padding-inline: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000000000000000000000000 !important;
}

.modal-exames-content {
  max-width: 720px;
  height: auto;
  padding: 40px;
}

.modal-hemocomponente-content {
  width: 964px;
  height: 410px;
  background: url(../imgs/bg_modal.png) no-repeat;
  background-size: cover;
  border-radius: 9px;
  padding-inline: 3rem;
  background-size: cover;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000000000000000000000000 !important;
}

.modal-guia-universal-content {
  display: block;
}

.modal-guia-universal-content {
  width: 30%;
  height: 30vh;
}

.modal-cirurgico-content p,
.modal-hemocomponente-content p,
.modal-submit-content p,
.modal-bis-content p {
  padding: 3%;
  font-size: 24px;
  color: white;
  margin-bottom: 4%;
  text-align: center;
}

.modal-hemocomponente-content p {
  margin-bottom: 7%;
}

.btn-modal-cirurgico,
.btn-modal-hemocomponente,
.btn-modal-guia-universal,
.btn-modal-submit,
.btn-modal-bis,
.btn_modal {
  border-radius: 2rem;
  border: none;
  padding: 10px;
  background: rgb(243, 152, 75);
  background: linear-gradient(274deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  width: 30%;
  color: white;
  cursor: pointer;
}

#close-exames {
  border-radius: 6px;
  border: none;
  padding: 10px;
  background-color: #007bff;
  width: 30%;
  color: white;
  cursor: pointer;
  margin-top: 3%;
}

.btn-modal-hemocomponentel {
  margin: 3%;
  width: 50%;
}

.btn-modal-guia-universal,
.btn-modal-submit {
  width: 50% !important;
}

#close-hemocomponente,
#close-guia-universal,
.close-modal-orizonti {
  font-size: 50px;
  cursor: pointer;
  text-align: right;
  display: block;
  color: white;
  margin: 3%;
}

#close-guia-universal {
  margin: 3% 3% 10% 3%;
}

#procedimento_cirurgico_container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#opme-d-3 p {
  width: 80%;
}

#nome-procedimento-cirurgico {
  width: 100%;
  margin-bottom: 3%;
}

.container_form_medico.oop label span.wpcf7-list-item label {
  width: 100%;
}

.enviar {
  text-align: center;
}
.enviar input[type=submit] {
  cursor: pointer;
  display: inline-block;
  background: rgb(243, 152, 75);
  background: linear-gradient(274deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  border-radius: 2rem;
  border: 0;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  width: 352px;
  height: 55px;
  clear: both;
  margin-bottom: 20px;
}

#title_hemocomponent + p,
div[data-id=g-hemocomponente-outro] + p {
  padding: 0;
  /*line-height: 19px;*/
  margin-bottom: 2%;
}

.label-correct {
  width: 100%;
  margin-bottom: 1.5%;
  text-align: left;
}

#container_form_robotica h3 {
  color: var(--menu-hover);
  font-size: 25px;
  font-weight: 700;
  margin-top: 0;
}
#container_form_robotica #solicitante_form_robotica,
#container_form_robotica #paciente_form_robotica,
#container_form_robotica #procedimento_form_robotica {
  display: flex;
}
#container_form_robotica input[type=text], #container_form_robotica input[type=tel], #container_form_robotica input[type=email] {
  border: 1px solid #757385;
  width: 100%;
  border-radius: 14px;
  background: hsla(246, 8%, 49%, 0.107);
  display: block;
  padding-block: 12px;
  padding-inline: 1rem;
}
#container_form_robotica textarea,
#container_form_robotica select {
  border: 1px solid #757385;
  width: 100%;
  border-radius: 14px;
  background: hsla(246, 8%, 49%, 0.107);
  display: block;
  padding-block: 12px;
  padding-inline: 1rem;
}
#container_form_robotica .alergia {
  width: 100%;
}
#container_form_robotica .alergia label {
  width: 100%;
}

#solicitacoes_especiais_form_robotica .wpcf7-list-item {
  width: 100% !important;
}

.table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: var(--menu-hover);
  color: white;
  border-radius: 20px;
}
.table .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid white;
  padding-left: 20px;
}
.table .row .cell {
  flex: 1;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  width: 50%;
}
.table .row .cell:first-child {
  flex: 2;
  border-right: 1px solid white;
}
@media (max-width: 600px) {
  .table .cell {
    flex: 0 0 100%;
    width: 100%;
  }
}

#geral.imprensa .box {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  text-align: center;
  margin-top: 6rem;
}
#geral.imprensa .box_content {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
  height: 193px;
  width: 100%;
  border-radius: 25px;
}
#geral.imprensa .box_content a {
  color: var(--menu-hover);
  font-size: 24px;
  font-weight: 700;
  display: block;
}
#geral.imprensa .img {
  margin: 1.7rem auto;
  width: 25px;
  height: 25px;
}
#geral.imprensa .img.tel_box {
  background: url(../imgs/telefone.png) no-repeat;
}
#geral.imprensa .img.whats_box {
  background: url(../imgs/whats.png) no-repeat;
}
#geral.imprensa .img.mail_box {
  background: url(../imgs/mail.png) no-repeat;
}
#geral.imprensa .releases {
  margin-top: 4rem;
  position: relative;
}
#geral.imprensa .releases:after {
  content: "";
  background: url(../imgs/dots_orange.svg);
  width: 178px;
  height: 248px;
  position: absolute;
  right: -38px;
  top: -126px;
  z-index: -1;
}
#geral.imprensa .releases h2 {
  color: var(--menu-hover);
  font-size: 25px;
}
#geral.imprensa .releases li:after {
  display: none;
}
#geral.imprensa .releases_content {
  position: relative;
  /* the parent */
}
#geral.imprensa .releases_content .slick-next, #geral.imprensa .releases_content .slick-prev {
  width: 19px;
  height: 34px;
}
#geral.imprensa .releases_content .slick-next:before, #geral.imprensa .releases_content .slick-prev:before {
  display: none;
}
#geral.imprensa .releases_content .slick-next {
  background: url(../imgs/arrow_right.svg) no-repeat;
  right: -1rem;
}
@media (max-width: 460px) {
  #geral.imprensa .releases_content .slick-next {
    right: 0;
  }
}
#geral.imprensa .releases_content .slick-prev {
  background: url(../imgs/arrow_left.svg) no-repeat;
  left: -1rem;
  z-index: 3;
}
@media (max-width: 460px) {
  #geral.imprensa .releases_content .slick-prev {
    left: 0;
  }
}
#geral.imprensa .releases_content .slick-disabled {
  opacity: 0.3;
}
#geral.imprensa .releases_content .img_cc {
  width: 100%;
  height: 237px;
  position: relative;
}
#geral.imprensa .releases_content .box_cc {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
  height: 660px;
}
#geral.imprensa .releases_content .box_cc a {
  z-index: 5;
}
#geral.imprensa .releases_content .box_cc .text {
  position: relative;
  z-index: 3;
  padding: 0 3rem;
}
#geral.imprensa .releases_content h3 {
  font-size: 26px;
  margin: 1rem 0 2rem 0;
  position: relative;
  z-index: 3;
}
#geral.imprensa .releases_content .slick-slide {
  margin: 0 10px;
}
#geral.imprensa .releases_content .slick-list {
  margin: 0 -10px;
  padding: 0 0 3rem 0;
}
#geral.imprensa .releases_content span {
  border-radius: 50px 50px 100px 0;
  background: rgb(243, 152, 75);
  background: linear-gradient(242deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  width: 76px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  z-index: 999;
  bottom: 0;
}
#geral.posts .posts {
  margin-top: 4rem;
  position: relative;
}
#geral.posts .posts:after {
  content: "";
  background: url(../imgs/dots_orange.svg);
  width: 178px;
  height: 248px;
  position: absolute;
  right: -38px;
  top: -126px;
  z-index: -1;
}
#geral.posts .posts h2 {
  color: var(--menu-hover);
  font-size: 25px;
  text-transform: uppercase;
}
#geral.posts .posts_interno {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
#geral.posts .posts_interno .img_cc {
  width: 100%;
  height: 352px;
  position: relative;
}
#geral.posts .posts_interno .box_cc {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
  height: 660px;
  width: 33%;
  margin-bottom: 2rem;
}
#geral.posts .posts_interno .box_cc a {
  z-index: 5;
}
#geral.posts .posts_interno .box_cc:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  height: 689px;
  background: url(../imgs/sombra.png) no-repeat;
  background-size: cover;
  pointer-events: none;
}
#geral.posts .posts_interno .box_cc .text {
  position: relative;
  z-index: 3;
  padding: 0 3rem;
}
#geral.posts .posts_interno .box_cc:hover span {
  width: 110px;
}
#geral.posts .posts_interno h3 {
  font-size: 26px;
  margin: -100px 0 2rem 0;
  position: relative;
  z-index: 3;
}
#geral.posts .posts_interno span {
  border-radius: 50px 50px 100px 0;
  background: rgb(243, 152, 75);
  background: linear-gradient(242deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  width: 76px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: 0;
}
#geral.posts .releases {
  /* the parent */
}
#geral.posts .releases .slick-dots {
  text-align: left;
  width: 117px;
  left: 50%;
  bottom: 100px;
  transform: translate(-460%, 50%);
}
@media (min-width: 1440px) {
  #geral.posts .releases .slick-dots {
    left: 43%;
  }
}
@media (max-width: 770px) {
  #geral.posts .releases .slick-dots {
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    padding: 0;
    margin: 0;
  }
}
#geral.posts .releases .slick-dots li button {
  position: relative;
  background-color: hsla(0, 0%, 74%, 0.5);
  border-radius: 100px;
  width: 11px;
  height: 11px;
}
#geral.posts .releases .slick-dots li button::before {
  display: none;
}
#geral.posts .releases .slick-dots li button:after {
  opacity: 0;
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  transition: all 0.4s ease;
}
#geral.posts .releases .slick-dots li button:hover {
  background-color: var(--primary-color);
}
#geral.posts .releases .slick-dots li button:hover:after {
  opacity: 1;
}
#geral.posts .releases .slick-dots li.slick-active button {
  background-color: var(--primary-color);
}
#geral.posts .releases .slick-dots li.slick-active button:after {
  opacity: 1;
}
#geral.posts .releases .slick-dots li:after {
  display: none;
}
#geral.posts .releases h2 {
  color: var(--menu-hover);
  font-size: 25px;
  text-transform: uppercase;
}
#geral.posts .releases .img_cc {
  width: 100%;
  height: 237px;
  position: relative;
}
#geral.posts .releases .slick-slide {
  margin: 0 10px;
}
#geral.posts .releases .slick-list {
  margin: 0 -10px;
  padding: 0 0 3rem 0;
}
#geral.posts .releases .box_cc {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
  height: 670px;
  margin-bottom: 2rem;
}
#geral.posts .releases .box_cc a {
  z-index: 9999;
}
#geral.posts .releases .box_cc .text {
  position: relative;
  z-index: 3;
  padding: 0 3rem;
  margin-top: 0;
}
#geral.posts .releases .box_cc .text h3 {
  font-size: 25px;
  margin-top: 1rem;
}
#geral.posts .releases .box_cc span {
  border-radius: 50px 50px 100px 0;
  background: rgb(243, 152, 75);
  background: linear-gradient(242deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  width: 76px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  z-index: 999;
  bottom: 0;
}
#geral.posts .releases .box_cc:hover span {
  width: 110px;
}

#geral.imprensa .releases {
  /* the parent */
}
#geral.imprensa .releases .slick-dots {
  text-align: left;
  width: 117px;
  left: 50%;
  bottom: 100px;
  transform: translate(-460%, 50%);
}
@media (min-width: 1440px) {
  #geral.imprensa .releases .slick-dots {
    left: 43%;
  }
}
@media (max-width: 770px) {
  #geral.imprensa .releases .slick-dots {
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    padding: 0;
    margin: 0;
  }
}
#geral.imprensa .releases .slick-dots li button {
  position: relative;
  background-color: hsla(0, 0%, 74%, 0.5);
  border-radius: 100px;
  width: 11px;
  height: 11px;
}
#geral.imprensa .releases .slick-dots li button::before {
  display: none;
}
#geral.imprensa .releases .slick-dots li button:after {
  opacity: 0;
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  transition: all 0.4s ease;
}
#geral.imprensa .releases .slick-dots li button:hover {
  background-color: var(--primary-color);
}
#geral.imprensa .releases .slick-dots li button:hover:after {
  opacity: 1;
}
#geral.imprensa .releases .slick-dots li.slick-active button {
  background-color: var(--primary-color);
}
#geral.imprensa .releases .slick-dots li.slick-active button:after {
  opacity: 1;
}
#geral.imprensa .releases .slick-dots li:after {
  display: none;
}
#geral.imprensa .releases h2 {
  color: var(--menu-hover);
  font-size: 25px;
  text-transform: uppercase;
}
#geral.imprensa .releases .img_cc {
  width: 100%;
  height: 237px;
  position: relative;
}
#geral.imprensa .releases .slick-slide {
  margin: 0 10px;
}
#geral.imprensa .releases .slick-list {
  margin: 0 -10px;
  padding: 0 0 3rem 0;
}
#geral.imprensa .releases .box_cc {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
  height: 670px;
  margin-bottom: 2rem;
}
#geral.imprensa .releases .box_cc a {
  z-index: 5;
}
#geral.imprensa .releases .box_cc .text {
  position: relative;
  z-index: 3;
  padding: 0 3rem;
  margin-top: 0;
}
#geral.imprensa .releases .box_cc .text h3 {
  font-size: 25px;
  margin-top: 1rem;
}
#geral.imprensa .releases .box_cc span {
  border-radius: 50px 50px 100px 0;
  background: rgb(243, 152, 75);
  background: linear-gradient(242deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  width: 76px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  z-index: 999;
  bottom: 0;
}
#geral.imprensa .releases .box_cc:hover span {
  width: 110px;
}

#geral.posts .posts_interno {
  gap: 22px;
}

#geral.posts .releases .box_cc {
  width: 32%;
  background: #ffffff;
}

.tab-content {
  display: none;
}
.tab-content.current {
  display: inherit;
}

.tabs {
  list-style: none;
  display: flex;
  gap: 10px;
  border-top: 0;
}
.tabs li {
  list-style: none;
  border: 1px solid var(--menu-hover);
  color: var(--menu-hover);
  width: 33.33%;
  text-align: center;
  text-transform: uppercase;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px 40px 0 40px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.tabs li.current, .tabs li:hover {
  background: rgb(243, 152, 75);
  background: linear-gradient(190deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  border: 1px solid transparent;
  color: white;
}
.tabs li:hover {
  letter-spacing: 3px;
}
.tabs li:after {
  display: none;
}

#geral .dropdown {
  margin: 2em auto;
  width: 20.5em;
  padding: 1rem;
  border: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
}
#geral .dropdown .js-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  border: 1px solid var(--menu-hover);
}
#geral .dropdown ul {
  margin-top: 0 !important;
  display: none;
  background-color: #DBDBDB;
  border-radius: 0 0 14px 14px;
}
#geral .dropdown a {
  display: block;
  padding: 0.5em;
  color: var(--primary-color);
  text-decoration: none;
}
#geral .dropdown li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
  transition: all 0.4s ease;
}
#geral .dropdown li:hover {
  background-color: var(--menu-hover);
}
#geral .dropdown li:hover a {
  color: white;
}
#geral .dropdown li::after {
  display: none;
}
#geral .grid_releases_infos {
  display: flex;
  flex-direction: column;
}
#geral .grid_releases_infos h3 {
  margin-top: 1rem;
  font-size: 26px;
}
#geral .grid_releases_infos a {
  background: rgb(243, 152, 75);
  background: linear-gradient(190deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  color: white;
  border-radius: 40px 40px 0 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  position: absolute;
  bottom: 23px;
  width: 88%;
}
#geral .grid_releases_infos a[data-item=arquivo]:after {
  content: "";
  position: absolute;
  left: 11%;
  background: url(../imgs/icon_download2.png) no-repeat;
  width: 30px;
  height: 30px;
}
#geral .multimidia_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
  margin-top: 5rem;
}
#geral .grid_releases_item {
  width: 24%;
  background: white;
  border-radius: 25px;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
  position: relative;
}
#geral .grid_releases_item p {
  margin-bottom: 6rem;
}

#geral.imprensa .releases h2 {
  margin-top: 0;
}

#geral .banco h2 {
  font-size: 25px;
  text-align: center;
  color: var(--menu-hover);
  margin-bottom: 4rem;
  margin-top: 0;
  text-transform: uppercase;
}
#geral .clipping h2 {
  font-size: 25px;
  text-align: center;
  color: var(--menu-hover);
  margin-bottom: 4rem;
  margin-top: 4rem;
  text-transform: uppercase;
}
#geral .clipping .grid_releases {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
}
#geral .clipping .grid_releases_item {
  width: 31%;
  min-height: initial;
  height: auto;
  background: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
#geral .clipping .grid_releases_item p {
  margin-bottom: 6rem;
}
#geral .clipping .grid_releases_item a {
  background: rgb(243, 152, 75);
  background: linear-gradient(190deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  color: white;
  border-radius: 40px 40px 0 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  position: absolute;
  bottom: 23px;
  width: 88%;
}
#geral .clipping .grid_releases_item a[data-item=arquivo]:after {
  content: "";
  position: absolute;
  left: 11%;
  background: url(../imgs/icon_download2.png) no-repeat;
  width: 30px;
  height: 30px;
}

.page-trabalhe-conosco #geral a {
  background: rgb(243, 152, 75);
  background: linear-gradient(190deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  color: white;
  border-radius: 40px 40px 0 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.page-exames .box_contato {
  width: 90%;
  margin: 0 auto 3rem;
}

.nav_especialidades {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 4rem;
}
.nav_especialidades a {
  text-decoration: none;
  width: 48%;
  background: #4E8B55;
  color: white;
  border-radius: 40px 40px 0 40px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: all 0.4s ease;
}
.nav_especialidades a:hover {
  background-color: #66B76F;
}

.container_medicos {
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 770px) {
  .container_medicos {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.container_medicos h3 {
  width: 100%;
  text-align: center;
  color: #4e8b55;
}

.medico_card {
  background: rgb(39, 70, 43);
  background: linear-gradient(0deg, rgb(39, 70, 43) 0%, rgb(102, 190, 102) 100%);
  border-radius: 50px 0 0 0;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.medico_card_info {
  padding: 50px 30px;
}

.medico_card_info {
  width: 65%;
}

.medico_card_info h4,
.medico_card_info h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.medico_card_info h5 {
  font-size: 16px;
  margin-bottom: 0;
}

.medico_card_info p {
  margin: 0 0;
  color: #fff;
}

.medico_card_info .text {
  margin-bottom: 2rem;
}

.medico_card_info .medico_card_bt {
  padding: 10px 20px;
  border-radius: 8px;
  background: #fff;
  color: var(--d-red);
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 310px;
}

.medico_card_bt span {
  line-height: 17px;
  margin: 0 0 0 1rem;
}

.medico_card_bt i {
  font-size: 20px;
  margin-right: 0;
}

.medico_card_bt small {
  font-size: 11px;
  font-weight: bold;
}

.medico_card_info .medico_card_bt:hover {
  color: #fff;
  background: #4e8b55;
}

.medico_foto {
  display: block;
  background-size: cover;
  background-position: center;
}

.medico_card_destaque {
  width: 100%;
  background: rgb(215, 85, 28);
  background: linear-gradient(0deg, rgb(215, 85, 28) 0%, rgb(243, 152, 75) 100%);
}

.medico_card .medico_foto {
  width: 35%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  position: relative;
  right: -1px;
}

.medico_perfil_img {
  float: right;
  max-width: 350px;
  margin: 0 0 40px 40px;
  border-radius: 8px;
}

.medico_perfil h1 {
  font-size: 34px;
  color: #4e8b55;
  text-transform: uppercase;
  font-weight: 700;
}

.page-id-1152 .medico_perfil h2,
.single-medicos .medico_perfil h2 {
  text-align: left;
  font-size: 24px;
  color: #89b97d !important;
  text-transform: uppercase;
}

.single-medicos .medico_perfil h3 {
  text-align: left;
  font-size: 18px;
  color: #89b97d !important;
  margin-top: 20px;
}

.titulo_principal h2 {
  color: var(--menu-hover);
  font-size: 35px;
  font-weight: 700;
}

.medico_card_info {
  position: relative;
}
.medico_card_info::after {
  content: "";
  background: url(../imgs/bg_medico1.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 137px;
  height: 143px;
  pointer-events: none;
}
.medico_card_info::before {
  content: "";
  background: url(../imgs/bg_medico2.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 286px;
  height: 361px;
  pointer-events: none;
}

.btn_destaque {
  background: rgb(243, 152, 75);
  background: linear-gradient(190deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
  border-radius: 40px 40px 0 40px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.btn_destaque:hover {
  padding: 20px 60px;
  box-shadow: 0 24px 41px rgba(0, 0, 0, 0.2), 0 9px 22px rgba(0, 0, 0, 0.1) !important;
}

.btn_destaque a {
  color: #fff;
}

.form_login .box_content {
  width: 100%;
  padding: 60px !important;
}

@media (min-width: 567px) {
  .form_login .box_content {
    width: 48%;
  }
}
.form_login .box_content_100 {
  width: 100% !important;
}

.form_login h3 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.form_login h4 {
  color: var(--menu-hover);
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.form_login p {
  line-height: 24px !important;
}

.form_area_logada label {
  display: block;
  font-weight: bold;
  text-align: left;
}

.form_area_logada input[type=text],
.form_area_logada input[type=tel],
.form_area_logada input[type=email],
.form_area_logada input[type=password],
.form_area_logada input[type=date] {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
}

.sucesso,
.erro_form {
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.msg_erro, .erro_form {
  background: #e84c3d;
}

.sucesso {
  background: #19bd9b;
}

.form_button_radio {
  display: inline-block;
  background: #f7f7f7;
  border: 1px solid #CCD5E0;
  border-radius: 10px;
  padding: 8px 20px;
  margin: 0 0 10px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 300;
  color: #66768C;
}

.radio_input input[type=radio],
.radio_input input[type=checkbox] {
  display: none;
}

.form_button_radio:hover {
  border-color: #19bd9b;
  background: #B8F2CD;
  color: #0a7f67;
}

.radio_input input[type=radio]:checked + label,
.radio_input input[type=checkbox]:checked + label,
.form_button_radio.active {
  border-color: #19bd9b;
  background: #19bd9b;
  color: #fff;
}

/* AGENDA PACIENTE
================================================== */
.container_area_paciente h3 {
  color: var(--menu-hover);
  font-size: 20px;
  font-weight: 700;
}

.agenda_paciente_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f1f1f1;
  border-radius: 10px;
  margin-bottom: 15px;
}

.agenda_paciente_item_data {
  width: 30%;
  border-radius: 10px 0 0 10px;
  padding: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.agenda_paciente_item_data:before {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f073";
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.agenda_paciente_item_data strong {
  display: block;
  font-size: 60px;
  line-height: 60px;
}

.agenda_paciente_item_descricao {
  width: 70%;
  padding: 40px;
}

.agenda_legenda_itens span,
.agenda_paciente_item_descricao_tag {
  display: inline-block;
  border-radius: 6px;
  padding: 1px 6px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}

.agenda_paciente_item_descricao div {
  display: flex;
  flex-wrap: wrap;
}

.agenda_paciente_item_descricao i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
}

.agenda_paciente_item_descricao div strong {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}

.agenda_paciente_item_descricao div span {
  line-height: 16px;
}

.descricao_dados {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.agenda_paciente_item_descricao_dados div {
  width: 32%;
  margin-bottom: 10px;
  margin-right: 2%;
}

.agenda_paciente_item_descricao_dados div:nth-child(3n) {
  margin-right: 0;
}

.agenda_paciente_item_descricao_dados div:nth-child(5n) {
  width: 60%;
}

.agenda_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.agenda_filtro h3,
.agenda_legenda h3 {
  text-transform: uppercase;
  font-size: 13px;
}

.agenda_details a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 25px;
  background: #4e8b55;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.agenda_details a i {
  margin-right: 10px;
  font-size: 20px;
}

.agenda_legenda_itens_exames,
.agenda_paciente_item_aguardando .agenda_paciente_item_data,
.agenda_paciente_item_aguardando .agenda_paciente_item_descricao_tag,
.agenda_paciente_item_aguardando .agenda_paciente_item_descricao i,
.agenda_paciente_item_normal .agenda_paciente_item_data,
.agenda_paciente_item_normal .agenda_paciente_item_descricao_tag,
.agenda_paciente_item_normal .agenda_paciente_item_descricao i,
.agenda_paciente_item_exames .agenda_paciente_item_data,
.agenda_paciente_item_exames .agenda_paciente_item_descricao_tag,
.agenda_paciente_item_exames .agenda_paciente_item_descricao i {
  background: #70A288;
}

.agenda_legenda_itens_cirurgia,
.agenda_paciente_item_pr-agenda .agenda_paciente_item_data,
.agenda_paciente_item_pr-agenda .agenda_paciente_item_descricao_tag,
.agenda_paciente_item_pr-agenda .agenda_paciente_item_descricao i,
.agenda_paciente_item_cirurgia .agenda_paciente_item_data,
.agenda_paciente_item_cirurgia .agenda_paciente_item_descricao_tag,
.agenda_paciente_item_cirurgia .agenda_paciente_item_descricao i {
  background: #084887;
}

.agenda_legenda_itens_consulta,
.agenda_paciente_item_cancelada .agenda_paciente_item_data,
.agenda_paciente_item_cancelada .agenda_paciente_item_descricao_tag,
.agenda_paciente_item_cancelada .agenda_paciente_item_descricao i,
.agenda_paciente_item_consulta .agenda_paciente_item_data,
.agenda_paciente_item_consulta .agenda_paciente_item_descricao_tag,
.agenda_paciente_item_consulta .agenda_paciente_item_descricao i,
.agenda_paciente_item_consultas-por-mdico .agenda_paciente_item_data,
.agenda_paciente_item_consultas-por-mdico .agenda_paciente_item_descricao_tag,
.agenda_paciente_item_consultas-por-mdico .agenda_paciente_item_descricao i {
  background: #71697A;
}

.agendamento_icone_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.agendamento_icone {
  padding: 40px;
  border-radius: 10px;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
}

.agendamento_icone:last-child {
  margin-right: 0;
}

.agendamento_icone:hover {
  transform: scale(1.1);
  box-shadow: 0 24px 41px rgba(0, 0, 0, 0.8), 0 9px 22px rgba(0, 0, 0, 0.1) !important;
}

.agendamento_icone p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

.agendamento_icone i {
  font-size: 38px;
  color: #fff;
  margin-bottom: 15px;
}

.agendamento_convenio_sim,
.agendamento_convenio_nao,
.agendamento_consulta {
  background: #71697A;
}

.agendamento_exame {
  background: #70A288;
}

.aviso_sem_agendamentos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 35px;
  text-align: center;
  background: #ececec;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}

.aviso_sem_agendamentos i {
  font-size: 22px;
  margin-right: 10px;
}

.select2-container--flat .select2-selection--single {
  border-radius: 6px !important;
}

.agendamento_orizonti {
  max-width: 780px;
  margin: 0 auto;
}

.bt_agendamento_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding-top: 10px;
}

.bt_agendamento_container_secundario {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: calc(100% - 260px);
}

.bt_agendamento {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 10px;
  background: #4e8b55;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.bt_agendamento:hover {
  background: #c04625 !important;
  color: #fff !important;
  transform: scale(1.1);
  box-shadow: 0 24px 81px rgba(0, 0, 0, 0.2), 0 9px 32px rgba(0, 0, 0, 0.1) !important;
}

.bt_continuar_agendamento {
  color: #fff;
  background: #4e8b55;
}

.bt_voltar {
  background: #f5f5f5;
  color: #333333;
}

.bt_agendamento_container_secundario .bt_agendamento {
  background: #f5f5f5;
  color: #333333;
  margin-bottom: 10px;
  text-align: right;
  font-weight: 500;
}

.bt_agendamento_container_secundario .bt_agendamento strong {
  font-weight: 700;
}

.bt_agendamento_container_secundario .bt_agendamento:last-child {
  margin-bottom: 0;
  color: #fff;
  background: #4e8b55;
  font-weight: 700;
}

.carregando {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #70A288;
  background: #fff;
  padding: 10px;
  margin: 20px 0;
}

.carregando i {
  color: #70A288;
  font-size: 20px;
  margin-right: 10px;
}

.carregando::after {
  position: absolute;
  content: "";
  bottom: -5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, #70A288, #fff, #70A288);
  background-size: 300% 300%;
  background-position: 0 50%;
  animation: moveGradient 4s alternate infinite;
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
.tabela tbody tr {
  border-bottom: 1px solid #dddddd;
}

.tabela tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}

.tabela tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.tabela a {
  display: block;
  width: 170px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #3f9879;
  border-radius: 10px;
}

.tabela {
  width: 100%;
}

.tabela a i {
  margin-right: 5px;
}

.tabela .bt_resultados_pdf a {
  background: #1e4887;
}

.carregar_mais_exames_container {
  text-align: center;
}

.carregar_mais_exames_container a {
  background: #3f9879;
  display: inline-block;
  text-align: center;
  padding: 15px 35px;
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
}

.resultados_exames_paciente_table thead th {
  color: #fff;
  font-weight: bold;
  background-color: var(--menu-hover);
  padding: 15px;
}

.resultados_exames_paciente_table thead tr th:first-child {
  border-radius: 10px 0 0 10px;
}

.resultados_exames_paciente_table thead tr th:last-child {
  border-radius: 0 10px 10px 0;
}

.resultados_exames_paciente_table tbody td {
  padding: 20px;
}

@media (max-width: 990px) {
  .header_options {
    text-align: center;
    position: relative;
    z-index: 9;
  }
  .nav_mob {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--menu-hover);
    z-index: 9;
    top: 104px;
    border-top: 1px solid white;
    padding-top: 2rem;
    padding-inline: 1rem;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    min-height: 0;
    height: 0;
    transition: all 0.4s ease;
    padding-bottom: 2rem;
    border-bottom-right-radius: 9rem;
  }
  .nav_mob.is-active {
    opacity: 1;
    min-height: -moz-max-content;
    min-height: max-content;
    height: auto;
    visibility: visible;
  }
  .nav_mob ul li {
    text-align: left;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .nav_mob ul li a {
    color: white;
  }
  .nav_mob ul li.has-sub {
    position: relative;
  }
  .nav_mob ul li.has-sub:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(../imgs/arrow_down_w.png) no-repeat;
    background-size: 100%;
  }
  .nav_mob ul li .sub-menu {
    display: none;
    margin-top: 1rem;
  }
  .nav_mob ul li .sub-menu li {
    padding-bottom: 0;
    border: 0;
    position: relative;
    padding-left: 14px;
  }
  .nav_mob ul li .sub-menu li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: white;
    padding-right: 4px;
    border-radius: 2rem;
  }
  .nav_mob ul li .sub-menu li.area:before {
    background: url(../imgs/user_mob.png) no-repeat;
    content: "";
    top: 0;
    width: 16px;
    height: 19px;
    background-size: 100%;
    border-radius: 0;
  }
  .nav_mob ul li .sub-menu li.area a {
    color: #F6966D;
    font-weight: 700;
    padding-left: 14px;
  }
  .nav_mob ul li .sub-menu li.infos {
    background: url(../imgs/question_mob.png) left no-repeat;
    color: #F6966D;
    font-weight: 700;
    padding-left: 23px;
    position: relative;
    width: -moz-max-content;
    width: max-content;
  }
  .nav_mob ul li .sub-menu li.infos:before {
    display: none;
  }
  .nav_mob ul li .sub-menu li.infos:after {
    content: "";
    position: absolute;
    right: -31px;
    top: 0px;
    width: 16px;
    height: 18px;
    background: url(../imgs/arrow_down_mob.png) no-repeat;
  }
  .nav_mob ul li.active .sub-menu {
    display: block;
  }
  .nav_mob .areas {
    display: flex;
    flex-wrap: wrap;
  }
  .nav_mob .areas a {
    color: white;
    font-weight: 700;
    text-align: left;
  }
  .nav_mob .areas a img {
    margin-right: 14px;
  }
  .nav_mob .areas .central {
    width: 254px;
    margin-bottom: 1rem;
  }
  #banner:before {
    z-index: 9;
    width: 63px;
  }
  #diferenciais {
    padding-top: 7rem;
  }
  #convenios {
    padding-top: 4rem;
  }
  #convenios h2 {
    font-size: 35px;
  }
  #banner_interno {
    border-bottom-right-radius: 10rem;
    height: auto;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    background-size: cover;
  }
  #banner_interno.sem_img {
    height: auto;
    padding-top: 0;
  }
  #banner_interno.sem_img:after {
    content: "";
    background: url(../imgs/mascara_banner.png) no-repeat;
    position: absolute;
    top: -6px;
    right: 2px;
    left: inherit;
    width: 180px;
    height: 186px;
    display: block !important;
  }
  #banner_interno .img {
    margin-top: 0;
    height: 246px;
    width: 430px;
    order: 2;
    display: flex;
    margin-bottom: 1.7rem;
    background-position: top;
    position: relative;
    z-index: 2;
  }
  #banner_interno h2 {
    font-size: 38px;
    padding-top: 2rem;
  }
  #banner_interno h2,
  #banner_interno p {
    position: relative;
    z-index: 2;
  }
  #banner_interno p {
    width: 88%;
    display: flex;
    order: 3;
  }
  #banner_interno:after {
    content: "";
    background: url(../imgs/mascara_banner.png) no-repeat;
    position: absolute;
    top: -6px;
    right: 0;
    width: 180px;
    height: 186px;
  }
  #exames:after,
  #exames:before,
  #geral:after {
    display: none;
  }
  .box_contato {
    padding: 2rem 1rem 1rem;
    width: 100%;
  }
  #geral h2 {
    font-size: 22px;
  }
  #convenios.convenio_interna #container_planos {
    gap: 3%;
  }
  #convenios.convenio_interna #container_planos .container_plano .img {
    width: 168px;
  }
  .endereco__box .img {
    width: 100%;
    padding: 0;
  }
  #banner_interno.sem_img {
    position: relative;
    margin-bottom: 2rem !important;
    background: rgb(232, 106, 49);
    background: linear-gradient(225deg, rgb(232, 106, 49) 0%, rgb(203, 72, 34) 100%);
  }
  .container_form_medico {
    padding: 30px 10px;
  }
  .dados_do_paciente_container label,
  #label_equipamentos_1,
  #label_equipamentos_2,
  .bloco_download .box_content {
    width: 100%;
  }
  #container_form_cirurgico h3 {
    margin-top: 0;
  }
  #delimitador_check {
    display: block;
  }
  .enviar input[type=submit] {
    padding: 20px 20px;
    font-size: 16px;
  }
  .bloco_download .box {
    flex-wrap: wrap;
  }
  .block__title {
    font-size: 16px;
    margin: 30px 0 0;
  }
  .bloco_accordion .block__title {
    padding-inline: 2rem;
    padding-inline-end: 4rem;
  }
  .bloco_accordion .block__title:after {
    width: 20px;
    height: 25px;
    background-size: 100% !important;
    position: absolute;
    right: 22px;
  }
  .bloco_accordion .block__title.active:after {
    background: url(../imgs/arrow_up.png) no-repeat !important;
    background-size: 100% !important;
  }
  .bloco_pagina .box {
    flex-wrap: wrap;
  }
  #geral.posts .posts_interno {
    flex-wrap: wrap;
  }
  #geral.posts .posts_interno .box_cc {
    width: 100%;
    padding-bottom: 6rem;
    height: auto;
  }
  #searchform {
    position: initial;
    transform: none;
    width: 330px;
    margin: auto;
  }
  .nav_especialidades {
    width: 94%;
  }
  .nav_especialidades a {
    width: 100%;
  }
  input.pesquisa {
    width: 100%;
  }
}
@media (max-width: 990px) and (max-width: 660px) {
  input.pesquisa {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 990px) {
  .medico_card .medico_foto {
    width: 124px;
    height: 155px;
    margin: 0 auto 1rem;
    border-radius: 10px;
    position: initial;
  }
  .medico_card_info {
    width: 100%;
  }
  .medico_card_bt span {
    text-align: center;
  }
  .medico_card_info p {
    margin: 0;
  }
  .medico_card_info {
    position: relative;
  }
  .medico_card_info::after {
    content: "";
    background: url(../imgs/bg_medico1.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 137px;
    height: 143px;
    pointer-events: none;
  }
  .medico_card_info::before {
    content: "";
    background: url(../imgs/bg_medico2.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 286px;
    height: 361px;
    pointer-events: none;
  }
  .block__text div {
    padding: 20px 2rem;
    font-weight: 700;
    font-size: 13px;
  }
  .modal-hemocomponente-content,
  .modal-cirurgico-content,
  .modal-guia-universal-content,
  .modal-submit-content,
  .modal-bis-content,
  .modal-exames-content,
  .modal-categorias-orizonti-content {
    width: 94%;
    background: var(--menu-hover);
    border-radius: 34px;
  }
  .modal-cirurgico-content p,
  .modal-hemocomponente-content p,
  .modal-submit-content p,
  .modal-bis-content p {
    font-size: 16px;
  }
  .btn-modal-cirurgico,
  .btn-modal-hemocomponente,
  .btn-modal-guia-universal,
  .btn-modal-submit,
  .btn-modal-bis,
  .btn_modal {
    border-radius: 2rem;
    border: none;
    padding: 10px;
    background: rgb(243, 152, 75);
    background: linear-gradient(274deg, rgb(243, 152, 75) 0%, rgb(215, 85, 28) 100%);
    width: 233px;
    color: white;
    cursor: pointer;
    display: block;
    margin: 0 auto 2rem;
  }
  .oop {
    display: block !important;
  }
  .oop label {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .oop label span {
    display: block;
  }
  .oop .add_check .first label {
    display: flex;
    gap: 10px;
  }
  input[type=file] {
    width: 100%;
  }
  #depoimento .depoimento_box .box {
    width: 100%;
    justify-content: center;
  }
  .medico_card_info .medico_card_bt {
    display: block;
    text-align: center;
  }
  .medico_card_info .medico_card_bt span {
    margin: 0;
    display: block;
  }
  #geral.pronto_atendimento .box {
    padding-inline: 1rem;
  }
  #geral.pronto_atendimento .list span {
    background-position: left top;
  }
  #geral.pronto_atendimento .box h2 {
    margin-top: 1rem;
  }
  .content_foto {
    margin-bottom: 2rem;
  }
  #geral {
    padding-bottom: 2rem;
  }
  body.page-seguranca-do-paciente #geral:before {
    display: none;
  }
  #geral.imprensa .box {
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .tabs {
    flex-wrap: wrap;
  }
  .tabs li {
    width: 46%;
  }
  #geral .grid_releases_item,
  #geral .clipping .grid_releases_item {
    width: 100%;
  }
  #geral.imprensa .releases:after {
    display: none;
  }
  .bloco_imagem {
    height: 146px;
    background-size: cover;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
  }
  .slider_convenios .slick-track {
    display: flex;
    align-items: center;
  }
  #convenios .slider_convenios img {
    height: auto;
  }
}
@media (max-width: 991px) {
  #searchform {
    position: initial;
    transform: none;
    width: 330px;
    padding-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  #banner .banner_box .text h2 {
    font-size: 40px;
  }
  #searchform {
    padding-bottom: 2rem;
  }
}
.whatsapp_cta {
  position: fixed;
  bottom: 2rem;
  right: 7rem;
  width: 70px;
  height: 70px;
  background: #4cad1e;
  border-radius: 100px;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 44px 41px rgba(0, 0, 0, 0.3), 0 9px 22px rgba(0, 0, 0, 0.06) !important;
  transition: all 0.4s ease;
}

.whatsapp_cta:hover {
  transform: scale(1.1);
}

.whatsapp_cta svg {
  width: 40%;
  fill: #fff;
}

.whatsapp_cta::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #4cad1e;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 4.5s infinite linear;
  pointer-events: none;
}

.balao img, .fechado img {
  transition: all 0.4s ease;
}

#chat {
  z-index: 9;
}

.fechado.ativo img {
  transform: initial;
}

.fechado img, .fechado:hover img {
  transform: scale(1.4);
  right: 9px;
  bottom: 2px;
}

#chat {
  /* right: 0.4%;
  bottom: 0.4%; */
  /* margin-left: 78%;
      */
  /* margin-top: 10%; */
  margin-right: 0.4%;
  margin-top: 11%;
  float: right;
  position: fixed;
  bottom: 8%;
  right: 4%;
  visibility: hidden;
  /* float: right; */
  /* position: relative; */
  /* display: none; */
}

#chat iframe {
  height: 450px;
  width: 380px;
  position: relative;
  top: 4px;
  /* border: 1px solid #0c314e;
  border-radius: 20px; */
  /* border-color: #0c314e; */
}

.header-chat {
  position: relative;
  height: 20px;
  width: 100%;
  top: 31px;
  right: 20px;
  z-index: 9;
}

.header-chat #close {
  /* position: relative;
  height: 20px;
  width: 100%;
  top: 35px; */
  right: -10px;
  z-index: 9;
}

.header-chat img {
  position: relative;
  right: 0px;
  float: right;
  cursor: pointer;
  /* background-color: red; */
  height: 20px;
  width: 20px;
  /* margin-right: 5px; */
}

.content-chat {
  z-index: 1;
  background-color: white;
  /* padding-top: 30px; */
  position: relative;
  visibility: hidden;
  /* display: none; */
  display: block;
  overflow: hidden;
  border-radius: 20px;
  transform: translateZ(0px);
  border: 2px solid #95b173;
}

.balao img {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  height: 95px;
  overflow: scroll;
  bottom: 3px;
  right: 10px;
}

.fechado img {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  height: 10%;
  overflow: scroll;
  bottom: 3px;
  right: 10px;
}

.minimizado img {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  height: 10%;
  overflow: scroll;
  bottom: 3px;
  right: 10px;
}

.minimizado img:hover {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  height: 11%;
  overflow: scroll;
  bottom: 3px;
  right: 10px;
}

.orizonti_chat {
  position: relative;
  z-index: 99999999;
}

.wpp_flutuante {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 5px;
  right: 95px;
  background: #25d366;
  padding: 15px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  color: #fff;
  font-size: 36px;
}

.wpp_flutuante:hover {
  background: #075E54;
}

.balao img {
  transition: all 0.4s ease;
}

.balao img:hover {
  /* 	animation: bounce 2s infinite; */
  transform: scale(1.5);
}

#erro {
  padding: 80px 0;
}
#erro h1 {
  text-align: center;
}
#erro .link {
  padding: 20px 40px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 20px auto 0;
}
#erro .link:hover {
  background: var(--laranja);
  color: #ffffff;
}

/* ACEITAR COOKIES
================================================== */
.aceitar_cookies {
  display: none;
}

.aceitar_cookies_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  padding: 25px 80px;
  box-shadow: 0 24px 81px rgba(0, 0, 0, 0.4), 0 9px 32px rgba(0, 0, 0, 0.2) !important;
  position: fixed;
  bottom: 0;
  z-index: 99999999999;
}

.aceitar_cookies p {
  width: calc(100% - 160px);
}

.aceitar_cookies a {
  text-decoration: underline;
  color: var(--verde);
}

.aceitar_cookies_bt {
  padding: 10px 20px;
  color: #fff !important;
  background: #191919;
}

@media (max-width: 990px) {
  .aceitar_cookies_container {
    padding: 30px;
  }
  .aceitar_cookies p {
    width: 100%;
  }
}
.grecaptcha-badge {
  display: none;
}

#breadcrumbs {
  margin-top: 30px;
}

.valores_foto {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.valores_foto img {
  border-radius: 25px;
  height: auto;
  width: 49%;
}
.valores_foto .valores_itens {
  width: 49%;
}
.valores_foto .valores_itens .box_contato:first-child {
  margin-top: 0 !important;
}
.valores_foto .valores_itens .box_contato:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=main.css.map */