html {
    scroll-behavior: smooth;
}
.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
    display: block;
}

.row.equal-cols>[class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.equal-cols>[class*='col-']>* {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

/* ecualcards */
.container-card.equal-cards {
    display: flex;
    flex-wrap: wrap;
}

.container-card.equal-cards .card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.container-card.equal-cards .tarjeta>* {
    flex: 1;
}

.container-card.equal-cards .tarjeta {
    min-height: 150px;
}

.custom_container,
.custom_container-fluid,
.custom_container-sm,
.custom_container-md,
.custom_container-lg,
.custom_container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.custom_options{
    color: #1D2F49 !important;
    font-weight: 600 !important;
    padding: 15px 20px 8px 20px !important;
}

/* .custom_option_focus{
    position: relative;
    border-bottom: 2px solid transparent; 
}

.custom_option_focus::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 80%;
    height: 6%;
    background: linear-gradient(to right, #1D2F49 50%, transparent 50%); 
    border-bottom: 2px solid transparent; 
    box-sizing: border-box;
} */

.custom_option_focus{
    position: relative;
    border-bottom: 2px solid transparent; 
}

.custom_option_focus::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 80%;
    height: 6%;
    background: linear-gradient(to right, #1D2F49 50%, transparent 50%); 
    border-bottom: 2px solid transparent; 
    box-sizing: border-box;
}

.bannerSlidesa {
    /* background-image: url(../img/bannerElectroMobility.png); */
    background-color: #FFF;
    background-size: cover;
    background-position: center;
    height: 90vh;
    justify-content: center;
    align-items: center;
    /* background-color: #0f1e33; */
    border-radius: 0px 0px 36px 36px;
}

.banner-area {
    padding-top: 80px;
    height: 61rem;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
    color: #15385B;
}

.boxBanner{
    color: #FFF;
    padding: 75px 50px;
}

.container_sobrepuesto{
    margin-top: -85px;
    position: relative;
    z-index: -1;
}

.container_sobrepuesto_2{
    background: #FFF;
    padding: 90px 90px;
    border-radius: 16px;
    margin-top: -18rem;
    /* position: absolute; */
    /* margin-top: -150px; */
}

.check-list-container {
    display: flex; /* Activa Flexbox */
    align-items: flex-start; /* Alinea elementos al inicio verticalmente */
    flex-direction: column;
}

.fundation_secction{
    background-color: #EBEBEB;
    background-image: url(../img/fundationBack.webp);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.fundaation_facts{
    margin: 35px 0;
    width: fit-content;

}

.fundaation_facts:hover{
    background-color: #FFF;
    border-radius: 25px;
    padding: 25px;
    transition: background-color 0.5s ease;
    transition: padding 0.5s ease;
    
}

.card-list-container{
    border: 1px solid #333333;
    padding: 30px 45px;
    border-radius: 8px;
}

.list-container p {
    margin-bottom: 0;
    /* Eliminar el margen si afecta el diseño */
}

.list-container {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    /* margin: auto; */
}

.card-list-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.card-list-container ul li {
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
}
.card-list-container ul li:before {
    content: '•';
    color: #2A346C;
    font-weight: bold;
    display: inline-block;
    font-size: 24px;
    margin-left: 0em;
    margin-right: 8px;
    vertical-align: middle; 
}

.arowOpen{
    display: flex;
    justify-content: end;
    position: relative; 
    z-index: 10; 
    margin-bottom: -55px;

}

.collapse-arrow {
    width: 100%;
    height: auto;
}

.collapse-arrow {
    transition: transform 0.3s ease;
}

.collapsed .collapse-arrow {
    transform: rotate(180deg);
    margin-bottom: -205px;
}

.elementCollapse:not(.collapsed) .collapse-arrow {
    transform: rotate(0);

}

.card-list-container.highlight {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

.btnEvent {
    background-color: #1D2F49;
    border: none;
    outline: none;
    color: #FFF;
    padding: 5px 30px;
    border-radius: 10px;
}

.partners-section-univesidad {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.partner-logo-univesidad {
    padding: 10px;
    transition: transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 130px
}

.partner-logo-univesidad img {
    display: block;
    max-width: 100%;
    height: 100%;
}

.partner-logo-univesidad:hover {
    transform: scale(1.1);
}

.joinDiv{
    background-image: url(../img/JoinBack.webp); 
    background-size: cover;
    padding: 1rem;
}

.togetherSecction {
    background-color:#293a53;
    padding-bottom: 80px;
}

.tarjetaArea {
    background-color: rgba(168, 168, 168, 0.21);
    padding: 20px;
    border-radius: 16px;
    margin: 10px;
}

.btnEvent:hover{
    background-color: #30435e; 
    color: #FFF;
    outline: none;
    text-decoration: none;
}


.schedule-btn{
    background-color: #152339;
    padding: 5px 70px;
    color: #FFF;
    border: none;
    outline: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.schedule-btn:hover{
    background-color: #30435e; 
    color: #FFF;
    outline: none;
    text-decoration: none;
}


.container_gif {
    position: relative;
  }
  
  .gif-image {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  
  .image-overlay {
    position: absolute;
    top: 75%;
    left: 55%;
    width: 47%;
    height: auto;
    z-index: 10;
  }

@media (max-width: 1023px) {
    .navbar-brand>img {
        height: 100px !important;
        margin: 0rem 0rem -2rem 0rem;
    }
}

@media (min-width: 576px) {

    .custom_container,
    .custom_container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .custom_container,
    .custom_container-sm,
    .custom_container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .custom_container,
    .custom_container-sm,
    .custom_container-md,
    .custom_container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .custom_container,
    .custom_container-sm,
    .custom_container-md,
    .custom_container-lg,
    .custom_container-xl {
        max-width: 1140px;
    }
}

/* responsive */

/* telefono */
@media only screen and (min-width:320px) and (max-width:480px) {

    .bannerSlidesa {
        height: auto;
        padding-bottom: 40px;
    }

    .boxBanner{
        padding: 45px 15px;
    }
    
    .container_sobrepuesto{
        padding: 30px 0px;
    }

    .container_sobrepuesto_2 {
        padding: 50px 35px;
        margin-top: -11rem;
    }

    .fundation_secction {
        background-image: none;
    }
    
    .textTogetherSecction {
        padding:50px 20px;
    }

    .joinDiv{
        background-image: url(../img/joinbackmovil.png); 
        background-size: cover;
        background-repeat: no-repeat;
        padding: 20rem 2rem 1rem 2rem;
    }
    

    .arowOpen{
        margin-bottom: -50px;
    }

    .collapsed .collapse-arrow {
        margin-bottom: -20px;
    }
}

/* tablets */
@media only screen and (min-width:481px) and (max-width:768px) {
    .boxBanner{
        padding: 65px 35px;
    }    

    .arowOpen{
        margin-bottom: -50px;
    }

    .collapsed .collapse-arrow {
        margin-bottom: -200px;
    }
   
    .container_sobrepuesto {
        padding: 30px 0px 290px 0;
    }
}

/* laptop sm*/
@media only screen and (min-width:769px) and (max-width:1024px) {
    .boxBanner{
        padding: 65px 40px;
    }
    
    .banner-area {
        height: 60rem;
    }

    .arowOpen{
        margin-bottom: -50px;
    }

    .collapsed .collapse-arrow {
        margin-bottom: 0px;
    }
}

/* laptop lg*/
@media only screen and (min-width:1025px) and (max-width:1440px) {
    .banner-area {
        height: 60rem;
    }
    .arowOpen{
        margin-bottom: -50px;
    }

    .collapsed .collapse-arrow {
        margin-bottom: -150px;
    }
}

/* laptop xl*/
@media only screen and (min-width:1440px) and (max-width:1919px) {

  

}

a:hover {
    color: #0056b3;
    text-decoration: none;
}


@media (max-width: 1023px) {
    .custom_option_focus::after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0;
        width: 60%;
        height: 4%;
        background: linear-gradient(to right, #1D2F49 50%, transparent 50%); 
        border-bottom: 1px solid transparent; 
        box-sizing: border-box;
    }    
}

@media (min-width: 1024px) and (max-width: 1200px) {

    .custom_option_focus::after {
        content: '';
        position: absolute;
        left: 14px;
        bottom: 0;
        width: 80%;
        height: 5%;
        background: linear-gradient(to right, #1D2F49 50%, transparent 50%);
        border-bottom: 1px solid transparent;
        box-sizing: border-box;
    }


}

/* Clase para manejar márgenes responsivos */
.responsive-margin-section {
    margin-top: 90px;
    padding: 0 70px;
}

/* Media queries para la clase responsive-margin-section */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .responsive-margin-section {
        margin-top: 40px;
        padding: 0 0px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .responsive-margin-section {
        margin-top: 50px;
        padding: 0 30px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .responsive-margin-section {
        margin-top: 60px;
        padding: 0 50px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .responsive-margin-section {
        margin-top: 75px;
        padding: 0 60px;
    }
}

@media only screen and (min-width: 1441px) {
    .responsive-margin-section {
        margin-top: 90px;
        padding: 0 70px;
    }
}

/* Estilos para Swiper del evento */
.eventSwiper {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0;
}

.eventSwiper .swiper-wrapper {
    min-height: 400px;
}

.eventSwiper .swiper-slide {
    background: transparent;
    border-radius: 12px;
    padding: 0;
}

/* Estilos para Swiper Mobile */
.eventSwiperMobile {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0;
}

.eventSwiperMobile .swiper-wrapper {
    min-height: 300px;
}

.eventSwiperMobile .swiper-slide {
    background: transparent;
    border-radius: 12px;
    padding: 0;
}

/* Estilos específicos para las tarjetas de imagen en móvil */
.eventSwiperMobile .carousel-image-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 250px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.eventSwiperMobile .carousel-image-card:hover {
}

.eventSwiperMobile .carousel-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 26px;
    transition: all 0.3s ease;
}

.eventSwiperMobile .carousel-image-card:hover .carousel-image {
    transform: none;
}

/* Estilos para las tarjetas de imagen */
.carousel-image-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 300px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.carousel-image-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.carousel-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 26px;
    transition: all 0.3s ease;
}

.carousel-image-card:hover .carousel-image {
    transform: none;
}

/* Paginación de Swiper */
.eventSwiper .swiper-pagination {
    bottom: 20px;
}

.eventSwiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #2A346C;
    margin: 0 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    opacity: 1;
}

.eventSwiper .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #2A346C;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
}

.eventSwiper .swiper-pagination-bullet-active {
    background-color: #2A346C;
    border-color: #2A346C;
    transform: scale(1);
}

.eventSwiper .swiper-pagination-bullet-active::before {
    transform: translate(-50%, -50%) scale(1);
}

.eventSwiper .swiper-pagination-bullet:hover {
    background-color: #2A346C;
    border-color: #2A346C;
    transform: scale(1.1);
}

/* Paginación de Swiper Mobile */
.eventSwiperMobile .swiper-pagination {
    bottom: 15px;
}

.eventSwiperMobile .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #2A346C;
    margin: 0 6px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    opacity: 1;
}

.eventSwiperMobile .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #2A346C;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
}

.eventSwiperMobile .swiper-pagination-bullet-active {
    background-color: #2A346C;
    border-color: #2A346C;
    transform: scale(1);
}

.eventSwiperMobile .swiper-pagination-bullet-active::before {
    transform: translate(-50%, -50%) scale(1);
}

.eventSwiperMobile .swiper-pagination-bullet:hover {
    background-color: #2A346C;
    border-color: #2A346C;
    transform: scale(1.1);
}

/* Navegación de Swiper */
.eventSwiper .swiper-button-next,
.eventSwiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.3s ease;
}

.eventSwiper .swiper-button-next:hover,
.eventSwiper .swiper-button-prev:hover {
    background: rgba(42, 52, 108, 0.1);
    transform: scale(1.1);
}

.eventSwiper .swiper-button-next::after,
.eventSwiper .swiper-button-prev::after {
    content: '';
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.eventSwiper .swiper-button-next::after {
    background-image: url('../img/next_arrow.svg');
}

.eventSwiper .swiper-button-prev::after {
    background-image: url('../img/back_arrow.svg');
}

/* Navegación de Swiper Mobile */
.eventSwiperMobile .swiper-button-next,
.eventSwiperMobile .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.3s ease;
}

.eventSwiperMobile .swiper-button-next:hover,
.eventSwiperMobile .swiper-button-prev:hover {
    background: rgba(42, 52, 108, 0.1);
    transform: scale(1.1);
}

.eventSwiperMobile .swiper-button-next::after,
.eventSwiperMobile .swiper-button-prev::after {
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.eventSwiperMobile .swiper-button-next::after {
    background-image: url('../img/next_arrow.svg');
}

.eventSwiperMobile .swiper-button-prev::after {
    background-image: url('../img/back_arrow.svg');
}

/* Overlay de texto sobre las imágenes */
.carousel-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(42, 52, 108, 0.9));
    color: white;
    padding: 20px;
    transform: translateY(100%);
    /* transition: all 0.3s ease; */
}

.carousel-image-card:hover .carousel-image-overlay {
    /* transform: translateY(0); */
}

.carousel-image-overlay h5 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
}

.carousel-image-overlay p {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
    line-height: 1.4;
}

/* Responsive adicional para el carrusel */
@media only screen and (max-width: 480px) {
    #eventCarousel .carousel-item {
        padding: 10px 5px;
    }
    
    .carousel-image-card {
        height: 180px;
        margin-bottom: 8px;
    }
    
    .carousel-image-overlay {
        padding: 10px;
    }
    
    .carousel-image-overlay h5 {
        font-size: 0.9rem;
    }
    
    .carousel-image-overlay p {
        font-size: 0.75rem;
    }
    
    #eventCarousel .carousel-control-prev,
    #eventCarousel .carousel-control-next {
        width: 30px;
        height: 30px;
        margin: 0 2px;
    }
}

