﻿.banner-reporte-wrapper {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    max-width: 1325px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 60px;
    background: linear-gradient(90deg, #002f2a, #002f2a, #004D40);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    min-height: 300px;
}

.banner-reporte-wrapper--sm {
    min-height: 200px;
}

.banner-reporte-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/img/fondobanner.png') no-repeat center;
    background-size: cover;
    opacity: 0.09;
    z-index: 1;
    pointer-events: none;
}

.banner-reporte-contenido {
    position: relative;
    z-index: 2;
    max-width: 60%;
}

.banner-reporte-titulo {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: -0.3px;
}

.banner-reporte-titulo--sm {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #ffffff;
    line-height: 45px;
    letter-spacing: -0.3px;
}

.banner-reporte-subtitulo {
    font-size: 17px;
    color: #ffffff;
    opacity: 0.95;
    margin: 0;
}

.banner-reporte-curva {
    position: absolute;
    right: -140px;
    top: 50%;
    transform: translateY(-50%);
    width: 520px;
    height: 520px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-reporte-boton {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    background-color: #003d35;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    white-space: nowrap;
    transform: translateX(-80px);
}

    .banner-reporte-boton:hover {
        background-color: #002d27;
        transform: translateX(-80px) translateY(-3px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
        color: #ffffff;
        text-decoration: none;
    }

    .banner-reporte-boton i {
        font-size: 20px;
    }

@media (max-width: 992px) {
    .banner-reporte-wrapper {
        min-height: 260px;
        padding: 40px;
    }

    .banner-reporte-contenido {
        max-width: 55%;
    }

    .banner-reporte-titulo {
        font-size: 30px;
        line-height: 42px;
    }

    .banner-reporte-curva {
        width: 420px;
        height: 420px;
        right: -45px;
    }
}
.titulo-mobile {
    display: none;
}

@media (max-width: 768px) {

    .banner-reporte-wrapper {
        flex-direction: column;
        align-items: stretch;
        padding: 24px 20px 0;
        min-height: auto;
    }

    .banner-reporte-contenido {
        max-width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }

    .banner-reporte-titulo,
    .banner-reporte-titulo--sm {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .banner-reporte-subtitulo {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-reporte-curva {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        height: auto;
        border-radius: 0;
        background: #ffffff;
        padding: 16px 20px;
        box-shadow: none;
        display: flex;
        justify-content: center;
    }

    .banner-reporte-boton {
        transform: none;
        margin: 0;
        padding: 14px 28px;
        font-size: 14px;
        white-space: nowrap;
    }

    .banner-reporte-curva {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .titulo-desktop {
        display: none;
    }

    .titulo-mobile {
        display: block;
    }
}
