/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
footer {
  background: #303030;
  color: #fff;
  padding: 50px 0;
  font-size: 0.9em;
}

#copy {
  background: #000;
  color: #fff;
  padding: 10px 0;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
#infocontacto {
  background: #49a760;
  color: #fff;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
}
#infocontacto div {
  padding: 20px 30px;
}

#distribuidores {
  padding: 40px 0 20px;
  background: #f4f4f4;
}

#autoe img {
  margin: 0 auto;
  display: block;
}

.encabezado {
  background: #49a760;
  color: #fff;
  padding: 40px 0;
  font-size: 2em;
  text-align: center;
}

#terminos {
  font-size: 0.9em;
}
#terminos h5 {
  margin: 50px 0 20px;
}

#servicios div.serv {
  padding: 40px 0;
}
#servicios div.serv:nth-child(2n) {
  background: #efefef;
}

.fondov {
  background: #49a760;
  color: #fff;
  padding: 40px 0;
  font-size: 2em;
  text-align: center;
}

#cuadro {
  color: #fff;
  border-radius: 5px;
  background: #49a760;
  padding: 20px 40px;
}

#redes li {
  display: inline-block;
}

.titulo-producto {
  border-bottom: 1px solid #efefef;
  padding: 10px 0 25px;
  display: block;
  font-weight: 700;
  font-size: 1.4em !important;
}

#descripcion {
  font-size: 0.9em;
}

.img-70 {
  margin: 0 auto;
  display: block;
  width: 70%;
}

.img-100 {
  margin: 0 auto;
  display: block;
  width: 100%;
}

#beneficios {
  font-size: 0.8em;
}

#beneficios2 {
  font-size: 0.9em;
}
#beneficios2 a {
  color: #00a008 !important;
  text-decoration: underline;
  font-weight: 700 !important;
}

.bg-purple {
  background-color: #6f42c1;
}

#upload-progress {
  height: 20px;
  border: 1px solid #ddd;
  width: 100%;
}

#upload-progress .progress-bar {
  background: #bde1ff;
  width: 0;
  height: 20px;
}

.dropetapa {
  display: none;
}

#descripcion_producto {
  font-size: 0.9em;
}

.font-7 {
  font-size: 0.7em;
}

.font-8 {
  font-size: 0.8em;
}

.font-9 {
  font-size: 0.9em;
}

.font-1 {
  font-size: 1em;
}

#desc_corta {
  margin-bottom: 30px;
  font-size: 1em;
}

.menu-sub {
  display: none;
}

.desplegar {
  cursor: pointer;
}

.desc_corta_etapa {
  font-size: 0.8em !important;
}

.titulo-principal {
  font-size: 1.1em;
  font-weight: 900;
}

.titulo-principal-cultivo {
  font-size: 0.9em;
  font-weight: 900;
}

.titulo-principal-vista {
  font-size: 2em;
  font-weight: 900;
  line-height: 95%;
}

.descripcion_principal {
  color: #8c8c8c;
}

.botonprincipal {
  display: block;
  padding: 6px 10px;
  text-align: center;
  font-weight: 700;
  color: #fff !important;
  border-radius: 2px;
  letter-spacing: 1px;
  font-size: 0.8em;
  background: #95ca3e;
  border: 1px solid #89c12e;
  -webkit-box-shadow: 0 1px 1px 0 #58902d;
  box-shadow: 0 1px 1px 0 #58902d;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
}
.botonprincipal:hover {
  background: #17a81f;
  border: 1px solid #17a81f;
}

.botonsec {
  display: block;
  padding: 6px 10px;
  text-align: center;
  font-weight: 700;
  color: #fff !important;
  border-radius: 2px;
  letter-spacing: 1px;
  font-size: 0.7em;
  background: #1bb623;
  border: 1px solid #17a81f;
}
.botonsec:hover {
  background: #17a81f;
}

.botontres {
  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  font-weight: 700;
  color: #fff !important;
  border-radius: 2px;
  font-size: 0.9em;
  background: #1bb623;
  border: 1px solid #17a81f;
}
.botontres:first-child {
  margin-right: 10px;
}
.botontres:hover {
  background: #17a81f;
}

.menuss {
  font-weight: 700;
  letter-spacing: 1px;
}

.linea-tipo {
  font-size: 0.75em;
  padding: 3px 0px;
  display: block;
  border-radius: 2px;
  margin: -8px 0 20px;
  text-align: center;
  font-weight: 700;
}

.card-body small {
  font-size: 0.8em;
}

.textoverde {
  display: block;
  padding: 6px 10px;
  text-align: center;
  font-weight: 700;
  color: #fff !important;
  border-radius: 2px;
  letter-spacing: 1px;
  font-size: 0.8em;
  background: #95ca3e;
  border: 1px solid #89c12e;
  -webkit-box-shadow: 0 1px 1px 0 #58902d;
  box-shadow: 0 1px 1px 0 #58902d;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
}
.textoverde:hover {
  background: #17a81f;
  border: 1px solid #17a81f;
}

