:root {
    --ceu-primary-dark: #004165;
    --ceu-primary-light: #2273B9;
    --ceu-secondary: #72DCD4;
}

.bg-ceu-primary-dark {
    background-color: var(--ceu-primary-dark) !important;
}
.bg-ceu-primary-light {
    background-color: var(--ceu-primary-light) !important;
}
.bg-ceu-secondary {
    background-color: var(--ceu-secondary) !important;
}
.text-ceu-primary-dark {
    color: var(--ceu-primary-dark) !important;
}
.text-ceu-primary-light {
    color: var(--ceu-primary-light) !important;
}
.text-ceu-secondary {
    color: var(--ceu-secondary) !important;
}

header #main-menu .navbar-brand img {
    width: 150px !important;
}
@media (min-width: 768px) {
    header #main-menu .navbar-brand img {
        width: 190px !important;
    }
}
@media (min-width: 992px) {
    header #main-menu .navbar-brand img {
        width: 250px !important;
    }
}

header #main-menu a.nav-link::after {
    border-bottom-width: 7px;
    -webkit-transition: none !important;
    transition: none !important;
}
header #main-menu a.nav-link:hover:after, header #main-menu a.nav-link.active:after {
    width: 100%;
}
@media (min-width: 992px) {
    .cabecera img {
        margin-top: 154px;
    }
}
