.portada-legales{
    background: #2B2F6C;
background: linear-gradient(90deg, rgba(43, 47, 108, 1) 30%, rgba(39, 61, 135, 1) 100%);
text-align: center;
padding-top: 100px;
padding-bottom: 200px;
position: relative;
margin-bottom: -100px;
}

.logo-top-legales{
    padding: 30px;
}

.logo-top-legales img{
    width: 50%;
    height: auto;
}

.tit-legales h1{
    font-weight: 900;
    color: #dfeef7;
}

.body-legales{
    padding-top: 50px;
    padding-bottom: 200px;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(148, 169, 218, 1) 100%);
    color: #2f353b;
}

.txt-legales{
    padding: 0px 50px;
    font-size: 1.2em;
}

.txt-legales h2{
    font-weight: 900;
    color: #273d87;
    margin-top: 30px;
    font-size: 1.5em;
}

.txt-legales h3{
    font-weight: 900;
    color: #2b2f6c;
    font-size: 1.3em;
}

.txt-legales h4{
    font-weight: 700;
    color: #2b2f6c;
    font-size: 1.1em;
    margin-top: 30px;
}


.txt-legales p{    
    line-height: 1.2;
}

.txt-legales a{
    color: #0a3ec3;
    font-weight: 500;
    text-decoration: underline #3eaed6 2px;
    text-shadow: 1px 1px 0px transparent;
    transition: all 0.5s;
}

.txt-legales a:hover{
    color: #29f0ff;
    text-decoration: underline #0a3ec3 2px;
    text-shadow: 1px 1px 0px #00000050;
        transition: all 0.5s;

}



@media (min-width: 768px) and (max-width: 991px){
        .portada-legales{
            padding-top: 200px;
            margin-bottom: -80px;
        }

}

@media (min-width: 576px) and (max-width: 767px){

            .portada-legales{
            padding-top: 200px;
            margin-bottom: -50px;
            padding-bottom: 100px;
        }
}

@media (max-width: 575px){
             .portada-legales{
            padding-top: 200px;
            margin-bottom: -30px;
            padding-bottom: 100px;
        }

        .logo-top-legales img{
    width: 75%;
    height: auto;
}

.body-legales{
    padding-top: 10px;
    padding-bottom: 100px;
}

.txt-legales{
    padding: 0px 30px;
}
}