img.logo {
    max-width: 150px;
    /* background: #222222; */
    padding: 5px;
    border-radius: 999px;
}

.banner {
    min-height: 500px;
}

/* .principal-banner-cont {
    max-width: 1200px;
    margin: 0 auto;
} */

.swiper-pagination-bullet-active {
    background: #080808;
}

.curso-item {
    /* background: #cfcfcf; */
    height: 350px;
    width: auto;
    background-size: cover;
}

.swiper-curso, .swiper-curso-dos {
  overflow: hidden;
}

.swiper-curso .swiper-wrapper, .swiper-curso-dos .swiper-wrapper {
  padding-right: 1rem; /* opcional: para que el último slide no se corte */
}

.swiper-button-next svg, .swiper-button-prev svg  {
        height: 20px !important;
    }

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px !important;
    color: white !important;
    font-weight: 700;
}

.image-bg {
    background: linear-gradient(to left, #f9fafbf2, #f9fafbf2), url(./img/bg.jpg);
    /* background-size: 100vw; */
    background-attachment: fixed;
}

.brush {
    font-family: 'Alex Brush', cursive;
}

.lato {
    font-family: 'Lato';
}

@media screen and (max-width:700px) {
    img.logo {
    max-width: 85px;
}

.banner-link-cont a {
    width: 100% !important;
    max-width: 100% !important;
}

.banner-link-cont {
    width: 100% !important;
}

}


span.numeber {
    position: absolute;
    font-size: 22px;
    background: red;
    padding: 10px;
    color: white;
    font-weight: bold;
}