.textoazul {
  display: block;
  padding: 6px 10px;
  text-align: center;
  font-weight: 700;
  color: #fff !important;
  border-radius: 2px;
  letter-spacing: 1px;
  font-size: 0.8em;
  background: #0074b8;
  border: 1px solid #0068a5;
  -webkit-box-shadow: 0 1px 1px 0 #00588b;
  box-shadow: 0 1px 1px 0 #00588b;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
}
.textoazul:hover {
  background: #005080;
  border: 1px solid #003e64;
}

.funciones {
  font-size: 0.7em;
  line-height: 140%;
  font-weight: 700;
  border-bottom: 1px solid #efefef;
  padding-bottom: 7px;
  margin-bottom: 8px;
  color: #787878;
}

.funciones-vista {
  font-size: 1em;
  font-weight: 700;
  padding-bottom: 7px;
  margin-bottom: 8px;
  color: #787878;
  margin-top: -2px;
}

#texto-presentaciones {
  font-size: 0.8em;
  font-weight: 700;
}

#lineas {
  margin-top: 10px;
  text-align: left;
}
#lineas img {
  margin: 0 10px 0 20px;
}
#lineas span {
  font-size: 1.5em;
  vertical-align: middle;
}

.presentaciones-vista {
  font-size: 0.8em;
  font-weight: 700;
  background: #efefef;
  text-align: center;
  border-radius: 3px;
  padding: 5px 6px;
  border: 1px solid #d3d3d3;
  color: #06a106;
}

.descargas {
  margin: 10px 0 20px;
}

.titulo-cultivosap {
  font-size: 1.1em;
  margin: 20px 0 15px;
}

.etapa {
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 10px;
  margin-top: 24px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 10px;
  text-decoration: none;
  color: #3a3c3f;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.circul {
  width: 60px;
  height: 60px;
  display: inline-block !important;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
}
.circul img {
  position: absolute;
  top: 7%;
  bottom: auto;
  left: 5%;
  width: 85%;
}

.titulo_etapa {
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 10px;
}
.titulo_etapa h5 {
  margin: -3px 0 0;
  font-size: 1.4em;
}
.titulo_etapa small {
  margin: 0;
}

.tituloetapa {
  display: block;
  width: 100%;
  margin: 10px 0;
}

.contet {
  display: block;
  width: 100%;
}

.fg {
  background: #f8f8f8;
  border: 1px solid #ededed;
}

.ttetapa {
  color: #383838;
  color: #17a81f;
}

.shopify-buy__product__price {
  display: none !important;
}

.shopify-buy__product-img-wrapper {
  display: none !important;
}

#dosis {
  color: #5a5a5a;
  font-size: 0.9em;
  margin: -10px 0 10px;
}

#abc a {
  margin: 0 2px 2px 0;
  padding: 4px 9px;
  font-size: 0.58em;
}

#liset {
  margin-top: 8px;
}
#liset li {
  margin-bottom: 4px;
  text-align: center;
  border-radius: 20px;
  background: #28a745;
  color: #fff;
  padding-bottom: 3px;
}

#menu-primary a {
  font-weight: 200;
  color: #7f7f7f !important;
}

.current-menu-item {
  font-weight: 700 !important;
}

.tcultivo {
  border-bottom: 1px solid #efefef;
  padding-bottom: 6px;
  margin-bottom: 4px;
}

.titulov {
  border-bottom: 4px solid #77B81E;
  width: 40%;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#ppresentaciones {
  font-size: 0.9em;
}

#listas {
  font-size: 0.8em;
}

#ttsec {
  background: #82c315;
  padding: 20px;
  color: #fff;
  font-size: 1.2em;
  border-radius: 5px;
}

.imagendosis {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0px;
}

.textdosis {
  font-size: 0.9em;
  font-weight: 700;
  margin-top: 14px;
}

.imgred {
  border-radius: 5px;
}

.tituloverde {
  color: #77B81E;
}

.tcuad {
  color: #000;
}

.tex2 {
  color: #464646;
}

.activa {
  background: #77B81E !important;
  color: #fff !important;
}

#contenedorbanner {
  position: relative;
}

#botonprin {
  position: absolute;
  background: #fff;
  z-index: 9;
  top: 45%;
  left: 0;
  right: 0;
  display: inline-block;
  width: 260px;
  padding: 14px 0;
  font-weight: 500;
  font-size: 1.2em;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#listacert li {
  display: inline-block;
  margin: 0 15px 0 0;
}

/*# sourceMappingURL=main.css.map */
