@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}



body{
background: #FFF7F0;
color: black;
font-family: 'Poppins', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
overflow-x: hidden;
    font-weight: 200;
    background-image: url("../img/e1/bg_body.jpg");
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 50%
}




#w_tenemos{
    background: #FFCF04;
}





.w_100{
    height: 100px;
}







#expo_logo{
	transition: all ease 300ms;
}




.tenemos{
    text-align: center;
}

.tenemos p{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	line-height : 45px;
}



.t_light{font-weight: lighter;}

.t_bold{font-weight:700;
letter-spacing: 10px;
color: #253781;}




.azul{
    color: #253781;
}

.amarillo{
	color: #ffbc00;
}
.magenta{
    color: #b912af;
}


#info{

	padding: 10% 5% 5% 0;
}



#info a{
	text-decoration: none;
	transition: all ease 300ms;
}


#recuerda p{
	font-size: 45px;
	line-height: 47px;

}

#nos_vemos p{
	line-height: 20px;
}

#recuerda{
	margin-bottom: 25px;
}



#registrate{
	display: block;
	margin: 20px auto;
	width: 45%;
	padding: 20px;
	border: 2px solid #fff;
	border-radius: 10px;
	color: #fff;
}


#registrate:hover{
	width: 49%;
	-webkit-box-shadow: 0 0 15px 2px #1370FF;
	box-shadow: 0 0 15px 2px #1370FF;
}



#wa{
    color: #003c93;
}

#registrate:hover, #wa:hover{
	color: #b912af;
}


#cdmx_prox{
    background: #ffcf04;
    max-height: 583px;
}


.fs-5{
    font-size: 2em!important;
}

footer p{
	opacity: .8;
	font-size: 10px;
}


#rrss{
	width: 174px;
	height: 55px;
	margin: 0 auto;
}

#rrss a{
	opacity: 1;
	display: block;
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 3px;
	transition: all ease 300ms;
}

#rrss a:hover{
	opacity: 0.75;
}


#w_americ{
	width: 250px;
	position: absolute;
	right: -25px;
	bottom: 0px;
	margin-top: 20px;
}


.info{
	font-family: 'Poppins', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
}


.clear{
	clear: both;
	width: 100%;
}

.clear_20{
	clear: both;
	width: 100%;
	height: 20px;
}


.clear_40{
	clear: both;
	width: 100%;
	height: 40px;
}

.clear_60{
	clear: both;
	width: 100%;
	height: 60px;
}

.clear_80{
	clear: both;
	width: 100%;
	height: 80px;
}








#w_ciudad{
	width: 964px;
	height: 964px;
	position: relative;
	margin: 0 auto;
}












.ciudad_anterior{
    height: 425px;
    background-size: cover;
    background-position: center;
    opacity: .95;
    transition: all ease 400ms;
}

.ciudad_anterior:hover{
    opacity: 1;
}


.ciudad_anterior a{
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 95%;
    background-repeat: no-repeat;
    transition: all ease 300ms;
}


.ciudad_anterior a:hover{
    background-size: 110%;
}


#ciudad_1{
    background-image: url("../img/e1/ciudad1.jpg");
}



#ciudad_2{
    background-image: url("../img/e1/ciudad2.jpg");
}



#ciudad_3{
    background-image: url("../img/e1/ciudad3.jpg");
}



#ciudad_4{
    background-image: url("../img/e1/ciudad4.jpg");
}
#ciudad_5{
    background-image: url("../img/e1/ciudad5.jpg");
}
#ciudad_6{
    background-image: url("../img/e1/ciudad6.jpg");
}


#ciudad_1 a{
    background-image: url("../img/e1/c1.png");
}


#ciudad_2 a{
    background-image: url("../img/e1/c2.png");
}


#ciudad_3 a{
    background-image: url("../img/e1/c3.png");
}



#ciudad_4 a{
    background-image: url("../img/e1/c4.png");
}
#ciudad_5 a{
    background-image: url("../img/e1/c5.png");
}
#ciudad_6 a{
    background-image: url("../img/e1/c6.png");
}













.balarco{
	transition:  all ease 500ms;
	text-decoration: none;
	color: #003c93;
	font-weight: 500;
}

.balarco:hover{
	color: #E3630E;
}














@media only screen and (min-width: 1px) and (max-width: 720px) {
	
	
	#w_americ{
		position: relative;
		right: inherit;
		bottom: inherit;
		margin: 20px auto 0;
	}	
	
	
	
	.tenemos p{
	font-size: 40px;
	line-height : 40px;
}
	
	
	#info{

	padding: 0;
}


	#recuerda{
		width: 90%;
	}

#recuerda p{
	font-size: 40px;
	line-height: 41px;

}
	

	
	
	
}



@media only screen and (min-width: 1px) and (max-width: 576px) {
	
    .t_alt{
        font-size: 25px !important;
    }    
    
.t_bold{
    font-size: 30px !important;
    }


	
	#w_ciudad{
	width: 440px;
	height: 440px;
}

	
	#box{
	width: 540px;
	height: 540px;
}

	
}




@media only screen and (min-width: 577px) and (max-width: 768px) {
	
	.tenemos{
	height: 250px;}
	

	
}



@media only screen and (min-width: 769px) and (max-width: 992px) {
	
	
	

	
}



@media only screen and (min-width: 993px) and (max-width: 1500px) {
	

	
}
