
body {
    font-family: 'Ubuntu', sans-serif;
}

h1, h2 {
    font-family: 'Shadows Into Light Two', cursive;
}

p {
    font-weight: 300;
}

.top-bar .user-account-btn {
    display: block !important;
}

.header-logo {
    margin-top: 1em;
}

.header-logo:hover {
    text-decoration: none;
}

.main-header .kg-logo-horizontal {
    font-size: 4em;
}

.bg-verde {
    background: #a9b340;
    color: #FFF;
}

.bg-azul {
    background: #63b2e7;
}

.bg-naranja {
    background: #fb8a3c;
    color: #FFF;
}

.hero-heading {
    text-transform: capitalize;
}

.hero-text {
    font-size: 2rem !important;
    opacity: 0.86;
}

.font-inverse h1, .font-inverse h2, .font-inverse h3, .font-inverse h4, .font-inverse h5, .font-inverse p {
    color: #FFF;
}

#slides {
    position: relative;
}

.owl-slider-2 .owl-item {
    overflow: hidden;
}

#slides .hero-box {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 100%;
}

/* Slider backgrounds */
.slider-bg-1 {
    background-image: url('../img/web/2024/01.jpg');
}

.slider-bg-2 {
    background-image: url('../img/web/2024/02.jpg');
}

.slider-bg-3 {
    background-image: url('../img/web/2024/03.jpg');
}

.slider-bg-4 {
    background-image: url('../img/web/2024/04.jpg');
}

.slider-bg-5 {
    background-image: url('../img/web/2024/05.jpg');
}

.slider-bg-6 {
    background-image: url('../img/web/2024/06.jpg');
}

.slider-bg-7 {
    background-image: url('../img/web/2024/07.jpg');
}

#slides .hero-box h1, #slides .hero-box p {
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#slides .hero-box p {
    font-size: 1.5em;
}

#slides .hero-box .item-content .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}
@media screen and (max-width: 768px) {
    #slides,
    #slides .slider-wrapper,
    #slides .owl-item{
        height: calc(100vh - 151px);
    }
    #slides .hero-box .inner{
        background: rgb(169, 179, 64);
    }
    #slides .hero-box{
        background-size: 180%;
        padding-top: 25rem;
    }
    #slides .hero-box .inner{
        padding: 4em;
    }
    #slides .hero-box .item-content h1{
        font-size: 2em;
    }
    #slides .hero-box.slider-bg-3{
        background-position-x: 76%;
    }
    #slides .hero-box.slider-bg-4{
        background-position-x: 80%;
    }
    footer.main-footer {
        margin-top: -40px;
    }
}
@media screen and (min-width: 768px) {
    .owl-slider-2 .owl-item {
        height: 700px !important;
    }
    #slides .hero-box .item-content {
        width: 500px;
        height: 100%;
        justify-content: center;
    }
    #slides .hero-box .inner{
        background: rgba(169, 179, 64, 0.95);
        padding: 2rem 4em 2em 5em;
    }
}

#slides .item-content {
    z-index: 10;
}

#slides [class*="col-"] {
    z-index: 20;
}

#slides .slider-wrapper .owl-pagination {
    bottom: 15px;
}


footer.main-footer {
    background: url(../img/web/footer-bg.png) no-repeat top center;
    z-index: 13;
}

/*NIVELES*/
#niveles {
    max-height: 500px;
    overflow: hidden;
}
#niveles .img-responsive{
    bottom: 220px;
    position: relative;
}
.bg-holder img {
    position: absolute;
    top: 30px;
    right: 0;
    width: auto;
    height: 200%;
}

.bg-holder {
    height: 100%;
}

footer.main-footer .footer-pane {
    background: #63b2e7;
}

footer.main-footer .kg-logo-vertical {
    font-size: 4em
}

#nav-toggle.collapsed span, #nav-toggle.collapsed span:after, #nav-toggle.collapsed span:before {
    background: #63b2e7;
}

/* QUERIES */

@media only screen and (min-width: 20em) and (max-width: 550px) {
    #slides .container {
        background: rgba(168, 178, 64, 0.8);
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


@media (min-width: 360px) {
    .main-header .kg-logo-horizontal {
        font-size: 3em;
    }

    #niveles h2 {
        margin-top: 1em;
    }

    footer.main-footer {
        text-align: center;
    }

    .header-logo {
        margin-bottom: 0.5em;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .main-header .header-nav > li:not(:last-child) > a {
        margin: 0 10px;
    }

    #niveles h2 {
        margin-top: 7em;
    }

    footer.main-footer {
        padding-top: 95px;
        margin-top: -90px;
    }

    #slides [class*="col-"] {
        position: absolute;
        top: -120px;
    }

    footer.main-footer .col-md-8 {
        text-align: right;
        padding-top: 20px;
    }
}

@media (min-width: 1200px) {
}