html body {
    background-color: #FFFFFF;
  }

p{
    font-family: 'Poppins';
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  
  .icono-check {
    width: 18px;

  }
  
.icon-text {
  font-family: 'Poppins';
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.icon-text i {
  /* font-size: 16px; */
  font-size: 25px;
  color: #b4d234;
  margin-right: 10px;
  flex-shrink: 0; /* evita que el ícono se reduzca */
}

.icon-text div {
  line-height: 1.5;
  font-size: 18px;
}

.titulo {
  color: #6f2f73;
  font-size: 18px;
  font-weight: bold;
}

h2{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 28px;
    color: #3b1442;
    text-align: center;
    margin-bottom: 40px;
}
h3{
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 18px;
  color: #3b1442;
}

.navbar {
    background-color: #3b1442 !important; /* fondo personalizado */
    /* O con imagen de fondo: */
    /* background-image: url('../img/fondo-navbar.jpg'); */
    /* background-size: cover; */
}


.navbar-nav .nav-link {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 20px;
    color: #b4d234 !important; /* color del texto */
    margin-right: 10px;
    transition: color 0.3s;
    position: relative; /* Necesario para el posicionamiento de la línea */
    text-decoration: none; /* Elimina el subrayado predeterminado */
}
.nav-link:hover::after {
  content: ""; /* Crea un contenido vacío para la línea */
  position: absolute; /* Posiciona la línea de forma absoluta */
  left: 0; /* Alinea la línea a la izquierda del texto */
  bottom: -1px; /* Ajusta la posición vertical de la línea */
  width: 100%; /* La línea ocupará todo el ancho del texto */
  height: 2px; /* Altura de la línea */
  background-color: #b4d234; /* Color de la línea (puedes cambiarlo) */
  transition: all 0.3s ease; /* Transición suave */
}

.navbar-light .navbar-toggler {
    border-color: #b4d234; /* Cambia el color del borde alrededor del icono */
  }


  
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23b4d234' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  

  

.carousel-indicators {
    margin-bottom: 30px;
}
  
.carousel-indicators [data-bs-target] {
    all: unset; /* Reinicia todos los estilos heredados */
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin: 0 5px;
    cursor: pointer;
    transition: opacity 0.3s, background-color 0.3s;
}
  
.carousel-indicators [data-bs-target]::before {
    content: none !important; /* Elimina pseudo-elementos que generan la forma de pastilla */
}
  
.carousel-indicators .active {
    background-color: #b4d234;
    opacity: 1;
}
  
@media (max-width: 767px) { /* Oculta los indicadores para los moviles  */
  .carousel-indicators {
    display: none !important;
  }
}



@media (min-width: 768px) {
  #nos_mueve .row {
    align-items: stretch;
  }

  .text-container,
  .image-container {
    height: 100%;
  }

  .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .image-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

  

  /* i{
    font-size: 25px;
    color: #b4d234;
    margin-right: 10px;

  } */


/* SOLO para brandCarousel */
#brandCarousel .slide-btn {
  opacity: 1 !important;
  background: transparent;
  border: none;
}

#brandCarousel .slide-btn i {
  font-size: 40px;
  color: #b4d234;
}

#brandCarousel .carousel-control-prev {
  left: -80px;
}

#brandCarousel .carousel-control-next {
  right: -80px;
}

#brandCarousel .carousel-item > div {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

#brandCarousel .carousel-item img {
  max-height: 150px;
}

/* Ajustes solo en móviles para brandCarousel */
@media (max-width: 767px) {
  #brandCarousel .carousel-item > div {
    justify-content: center !important;
  }

  #brandCarousel .carousel-item img {
    max-height: 80px;
    flex: 0 0 30%;
  }

  #brandCarousel .carousel-control-prev,
  #brandCarousel .carousel-control-next {
    top: -25%;
    /* transform: translateY(-50%); */
  }

  #brandCarousel .carousel-control-prev {
    left: 10px;
  }

  #brandCarousel .carousel-control-next {
    right: 10px;
  }

  #brandCarousel .slide-btn i {
    font-size: 32px;
  }
}
.bg-light-custom {
  background-color: #f2f2f2;
  width: 100%;
  padding: 2rem 0; /* Ajusta el padding según sea necesario */
}