/* Responsive para Swiper */
@media only screen and (max-width: 768px) {
    .eventSwiper {
        padding: 0;
    }
    
    .eventSwiper .swiper-slide {
        padding: 0;
    }
    
    .carousel-image-card {
        height: 250px;
        margin-bottom: 15px;
        max-width: 350px;
        margin: 0 auto 15px auto;
    }
    
    /* Centrar la imagen única en móviles */
    .swiper-slide .row {
        justify-content: center;
    }
    
    .eventSwiper .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 6px;
    }
    
    .eventSwiper .swiper-pagination-bullet::before {
        width: 6px;
        height: 6px;
    }
    
    .eventSwiper .swiper-button-next,
    .eventSwiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .eventSwiper .swiper-button-next::after,
    .eventSwiper .swiper-button-prev::after {
        width: 20px;
        height: 20px;
    }
}

/* Estilos específicos para el slider de paquetes */
.packages-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.packages-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.packages-swiper .package-card {
    width: 100%;
    max-width: 100%;
}

/* Responsive específico para el slider de paquetes */
@media only screen and (max-width: 480px) {
    .packages-swiper {
        padding: 0 10px 60px 10px;
    }
    
    .packages-swiper .swiper-button-next,
    .packages-swiper .swiper-button-prev {
        width: 35px;
        height: 35px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .packages-swiper .swiper-button-next {
        right: 5px;
    }
    
    .packages-swiper .swiper-button-prev {
        left: 5px;
    }
    
    .packages-swiper .swiper-pagination {
        bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .packages-swiper {
        padding: 0 15px 60px 15px;
    }
    
    .packages-swiper .swiper-button-next,
    .packages-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .packages-swiper .swiper-button-next {
        right: 10px;
    }
    
    .packages-swiper .swiper-button-prev {
        left: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .eventSwiper {
        padding: 0;
    }
    
    .eventSwiper .swiper-slide {
        padding: 0;
    }
    
    .carousel-image-card {
        height: 200px;
        margin-bottom: 10px;
        max-width: 300px;
    }
    
    .eventSwiper .swiper-pagination {
        bottom: 15px;
    }
    
    .eventSwiper .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }
    
    .eventSwiper .swiper-pagination-bullet::before {
        width: 5px;
        height: 5px;
    }
    
    .eventSwiper .swiper-button-next,
    .eventSwiper .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    
    .eventSwiper .swiper-button-next::after,
    .eventSwiper .swiper-button-prev::after {
        width: 16px;
        height: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .eventSwiper {
        padding: 0;
    }
    
    .eventSwiper .swiper-slide {
        padding: 0;
    }
    
    .carousel-image-card {
        height: 180px;
        margin-bottom: 8px;
        max-width: 280px;
    }
    
    .eventSwiper .swiper-pagination {
        bottom: 10px;
    }
    
    .eventSwiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
    
    .eventSwiper .swiper-pagination-bullet::before {
        width: 4px;
        height: 4px;
    }
    
    .eventSwiper .swiper-button-next,
    .eventSwiper .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    
    .eventSwiper .swiper-button-next::after,
    .eventSwiper .swiper-button-prev::after {
        width: 16px;
        height: 16px;
    }
}

/* Responsive para Swiper Mobile */
@media only screen and (max-width: 768px) {
    .eventSwiperMobile {
        padding: 0;
    }
    
    .eventSwiperMobile .swiper-slide {
        padding: 0;
    }
    
    .eventSwiperMobile .carousel-image-card {
        height: 250px;
        margin-bottom: 15px;
        max-width: 350px;
        margin: 0 auto 15px auto;
    }
    
    /* Centrar la imagen en móviles */
    .eventSwiperMobile .swiper-slide .row {
        justify-content: center;
    }
    
    .eventSwiperMobile .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 6px;
    }
    
    .eventSwiperMobile .swiper-pagination-bullet::before {
        width: 6px;
        height: 6px;
    }
    
    .eventSwiperMobile .swiper-button-next,
    .eventSwiperMobile .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .eventSwiperMobile .swiper-button-next::after,
    .eventSwiperMobile .swiper-button-prev::after {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .eventSwiperMobile {
        padding: 0;
    }
    
    .eventSwiperMobile .swiper-slide {
        padding: 0;
    }
    
    .eventSwiperMobile .carousel-image-card {
        height: 200px;
        margin-bottom: 10px;
        max-width: 300px;
    }
    
    .eventSwiperMobile .swiper-pagination {
        bottom: 15px;
    }
    
    .eventSwiperMobile .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }
    
    .eventSwiperMobile .swiper-pagination-bullet::before {
        width: 5px;
        height: 5px;
    }
    
    .eventSwiperMobile .swiper-button-next,
    .eventSwiperMobile .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    
    .eventSwiperMobile .swiper-button-next::after,
    .eventSwiperMobile .swiper-button-prev::after {
        width: 18px;
        height: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .eventSwiperMobile {
        padding: 0;
    }
    
    .eventSwiperMobile .swiper-slide {
        padding: 0;
    }
    
    .eventSwiperMobile .carousel-image-card {
        height: 180px;
        margin-bottom: 8px;
        max-width: 280px;
    }
    
    .eventSwiperMobile .swiper-pagination {
        bottom: 10px;
    }
    
    .eventSwiperMobile .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
    
    .eventSwiperMobile .swiper-pagination-bullet::before {
        width: 4px;
        height: 4px;
    }
    
    .eventSwiperMobile .swiper-button-next,
    .eventSwiperMobile .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    
    .eventSwiperMobile .swiper-button-next::after,
    .eventSwiperMobile .swiper-button-prev::after {
        width: 16px;
        height: 16px;
    }
}

