/* Estilos body */

.info {
    margin-top: 80px;
    /* background: orange !important; */
    /* color: white !important; */
}

.section-styles {
    margin-top: -5%;
}

.background-img {
    background: url("../assets/img/header-home.jpg");
    background-size: 2200px;
    background-position-y: -728px;
    height: auto;
    position: relative;
    /* opacity: 0.8; */
}

.background-img:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.content-img {
    margin: 5%;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 20px;
    color: white;
    position: relative;
    text-align: justify;
}

.text-decoration-page {
    text-decoration: underline;
}

.terms div p {
    text-align: justify;
}

/* Estilos Footer */

footer {
    background-color: #212121;
}

.hello {
    background-color: rgba(51, 51, 51, 0.43) !important;
}   

footer div {
    color: white;
}

