@charset "utf-8";
/*
- Site: Las Higueras

*/
@import url(reset.css);

/* --------------- GRAL --------------- */
html, body { height: auto; margin: 0; padding: 0; font-size: 16px; color: #292627; line-height: 1.4em; text-align: center; display: block; width: 100%; background: #313429;}
body,div,td,input,select,textarea { font-family: 'Source Sans Pro', sans-serif; font-weight: 100;}
form { margin: 0; }
img { border: 0; outline: none; }
a { text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent;}
:hover{-webkit-tap-highlight-color: transparent;}
a:hover { text-decoration: none;}
p { text-align: left; font-size: 26px; margin: 0; padding: 0 0 1em 0; line-height: 1.5em; color: #F3F4F2; }
ul, ol {list-style: none outside none;}
li {list-style-position: outside;}
ol li {list-style-position: outside; list-style-type: decimal; margin-left: 27px;}
ol.highlight, ol.highlight li {color: #631639; font-weight: normal;}
fieldset { border: none; padding: 0; margin: 0; }
input,select,textarea { font-size:14px; color: #a39e85; }
h1,h2,h3,h4,h5,h6,h7 { font-family: Superclarendon, serif; margin: 0; padding: 0 0 0.2em 0; font-weight: bold; color: #000;}
h1 { font-size: 42px; line-height: 1.2em; color: #D8E6B1;}
h2 { font-size: 16px; line-height: 1.0em; }
h3 { font-size: 28px; line-height: 1.0em; color: #F3F4F2; }
h4 { font-size: 20px; color: #3D453D;}
.gralClear { clear: both; height: 1px; overflow: hidden; visibility: hidden; }
hr { clear: both; height: 1px; margin: 7px auto 11px auto; border: 0; background-color: #e9f0fa; color: #e9f0fa; }
.clear{ padding:0px; margin: 0px; height: 0px;clear: both; overflow: hidden;}


/*SLIDES********************/

.rslides {
 	 position: relative;
 	 list-style: none;
	 overflow: hidden;
 	 padding: 0;
 	 margin: 0;
 	 height: 94vh;
 	 text-align: center;
}

.rslides li {
 	 -webkit-backface-visibility: hidden;
	 position: absolute;
 	 display: none;
 	 width: 100%;
 	 text-align: center;
 	 z-index: 1
}

.rslides li:first-child {
 	position: relative;
  	display: block;
 	text-align: center;
}

.rslides img {
	text-align: center;
	display: block;
	height: auto;
	width: auto;
	border: 0;
	position: relative;
	right: -50%;
	transform: translate(-50%, 0);
	min-width: 100%;
}

#slider p {
	color: white;
	position: absolute;
  	width: 40%;
  	text-align: center;
  	top: 70%;
	left: 50%;
  	transform: translate(-50%,0);
}

#slider .title-1 { background: url(../img/title-1.png) no-repeat center; background-size: auto; width: 100%; height: 338px; position:absolute; top: 18%;}
#slider .title-2 { background: url(../img/title-2.png) no-repeat center; background-size: auto; width: 100%; height: 338px; position:absolute; top: 22%;}
#slider .title-3 { background: url(../img/title-3.png) no-repeat center; background-size: auto; width: 100%; height: 338px; position:absolute; top: 18%;}

#slider-pager { position:absolute; }

.slider-gradient {
	height: 280px;
    /* display: block; */
    position: absolute;
    bottom: 0;
    z-index: 96;
    /* background: red; */
    width: 100%;
	background: -moz-linear-gradient(0deg, rgba(14,15,14,1) 10%, rgba(18,18,18,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(14,15,14,1) 10%, rgba(18,18,18,0) 100%);
	background: linear-gradient(0deg, rgba(14,15,14,1) 10%, rgba(18,18,18,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e0f0e",endColorstr="#121212",GradientType=1);;
}

/*NEW********************/

#wrap-header  {
	min-height: 40px;
    background-color: white;
    position: fixed;
    z-index: 99;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}

#wrap-slider {
	position: fixed;;
	display: block;
	margin: auto;
	padding: 0;
	width: auto;
	min-width: 100%;
	min-height: 788px;
  	background: white;
}

#wrap-section-0{
	margin: auto;
	height:64vh !important;
	padding: 0;
	width: auto;
	min-width: 100%;
	z-index: 1;
}

#wrap-section-1, #wrap-section-product{
	margin: auto;
	padding: 0;
	width: auto;
	min-width: 100%;
	background: url(../img/wrap-1-bg.png) no-repeat top; 
	background-size: cover;
	z-index: 1;
	position: relative;
}

#wrap-section-2 {
	margin: auto;
	padding: 0;
	width: auto;
	min-width: 100%;
	background-color: #313429;
	padding-bottom: 80px;
	clear: both;
	position: relative;
	z-index: 80;
}

#wrap-footer {
	display: block;
	margin: auto;
	padding: 0;
	width: auto;
	min-width: 100%;
	background: url(../img/footer-bg.png) white no-repeat top;
	background-size: cover;
	min-height: 1000px;
	z-index: 97;
	position: relative;
	top: -124px;
	margin-bottom: -124px;
}

#wrap-subfooter {
	display: block;
	margin: auto;
	padding: 0;
	width: auto;
	min-width: 100%;
	height: 162px;
	background-color: white;
	position: relative;
	z-index: 08;
}

.generic-container {
	max-width: 1200px;
	padding: 0;
	margin: auto;
	text-align: left;
}

#header {
	padding: 15px 0 19px!important;
	background-color:  transparent !important;
	margin: auto;
	height: 18px;
	display: inline-flex;
}

#header p{
	font-size: 14px;
	color: black;
	font-weight: 400;
	float: left;
	font-family: Superclarendon, serif;
}

#header .phone-info, #header .mail-info, #header .location-info {
	margin: 0 30px;
	float: left;

}

.phone-info span, .mail-info span, .location-info span{
    height: 26px;
    width: 26px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.phone-info span {background: url(../img/phone-icon.png) no-repeat 50% 100%; background-size: cover;}
.mail-info span {background: url(../img/mail-icon.png) no-repeat 50% 100%;  background-size: cover;}
.location-info span {background: url(../img/location-icon.png) no-repeat 50% 100%;  background-size: cover;}


#wrap-section-1 .generic-container {
	padding: 200px 0 60px !important;
	background-color:  transparent !important;
/*	height: -webkit-fill-available;*/
}

#wrap-section-2 .generic-container {
	background-color:  transparent !important;
	border-top: 1px solid #828677;
	padding: 100px 0 60px;
/*	height: -webkit-fill-available;
*/}

