/*.fondo {
    background-image: url('imagenes/fondo.jpg');
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#seccion-ejes-tematicos {
    background: rgb(13,113,186);
    background: linear-gradient(90deg, rgba(13,113,186,1) 0%, rgba(39,35,97,1) 100%); 
}

#seccion-ejes-tematicos * {
    color: #fff;
}*/

#register {
    border-bottom: none;
}

#seccion-ejes-tematicos {
    background: #f5f5f5;
    padding-top: 0;
}

#seccion-ejes-tematicos a:hover {
    color: #fcba00;
}

#seccion-ejes-tematicos a {
    font-weight: bold;
}


#seccion-ejes-tematicos .centrar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.splide__slide.is-visible.is-active {
    z-index: 20;
}

.splide__slide {
    z-index: 10;
}

.splide__slide.is-visible.is-active img {
    filter: grayscale(0%);
    opacity: 100%;
    transform: scale(100%);
    transition: all 0.3s ease;
}

.splide__slide img {
    opacity: 50%;
    filter: grayscale(100%);
    transform: scale(60%);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .splide__slide img {
        width: 100%;
    }
}

#ejes-tematicos-track {
    padding-bottom: 5em;
}
.splide__pagination {
    padding-bottom: 2em;
}