﻿body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	font-family: 'Lato', sans-serif !important;
}


.videos{
	margin-bottom: 20px;
}
.videos video{
	width: 100%;
}


.chat{
	position: fixed;
	bottom: 100px;
	right: 100px;
	z-index: 300;
	border: 2px solid #2daf1d;
	background: white;
	width: 110px;
	text-align: center;

	filter: drop-shadow(10px 10px 6px black);

	border-radius: 4px;
}
.chat img{
	width: 75%;
}
.chat p{
	font-size: 16px;
	line-height: 15px;
	margin-bottom: 0;
	padding: 5px;
}


.cintillo-ayuda{
	position: relative;
	width: 100%;
	height:65px;
}

.cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background: #900;
	color: white;
}
.cintillo a{
	color: white;
}

nav{
	border: 0px solid red;
}

nav a, nav a:hover{
	color: white;
	text-decoration: none;
}

nav ul{
	list-style: none;
	padding: 0;
}

nav ul li{
	width: 25%;
	float: left;
}

.menu-r{
	cursor: pointer;
	display: none;
}

.menu, .menu-r{
	border: 0px solid white;
	text-align: center;
	color: white;
	font-size: 18px;
	margin-right: 10px;
}
.menu:hover, .activo, .menu-r:hover{
	background: black;
}


.datos span{
	border: 0px solid white;
	width: 32.33%;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	padding-top: 5px;
}

.datos span img{
	width: 30px;
}



.cabecera{
	padding-top: 12px;
	padding-bottom: 12px;
}

.logotipo{
	border: 0px solid red;
	text-align: center;
	font-weight: bold;
}

.rojo{
	color: #900;
}
.azul{
	color: blue;
}


.mapa img{
	width: 100%;
}


.leyenda{
	text-align: center;
}

.leyenda strong{
	width: 100%;
	color: red;
	font-size: 30px;
	display: inline-block;
}
.leyenda span{
	font-size: 20px;
}

.menu2{
	background: black;
	color: white;
	text-align: center;
	font-size: 22px;
	padding: 4px 0;
}
.menu2 a{
	color: white;
}



.efecto{
	padding: 0;
}

.palabras{
	background: #f7f7f7;
	font-size: 20px;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.texto{
	padding-top: 40px;
	padding-bottom: 40px;
}

.seccion{
	font-size: 19px;
	line-height: 25px;
}

.imagen-seccion img{
	width: 100%;
}


.colonias{
	position: relative;
	background: url(../images/fondo-colonias.jpg) no-repeat center center fixed;
	background-size: cover;
	font-size: 13px;
	line-height: 23px;
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
}
.fondo-colonias2{
	background: url(../images/fondo-colonias2.jpg) no-repeat center center fixed;
	background-size: cover;
}

.fondo-negro{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
}

.colonias .colonias-conten{
	position: relative;
	z-index: 101;
}

.titulo{
	width: 100%;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: white;
	margin: 0 0 30px 0;
	display: inline-block;
}
.color-azul{
	color: blue;
}


.letritas{
	background: url(../images/fondo-rojo.jpg) no-repeat center center;
	background-size: cover;
	color: white;
	font-size: 11px;
	line-height: 12px;
	padding: 40px;
}


footer{
	background: #900;
	color: white;
	font-size: 22px;
	line-height: 32px;
	padding-top: 40px;
	padding-bottom: 40px;
}

footer span{
	width: 32.33%;
	display: inline-block;
}

footer a, footer a:hover{
	color: white;
}


@media screen and (max-width:1200px){
	.mapa{
		display: none;
	}

	.cintillo-ayuda{
		border: 0px solid red;
		height: 75px;
	}
	.menu{
		text-align: center;
		padding: 8px 0;
	}
}
@media screen and (max-width:992px){
	footer span{
		width: 49%;
	}
}
@media screen and (max-width:768px){
	.cintillo-ayuda{
		height: 110px;
	}
	footer span{
		width: 100%;
	}

	.chat{
		right: 10px;
		bottom: 10px;
	}
}
@media screen and (max-width:540px){
	.d540{
		display: none !important;
	}
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}
	.datos span{
		width: 100% !important;
		text-align: center !important;
	}
}