@charset "utf-8";
@media (min-width: 601px) {
	.btn-text-multiline {
		display: inline;
		width: auto;
		text-align: center;
		line-height: inherit;
		font-size: inherit;
		word-break: normal;
		white-space: nowrap !important;
	}
	.btn-text-multiline br {
		display: none;
	}
}

/* Variables de color FEC */
:root {
	--fec-verde-oscuro: #009246;
	--fec-verde-lima: #93c025;
}
.btn-primary, .btn-fecol {
	background-color: var(--fec-verde-oscuro) !important;
	border: none !important;
	color: #fff !important;
	font-weight: bold;
	border-radius: 999px;
	padding: 14px 0;
	width: 100%;
	max-width: 480px;
	margin: 0 auto 18px auto;
	box-shadow: none !important;
	display: block;
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: background 0.2s, color 0.2s;
}
.btn-primary:hover, .btn-fecol:hover, .btn-primary:focus, .btn-fecol:focus {
	background-color: var(--fec-verde-lima) !important;
	color: #fff !important;
	border: none !important;
	box-shadow: none !important;
	transform: none !important;
	text-decoration: none !important;
}
/* Espacio extra entre banner y contenido */
.banner-mundialista {
	margin-bottom: 48px;
}

/* CSS Document */
/* Botones responsivos para móviles */
@media (max-width: 600px) {
	.btn-fecol {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    padding: 12px 25px !important;
    background-color: var(--fec-verde-oscuro) !important;
    color: #fff !important;
    border-radius: 999px !important;
    text-align: center !important;
    text-decoration: none !important;
    font-weight: bold;
		white-space: normal !important;
	 font-size: 1.25rem !important;
	 box-shadow: 0 4px 18px 0 rgba(0, 146, 70, 0.18), 0 1.5px 6px 0 rgba(0,0,0,0.10);
	 border: 2.5px solid #fff !important;
	 margin: 18px auto 24px auto !important;
	 letter-spacing: 1px !important;
	 transition: transform 0.15s, box-shadow 0.15s, background 0.2s, color 0.2s;
	 z-index: 10;
	 position: relative;
	 animation: btn-fecol-pop 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}
	.btn-text-multiline {
		display: inline-block;
		width: 100%;
		text-align: center;
		line-height: 1.2;
		font-size: 1.1em;
		word-break: break-word;
	}

.btn-fecol:hover {
    background-color: var(--fec-verde-lima) !important;
    color: #fff !important;
}
 
 .btn-fecol:active {
	 transform: scale(0.97);
	 box-shadow: 0 2px 8px 0 rgba(0, 146, 70, 0.10);
}

@keyframes btn-fecol-pop {
  0% { transform: scale(0.92); opacity: 0.7; }
  60% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}
}
/* Mejora visibilidad iconos y textos para móviles */
@media (max-width: 600px) {
	.iconos-info-row {
		flex-direction: column !important;
		gap: 1.5rem !important;
	}
	.iconos-info-row > div {
		border: none !important;
		margin-bottom: 0.5rem;
		padding-bottom: 0.5rem;
		text-align: center !important;
	}
	.iconos-info-row i {
		font-size: 2.2rem !important;
	}
	.iconos-info-row .icono-texto {
		font-size: 1.1rem !important;
		margin-top: 0.5rem !important;
	}
}


