﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?tn8k1w');
  src:  url('../fonts/icomoon.eot?tn8k1w#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tn8k1w') format('truetype'),
    url('../fonts/icomoon.woff?tn8k1w') format('woff'),
    url('../fonts/icomoon.svg?tn8k1w#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-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}





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


#cabecera{
	border: 0px solid red;
	background: url(../images/fondo-cabecera.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
}

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

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

#logotipo img{
	width: 100%;
}


#menu{
	width: 70%;
	float: right;
}

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

#menu-r{
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	font-weight: bold;
	font-size: 19px;
	color: white;
	padding: 20px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	text-decoration: underline;
}

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

#menu ul li{
	width: 20%;
	float: left;
}

.menu{
	border: 0px solid red;
	width: 100%;
	text-shadow: 1px 1px 2px black;
	font-size: 19px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding:28px 0;
}

.menu:hover{
	text-decoration: underline;
}


#efecto{
	border: 0px solid red;
	background: #a2cf95;
	width: 100%;
	float: left;
	padding:20px 10px;

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

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

.bx-controls-direction{
	display: none;
}

.texto-efecto{
	width: 100%;
	text-align: center;
	color: black;
	font-size: 30px;
	line-height: 25px;
	font-weight: bold;
	float: left;
	margin-bottom: 30px;
}

#efectoi{
	width: 50%;
	font-size: 19px;
	line-height: 29px;
	float: left;
}

#efectod{
	width: 50%;
	float: left;
}


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

	width: 100%;
	text-align: center;
	word-spacing: 15px;
	font-size: 20px;
	float: left;
	padding: 20px 0;
}

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

#anuncio-conten span{
	color: #d862ae;
	font-weight: bold;
	font-size: 30px;
}



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

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

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

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

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

.seccion strong{
	color: #d862ae;
}

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



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

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

.texto-banner{
	background: rgba(162,207,149,0.9);
	width: 62%;
	font-size: 24px;
	line-height: 34px;
	color: white;
	float: right;
	padding: 40px;

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


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

.texto strong{
	color: #f68bcb;
}

.texto img{
	width: 40%;
	margin: 0 30%;
}


.imagenes-servicios{
	width: 100%;
	float: left;
}

.imagenes-servicios img{
	width: 48%;
	margin: 0 1% 30px;
	float: left;
}

.importante{
	width: 98%;
	margin: 0 1%;
}

.texto-importante{
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	padding: 0 30px;
	margin: 30px 0;

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


#formulario{
	background: #d862ae;
	width: 60%;
	color: white;
	float: left;
	margin: 0 20%;
	padding: 12px;

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

#formulario strong{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: white;
	padding: 12px 0;
	float: left;
}


.cuatro{
	width: 48%;
	float: left;
	margin: 0 1%;
}

.cUno{
	background: #f68bcb;
	font-size: 22px;
	color: white;
	line-height: 32px;
	padding: 15px;

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

.cDos{

}

.cTres{
	background: #a2cf95;
	text-align: center;
	color: white;
	font-size: 30px;
	padding: 90px 0;

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

.cCuatro{
	background: #f68bcb;
	font-size: 20px;
	color: white;
	line-height: 25px;
	padding: 15px;

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


.separacion{
	width: 100%;
	float: left;
	margin: 20px 0;
}



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

.cuadro{
	width: 95%;
	float: left;
	margin: 0 2.5% 30px;
}

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

.texto-cuadro{
	width: 100%;
	font-size: 19px;
	line-height: 24px;
	float: left;
	padding: 20px 0;
}
.texto-cuadro strong{
	color: #f68bcb;
	font-size: 22px;
}


.dosImagenes{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}
.dosImagenes img{
	width: 33.33%;
	float: left;
	margin: 0;
}



#footer{
	background: #c8c8c8;
	background: -moz-linear-gradient(top, #c8c8c8 0%, #e9e9e9 44%, #c8c8c8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(44%,#e9e9e9), color-stop(100%,#c8c8c8));
	background: -webkit-linear-gradient(top, #80a04b 0%,#a2cf95 44%,#80a04b 100%);
	background: -o-linear-gradient(top, #c8c8c8 0%,#e9e9e9 44%,#c8c8c8 100%);
	background: -ms-linear-gradient(top, #c8c8c8 0%,#e9e9e9 44%,#c8c8c8 100%);
	background: linear-gradient(top, #c8c8c8 0%,#e9e9e9 44%,#c8c8c8 100%);

	width: 100%;
	float: left;
}

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

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

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

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



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

@media screen and (max-width: 1200px){
	#cabecera-conten, #anuncio-conten, #footer-conten{
		width: 100%;
	}
	#contenido{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1000px){
	.seccion-footer{
		width: 50% !important;
	}
}
@media screen and (max-width: 800px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 50%;
	}
	#menu{
		width: 100%;
	}
	#efectoi{
		width: 100%;
	}
	#efectod{
		width: 100%;
		margin: 20px 0 0 0;
	}

	.seccion{
		width: 100% !important;
		margin-bottom: 30px;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.imagen-seccion img{
		width: 70%;
	}
	.dosImagenes{
		margin-top: 0;
	}
	.dosImagenes img{
		width: 70%;
		margin: 0 15% 30px;
	}
	#formulario{
		width: 90%;
		margin: 0 5%;
	}
}
@media screen and (max-width: 700px){
	.cuatro{
		width: 90%;
		margin: 0 5%;
	}
}
@media screen and (max-width: 600px){
	#logotipo img{
		width: 70%;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.menu{
		padding: 20px 0;
	}

	.texto-banner{
		width: 100%;
	}

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

	.imagenes-servicios img{
		width: 90%;
		margin: 0 5% 20px;
	}

	.mitad{
		width: 100%;
	}

	.imagen-seccion img{
		width: 100%;
		margin: 0;
	}
	.dosImagenes{
		margin-top: 0;
	}
	.dosImagenes img{
		width: 100%;
		margin: 0 0 30px;
	}
}















