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: #12a21c;
}

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

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

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #f6f8f7;
  padding-top: 15px;
}

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

.custom_nav-container .navbar-collapse {
  justify-content: space-between !important;
}

.custom_nav-container .navbar-nav {
  width: 100%;
  justify-content: space-evenly;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .quote_btn-container a {
  text-transform: none;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #0c0c0c;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: color 0.2s;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 20px;
  width: 0;
  height: 1.5px;
  background: #12a21c;
  transition: width 0.3s ease;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover::before,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::before {
  width: calc(100% - 40px);
}

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

a:hover,
a:focus {
  color: initial;
}

.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: 100px;
  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: #12a21c;
  font-size: 52px;
}

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

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

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

.slider_detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  color: #12a21c;
}

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

.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: #12a21c;
  border: 1px solid #12a21c;
  color: #ffffff;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #12a21c;
}

.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: 250px;
  height: 250px;
  border-radius: 100%;
  background-color: #12a21c;
  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: 350px;
}

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

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

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

.service_section a:hover {
  background-color: transparent;
  color: #12a21c;
}

.gallery-section {
  background-color: #ffffff;
}

.clientes-section {
  background-color: #12a21c;
}


.buy_section {
  text-align: center;
}

.buy_section p {
  margin: 25px 0;
}

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

.buy_section a:hover {
  background-color: transparent;
  color: #12a21c;
}

.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: #12a21c;
}

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

.map_section {
  position: relative;
}

.map_section #map {
  position: absolute;
}

.map_section .form_container {
  position: relative;
  width: 50%;
  z-index: 9;
}

.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: #12a21c;
  border: 1px solid #12a21c;
  color: #ffffff;
  border-radius: 30px;
  width: 100%;
  margin-top: 35px;
}

.map_section .form_container button:hover {
  background-color: transparent;
  color: #12a21c;
}

.info_section {
  background: #0a0a0a;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

/* Línea decorativa superior en verde */
.info_section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #12a21c, transparent);
}

/* Grid de 3 columnas */
.info_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  border-radius: 12px;
  overflow: hidden;
}

.info_items a {
  text-decoration: none;
  display: block;
  position: static; /* anula el position:relative del original */
}

.info_items .item {
  background: #0a0a0a;
  padding: 36px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-direction: row;  /* horizontal: icono + texto en línea */
  text-align: left;
  width: auto;          /* anula el width:200px del original */
  transition: background 0.25s ease;
}

.info_items .item:hover {
  background: #111f12;
}

/* Círculo icono */
.info_items .item .img-box {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #12a21c;
  background: transparent;
  background-image: none !important; /* evita imágenes vacías del original */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, transform 0.25s ease;
}

.info_items .item:hover .img-box {
  background: #12a21c;
  transform: scale(1.08);
}

/* SVG dentro del círculo */
.info_items .item .img-box svg {
  width: 22px;
  height: 22px;
  fill: #12a21c;
  transition: fill 0.25s ease;
}

.info_items .item:hover .img-box svg {
  fill: #fff;
}

/* Texto */
.info_items .item .detail-box {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 0; /* anula margin-top:5px del original */
  color: inherit;
}

.info_items .item .detail-box .label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #12a21c;
}

.info_items .item .detail-box p,
.info_items .item .detail-box a {
  font-size: 14px;
  font-weight: 400;
  color: #c8c8c8;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s;
}

.info_items .item:hover .detail-box p,
.info_items .item:hover .detail-box a {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .info_items {
    grid-template-columns: 1fr;
    width: 95%;
  }
}

/* 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 */

.clientes-section .clientes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px; /* separación entre logos */
  align-items: center;
  justify-items: center;
  margin-top: 20px;
}

.clientes-section .clientes-grid img {
  max-width: 120px; /* tamaño máximo de cada logo */
  height: auto;     /* mantiene proporción */
  object-fit: contain;
  transition: transform 0.2s ease-in-out;
}

.clientes-section .clientes-grid img:hover {
  transform: scale(1.05); /* pequeño zoom al pasar el mouse */
}

/* Enlaces del menú principal */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #12a21c !important;
}

/* Enlaces del dropdown */
.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    padding: 8px 0;
    min-width: 180px;
    margin-top: 4px;
}

