@charset "utf-8";
/*
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Fjalla One', sans-serif;
font-family: 'Francois One', sans-serif;
font-family: 'Archivo Black', sans-serif;
*/
header, nav, section, article, aside, figure, footer, form{
	display:block;
	margin:0;
	padding:0;
}
*{
	box-sizing: border-box;
}
body{
	margin:0;
	background:#FFFFFF;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	margin:6px;
	color:#000000;
}
h1, h2, h3, h4{
	font-family: 'Fjalla One', sans-serif;
	margin:6px;
	color:#000000;
	font-weight:normal;
}
h1{
	font-family: 'Anton', sans-serif;
	font-size:24px;
}
h2{
	font-size:20px;
}
h3{
	font-size:18px;
}
h4{
	font-size:16px;
}
a{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
}
ul, ol{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#000000;
}
a img{
	border:none;
}
/***********************************************************/
/********************** ESTILOS BANNER   *********************/
/***********************************************************/
.banner{
	height: 800px;
	background-attachment: contain;
}
#cajatxt{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 220px;
}
#cajatxt figure{
	display: block;
	width: 380px;
	margin: auto;
}
#cajatxt h1{
	display: block;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 60px;
	color: #fff;
	font-weight:bolder;
	text-shadow: 2px 2px 2px #4E4E4E;
}
#cajatxt h2{
	display: block;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	color: #DB9600;
	font-weight: normal;
	text-shadow: 2px 2px 2px #4E4E4E;
}
#cajatxt h3{
	display: block;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	color: #DB9600;
	font-weight: 700;
	text-shadow: 2px 2px 2px #4E4E4E;
}
#cajatxt p{
	display: block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	text-shadow: 2px 2px 2px #3A3A3A;
	padding-top: 10px;
}
#cajatxt a{
	width: 60px;
	height: 60px;
	display: block;
	line-height: 56px;
	text-align: center;
	font-size: 18px;
	color: #011627;
	margin: auto;
	border: 2px solid #011627;
	border-radius: 100%;
	margin-top: 25px;
}
/***********************************************************/
/********************** ESTILOS MENU   *********************/
/***********************************************************/
#cajamenu{
	background: #011627;
	padding: 6px 0;
	position: relative;
	border-bottom: 10px solid #e63946;
}
#mmovil{
	display: none;
}
#menu{
	width: 100%;
	max-width: 1100px;
	margin:auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#menu figure img{
width: 200px;
height: auto;
display: block;
}
#menu ul{
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: row;
justify-content:flex-end;
align-items: center;
}
#menu ul li a{
color: #fff;
font-size: 16px;
font-family: 'Roboto', sans-serif;
padding: 0 15px;
}
#menu ul li a:hover, #menu ul li a.activo{
	color: #E63946;
}
.menu-fijo{
	position: fixed !important;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 5000;
}
/****************************************************************/
/********************** ESTILOS OUR MISSION *********************/
/****************************************************************/
.zonacentro{
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
#ourmission{
	background: #DB9600;
}
#cajamission{
	display: flex;
	flex-direction: row;
	align-items: center;
}
#cajamission div{
	width: 45%;
	padding: 2%;
}
#cajamission figure{
	width: 55%;
}
#cajamission figure img{
	width: 100%;
	max-width: 546px;
	display: block;
	margin: auto;
}
#cajamission div h2{
	font-size: 60px;
	color: #1a3134;
}
#cajamission div p{
	color: #1a3134;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	text-align: justify;

}
/***********************************************************/
/********************** ESTILOS LOCATIONS *********************/
/***********************************************************/
#location{
	background: #E7DDCF;
	padding: 0;
}
#cajalocation{
	display: flex;
	flex-direction: row;
	align-items: center;
}
#cajalocation figure{
	width: 55%;
	padding: 0 1%;
}
#cajalocation div{
	width: 45%;
}
#cajalocation div h2{
	font-size: 60px;
	color: #BF5F47;
}
#cajalocation div p{
	color: #BF5F47;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	text-align: justify;
}
/***********************************************************/
/********************** ESTILOS EXPORT *********************/
/***********************************************************/
#export{
	background: #DB9600;
	padding: 0;
}
#zonaexport{
	display: flex;
	flex-direction: row;
	align-items: center;
}
#zonaexport cajadestination{
	width: 50%;
	height: 400px;
}
#zonaexport cajaexport{
	width: 50%;
	height: 400px;
}

