body {
  font-family: "Roboto";
}

.header__barra {
  background-color: #1c693b;
}

.header__btn01 {
  background-color: #ca3538;
  color: white;
  font-weight: 700;
  border: none;
  border-radius: 25px;
}

.header__btn01:hover {
  background-color: #82000d;
  border: none;
}

.header__btn01:active,
.header__btn01:focus {
  background-color: #82000d;
  border: none;
}

.header__btn02 {
  background-color: #ffffff !important;
  color: #1c693b !important;
  border: 2px solid #1c693b !important;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.header__btn02:hover {
  background-color: #1c693b !important;
  color: #ffffff !important;
}

.header__btn02:active,
.header__btn02:focus {
  background-color: #f7f7f7;
  color: #1c693b;
}

.header__btn03 {
  background-color: #1c693b;
  color: white;
  font-weight: 700;
  border: none;
  border-radius: 25px;
  padding: 10px 45px;
}

.header__btn03:hover {
  background-color: rgb(0, 0, 0, 0.7);
  color: white;
}

.header__btn03:active,
.header__btn03:focus {
  background-color: #1c693b;
  color: white;
}

.box__01 {
  background-color: #ca3538;
  border-radius: 25px;
  min-height: 355px;
}

.box__01 h3 {
  font-size: 1.2rem;
  padding-top: 05px;
  color: #ffffff;
  padding-left: 10px;
}

.box__01-destaque {
  font-weight: 600;
}

.box__01-btn {
  background-color: #23a642;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 25px;
  padding: 10px 35px;
  width: 200px;
  transition: 0.5s;
}

.box__01-btn_whatsapp {
  width: inherit;
}

.box__01-btn_exames {
  background-color: #1c693b;
}

.box__01-btn:hover {
  background-color: #1c693b;
  color: #fff;
  transform: scale(1.05);
}

.box__01-btn:active,
.box__01-btn:focus {
  background-color: #1c693b;
  color: #fff;
}

.box__01-txt {
  color: #ffffff;
  text-align: center;
}

.box__02 {
  background-color: #ca3538;
  border-radius: 25px;
  min-height: 355px;
}

.box__02-btn {
  background-color: white;
  color: #000000;
  font-weight: 700;
  border: none;
  border-radius: 25px;
  padding: 5px 35px;
  display: list-item;
  margin-top: 10px;
  width: 200px;
  text-align: start;
}

.box__02-btn:hover {
  background-color: #f7f7f7;
  color: #000000;
}

.box__02-btn:active,
.box__02-btn:focus {
  background-color: #f7f7f7;
  color: #000000;
}

.box__03 {
  background-color: #1c693b;
  border-radius: 25px;
  min-height: 355px;
}

.box__03 h3 {
  font-size: 1.3rem;
  padding-top: 20px;
  color: #ffffff;
}

.box__03-destaque {
  font-weight: 600;
}

.section__anna {
  background-color: #1c693b;
  color: #ffffff;
}

.section__anna p {
  font-size: 1.3rem;
}

.box__03-btn {
  background-color: #ca3538;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 25px;
  padding: 10px 35px;
}

.box__03-btn:hover {
  background-color: #f7f7f7;
  color: #000000;
}

/* Footer */

footer li a {
  text-decoration: none;
}

footer h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.destaque__link {
  font-weight: 700;
  text-transform: uppercase;
}

.bg-red {
  background-color: #ca3538;
}

/* Seção News */

.news h1 {
  display: flex;
  justify-content: end;
  font-size: 1.5rem;
  font-style: italic;
  padding: 10px;
  font-weight: 500;
}

/* Seção Convênios */

.convenios {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1024px) {
  .convenios {
    padding: 40px;
  }
}

.convenios h1 {
  display: flex;
  justify-content: start;
  font-size: 1rem;
  padding: 10px;
}

.convenios__title {
  background-color: #ca3538;
  margin: 5px;
  width: 135px;
  color: white;
  border-radius: 20px;
}