.navbar-nav .dropdown-item {
    font-size: 14px;
    color: #0c0c0c;
    padding: 9px 20px 9px 28px;
    position: relative;
    transition: color 0.2s, padding-left 0.2s;
}

.navbar-nav .dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 2.5px;
    background: #12a21c;
    border-radius: 2px;
    transition: height 0.2s ease;
}

.navbar-nav .dropdown-item:hover {
    color: #12a21c !important;
    background: #f8fdf8;
    padding-left: 32px;
}

.navbar-nav .dropdown-item:hover::before {
    height: 60%;
}

/* Menú fijo en la parte superior */
.custom_nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* Asegura que esté encima de todo */
    background-color: #f6f8f7; /* Mismo color que tu header */
    box-shadow: none;
}

body {
    padding-top: 70px; /* altura del menú */
    background: #ffffff;
}

.custom_heading {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 20px;
  border: none;
}

.card {
  position: relative;
  width: 300px; /* Ajusta según necesites */
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.card-image {
  position: relative;
}

.card-image img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.card {
  position: relative;
  width: 300px; /* ajusta al tamaño que necesites */
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.card-image {
  position: relative;
}

.card-image img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

/* Overlay oculto por defecto */
.card-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 202, 170, 0.5); /* fondo semi-transparente */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-image:hover .overlay {
  opacity: 1; /* solo muestra el fondo */
}

.card-image .overlay .plus {
  font-size: 48px;
  color: white;
  font-weight: bold;
  opacity: 1; /* asegura que el + nunca se vea transparente */
}

.gallery-section {
  background-color: #ffffff;
  padding: 60px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}



.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item .circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #12a21c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px; /* grosor del aro */
  margin-bottom: 15px;
}

.gallery-item .circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Título */
.gallery-title {
  font-weight: 600;
  margin-bottom: 8px;
}

/* Descripción */
.gallery-text {
  font-size: 14px;
  max-width: 280px;
  color: #555;
}

.gallery-card {
  cursor: pointer;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease;
}

.gallery-card:hover {
  transform: translateY(-5px);
}

.circle {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #12a21c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  margin: 0 auto 15px auto;
  overflow: hidden;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-card:hover .overlay {
  opacity: 1;
}

.info-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #12a21c;
  color: white;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===== MODAL PROFESIONAL ===== */

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-content {
  background: #ffffff;
  width: 92%;
  max-width: 820px;
  margin: 4% auto;
  padding: 40px;
  border-radius: 24px;
  text-align: center;
  position: relative;
  animation: slideUp 0.35s ease;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.25),
    0 8px 20px rgba(0, 0, 0, 0.15);
}

@keyframes slideUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.modal-image-wrapper {
  position: relative;
}

.modal-content img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 18px;
  transition: opacity 0.3s ease;
}

/* Flechas */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #12a21c;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: all 0.25s ease;
  backdrop-filter: blur(6px);
}

.nav-arrow:hover {
  transform: translateY(-50%) scale(1.12);
  background: #12a21c;
  color: #ffffff;
}

.nav-arrow.left {
  left: -26px;
}

.nav-arrow.right {
  right: -26px;
}

/* Botón cerrar */
.close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;      /* antes 38px */
  height: 44px;     /* antes 38px */
  border-radius: 50%;
  background: rgba(0,0,0,0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;  /* antes 22px */
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 3;
}

.close:hover {
  background: #12a21c;
  color: #fff;
  transform: rotate(90deg);
}

#modalTitle {
  margin-top: 25px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

#modalDesc {
  margin-top: 15px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Fade efecto al cambiar imagen */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.about-hero {
  background: #ffffff;          /* fondo blanco */
  color: #0c0c0c;               /* texto principal en negro del body [file:2] */
  padding: 60px 20px;
}

.about-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  border-left: 4px solid #12a21c;   /* verde existente [file:2] */
  padding-left: 30px;
}

.about-kicker {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  color: #12a21c;                /* verde [file:2] */
  margin-bottom: 5px;
}

.about-title {
  font-size: 32px;
  font-weight: 700;
  color: #0c0c0c;               /* negro [file:2] */
  margin-bottom: 15px;
}

.about-lead {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
}

.about-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
  margin-bottom: 16px;
}

.about-subtitle {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #12a21c;               /* verde [file:2] */
}

.method-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #12a21c; /* viñeta verde */
  font-size: 18px;
}


