/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*Logo*/
.g-logo {
  margin: 30px 0;
  max-width: 80%;
}
/*navegacion titles*/
#g-navigation {
  background-repeat: no-repeat;
  background-size: 97%;
  background-attachment: fixed;
  background-position: 3rem -22rem;
}
/*facebook icon offcanvas*/
.fa-fw {
  font-size: 2rem;
  color: #3b5998;
}
/*Tabs Maiz*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: #ccc;
}
.g-tabs .uk-tab > li.uk-active > a {
  color: #d6863b;
}
.g-tabs .uk-tab > li > a:hover {
  color: #a7bf30;
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
}
.celda-renglon-subtabla-plaga-producto {
  display: inline-flex;
}
/*# sourceMappingURL=custom_16.css.map */