body {
  font-family: 'Roboto', sans-serif; }

a {
  color: #444;
  text-decoration: none; }
  a:hover {
    color: #444;
    text-decoration: none; }

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.ff-roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

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

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

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

.fw-900 {
  font-weight: 900; }

.bg-negro-main {
  background-color: #000000; }

.bg-gris-01 {
  background-color: #646464; }

.bg-gris-02 {
  background-color: #949292; }

.bg-amarillo-main {
  background-color: #FFE500; }

.bg-amarillo-secund {
  background-color: #C0A506; }

.color-negro-main {
  color: #000000; }

.color-gris-01 {
  color: #646464; }

.color-gris-02 {
  color: #949292; }

.color-amarillo-main {
  color: #FFE500; }

.color-amarillo-secund {
  color: #C0A506; }

.borde-negro-main {
  border: 1px solid #000000; }

.borde-gris-01 {
  border: 1px solid #646464; }

.borde-gris-02 {
  border: 1px solid #949292; }

.borde-amarillo-main {
  border: 1px solid #FFE500; }

.borde-amarillo-secund {
  border: 1px solid #C0A506; }

#header {
  padding-top: 9px;
  padding-bottom: 9px; }
  #header .listHeader {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #header .listHeader__item {
      margin-right: 30px; }
      #header .listHeader__item:nth-last-of-type(1) {
        margin-right: 0; }
      @media (max-width: 991px) {
        #header .listHeader__item {
          margin-right: 0;
          border-bottom: 2px solid #222222;
          display: block;
          width: 100%; } }
    #header .listHeader__link {
      display: inline-block;
      color: #949292;
      font-size: 16px;
      font-weight: 500;
      padding-top: 14px;
      padding-bottom: 14px; }
      #header .listHeader__link.active {
        color: #000000;
        font-weight: 900;
        position: relative; }
        #header .listHeader__link.active::before {
          content: '';
          position: absolute;
          background-color: #FFE500;
          left: 0;
          bottom: 0;
          height: 5px;
          width: calc(100% - 5px); }
      @media (max-width: 991px) {
        #header .listHeader__link {
          display: block;
          padding-left: 45px;
          color: #282828;
          padding-top: 22.5px;
          padding-bottom: 22.5px; } }
      @media (max-width: 767px) {
        #header .listHeader__link {
          padding-left: 30px;
          padding-top: 15.5px;
          padding-bottom: 15.5px; } }
    @media (max-width: 991px) {
      #header .listHeader.active {
        transform: translateX(0); } }
    @media (max-width: 991px) {
      #header .listHeader {
        width: 340px;
        flex-direction: column;
        align-items: center;
        background-color: #FFE500;
        position: fixed;
        right: 0;
        top: 90px;
        z-index: 99;
        transition: all .25s;
        transform: translateX(100%); } }
    @media (max-width: 767px) {
      #header .listHeader {
        width: 243px; } }
  @media (max-width: 991px) {
    #header .btn-menu {
      margin-left: auto;
      font-size: 22px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #header .btn-menu .fa-bars {
        display: inline-block; }
      #header .btn-menu .fa-times-circle {
        display: none;
        font-size: 28px; }
      #header .btn-menu.active .fa-bars {
        display: none; }
      #header .btn-menu.active .fa-times-circle {
        display: inline-block; } }

#footer {
  background-color: #000000;
  padding-top: 30px;
  padding-bottom: 30px; }
  #footer .listFooter__item {
    margin-bottom: .25rem;
    position: relative; }
    #footer .listFooter__item::before {
      content: '';
      position: absolute;
      left: -17px;
      bottom: 7.5px;
      width: 5px;
      height: 5px;
      background-color: #FFE500;
      border-radius: 50%; }
  #footer .listFooter__link {
    color: #fff;
    font-size: 14px; }
  #footer .border-amarillo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px; }
  @media (max-width: 767px) {
    #footer .rrss {
      text-align: center;
      margin-top: 1.5rem; } }
  #footer .rrssTxt {
    color: #fff;
    font-size: 14px; }
  #footer .rrssList {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    #footer .rrssList__item {
      margin-right: 10px; }
    #footer .rrssList__link {
      display: inline-flex;
      background-color: #fff;
      color: #000000;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        #footer .rrssList__link {
          width: 36px;
          height: 36px;
          font-size: 20px; } }
    @media (max-width: 767px) {
      #footer .rrssList {
        justify-content: center; } }

#capa.active {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 90px;
  width: 100vw;
  height: 100%;
  z-index: 90; }

html.active,
body.active {
  overflow: hidden; }

.registrate-fixed {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9; }
  .registrate-fixed__txt {
    position: absolute;
    z-index: 10;
    right: 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding-right: 15px; }
  @media (max-width: 767px) {
    .registrate-fixed {
      top: calc(100% + -77px);
      right: -80px; } }

.grid {
  display: grid; }

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)); }

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)); }

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)); }

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)); }

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)); }

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)); }

.grid-cols-none {
  grid-template-columns: none; }

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