.banner{
    height: 300px;
    margin: 0 auto;
    background:linear-gradient(rgba(0, 0, 0, 0.719), rgba(0, 0, 0, 0.26)), url(../assets/banner-home.jpg);
    background-size: cover;
    position: relative;
    border-radius: 8px;
}

.banner h2{
    color: #FFFFFF;
    padding: 25px;
    font-size: 35px;
    line-height: 45px;
    margin: 0;
}

.information{
    background: #eee;
    padding: 40px;
}

p, ul, h2, h3{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 20px;
}

h1{
    text-align: center;
    color: #2483C2;
    margin-bottom: 60px;
}

h2{
    color: #2483C2;
    font-size: 1.3rem;
    margin-bottom: 10px;
    text-align: left;
}

.noticia{
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 1200px;
}

.noticia p{
    font-style: italic;
    margin-bottom: 10px;
}

.noticia a{
    background: #2483C2;
    color: #FFF;
    padding: 5px 8px;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 40px;
    font-size: 0.8rem;
}

ul li{
    margin-top: 15px;
}

a{
    text-decoration: none;
}

@media screen and (max-width: 1300px) {
    .banner{
        height: 200px;
        margin: 0 auto;
        background-size: cover;
        position: relative;
        border-radius: 8px;
    }
    
    .banner h2{
        color: #FFFFFF;
        padding: 20px 20px;
        font-size: 18px;
        line-height: 28px;
        margin: 0;
    }

    .banner a{
        right: 20px;
        bottom: 20px;
        font-size: 14px;
        text-decoration: none;
        padding: 12px;
    }
}

@media screen and (max-width: 530px){
    h2{
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: 5px;
    }

    .noticia p{
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
}