.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;
}
.ajusta-gift-box.text-center.text-primary i {
    font-size: 4rem;
    position: relative;
    border-radius: 100%;
    background-color: var(--color-secondary);
    width: 6rem;
    height: 6rem;
    display: flex;
    margin: 0px auto 1rem auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}
.fa-heart
{
    font-size:4rem;
}