﻿@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: #4267b2;
	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;
}


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

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

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

#logotipo img{
	width: 100%;
}

#leyenda{
	border: 0px solid red;
	width: 50%;
	background: linear-gradient(green,red);
	-webkit-background-clip: text;
  	color: transparent; 
  	font-size: 30px;
  	font-weight: bold;
	float: left;
	margin: 50px 0 0 30px;
}


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


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

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

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



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


.cuadro{
	background: white;
	width: 48%;
	float: left;
	margin: 0 1% 20px;

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

.titulo-cuadro{
	border: 0px solid red;
	width: 100%;
	height: 58px;
	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: blue;
	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: #006633;
	background: -moz-linear-gradient(top, #00c663 0%, #008c46 44%, #006633 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c663), color-stop(44%,#008c46), color-stop(100%,#006633));
	background: -webkit-linear-gradient(top, #024ac1 0%,#1a59c2 44%,#0b2089 100%);
	background: -o-linear-gradient(top, #00c663 0%,#008c46 44%,#006633 100%);
	background: -ms-linear-gradient(top, #00c663 0%,#008c46 44%,#006633 100%);
	background: linear-gradient(top, #00c663 0%,#008c46 44%,#006633 100%);

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

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


#footer{
	background: #4267b2;
	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: 320px;
}


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

	#cintillo-ayuda{
		height: 120px;
	}

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

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

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

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

@media screen and (max-width: 900px){
	#logotipo{
		width: 20%;
		margin: 10px 0;
	}
	#leyenda{
		width: 72%;
		float: right;
		margin: 20px 0;
	}

	.cuadro{
		width: 98%;
	}
}

@media screen and (max-width: 700px){
	#cintillo-conten span{
		width: 50%;
		margin: 0 !important;
	}

	.servicio{
		width: 48%;
	}
}

@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;
	}
}

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