.ten-green {
  color: #12a21c;  /* mismo verde que usas en la web */
}

.method-hero {
  background: #ffffff;
  color: #0c0c0c;
  padding: 60px 20px;
}

.method-inner {
  max-width: 900px;
  margin: 0 auto;
  border-left: 4px solid #12a21c; /* mismo verde */
  padding-left: 30px;
}

.method-kicker {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  color: #12a21c;
  margin-bottom: 5px;
}

.method-title {
  font-size: 28px;
  font-weight: 700;
  color: #0c0c0c;
  margin-bottom: 18px;
}

.method-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.method-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #444444;
}

.method-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #12a21c; /* viñeta verde */
  font-size: 18px;
}

@media (max-width: 600px) {
  .method-hero {
    padding: 40px 16px;
  }

  .method-title {
    font-size: 22px;
  }

  .method-list li {
    font-size: 14px;
  }
}


.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #444444;
}


section.about-hero .about-list li::before {
  content: "•" !important;
  position: absolute;
  left: 0;
  top: 0.2em;
  color: #12a21c !important;
  font-size: 18px;
  font-weight: 700;
}


    /* ──────────────────────────────────────────
       PROPUESTA MODERNA: info_section
       Paleta original: #000 · #12a21c · #fff
    ────────────────────────────────────────── */

    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Poppins', sans-serif; background: #fff; }

    /* ---- SECCIÓN ---- */
    .info_section {
      background: #0a0a0a;
      padding: 60px 20px;
      position: relative;
      overflow: hidden;
    }

    /* línea decorativa superior verde */
    .info_section::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, transparent, #12a21c, transparent);
    }

    /* ---- GRID DE ITEMS ---- */
    .info_items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;                          /* separador tipo "grieta" */
      max-width: 900px;
      margin: 0 auto;
      background: #1e1e1e;              /* color del separador */
      border: 1px solid #1e1e1e;
      border-radius: 12px;
      overflow: hidden;
    }

    /* ---- ITEM INDIVIDUAL ---- */
    .info_items a {
      text-decoration: none;
      display: block;
    }

    .info_items .item {
      background: #0a0a0a;
      padding: 36px 24px;
      display: flex;
      align-items: center;
      gap: 18px;
      transition: background 0.25s ease;
      cursor: pointer;
    }

    .info_items .item:hover {
      background: #111f12;              /* verde muy oscuro en hover */
    }

    /* ---- ICONO ---- */
    .info_items .item .img-box {
      flex-shrink: 0;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      border: 2px solid #12a21c;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.25s ease, transform 0.25s ease;
    }

    .info_items .item:hover .img-box {
      background: #12a21c;
      transform: scale(1.08);
    }

    /* SVG icons inline (sin imágenes externas) */
    .info_items .item .img-box svg {
      width: 24px;
      height: 24px;
      fill: #12a21c;
      transition: fill 0.25s ease;
    }

    .info_items .item:hover .img-box svg {
      fill: #fff;
    }

    /* ---- TEXTO ---- */
    .info_items .item .detail-box {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .info_items .item .detail-box .label {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #12a21c;
    }

    .info_items .item .detail-box p,
    .info_items .item .detail-box a {
      font-size: 14px;
      font-weight: 400;
      color: #c8c8c8;
      text-decoration: none;
      line-height: 1.4;
      transition: color 0.2s;
    }

    .info_items .item:hover .detail-box p,
    .info_items .item:hover .detail-box a {
      color: #ffffff;
    }

    /* ── Responsive ── */
    @media (max-width: 640px) {
      .info_items {
        grid-template-columns: 1fr;
      }
    }

/* ════════════════════════════════════════════════════════
   AÑADIR AL FINAL DE style.css
   (reemplaza cualquier bloque .info_section / .info_items anterior)
════════════════════════════════════════════════════════ */

/* Asegura fondo blanco en la zona del formulario */
.contact-wrapper {
  background: #ffffff;
  padding-bottom: 60px;
}

/* Centra el formulario */
.map_section .form_container {
  position: relative;
  width: 55%;
  margin: 0 auto;
  z-index: 9;
}

    /* ── INFO SECTION ── */
    .info_section {
      background: #0a0a0a !important;
      padding: 60px 20px;
      position: relative;
      overflow: hidden;
    }

    /* Línea verde superior */
    .info_section::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, transparent, #12a21c, transparent);
    }

    /* Grid: los <a> son los hijos directos → height:100% para que llenen */
    .info_items {
      display: grid !important;
      grid-template-columns: repeat(3, 1fr);
      max-width: 900px;
      width: 90%;
      margin: 0 auto;
      border: 1px solid #2a2a2a;
      border-radius: 12px;
      overflow: hidden;
      /* reset del original */
      gap: 0;
      background: transparent;
      flex-direction: unset;
      justify-content: unset;
    }

    /* Cada <a> ocupa toda la celda del grid */
    .info_items > a {
      text-decoration: none;
      display: flex;               /* flex en vez de block → el hijo .item se estira */
      position: static !important;
      border-right: 1px solid #2a2a2a;
    }

    .info_items > a:last-child {
      border-right: none;
    }

    /* El .item llena toda la altura del <a> */
    .info_items .item {
      background: #0a0a0a;
      padding: 36px 24px;
      display: flex !important;
      flex-direction: row;
      align-items: center;
      gap: 16px;
      text-align: left;
      width: 100% !important;
      flex: 1;
      transition: background 0.25s ease;
    }

    .info_items > a:hover .item {
      background: #0f1f10;
    }

    /* Círculo icono */
    .info_items .item .img-box {
      flex-shrink: 0;
      min-width: 52px;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      border: 2px solid #12a21c;
      background: transparent !important;
      background-image: none !important;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.25s, transform 0.25s;
    }

    .info_items > a:hover .img-box {
      background: #12a21c !important;
      transform: scale(1.08);
    }

    .info_items .item .img-box svg {
      width: 22px;
      height: 22px;
      fill: #12a21c;
      transition: fill 0.25s;
    }

    .info_items > a:hover .img-box svg {
      fill: #fff;
    }

    /* Texto */
    .info_items .item .detail-box {
      display: flex;
      flex-direction: column;
      gap: 4px;
      margin-top: 0 !important;
    }

    .info_items .item .detail-box .info-label,
    .info_items .item .detail-box .label {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #12a21c;
    }

    .info_items .item .detail-box p,
    .info_items .item .detail-box a {
      font-size: 14px;
      font-weight: 400;
      color: #b0b0b0 !important;
      text-decoration: none;
      line-height: 1.4;
      transition: color 0.2s;
    }

    .info_items > a:hover .detail-box p,
    .info_items > a:hover .detail-box a {
      color: #ffffff !important;
    }

    /* ── Responsive: 1 columna en móvil ── */
    @media (max-width: 768px) {
      .info_items {
        grid-template-columns: 1fr;
        width: 95%;
      }

      .info_items > a {
        border-right: none;
        border-bottom: 1px solid #2a2a2a;
      }

      .info_items > a:last-child {
        border-bottom: none;
      }
    }