/* Bloque informativo llamativo */
.info-previa-llamativa {
	max-width: 1000px;
	margin: 0 auto 18px auto;
	border-radius: 16px;
	padding: 22px 32px 16px 32px;
	background: linear-gradient(90deg, #43b649 0%, #80b918 100%);
	color: #fff;
	font-family: Montserrat, sans-serif;
	box-shadow: 0 2px 12px 0 rgba(64,128,64,0.10);
	text-align: left;
	font-size: 1.18em;
}
.info-previa-llamativa .info-valor {
	font-size: 1.5em;
	font-weight: 900;
	color: #fff;
	margin-bottom: 6px;
	letter-spacing: 0.5px;
	text-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.info-previa-llamativa .info-detalle {
	font-size: 1.08em;
	color: #fff;
	margin-bottom: 3px;
	font-weight: 500;
	text-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
/* Visibilidad imágenes responsive */
.visibleDesktop {
	display: none;
}
.visibleMobile {
	display: inline;
}
@media (min-width: 520px) {
	.visibleDesktop {
		display: inline;
	}
	.visibleMobile {
		display: none;
	}
}

/* Sección ¿Cómo participar? */
.maxw-1000 {
	max-width: 1000px;
}
/* Eliminadas reglas huérfanas fuera de selectores */
.text-left {
	text-align: left;
}
.participa-lista {
	text-align: left;
	margin-left: 1.5em;
	list-style: none;
	padding: 0;
}
.participa-num {
	color: #0b8444;
	font-weight: bold;
	margin-right: 4px;
}
.participa-link {
	color: #0b8444;
	text-decoration: underline;
}
.participa-lista li {
	margin-bottom: 8px;
}



/* Premios y puntuación */
.premios-puntuacion-row {
	max-width: 1000px;
	margin: 0 auto 32px auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
	background: none;
}
/* Premios y puntuación alineados a la izquierda pero centrados visualmente */
.premios-col, .puntuacion-col {
	flex: 1;
	padding: 0 36px 0 0;
	border-right: 2px solid #0b8444;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: none;
	text-align: left;
}
.puntuacion-col {
	padding: 0 0 0 36px;
	border-right: none;
}
.premios-col h4, .puntuacion-col h4 {
	color: #0b8444;
	font-weight: 700;
	margin-bottom: 18px;
	letter-spacing: 0.5px;
	text-align: center;
	width: 100%;
}
.premios-col ul, .puntuacion-col ul {
	padding-left: 1.2em;
}
.premios-col ul li, .puntuacion-col ul li {
	margin-bottom: 6px;
	font-size: 1.05em;
	position: relative;
}
.premios-col ul li::before {
	content: "🏆 ";
	position: absolute;
	left: -1.5em;
}
.puntuacion-col ul li::before {
	content: "⭐ ";
	position: absolute;
	left: -1.5em;
}
.premios-col ul, .puntuacion-col ul {
	list-style: none;
}
.premios-col p em {
	color: #b23c3c;
}
.premios-col p span {
	font-size: 1.1em;
}
@media (max-width: 767px) {
	.premios-puntuacion-row {
		flex-direction: column;
		padding: 0;
	}
	.premios-col, .puntuacion-col {
		border: none;
		padding: 0 0 24px 0;
	}
	.puntuacion-col {
		padding: 0;
	}
}


.boton-fec {
	background: #009246 !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 1.1rem;
	border: none;
	border-radius: 30px;
	padding: 14px 0;
	width: 100%;
	max-width: 480px;
	margin: 0 auto 18px auto;
	box-shadow: 0 2px 8px rgba(0,0,0,0.10);
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
	display: block;
	text-align: center;
	letter-spacing: 0.5px;
	text-decoration: none !important;
	box-sizing: border-box;
}
 .boton-fec:hover, .boton-fec:focus {
	background: #93c025 !important;
	color: #fff !important;
	text-decoration: none !important;
	padding: 14px 0;
	width: 100%;
	max-width: 480px;
	box-sizing: border-box;
}

/* Términos y condiciones alineado a la izquierda */
.tyc-section {
	text-align: left !important;
}

/* Términos y condiciones */
.tyc-section {
	max-width: 900px;
	margin: 0 auto 32px auto;
	background: #f8fafc;
	border-radius: 12px;
	padding: 24px 32px 18px 32px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.tyc-section h5 {
	color: #0b8444;
	font-weight: 700;
	margin-bottom: 12px;
}
.tyc-section ul {
	padding-left: 1.2em;
}
.tyc-section ul li {
	margin-bottom: 6px;
	font-size: 1em;
	position: relative;
}
.tyc-section ul li::before {
	content: "✔️ ";
	position: absolute;
	left: -1.5em;
}
.tyc-section ul {
	list-style: none;
}



/* estilos.css */
body {
    font-family: Montserrat, sans-serif;
    background-color: #f0f0f0;
    color: #333;
}

.row {
	max-width: 1100px;
	align-content: center;
	padding: 20px;
}

h1 {
    color: #505050;
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	padding: 10px;
}

/* Reduce el margen superior de la fila de botones */
/* Botón FEC blanco */
.boton-fec {
	background: #fff !important;
	color: #00843d !important;
	font-weight: bold;
	font-size: 1.1rem;
	border: 2px solid #00843d;
	border-radius: 30px;
	padding: 12px 20px;
	min-width: 120px;
	margin: 0 10px;
	box-shadow: none;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
	display: inline-block;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.boton-fec:hover, .boton-fec:focus {
	background: #00843d !important;
	color: #fff !important;
	text-decoration: none;
	border: 2px solid #00843d;
	background-color: #333333;
	padding: 10px;
}

.plan {
	text-align: center;
	font-size: 28px;
	color: white;
	font-weight: 900;
}

/* Botón FEC estilo verde grande y redondeado */
.boton-fec {
	background: #009246 !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 1.1rem;
	border: none;
	border-radius: 30px;
	padding: 14px 0;
	width: 100%;
	max-width: 480px;
	margin: 0 auto 18px auto;
	box-shadow: none;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
	display: block;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.10);
	letter-spacing: 0.5px;
	text-decoration: none !important;
}
 .boton-fec:hover, .boton-fec:focus {
	background: #007a36 !important;
	color: #fff !important;
	text-decoration: none !important;
.icons {
	
	background-color: #333333;
	padding: 10px;
	border-radius: 60px;
	width: 100px;
}
.textoincluye {
	
	font-weight: 500;
	font-size: 14px;
	
}


.btn-secondary {
	background-color: #333333;
	border-radius: 50px;
	
	
}

#imagenbody {
	
    background-image: url("../../Bodytech - Copia/images/gym.jpg");
    background-repeat: no-repeat;
	background-size: 100%;
	height: 220px;
    
}

.btn-light {
	background-color: #E85521;
	border-radius: 50px;
	border-color: white;
	color: white;
	
}
.casittamedio {
	
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.43);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.43);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.43);

}

#info {
	font-size: 16px;
	font-weight: 600;
	color: white;
	padding-top: 40px;
	text-align: justify;
	padding-bottom: 20px;
	
}


