/*! Place your custom styles here */


.imagebg {
    position: unset !important;
}

.background-image-holder {
    background-position: 0% 50% !important;
}

#fondo:before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
}

.imagebg:not(.image--light) span {
    color: #000;
}

.imagebg:not(.image--light) h1, .imagebg:not(.image--light) h2, .imagebg:not(.image--light) h3, .imagebg:not(.image--light) h4, .imagebg:not(.image--light) h5, .imagebg:not(.image--light) h6, .imagebg:not(.image--light) p, .imagebg:not(.image--light) ul, .imagebg:not(.image--light) blockquote {
    color: #000;
}

.imagebg:not(.image--light) a {
    color: #000;
    font-weight: 600;
}