/* Zanoy 2017*/
/* Version: 1.0*/
/* Build: 3 Septiembre 2017*/
/* Autor: http://www.conaxis.com */

/*Estilos generales*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900|Open+Sans:500,600,400,300,700');
body{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	overflow-x:hidden; 
	color:#333;
	font-size:16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
a, button {
	color:#fff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
a,
a:hover,
a:focus{
	text-decoration: none;
}
a:focus,
button:focus  { 
	outline: none; 
}

.clearfix{
	clear:both;
	display: inline-block;
	height:1%;
}
.btn {
	color:#fff;
	border-radius:0;
	border:0;
	font-weight:400;
	padding:10px 20px;
	font-size:16px;
	line-height: 1.3;
}
.btn-orange {
	background-color:#543611;
	font-weight:500;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
	background-color:#fff;
	color:#BD5926;
}


p {
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
header {
	background-color:#FFF;
}
header .head-right{
	text-align:right;
}
header .head-right a{
	display:inline-block;
	margin:50px 0 0;
	color:#917A3A;
}
header .head-right a:hover {
	color:#917A3A;
}
header .head-right a img{
	position:relative;
	width:26px;
	top:0;
	left:0;
	margin-left:5px;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
header .head-right a:hover img{
	left:3px;
}
header .brand {
	display:inline-block;
	margin:30px 0;
}
header .brand img {
    display: inline-block;
	height:65px;
}
header .brand-nav {
	display:none;
	float:left;
	margin:12px;
}
header .brand-nav img{
	height:34px;
}
header .bottom-head {
	background-color:#FFF;
	position:relative;
}
header .bottom-head:after{
	content:"";
	width:100%;
	position:absolute;
	z-index:9;
	bottom:-21px;
	height:21px;
	background-position:center top;
}
header .navbar {
	margin:0;
	border:0;
	min-height:56px;
	border-radius: 0;
	border-top:1px solid #CCCCCC;
}
header .navbar-nav {
	float:none;
}
header .navbar-toggle {
	margin:0;
    padding: 12px 15px 10px;
	font-size:24px;
	color: #8a6d3b;
}
header .navbar-container {
	 padding:0;
	 position:relative;
}
header .nav li{
	position:relative;
	margin:0 10px;
}
header .nav li:first-child{
	margin-left:0;
}
header .nav li:last-child{
	margin-right:0;
}
header .nav a {
	position:relative;
	top:-2px;
	transition:none;
	color:#543611;
	font-weight:700;
	padding:23px 20px 19px;
	font-size:16px;
	line-height:1;
	border-top:3px solid transparent;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
header .nav .active a:before,
header .nav .active a:hover:before,
header .nav  a:hover:before{
	content:"";
	width: 0; 
	height: 0;
    position:absolute;	
	top:0;
	left:50%;
	margin-left:-8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #543611;
}
header .nav a:focus {
	background-color:inherit;
}
header .nav .active a,
header .nav .active a:hover,
header .nav  a:hover {
	background-color:transparent;
	opacity:1;
	border-top:3px solid rgba(84,54,17,1);
}
header .nav .login{
	display:none;
}
header .nav .nav-mail{
	float:right;
	padding:20px 0;
	color:#543611;
	font-weight:400;
	font-size:14px;
}
header .nav-mail img{
	width:24px;
	margin-right:5px;
}
.category {
	position:relative;
}
.category .container {
	padding:0;
	position:relative;
}
.category .row {
	top:-70px;
	margin:0;
	position:relative;
}
.category .container:after{
	content:"";
	width:100%;
	position:absolute;
	z-index:9;
	bottom:49px;
	height:21px;
	background-image:url('../images/banner_block_shadow.png');
	background-position:center top;
}
.category .container .round-icon {
	position:absolute;
	bottom:37px;
	left:50%;
	z-index:10;
	margin-left:-35px;
	width:70px;
	height:70px;
	background-color:#fff;
	border-radius:100%;
	text-align:center;
	padding:7px;
}
.category .container .round-icon img{
	display:block;
	height:56px;
}
.category .row .col-xs-4 {
	padding:0;
}
.category .cta-category {
	display:block;
	height:350px;
	padding:70px 0;
	text-align:center;
	position:relative;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.category .cta-category span {
	padding:0 70px;
	display:block;
}
.category .cta-category.border span{
	border-left:1px solid #D18770;
	border-right:1px solid #D18770;
}
.category .cta-category img{
	position:relative;
	display:inline-block;
	margin:auto;
	width:100px;
}
.category .cta-category p{
	position:relative;
	color:#fff;
	margin:20px;
	font-size:22px;
	line-height:1.1;
	font-weight:300;
	position:relative;
}
.present {
	padding:30px 0 60px;
	text-align:center;
}
.present p {
	font-size:24px;
	margin-bottom:30px;
}
.content {
	padding:80px 0;
	text-align:center;
	position:relative;
}
.content1 {
	padding:60px 0px 0px;
	text-align:center;
	position:relative;
}
.content p {
	font-size:24px;
}
.banner-section{
	position:relative;
	background-size:cover;
	background-position:center top;
}
.text-white{
	color:#fff;
}
.text-grey{
	color:#777;
}
.banner-section h1{
	font-size:50px;
	margin-bottom:30px;
}
.banner-section h2{
	font-size:38px;
	margin-bottom:30px;
}
.banner-section p{
	font-size:24px;
	line-height:1.1;
	margin-bottom:30px;
}
.banner-section .monsanto{
	height:100px;
}
.banner-section.section-1{
	background-image:url('../images/banner1.jpg');
	padding:80px 0;
}
.banner-section.section-2{
	background-image:url('../images/banner2.jpg');
	padding:90px 0 100px;
}
.banner-section.section-1:before{
	content:"";
	width:41px;
	height:22px;
	position:absolute;
	z-index:9;
	top:0;
	left:50%;
	margin-left:-20px;
	background-image:url('../images/arrow_white_down.png');
	background-position:center top;
}
footer {
	position:relative;
	background-color:#543611;
	text-align:center;
	padding: 30px 0;
}
footer:before{
	content:"";
	width:100%;
	position:absolute;
	z-index:9;
	left:0;
	top:-21px;
	height:21px;
	background-position:center top;
}
footer p {
	font-size:18px;
	margin:20px 0 30px;
	color:#ddd;
}
footer p.copyright{
	font-size:13px;
	margin:20px 0 10px;
	color:#888;
}
footer .logo-footer img{
	height:90px;
}
footer .agency img{
	height: 8px;
}

.section-banner {
	height:484px;
	background-position:center top;
	position:relative;
	background-repeat:no-repeat;
}
.section-banner .title{
    background-image: url(../images/arrow_dark_gradients.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
	font-size:28px;
	line-height:1;
    padding:60px 10px 0;
    color: #fff;
    text-align: center;
    width: 350px;
    height: 155px;
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -175px;
}
.section-banner .title b{
	display:block;
	font-size:34px;
}
.banner-inside {
	position:relative;
}
.banner-inside .row{
	margin:0;
}
.banner-inside .row .col-xs-12 {
	padding:0;
}
.bg-1 {
	background-color:#917A3A;
	height:640px;
}
.bg-2 {
	background-color:#723F25;
	height:640px;
}
.semibold{
	font-weight:500;
}
.right-position{
	float:right;
}
.banner-inside .caption{
	padding:200px 50px;
}
.banner-inside .caption img{
	width:100px;
}
.banner-inside .caption h1{
	font-size:40px;
}
.banner-inside .caption p{
	font-size:20px;
	line-height:1.3;
}
.banner-inside .banner-inside-img {
	background-size:cover;
	background-position:center top;
	height:640px;
}
.banner-inside.section-1:before{
	content:"";
	width:41px;
	height:22px;
	position:absolute;
	z-index:9;
	top:0;
	left:50%;
	margin-left:-20px;
	background-image:url('../images/arrow_white_down.png');
	background-position:center top;
}
.arrow-up:before {
    content: "";
    width: 41px;
    height: 22px;
    position: absolute;
    z-index: 9;
    top: -22px;
    left: 50%;
    margin-left: -20px;
    background-image: url(../images/arrow_white_up.png);
    background-position: center top;
}
.brand span{
	padding:20px;
}
.brand span img{
	height:116px;
}
.contact-info{
	text-align:center;
}
.contact-info img{
	height:100px;
	display:block;
	margin:auto;
	margin-top:30px;
}
.contact-info span{
	display:block;
	margin:20px 0;
	font-size:20px;
	font-family:"Open Sans";
	letter-spacing:-1px;
}
.contact-info1{
	text-align:center;
}
.contact-info1 img{
	display:block;
	margin:auto;
}
.contact-info1 span{
	display:block;
	margin:20px 0;
	font-size:20px;
	font-family:"Open Sans";
	letter-spacing:-1px;
}
.section-form{
	position:relative;
	padding:40px 0 60px;
	background-color:#917A3A;
}
.section-form:before{
	content:"";
	width:41px;
	height:22px;
	position:absolute;
	z-index:9;
	top:0;
	left:50%;
	margin-left:-20px;
	background-image:url('../images/arrow_white_down.png');
	background-position:center top;
}
.section-form h1{
	color:#fff;
}
.scrolloff {
	pointer-events: none;
}
.contact-form {
	padding:60px 0;
}
.form  input,
.form  select{
	height:48px;
	padding:10px;
	font-size:16px;
	color:#333;
	font-weight:400;
}
.form  input,
.form  select,
.form  textarea{
	border-radius:0;
	box-shadow:none;
	border:1px solid #EEEEEE;
	background:#EEEEEE;
}
.form  textarea{
	font-size:16px;
	color:#333;
	font-weight:400;
}
.form  input:focus,
.form  select:focus,
.form  textarea:focus,
.form  input:active,
.form  select:active,
.form  textarea:active{
	box-shadow:none;
	border-color:#F0292B;
}
.form .form-group {
	margin-bottom:25px;
	position:relative;
}
/*Validacion de formularios*/
.form .label-form{
	position:relative;
	margin:0;
}
.form .form-control{
	font-family:"Open Sans", Sans serif;
}
.form input:required,
.form textarea:required {
	background: #EEEEEE  url(../images/red_asterisk.png) no-repeat 98% center;
}
.form input:required:valid, .form textarea:required:valid {
	background: url(../images/valid.png) no-repeat 98% center;
	background-color: #EEEEEE;
}
.form input:focus:invalid,
.form textarea:focus:invalid {
	background: url(../images/invalid.png) no-repeat 98% center;
	background-color: #EEEEEE;
}
.form button:disabled,
.form button[disabled]{
	background-color:#ccc;
	color:#666;
}
#newsletter .form button:disabled,
#newsletter .form button[disabled]{
	background-color:#323232;
	color:#fff;
	opacity:1;
}
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999;
	position: absolute;
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.form input:focus + .form_hint {display: inline;}
.form input:required:valid + .form_hint {background: #28921f;}
.form input:required:valid + .form_hint::before {color:#28921f;}

#mensajes .thanks {
	font-size:18px;
	padding:10px;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 600;
	background-color: #89C04A;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
#mensajes .form-error {
	font-size: 14px;
    padding: 6px;
    line-height: 120%;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 700;
	background-color:#C35F63;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.working {
	margin-bottom:20px;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	color: #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 600;
	background-color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.2);
}
label.error {
	font-size: 11px;
	color: red;
	font-weight:400;
	position: absolute;
	right: 5px;
	top:15px;
	padding:3px;
	background-color:#eee;
	margin-top:-1px;
}
.news_form label.error{
	right:auto;
	left:0;
	top:38px;
	background:none;
	margin-top: auto;
	font-size: 10px;
	font-weight: bold;
}
.form input.error, .form textarea.error {
	border-color:#e9322d;
}
.form input.valid, .form textarea.valid {
	border-color:#85B200;
}
.form-actions {
	text-align:center;
}
.form-actions .btn{
	padding:10px 50px;
}
.section-map .map {
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
}


