@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  font-weight: 400;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.5;
}

.blanco {
  color: #ffffff;
}

.negro {
  color: #000000;
}

.br-10 {
  border-radius: 10px;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fc-1 {
  color: #758A36 !important;
}

.fc-2 {
  color: #1C3A12 !important;
}

.fc-3 {
  color: #10230a !important;
}

.color-primary {
  color: #758A36;
}

.color-secondary {
  color: #1C3A12;
}

.bg-banner {
  background-color: #E1E2DB;
}

.bg-primary {
  background-color: #758A36 !important;
}

.bg-primary_dark {
  background-color: #1C3A12 !important;
}

.btn-primary {
  background-color: #758A36;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: #566528;
  border-color: #758A36;
}
.btn-primary:focus, .btn-primary:active {
  background-color: #566528;
  border-color: #758A36;
  outline: none;
  box-shadow: 0 0 0 3px rgba(117, 138, 54, 0.5);
}
.btn-primary:active {
  transform: scale(0.95);
}
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #566528;
  border-color: #758A36;
  outline: none;
  box-shadow: 0 0 0 3px rgba(117, 138, 54, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #566528;
  border-color: #758A36;
  outline: none;
  box-shadow: 0 0 0 3px rgba(117, 138, 54, 0.5);
}

#formularioContacto {
  display: flex;
  position: relative;
  background-image: url("../img/contacto_fondo_opt.jpg");
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  height: 700px;
  max-height: 700px;
}
@media (max-width: 767px) {
  #formularioContacto {
    min-height: auto;
    padding: 80px 0px;
  }
}
#formularioContacto:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#formularioContacto .textoContacto {
  place-content: center;
}
#formularioContacto .textoContacto h1 {
  font-size: 2.438rem;
}
#formularioContacto .textoContacto h5 {
  font-size: 0.75rem;
}
#formularioContacto .textoContacto p {
  font-size: 1.25rem;
}
#formularioContacto .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 20px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#formularioContacto .form-control::-moz-placeholder {
  color: #ffffff;
}
#formularioContacto .form-control::placeholder {
  color: #ffffff;
}
#formularioContacto #contacto-flotante {
  cursor: pointer;
  position: fixed;
  bottom: 33px;
  right: 15px;
  width: 60px;
  height: auto;
}

.btn-rect {
  padding: 15px 20px;
  border-radius: 0px;
}

.px-6 {
  padding-left: 7rem;
  padding-right: 7rem;
}
@media (max-width: 767px) {
  .px-6 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
}

#ensayoBox {
  padding: 70px 0;
}
#ensayoBox .descripcion-posterior {
  font-size: 1rem;
}
#ensayoBox .slick-dots li button:before {
  font-size: 9px;
}

#geneticaBox {
  background-color: #10230a;
  padding: 80px 0;
}
#geneticaBox .container-fluid {
  width: 80%;
}
#geneticaBox #sliderTitle {
  font-size: 5.625rem;
  color: #1B3512;
  font-weight: bold;
}
#geneticaBox #subtitulo {
  font-size: 1.4rem;
  color: #C2EF38;
}
#geneticaBox .texto-geneticbox h3 {
  font-size: 2rem;
  font-weight: bold;
}
#geneticaBox .texto-geneticbox div {
  font-size: 14px;
}
#geneticaBox .slick-dots li.slick-active button:before {
  opacity: 0.85;
  color: #C2EF38;
}
#geneticaBox .slick-dots li button:before {
  font-family: "slick";
  font-size: 9px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.45;
  color: #C2EF38;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn {
  font-size: 0.85rem;
}

.btn-success {
  background-color: #758A36;
  color: #ffffff;
  border: none;
  border-radius: 10px;
}

#bloqueEmpresa {
  padding: 80px 0;
  background-color: #e1e2db;
}
#bloqueEmpresa .fraseCTA h1 {
  font-size: 48px;
  line-height: 68px;
}
@media (max-width: 767px) {
  #bloqueEmpresa .fraseCTA h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

#bloqueCultivos {
  padding: 80px 0;
}
#bloqueCultivos a {
  color: #ffffff;
  text-decoration: none;
}
#bloqueCultivos .card {
  height: 320px;
  background-position: center;
  background-size: 140%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
#bloqueCultivos .card h2 {
  color: #ffffff;
}
#bloqueCultivos .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#bloqueCultivos .card:hover {
  background-size: 159%;
}
#bloqueCultivos .card:hover h2 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#bloqueCultivos .card .card-body {
  z-index: 1;
}

#bloqueCodoACodo {
  padding: 80px 0;
  padding-bottom: 8.1rem;
}
#bloqueCodoACodo .container {
  max-width: 1400px !important;
}
#bloqueCodoACodo .container .imagen-secundaria {
  width: 236px;
  height: 301px;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: -3rem;
  right: 5rem;
}
#bloqueCodoACodo .container .main-title {
  font-weight: bold;
  font-size: 50px;
}
#bloqueCodoACodo .container .sub-title {
  font-size: 50px;
  font-weight: 300;
}
#bloqueCodoACodo .container .description {
  font-size: 18px;
}
#bloqueCodoACodo .container .description span {
  font-weight: bold;
}
#bloqueCodoACodo .container button {
  background-color: #1C3A12;
  color: #ffffff;
  border: none;
  border-radius: 10px;
}