/* ── Flecha indicadora de submenús ── */
.navbar-nav .nav-link.dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-link.dropdown-toggle .chevron {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #12a21c;
  border-bottom: 1.5px solid #12a21c;
  transform: rotate(45deg);
  margin-left: 6px;
  margin-bottom: 2px;
  transition: transform 0.2s ease;
  vertical-align: middle;
}

.navbar-nav .nav-item.show .nav-link.dropdown-toggle .chevron {
  transform: rotate(-135deg);
  margin-bottom: -2px;
}

/* ── Botón teléfono ── */
.quote-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #0c0c0c;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
  white-space: nowrap;
}

.quote-btn::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0;
  height: 1.5px;
  background: #12a21c;
  transition: width 0.3s ease;
}

.quote-btn:hover::after { width: 100%; }
.quote-btn:hover { color: #0c0c0c; }

.quote-btn span {
  color: #12a21c;
  font-weight: 700;
  font-size: 16px;
}

.quote-btn svg {
  width: 14px;
  height: 14px;
  fill: #12a21c;
  flex-shrink: 0;
}

/* ── Teléfono en menú móvil ── */
.nav-item-phone {
  border-top: 1px solid #e0e0e0;
  margin-top: 8px;
  padding-top: 4px;
}

.nav-item-phone .quote-btn {
  justify-content: center;
  padding: 12px 20px;
}

@media (max-width: 991px) {
  .quote_btn-container { display: none !important; }
}

.custom_heading {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 20px;
  border: none;
}

.navbar-nav .nav-link.dropdown-toggle::after { display: none; }

.navbar-nav .nav-link.dropdown-toggle .chevron {
  display: inline-block;
  width: 6px; height: 6px;
  border-right: 1.5px solid #12a21c;
  border-bottom: 1.5px solid #12a21c;
  transform: rotate(45deg);
  margin-left: 6px; margin-bottom: 2px;
  transition: transform 0.2s ease;
  vertical-align: middle;
}
.navbar-nav .nav-item.show .nav-link.dropdown-toggle .chevron {
  transform: rotate(-135deg);
  margin-bottom: -2px;
}

.quote-btn {
  display: flex; align-items: center; gap: 7px;
  color: #0c0c0c; text-decoration: none;
  font-size: 16px; font-weight: 500;
  position: relative; padding-bottom: 2px;
  white-space: nowrap;
}
.quote-btn::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; width: 0; height: 1.5px;
  background: #12a21c; transition: width 0.3s ease;
}
.quote-btn:hover::after { width: 100%; }
.quote-btn:hover { color: #0c0c0c; }
.quote-btn span { color: #12a21c; font-weight: 700; font-size: 16px; }
.quote-btn svg { width: 14px; height: 14px; fill: #12a21c; flex-shrink: 0; }

.nav-item-phone { border-top: 1px solid #e0e0e0; margin-top: 8px; padding-top: 4px; }
.nav-item-phone .quote-btn { justify-content: center; padding: 12px 20px; }

/* Quita cualquier línea/sombra que pueda aparecer bajo el título y antes de la galería */
h2.custom_heading,
h2.custom_heading::before,
h2.custom_heading::after {
  border: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

h2.custom_heading + section.gallery-section,
h2.custom_heading + .gallery-section,
section.gallery-section,
section.gallery-section::before,
section.gallery-section::after,
section.gallery-section > .container,
section.gallery-section > .container::before,
section.gallery-section > .container::after {
  border-top: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  outline: 0 !important;
}

/* Por si hubiera un <hr> suelto entre título y sección */
h2.custom_heading + hr {
  display: none !important;
  height: 0 !important;
  border: 0 !important;
}

/* Fuerza 3 columnas iguales y evita desbordes */
.info_section { background: #0a0a0a !important; }

.info_items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));  /* minmax(0,1fr) evita overflow por min-width */
  gap: 0;                                            /* ya usas separadores por borde */
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  overflow: hidden;
}

/* OJO: usa el selector correcto con '>' (no escapado) */
.info_items > a {
  display: flex;                 /* el .item se estira */
  align-items: stretch;
  min-width: 0;                  /* CLAVE: permite encoger en grid */
  border-right: 1px solid #2a2a2a;
  text-decoration: none;
}

.info_items > a:last-child {
  border-right: none;
}

/* El contenido ocupa su celda sin forzar anchuras */
.info_items .item {
  flex: 1 1 auto;                /* permite encoger */
  width: 100%;                   /* no crece más que su celda */
  min-width: 0;                  /* CLAVE: evita overflow de textos largos */
  padding: 36px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #0a0a0a;
  transition: background 0.25s ease;
}

/* Icono y textos sin forzar anchura */
.info_items .item .img-box {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #12a21c;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

.info_items .item .detail-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;                  /* CLAVE: textos pueden partir línea */
}

.info_items .item .detail-box p,
.info_items .item .detail-box a {
  white-space: normal;           /* evita mantener todo en una línea */
  overflow: hidden;
  text-overflow: ellipsis;       /* por si acaso */
}

/* Hover (igual que ya tenías) */
.info_items > a:hover .item { background: #0f1f10; }
.info_items .item .img-box svg { width: 22px; height: 22px; fill: #12a21c; transition: fill 0.25s; }
.info_items > a:hover .img-box { background: #12a21c !important; transform: scale(1.08); }
.info_items > a:hover .img-box svg { fill: #fff; }

/* Responsive: 1 columna en móvil */
@media (max-width: 768px) {
  .info_items {
    grid-template-columns: 1fr !important;
    width: 95%;
  }
  .info_items > a { border-right: none; border-bottom: 1px solid #2a2a2a; }
  .info_items > a:last-child { border-bottom: none; }
}

/* Info Section a ancho completo */
.info_section .container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

/* La rejilla ocupa todo el ancho; 3 columnas iguales */
.info_items {
  max-width: none !important;
  width: 100% !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* Opcional: padding lateral agradable dentro de cada celda */
.info_items > a .item,
.info_items > a {  /* si usas <a> contenedor */
  padding-left: 24px;
  padding-right: 24px;
}
/* ===== INFO SECTION: franja completamente blanca ===== */

/* 1) La franja (la sección completa) en blanco */
.info_section {
  background: #ffffff !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 2) El .container sin límites ni padding para que no asome nada oscuro */
.info_section .container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 3) La rejilla a ancho completo y con fondo blanco */
.info_items {
  width: 100% !important;
  max-width: none !important;
  background: #ffffff !important;
  border: 1px solid #e6e6e6;      /* separador suave (opcional) */
  border-radius: 0 !important;     /* sin esquinas para que no se vea nada debajo */
}

/* 4) Cada tarjeta también en blanco */
.info_items > a,
.info_items > div,
.info_items .item {
  background: #000000 !important;
  border-radius: 0 !important;
}

/* 5) Divisores verticales claros entre columnas en escritorio (opcional) */
@media (min-width: 769px) {
  .info_items > *:nth-child(1),
  .info_items > *:nth-child(2) {
    border-right: 1px solid #e6e6e6;
  }
}

/* 6) Tipografías y colores dentro de la tarjeta para que se lean bien sobre blanco */
.info_items .detail-box .info-label,
.info_items .detail-box .label {
  color: #12a21c !important;       /* mantiene tu verde corporativo */
}
.info_items .detail-box p,
.info_items .detail-box a,
.info_items > a {
  color: #0c0c0c !important;       /* texto principal oscuro sobre blanco */
  text-decoration: none !important;
}

/* ── Líneas verdes de separación reutilizables ───────────────────── */
/* Líneas verdes reutilizables con borde (no pseudo-elementos) */
.sep-top {
  position: relative;
  border-top: none !important;
}

.sep-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #12a21c, transparent);
}

.sep-bottom {
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, transparent, #12a21c, transparent) 1;
}

.sep-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #12a21c, transparent);
}

/* Campus deshabilitado */
.nav-link.disabled-link {
  color: #999 !important;
  text-decoration: line-through;
  pointer-events: none; /* evita que se pueda clicar */
  cursor: not-allowed;
  opacity: 0.7;
}
/*
.method-kicker {
  position: relative;
  padding-top: 12px;
}

.method-kicker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px; 
  height: 3px;
  background: linear-gradient(90deg, transparent, #12a21c, transparent);
}*/

.slider_section {
  position: relative;
}

.hero-slide {
  height: 85vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 650px;
  margin-left: 10%;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 700;
}

.hero-content h2 {
  font-size: 34px;
  color: #32d26e;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 18px;
  line-height: 1.6;
}

.slider_section {
  position: relative;
}

/* altura del slider */
#heroCarousel,
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
  height: 85vh;
}

/* slide */
.hero-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* sombreado completo */
.hero-overlay {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.45);
  z-index:1;
}

/* contenido */
.hero-content {
  position: absolute;
  z-index:2;
  color:#fff;
  max-width:650px;
  top:50%;
  left:10%;
  transform:translateY(-50%);
}

.hero-content h1{
  font-size:48px;
  font-weight:700;
}

.hero-content h2{
  font-size:32px;
  color:#32d26e;
  margin-bottom:15px;
}

.hero-content p{
  font-size:18px;
  line-height:1.6;
}

/* indicadores del carrusel dentro de la imagen */
#heroCarousel .carousel-indicators{
  position:absolute;
  bottom:25px;
  left:50%;
  transform:translateX(-50%);
  margin:0;
  z-index:3;
}

/* estilo de los puntos */
#heroCarousel .carousel-indicators li{
  width:12px;
  height:12px;
  border-radius:50%;
  background-color:rgba(255,255,255,0.6);
  margin:0 6px;
}

#heroCarousel .carousel-indicators .active{
  background-color:#32d26e; /* tu verde */
}

.message-box {
  width: 100%;
  min-height: 140px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  resize: vertical;
  font-size: 14px;
  transition: all 0.2s ease;
}

.message-box:focus {
  border-color: #28a745;
  outline: none;
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.3);
}