﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ku7wj3');
  src:  url('../fonts/icomoon.eot?ku7wj3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ku7wj3') format('truetype'),
    url('../fonts/icomoon.woff?ku7wj3') format('woff'),
    url('../fonts/icomoon.svg?ku7wj3#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-click:before {
  content: "\e904";
}
.icon-check:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-reloj:before {
  content: "\e903";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}
.icon-estrella:before {
  content: "\e9d9";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-email:before {
  content: "\e900";
}




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



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

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



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

	width: 100%;
	float: left;
	padding: 0 10px;

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

#cintillo span{
	color: #32584c;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 2px 2px 2px black;
	float: left;
	margin: 0 60px 0 0;
	padding: 12px 0;
}

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



#cabecera{
	position: relative;
	background: white;
	width: 100%;
	float: left;
	padding: 0 10px;

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

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

#logotipo img{
	width: 100%;
}


#cabe{
	height: 140px;
	float: right;
}
#cabe2{
	height: 95px;
	float: right;
	margin: 25px 0 0 0;
}




#leyenda{
	border: 0px solid red;
	width: 62%;
	text-align: center;
	color: #32584c;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	float: left;
	margin: 40px 0 0 10px;
	padding: 0 140px;

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


#menu{
	background: #5a8a1a;
	background: -moz-linear-gradient(top, #5a8a1a 0%, #497719 44%, #3d6819 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a8a1a), color-stop(44%,#497719), color-stop(100%,#3d6819));
	background: -webkit-linear-gradient(top, #5a8a1a 0%,#497719 44%,#3d6819 100%);
	background: -o-linear-gradient(top, #5a8a1a 0%,#497719 44%,#3d6819 100%);
	background: -ms-linear-gradient(top, #5a8a1a 0%,#497719 44%,#3d6819 100%);
	background: linear-gradient(top, #5a8a1a 0%,#497719 44%,#3d6819 100%);

	width: 100%;
	float: left;
}

#menu a{
	text-decoration: none;
}

#menu-r{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 19px;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: #3d6819;
	background: -moz-linear-gradient(top, #3d6819 0%, #3d6819 44%, #3d6819 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a8a1a), color-stop(44%,#3d6819), color-stop(100%,#3d6819));
	background: -webkit-linear-gradient(top, #3d6819 0%,#3d6819 44%,#3d6819 100%);
	background: -o-linear-gradient(top, #3d6819 0%,#3d6819 44%,#3d6819 100%);
	background: -ms-linear-gradient(top, #3d6819 0%,#3d6819 44%,#3d6819 100%);
	background: linear-gradient(top, #3d6819 0%,#3d6819 44%,#3d6819 100%);
}


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

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

.menu{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 19px;
	padding: 12px 0;
}

.menu:hover, .activo{
	background: #3d6819;
	background: -moz-linear-gradient(top, #3d6819 0%, #3d6819 44%, #3d6819 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a8a1a), color-stop(44%,#3d6819), color-stop(100%,#3d6819));
	background: -webkit-linear-gradient(top, #3d6819 0%,#3d6819 44%,#3d6819 100%);
	background: -o-linear-gradient(top, #3d6819 0%,#3d6819 44%,#3d6819 100%);
	background: -ms-linear-gradient(top, #3d6819 0%,#3d6819 44%,#3d6819 100%);
	background: linear-gradient(top, #3d6819 0%,#3d6819 44%,#3d6819 100%);
}


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


#contenido{
	background: white;
	width: 100%;
	float: left;
}

.titulo{
	width: 100%;
	text-transform: uppercase;
	color: #32584c;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	float: left;
	margin: 30px 0;
}

.texto{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	float: left;
	padding: 0 60px;
	margin: 0 0 30px 0;

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

.texto strong, .texto b{
	color: #32584c;
}

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

.seccion{
	width: 62%;
	text-align: justify;
	font-size: 22px;
	line-height: 27px;
	float: left;
	padding: 15px;

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

.seccion b{
	color: #c4bc99;
}

.seccion strong{
	font-size: 25px;
	color: #32584c;
}

.imagen-seccion{
	width: 37%;
	font-size: 20px;
	line-height: 30px;
	float: right;
}

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

.imagen-seccion strong{
	font-size: 26px;
	color: #32584c;
}



.imagen{
	width: 40%;
	float: left;
	margin: 30px 5%;
}

.imagen strong{
	width: 100%;
	font-size: 26px;
	color: #32584c;
	text-align: center;
	float: left;
}

.imagen img{
	width: 100%;
}


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

.cuatro img{
	width: 45%;
	float: left;
	margin: 0 2.5% 30px;
}

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




#footer{
	background: #5a8a1a;
	background: -moz-linear-gradient(top, #5a8a1a 0%, #497719 44%, #3d6819 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a8a1a), color-stop(44%,#497719), color-stop(100%,#3d6819));
	background: -webkit-linear-gradient(top, #5a8a1a 0%,#497719 44%,#3d6819 100%);
	background: -o-linear-gradient(top, #5a8a1a 0%,#497719 44%,#3d6819 100%);
	background: -ms-linear-gradient(top, #5a8a1a 0%,#497719 44%,#3d6819 100%);
	background: linear-gradient(top, #5a8a1a 0%,#497719 44%,#3d6819 100%);
	width: 100%;
	float: left;
}

.seccion-footer{
	position: relative;
	color: white;
	font-size: 23px;
	line-height: 28px;
	padding: 30px 20px;
	float: left;

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

.seccion-footer a{
	color: white;
}

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

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



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

	#cabe{
		display: none;
	}

	#logotipo{
		width: 20%;
	}

	#leyenda{
		width: 70%;
		margin: 20px 0 0 30px;
		padding: 0 10px;
	}
}

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

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

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

	#cintillo span{
		width: 50%;
		margin: 0;
	}

	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}

	#leyenda{
		width: 100%;
		margin: 20px 0;
	}

	#certificaciones{
		width: 95% !important;
		margin: 0 2.5% !important;
	}
}

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

	.seccion-footer a{
		font-size: 18px;
	}

	.cuatro img{
		width: 95%;
	}
}

@media screen and (max-width: 500px){
	#leyenda{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 40%;
	}
	#cabe2{
		display: none;
	}

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

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

	.imagen{
		width: 90% !important;
		margin: 10px 5% 30px !important;
	}
}