/* Ajustes icones */

.anna_collum {
  height: 400px;
}

.anna_collum h1 {
  padding-top: 40px;
}

#anna__text {
  padding-top: 40px;
}

@media (max-width: 576px) {
  #anna__text {
    padding-top: 40px;
    font-size: 1rem;
  }
}

.anna {
  position: relative;
}

@media (min-width: 300px) {
  .anna_home {
    max-height: 286px;
    bottom: 0;
    position: relative;
    right: 18px;
  }
}

@media (min-width: 768px) {
  .anna_home {
    right: 0px;
    position: absolute;
    max-height: 386px;
  }
}

@media (min-width: 992px) {
  .anna_home {
    right: 60px;
    position: absolute;
  }
}

.icone_agenda {
  height: 24px;
  width: auto;
}

.icone_resultados {
  height: 24px;
}

.icone_unidades {
  height: 35px;
  padding-top: 4px;
}

.icone_area-medica {
  height: 42px;
  padding-top: 4px;
}

.icone_news {
  height: 38px;
}

.icone_convenios {
  height: 22px;
}

.icone_laboratorio {
  height: 42px;
  padding-bottom: 5px;
}

.icone_reconhecimento {
  color:#ca3538;
}

.icone_atendimento {
  color:#ca3538;
}

.ajuste_vertical {
  display: flex;
  align-items: center; 
}

.icone_resultados_maiores {
  height: 42px;
  margin-top: 10px;
}

.icone_agenda_maior {
  height: 38px;
  margin-top: 10px;
}

