.logo {
    height: 200px !important;
    background: url('https://publicfiles.ucentral.cl/images/logo.png') top left no-repeat !important;
    background-size: 400px !important;
    width: 400px !important;
}
@media (max-width: 1024px) {
    .logo {
        height: 66px !important;
        background: url('https://publicfiles.ucentral.cl/images/logoBlanco.png') top left no-repeat !important;
        background-size: 183px !important;
        width: 183px !important;
    }
}

.landing-nuevos-img {
    background: url("/javax.faces.resource/images/landing/opc-nuevos.png.xhtml") top left no-repeat !important;
    background-size: cover !important;
}

.landing-bg-nuevos-img {
    background: url("/javax.faces.resource/images/landing/opc-nuevos-sin-fondo.png.xhtml") top left no-repeat !important;
    background-size: cover !important;
}

.landing-bg-antiguos-img {
    background: url("/javax.faces.resource/images/landing/opc-antiguos-sin-fondo.png.xhtml") top left no-repeat !important;
    background-size: cover !important;
}

.landing-antiguos-img {
    background: url("/javax.faces.resource/images/landing/opc-antiguos.png.xhtml") top left no-repeat !important;
    background-size: cover !important;
}

.cinta-azul{
    background-color: #0026fa;
    min-height: 200px;
}

.cinta-naranja{
    background-color: #ff661c;
    min-height: 200px;
}

.cinta-gris{
    background-color: #efefef;
    min-height: 200px;
}

.landing-wrapper #header {
    background: url("/javax.faces.resource/images/landing/header_MW.jpg.xhtml") top left no-repeat !important;
    background-size: cover !important;
    height: 400px;
}

.color-azul-ucen {
    color: #0026FA !important;
}
.color-naranjo-ucen {
    color: #ff661c !important;
}

.color-gris-ucen{
    color: #b8b8b8 !important;
}

.footer-info {
    color: #ffffff;
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 13px;
}

.layout-config .layout-config-content .layout-config-button {
    border-radius: 50% !important;
    top:5em !important;
    background-color: #fafafa;
}