.masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url("../assets/bird.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}
.imbackd {
    background-image: url("../assets/Gemini_Generated_Image_lrkxldlrkxldlrkx.png");
    width: 100%;
    /* Reemplaza height: auto por estas dos líneas */
    height: auto;
    padding-bottom: 55%; /* Esta es la relación de aspecto aproximada de tu imagen (11/20 * 100) */
    background-size: cover; /* Asegura que la imagen llene el contenedor */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
}

/* Estado inicial del navbar (transparente) */
.nav-transparente {
    background-color: transparent;
    transition: background-color 0.3s ease-in-out; /* Transición suave */
}

/* Clase que se agregará al hacer scroll */
.nav-transparente.scrolled {
    background-color: #000000 !important; /* Fondo negro */
}
body {
    font-family: "Poppins", sans-serif;
}

.bottom-boxes {
    position: absolute;
    bottom: 0; /* los pega abajo */
    left: 0;
    width: 100%;
    display: flex;
}

.text-blue-custom {
    color: #1e3a8a; /* Un color azul oscuro similar al de la imagen */
}
.custom-icon {
    border: 2px solid #1e3a8a;
    border-radius: 50%;
    padding: 10px;
    color: #1e3a8a;
    font-size: 2rem;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-image-box,
.sticker-image-box {
    background-color: #ddd;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #666;
    border-radius: 5px;
}
.list-unstyled li {
    font-size: 1.1rem;
    color: #1e3a8a;
    margin-bottom: 0.2rem;
}

/* Cada div */
.box {
    flex: 1;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 20px;
    text-align: center;
}

.med {
    color: #1a06b8;
}

.segt {
    color: #000000;
}

.iconostexto {
    color: #1a06b8;
    width: 63%;
}
.text-blue {
    color: #1a06b8;
}
.imgx {
    width: 35%;
}

.imgxdl {
    width: 100%; /* Ocupa el ancho del contenedor padre */
    max-width: 400px; /* Limita el tamaño máximo para que no se vea gigante */
    height: 300px; /* Altura fija para que ambas columnas midan lo mismo */
    object-fit: contain; /* Ajusta la imagen sin deformarla */
    margin: 20px auto; /* Centrado horizontal automático y margen fijo arriba/abajo */
    display: block; /* Asegura que el margin: auto funcione */
}
.tecnologia h2 {
    font-size: 2.5rem;
}

.tecnologia .text-primary {
    color: #2d2dcf !important;
}

.icono {
    width: 50px;
    height: 50px;
    background: #2d2dcf;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.sp-we {
    margin-top: 15%;
}
.btn-color {
    background: linear-gradient(90deg, #73c1c8, #5ca8cd, #4b6bdc, #5a28dc);
    color: white;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 15%;
    padding-right: 15%;
}

.btn-div {
    margin-top: 8%;
    margin-bottom: 8%;
}

.cta-section {
    min-height: 400px;
    background-image: url("../assets/Fondo.png");
    background-size: cover; /* Ajusta la imagen para cubrir todo */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que se repita */
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.icon {
    font-size: 40px;
    color: white;
}

.cta-section h2 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.btn-primary {
    background: #2b1bbd;
    border: none;
}

.btn-primary:hover {
    background: #1f1590;
}

.footer-section {
    background: #2416b5;
}

.footer-section h4 {
    font-size: 1.5rem;
    line-height: 1.5;
}

.text-f {
    padding-top: 20%;
}
@media (max-width: 768px) {
    .iconostexto {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
}