.icone_infantil {
  height: 28px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.icone_adolescentes {
  height: 23px;
  padding-bottom: 5px;
}

.icone_mulher {
  height: 28px;
}

.icone_homem {
  height: 28px;
}

.icone_nutricional {
  height: 18px;
}

.icone_saudesex {
  height: 23px;
}

.icone_fitness {
  height: 23px;
}

.icone_checkup {
  width: 41px;
}

.link_nav01,
.link_nav01:hover {
  text-decoration: none;
  color: #ca3538;
}

.link_unidades {
  color: #ca3538;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 4px;
  font-size: 1.05rem;
  font-weight: 500;
}

.destaque__link-nav {
  font-weight: 900;
  text-transform: uppercase;
  color: #ca3538;
}

.link_nav02,
.link_nav02:hover {
  text-decoration: none;
  color: #1c693b;
}

.link__areamedica {
  color: #1c693b;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 0px;
  font-weight: 500;
}

.destaque__areamedica-nav {
  font-weight: 900;
  text-transform: uppercase;
}

.destaque_areamedica-legenda {
  color: black;
  font-size: 0.7rem;
}

.hack_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.title_news h1 {
  font-weight: 800;
}

footer ul {
  line-height: 1.9em;
}

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

.convenios__artes-logo {
  height: 60px;
}

/* Páginas Internas - Cabeçalho */

.header_empresa {
  min-height: 60px;
  background-color: #ca3538;
  font-weight: 700;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.header_empresa h1 {
  font-weight: 900;
  font-size: 1.25rem;
  z-index: 2;
  color: white;
  text-transform: uppercase;
}

.header_empresa h1:after {
  content: "";
  position: relative;
  width: 100px;
  border-bottom: 3px solid #ffffff;
  display: block;
  padding-top: 5px;
}

/* Páginas Internas - Conteúdo */

.interno {
  padding-top: 50px;
  padding-bottom: 50px;
}

.interno .texto {
  padding-top: 40px;
}

.interno p {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.7rem;
}

.interno__subtitulo {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .interno .img-linha {
    max-width: 800px;
  }
}

.coleta-domiciliar {
  height: 500px;
  border-radius: 25px;
  transition: 0.5s;
}

@media (max-width: 992px) {
  .coleta-domiciliar {
    height: 320px;
    width: 300px;
  }
}

.coleta-domiciliar:hover {
  transform: scale(1.05);
}

.img-premios {
  max-width: 80%;
  border-radius: 25px;
  transition: 0.5s;
}

.img-premios:hover {
  transform: scale(1.05);
}

.img-express {
  border-radius: 25px;
  transition: 0.5s;
}

.img-express:hover {
  transform: scale(1.05);
}

.img-certificados {
  border-radius: 10px;
  transition: 0.5s;
}

.img-certificados:hover {
  transform: scale(1.05);
}

.img-resultados {
  border-radius: 25px;
  transition: 0.5s;
}

.img-resultados:hover {
  transform: scale(1.05);
}

/* The actual timeline (the vertical ruler) */

.interno .content p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.7rem;
}

.interno .content h2 {
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: capitalize;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #dfdedc;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container-time {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-time::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #c79d38;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #dfdedc;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #dfdedc;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #dfdedc;
  border-width: 10px 10px 10px 0;
  border-color: transparent #dfdedc transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #dfdedc;
  color: #5c5c5c;
  position: relative;
  border-radius: 15px;
  transition: 0.5s;
}

.content:hover {
  transform: scale(1.05);
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .container-time {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .container-time::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

/* Page Unidades */

.box__unidades {
  background-color: #e9ecef;
  padding: 20px;
  border-radius: 25px;
  margin-bottom: 20px;
  font-size: 0.9rem !important;
  transition: 0.5s;
}

.box__unidades:hover {
  transform: scale(1.01);
}

.box__imagem {
  width: 100%;
  height: 320px;
  border-radius: 5px;
}

.box_imagem-itaipava {
  background-image: url(../img/unidades/Unidade-Itaipava.png);
  background-size: cover;
  background-position: bottom;
}

.box_imagem-cachoeiro {
  background-image: url(../img/unidades/cachoeiro.jpg);
  background-size: cover;
  background-position: bottom;
}

.box_imagem-cachoeiro-novo {
  background-image: url(../img/unidades/Unidade-Marbrasa-nova1.jpg);
  background-size: cover;
  background-position: bottom;
}

.box_imagem-kennedy {
  background-image: url(../img/unidades/presidente-kennedy.png);
  background-size: cover;
  background-position: top;
}

.box_imagem-itapemirim {
  background-image: url(../img/unidades/itapemirim.png);
  background-size: cover;
  background-position: center;
}

.box_imagem-marataizes {
  background-image: url(../img/unidades/marataizes.jpg);
  background-size: cover;
  background-position: center;
}

.box__texto {
  padding: 30px 20px;
  text-align: center;
}

.box__titulo {
  color: #1c693b;
  text-transform: uppercase;
  font-weight: 800;
  /* font-size: 1rem; */
}

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

.box__paragraph-title {
  font-weight: bold;
}

.box__paragraph-whatsapp {
  text-align: center !important;
}

/* Slick Secretarias */
.mission-next-arrow {
  position: absolute;
  background: url(../../assets/img/slides/chevron-right-solid.webp) no-repeat
    center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: -36px;
  height: 28px;
  width: 28px;
  border: none;
}
.mission-next-arrow:hover {
  cursor: pointer;
}
.mission-prev-arrow {
  background: url(../../assets/img/slides/chevron-left-solid.webp) no-repeat
    center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
  height: 28px;
  width: 28px;
  border: none;
}
.mission-prev-arrow:hover {
  cursor: pointer;
}
@media (max-width: 640px) {
  .mission-next-arrow {
    right: -10px;
  }

  .mission-prev-arrow {
    left: -10px;
  }
}
/* Fim Slideshow */

/* Cards Turismo */
.boxnews h1 {
  padding: 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
}
.boxnews h1::after {
  content: "";
  display: none !important;
}

.boxnews a {
  text-decoration: none;
}

.boxnews {
  margin: 20px 0;
}

.boxnews__header {
  height: 250px;
}

.boxnews__image-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
}

.boxnews:hover .boxnews__image-background {
  filter: brightness(75%);
  transition: 1s;
}

.boxnews__body {
  background: #ca3538;
  border-radius: 25px;
  padding: 1rem;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  height: 70px;
}

.boxnews:hover .boxnews__body {
  background: #1c693b;
  transition: 1s;
}

.boxnews__title {
  color: white !important;
}

.boxnews:hover .boxnews__text {
  color: var(--link-color-2) !important;
  transition: 1s;
}

.boxnews__title {
  font-size: 1.1rem !important;
  text-align: center;
}

@media (min-width: 300px) and (max-width: 575px) {
  .boxnews__header {
    height: 250px;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .boxnews__title {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .boxnews__body {
    height: 70px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .boxnews__header {
    height: 250px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .boxnews__title {
    font-size: 1rem !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .boxnews__body {
    height: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .boxnews__header {
    height: 230px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .boxnews__title {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .boxnews__body {
    height: 80px;
  }
}

/* Fim Card Turismo */

.news__img {
  width: auto;
  height: 550px;
  border-radius: 10px;
}

/* Link Dev Rodapé */

.dev__link,
.dev__dir,
.dev__arco {
  color: black;
  text-decoration: none !important;
}

.dev__link .dev__arco:hover {
  color: #f9a13f;
}

.dev__link .dev__arco:hover .dev__logo svg {
  filter: brightness(1);
}

.dev__link .dev__logo svg {
  /* filter: brightness(100); */
  width: 22px;
  height: 22px;
  margin-left: 5px;
}

.dev__link .dev__logo:hover svg {
  /* filter: brightness(1); */
}

.dev__link .dev__logo:hover .dev__arco {
  color: #f9a13f;
}

.icon_social a {
  color: #f7f7f7 !important;
}

.icon_social:hover {
  color: #f7f7f7 !important;
}

/* FIm Link Dev */

.box__02-btn {
  cursor: pointer;
}

/* MKT Zap */

#btn_chat {
  background: #39bd72;
  padding: 10px;
  position: fixed;
  z-index: 16000002;
  width: 220px;
  height: 40px;
  right: 20px;
  bottom: 0;
  cursor: pointer;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
#btn_chat .fa {
  position: absolute;
  right: 15px;
  top: 13px;
  color: #fff;
}
#btn_chat .widget-icone {
  display: none;
}
@media (max-width: 768px) {
  #btn_chat .widget-title {
    display: none;
  }
  #btn_chat .widget-icone {
    display: block;
    color: #fff;
  }
  #btn_chat {
    background: #39bd72;
    padding: 0;
    width: initial;
    height: initial;
    right: initial;
    bottom: 100px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    left: 30px;
    border: 0;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  }
  #btn_chat .widget-icone .fa {
    position: relative;
    right: inherit;
    top: inherit;
    display: block;
    line-height: 56px;
    width: 56px;
    text-align: center;
    font-size: 28px;
  }
}
#widget_canvas {
  display: none !important;
}
#widget_canvas.show {
  display: block !important;
}

.exames-agendados {
  list-style: none;
}

.exames-agendados i {
  color: #39bd72;
}

/* Checkup Infantil */

.checkup_infantil {
  position: relative;
  z-index: 1;
  height: 300px;
}

.checkup_infantil::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/checkups/infantil.jpg);
  background-size: cover;
  background-position: right;
  -webkit-clip-path: circle(95% at 0 50%);
  clip-path: circle(95% at 0 50%);
  z-index: -1;
}

