* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
}

h1{
    font-family: "Montserrat", serif;
}
h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    display: inline-block; 
    background-color: #010030;
    color: white;
    padding: 5px 40px;
    border-radius: 15px;
    font-family: "Montserrat", serif;
}
.imageIcon{
    position: absolute;
    top: 50%; /* Asegúrate de que la posición se ajuste a tu diseño */
    right: 50px; /* Ajusta la distancia desde el borde derecho */
    transform: translateY(-50%); /* Centra verticalmente */
    opacity: 0; /* Inicialmente oculta */
    transition: opacity 0.3s ease; /* Añade una transición para un cambio suave */
}

.imageIcon.active {
    opacity: 1; /* Muestra el ícono cuando está activo */
}
.image-clientes-icon {
    position: absolute;
    right: 50px; /* Posiciona el icono a la izquierda del contenedor */
    top: 60%; /* Coloca el icono a la mitad de la altura de la sección */
    transform: translateY(-50%); /* Ajusta la posición para centrarlo verticalmente */
}
.carousel-control-next-icon {
    background-image: url(../img/arrow_right.png)!important;
}
.carousel-control-prev-icon {
    background-image: url(../img/arrow_left.png)!important;
}
.scroll-indicator {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}

.scroll-line {
    width: 2px;
    height: 80vh;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.scroll-bar {
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #010030;
    top: 0;
    transition: transform 0.3s ease;
}

.content {
    padding: 4rem 0;
}

.section {
    min-height: 55vh;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    padding: 2rem 0;
}

.custom-section .custom-col-1 {
    flex: 0 0 2%; /* Ancho específico para la columna 1 */
    max-width: 2%;
}

.custom-section .custom-col-4 {
    flex: 0 0 35%; /* Ancho específico para la columna 4 */
    max-width: 35%;
}

.custom-section .custom-col-7 {
    flex: 0 0 60%; /* Ancho específico para la columna 7 */
    max-width: 60%;
}
.custom-section .row {
    gap: 15px; /* Espaciado entre columnas */
}

.section.active {
    opacity: 1;
}
#interior p{
    color: #010030;
}
#interior h2{
    background-color: #2df2ff;
    color: #010030;
}
#interior li{
    color: #010030;
}
.section p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    padding-right: 35px;
}

.images-container {
    position: sticky;
    top: 190px;
/*     height: 100vh;
    display: flex;
    align-items: flex-start; */
}

.image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
}

.section-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    object-fit: cover;
}

.section-image.active {
    opacity: 1;
}
/*SECIONES ANTERIORES*/

.carousel-overlay-interior h1 {
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block; 
    background-color: #2df2ff;
    color: #010030;
    padding: 5px 40px;
    border-radius: 0 15px 0 0;
}
.carousel-overlay h1 {
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block; 
    background-color: #010030;
    color: white;
    padding: 5px 40px;
    border-radius: 0 15px 0 0;
}
.carousel-overlay p {
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block; 
    background-color: #ffffff;
    padding: 5px 65px 15px 40px;
    border-radius: 0 15px 0 0;
    color: #010030;
}
.carousel-container {
    position: relative;
    height: 100vh;
    background-color: #1e3c8a;
    overflow: hidden;
    
}
.carousel-container-interior {
    position: relative;
    height: 60vh;
    background-color: #1e3c8a;
    overflow: hidden;
    
}
.img-mouse {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 40px;
}
.navbar.scrolled {
    background-color: #26439b !important; /* Color del navbar al hacer scroll */
    position: fixed;
    top: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Agrega sombra si quieres */
    transition: background-color 0.3s ease-in-out; /* Suaviza el cambio */
    height: 80px;
}

.scrolled-logo {
    height: 85px!important; /* Tamaño más pequeño del logo al hacer scroll */
    transition: height 0.3s ease-in-out; /* Suaviza el cambio */
}

.navbar {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 1000;
    padding-top: 0;
}
.navbar-brand {
    padding: 0;
    margin: 0 0 0 4rem;
}
.navbar-brand img {
    height: 130px;
    padding-top: 0;
}
.navbar-nav {
    background-color: #26439B;
    margin-right: 0;
    padding: 15px 50px 15px 50px;
    border-radius: 15px 0 0 15px !important;
/*     position: fixed;
 */
}
.nav-link {
    color: white !important;
    padding: 0.5rem 1rem !important;
}

.nav-link :hover{
    color: rgb(167, 183, 255) !important;
}

.nav-item.active .nav-link {
    position: relative;
    font-weight: 700;
}

.nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    left: 0; /* Ajusta según tu diseño */
    top: 50%;
    transform: translateY(-50%);
    width:8px;
    height: 8px;
    background-color: white;
    border-radius: 50%; /* Convierte el cuadrado en un círculo */
}

.nav-link:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.carousel-item-interior {
    height: 60vh;
}

.carousel-item-interior img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.carousel-item {
    height: 100vh;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.carousel-overlay {
    position: absolute;
    bottom: 0;
    max-width: 54%;
    color: white;
    z-index: 2;
}
.carousel-overlay-interior {
    position: absolute;
    bottom: 0;
    max-width: 54%;
    color: white;
    z-index: 2;
}
.carousel-overlay h1 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0;
}

.carousel-overlay p {
    font-size: 1.5rem;
    line-height: 1.6;
}

.highlight {
    color: #60a5fa;
    font-weight: 600;
}

