/* 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
 */

@charset "UTF-8";
/* Ocultar el botón de menú móvil en pantallas grandes */
@media (min-width: 992px) {
  #g-offcanvas-toggle, .g-offcanvas-toggle {
    display: none !important;
  }
}
.g-main-nav .g-sublevel {
  background: #354d59;
  border: 1px solid #444444;
}
.g-main-nav .g-sublevel .g-item a {
  color: #ffffff;
}
.g-main-nav .g-sublevel .g-item a:hover {
  background: #f0f0f0;
  color: #00ff00;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.carousel-control {
  height: 100%;
  width: 100px;
  top: 0;
  margin-top: 0;
  border-radius: 0;
  border: none;
  background: transparent;
}
.carousel-control.left {
  left: 0;
}
.carousel-control.right {
  right: 0;
}
.carousel-control i {
  top: 50%;
  margin-top: -30px;
  position: absolute;
  height: 60px;
  width: 20px;
}
.carousel-caption {
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=custom_16.css.map */