/* Nav Bar */
.txt-menu {
    font-family: "baloo";
}


.hero-image {
    background-image: url("https://res.cloudinary.com/fundacion-gclam/image/upload/v1630614182/institutional-portal/bg_slider_uwo6qe.png");
    background-size: cover;
}

/* PORTALES */
.logo_plataforma {
    width: 100px;
}

.item-portal {
    width: 110% !important;
}

.sliders-portales {
    padding: 0 20% !important;
}

.timeline-Footer {
    display: none !important;
}

.menu-version-mobile{
    display: none !important;
}

/* Carrusel */
.img-dir-mobile{
    display: none;
}

.img-dir-desktop{
    width: 60% !important;
}

@media screen and (max-width: 992px) { 
    .secondary-logo{
        display: none !important;
    }

    .language{
        display: none;
    }

    .img-dir-mobile {
        display: block;
    }

    .img-dir-desktop {
        display: none;
    }
}

@media screen and (min-width: 992px) { 
    .main-slider{
        margin: 0 20%;
    }

    /* Carrusel */
    .main-carousel-prev{
        position: absolute;
        left: -18%;
    }

    .main-carousel-next{
        position: absolute;
        right: -18%;
    }
}
