@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap');

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


/* Funciones accesorias */

.visible-mobile {
  display: none !important;
}

@media (max-width: 1024px) {
  .visible-mobile {
    display: inline !important;
  }

  .hidden-mobile {
    display: none !important;
  }
}


body {
  background-color: #000;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #000;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 19px;
  }
}

h1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: -0.02em;
  padding: 40px 0;
}
h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  letter-spacing: -0.02em;
  padding: 40px 0;
}
h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: -0.02em;
  padding: 20px 0;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.01em;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.01em;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
  }
}



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



header {
  background-color: #000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

  header .container a {
    padding: 1rem 0;
  }
    header .container a img {
      width: 100%;
      height: auto;
    }
  header .container .menu {
    padding-left: 1rem;
  }

  header .container .highlight-lang {
    color: #000;
    font-weight: 700;
  }

  header .menu-mobile {
    position: fixed;
    left: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: height 0.6s ease-in-out;
    -o-transition: height 0.6s ease-in-out;
    -moz-transition: height 0.6s ease-in-out;
    transition: height 0.6s ease-in-out;
    background-color: #ffffff;
    color: #000000
  }
    header .menu-mobile.open {
      height: 100%;
      pointer-events: auto;
    }
    header .menu-mobile .menu {
      padding: 1rem;
    }
      header .menu-mobile .menu li {
        margin: 0.5rem 0 1rem;
        text-align: left;
      }
        header .menu-mobile .menu li.current-menu-item a {
          font-weight: 700;
        }
        header .menu-mobile .menu li a {
          font-size: 25px;
          line-height: 30px;
          letter-spacing: -0.02em;
          text-transform: uppercase;
        }
        header .menu-mobile .menu li .sub-menu {
          padding-left: 2rem;
        }
      header .menu-mobile .lang {
        padding: 1rem;
      }
        header .menu-mobile .lang ul li {
          display: inline;
          position: relative;
          padding-right: 1rem;
        }
        header .menu-mobile .lang ul li:after {
          content: "/";
          position: absolute;
          top: -4px;
          right: 8px;
          font-size: 22px;
        }
        header .menu-mobile .lang ul li:last-of-type:after {
          content: none;
        }



header .menu-mobile .lang ul li a {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

header .menu-mobile .lang ul li.wpml-ls-current-language a {
  font-weight: 700;
}


main {
  background-color: rgb(227, 22, 19);
}

footer {
  color: #fff;
  background-color: #000;
  width: 100%;
  padding: 120px 0 24px;
}

  footer .container {
    width: 100%;
    max-width: 688px;
  }
    footer .container .logo {
      width: 100%;
    }

    footer .container .socials {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 15px 0;
    }
      footer .container .socials a {
        padding-right: 0.5rem;
      }

    footer .container .aviso {
      display: block;
      font-size: 10px;
      margin-top: 15px;
    }

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer .container .logo-eg {
    display: block;
    max-width: 182px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer .container span {
    font-size: 10px;
  }
}

/* TEMPLATE  ****************************/

.page-template-templates {
  margin-top: 96px;
  color: #000;
}
  .page-template-templates #swup {
    position: relative;
    overflow: hidden;
  }

    .page-template-templates #swup h1,
    .page-template-templates #swup h2 {
      margin-bottom: 24px;
    }

    .page-template-templates #swup .background {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        padding-bottom: 48px;
    }

      .page-template-templates #swup .background section.hero-template {
        max-width: 1392px;
        padding: 24px;
        margin: 0 auto;
      }
      .page-template-templates #swup .background section.text {
        max-width: 688px;
        padding: 24px 0 36px;
        margin: 0 auto;
        /* border-bottom: 5px solid #000; */
      }
      @media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
        .page-template-templates #swup .background section.text {
          padding: 24px 0 24px;
        }
      }

      @media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
        .page-template-templates #swup .background section.text {
          margin: 0 24px;
        }
      }




/* SECCIONES DE TEXTO *****************/
section.text {
  /*border-top: 5px solid #000;*/
  border-bottom: none;
  margin-top: 40px;
  padding: 40px 0 0;
}

  section.text .text {
    border: none;
  }

    section.text .text img {
      width: auto;
    }


  section.text p {
    margin-bottom: 24px;
    padding: 0;
  }



/* SECCIONES DE PRODUCTO / BEER *****************/

section.product {
  max-width: 688px;
  padding: 24px 24px 48px;
  margin: 0 auto;
  border-top: 5px solid #000;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section.product {
    padding: 24px 0 24px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.product {
    margin: 0 24px;
  }
}

  section.product .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

    section.product .content .img_content {
      width: 50%;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }

    section.product .content p {
      padding: 0;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.03em;
    }

  section.product .image_name {
    text-align: center;
  }
  /*section.product .desc {
  }*/
  section.product .datas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    margin: 40px 0;
  }

    section.product .datas .block {
      position: relative;
      width: 100%;
      text-align: center;
      padding: 0 8px;
    }
    section.product .datas .block:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 2px;
      background-color: #000;
    }
    section.product .datas .block:last-of-type:after {
      content: none;
    }

      section.product .datas .block .data {
        font-weight: 700;
      }



/* SECCIONES DE LISTA *****************/
section.list {
  max-width: 688px;
  padding: 24px 0 36px;
  margin: 0 auto;
  border-bottom: 5px solid #000;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section.list {
    margin: 0 24px;
    padding: 24px 0 24px;
  }
}

  section.list .item {
    border-top: 5px solid #f10;
    padding: 12px 0 48px;
  }

    section.list .item .title {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 700;
      font-size: 25px;
      line-height: 30px;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      margin-bottom: 24px;
    }

    /*section.list .item .text {
    }*/


/* HOME / program *****************/

section.text .program {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 37px;
  line-height: 45px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section.text .program {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
}

section.text .program .row {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 24px;
}




/* BEERS *****************/

section.product {

}
section.product:firs-child {
  border-top: none;
}
section.product:last-child {
}
  section.product .img_content img{
      max-width: 25vw;
  }
  section.product .datas .block:after {
      background-color: #000;
  }
  section.product>.row {
      margin-bottom: 20px;
  }
      section.product .text_content h2 {
          font-size: 32px;
          line-height: 36px;
      }

@media (min-width: 768px) { /* Medium */
  /* Estilos para pantallas medianas y mayores */
  section.product .text_content h2 {
      font-size: 40px;
      line-height: 49px;
  }
  section.product .img_content img{
      max-width: 15vw;
  }
}