/***********************************************************/
/********************** ESTILOS VARIETIES *********************/
/***********************************************************/
#varieties{
	background: #1a3134;
	position:relative;
	padding-top:20px;
	overflow:hidden;
	padding-bottom:10px;
}
.cajatitulososcuro{
	width:100%;
	max-width:1100px;
	margin:auto;
	border-bottom:2px solid #db9600;
	padding:10px 0;
	margin-bottom:20px;
}
.cajatitulososcuro h2{
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-size:40px;
	font-weight:normal;
	color:#db9600;
	margin:0;
}
.cajatitulososcuro h2 span{
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-size:50px;
	font-weight:bold;
	color:#db9600;
	margin:0;
}
.cajatitulososcuro p{
	text-align:justify;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#e7ddcf;
	margin:0;
	line-height: 21px;
}
.cajatituloblanco{
	width:100%;
	max-width:1100px;
	margin:auto;
	border-bottom:2px solid #1a3134;
	padding:10px 0;
	margin-bottom:20px;
}
.servicios{
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
}
.servicios h2{
	display:block;
	background:#db9600;
	text-align:center;
	line-height:40px;
	color:#1a3134;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:0;
	border-radius:6px 6px 0 0;
}
.servicios img{
	border-radius:0 0 6px 6px;
}
.servicios li{
	margin-right:0.5%;
}
/***********************************************************/
/********************** ESTILOS CALENDAR *********************/
/***********************************************************/
#calendar{
	width: 100%;
	background: #e7ddcf;
	background-attachment: fixed;
	background-size: cover;
	overflow:hidden;
	padding-bottom:10px;
}
#calendar figure img{
	display: block;
	max-width: 660px;
	margin: auto;
}
#contenido-interno table td{
	color: #fff;
}
/*****************************************************************/
/********************** ESTILOS AGRO EXPORTS *********************/
/*****************************************************************/
#staff{
	min-height: 500px;
	background: #fff;
}
.txtstaff{
	width: 80%;
	margin: auto;
	padding-top: 5%;
}
.txtstaff img{
	width: 264px !important;
	height: 145px !important;
	display: block;
	margin: auto;
}
.txtstaff p{
	font-size: 15px;
	color: #1a3134;
	text-align: center;
	margin-bottom: 15px;
	font-family:'Lato', sans-serif;
}
.txtstaff h3{
	color: #db9600;
	text-align: center;
	font-size: 18px;
	font-family:'Lato', sans-serif;
	font-weight: 500;
}
.txtstaff h4{
	color: #1a3134;
	text-align: center;
	font-size: 16px;
	font-family:'Lato', sans-serif;
}
#staff h2{
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-size:40px;
	font-weight:normal;
	color:#db9600;
	margin:0;
}
#staff h2 span{
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-size:50px;
	font-weight:bold;
	color:#db9600;
	margin:0;
}
.txtdescarga{
	display: block;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
	font-size: 20px;
	color:#db9600;
	padding-top: 10px;
}
/******************************************************************************/
/*******************     DISEÑO PARA CONTACTENOS       ************************/
/******************************************************************************/
#contactenos{
	background: #DB9600;
	padding-top:50px;
	overflow:hidden;
	padding-bottom:10px;
}
#contactenos h2{
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-size:40px;
	font-weight:normal;
	color:#243a47;
	margin:0;
}
.formulario{
	width: 100%;
	margin: 30px auto;
	color: #787878
}
.formulario p{
	color: #243a47;
	font-family:'Lato', sans-serif;
	font-size: 15px;
}
.columnas{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dosfilas{
	width: 50%;
	padding: 6px;
	font-family:'Lato', sans-serif;
	color: #243a47;
}
.unafila{
	width: 100%;
	padding: 6px;
	font-family:'Lato', sans-serif;
	color: #243a47;
}
.campos{
	width: 100%;
	height: 50px;
	line-height: 48px;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	border-radius: 6px;
}
.comentarios{
	width: 100%;
	height: 150px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 15px;
	font-family:'Lato', sans-serif;
}
.boton{
	width: 100%;
	height: 50px;
	line-height: 48px;
	border: none;
	text-align: center;
	border-radius: 6px;
	color: #fff;
	background: #243a47;
	font-family:'Lato', sans-serif;
	font-size: 25px;
	transition: all 0.5s;
	cursor: pointer;
}
.boton:hover{
	background: #bf6047;
	color: #243a47;
}
.terminos{
	color: #243a47;
	text-decoration: underline;
	font-size: 15px;
	font-weight: normal;
	font-family:'Lato', sans-serif;
}
#advertencia{
	color: #243a47;
	font-size: 26px;
	font-family:'Lato', sans-serif;
	font-weight: normal;
	margin: 20px 6px;
}
#cajaformulario{
	padding: 15px;
}