#sliderHome {
  height: 580px;
}
#sliderHome p {
  font-size: 1.125rem;
}
#sliderHome .imagenAccesoria {
  height: 580px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#sliderHome .background-slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 580px !important;
}
#sliderHome .slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 99999;
}
#sliderHome .slick-dots li button:before {
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.45;
  color: #4c4c4c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sliderHome .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}

footer {
  position: relative;
  z-index: 2;
  padding: 60px 0px 0px;
  background-color: #10230a;
}
footer #menu-footer li a {
  padding-left: 0px !important;
  color: #ffffff;
}

.portadaPage {
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.portadaPage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.portadaPage h1 {
  font-weight: 700;
  color: white;
  z-index: 2;
}

.bg-gris {
  background-color: #e1e2db;
}

#quienesSomos {
  padding: 0 0;
}
#quienesSomos img {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#quienesSomos video {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#quienesSomos #sectionSomos span {
  letter-spacing: 1px;
  font-size: 1rem;
}
#quienesSomos #sectionSomos h2 {
  font-size: 2rem;
}
#quienesSomos #sectionSomos p {
  font-size: 1rem;
  color: #4c4c4c;
  font-weight: 400;
}
#quienesSomos #division {
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  width: 70%;
  justify-self: center;
}
#quienesSomos #sectionMision {
  padding: 0 0;
}
#quienesSomos #sectionMision h2 {
  font-size: 2rem;
}
#quienesSomos #sectionMision p {
  font-size: 1rem;
  color: #4c4c4c;
  font-weight: 400;
}

.iconosValores {
  width: 120px;
  height: 120px;
}

.seccionEquipo .card {
  align-items: center;
  padding: 40px 20px;
}
.seccionEquipo .card img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.table td {
  border-top: none;
}

.ml-xl-6 {
  margin-left: 10rem;
}

#productoInterna .img-prod {
  height: 450px;
}
#productoInterna .prod-title span {
  font-weight: 500;
}
#productoInterna .prod-desc {
  font-size: 1rem;
}
#productoInterna #productContent .informacionSecundaria .container {
  max-width: 800px;
}
#productoInterna .caracteristicas td.w-75 {
  position: relative;
  padding-right: 15px;
  padding-left: 0px;
}
#productoInterna .caracteristicas td.w-75 span {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  padding-right: 10px;
}
#productoInterna .caracteristicas td.w-75:after {
  content: "";
  position: absolute;
  left: 10%;
  top: 50%;
  width: calc(90% - 10px);
  border-bottom: 1px solid #e1e2db;
  z-index: 1;
}
#productoInterna .boxReferenciasMapa .card-top {
  background-color: #1C3A12;
  color: #ffffff;
  padding: 10px 0px;
}
#productoInterna .pfText p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.bg-gris {
  background-color: #e1e2db;
}

.bordes {
  border: 1px solid #dee2e6;
}

.bg-acento {
  background-color: #96b955;
}

#pageProductos {
  position: relative;
  padding: 50px 0;
}
#pageProductos .list-group-item.active {
  background-color: transparent;
}
#pageProductos .list-group-item {
  border: none;
}
#pageProductos .list-group-item a {
  color: #4c4c4c;
  text-decoration: none;
}
#pageProductos .list-group-item a:hover {
  color: #758A36;
}
#pageProductos .bl-top {
  border-top: 1px solid #e1e2db;
}
#pageProductos .card-img-top {
  height: 225px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#pageProductos .card-footer {
  background-color: transparent;
  border-top: none;
  padding-bottom: 30px;
}

.br-20 {
  border-radius: 15px;
}

.btn-sm {
  font-size: 0.75rem;
}

.buttonFilter {
  display: none;
}
@media (max-width: 767px) {
  .buttonFilter {
    display: inline-block;
  }
}
.buttonFilter .bton {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 1;
}

#geneticPage {
  background-color: white;
}
#geneticPage #geneticaInformacion {
  padding: 0 0;
}
#geneticPage #geneticaInformacion h2 {
  font-size: 2rem;
}
#geneticPage #geneticaInformacion p {
  font-size: 1rem;
  color: #4c4c4c;
  font-weight: 400;
}
#geneticPage #geneticaBloques h2 {
  font-size: 2.2rem;
  font-weight: bold;
}
#geneticPage #geneticaBloques p {
  font-size: 1.5rem;
}
#geneticPage #geneticaBloques span {
  font-weight: bold !important;
  color: #1C3A12;
}
#geneticPage #geneticaBloques #bloque-1, #geneticPage #geneticaBloques #bloque-3, #geneticPage #geneticaBloques #bloque-5 {
  background-color: #E1E2DB !important;
}

header .active {
  color: #759D36;
  position: relative;
  display: inline-block;
}
header .active::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #759D36;
}
header .nav-item::after {
  content: none;
}
header #menu-item-293 {
  position: relative;
}
header #menu-item-293 .dropdown-menu {
  position: absolute;
  top: 160%;
  left: 0%;
  z-index: 1000;
  display: none;
  background-color: #1C3A12 !important;
  border-radius: 0.25rem;
  padding: 0.5rem 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
header #menu-item-293 .nav-item.dropdown:hover .dropdown-menu,
header #menu-item-293 .dropdown-menu.show {
  display: block;
}
header #menu-item-293 .dropdown-item:hover, header #menu-item-293 .dropdown-item:focus {
  background: #758A36;
}
header #menu-nav li a {
  color: white !important;
  font-weight: bold;
  font-size: 0.9rem;
}/*# sourceMappingURL=estilos.css.map */