﻿body {
	background-color: #F5F5F5 !important;
}

/* --- BANNER PRINCIPAL --- */
.banner {
	height: 450px;
	color: white;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	background-image: url("/Personas/Paginas/PROMOCIONES/2025/fifa/imagenes/banner-Tablet.webp");
	background-position: 100% center;
}

#contenedor {
	max-width: 88%;
	height: 100%;
	display: flex;
	justify-content: normal;
	align-items: center;
}

.banner #tituloProducto {
	font-size: 32px;
	margin-bottom: 20px;
}

.banner .title {
	font-size: 24px;
	color: white;
	text-shadow: 1px 1px 1px black;
	text-align: center;
}

.parrafoBanner {
	font-size: 20px;
}


/* --- SECCIÓN 2: Fondo Azul --- */
.section-2 {
	padding: 60px 0px;
	padding-bottom: 0 !important;
	min-height: 400px;
	background-color: #012169;
}

.section-2 p {
	color: #FFF;
	display: block;
}

.section-2 .intro {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px !important;
}

.section-2 .txt {
	margin-top: 50px;
	font-style: italic;
	font-weight: 500;
	font-size: 16px;
}

.section-2 .link {
	margin-top: 20px;
}

/* --- CARD METAS DE CONSUMO --- */
.card-numeros {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 7px rgba(0, 0, 0, .2);
	padding: 65px 20px;
	text-align: center;
}

.icon-card-consulta {
	width: 110px;
	margin-bottom: 40px;
}

.card-numeros .bono {
	width: 60px !important;
}

.card-numeros h1 {
	font-weight: 800;
	font-size: 50px;
	color: #012169;
}

.card-numeros span {
	font-weight: bold;
	font-size: 22px;
	color: #00C1D5;
}

/* --- SECCIONES VARIAS --- */
.section-3 {
	padding-bottom: 75px;
}

.section-4 {
	margin-bottom: 120px;
}
.section-3 #iframe {
	width: 80%;
	height: 577px;
	box-shadow: 0 0 8px rgb(0 0 0 / 20%);
	border-radius: 15px;
}
.cont-text {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.cont-text h3 {
	font-weight: 800;
	font-size: 28px;
	color: #fff;
	text-transform: initial !important;
	text-align: center;
}
.titulo-premios {
	font-weight: 600;
}
.section-2 .fecha-premios {
	margin-top: 40px;
}
.linea-divisoria {
	margin-bottom: 30px;
	margin-top: 30px;
}
.btn-azul-larimar {
	background: #00C1D5;
	padding: 20px 40px;
	border-radius: 50px;
	font-size: 18px;	
	color: #fff !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}
.link_bpd:before {
	font-family: '' !important;
	content: '' !important;
}
.titulo-registro {
	margin-bottom: 30px;
}
.titulo-registro>h3 {
	color: #012169 !important;
}
.keyBenefits__content--boxes {
	margin-top: 50px;
	overflow: auto;
	display: flex;
	justify-content: center;
}
.keyBenefits__contentBox {
	min-height: 198px;
	padding: 20px;
	background: #fff;
}
.keyBenefits__contentBox:last-child {
	margin-right: 0;
	margin-bottom: 20px;
}
.keyBenefits__contentBox--icon {
	width: 88px;
	margin-bottom: 16px;
}
.keyBenefits__contentBox--title {
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	text-align: left;
	margin-bottom: 16px;
}
.cuadroSombreado:not(.modalHazteCliente) {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: -1px -3px 14px -1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	border: 2px solid #E8E6DF;
}
.logo-mc-lauren {
	margin-bottom: 30px;
}
@media(max-width: 767px) {
	.banner {
		background-image: url("/Personas/Paginas/PROMOCIONES/2025/fifa/imagenes/banner-Mobile.webp");
		background-position: center center;
		height: 445px;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        padding: 70px 0px;
        background-position: left;
        background-size: auto;
	}
	#contenedor {
		align-items: baseline !important;
		height: 190px;
	}
	.banner #tituloProducto {
		/* padding-top: 3%; */
		font-size: 24px;
		margin-bottom: 20px;
	}
	.parrafoBanner {
		font-size: 16px;
		font-weight: 500;
	}
	.visible-xs {
		display: block;
	}
	.hidden-xs {
		display: none;
	}
}
@media(min-width: 768px) {
	.hidden-xs {
		display: block;
	}

	.visible-xs {
		display: none;
	}

	.logo-mc-lauren {
		width: 300px;
	}
}

/* TAMAÑO GRANDE (Desktop/Laptop: 992px y más) */
@media(min-width:992px) {
	.texto-banner {
		width: 550px !important;
	}
}

/* TAMAÑO MUY GRANDE (Large Desktop/Wide Screens: 1750px y más) */
@media(min-width: 1750px) {
	.banner {
		background-image: url("/Personas/Paginas/PROMOCIONES/2025/fifa/imagenes/banner-desktop.webp");
		background-position: 100% center;
		background-position: center;
        max-height: 440px;
        background-size: cover;
	}
}

/* TAMAÑO ENTRE MEDIO (Standard Desktop: 992px a 1749px) */
@media(max-width: 1749px) and (min-width: 992px) {
	.banner {
		background-image: url("/Personas/Paginas/PROMOCIONES/2025/fifa/imagenes/banner-Tablet.webp");
		background-position: 100% center;
	}

	.logo-mc-lauren {
		width: 300px;
	}
}

/* AJUSTES PARA TABLET VERTICAL / LANDSCAPE (991px y menos) */
@media(max-width:991px) {
	.cont-text h3 {
		font-size: 22px;
	}

	.texto-banner {
		width: 350px !important;
	}
}