

@media (min-width:380px) and (max-width:576px) {
    #Seccion01 {
        position: relative;
        width: 100%;
        aspect-ratio: 768/ 1066;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url('../imagenes/MembreteVertical2026.jpg');
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media (min-width:577px) and (max-width:991px) {
    #Seccion01 {
        position: relative;
        width: 100%;
        aspect-ratio: 1566/825;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url('../imagenes/MembreteHorizontal2026b.jpg');
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media (min-width:380px) and (max-width:991px) {
    #Contenedor01 {
        max-width: 550px;
    }
}

@media (min-width:992px) {
    #Contenedor01 {
        max-width: 700px;
    }
}

@media (min-width: 992px) {
    #Seccion01 {
        position: relative;
        width: 100%;
        aspect-ratio: 1566 / 624;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url('../imagenes/MembreteHorizontal2026.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}
