* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "avant-bold", sans-serif;
}


@font-face {
	font-family: "avant-bold";
	src: url("../fonts/ITCAvantGardeStd-Bold.otf");
}



body {
	/* background: #EFEFEF;
	color: #363639; */

	height: 100%;
	margin: 0;
	padding: 0;
	background: linear-gradient(to top, #7928db 10%, #ffffff 99%);
}

.montserrat-regular {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.montserrat-semibold {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.montserrat-bold {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}


/* header {
	position: relative;
	z-index: 1000;
} */

.violeta {
	color: #000a6f;
}

/* ? ----- PORTADA ----- */
.portada {
	width: 100%;


	/* min-height: 100vh !important; */
	/* position: fixed; */
	/* top: 0;
	left: 0;
	right: 0; */

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: 0.5s ease-out all;
}

/* .portada.oculta {
	transform: translateY(100%);
}

.portada .header {
	margin-bottom: 100px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.portada .header .logotipo {
	font-size: 50px;
	font-size: 900;
	margin-bottom: 20px;
}

.portada .header .mensaje {
	font-size: 30px;
	font-weight: 600;
} */

/* ? ----- MAIN ----- */


/* ? ----- Cuenta Regresiva ----- */
#cuenta {
	display: flex;
	justify-content: center;
	
}

.simply-section {
	background: #fff;
	width: calc(150px);
	height: 150px;
	margin: 0 3px;
	padding: 2px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.simply-amount {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.simply-word {
	font-weight: 300;
	font-size: 16px;
}

nav {
	border-bottom: solid 3px #d9272e;
}

.nav-link {
	color: #0258a1 !important;
	font-family: "Poppins", sans-serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
	font-size: 12px !important;
}

.nav-link:hover {
	color: #d9272e !important;
}

.logoColonia {
	width: 100px;
}

/* ? ---------------------------- */

/* ? ----- REDES SOCIALES ----- */



.redSocial a {
	width: 150px !important;
	height: 150px !important;
	/* border: solid 1px red; */

}

.redSocial:hover {
	animation: bounce 0.5s ease !important;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}

	100% {
		transform: translateY(0);
	}
}

.redSocial a img {
	width: 100%;
}


footer {
	background-color: rgb(34, 34, 34);
	color: whitesmoke;
	min-height: 75px;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

footer p {
	margin: 0;
	padding: 0;
}

iframe{
		height: 700px;
	}


@media (min-width: 768px) and (max-width: 1199px) {
	/* ? ----- PORTADA ----- */

	.redSocial {
		width: calc(100px) !important;
		height: 100px;
		margin: 0 20px;
	}

	.portada.oculta {
		transform: translateY(100%);
	}

	.portada .header {
		margin-bottom: 100px;
		text-transform: uppercase;
		letter-spacing: 3px;
	}

	.portada .header .logotipo {
		font-size: 50px;
		font-size: 900;
		margin-bottom: 20px;
	}

	.portada .header .mensaje {
		font-size: 30px;
		font-weight: 600;
	}

	/* ? ----- MAIN ----- */


	.simply-section {
		background: #fff;
		width: 180px;
		height: 180px;
		margin: 0 20px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.simply-amount {
		display: block;
		font-size: 50px;
		font-weight: 700;
	}

	.simply-word {
		font-weight: 300;
		font-size: 30px;
	}

	/* ? ---------------------------- */

	/* ? ----- REDES SOCIALES ----- */
}

@media (min-width: 1200px) {

	iframe{
		height: 560px;
	}


	body {
		/* background: #EFEFEF;
	color: #363639; */

		height: 100%;
		margin: 0;
		padding: 0;
		background: linear-gradient(to top, #7928db 10%, #ffffff 99%);
	}

	/* ? ----- PORTADA ----- */

	.portada.oculta {
		transform: translateY(100%);
	}




	/* ? ----- MAIN ----- */

	/* ? ----- Cuenta Regresiva ----- */
	#cuenta {
		display: flex;
		justify-content: center;
		
	}

	.simply-section {
		background: #fff;
		width: 180px;
		height: 180px;
		margin: 0 20px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.simply-amount {
		display: block;
		font-size: 50px;
		font-weight: 700;
	}

	.simply-word {
		font-weight: 300;
		font-size: 30px;
	}

	.redSocial {
		width: calc(100px) !important;
		height: 100px;
		margin: 0 20px;
	}

	.redSocial a {
		width: 150px !important;
		height: 150px !important;
		/* border: solid 1px red; */

	}

	.redSocial:hover {
		animation: bounce 0.5s ease !important;
	}

	@keyframes bounce {
		0% {
			transform: translateY(0);
		}

		50% {
			transform: translateY(-8px);
		}

		100% {
			transform: translateY(0);
		}
	}

	.redSocial a img {
		width: 100%;
	}

	/* ? ----- REDES SOCIALES ----- */
	.nav-link {
		font-size: 20px;
	}

	.logoColonia {
		width: 150px;
	}

	h1 {
		font-size: 64px !important;
	}
}