.checkup_infantil-text {
  position: absolute;
  color: #f7f7f7;
  font-weight: 800;
  display: flex;
  justify-content: end;
  text-align: right;
  padding: 5px 0px;
  padding-right: 15px;
  left: 0;
  bottom: 5px;
  width: 60%;
  background-color: #ca3538;
  border-radius: 0px 20px 20px 0px;
}

.checkup_adolescentes {
  position: relative;
  z-index: 1;
  height: 300px;
}

.checkup_adolescentes::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/checkups/adolescentes.jpg);
  background-size: cover;
  background-position: right;
  -webkit-clip-path: circle(95% at 0 50%);
  clip-path: circle(95% at 0 50%);
  z-index: -1;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.checkup_adolescentes-text {
  position: absolute;
  color: #f7f7f7;
  font-weight: 800;
  display: flex;
  justify-content: start;
  text-align: left;
  padding: 5px 0px;
  padding-left: 15px;
  right: 0;
  bottom: 5px;
  width: 60%;
  background-color: #ca3538;
  border-radius: 20px 0px 0px 20px;
}

.checkup_mulher {
  position: relative;
  z-index: 1;
  height: 300px;
}

.checkup_mulher::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/checkups/mulher.jpg);
  background-size: cover;
  background-position: right;
  -webkit-clip-path: circle(95% at 0 50%);
  clip-path: circle(95% at 0 50%);
  z-index: -1;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.checkup_mulher-text {
  position: absolute;
  color: #f7f7f7;
  font-weight: 800;
  display: flex;
  justify-content: start;
  text-align: left;
  padding: 5px 0px;
  padding-left: 15px;
  right: 0;
  bottom: 5px;
  width: 60%;
  background-color: #ca3538;
  border-radius: 20px 0px 0px 20px;
}

