body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading {
  color: #030404;
}

.custom_heading span {
  color: #21d7ff;
}

/*header section*/
.hero_area {
  height: 98vh;
  position: relative;
}

.hero_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background-color: #023b48;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px 0 rgba(31, 38, 135, 0.06);
  padding-top: 15px;
  margin: 0;
  border-radius: 0;
  transition: background 0.3s, box-shadow 0.3s;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .quote_btn-container a {
  color: #434242;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 12px 32px;
  color: #222;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 12px;
  margin: 0 4px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  position: relative;
  z-index: 1;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:focus {
  background: rgba(33, 215, 255, 0.12);
  color: #21d7ff;
  box-shadow: 0 2px 12px 0 rgba(33, 215, 255, 0.10);
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link.active {
  background: linear-gradient(90deg, #21d7ff 0%, #41a3ff 100%);
  color: #fff !important;
  box-shadow: 0 4px 16px 0 rgba(33, 215, 255, 0.15);
  font-weight: 700;
  border-radius: 14px;
  position: relative;
  z-index: 2;
  /* Modern underline effect */
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link.active::after {
  content: "";
  display: block;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  margin: 6px auto 0 auto;
  width: 60%;
  transition: width 0.2s;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navbar-brand img {
  width: 30px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #191919;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
  background-image: url(../images/hero.jpg);
  padding: 6% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_detail-box h1 {
  color: #ffffff;
  font-size: 52px;
}

.slider_detail-box h1 span {
  display: inline-block;
  color: #434242;
  font-weight: bold;
}

.slider_detail-box p {
  color: #f6f8f7;
  margin-top: 45px;
  margin-bottom: 40px;
}

.slider_detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 45px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
  margin-right: 10px;
}

.slider_detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  color: #023b48;
}

.slider_detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #023b48;
}

.slider_detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_img-box {
  margin-right: 5%;
}

.slider_img-box img {
  width: 100%;
}

.carousel-indicators {
  bottom: -15%;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #010106;
}

.about_section {
  background-image: url(../images/about-bg.png);
  background-size: cover;
}

.about_section .row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin: 25px 0;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #023b48;
}

.service_section .row .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.service_section .img_box {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #18d3ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .img_box img {
  width: 45px;
}

.service_section .detail_box {
  margin-top: 25px;
}

.service_section .detail_box h6 {
  font-weight: bold;
}

.service_section a {
  display: inline-block;
  padding: 12px 25px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
}

.service_section a:hover {
  background-color: transparent;
  color: #023b48;
}

.gallery-section {
  background-color: #0dc3ff;
}

.gallery-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gallery-section .container h2 {
  color: #ffffff;
}

.gallery-section .img_box {
  margin: 15px 0;
}

.gallery-section .img_box img {
  width: 100%;
  height: 100%;
}

.gallery-section .img_box.box-1 {
  width: 28%;
}

.gallery-section .img_box.box-2 {
  width: 70%;
}

.gallery-section .img_box.box-3 {
  width: 32%;
}

.gallery-section .img_box.box-4 {
  width: 32%;
}

.gallery-section .img_box.box-5 {
  width: 32%;
}

.buy_section {
  text-align: center;
}

.buy_section p {
  margin: 25px 0;
}

.buy_section a {
  display: inline-block;
  padding: 12px 65px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
}

.buy_section a:hover {
  background-color: transparent;
  color: #023b48;
}

.client_section .pl-100 {
  padding-left: 100px;
}

.client_section .client_container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border: 1px solid #606060;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.client_section .client_container .img_box {
  width: 200px;
  margin-left: -100px;
}

.client_section .client_container .img_box img {
  min-width: 100%;
}

.client_section .client_container .detail_box {
  padding: 0 35px;
}

.client_section .carousel-indicators li {
  background-color: #0dc3ff;
}

.client_section .carousel-indicators .active {
  background-color: #8c8a8a;
}

.map_section {
  position: relative;
}

.map_section #map {
  position: absolute;
}

