@charset "UTF-8";
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 36em;
  --breakpoint-md: 48em;
  --breakpoint-lg: 62em;
  --breakpoint-xl: 75em;
}
@font-face {
    font-family:"Roboto-Regular";
    src: url('ft/Roboto-Regular.woff');
    font-weight:normal;
	 font-style:normal;
	 font-display:block;
}
@font-face {
    font-family:"Lato Light";
    src: url('ft/Lato-Light.woff');
    font-weight:normal;
	 font-style:normal;    
	 font-display:block;
}
body, html {
  height: 100%;
  margin: 0;
}
body {
font-family:'Roboto-Regular','Lato Ligth';
border:0px solid;
font-weight:normal;
font-size: 100%;
scrollbar-base-color:#009900;
scrollbar-arrow-color: #001a00;
counter-reset: section;
}
h1,h2,h3,h4{
	font-family:'Roboto-Regular';
	margin:0.125em;
   padding: 0.125em;
   text-align: center;    
   color: #d3cec8;
}
h1{
font-size:4.236rem; 
}
h2{
font-size:2.618rem;
counter-reset: subsection;
}
h3{
font-size:1.618rem;
}
h4{
font-size:1rem;
}
h4.iz {
  text-align: left;
}
h3.numeracion::before {
  counter-increment: section;
  content: counter(section) ". ";
}
h4.numeracion::before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
}
li.roman::before {
  counter-increment:none!important;
  content:none!important;
 }
li.roman {
  list-style:lower-roman inside;
 }
p, ul, li, ol li, ol ul, span {
    font-size:1em;
    font-weight: normal;
    font-family: 'Lato Ligth';
    margin:0;
    color: #d3cec8;  
    text-align: none;
    padding: 0px;
    border: 0px ;
}
a:link, a:visited {
color: white;
padding: 0,5em 0,5em 0,5em 0,5em;
text-align: center;
text-decoration: none;
display: inline-block;
font-family: 'Lato Ligth';
font-size: 1em;
font-weight: bold;
}
a:active, a:hover {
font-size: 1rem;
font-weight: normal;
text-decoration: none;
background-color: #6600ff;
}
blockquote {
font-family: 'Lato Ligth';
font-size: 1.618rem;
font-weight: normal;
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 3em;
margin-right: 3em;
}
div {
text-align: none;
padding: 0px;
border: 0px ;
}
span {
text-align: justify;
padding: 0px;
border: 0px ;
}
td {
font-family:'Lato Ligth';
font-weight:1em ;
}
ol {
color: #330066;
font-weight: normal;
font-size: 1em;
}
ul {
color: #330099;
font-weight: normal;
font-size: 1em;
}
input {
font-family: 'Lato Ligth';
color: #330066;
font-weight: normal;
padding: 0px;
border: 0px ;
}
select {
font-family: 'Lato Ligth';
color: #330033;
font-weight: normal;
font-size: 1em;
}
textarea {
font-family: 'Lato Ligth';
color: #330099;
font-weight: normal;
font-size: 1em;
padding: 0px;
border: 0px ;
}
hr {
height: 100%;
width: 100%;
color: #330099;
}
.hero-image {
  background: url(portada16a9.jpg) no-repeat center center fixed  ; 
  background-size: cover cover;
  height: 100%;
  overflow: hidden;
}
.hero-text {
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(51,51,51,0.4);
}
/*------------# Barra de navegación -----------------*/
.topnav {
  overflow: hidden;
  background-color:rgb(200,73,32,0.5);
  width: 100%;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 1em 1em;
  text-decoration: none;
  font-size: 1em;
}
.topnav a:hover {
  background-color: #eae;
  color: black;
}
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {  
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }    
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
  }
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*-----# Servicios-------------------*/
#serviciosagronomicos{
 background: #a98130;
}
#serviciosingenieria{
 background: #987b41;
}
/*-----# Tiendavirtual-------------------*/
#tiendavirtual{
  background:#7d5419;
}
/*-----# Contacto-------------------*/
#contacto{
  background: #a98130;
}
.responsive-iframe {
  position: relative;
  top: 1em;
  left: 1em;
  bottom: 1em;
  right: 1em;
  width: 90%;
  height: 30em;
  border: 1px solid black
}
/*-----# Pie de página-------------------*/
#piedepagina {
  background: #2d2727;
  padding: 0 0 2em 0;
  color: #eee;
}
#piedepagina .pdpcabecera {
  background: #004a99;
  padding: 4em 0 2em 0;
}
#piedepagina .pdpcabecera .social-links a {
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 0.5em 0;
  margin-right: 0.25em;
  border-radius: 50%;
  text-align: center;
  width: 2.25em;
  height: 2.25em;
  transition: 0.3s;
}
#piedepagina .pdpcabecera .social-links a:hover {
  background: #0067d5;
  color: #fff;
}
#piedepagina .pdpcabecera .piedepagina-links {
  margin-bottom: 2em;
}
#piedepagina .pdpcabecera .piedepagina-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.3em;
}
#piedepagina .pdpcabecera .piedepagina-links ul li {
  padding: 0.5em 0;
}
#piedepagina .pdpcabecera .piedepagina-links ul li:first-child {
  padding-top: 0;
}
#piedepagina .pdpcabecera .piedepagina-links ul a {
  color: #ecf5ff;
}
#piedepagina .pdpcabecera .piedepagina-links ul a:hover {
  color: #74b5fc;
}
#piedepagina .pdpcabecera .contacto{
  margin-bottom: 2em;
}
#piedepagina .pdpcabecera .contacto p {
  line-height: 1.5rm;
}
#piedepagina .pdpcabecera .listadecorreos {
  margin-bottom: 2em;
}
#piedepagina .pdpcabecera .listadecorreos input[type="email"] {
  border: 0;
  padding: 0.5em 0.5em;
  width: 65%;
}
#piedepagina .pdpcabecera .listadecorreos input[type="submit"] {
  background: #221e1e;
  border: 0;
  width: 35%;
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#piedepagina .pdpcabecera .listadecorreos input[type="submit"]:hover {
  background: #383030;
}
#piedepagina .creditos {
  text-align: center;
  color: #f1f7ff;
}
#piedepagina .creditos a {
  color: #bfddfe;
}
#piedepagina .creditos a:hover {
  color: #f1f7ff;
}
#piedepagina .piedepagina-info{
color: #030303;
}