.max-size-banner{
    max-width: 500px;
}

#_bannerSwiper
{
    height: 35vh;
}
.swiper 
{
    height: 100%;
}

.figure-banners
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding:0;
}
.figure-banners img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#_internaCurso {
    position: fixed;
    top: 4rem;
    z-index: 5;
    background: #ffffff;
    height: calc(100% - 4rem);
    overflow: auto;
    width:100%;
}

.footer-volver {
    position: sticky;
    bottom: -0.8rem;
    z-index: 2;
    background-color: #ffffff;
    padding: 1rem 0;
}