.checkup_homem {
  position: relative;
  z-index: 1;
  height: 300px;
}

.checkup_homem::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/checkups/homem.jpg);
  background-size: cover;
  background-position: right;
  -webkit-clip-path: circle(95% at 0 50%);
  clip-path: circle(95% at 0 50%);
  z-index: -1;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.checkup_homem-text {
  position: absolute;
  color: #f7f7f7;
  font-weight: 800;
  display: flex;
  justify-content: start;
  text-align: left;
  padding: 5px 0px;
  padding-left: 15px;
  right: 0;
  bottom: 5px;
  width: 60%;
  background-color: #1c693b;
  border-radius: 20px 0px 0px 20px;
}

.checkup_nutricional {
  position: relative;
  z-index: 1;
  height: 300px;
}

.checkup_nutricional::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/checkups/nutricional.jpg);
  background-size: cover;
  background-position: right;
  -webkit-clip-path: circle(95% at 0 50%);
  clip-path: circle(95% at 0 50%);
  z-index: -1;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.checkup_nutricional-text {
  position: absolute;
  color: #f7f7f7;
  font-weight: 800;
  display: flex;
  justify-content: start;
  text-align: left;
  padding: 5px 0px;
  padding-left: 15px;
  right: 0;
  bottom: 5px;
  width: 60%;
  background-color: #1c693b;
  border-radius: 20px 0px 0px 20px;
}

.checkup-box-infantil {
  position: relative;
}
.interno__subtitulo-checkup {
  color: #f7f7f7;
  font-size: 1.25rem;
  font-weight: 800;
  display: flex;
  justify-content: start;
  text-align: left;
  padding: 5px 0px;
  padding-left: 15px;
  left: 0;
  bottom: 5px;
  width: 50%;
  background-color: #ca3538;
  border-radius: 0px 20px 20px 0px;
}

.checkup_saudesexual {
  position: relative;
  z-index: 1;
  height: 300px;
}

.checkup_saudesexual::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/checkups/vidasexual.jpg);
  background-size: cover;
  background-position: right;
  -webkit-clip-path: circle(95% at 0 50%);
  clip-path: circle(95% at 0 50%);
  z-index: -1;
}

.checkup_saudesexual-text {
  position: absolute;
  color: #f7f7f7;
  font-weight: 800;
  display: flex;
  justify-content: end;
  text-align: right;
  padding: 5px 0px;
  padding-right: 15px;
  left: 0;
  bottom: 5px;
  width: 60%;
  background-color: #ca3538;
  border-radius: 0px 20px 20px 0px;
}

