section ul {
    padding-left: 0;
    margin-left: 0;    
    list-style-type: none;
}

section #section-bottom{
    font-size: 20px;
}
section #section-bottom h2{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
section #section-bottom p,
section #section-bottom ul{
    margin-bottom: 30px;
}

@media(min-width: 1200px){
    section #section-top{
        padding: 40px 130px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    section #section-top{
        padding: 40px 60px;
    }
}
@media(min-width: 992px){
    section{
        padding-top: 60px;
        padding-bottom: 120px;
    }
    section #section-bottom{
        padding: 130px 130px 0 130px;
    }
}
@media(max-width: 991px){
    section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section #section-bottom{
        padding: 60px 30px;
        padding: 60px 30px 0 30px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    section #section-top{
        padding: 40px 130px;
    }
}
@media(min-width: 768px){
    section #section-top{
        height: 280px;   
        font-size: 20px;   
        background-repeat: repeat;
        background-position: center center;
        position: relative;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }
    #aviso-legal #section-top{
        background-image: url('../../images/tramas/trama-corp.svg');
        background-color: #7c2e85;
        color: white;
    }
    #politica-cookies #section-top{
        background-image: url('../../images/tramas/trama-corp2.svg');
        background-color: #c9e9fb;
        color: black;
    }
    section #section-top > div{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
    section #section-top .div-img img{
        position: absolute;
        right: -5px;
        top: -40px;
    }
    section #section-top h1{
        font-family: var(--font-secondary);
        font-size: 48px;
        /*text-transform: uppercase;*/
    }
    section #section-top h2{
        font-size: 28px;
    }
}
@media(max-width: 767px){
    section{
        padding-top: 0;
        padding-bottom: 10px;
    }
    section #section-top h1{
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 50px;
        padding: 15px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.14); 
        font-weight: bold;
        font-size: 24px;
        text-align: center;
    }    
    section #section-bottom{
        padding: 40px 0 0 0;
    }
}