.map_section .form_container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 48px;
  z-index: 9;
  box-shadow: 0 4px 24px 0 rgba(2,59,72,0.10), 0 1.5px 6px 0 rgba(33,215,255,0.08);
}

.map_section .form_container form {
  background-color: rgba(255, 255, 255, 0.98);
  padding: 45px;
  margin: 75px 0;
}

.map_section .form_container input {
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #111111;
  padding-top: 35px;
  width: 100%;
}

.map_section .form_container input.message-box {
  padding-top: 55px;
}

.map_section .form_container button {
  display: inline-block;
  padding: 12px 20px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
  border-radius: 30px;
  width: 100%;
  margin-top: 35px;
}

.map_section .form_container button:hover {
  background-color: transparent;
  color: #023b48;
}

.info_section {
  background-color: #0dc3ff;
}

.info_items {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_items .item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.info_items .item .detail-box {
  margin-top: 5px;
  color: #fff;
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}

.info_items .item .img-box.box-1 {
  background-image: url(../images/location-white.png);
}

.info_items .item .img-box.box-2 {
  background-image: url(../images/telephone-white.png);
}

.info_items .item .img-box.box-3 {
  background-image: url(../images/envelope-white.png);
}

/* footer section*/
.footer_section {
  background-color: #fbfdfd;
  padding: 20px;
  font-weight: 500;
}

.footer_section p {
  color: #292929;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #292929;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */

/* === Estilos para menú dinámico de otros tratamientos === */
.tratamiento-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: center;
}
.tratamiento-menu button {
  background: #21d7ff;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}
.tratamiento-menu button.active,
.tratamiento-menu button:hover {
  background: #41a3ff;
}
.tratamiento-section {
  display: none;
}
.tratamiento-section.active {
  display: block;
  animation: fadeIn 0.4s;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* === Personalización de los carruseles epigenetica === */
#carruselCanino .carousel-control-prev,
#carruselCanino .carousel-control-next,
#carruselFelino .carousel-control-prev,
#carruselFelino .carousel-control-next {
  width: 34px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(2,59,72,0.10);
  border-radius: 50%;
  border: 1px solid #21d7ff;
  opacity: 0.85;
  transition: box-shadow 0.15s, background 0.15s;
}

#carruselCanino .carousel-control-prev,
#carruselFelino .carousel-control-prev {
  left: -48px;
}

#carruselCanino .carousel-control-next,
#carruselFelino .carousel-control-next {
  right: -48px;
}

#carruselCanino .carousel-control-prev-icon,
#carruselCanino .carousel-control-next-icon,
#carruselFelino .carousel-control-prev-icon,
#carruselFelino .carousel-control-next-icon {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  filter: drop-shadow(0 1px 2px #023b4866);
}

#carruselCanino .carousel-control-prev:hover,
#carruselFelino .carousel-control-prev:hover,
#carruselCanino .carousel-control-next:hover,
#carruselFelino .carousel-control-next:hover {
  background: #21d7ff;
  opacity: 1;
  box-shadow: 0 0 6px 2px #21d7ff44;
}

#carruselCanino .carousel-control-prev:focus,
#carruselCanino .carousel-control-next:focus,
#carruselFelino .carousel-control-prev:focus,
#carruselFelino .carousel-control-next:focus {
  outline: 2px solid #21d7ff;
}

@media (max-width: 575px) {
  #carruselCanino .carousel-control-prev,
  #carruselFelino .carousel-control-prev {
    left: -16px;
  }
  #carruselCanino .carousel-control-next,
  #carruselFelino .carousel-control-next {
    right: -16px;
  }
}

/* Mostrar solo una sección epigenetica a la vez */
.epigenetica-section {
  display: none;
}
.epigenetica-section.active {
  display: block;
  animation: fadeIn 0.4s;
}

