﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?eso32o');
  src:  url('../fonts/icomoon.eot?eso32o#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?eso32o') format('truetype'),
    url('../fonts/icomoon.woff?eso32o') format('woff'),
    url('../fonts/icomoon.svg?eso32o#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-comercial:before {
  content: "\e907";
}
.icon-click:before {
  content: "\e902";
}
.icon-plaga:before {
  content: "\e906";
}
.icon-palomita:before {
  content: "\e901";
}
.icon-residencial:before {
  content: "\e905";
}
.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-industrial:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e900";
}
.icon-email:before {
  content: "\e903";
}





body{
	font-family: 'Open Sans', sans-serif;
}


.cabe1{
	position: relative;
	background: url(../images/c1.jpeg) no-repeat center center;
	background-size: cover;
	height: 60vh;
	color: white;
	padding-top: 200px;
}
.cabe2{
	position: relative;
	background: url(../images/c2.jpeg) no-repeat center center;
	background-size: cover;
	height: 60vh;
	color: white;
	padding-top: 200px;
}
.cabe3{
	position: relative;
	background: url(../images/c3.jpeg) no-repeat center center;
	background-size: cover;
	height: 60vh;
	color: white;
	padding-top: 200px;
}
.fondo-negro{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
}
.cabe-conten{
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;

	box-sizing: border-box;
}
.titulo-cabe{
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 12px;
}
.texto-cabe{
	width: 50%;
	font-weight: lighter;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 12px;
	float: left;
}
.btn-w{
	border: 0;
	background: #43c22e;
	font-size: 22px;
	font-weight: bold;
	color: white;
	padding: 12px 20px;
	cursor: pointer;
}
.formulario-cabe{
	position: relative;
	top: -80px;
	background: rgba(255,255,255,0.7);
	width: 35%;
	float: right;
	padding: 30px 12px;
	margin-bottom: -40px;

	border-radius: 1%;
}
.formulario-cabe label{
	width: 100%;
	color: black;
	font-weight: bold;
	display: inline-block;
}
.formulario-cabe input, .formulario-cabe textarea{
	border: 0;
	width: 100%;
	padding: 12px;
	margin-bottom: 12px;

	border-radius: 5px;

	box-sizing: border-box;
}


#chat{
	position: fixed;
	top: 400px;
	right: 10px;
	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{
	border: 0px solid red;
	position: relative;
	width: 100%;
	height: 60px;
}

#cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000000;
	background: #5faf53;
	width: 100%;
	float: left;
}

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

#cintillo-conten span{
	font-size: 23px;
	color: white;
	float: left;
	margin: 0 100px 0 0;
	padding: 12px 0;
}

#cintillo-conten a{
	color:white;
}

.right{
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
	font-size: 35px !important;
	float: right !important;
	margin: 0 auto !important;
}

#cintillo2{
	width: 100%;
	float: left;
	display: none;
}
#cintillo2 span{
	background: #FA8B37;
	width: 50%;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: bold;
	float: left;
	padding: 12px 0;
}



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

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

#cabecera-conten a{
	color: black;
	text-decoration: none;
}

#logotipo{
	border: 0px solid red;
	width: 17%;
	text-align: center;
	font-size: 14px !important;
	line-height: 19px;
	float: left;
}

#logotipo strong{
	width: 100%;
	color: black;
	text-align: center;
	font-size: 14px;
	list-style: 30px;
	font-weight: bold;
	float: left;
}

#logotipo img{
	width: 100%;
}

#leyenda{
	border: 0px solid red;
	width: 47%;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	float: left;
	margin: 35px 0 0 10px;
}


.cofre{
	position: relative;
	z-index: 100000;
	border: 0px solid red;
	background: #f7f7f7;
	width: 33%;
	padding: 12px 5px;
	float: right;

	box-sizing: border-box;
}