.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.carousel-thumbnail {
position: absolute;
top: 50%;
left: 2rem;
transform: translateY(-50%);
z-index: 3;
width: 100px;
height: 100px;
border: 2px solid white;
border-radius: 50%;
overflow: hidden;
background-color: #fff;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}
.carousel-controls {
position: absolute;
top: 40%;
left: 6rem;
transform: translateY(-50%);
display: flex;
flex-direction: column;
align-items: center;
z-index: 3;
width: 100%;
}
#mobileCarousel .carousel-indicators {
display: flex;
gap: 0.5rem;
justify-content: center;
margin: 0; /* Ajusta márgenes */
position: relative; /* Asegura que estén debajo de la miniatura */
top: 90px; /* Remueve cualquier posicionamiento absoluto */
left: 50px;
}

#mobileCarousel .carousel-indicators button {
width: 10px!important;
height: 10px!important;
border-radius: 50%;
border: none;
background-color: rgba(255, 255, 255, 0.5);
transition: background-color 0.3s;
}

.carousel-indicators .active {
background-color: rgba(255, 255, 255, 1);
}

.carousel-indicators button:hover {
background-color: rgba(255, 255, 255, 0.8);
}


.carousel-thumbnail {
margin: 1rem 0;
}
#mainCarousel .carousel-control-next {
left: 85%;
top: 10px;
}
#mainCarousel .carousel-control-prev {
left: 0;
top: 10px;
}
.carousel-control-prev,
.carousel-control-next {
/* background-color: rgba(255, 255, 255, 0.7);
 */border: none;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.3s;
}

/* .carousel-control-prev:hover,
.carousel-control-next:hover {
background-color: rgba(255, 255, 255, 1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
filter: invert(1);
} */

@media (max-width: 768px) {
.carousel-controls {
position: sticky;
transform: none;
flex-direction: row;
justify-content: center;
}

.carousel-thumbnail {
margin: 0 1rem;
}
#mainCarousel .carousel-control-next {
left: auto;
}
#mainCarousel .carousel-control-prev {
right: auto;
}
.carousel-thumbnail{
display : none;
}
}
.pt-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.splide__slide {
    display: flex; /* Utiliza Flexbox */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
  }
.splide__slide img {
    width: 120px;
    height: 100px;
    object-fit: scale-down;
    border-radius: 5px;
  }
  .footer {
    background-color: #010030;
    color: white;
    padding: 20px;
    text-align: center;
}

footer .row {
    display: flex; /* Usa Flexbox */
    align-items: center; /* Centra verticalmente los elementos */
  }
  
  footer .col-4 {
    display: flex; /* Flexbox para la columna */
    flex-direction: column; /* Alinea los elementos en columna */
    align-items: center; /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente */
    text-align: center; /* Centra el texto */
  }

  
  footer a {
    display: inline-block; /* Hace que los enlaces ocupen un bloque */
    flex-grow: 1; /* Hace que los enlaces crezcan y ocupen el espacio disponible */
    text-align: center; /* Centra el texto de los enlaces */
    color: #ffffff; /* Color de texto */
    text-decoration: none; /* Sin subrayado */
    padding: 10px; /* Espaciado dentro del enlace */
    max-width: 150px; /* Limita el ancho máximo de los enlaces */
  }
  
  
  footer a:hover {
    text-decoration: underline; /* Subrayado al pasar el cursor */
  }
  
.footer img{
    width: auto;
    padding: 10px;
}
/* .footer a{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    text-decoration: none;	
    color: #fff;
    text-align: center;
} */
.text-footer{
    color: white;
    padding: 10px;
    text-align: center;
    margin-top: 1rem;
}
footer a:hover {
    text-decoration: underline; /* Subrayado al pasar el cursor */
  }

  .background-section {
    background: url('../img/bg1_copia-2.png') no-repeat center center, linear-gradient(180deg, rgb(255, 255, 255) 0%,rgba(136,215,255,1) 70%, rgba(45,70,153,1) 85%, rgba(0,0,0,1) 100%);
    background-size: cover;
}
.text-white{
    color: #fff;
}

/*CAJAS LATERAL*/
.contenedorCAJAS {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }
  
  .section-sliderLateral {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .sliderLateral {
    display: flex;
    gap: 2rem;
    padding: 0 calc(50vw - 200px);
    transition: transform 0.2s ease-out;
    transform: translateX(200px);
  }
  
  .squareProp {
    width: 400px;
    height: 400px;
    flex-shrink: 0;
    scroll-snap-align: center;
    background: white;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .squareProp:nth-child(1) {
    background: #ff6f61;
  }
  
  .squareProp:nth-child(2) {
    background: #6c5ce7;
  }
  
  .squareProp:nth-child(3) {
    background: #00cec9;
  }
  
  .squareProp:nth-child(4) {
    background: #fdcb6e;
  }
  
  .visibleText {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  
  .text-content {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 1200px;
  }
  
  .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .title-column,
  .text-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .title-column {
    align-items: flex-end;
    padding-right: 2rem;
    text-align: right;
  }
  
  .text-column {
    align-items: flex-start;
    padding-left: 2rem;
    text-align: left;
  }
  
  #main-title {
    font-size: 48px;
    margin-bottom: 0.5rem;
    color: #010030;
    font-weight: 900;
  }
  
  #main-subtitle {
    font-size: 1.2rem;
    color: #010030;
  }
  
  #main-text {
    font-size: 1rem;
    max-width: 600px;
    color: #010030;
  }
  
  @media (max-width: 768px) {
    .content-wrapper {
      flex-direction: column;
    }
  
    .title-column,
    .text-column {
      align-items: center;
      text-align: center;
      padding: 0;
    }
  
    .title-column {
      margin-bottom: 1rem;
    }
  }

  /*NOSOTRTOS*/

  .imgIconos {
    padding: 20px;
  }
  .titleNosotros{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    display: inline-block; 
    background-color: #00cec9;
    color: #010030;
    padding: 5px 40px;
    border-radius: 15px;
    font-family: "Montserrat", serif;
}