
.productos {
    text-decoration: underline !important;
    color: var(--fid-primary) !important;
    font-weight: bold;
}

.productos i {
    display: inline-block;
    transform: rotate(90deg);
}

.mega-menu-productos .screening {
    color: var(--fid-primary);
}
.hero-screening {
    background-image: linear-gradient(
            to top,
            #ffffff 0%,
            rgba(255,255,255,0.85) 70%,
            rgba(255,255,255,0) 100%
        ),
        url('../../img_new/banners_productos/banner_screening.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
}

.hero-content-screening {
    width: 100%;
    height: 100%;
}

.hero-text {
    width: 50%;
    color: var(--fid-primary);
    margin-left: 5vw;
}

.producto-section {
    margin: 5vh 5vw;
}

.producto-section .img {
    padding: 0;
    max-height: 40vh;
    box-shadow: -4px 4px 16px rgba(35,45,66,0.15);
    border-radius: 8px;
}

.producto-section .img img {
    border-radius: 8px;
    object-fit: cover;
    object-position: 50% 30%;
}

.producto-section .content {
    margin-top: 6vh;
}

.producto-section .content-detail,
.producto-section .content-detail-text {
    color: var(--fid-dark);
    padding-left: 5vw;
}

.producto-section .btn-descubrir-mas {
    cursor: pointer;
    font-weight: var(--font-semibold);
    color: var(--fid-primary);
}

.producto-section .btn-descubrir-mas span {
    display: inline-block;
    transition: transform 0.25s ease;
}

.producto-section .btn-descubrir-mas:hover span {
    transform: translateY(-4px);
    text-decoration: underline;
}

.producto-section .btn-descubrir-mas a {
    color: inherit;
    text-decoration: none;
}

.btn-contactar-asesor{
    align-self: center;
    border: 0;
    padding: 16px 24px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    background: var(--fid-primary);
    color: #fff;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.btn-contactar-asesor:hover{
    background-color: rgba(95, 138, 180, 0.2);
    color: var(--fid-primary);
    font-weight: bold;
    box-shadow: 0px 0px 8px var(--neutral-200) inset;
}

.why-title {
    margin-top: 10vh;
    color: var(--fid-primary);
}

.why-section {
    margin: 5vh 0 10vh;
}

.why-section .card {
    width: 28vw;
    border-radius: 16px;
    background-color: var(--fid-100);
    color: var(--fid-primary);
    opacity: 0.2;
    filter: grayscale(50%);
    transition: 0.4s ease;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.why-section .card.active {
    opacity: 1;
    filter: grayscale(0%);
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.18);
}

.mockup-section {
    margin-top: 5vh;
    margin-right: 5vw;
}

.mockup-section img {
    width: 70%;
    height: auto;
}

/* ===================================================== */
/* ================= TABLET ≤ 992px ==================== */
/* ===================================================== */

@media (max-width: 992px) {

    .hero-screening {
        height: auto;
        padding: 60px 0;
    }

    .hero-text {
        width: 85%;
    }

    .producto-section {
        margin: 5vh 3vw;
    }

    .producto-section .content {
        margin-top: 4vh;
    }

    .producto-section .content-detail,
    .producto-section .content-detail-text {
        padding-left: 0;
        padding-right: 0;
    }

    .why-section {
        flex-wrap: wrap;
    }

    .why-section .card {
        width: 45%;
    }
}

/* ===================================================== */
/* ================= MOBILE ≤ 768px ==================== */
/* ===================================================== */

@media (max-width: 768px) {

    .hero-text {
        width: 100%;
        margin-left: 0;
        padding: 0 5vw;
    }

    .producto-section {
        margin: 4vh 5vw;
    }

    .producto-section .img {
        max-height: none;
        margin-bottom: 20px;
    }

    /* ===== WHY ===== */
    .why-section{
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .why-section .card{
        display: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
        opacity: 0;
        transform: none;
    }

    .why-section .card.active{
        display: flex;
        opacity: 1;
    }
}

/* ===================================================== */
/* ================= MOBILE SMALL ≤ 480px ============== */
/* ===================================================== */

@media (max-width: 480px) {

    .hero-text h2 {
        font-size: 22px;
    }

    .hero-text span {
        font-size: 14px;
    }

    .why-title {
        font-size: 18px;
    }
}
