.banner-container {
    display: flex;
    margin-left: 74px;
}

.cabezoteazul {
    padding: 0 !important;
    background-color: white;
    text-align: center;
    /* padding-right: 0; */
    height: auto;
    min-height: 127px;
    max-height: 428px;
}
.cabezoteazul img {
	width: 1320px;
}

/* Estilos para responsive en celulares (390px de ancho, altura de 127px) */
@media (min-width: 390px) and (max-width: 767px) {
    .cabezoteazul {
        padding: 0 !important;
        background-color: white;
        text-align: center;
        height: 127px;
    }
}

/* Estilos para tablets (768px de ancho, altura de 246px) */
@media (min-width: 768px) and (max-width: 1439px) {
    .cabezoteazul {
        padding: 0 !important;
        background-color: white;
        text-align: center;
        height: 232px;
    }
}

/* Estilos para desktop (1440px de ancho, altura de 428px) */
@media (min-width: 1440px) {
    .cabezoteazul {
        padding: 0 !important;
        background-color: white;
        text-align: center;
        height: 428px;
    }
}