/*********************************************************************/
/*******************   DISEÑO PIE PAGINA      **********************/
/*********************************************************************/
#piepagina{
	background: #243a47;
	border-top: 50px solid #bf6047;
}
#centropie{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 25px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#centropie div{
	width: 33.3%;
	padding: 2%;
}
#centropie div h2{
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
}
#centropie div p{
	color: #fff;
}
#centropie div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#centropie div ul li a{
	display: block;
	padding: 6px 0;
	color: #fff;
}
#centropie div ul li a:hover{
	color: #b2d33e;
	text-decoration: underline;
}
#centropie div ul li a i{
	color: #018161;
}
#centropie div a{
	color: #fff;
}
#copyrigth{
	background: #192a32;
}
#copyrigth div{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 8px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#copyrigth div ul{
}
#copyrigth div{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#copyrigth div p{
	color: #fff;
	margin: 0;
}
#copyrigth div p i{
	font-size: 18px;
	color: #b2d33e;
}
#copyrigth div ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
#copyrigth div ul li{
	margin-left: 6px;
}
#copyrigth div ul li a{
	width: 30px;
	height: 30px;
	display: block;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	color: #6f7d86;
	border: 1px solid #6f7d86;
	border-radius: 5px;
	transition: all 0.5s;
}
#copyrigth div ul li a:hover{
	color: #b2d33e;
}
#copyrigth div p{
	color: #fff;
}
#copyrigth div p a{
	color: #b2d33e;
}
/***********************************************************/
/********************** ESTILOS 1024PX *********************/
/***********************************************************/
@media only screen and (max-width:1024px){

}
/***********************************************************/
/********************** ESTILOS 800PX  *********************/
/***********************************************************/
@media only screen and (max-width:800px){
	/*******************************************************/
	/********************** ESTILOS JSSOR  *****************/
	/*******************************************************/
	#banner{
		height:700px;
	}
	/***********************************************************/
	/********************** ESTILOS MENU *******************/
	/***********************************************************/
	#mmovil{
		display: block;
		width: 50px;
		height: 50px;
		border: 2px solid #fff;
		text-align: center;
		line-height: 46px;
		color: #FFFFFF;
		position: absolute;
		left: 15px;
		top: 16px;
		font-size: 28px;
		cursor: pointer;
		z-index: 9999;
	}
	#mmovil:hover{
		color: #E63946;
	}
	#menu{
		justify-content: flex-end;
		padding: 0 10px;
		position: relative;
	}
	#menu ul{
		width: 100%;
		background: #011627;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		position: absolute;
		left: -100%;
		top: 70px;
		padding: 10px 0;
		z-index: 9999;
		transition: all 0.5s;
	}
	#menu ul li{
		width: 90%;
		display: block;
	}
	#menu ul li a{
		display: block;
		padding: 13px 15px;
		text-align: left;
		border-bottom: 1px solid #02233E;
	}
}
/***********************************************************/
/********************** ESTILOS 600PX  *********************/
/***********************************************************/
@media only screen and (max-width:600px){

}
/***********************************************************/
/********************** ESTILOS 533PX  *********************/
/***********************************************************/
@media only screen and (max-width:533px){

}
/***********************************************************/
/********************** ESTILOS 480PX  *********************/
/***********************************************************/
@media only screen and (max-width:480px){
	/*******************************************************/
	/********************** ESTILOS JSSOR  *****************/
	/*******************************************************/
	#banner{
		height:500px;
	}
	.jssor_1 .slides div div h1{
		font-size: 55px;
	}
	.jssor_1 .slides div div p{
		font-size: 25px;
	}
}
/***********************************************************/
/********************** ESTILOS 360PX  *********************/
/***********************************************************/
@media only screen and (max-width:360px){

}
