/* Pantallas muy pequeñas (dispositivos móviles pequeños) */
@media (max-width: 576px) {
	.w3l-breadcrumb {
		padding-top: 50px !important;
	}
    .w3l-banner h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

	.w3l-banner-ing {
		background-image: url(../images/portada/092025/cancun-smart-pass-homepage-movil-eng.webp) !important;
		background-size: contain !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
		min-height: 60vh !important;
	}

	.w3l-banner-movil-esp {
		background-image: url(../images/portada/092025/cancun-smart-pass-homepage-movil-esp.webp) !important;
		background-size: contain !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
		min-height: 60vh !important;
	}

	.grad {
		background: none !important;
	}

    .banner-left {
        height: auto;
    }

    .w3l-banner .section-start,
    .section-center,
    .section-end {
        flex: 1;
        max-width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
		margin-bottom: 1rem !important;
		padding-top: 1rem;
    }

    .w3l-banner .section-explication,
    .w3l-banner .section-button-video,
    .w3l-banner .section-contact {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
		margin-bottom: 1rem !important;
    }

	.w3l-banner-act{
		height: auto !important;
	}
	.w3l-banner-act h1{
		font-size: 1.5rem !important;
		line-height: 2rem;
	}

	/* style cart */
	.cart-header-content .cart-header-title {
		font-size: calc(0.893rem + 0.6vw);
	}
	
	.cart-header-content .cart-header-delete-btn{
		font-size: calc(0.693rem + 0.6vw);
	}

	.items-title {
		font-size: 15px !important;
		font-weight: 600 !important;
	}

	.box-cart .img-smartpass {
		margin: 0;
		padding: 0;
	}

	.btn-add-more {
		padding: 25px;
	}

	.shopping-cart .box-cart .title{
		font-size: 14px;
	}

	.shopping-cart .box-cart .col-6{
		padding-right: 0 !important;
	}

	.shopping-cart .box-cart .col-2{
		/* padding: 0.25rem !important; */
	}
	
	.shopping-cart .txt-type-person{
		font-size: 11.5px;
		line-height: 1.6rem;
	}

	.shopping-cart .nochildren{
		font-size: 10px !important;
		line-height: 1;
	}
	
	.shopping-cart .box-cart .currency{
		font-size: 8.5px;
		line-height: 1.6rem;
	}

	.shopping-cart .qty-txt{
		font-size: 0.886rem;
	}

	.shopping-cart .qty-nmbr{
		font-size: 0.783rem;
	}

	.shopping-cart .currency-total{
		font-size: 12px;
	}
}

/* Pantallas pequeñas (dispositivos móviles y tablets) */
@media (min-width: 577px) and (max-width: 767px) {
    /* Estilos para dispositivos móviles y tablets */
    .w3l-banner h1 {
        font-size: 3rem;
        line-height: 4rem;
    }

	.w3l-banner .section-start,
    .section-center,
    .section-end {
		margin-bottom: 1rem !important;
    }

    .w3l-banner .section-explication,
    .w3l-banner .section-button-video,
    .w3l-banner .section-contact {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

/* Pantallas medianas (tablets y pantallas más grandes) */
@media (min-width: 768px) and (max-width: 991px) {
    /* Estilos para tablets y pantallas más grandes */
	.w3l-banner .section-start,
    .section-center,
    .section-end {
		margin-bottom: 1rem !important;
    }

	.w3l-banner .section-explication {
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1rem !important;
	}

	.w3l-banner-act{
		height: auto !important;
	}
	.w3l-banner-act h1{
		font-size: 2rem !important;
		line-height: 2rem;
	}
}

/* Pantallas grandes (pantallas de escritorio) */
@media (min-width: 992px) and (max-width: 1199px) {
	.w3l-banner-act{
		height: auto !important;
	}
	.w3l-banner-act h1{
		font-size: 2.5rem;
		line-height: 3.5rem;
	}
}

@media (min-width: 1200px) and (max-width: 1500px) {
    /* Estilos para pantallas de escritorio de gran tamaño */
	.w3l-banner h1 {
		font-family: IBM Plex Sans;
		font-size: 2rem;
		line-height: 4rem;
		font-weight: 700;

	}
	.banner-left {
		display: flex;
		flex-direction: column;
		height: 100%; /* Asegura que el contenedor ocupe toda la altura disponible */
	}
	
	.w3l-banner .section-start {
	flex: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	}
	
	.section-center {
	flex: 2;
	max-width: 90%;
	margin-bottom: 5rem;
	}
	
	.section-end {
	align-self: flex-start; /* Coloca esta sección al final del contenedor principal */
	}
	
	
	.w3l-banner .section-explication {
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3rem;
	}
	.w3l-banner .section-button-video {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
	
	.w3l-banner .explanation-pass {
	color: #f2f2f2;
	font-size: 1.33rem;
	line-height: 0.96rem;
	}
	.w3l-banner .section-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	color: #F2F2F1
	}
	
	.w3l-banner .contactUs {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 1.33rem;
	}
	.w3l-banner .btn {
	margin-bottom: 10px;
	}
	.section-title {
		text-align: center;
		margin-bottom: 65px;
		line-height: 1.5;
	}
	.items-title {
		font-weight: 600 !important;
	}

}

@media (min-width: 1501px) and (max-width: 1920px) {
    /* Estilos para pantallas de escritorio de tamaño medio */
	.btn-add-more {
		padding: 25px;
	}

	.items-title {
		font-weight: 600 !important;
	}

	.shopping-cart .nochildren{
		font-size: 12px !important;
	}
}

@media (min-width: 1921px) {
    /* Estilos para pantallas de escritorio muy grandes */
}
