.contenedor-imagenes-optimiza{
    display: flex;
    flex-direction: column;
}
.imagen-optimiza{
    width: 12em;
    border-radius: 10px;
}
.imagen-presentacion{
    width: 100%;
}
.imagen-previa{
    width: 100%;
    height: 30em;
    position: relative;
    background-color: #000010aa;
    display: flex;
    justify-content: space-between;
}
.imagen-previa::after{
    content: "";
    position: absolute;
    background: url("../carpeta_imagenes/principales/FondoPrincipalMio.JPG");
    background-size: cover;
    background-position: center;
    inset: 0;
    z-index: -10;
}
.seccion-valores{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.seccion-presentacion-principal{
    display: flex;
    align-items: center;
    width: 70%;
    justify-content: center;
    margin: auto;
}
.conjunto-presentacion{
    width: 80%;
}
.titulos-valores-aportados{
    font-size: 1.3em;
}
.texto-valores-aportados{
    font-size: 1.1em;
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.iconos-valores{
    width: 7em;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
@media(max-width: 1280px){
    .conjunto-presentacion{
        width: 100%;
    }
}
@media(max-width: 1200px){
    .imagen-previa{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70em;
    }
    .texto-valores-aportados{
        width: 100%;
    }
    .seccion-valores{
        width: 50%;
    }
}
@media(max-width: 1150px){
    .seccion-presentacion-principal{
        width: 80%;
    }
    .seccion-valores{
        width: 52%;
    }
}
@media(max-width: 1100px){
    .seccion-valores{
        width: 54%;
    }
}
@media(max-width: 1050px){
    .seccion-valores{
        width: 56%;
    }
}
@media(max-width: 1000px){
    .seccion-valores{
        width: 58%;
    }
}
@media(max-width: 950px){
    .seccion-valores{
        width: 60%;
    }
}
@media(max-width: 900px){
    .seccion-valores{
        width: 62%;
    }
}
@media(max-width: 850px){
    .seccion-valores{
        width: 64%;
    }
}
@media(max-width: 800px){
    .seccion-valores{
        width: 66%;
    }
}
@media(max-width: 750px){
    .seccion-valores{
        width: 68%;
    }
}
@media(max-width: 700px){
    .seccion-valores{
        width: 70%;
    }
}
@media(max-width:650px){
    .seccion-presentacion-principal{
        width: 90%;
    }
}