* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #EFEFEF;
	color: #363639;
    font-family: 'Work Sans', sans-serif;
}



/* ? ----- PORTADA ----- */
.portada {
	width: 100%;
	background: #EFEFEF;

	min-height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: .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: 50px;
}

.portada .header .mensaje {
	font-size: 30px;
	font-weight: 600;
}



/* ? ----- MAIN ----- */
main {
	max-width: 1000px;
	margin: auto;
	width: 90%;
	padding: 60px 0;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
}



/* ? ----- Cuenta Regresiva ----- */
#cuenta {
	display: flex;
	justify-content: center;
	margin-bottom: 350px;
	/*margin-left: -05px;*/

}

.simply-section {
	background: transparent;
	width: 150%;
	height: 120px;
	margin: 0 15px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid white;
	padding: 30px;
}

@media (max-width: 450px) {
  .simply-section {
    width: 60px;
  	}
  /*banner mobile*/
  .banner {
     position: relative;
     background: url(../images/principal1080x1620.jpg);
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     min-height: 704px;
     padding-top: 80%;
	}
	.banner_4 {
     position: relative;
     /*background: url(../images/itinerario_mobile.jpg);*/
     background: url(../images/itinerarioMovil.jpg);
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     min-height: 804px;
     padding-top: 80%;
	}
	.banner_5 {
     position: relative;
     background: url(../images/insta1080x1620.jpg);
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     min-height: 804px;
     padding-top: 80%;
	}

	.banner_7 {
     position: relative;
     background: url(../images/fondoVideo.jpg);
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     min-height: 804px;
     padding-top: 30%;
	}


	.entry_folio{
    position: relative;
    top: -1135px;
    margin-left: 120px;
    width: 160px;
    box-shadow: 10px 12px 6px -6px #777;

}
.submit_folio{
    position: relative;
    top: -1125px;
    margin-left: 120px;

}
	/*banner mobile*/
}

.simply-amount {
	display: block;
	font-size: 40px;
	font-weight: 700;
}

.simply-word {
	display: grid;
	place-items: center;
	font-size: 15px;
}


/* ? ---------------------------- */



/* ? ----- REDES SOCIALES ----- */
