﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?j2cut3');
  src:  url('../fonts/icomoon.eot?j2cut3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?j2cut3') format('truetype'),
    url('../fonts/icomoon.woff?j2cut3') format('woff'),
    url('../fonts/icomoon.svg?j2cut3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e900";
}
.icon-palomita:before {
  content: "\e901";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-reloj:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.icon-buscar:before {
  content: "\e986";
}
.icon-internet:before {
  content: "\e9c9";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}





body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
}


#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}

#cintillo-ayuda{
	position: relative;
	width: 100%;
	height: 60px;
}


#cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: black;
	width: 100%;
	float: left;
}

#cintillo-conten{
	width: 1200px;
	margin: 0 auto;
}

#cintillo-conten span{
	color: white;
	-webkit-text-stroke: 0.5px blue;
	font-size: 30px;
	font-weight: bold;
	padding: 12px 0;
	float: left;
	margin: 0 80px 0 0;
}

#cintillo-conten span strong{
	-webkit-text-stroke: 0.5px red;
	font-size: 30px;
	font-weight: bold;
}

.right{
	float: right !important;
	margin: 0 !important;
}

#cintillo-conten span a{
	color: white;
	text-decoration: none;
}
#cintillo-conten span a:hover{
	text-decoration: underline;
}


#cabecera{
	width: 100%;
	float: left;
	padding:12px 0;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 30%;
	float: left;
	margin: 0 0 0 0%;
}

#logotipo img{
	width: 100%;
}

#menu{
	border: 0px solid red;
	width: 60%;
	float: right;
	margin: 40px 0 0 0;
}

#menu-r{
	background: rgba(256,256,256,0.3);
	width: 100%;
	color: white;
	text-align: center;
	font-size: 22px;
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}

#menu a{
	text-decoration: none;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	position: relative;
	width: 31.33%;
	float: left;
	margin: 0 0 0 2%;
}

.menu{
	background: rgba(256,256,256,0.3);
	width: 100%;
	color: white;
	text-align: center;
	font-size: 22px;
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
	padding: 12px 0;
}

#menu ul li:hover #menu-secundario{
	display: block;
}


#menu-secundario{
	position: absolute;
	top: 33px;
	left: -25%;
	z-index: 1000;
	width: 150%;
	float: left;
	padding: 12px 0;
	display: none;
}

#menu-secundario a{
	color: white;
	text-decoration: none;
}

#menu-secundario ul{
	width: 100%;
	float: left;
}

#menu-secundario ul li{
	width: 100%;
	float: left;
}

.menu-secundario{
	background: rgba(256,256,256,1);
	width: 100%;
	color: blue;
	text-align: center;
	font-size: 20px;
	padding: 7px 0;
}
.menu-secundario:hover{
	background: #ee6b05;
	color: white;
}



#leyenda{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 2px black;
  	color: transparent; 
  	font-size: 35px;
  	line-height: 45px;
  	color: white;
  	font-weight: bold;
	float: left;
	margin: 30px 0 0 30px;
	padding: 0 30px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#efecto{
	width: 100%;
	float: left;
}

#efecto-conten{
	width: 1200px;
	margin: 0 auto;
}


#contenido{
	width: 1200px;
	margin: 0 auto;
}

#contenido-conten{
	width: 100%;
	float: left;
	margin: 30px 0;
}

.titulo{
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: blue;
	padding:18px 0;
	float: left;
}



.texto{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 29px;
	float: left;
	margin: 30px 0;
}


.cuadro{
	background: #f8f8f8;
	width: 48%;
	float: left;
	margin: 0 1% 20px;
	padding:12px 0;

	border-radius: 7px;
}
.cuadro:hover{
	background: black;
	color: white;
}

.imagen-cuadro{
	width: 100%;
	text-align: center;
}
.imagen-cuadro img{
	height: 200px;
}