/*Directivas del Responsive*/
@media screen and (max-width: 480px) {
	.col-xs-6,
	.banner-section .col-xs-10{
		width:100%;
	}
	.banner-section {
		text-align:center;
	}
	.banner-section h1,
	.banner-section h2{
		font-size:26px!important;
	}
	.banner-section p{
		font-size:16px!important;
	}
	.present p {
		font-size: 18px!important;
	}
	.banner-section.section-2 .text-grey{
		color:#333!important;
	}
}
@media screen and (max-width:767px) {
	header .top-head {
		display:none;
	}
	header .bottom-head {
		position:fixed;
		width:100%;
		z-index:9999;
	}
	header .bottom-head:after{
		display:none;
	}
	header {
		height:50px;
	}
	header .navbar-collapse{
		width:100%;
	}
	header .brand-nav {
		display:block;
	}
	header .navbar-nav {
		margin:0 -15px;
	}
	header .nav li{
		margin:0;
	}
	header .nav>li>a {
		padding:15px 20px 13px;
		font-size:14px;
		font-weight:400;
		border-top:0;
		border-left:2px solid transparent;
	}
	header .nav .active a:before,
	header .nav .active a:hover:before,
	header .nav  a:hover:before{
		content:"";
		width: 0; 
		height: 0;
		position:absolute;	
		top:50%;
		left:0;
		margin-left:auto;
		margin-top:-8px;
		border-bottom: 8px solid transparent;
		border-top: 8px solid transparent;
		border-left: 8px solid #fff;
	}
	header .nav .active a,
	header .nav .active a:hover,
	header .nav  a:hover{
		border-top:0;
		background-color:#000;
		color:#FFF;
		border-left: 2px solid rgba(255,255,255,1);
	}
	header .nav li.login{
		display:block;
	}
	header .nav .nav-mail {
		float: left; /*none;*/
		margin-left: 20px !important;
		padding: 10px 22px;
	}
	header .navbar-collapse {
		border-bottom:5px solid #333;
	}
	.category .row {
		top: 0px;
	}
	.category .row .col-xs-4 {
		width:100%;
	}
	.category .cta-category {
    	height: auto;
		margin-top:2px;
		padding: 10px 0;
	}
	.category .container:after {
		bottom: -21px;
	}
	.category .cta-category span {
		padding: 35px;
	}
	.category .cta-category img {
		width: 75px;
	}
	.category .cta-category p {
		color: #fff;
		margin: 20px 0 0;
		font-size: 20px;
	}
	.category .container .round-icon {
		display:none;
	}
	.present {
		padding:40px 0;
	}
	.present p {
		font-size: 20px;
		margin:0;
	}
	.banner-section h1 {
		font-size: 30px;
	}
	.banner-section p {
		font-size: 18px;
		line-height: 1.4;
    }
	.banner-section .monsanto{
		height:80px;
	}
	.banner-section.section-2{
		background-image:url('../images/banner2.jpg');
		padding:60px 0 100px;
	}
	.banner-section h2 {
		font-size: 30px;
	}
	footer{
		padding:0;
	}
	footer .logo-footer img {
		height: 70px;
	}
	footer p {
		font-size:14px;
    }
	.section-banner .title {
		font-size: 22px;
	}
	.section-banner .title b {
		font-size: 28px;
	}
	.content p {
		font-size: 20px;
    }
	.section-banner {
		height: 300px;
	}
	.banner-inside .caption h1 {
		font-size: 30px;
	}
	.banner-inside .caption p {
		font-size: 18px;
		line-height: 1.6;
	}
	.banner-inside .bg-1 {
		height:auto;
	}

	.banner-inside .bg-2 {
		height:auto;
	}
	.banner-inside .caption {
		padding: 50px 30px;
		text-align:center;
	}
	.banner-inside .caption img {
		width: 60px;
	}
	.banner-inside .banner-inside-img {
		height:400px;
		background-size:cover;
		background-position:center center;
	}
	.brand span {
		padding: 0 10px;
	}
	.brand span img {
		height: 60px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	header .brand img {
		height: 45px;
	}
	header .head-right a {
		margin: 40px 0 0;
	}
	header .nav li {
		margin: 0;
	}
	header .nav a {
		font-size:14px;
		padding: 23px 15px 19px;
	}
	.category .row {
		top: -50px;
	}
	.category .cta-category {
		height: 240px;
		padding: 20px 0;
	}
	.category .cta-category span {
		padding: 15px 0;
	}
	.category .cta-category img {
		width: 60px;	
	}
	.category .cta-category p{
		font-size:16px;
	}
	.category .container .round-icon img {
		height: 35px;
	}
	.category .container .round-icon {
		bottom: 43px;
		margin-left: -25px;
		width: 50px;
		height: 50px;
	}
	.present p {
		font-size: 18px;
	}
	.banner-section h1 {
		font-size: 30px;
	}
	.banner-section p {
		font-size: 18px;
		line-height: 1.4;
    }
	.banner-section .monsanto{
		height:80px;
	}
	.banner-section.section-2{
		background-image:url('../images/banner2.jpg');
		padding:60px 0 100px;
	}
	.banner-section h2 {
		font-size: 30px;
	}
	footer{
		padding:0;
	}
	footer .logo-footer img {
		height: 70px;
	}
	footer p {
		font-size: 16px;
    }
	.section-banner {
		height: 400px;
	}
	.banner-inside .bg-1 {
		height:auto;
	}

	.banner-inside .bg-2 {
		height:auto;
	}
	.banner-inside .caption {
		padding: 50px 50px;
	}
	.banner-inside .caption img {
		width: 80px;
	}
	.banner-inside .banner-inside-img {
		height:400px;
		background-size:cover;
		background-position:center center;
	}
}	
@media (min-width: 992px) and (max-width: 1199px) {
	.category .row {
		top: -50px;
	}
	.category .cta-category {
		height: 330px;
		padding: 50px 0;
	}
	.category .cta-category span {
		padding: 15px 30px;
	}
	.category .cta-category img {
		width: 80px;	
	}
	.banner-section h1 {
		font-size: 42px;
	}
	.banner-section.section-2{
		background-image:url('../images/banner2.jpg');
		padding:60px 0 100px;
	}
}

/*link manito*/
header .nav .nav-mail{
	padding: 0px 0 !important;
}

header .nav .nav-mail a:before,
header .nav .nav-mail a:hover:before{
	content:"";
	width: 0; 
	height: 0;
    position:absolute;	
	top:0;
	left:50%;
	margin-left:-8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 0px solid red;
}

header .nav .nav-mail a,
header .nav .nav-mail a:hover{
	background-color:transparent;
	opacity:1;
	border-top:0px solid rgba(84,54,17,1);
}

a.linkmanito{
	float: right !important;
   	padding: 20px 0px 20px 0px !important;
    color: #543611 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
/*
a:hover.linkmanito {
    background-color: transparent !important;;
    opacity: 1 !important;
    color: blue !important;
    border-top: 0px solid rgba(84,54,17,1) !important;
}
*/