#wrap-section-product .generic-container {
	display: flex;;
	padding: 160px 0 !important;
	background-color:  transparent !important;
/*	height: -webkit-fill-available;*/
}

.generic-container p {
	text-align: left !important;
	width: 920px;
	margin: 20px 0 0 !important;
}

.generic-container h3 {
	margin: 60px 0 20px !important;
}

.logo-header{
	background:url(../img/HeaderLogo.png) no-repeat center;
	width: 159px;
	height: 52px;
	float: left;
}


#main-menu {
	float: right;
	margin-top: 20px;
	display: inline;
}

#main-menu li {
	display: inline;
}

#main-menu a {
	color: #a4b93a;
	font-family: Anton, Sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-left: 45px;
}

#main-menu a.selected{
	color: white;
}

#main-menu a:hover{
	color: #cae92f;
}


/*SECTION-1********************/

.products {
	float: left;
	margin-top: 30px;
}

.company-logo {
	background: url(../img/logo-company.png) no-repeat center;
    background-size: auto;
    width: 375px;
    height: 98px;
    position: FIXED;
    top: 10%;
    z-index: 98;
    left: 50%;
    transform: translate(-50%, 0);
}

.companies-logos {
	width: inherit;
	height: 100px;
}

.inquima-logo {background: url(../img/inquima-logo.png) no-repeat 0 100%; height: inherit; width: 300px; float: left; cursor: pointer;}
.topagro-logo {background: url(../img/topagro-logo.png) no-repeat 0 100%; height: inherit; width: 300px; float: left; cursor: pointer;}
.lashigueras-logo {background: url(../img/lashigueras-logo.png) no-repeat 0 100%; height: inherit; width: 300px; float: left;}

#wrap-section-2 span.company-logo {
	background-image: url(../img/Benefit.png);
	background-position: center;
	background-size: 100% auto;
	background-repeat : no-repeat;
	width: 257px !important;
	height: 186px !important;
	display: inline-block;
	margin-bottom: 10px;
}