.checkup_fitness {
  position: relative;
  z-index: 1;
  height: 300px;
}

.checkup_fitness::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/checkups/Fitness.jpg);
  background-size: cover;
  background-position: right;
  -webkit-clip-path: circle(95% at 0 50%);
  clip-path: circle(95% at 0 50%);
  z-index: -1;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.checkup_fitness-text {
  position: absolute;
  color: #f7f7f7;
  font-weight: 800;
  display: flex;
  justify-content: start;
  text-align: left;
  padding: 5px 0px;
  padding-left: 15px;
  right: 0;
  bottom: 5px;
  width: 60%;
  background-color: #1c693b;
  border-radius: 20px 0px 0px 20px;
}

.interno__subtitulo-checkup-1 {
  color: #f7f7f7;
  font-size: 1.25rem;
  font-weight: 800;
  display: flex;
  justify-content: start;
  text-align: left;
  padding: 5px 0px;
  padding-left: 15px;
  right: 0;
  top: 5px;
  width: 50%;
  background-color: #ca3538;
  border-radius: 20px 0px 0px 20px;
  position: absolute;
}

.interno__subtitulo-checkup-2 {
  color: #f7f7f7;
  font-size: 1.25rem;
  font-weight: 800;
  display: flex;
  justify-content: start;
  text-align: left;
  padding: 5px 0px;
  padding-left: 15px;
  left: 0;
  bottom: 5px;
  width: 50%;
  background-color: #1c693b;
  border-radius: 0px 20px 20px 0px;
}

/* Novas Seções */

.servicos_personalizados {
  background-color: white;
  padding: 50px 0px;
}

.servicos_personalizados h1 {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}

.logos_personalizados {
  max-height: 180px;
}

.redes_sociais {
  background: #1c693b;
  color: white;
  font-size: 1.5rem;
  padding: 10px;
  display: flex;
  justify-content: center;
}

.redes_sociais-grid {
  display: flex;
  align-items: center;
}

.redes_sociais-icones {
  font-size: 30px !important;
  bottom: 10px;
}

.redes_sociais-icones a {
  color: white;
}

.redes_sociais-icones a:hover {
  color: #e9ecef;
}

.redes_sociais-siga {
  padding-right: 15px;
}

.redes_sociais-link {
  padding-left: 15px;
}

@media (max-width: 768px) {
  .redes_sociais {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .redes_sociais {
    display: none;
  }
}

.box__express {
  background-color: #e9ecef;
  padding: 20px 20px 20px 20px;
  border-radius: 25px;
  font-weight: 900;
  text-align: center;
  transition: 0.5s;
  font-size: 1.5rem;
}

.box__express:hover {
  transform: scale(1.02);
}

.dourado {
  color: #c79d38;
  font-weight: 900;
}

.verde {
  color:#1c693b;
  font-weight: 900;
}

.cinza {
  font-weight: 900;
}

.logo_localizador {
  width: 40px;
  padding-right: 8px;
}

.logo_localizador-pnqc {
  width: 80px;
  padding-right: 8px;
}

.logo_historia {
  width: 250px;
}

.link-light {
  color: #ca3538;
}

.link-light:hover {
  color: #82000d;
  padding-left: 3px;
}

footer h3 {
  color: #1c693b;
}

.container-footer {
  position: relative;
}

.background-logo {
  width: 68px;
  height: 92px;
  background-image: url(../../assets/img/logo/logo_rodape.png);
  background-repeat: no-repeat;
  z-index: 0;
  position: absolute;
  left: 88%;
  top: 38%;
  transform: translate(-25%,-50%) scale(3);
  background-size: contain;
  opacity: 0.25;
}

@media (min-width: 768px) and (max-width: 992px) {
  .background-logo {
    width: 68px;
    height: 92px;
    background-image: url(../../assets/img/logo/logo_rodape.png);
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    left: 78%;
    top: 54%;
    transform: translate(-25%,-50%) scale(3);
    background-size: contain;
    opacity: 0.25;
  }
} 

@media (max-width: 767px) {
  .background-logo {
    display: none;
  }
} 

/* Icones Página Santanna em Casa */

.icone_div:hover {
    transform: scale(1.05);
}

.icone_div {
  transition: 0.5s;
}

.icone_casa {
  color: #ca3538;
}

.icone_casa_texto {
  color: #ca3538;
  font-weight: 800;
  padding-top: 20px;
  display: block;
  text-transform: uppercase;
}

/* Error 404 */

.c-error {
  display: grid;
  height: calc(80vh);
  place-items: center;
}

.c-error__title {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: .8rem;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color:#ca3538;

  font-style: italic;
}

.c-error__title, .c-error__subtitle {
  text-align: center;
  text-transform: uppercase;
}

/* === Menu Fixo no Topo === */
#topmenu {
  z-index: 1050;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  #topmenu nav {
      flex-direction: column;
      align-items: flex-start;
  }

  #topmenu .container {
      gap: 10px;
  }

  #topmenu nav a {
      font-size: 0.9rem;
  }
}

