/* BANNER */
.black {
    background: linear-gradient(to bottom right, #16191c, #2e3136);
    padding: 70px 0 50px 0;
    font-family: "Orbitron", sans-serif;
    font-weight: 800;
    font-size: 2rem;
    margin: 0px;
    text-align: center;
    color: #fff;
    position: relative;
}
.black .image-container {
    position: relative;
    overflow: hidden;
    max-width: 900px; /* Ajusta según tu diseño */
    width: 90%;
    padding-left: 10%;
    margin-bottom: -50px;
}

.black .image-container img {
    width: 100%;
    display: block;
    border-radius: 20px;
}
.black .caja-blanca {
    width: 90%;
    background: white;
    background: linear-gradient(to bottom, #f5f7fa, #dad8d6);
    padding: 15px;
    border-radius: 40px;
    text-align: center;
    margin: 10px auto;
}

.black .caja-blanca h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    color: #2a2d32;
}

.black .caja-blanca p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    color: #383c41;
    margin: 0 15px;
}
.black .caja-blanca p strong {
    color: #e3801e;
}
/* Flex para la parte inferior */
.black .punto-venta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 100px 0;
}
.black .texto {
    max-width: 40%;
    text-align: right;
}
.black .texto h3 {
    font-family: "Orbitron", sans-serif;
    font-size: 2.1rem;
    font-weight: 500;
    color: #faf9f9;
    margin-top: 15px;
    letter-spacing: 5px;
}
.black .texto .resaltado {
    color: #e3801e;
}
.black .logo img {
    width: 220px;
    margin: 10px;
}
.black .descripcion {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.7rem;
    color: #faf9f9;
    margin: 15px 0;
}
.black .descripcion span {
    color: #e3801e;
    font-size: 1.2em;
    font-weight: bolder;
}
.black .btn-contratar {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    margin: 10px auto;
    display: block;
    background: linear-gradient(90deg, rgba(255, 167, 57, 1) 0%, rgba(235, 116, 20, 1) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    width: 350px;
    max-width: 90%;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 8px 10px rgba(255, 255, 255, 0.3),
        /* Resplandor superior */
        inset 0 -5px 10px rgba(0, 0, 0, 0.2);
    /* Sombra inferior */
    transition: transform 0.2s ease-in-out;
    /* Suaviza la animación */
}

/* Pseudo-elemento para el reflejo */
.black .btn-contratar::before {
    content: "";
    position: absolute;
    top: -211%;
    left: -50%;
    width: 150%;
    height: 300%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 100%);
    transform: rotate(350deg);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    /* Transición suave */
}

/* Efecto hover */
.black .btn-contratar:hover::before {
    top: -190%;
    left: 19%;
    transform: rotate(367deg) scale(1.1);
    /* Ligero escalado */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.6) 0%);
}
.black .imagen img {
    max-width: 100%;
    height: auto;
}

.black .queno{
    width: 800px;
    max-width: 90%;
    margin: 10px auto;
}

/* BANNER */
.blanco1 {
    background: #eef0f2;
    padding: 70px 0 50px 0;
    font-family: "Orbitron", sans-serif;
    font-weight: 800;
    font-size: 2rem;
    margin: 0px;
    text-align: center;
    color: #383c41;
    position: relative;
}
/* Estilos del título principal */
.blanco1 .titulo-ayuda {
    font-size: 3rem;
    font-weight: 400;
    color: #2e3136;
    margin: 0;
}
/* Estilo para "O Shop" en naranja */
.blanco1 .resaltado {
    color: #e3801e;
    font-weight: bold;
}
/* Subtítulo con "punto de venta" en negrita */
.blanco1 .subtitulo-ayuda {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 2rem;
    color: #2e3136;
    margin-top: 10px;
    margin: 0;
}

.blanco1 .subtitulo-ayuda .negrita {
    font-weight: 600;
}

/* Estilos del slider */
.blanco1 .beneficios {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.blanco1 .beneficio img {
    width: 100%;
    max-width: 300px;
}
/* Sección de Accesibilidad */
.blanco1 .accesibilidad h2 {
    font-size: 2rem;
    font-weight: 400;

}

.blanco1 .accesibilidad .negro {
    color: #000000;
}

.blanco1 .accesibilidad .naranja {
    color: #e3801e;
}

.blanco1 .accesibilidad ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 1.8;
}

.blanco1 .accesibilidad ul li {
display: block;
}
.blanco1 .accesibilidad ul li p{
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem;
    color: #000000;
    font-weight: 200;
    position: relative;
    display: inline-block;
    padding-left: 20px; /* Espacio para el icono */
    margin: 0;
}
/* Agregamos el icono como pseudo-elemento */
.blanco1 .accesibilidad ul li p::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px; /* Tamaño del icono */
    height: 24px;
    background: url('../IMG/check-icon.png') no-repeat center center; /* Reemplaza con tu imagen */
    background-size: contain;
}
/* Botón Quiero Contratar */
.blanco1 .btn-contratar{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    margin: 10px auto;
    display: block;
    background: linear-gradient(90deg, rgba(255, 167, 57, 1) 0%, rgba(235, 116, 20, 1) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    width: 350px;
    max-width: 90%;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 8px 10px rgba(255, 255, 255, 0.3),
        /* Resplandor superior */
        inset 0 -5px 10px rgba(0, 0, 0, 0.2);
    /* Sombra inferior */
    transition: transform 0.2s ease-in-out;
    /* Suaviza la animación */
}

/* Pseudo-elemento para el reflejo */
.blanco1 .btn-contratar::before {
    content: "";
    position: absolute;
    top: -211%;
    left: -50%;
    width: 150%;
    height: 300%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 100%);
    transform: rotate(350deg);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    /* Transición suave */
}