.texto-cofre{
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	float: left;
	margin: 0 0 10px 0;
}
.imagen-cofre{
	width: 60%;
	float: left;
}
.imagen-cofre img{
	width: 100%;
}
.botones-cofre{
	width: 40%;
	float: right;
}
.botones-cofre button{
	border: 0;
	width: 90%;
	font-size: 17px;
	color:white;
	margin: 0 5% 10px;
	padding: 7px;

	box-sizing: border-box;
}
.btn1{
	background: #0674eb;
	cursor: pointer;
}
.btn2{
	background: #93b74c;
	cursor: pointer;
}

.btn1:hover, .btn2:hover{
	font-weight: bold;
}


#redes{
	border:0px solid red;
	width: 100%;
	text-align: center;
	float: right;
	margin: -90px 0 0 0;
}

#redes img{
	width: 50px;
}

#redes span{
	width: 100%;
	font-size: 18px;
	float: left;
	margin: 0 0 20px 0;
}





#menu{
	background: #f7f7f7;
	width: 100%;
	float: left;
}

#menu-conten{
	width: 1300px;
	margin: 0 auto;
}

#menu-r{
	background: #93b74c;
	width: 100%;
	color: white;
	text-align: center;
	font-size: 22px;
	text-shadow: 1px 1px 1px black;
	float: left;
	cursor: pointer;
	padding: 12px;
	display: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu-r:hover{
	background: #5faf54;
	color: white;
}

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

#menu-conten ul li{
	width: 12.5%;
	float: left;
}