#nombreasesor {
	font-size: 17px;
	font-weight: 700;
	color: white;
}

#cargo {
	font-size: 17px;
	font-weight: 300;
	color: white;
}

#wp {
	font-size: 17px;
	font-weight: 700;
	color: white;
}

#mailasesor {
	font-size: 17px;
	font-weight: 700;
	color: white;
}

#numerowp {
	color: white;
	
}
#emailasesor {
	color: white;
	font-size: 15px;
}

#footertext {
	color: white;
	font-weight: 600;
	text-align: center;
	padding: 15px;
	
}
#slider {
	border-radius: 20px;
}
#copy {
	
	background-color: #12B2C3;
	padding: 3px;
	
}
#copy1 {
	color: white;
	padding: 5px;
	
}
#texto1 {
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
	
}
#titulo1 {
	text-align: center;
	font-size: 25px;
	font-weight: 900;
	padding-bottom: 30px;
	
}
#muerte {
	background-color: #f6ac24;
}

#caja2 {
	background-color: #e85521;
}
#caja3 {
	background-color: #e51582;
}
#siniestros {
	color:#12b2c3;
	font-size: 25px;
	font-weight: 900;
}
#caja4 {
	background-color: #CFCFCF;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	
}

#caja5 {
	background-color: #CFCFCF;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	
}

#textosiniestro1 {
	color: #333333;
	font-weight: 400;
}
#textosiniestro2 {
	color: #333333;
	font-weight: 400;
}
#bg1 {
	background-color: #662d91;
	
}
#txt1 {
	color: white;
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
}




/* formulario */

.formulario-container {
    width: 80%;
    max-width: 100%;
    margin: 20px auto;
    background-color: #F6F6F6;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Estilos del formulario */
form {
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 8px;
	text-align: justify;
}

input {
    padding: 8px;
    margin-bottom: 16px;
}

button {
    background-color: #80B918;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #004D28;
}

/*formulario */


.titulosin {
	color: cadetblue;
	font-size: 20px;
	font-weight: 800;
	
}
#terminos {
	color: #333333;
	font-size: 13px;
	text-align: justify
}
.imagen {
	
	border-radius: 20px;
	
}

.zonaselectorales {
	width: 100%;
}

.titulozonas {

	color: #f0f0f0;
	background-color: #80B918;
	border-radius: 10px;
	border-color: #f0f0f0;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	 box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}