a {
  color: inherit; /* Hereda el color del elemento padre */
  text-decoration: none; /* Quita el subrayado */
}

a:hover {
  color: #b4d234 !important; /* Cambia este color al que tú desees */
}

#nuestro_adn .card-img-top{
  width: 100px;
  align-self: center;
}

#nuestro_adn .card{
  width: 350px;
  border-radius: 25px;
}
#nuestro_adn .card-title{
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  color: #3b1442 !important;
  

}
@media (max-width: 768px) {
  #nuestro_adn .card-title {
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
  }
}



#nuestro_adn .card-text{
  font-family: 'Poppins';
  font-size: 18px;
}

.equal-height {
  min-height: 100%; /* útil para mantener la altura relativa en pantallas grandes */
}

.footer {
    background-color: #3b1442 !important;
    font-family: 'Poppins' !important;
    font-size: 18px;
    color: #b4d234;

}
.mb-1{
      font-family: 'Poppins' !important;
    font-size: 18px;
    color: #b4d234;
}
h6{
    font-family: 'Poppins' !important;
    font-size: 18px;
    color: #b4d234;
    font-weight: 700;
}

.footer a {
    color: #b4d234;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-border-start {
  border-left: 1px solid #b4d234; /* Cambia el color aquí */
}

.footer-border-top {
  border-top: 1px solid #b4d234; /* Cambia el color aquí */
}
/* Solo muestra los bordes desde pantallas medianas en adelante */
@media (max-width: 767.98px) {
  .footer-border-start {
    border-left: none !important;
  }
  .footer-border-top {
    border-top: none !important;
  }
}


@media (min-width: 992px) {
  .navbar.fixed-desktop {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030; /* mismo z-index que Bootstrap */
  }
}

#nuestro_adn,
#lo_que_hacemos,
#nuestros_aliados {
  scroll-margin-top: 65px;
}


#lo_que_hacemos .card {
    position: relative;
    border: none;
    background-color: transparent;
}

#lo_que_hacemos .card-title-overlay {
    font-family: 'Poppins';
    font-size: 22px !important;
    font-weight: 700;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Cambia el color si es necesario */
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* sombra negra difusa */
}
#lo_que_hacemos .card-body {
    background-color: #6f2f73;
    height: 150px;
    display: flex;
    align-items: center;     /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
    text-align: center;      /* Alinea el texto dentro del <p> al centro */
}
#lo_que_hacemos .card-text {
      font-size: 18px;
      color: #FFFFFF;
}

#lo_que_hacemos .custom-card {
    padding: 0;         /* quita espacio interno si Bootstrap lo agregó */
    margin-bottom: 0;   /* elimina espacio entre filas */
}

.div-con-borde-parcial {
  position: relative; /* Necesario para posicionar el borde dentro */
}

.div-con-borde-parcial::after {
  content: "";
  position: absolute;
  top: 10%;             /* Empieza a 10% desde arriba */
  right: 0;             /* Pegado al borde derecho */
  width: 0;
  height: 80%;          /* Solo cubre el 80% de la altura */
  border-right: 2px dotted #ffffff;
}

@media (max-width: 768px) {
  .div-con-borde-parcial::after {
    display: none;
  }
}
.margin-para-navegacion{
  margin-top: 65px;
}
@media (max-width: 768px) {
  .margin-para-navegacion{
    margin-top: 0px;
  }
}



/* Estilo del modal */
#videoModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#videoModal.hidden {
  display: none;
}

/* Contenedor del video */
.video-wrapper {
  position: relative;
  display: inline-block;
}

.video-wrapper video {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 10px;
}

/* Botón de cierre sobre el video */
.video-wrapper .close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  font-size: 22px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0; /* importante para evitar desplazamientos invisibles */
  font-family: 'Poppins';

}


@media (max-width: 600px) {
  .video-wrapper .close-btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: 6px;
    right: 6px;
  }
}


.video-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-loading-spinner .spinner {
  border: 6px solid #ccc;
  border-top: 6px solid #b4d234;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


ul, ol, li {
  font-family: 'Poppins', sans-serif !important;
}