/* Efecto hover */
.blanco1 .btn-contratar:hover::before {
    top: -190%;
    left: 19%;
    transform: rotate(367deg) scale(1.1);
    /* Ligero escalado */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.6) 0%);
}
/* Sección de aliados */
.blanco1 .aliados p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    letter-spacing: 3px;
    margin: 0;
    margin-top: 30px;
    color: #515252;
}
.blanco1 .aliados .destacado {
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 3px;
    margin: 0;
    color: #a39e9e;
}
.blanco1 .aliados .naranja {
    color: #e9760e;
}
.aliados-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}
.aliados-cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aliados-cont ul li {
    display: block;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    color: #000000;
    font-weight: 500;
    position: relative;
    text-align: left;
    padding-left: 30px; /* Espacio para el icono */
}
.aliados-cont ul li span{
    color: #e9760e;
}
/* Icono con pseudo-elemento */
.aliados-cont ul li::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 62px;
    background: url('../IMG/bullet.png') no-repeat center center;
    background-size: contain;
}
/* Estilos de la imagen */
.aliados-cont .imagen {
    width: 90%;
    max-width: 400px;
    height: auto;
}
.aliados-cont .imagen img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

/* BANNER */
.blanco {
    background: #fff;
    padding: 70px 0 50px 0;
    font-family: "Orbitron", sans-serif;
    font-weight: 800;
    font-size: 2rem;
    margin: 0px;
    text-align: center;
    color: #383c41;
    position: relative;
}
.flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.blanco .texto {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
}
.blanco .texto h2 {
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #474748;
    font-weight: bold;
}

.blanco .texto h2 span {
    color: #e3801e;
    font-weight: 600;
    font-size: 2rem;
}
.blanco .texto h2 span::before,
.blanco .texto h2 span::after {
    content: "";
    display: inline-block;
    width: 10px;  /* Ajusta el tamaño según la imagen */
    height: 50px;
    margin-bottom: -10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.blanco .texto h2 span::before {
    background-image: url('../IMG/CORCHIZ2.png');
    margin-right: 5px;
}

.blanco .texto h2 span::after {
    background-image: url('../IMG/CORCDER2.png');
    margin-left: 5px;
}

.blanco .texto .subtitulo {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 5px;
    color: #a39e9e;
    margin-bottom: 20px;
}

.blanco .texto h3 {
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #e3801e;
    margin: 0;
    margin-bottom: 15px;
}
.blanco .texto h3 span{
    color: #a39e9e;
}

.blanco .icono img {
    width: 150px;
    max-width: 90%;
}
.blanco .descripcion {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    color: #515252;
    font-weight: 500;
    margin: 20px 0;
}
.blanco .boton {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    margin: 10px auto;
    display: block;
    background: linear-gradient(90deg, rgba(255, 167, 57, 1) 0%, rgba(235, 116, 20, 1) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    width: 350px;
    max-width: 90%;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 8px 10px rgba(255, 255, 255, 0.3),
        /* Resplandor superior */
        inset 0 -5px 10px rgba(0, 0, 0, 0.2);
    /* Sombra inferior */
    transition: transform 0.2s ease-in-out;
    /* Suaviza la animación */
}

/* Pseudo-elemento para el reflejo */
.blanco .boton::before {
    content: "";
    position: absolute;
    top: -211%;
    left: -50%;
    width: 150%;
    height: 300%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 100%);
    transform: rotate(350deg);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    /* Transición suave */
}

/* Efecto hover */
.blanco .boton:hover::before {
    top: -190%;
    left: 19%;
    transform: rotate(367deg) scale(1.1);
    /* Ligero escalado */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.6) 0%);
}
.blanco .imagen {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
    text-align: center;
}

.blanco .imagen img {
    width: 100%;
    opacity: 0.5;
}
/* Diseño en PC: Mostrar 3 tarjetas por fila */
@media (min-width: 921px) {
    .blanco1  .beneficios {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
/* Móviles */
@media only screen and (max-width: 800px) {
    /* Pseudo-elemento para el reflejo */
    .black::before {
        content: "";
        position: absolute;
        bottom: -30px;
        right: 0;
        width: 150px;
    }
    .black .image-container {
        width: 100%;
        padding-left: 0;
        margin-bottom: -20px;
    }
    .black .punto-venta {
        margin: 20px auto;
        flex-direction: column; /* La imagen va arriba en móviles */
        text-align: center;
    }
    .black .texto {
        max-width: 90%;
        text-align: center;
    }
    .blanco1 .beneficios {
        display: block;
    }

    .aliados-cont  {
        flex-direction: column;
        text-align: center;
    }

    .aliados-cont  ul li {
        text-align: left;
    }

    .aliados-cont  .imagen img {
        max-width: 100%;
    }
    /* Icono con pseudo-elemento */
    .aliados-cont ul li{
        line-height: 1.2em;
        font-size: 1.3rem;
    }
    .aliados-cont ul li::before {
        content: "";
        position: absolute;
        left: -24px;
        top: 0%;
        transform: translateY(50%);
        width: 32px;
        height: 46px;
    }
    .blanco .flex-container {
        flex-direction: column;
    }

    .blanco .imagen img {
        opacity: 0.7;
        margin-top: 0px;
        margin-bottom: -150%;
        z-index: -10;
    }
    .blanco .texto {
        z-index: 1;
    }
}