.bannerImagenEstatica {
    position: relative;
    width: 100%;
    height: auto; 
    min-height: 250px; /* menos alto */
    background-size: cover; 
    background-position: center; 
}

.bannerImagenEstatica .bannerImagenEstatica_content_titDesc,
.bannerImagenEstatica .bannerImagenEstatica_content_tit {
    position: absolute;
    left: 10%;
    width: 70%;
    top: 10%;
}

/* TITULO Y DESCRIPCION */

.bannerImagenEstatica .bannerImagenEstatica_content_titDesc .titulo {
    width: 100%;
    font-size: 28px; /* más pequeño */
    letter-spacing: 2%;
    line-height: 34px;
    color: white;
    padding-bottom: 8px;
}

.bannerImagenEstatica .bannerImagenEstatica_content_titDesc .descripcion {
    width: 100%;
    font-size: 12px; /* más pequeño */
    color: #ffffff;
    line-height: 20px;
    letter-spacing: 1.5%;
}

@media screen and (max-width: 1100px) {
    .bannerImagenEstatica .bannerImagenEstatica_content_titDesc {
        width: 82%;
    }
}

@media screen and (max-width: 800px) {
    .bannerImagenEstatica .bannerImagenEstatica_content_titDesc .titulo { 
        font-size: 24px;
    }

    .bannerImagenEstatica .bannerImagenEstatica_content_titDesc .descripcion {
        font-size: 11px;
    }
}

@media screen and (max-width: 600px) {
    .bannerImagenEstatica.bannerImagenEstatica_titDesc {
        min-height: 150px; /* menos alto en móvil */
    }

    .bannerImagenEstatica .bannerImagenEstatica_content_titDesc .descripcion {
        display: none; /* opcional: ocultar descripción en móviles */
    }     

    .bannerImagenEstatica.bannerImagenEstatica_tit {
        min-height: 180px;   
    }

    .bannerImagenEstatica .bannerImagenEstatica_content_tit .titulo_only {
        font-size: 22px !important;
        line-height: 30px !important;
    }
}

@media screen and (max-width: 390px) { 
    .bannerImagenEstatica .bannerImagenEstatica_content_tit .titulo_only {
        font-size: 18px !important;
        line-height: 26px !important;
    }
}

/* TITULO SOLO */
.bannerImagenEstatica .bannerImagenEstatica_content_tit .titulo_only {
    width: 100%;
    font-size: 28px;
    letter-spacing: 2%;
    line-height: 34px;
    color: white;
    padding: 20px 0 0 40px;
}

@media screen and (max-width: 968px) {
    .bannerImagenEstatica .bannerImagenEstatica_content_tit .titulo_only {
        padding: 0;
    }
}
