/* Banner Style */
.main-banner2 {
    *background-image: url(../img/eventos/bannereventos.jpg);
    *background-repeat: no-repeat;
    *height:auto;
    *background-size: cover;
    text-align: center;
    padding:60px;
    *position: relative;	
    *background-position:center;
  }

  .main-banner2 img{
    width: 100%;
    height: 300px;
  }
  
  .main-banner2 .counter-content {
    position: absolute;
    width: 100%;
    top: 80px;
    padding: 10px 0px 0px 0px;
    height: 120px;
    background-color: rgba(250,250,250,0.2);
  }
  
  .main-banner2 .counter-content li {
    display: inline-block;
    font-size: 24px;
    list-style-type: none;
    font-weight: 700;;
    text-transform: capitalize;
    color: #ffffff;
    min-width: 15%;
    *margin-top: 80px;
  }
  
  .main-banner2 .counter-content li span {
    display: block;
    font-size: 50px;
    font-weight: 900;
    *margin-top: 80px;
  }

@media screen and (max-width: 720px) {
    .main-banner2 img{
        height: 30vh;
    }

    .main-banner2 .counter-content {
      height: 18%;
    }

    .main-banner2 .counter-content li {
      font-size:18px;
      min-width: 20%;
    }
    .main-banner2 .counter-content li span {   
      font-size: 30px;
    }

}

@media screen and (max-width: 500px) {
    .main-banner2 img{
        height: 20vh;
    }

    .main-banner2 .counter-content {
      height: 15%;
    }
}

/* ? ----- PORTADA ----- */
.portada {
	width: 100%;
	background-image: url(../img/eventos/eventoportada2.jpg);

	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: 50px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.portada .header .logotipo {
	font-size: 50px;
	font-size: 900;
	margin-bottom: 20px;
}

.portada .header .mensaje {
	font-size: 40px;
	font-weight: 900;
  color: #ffffff;
}



/* ? ----- Cuenta Regresiva ----- */
#cuenta {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}

.simply-section {
	background: rgba(250, 250, 250, 0.4);
	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: 900;
  color: #ffffff;
}

.simply-word {
	font-weight: 600;
	font-size: 30px;
  color: #ffffff;
}
