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



#cabecera-ayuda{
	position: relative;
	width: 100%;
	height: 100px;
	float: left;
}

#cabecera{
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	border: 0px solid red;
	background: white;
	width: 100%;
	float: left;
	padding: 12px 0;

	box-shadow: 3px 3px 3px black;
}

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

#logotipo{
	width: 5%;
	float: left;
}

#logotipo img{
	width: 100%;
}


#leyenda{
	border: 0px solid red;
	width: 30%;
	color: #0002b6;
	font-size: 24px;
	font-weight: bold;
	float: left;
	margin: 0 0 0 20px;
}
#leyenda span{
	color: black;
	font-size: 18px;
	line-height: 17px;
}


#datos{
	border: 0px solid red;
	width: 40%;
	float: left;
	margin: 0 0 0 50px;
}

.w100{
	width: 100% !important;
	color: blue !important;
	float: left;
}

#datos span{
	width: 50%;
	color: red;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	float: left;
	padding: 5px 0;
}

#boton{
	background: yellow;
	color: blue;
	font-size: 22px;
	text-shadow: 2px 2px 2px white;
	float: right;
	padding: 12px 20px;
	margin: 14px 0 0 0;
	cursor: pointer;

	border-radius: 10px;

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



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


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

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

.titulo{
	width: 100%;
	text-align: center;
	color: blue;
	font-size: 35px;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
}


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

.servicio:hover .titulo-servicio{
	color: black;
	font-weight: bold;
	padding: 20px 0;
}

.imagen-servicio{
	position: relative;
	width: 100%;
	float: left;
}
.imagen-servicio img{
	width: 100%;
	height: 200px;

	object-fit: cover;
}

.titulo-servicio{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(256,256,256,0.8);
	width: 100%;
	font-size: 19px;
	text-align: center;
	color: blue;
	padding: 12px 0;

	transition: all 0.2s;
}

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


.texto{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	float: left;
}
.texto strong, .seccion strong{
	font-size: 23px;
	color: blue;
}


.parte{
	width: 100%;
	float: left;
	margin: 30px 0;
}

.seccion{
	width: 61%;
	font-size: 18px;
	line-height: 23px;
	float: left;
}
.imagen-seccion{
	width: 35%;
	float: left;
}
.imagen-seccion img{
	width: 100%;
}



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

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

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

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

.seccion-footer strong{
	font-size: 22px;
	text-shadow: 2px 2px 2px red;
}


@media screen and (max-width: 1200px){
	#cabecera-ayuda{
		display: none;
	}
	#cabecera{
		position: relative;
	}
	#cabecera-conten, #contenido, #footer-conten{
		width: 100%;
	}

	#boton{
		width: 100%;
		text-align: center;
	}

	#logotipo{
		width: 10%;
	}

	#datos{
		width: 50%;
		float: right;
	}

	.parte{
		width: 100%;
		padding: 0 10px;

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

@media screen and (max-width: 800px){
	#datos{
		width: 100%;
	}

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

@media screen and (max-width: 700px){
	#logotipo{
		width: 15%;
	}
	#leyenda{
		width: 80%;
		float: right;
	}

	.servicio{
		width: 48%;
	}
}

@media screen and (max-width: 600px){
	.texto{
		padding: 0 10px;

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

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

@media screen and (max-width: 600px){
	.seccion{
		width: 100% !important;
	}
	.imagen-seccion{
		width: 100% !important;
		margin: 20px 0 !important;
	}
	.imagen-seccion img{
		width: 80%;
		margin: 0 10% !important;
	}
}

@media screen and (max-width: 500px){
	#leyenda{
		text-align: center;
		font-size: 22px;
	}

	.servicio{
		width: 90%;
		margin: 0 5%;
	}
}














