.contenedor-seccion-3{
    padding:0px;
}
.letras-blancas{
    color:#fff;
}
.seccion-3-SRP{
    background: rgba(255, 255, 255, 0.56);
}
.seccion-3-roja{
    background: rgba(204, 0, 0, 0.56);
}
.txt-seccion-4-gris{
    font-size: 20px !important;
    line-height: 30px !important;
}
.btn-texto-desplegado{
    margin-bottom: 10px;
    border: 2px black solid;
    border-radius: 0px;
    color: #000;
    font-size: 25px;
}
.btn-texto-desplegado:hover, .btn-texto-desplegado:focus, .btn-texto-desplegado:active {
    outline: none !important;
    background: #e70909 !important;
    border: 2px black solid !important;
    color: #fff;
    text-decoration: none;
}
/*DESCARGA ZONA*/
.container-img-descarga{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}
.img-descarga{
    width:25%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: center;
}

.content-idiomas{
    padding: 0px !important;
    margin-bottom: 50px;
}
.btn-idiomaE{
    background: #e70909;
    color:#fff;
    text-align: center;
}
.btn-idiomaE:hover,.btn-idiomaE:focus,.btn-idiomaE:active{
    background: #e70909;
    color:#9e9d9d !important;
    text-align: center;
    text-decoration: none;
}
.btn-idiomaI{
    background: #9e9d9d;
    color:#fff;
    text-align: center;
}
.btn-idiomaI:hover,.btn-idiomaE:focus,.btn-idiomaE:active{
    background: #9e9d9d;
    color:#e70909;
    text-align: center;
    text-decoration: none;
}
@media (min-width: 768px){
    .contenedor-seccion-3{
        padding:0px;
    }
    .seccion-3-SRP{
        background: rgba(255, 255, 255, 0.56);
        height:100%;
        padding: 1.5em 7em;
    }
    .seccion-3-roja{
        background: rgba(204, 0, 0, 0.56);
        height: 431px;
    }
    .txt-seccion-4-gris{
        font-size: 20px !important;
        line-height: 30px !important;
        padding-top: 1em;
    }
    .img-seccion-3{
        padding-top: 1em;
    }
}

@media (min-width: 1330px){
    .contenedor-seccion-3{
        padding:0px;
        height:365px;
    }
    .seccion-3-SRP{
        background: rgba(255, 255, 255, 0.56);
        height:100%;
        padding: 1em 7em;
    }
    .seccion-3-roja{
        background: rgba(204, 0, 0, 0.56);
        height: 100%;
    }
    .txt-seccion-4-gris{
        font-size: 20px !important;
        line-height: 30px !important;
        padding-top: 3em;
    }
}