/* Espaço para o menu fixo não sobrepor o conteúdo */
body {
  padding-top: 0px;
}
.top-sticky-menu {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  padding: 8px 0;
}

.top-sticky-menu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-sticky-menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-left: 0;
  margin-bottom: 0;
}

.top-sticky-menu a {
  color: #111;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}

.top-sticky-menu a:hover {
  color: #c90000;
}

/* Mobile */
@media (max-width: 768px) {
  .top-sticky-menu .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 16px;
  }

  .top-sticky-menu ul {
    flex-direction: column;
    gap: 8px;
  }
}
.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  padding: 0 10px;
}

.navbar-nav .nav-link:hover {
  color: #e92e2b;
}

.navbar-brand img {
  max-height: 50px;
}

@media (max-width: 991px) {
  .navbar-nav {
      text-align: center;
  }
}
body, html {
  margin: 0;
  padding: 0;
}

header {
  margin: 0;
  padding: 0;
}

.container {
  margin-top: 0;
  padding-top: 0;
}

main {
  margin-top: 0;
  padding-top: 0;
}

header .container:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.btn-enviar-vermelho {
  background-color: #cc0000 !important;  /* vermelho */
  color: #ffffff !important;             /* branco */
  border: none !important;
  padding: 10px 20px !important;
  font-weight: bold !important;
  border-radius: 5px !important;
  transition: background-color 0.3s !important;
  box-shadow: none !important;
}

.btn-enviar-vermelho:hover {
  background-color: #a80000 !important;  /* vermelho mais escuro no hover */
}

/* Por padrão, tudo aparece */
.redes_sociais-siga,
.redes_sociais-link {
    display: block;
}

/* Para telas pequenas (mobile), escondemos os textos */
@media (max-width: 768px) {
    .redes_sociais-siga,
    .redes_sociais-link {
        display: none;
    }
    /* Opcional: para centralizar só os ícones no mobile */
    .redes_sociais-icones {
        display: flex;
        justify-content: center;
        gap: 15px; /* Espaço entre os ícones */
        font-size: 28px; /* Tamanho maior para facilitar toque */
    }
}
.box_imagem-mimoso {
  background-image: url('/assets/img/unidades/mimoso.png');
  background-size: cover;
  background-position: center;
  height: 200px; /* ajuste conforme padrão dos outros */
}

.btn-agendar {
  background-color: #d60000; /* vermelho forte */
  color: #ffffff; /* texto branco */
  font-size: 1.1rem; /* um pouco maior que o normal */
  padding: 12px 24px; /* aumenta o botão */
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-agendar:hover {
  background-color: #a80000; /* tom mais escuro no hover */
  color: #fff;
  text-decoration: none;
}