.titulo-cuadro{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	font-size: 19px;
	line-height: 29px;
	float: left;
	padding:0 30px;
	cursor: pointer;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.colonias{
	width: 100%;
	font-size: 17px;
	line-height: 22px;
	float: left;
	padding: 12px;
	display: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.separacion{
	width: 100%;
	float: left;
}

.parte{
	width: 100%;
	float: left;
}

.seccion{
	width: 62%;
	font-size: 20px;
	line-height: 25px;
	float: left;
}
.imagen-seccion{
	width: 37%;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}


.servicio{
	background: black;
	width: 23%;
	float: left;
	margin: 0 1% 20px;
}

.imagen-servicio{
	width: 100%;
	float: left;
}
.imagen-servicio img{
	width: 100%;
}

.titulo-servicio{
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 2px 2px 2px black;
	float: left;
	padding: 12px 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#anuncio{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #616161 44%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(44%,#616161), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #000 0%,#616161 44%,#000 100%);
	background: -o-linear-gradient(top, #000 0%,#616161 44%,#000 100%);
	background: -ms-linear-gradient(top, #000 0%,#616161 44%,#000 100%);
	background: linear-gradient(top, #000 0%,#616161 44%,#000 100%);

	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	color: white;
	text-shadow: 2px 2px 2px red;
	float: left;
	padding: 12px 0;
}

#anuncio span{
	background: linear-gradient(yellow,yellow);
	-webkit-background-clip: text;
}


.c{
	width: 24%;
	float: left;
	margin: 0 0.5% 30px;
}

.imagen-c{
	background: #3a5d8a;
	width: 100%;
	height: 245px;
	float: left;
	overflow: hidden;
}
.imagen-c img{
	width: 100%;
}

.titulo-c{
	background: black;
	width: 100%;
	height: 190px;
	text-align: center;
	color: white;
	font-size: 19px;
	line-height: 27px;
	float: left;
	padding: 12px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.text{
	width: 50%;
	text-align: center;
	font-size: 23px;
	line-height: 33px;
	float: left;
}
.imagen{
	width: 40%;
	float: right;
}
.imagen img{
	width: 100%;
}


#footer{
	background: black;
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	position: relative;
	color: white;
	font-size: 19px;
	line-height: 24px;
	float: left;
	padding:20px 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion-footer a{
	color: white;
}

.seccion-footer strong{
	font-size: 24px;
	text-shadow: 2px 2px 2px black;
}


#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 230px;
}


@media screen and (max-width: 1200px){
	#contacto-mujer{display: none;}

	#cintillo-ayuda{
		height: 120px;
	}

	#cintillo-conten, #cabecera-conten, .parte, #contenido{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#footer-conten, #efecto-conten{
		width: 100%;
	}
}

@media screen and (max-width: 1000px){
	.seccion-footer{
		width: 50% !important;
	}
	.titulo-cuadro{
		height: auto;
	}

	.c{
		border: 0px solid red;
		width: 47%;
		margin: 0 1.5% 30px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 900px){
	#logotipo{
		width: 27%;
		margin: 10px 0;
	}
	#leyenda{
		width: 72%;
		float: right;
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 800px){
	#logotipo{
		display: none;
	}
	#leyenda{
		width: 100%;
	}
	#menu{
		width: 100%;
		margin: 10px 0 0 0;
	}
	#menu-secundario{
		position: relative;
		top: 0;
	}
}
@media screen and (max-width: 700px){
	#cintillo-conten span{
		width: 50%;
		text-align: center;
		margin: 0 !important;
	}

	.servicio{
		width: 48%;
	}

	.cuadro{
		width: 98%;
	}

	.c{
		width: 90%;
		margin: 0 5% 30px;
	}
	.titulo-c{
		height: auto;
	}
	.imagen-c{
		height: auto;
		overflow: auto;
	}
}

@media screen and (max-width: 600px){
	.right{display: none;}
	.w100{width: 100% !important;}

	#cintillo-conten span{
		font-size:25px;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0 !important;
	}
	.imagen-seccion img{
		width: 80%;
	}

	.seccion-footer{
		width: 100% !important;
	}

	.text{
		width: 100%;
	}
	.imagen{
		width: 100%;
	}

	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 500px){
	.servicio{
		width: 90%;
		margin: 0 5% 20px;
	}
}