.menu{
	border: 0px solid red;
	width: 100%;
	color: black;
	font-size: 18px;
	text-align: center;
	float: left;
	padding: 12px 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dosM{
	padding: 3px 12px 3px;
}

.dos{
	padding: 3px 12px;
}

.menu:hover, .activo{
	background: #93b74c;
	color: white;
}



#efecto{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}



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

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

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

.seccion{
	width: 61%;
	font-size: 17px;
	line-height: 24px;
	float: left;
}

.mitad{
	width: 50%;
	float: left;
}

.tres{
	width: 33.33%;
	float: left;
}

.seccion strong{
	font-size: 25px;
}

.seccion ul{
	border: 0px solid red;
	list-style: disc;
	padding-left: 20px;
}

.imagen-seccion{
	width: 35%;
	float: left;
}
.imagen-seccion img{
	width: 100%;
}
.imagen-seccion strong{
	background: blue;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 22px;
	float: left;
	padding: 5px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.imagen-seccion iframe{
	width: 31%;
	margin: 0 1%;
	float: left;
}


.video{
	width:31.33%;
	margin:0 1% 30px;
	float:left;
}
.video iframe{
	width:100% !important;
}



#banner{
	background: url(../images/fondo-banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 20px;

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

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

.texto-banner{
	background: rgba(147,183,76,0.8);
	width: 62%;
	color: white;
	font-size: 17px;
	line-height: 24px;
	float: right;
	padding: 20px;

	border-radius: 10px;

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

.texto-banner strong{
	font-size: 24px;
	text-shadow: 2px 2px 2px black;
}



#servicios{
	background:#f7f7f7;
	width: 100%;
	float: left;
	padding: 60px 0;
}

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

.servicio{
	border: 0px solid red;
	width: 23%;
	float: left;
	margin: 0 1%;
	cursor: pointer;

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

.servicio:hover .texto-servicio{
	font-weight: bold;
}

.icono-servicio{
	background: white;
	width: 50%;
	text-align: center;
	color: #5faf53;
	font-size: 80px;
	margin: 0 25%;
	padding: 20px 0;

	border-radius: 50%;
}

.icono-servicio b{
	color: ;
}

.texto-servicio{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	float: left;
	margin: 10px 0 0 0;
}


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

.subtitulo{
	width: 100%;
	text-align: center;
	color: gray;
	text-decoration: underline;
	font-size: 22px;
	font-weight: bold;
	float: left;
	padding: 30px 0;
}


.cuadro{
	border: 3px solid transparent;
	width: 18%;
	float: left;
	margin: 0 1% 30px;

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

.cuadro:hover{
	border: 3px solid blue;
}

.imagen-cuadro{
	width: 100%;
	height: 130px;
	float: left;
	overflow: hidden;
}
.imagen-cuadro img{
	width: 100%;
}

.titulo-cuadro{
	border: 1px solid #ddd;
	background: #f7f7f7;
	width: 100%;
	font-weight: bold;
	text-align: center;
	float: left;
	padding: 12px 0;

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

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


#imagenes{
	width: 100%;
	text-align: center;
	float: left;
	margin: 30px 0;
}

#imagenes img{
	border: 0px solid red;
	height: 700px;
}

#imagenes2{
	width: 100%;
	text-align: center;
	float: left;
	margin:20px 0 0 0;
}
#imagenes2 img{
	height: 230px;
}



.i{
	width: 30%;
	padding:0 20px 20px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.texto{
	font-size: 18px;
	line-height: 23px;
	display: inline;
}


#publicos{
	display: block;
}
#ocultos{
	display: none;
}


.cer{
	width: 100%;
	text-align: center;
	float: left;
}

.cer .img{
	position: relative;
	width: 31.33%;
	margin: 0 1% 30px;
	float: left;
}

.img img{
	width: 100%;
}

.img div{
	position: absolute;
	top: 0;
	left: 0;
	border: 0px solid red;
	width: 100%;
	height: 100%;
	z-index: 1000;
}


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

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

.seccion-footer{
	color: white;
	font-size: 18px;
	line-height: 28px;
	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: 22px;
	text-shadow: 2px 2px 2px black;
}

.importante{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	padding: 20px 0 0 0;
}

@media screen and (max-width: 1300px){
	#menu-conten{
		width: 100%;
	}
	.cabe-conten{
		width: 100%;
	}
}

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

	#redes{
		margin: 0;
	}

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

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

	#banner-conten, #servicios-conten, #footer-conten{
		width: 100%;
	}
}
@media screen and (max-width: 1100px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#leyenda{
		width: 48%;
	}
	.cofre{
		width: 48%;
	}
}
@media screen and (max-width: 900px){
	.servicio{
		width: 48%;
		margin: 0 0 30px 0;
	}
	.formulario-cabe{
		float: left;
	}
	.texto-cabe{
		width: 100%;
	}
	.formulario-cabe{
		top: 0;
		width: 90%;
	}
}
@media screen and (max-width: 800px){
	.d700{display: none;}

	#cintillo-conten span{
		border: 0px solid red;
		width: 100%;
		text-align: center;
	}

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

	#cintillo-ayuda{
		height: 110px;
	}
	#cintillo2{
		display: block;
	}

	.cer .img{
		width: 48%;
	}
}
@media screen and (max-width: 700px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 50%;
	}
	#leyenda, .cofre{
		width: 100%;
	}

	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}
	.menu{
		padding: 12px 0 !important;
	}
	.imagen-seccion iframe, .video{
		width: 100% !important;
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 600px){
	.seccion{
		width: 100% !important;
	}
	.imagen-seccion{
		width: 100% !important;
		text-align: center;
		float: left;
		margin: 20px 0 0 0 !important;
	}
	.imagen-seccion img{
		width: 80%;
	}
	.texto-banner{
		width: 100%;
	}
	.tres{
		width: 100%;
	}
	.cuadro{
		width: 23%;
	}

	#imagenes img{
		width: 100% !important;
		height: auto !important;
	}
	#logotipo strong{
		font-size: 31px;
		margin: 0 0 10px 0;
	}
	#logotipo img{
		width: 70%;
	}
	#leyenda{
		width: 100%;
		font-size: 25px;
		text-align: center;
		margin: 20px 0 !important;
	}
	#redes{
		width: 100%;
	}
	#imagenes2 img{
		width: 80% !important;
		height: auto !important;
	}
}
@media screen and (max-width: 500px){
	.servicio{
		width: 70%;
		margin: 0 15% 30px;
	}
	.cuadro{
		width: 98%;
	}
	.right{
		font-size: 25px !important;
	}

	#publicos, .bx-wrapper .bx-pager{
		display: none;
	}
	#ocultos{
		display: block;
	}
	.cer .img{
		width: 98%;
	}
	#logotipo{
		font-size: 20px !important;
		line-height: 30px;
	}
}
















