
@font-face { 
font-family: MyriadPro-Regular; 
src: url('MyriadPro-Regular.otf');
}
@font-face { 
font-family:MyriadPro-Regular; 
src: url('MyriadPro-Regular.woff');
}
@font-face { 
font-family: MyriadPro-Regular;; 
src: url('MyriadPro-Regular.eot');
}
@font-face { 
font-family: MyriadPro-Regular; 
src: url('MyriadPro-Regular.ttf');
}



.fondo{
	background-color: #09203b;
}

/*.cons{
	align-content: center !important;
	text-align: center !important;
}*/


.construccion{
	width: 80%;
	position: relative;
	margin-top: 20px;

}

.tel{
	font-family: MyriadPro-Regular;
	font-size: 16px;
	color: #ffffff;
}


.cor{
	font-family: MyriadPro-Regular;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 50px;
}



@media(max-width: 992px){
	.construccion{
		width: 100%;
	}	
}