.left-cl {
	width: 175px;
	float: left;
}


/*SECTION-2********************/


.services-grid {
	margin-top: 30px;
	height: 537px;
	display: block;
	width: 100%;
}

.services-grid .left-cl {
	height: 537px;
	width: 28%;
	float: left;
}

.services-grid h3 {
	position: relative;
    top: -110px;
    left: 20px;
}

.services-grid .left-cl h3 {
	top: -110px;
}

.services-grid .right-cl {
	height: 537px;
	width: 70%;
	margin-left: 10px;
	float: left;
}

.agroinsumos-container, .talabarteria-container, .right-cl .veterinaria-container {
	height: 264px;
	background-color: #1D1F19;
}

.right-cl .veterinaria-container, .agroinsumos-container {
	margin-bottom: 10px;
}

.right-cl .veterinaria-container {display:none;}
.veterinaria-container {background: url(../img/vet-img.png) no-repeat 50% 50%; height: inherit; background-size: 230%;  -moz-transition: all 2s ease-in; -webkit-transition: all 2s ease-in; transition: all 2s ease-in;}
.right-cl .veterinaria-container {background: url(../img/vet-img.png) no-repeat 50% 50%; background-size: 100%; transition: background-size 2s ease-in; -moz-transition: background-size 2s ease-in; -webkit-transition: background-size 2s ease-in}
.agroinsumos-container {background: url(../img/agro-img.png) no-repeat 50% 50%; background-size: 100%; transition: background-size 2s ease-in; -moz-transition: background-size 2s ease-in; -webkit-transition: background-size 2s ease-in}
.talabarteria-container {background: url(../img/talabarteria-img.png) no-repeat 50% 50%; background-size: 100%; transition: background-size 2s ease-in; -moz-transition: background-size 2s ease-in; -webkit-transition: background-size 2s ease-in}

.veterinaria-container:hover { background-size: 250%; }
.agroinsumos-container:hover { background-size: 120%; }
.talabarteria-container:hover { background-size: 120%; }
.right-cl .veterinaria-container:hover { background-size: 120%; }

.service-gradient {
	height: inherit;
    /* display: block; */
    /*position: absolute;*/
    bottom: 0;
    z-index: 96;
    /* background: red; */
    width: 100%;
	background: -moz-linear-gradient(0deg, rgba(14,15,14,1) 10%, rgba(18,18,18,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(14,15,14,1) 10%, rgba(18,18,18,0) 100%);
	background: linear-gradient(0deg, rgba(14,15,14,1) 10%, rgba(18,18,18,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e0f0e",endColorstr="#121212",GradientType=1);;
	opacity: 0.5;
}


/*SECTION-Footer********************/

#footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 300px 0 0;
}

#wrap-footer .left-cl {
	float: left;
	width: 530px;
}

#wrap-footer .right-cl {
	float: right;
	width: 525px;
}

#wrap-footer h1, #wrap-footer h3 {
		color: #3D453D;
		text-align: left !important;
}

#footer ul {
	margin-top: 20px;
}

#footer li {
	font-size: 22px;
	color: #313429;
	text-align: left !important;
	line-height: 1.2em;
	display: flex;
	margin-bottom: 0;
}

#footer li a{
	color: #3D453D;
}

#footer p{
	color: #3D453D;
}

#footer .left-cl h4{
	margin-top: 3px;
}

#footer .left-cl span {
	float: left;
}

#wrap-footer h3 {
	font-size: 26px;
	margin-bottom: 25px;
}

.footer-logo {
	margin-top: 6px;
	margin-bottom: 6px;
	background: url(../img/logo-company.png) no-repeat center;
	background-size: 100% auto;
	width: 200px;
	height: 70px;
}

#footer .left-cl span {
	width: 47px;
	height: 47px;
	display: inline-block;
	margin-right: 20px;
}

#footer .mail span {
	background: url(../img/mail-icon.png) no-repeat center;
	background-size: 80% auto;
	top: -8px;
    position: relative;
}

#footer .phone span {
	background: url(../img/phone-icon.png) no-repeat center;
	background-size: 80% auto;
	top: -8px;
    position: relative;
}

