html {overflow-y:scroll;}
body { font-family: 'Open Sans', Helvetica, Arial; color: #fff; font-size: 12px; background-color: #fff;  }
.spacer { clear:both;}
p { margin-top:0px;}
.fleft { float:left;}
.fright { float:right;}
a { text-decoration:none; color: #FFF;}
ul { margin:0px; margin-left:0px; padding-left:0px; }
	ul li { list-style-type:none;}
h1, h2, h3, h4, h5 { font-weight:normal; margin:0px;}
img { border:0px; width: 100%;}
ul, li { margin:0px;}
.close { display:none;}
strong { font-weight: 600;}

.contenedor { width: 306px; margin-top: 30px; margin-bottom: 30px; text-align: center;}
.logo { width: 100%; margin: auto;}

.zocalo { margin-top: 45px; margin-bottom: 45px; border-top:1px solid rgba(255,255,255,0.3); border-bottom:1px solid rgba(255,255,255,0.3); padding-top: 25px; padding-bottom: 25px;font-family: 'Montserrat', sans-serif; font-size: 14px; color: #fff;}
.info { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #000; margin-top: 60px;}
	p { color: #000; line-height: 24px;}
	p .fa {font-size: 12px; margin-right: 5px;}
	span {font-family: 'Open Sans', sans-serif; font-weight: 300; text-align: center;}
	.social { font-size: 26px; font-family: 'Open Sans', sans-serif; font-weight: 400; text-align: center; text-transform: uppercase; margin-top: 35px;}
		.social a { margin-right: 5px;}
			.social a.last { margin-right: 0px;}
			.social a:hover { color: #A3A2A2;}

.whatsapp-float {width: 64px; height: 64px; cursor: pointer !important; background-color: #002c76; border-radius: 50%; color: #fff; text-align: center; position: fixed; bottom: 40px; right: 40px;}
.whatsapp-float .fa {font-size: 32px; line-height: 65px; }
.whatsapp-float:hover {cursor: pointer !important;}

@media (max-width: 992px) {
	.contenedor { width: 50%;}
	.logo { width: 50%;}
}

@media (max-width: 768px) {
	.contenedor { width: 90%; padding-top: 15px; padding-bottom: 15px;}
	.logo { width: 90%;}
	p { color: #000 !important;}
	.zocalo { font-size: 13px; margin-bottom: 35px;}
	.social { margin-top: 35px; font-size: 30px;}
		.social a { margin-right: 7px;}
}