header.transparent {
    background: #153276;
}
body{
	background: #f6f7f9;
}
.de_light section {
    background-image: radial-gradient(circle at 20% 80%, rgb(246 247 249) 0%, #f6f7f9 55%), radial-gradient(circle at 80% 20%, rgba(21, 50, 118, 0.18) 0%, #f6f7f9 55%);
}



#banner_vistas .region {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#banner_vistas .banner-content {
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem;
    z-index: 1;
    width: 100%;
    margin-bottom: 0;
}
.bg-white-o {
    background-color: rgba(255, 255, 255, .85) !important;
}
#banner_vistas .banner-title {
    font-size: 3.5rem;
    transform: scale(0.9, 1.0);
    transform-origin: left center;
    color: #000;
}
#banner_vistas {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    max-height: 500px;
}