#footer .location span {
	background: url(../img/location-icon.png) no-repeat center;
	background-size: 80% auto;
	top: -8px;
    position: relative;
}

#wrap-subfooter .generic-container p {
	color: #313429 !important;
	float: left;
	margin: 8px 0 0 !important;
	padding: 0;
	text-align: left !important;
	font-size: 18px;
}

#wrap-subfooter .generic-container {
	padding: 16px 0 !important;
}


/*Mobile Nav********************/

#menuToggle {
  display: none;
	position: absolute;
	top: 58px;
  left: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span {
	display: block;
	width: 51px;
	height: 7px;
	margin-bottom: 7px;
	position: relative;
	background: white;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	            opacity 0.55s ease;
}

#menuToggle span:first-child {transform-origin: 0% 0%;}
#menuToggle span:nth-last-child(2) {transform-origin: 0% 100%;}

#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #a4b93a;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

#menu {
	position: absolute;
	width: 600px;
	margin: -100px 0 0 -50px;
	padding: 50px;
	padding-top: 120px;
	background: rgba(07, 18, 10, 0.95);
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	font-family: Anton, sans-serif;
	height: 2630px;
}

#menu li {
 	 padding: 10px 0;
  	font-size: 56px;
	text-transform: uppercase;
	color: #a4b93a;
	margin-bottom: 58px;
}

#menuToggle input:checked ~ ul { transform: none;}


/*SUBFOOTER********************/


.fa {
	padding: 10px;
	font-size: 22px !important;
	width: 24px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;;
}

.fa:hover {
	opacity: 0.7;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}

.fa-instagram {
	background: #55ACEE;
	color: white;
}

#wrap-subfooter .fa{
	float: right;
	background-color: #D8E6B1 !important;
	color: #434F22;
	margin-left: 8px;
}

#map {
  height: 500px; 
  width: 100%;
  position: relative;
  z-index: 80;
  background-color: black;
 }



input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #313429 inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* form components */

#formulario {
	float: left;
}

#formulario input, textarea {
	margin: 0 0 6px;
	padding: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px !important;
	color: white;
	background: #313429;
	width: 480px !important;
	height: 17px !important;
	border-radius: 5px;
	width: 290px;
	float: left;
	box-shadow: none! !important;
	border: none !important;
}

input::-moz-placeholder {  /* Firefox 19+ */  color: white; }
input:-ms-input-placeholder { color: white; }
input::placeholder { color: white;  }

textarea::-moz-placeholder {  /* Firefox 19+ */  color: white; }
textarea:-ms-input-placeholder { color: white; }
textarea::placeholder { color: white;  }

#formulario textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px !important;
	height: 220px !important;
	color: white !important;
	border: solid 1px #FFF;
	float: left;
	text-transform: none !important;
	box-shadow: none! !important;
	border: none !important;
	background-color: #313429;
}

#formulario textarea:hover {
}

#formulario #contact-submit {
	font-family: Superclarendon, serif;
	background-color: white;
	float: left;
	color: #313429;
	padding: 16px 30px;
	border: solid 1px #313429 !important;
  	border-radius: 10px;
	font-size: 20px;
	width: 180px !important;
	height: auto !important;
	float: right !important;
	margin-top: 16px;
	text-align: center !important;
}

#formulario #contact-submit:visited, #formulario #contact-submit:hover, #formulario #contact-submit:active {
	text-decoration: none;
}

 #formulario input:focus[type=text], #formulario textarea:focus {
	box-shadow: inset #4E5245 0 0 0px 1000px !important;
	border: 8px solid #D8E6B1 inset !important;
}

#formulario #contact-submit:hover {
	background: #D8E6B1;
	cursor: pointer;
	background-image: none !important;
	border: solid 1px transparent !important;
}

#formulario input:hover[type=text], #formulario input:focus[type=text], #formulario textarea:hover, #formulario textarea:focus,  #formulario select:hover, #formulario select:focus {
	
}


/* alert messages */
.success,.error {
	margin: 0 0 15px !important;
	padding: 0;
	font-family: Superclarendon, serif;
	font-size: 20px !important;
	width:  505px;
	height: 23px;
	display: none;
}

.success {
	background-color: transparent;
	border none;
	color: white;
}

.error {
	background-color: transparent;
	border none;
	color: white;
}