/* Limitar altura de los carruseles de epigenética */
#carruselCanino .carousel-item img,
#carruselFelino .carousel-item img {
  display: block;
  max-height: 400px;
  max-width: 100%;
  width: auto;
  height: 400px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 15px;
  background: #fff;
}

@media (max-width: 575px) {
  #carruselCanino .carousel-item img,
  #carruselFelino .carousel-item img {
    max-height: 220px;
    height: 220px;
  }
}

/* Limitar ancho de carrusel epigenética y centrar */
#carruselCanino,
#carruselFelino,
#carruselGaleria {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* Ajuste para imágenes del carrusel galería - exactamente igual epigenética */
#carruselGaleria .carousel-item img {
  display: block;
  max-height: 400px;
  max-width: 100%;
  width: auto;
  height: 400px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 15px;
  background: #fff;
}

@media (max-width: 575px) {
  #carruselGaleria .carousel-item img {
    max-height: 220px;
    height: 220px;
  }
}

/* Botones flecha iguales epigenética */
#carruselGaleria .carousel-control-prev,
#carruselGaleria .carousel-control-next {
  width: 34px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(2,59,72,0.10);
  border-radius: 50%;
  border: 1px solid #21d7ff;
  opacity: 0.85;
  transition: box-shadow 0.15s, background 0.15s;
}

#carruselGaleria .carousel-control-prev {
  left: -48px;
}
#carruselGaleria .carousel-control-next {
  right: -48px;
}

#carruselGaleria .carousel-control-prev-icon,
#carruselGaleria .carousel-control-next-icon {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  filter: drop-shadow(0 1px 2px #023b4866);
}

#carruselGaleria .carousel-control-prev:hover,
#carruselGaleria .carousel-control-next:hover {
  background: #21d7ff;
  opacity: 1;
  box-shadow: 0 0 6px 2px #21d7ff44;
}
#carruselGaleria .carousel-control-prev:focus,
#carruselGaleria .carousel-control-next:focus {
  outline: 2px solid #21d7ff;
}

@media (max-width: 575px) {
  #carruselGaleria .carousel-control-prev {
    left: -16px;
  }
  #carruselGaleria .carousel-control-next {
    right: -16px;
  }
}

/* ----- Visor de imagen epigenetica (lightbox) ----- */
#visorEpigeneticaOverlay {
  position: fixed;
  z-index: 30000;
  top: 0; left: 0; width: 100vw; height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: visorFadeIn 0.22s;
}
#visorEpigeneticaOverlay .visorEpigenetica-backdrop {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15,28,38,0.88);
  cursor: zoom-out;
}
#visorEpigeneticaOverlay .visorEpigenetica-imgbox {
  position: relative;
  z-index: 2;
  max-width: 90vw;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
#visorEpigeneticaOverlay .visorEpigenetica-imgbox img {
  display: block;
  max-width: 90vw;
  max-height: 75vh;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
  box-shadow: 0 6px 36px 2px #02131c33, 0 2px 12px #02131c22;
  border-radius: 10px;
  background: #fff;
}
#visorEpigeneticaOverlay .visorEpigenetica-cerrar {
  position: absolute;
  top: 2px; right: 3px;
  border: none;
  background: rgba(255,255,255,0.98);
  color: #187baf;
  font-size: 2.6rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 2px 8px #172a2144;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
#visorEpigeneticaOverlay .visorEpigenetica-cerrar:hover {
  background: #21d7ff;
  color: #fff;
}

@media (max-width: 575px) {
  #visorEpigeneticaOverlay .visorEpigenetica-imgbox img {
    max-width: 94vw;
    max-height: 56vh;
  }
  #visorEpigeneticaOverlay .visorEpigenetica-imgbox {
    max-width: 100vw;
    max-height: 60vh;
  }
}

/* Visor entrada animada */
@keyframes visorFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
