@charset "UTF-8";
@media (min-width: 768px) {
  .mainContent {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .mainContent {
    padding-top: 95px;
  }
}

section .section-sup {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
section .productos-top {
  margin-bottom: 30px;
  text-align: center;
}
section .productos-top .productos-menu {
  padding: 16px;
  border: 2px solid #FFFFFF;
  border-radius: 35px;
  background-color: #212429;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 24px;
}
section .productos-top .productos-menu .producto-btn {
  height: 38px;
  padding: 0 16px;
  border-radius: 19px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section .productos-top .productos-menu .producto-btn:hover, section .productos-top .productos-menu .producto-btn:focus, section .productos-top .productos-menu .producto-btn.menu-activo {
  background-color: #FFFFFF;
  color: #212429;
}
@media (min-width: 768px) {
  section .productos-menu .btn-toggle {
    display: none;
  }
  section .productos + .productos {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  section .productos-top .productos-menu {
    width: 100%;
    padding-right: 40px;
    flex-direction: column;
    position: relative;
  }
  section .productos-top .productos-menu .btn-toggle {
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    top: 24px;
  }
  section .productos-top .productos-menu .btn-toggle .btnToggle-icono {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 24px;
  }
  section .productos-top .productos-menu .btn-toggle .btnToggle-icono:before {
    display: block;
  }
  section .productos-top .productos-menu .btn-toggle .btnToggle-icono:before {
    content: "ﶶ";
  }
  section .productos-top .productos-menu:not(.menu-opened) .producto-btn {
    display: none;
  }
  section .productos-top .productos-menu:not(.menu-opened) .producto-btn.menu-activo {
    width: 100%;
    display: flex;
  }
  section .productos-top .productos-menu.menu-opened .producto-btn {
    width: 100%;
    display: flex;
  }
  section .productos-top .productos-menu.menu-opened .btn-toggle .btnToggle-icono:before {
    content: "ﶺ";
  }
  section .productos + .productos {
    margin-top: 40px;
  }
}/*# sourceMappingURL=solucion.css.map */