.swiper-container {
    overflow: hidden;
}

.swiper-pagination {
    bottom: -150px !important;
}

span.swiper-pagination-bullet {
    background-color: orange;
}

.linea {
    background-color: black;
    color: #FF8400;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-family: Arial, sans-serif;
}

.banner-mobile {
    width: 100%;
}

.banner-img-mobile {
    width: 100%;
}

.banner-img {
    width: 100%;
    height: auto;

}

@media (min-width: 768px) {

    .banner-img-mobile {
        display: none;
        /* Cambiar por banner específico para desktop */
    }

}

@media (max-width: 768px) {

    .banner-img {
        display: block;
        /* Cambiar por banner específico para telefonos */
    }
}

@media (min-width: 2500px) {

    .linea {
        font-size: 4rem;

    }
}