* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #EFEFEF;
	color: #363639;
  /* font-family: 'Work Sans', sans-serif; */
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

body.open_modal {
  overflow: hidden;
  max-height: 100vh;
}

.i-w, .icos-w, .icon-w, .iconx-w, .plusicon-w { text-align: center; width: 1.28571429em; }
.i-lg, .icos-lg, .icon-lg, .iconx-lg, .plusicon-lg { font-size: 1.33em; }
.i-2x, .icos-2x, .icon-2x, .iconx-2x, .plusicon-2x { font-size: 2em; }
.i-3x, .icos-3x, .icon-3x, .iconx-3x, .plusicon-3x { font-size: 3em; }
.i-4x, .icos-4x, .icon-4x, .iconx-4x, .plusicon-4x { font-size: 4em; }
.i-5x, .icos-5x, .icon-5x, .iconx-5x, .plusicon-5x { font-size: 5em; }
.i-6x, .icos-6x, .icon-6x, .iconx-6x, .plusicon-6x { font-size: 6em; }
.i-7x, .icos-7x, .icon-7x, .iconx-7x, .plusicon-7x { font-size: 7em; }

.center { text-align: center; }
.link { color: #0066ff; }
._mg_l4 { margin-left: 4px; }
._mg_l8 { margin-left: 8px; }
._mg_r4 { margin-right: 4px; }
._mg_r8 { margin-right: 8px; }
._p4_15 { padding: 15px; }
._p4_15_0 { padding: 15px 0; }
._p4_10 { padding: 10px; }
._p4_10_0 { padding: 10px 0; }
._txt_none { text-transform: none; }

.img_resp { max-width: 100%; max-width: 100%; }
._va_m { vertical-align: middle; }

._bg_error { background-color: #e53935 !important; }

._bg_success {  background-color: #43a047 !important; }

._d_none { display: none !important; }

#modal {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0; left: 0; right: 0; top: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
  position: fixed;
  visibility: hidden;
  z-index: 33;
}

#modal.show { display: -webkit-box; display: -ms-flexbox; display: flex; opacity: 1; visibility: visible; }

.modal_bd { background-color: #fff; border-radius: 5px;
  -webkit-box-shadow: 0px 8px 12px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 12px 3px rgba(0, 0, 0, 0.25);
  display: inline-block; max-width: 420px; padding: 15px; z-index: 1; width: 100%;
}

.btn {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
}

.btn:hover {
  background-image: -webkit-gradient(linear,left top, left bottom,from(transparent),color-stop(40%, rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
  background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}

.btn>* { display: inline-block; vertical-align: middle; }

#onlive {
  display: none;
  margin: 0 auto 20px;
  max-width: 600px;
}

#onlive.show { display: block; }

/* ? ----- PORTADA ----- */
.portada {
	width: 100%;
	background: #EFEFEF;

	min-height: 100vh;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-transition: .5s ease-out all;
	transition: .5s ease-out all;
}

#banner { margin: 0 auto 20px; max-width: 900px; }

.portada.oculta {
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}

.portada .header {
	text-transform: uppercase;
}

.portada .header .logotipo {
	font-size: 50px;
	font-weight: 900;
  line-height: 1.2;
	margin-bottom: 20px;
}

.portada .header .mensaje {
	font-size: 30px;
	font-weight: 600;
}



/* ? ----- MAIN ----- */
main {
	max-width: 1000px;
	margin: auto;
	width: 90%;
	padding: 0 0 60px;
	font-size: 18px;
	text-align: left;
}



/* ? ----- Cuenta Regresiva ----- */
#cuenta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 20px;
}

.simply-section {
	background: #fff;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#cuenta .simply-section {
  height: 120px;
  width: 23%;
  margin: 0 1%;
}

.simply-amount {
	display: block;
	font-size: 50px;
	font-weight: 700;
}

.simply-word {
	font-weight: 300;
	font-size: 26px;
}


/* ? ---------------------------- */



/* ? ----- REDES SOCIALES ----- */
.redes-sociales {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.redes-sociales .btn-red-social {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-wrap: nowrap;
	min-width: 100px;
	border-radius: 5px;
	background-color: #FF0000;
	color: #fff;
	font-size: 30px;
	margin: 0 10px 15px;
	-webkit-transition: .3s ease all;
  text-decoration: none;
	transition: .3s ease all;
}

.redes-sociales .btn-red-social.fb-icon {
  background-color: #4267b2;
}

.redes-sociales .btn-red-social:hover {
	-webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,.15);
	        box-shadow: 0px 0px 50px 10px rgba(0,0,0,.15);
}

footer {
  background-color: #006bff;
  color: #fff;
  padding: 15px 20px;
}

footer a {
  color: #fff;
}

@media all and (max-width: 650px){

  #cuenta { padding: 0 15px; }
  #cuenta .simply-section {
    height: 90px;
    width: 20%;
    margin: 0 2.5%;
  }

  .simply-amount {
  	font-size: 32px;
  }
  .simply-word {
  	font-weight: 300;
  	font-size: 18px;
  }
}
