/*  Layout  */
.Athelas-Bold {
  font-family: "Athelas-Bold";
}

.Montserrat-Medium {
  font-family: "Montserrat-Medium";
  -webkit-font-smoothing: antialiased;
}

.bg-main {
  padding: 0;
  width: 100%;
}
#sideMenu {
  position: fixed;
  z-index: 99999;
  display: none;
}
#sideMenu #menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 9%;
  background-color: #2F82A5;
  position: relative;
  z-index: 9999;
}
@media (max-width: 1025px) {
  #sideMenu #menu {
    padding: 6%;
  }
}
#sideMenu .closeMenu {
  position: absolute;
  top: 30px;
  right: 30px;
  margin-left: auto;
  z-index: 9;
  cursor: pointer;
}
#sideMenu .closeMenu p {
  color: white;
  font-size: 32px;
  font-family: "Montserrat Bold";
}
#sideMenu .list-container {
  width: 100%;
  height: 100%;
}
#sideMenu .list-container .social-media-mobile {
  display: none;
  width: 100%;
  justify-content: end;
  position: absolute;
  bottom: 30px;
  right: 0;
}
#sideMenu .list-container .social-media-mobile .content {
  display: flex;
  justify-content: space-between;
  width: 100px;
  margin-bottom: 60px;
}
#sideMenu .list-container .social-media-mobile svg {
  cursor: pointer;
}
@media (max-width: 1025px) {
  #sideMenu .list-container .social-media-mobile {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 720px) and (orientation: portrait) {
  #sideMenu .list-container .social-media-mobile {
    display: flex;
    justify-content: center !important;
  }
}
#sideMenu .list-container .social-media {
  display: flex;
  justify-content: end;
  position: absolute;
  bottom: 0;
  right: 0;
}
#sideMenu .list-container .social-media svg {
  cursor: pointer;
  margin-right: 30px;
}
@media (max-width: 1025px) {
  #sideMenu .list-container .social-media {
    display: none;
  }
}
@media (orientation: portrait) {
  #sideMenu .list-container .social-media {
    display: none;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #sideMenu .list-container {
    flex-direction: column !important;
    order: 2 !important;
  }
  #sideMenu .list-container ul {
    width: 100% !important;
  }
}
#sideMenu .right-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#sideMenu .right-container .logo {
  position: absolute;
  z-index: 1;
}
@media (max-width: 1025px) {
  #sideMenu .right-container .logo {
    margin: 0 !important;
    top: 65px;
  }
  #sideMenu .right-container .logo img {
    width: 80px !important;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #sideMenu .right-container .logo {
    top: 250px !important;
    margin: 0 !important;
  }
  #sideMenu .right-container .logo img {
    width: 120px !important;
  }
}
#sideMenu .right-container .watermark {
  position: absolute;
  z-index: 2;
}
@media (max-width: 1025px) {
  #sideMenu .right-container .watermark {
    top: 20px;
  }
  #sideMenu .right-container .watermark svg {
    width: 120px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #sideMenu .right-container .watermark {
    top: 200px !important;
  }
  #sideMenu .right-container .watermark svg {
    width: 160px !important;
  }
}
@media (max-width: 1025px) {
  #sideMenu .right-container {
    height: 20%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #sideMenu .right-container {
    order: unset !important;
    height: 20% !important;
    width: 100%;
  }
}
#sideMenu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  text-align: left;
}
@media (max-width: 1025px) {
  #sideMenu ul {
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: -40px;
  }
}
@media (orientation: portrait) {
  #sideMenu ul {
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: -40px;
  }
}
#sideMenu li {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "Athelas Regular";
  font-size: 1.6rem;
  letter-spacing: 6px;
  color: white;
  margin-bottom: 30px;
  cursor: pointer;
  min-width: 300px;
}
#sideMenu li svg {
  visibility: hidden;
  width: 39.469px;
}
#sideMenu li svg:first-child {
  margin-right: 15px;
}
#sideMenu li svg:nth-child(2) {
  margin-left: 10px;
}
@media (max-width: 1025px) {
  #sideMenu li {
    font-size: 0.9rem;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #sideMenu li {
    font-size: 0.9rem;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
  }
}
#sideMenu li:hover svg {
  visibility: visible;
}

.Athelas-Bold {
  font-family: "Athelas-Bold";
  -webkit-font-smoothing: antialiased;
}

.Montserrat-Medium {
  font-family: "Montserrat-Medium";
  -webkit-font-smoothing: antialiased;
}

.Montserrat-Regular {
  font-family: "Montserrat-Regular";
  -webkit-font-smoothing: antialiased;
}

.Montserrat-Bold {
  font-family: "Montserrat-Bold";
  -webkit-font-smoothing: antialiased;
}

.navbar {
  display: flex;
  padding: 0 10%;
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 5rem;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
}
.navbar #imageMenu {
  transform: scaleX(-1);
  width: 25px;
  cursor: pointer;
}
.navbar #menuButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 58px;
}
.navbar #menuButton p {
  font-size: 9px;
  color: white;
  margin: 0;
  padding-top: 9px;
}
.navbar #switch-language {
  font-family: "Montserrat Regular";
}
.navbar #switch-language button {
  color: white;
  border: none;
  outline: none;
  background-color: unset;
  padding: 0;
}

.modal-legal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
.modal-legal .btn_close {
  margin: 0 10px;
}
@media (max-width: 1025px) {
  .modal-legal .btn_close {
    width: 140px;
    font-size: 12px;
  }
}

.side-menu {
  position: absolute;
  z-index: 9;
  left: 0;
}
.side-menu .decoration {
  margin-right: 30px;
}
.side-menu ul {
  font-family: "Montserrat Light";
  font-size: 0.9rem;
  color: white;
}
.side-menu li {
  cursor: pointer;
}

.mixo-container {
  background-color: white;
}
@media (max-width: 1025px) {
  .mixo-container {
    display: none;
  }
}

.mixologia-home {
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 120vh;
  position: relative;
}
@media (max-width: 1025px) {
  .mixologia-home {
    display: none;
  }
}
.mixologia-home .secc {
  width: 50%;
  height: 100%;
  position: relative;
}
.mixologia-home .left {
  height: 60%;
  overflow: hidden;
  display: flex;
  justify-items: center;
  align-items: center;
}
.mixologia-home .left .image-cont {
  position: absolute;
  left: -30%;
  top: 5%;
}
.mixologia-home .left .image-cont img {
  width: 100%;
  max-width: 500px;
}
.mixologia-home .left .tapa-container {
  position: absolute;
  left: -35%;
  top: -25%;
  width: 100%;
}
.mixologia-home .left .description {
  position: absolute;
  right: 30%;
  width: 300px;
  margin-top: 42%;
}
.mixologia-home .left .description p {
  color: white;
  font-family: "Montserrat Light";
  text-align: left;
  font-weight: bold;
}
.mixologia-home .title_image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15%;
  left: 51%;
  transform: translate(-50%, -50%);
}
.mixologia-home .title_image .image_container {
  margin: 0 5%;
}
.mixologia-home .title_image .image_container img {
  min-width: 700px;
}
.mixologia-home .center {
  display: flex;
  width: 330px;
  height: 330px;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30%;
  z-index: 9;
}
.mixologia-home .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mixologia-home .right #bottom-right-container {
  display: flex;
  justify-content: end;
  position: absolute;
  bottom: 15%;
  right: -9%;
}
.mixologia-home .right #bottom-right-container img {
  max-width: 350px;
}
.mixologia-home .right .container-drinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.mixologia-home .right .container-drinks .content-mixo {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-bottom: 5%;
}
.mixologia-home .right .catalog-btn {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 63px;
  background-color: #2C86AD;
  padding-left: 5%;
  border-radius: 9px;
  margin-left: 75%;
}
.mixologia-home .right .catalog-btn p {
  margin: 0;
}
.mixologia-home .right .btn-arr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 33px;
  border-radius: 9999px;
}

.mixo_title_custom1 {
  margin-bottom: 0;
  line-height: 1;
}

.mixologia-home-responsive {
  display: none;
}
@media (max-width: 1025px) {
  .mixologia-home-responsive {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    margin-top: 35%;
    position: relative;
    z-index: 99;
  }
}
.mixologia-home-responsive .title_image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}
.mixologia-home-responsive .title_image img {
  width: 300px;
}
.mixologia-home-responsive #top-left {
  left: -20%;
  width: 50%;
}
.mixologia-home-responsive .content {
  display: flex;
  height: 70vh;
}
.mixologia-home-responsive .content .center-image {
  position: relative;
  z-index: 2;
  width: 60%;
  margin-left: 5%;
}
.mixologia-home-responsive .content .tapa {
  position: absolute;
  width: 200px;
  z-index: 1;
}
.mixologia-home-responsive .btn-arr {
  position: relative;
  z-index: 3;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 23px;
  border-radius: 9999px;
}
.mixologia-home-responsive .description {
  height: 30vh;
  color: #373737;
  padding: 10%;
  font-size: 0.8rem;
  background-color: white;
}
.mixologia-home-responsive .description button {
  width: 200px;
  height: 43px;
  background-color: #2F82A5;
  color: white;
  border-radius: 9px;
}

.form-parallax {
  display: flex;
  flex-direction: column;
  width: 100vw;
}
@media (max-width: 1025px) {
  .form-parallax {
    display: none;
  }
}
.form-parallax .images-container {
  display: flex;
  height: 70vh;
}
.form-parallax .cont {
  width: 50%;
}
.form-parallax .cont img {
  width: 100%;
  height: 100%;
}

.form-home-container {
  height: 55vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #0A394D;
  position: fixed;
  z-index: -999;
  bottom: 0;
}
@media (max-width: 1025px) {
  .form-home-container {
    display: none;
  }
}
.form-home-container input, .form-home-container label, .form-home-container textarea {
  color: white;
}
.form-home-container h1 {
  color: white;
}
.form-home-container .form .cont-form {
  padding-top: 10%;
}
.form-home-container .divider {
  width: 30%;
  height: 5px;
  background-color: white;
}
.form-home-container .message-container {
  position: relative;
  padding-top: 10%;
}
.form-home-container .message-container .watermark {
  position: absolute;
  right: -25%;
  top: 15%;
  z-index: 1;
}
.form-home-container .message-container button {
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.pad_input {
  top: 0.01rem;
}

.form-parallax-responsive {
  display: none;
}
@media (max-width: 1025px) {
  .form-parallax-responsive {
    display: flex;
  }
}
.form-parallax-responsive .form-cont {
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.form-parallax-responsive .form-cont input, .form-parallax-responsive .form-cont label, .form-parallax-responsive .form-cont textarea {
  color: white;
}
.form-parallax-responsive .form-cont h1 {
  color: white;
}
.form-parallax-responsive .form-cont .divider {
  width: 30%;
  height: 5px;
  background-color: white;
}
.form-parallax-responsive .form-cont .message-container {
  position: relative;
}
.form-parallax-responsive .form-cont .message-container .watermark {
  position: absolute;
  right: -25%;
  top: 15%;
  z-index: 1;
}
.form-parallax-responsive .form-cont .message-container button {
  position: relative;
  z-index: 2;
  font-size: 28px;
}

.parallax-main {
  display: flex;
  background-color: white;
}
.parallax-main .disclaimer-text {
  font-size: 12px;
  color: white;
  width: 520px;
  text-align: center;
  position: absolute;
  left: 33%;
  bottom: -2%;
  color: white;
  text-align: center;
  z-index: 7;
}
@media screen and (min-width: 1471px) {
  .parallax-main .disclaimer-text {
    left: 35%;
  }
}
.parallax-main .bg-agaves {
  width: 130vw;
  position: absolute;
  bottom: -5%;
  z-index: 2;
  filter: blur(4px);
}
.parallax-main .plano-2 {
  width: 100vw;
  backdrop-filter: blur(4px);
}
.parallax-main .plano-3 {
  filter: blur(4px);
  position: absolute;
  bottom: -58%;
  z-index: 5;
  right: -100%;
  scale: 0.5;
}
@media screen and (min-width: 1471px) {
  .parallax-main .plano-3 {
    right: -70%;
    bottom: -40%;
  }
}
.parallax-main .plano-3 .info-container .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(15%, -120%);
  color: white;
  text-align: center;
  scale: 1.6;
}
.parallax-main .plano-3 .info-container .cont h1 {
  font-size: 2.6rem;
  margin: 0;
  opacity: 0;
}
.parallax-main .plano-3 .info-container .cont h2 {
  font-size: 1.9rem;
  letter-spacing: 6px;
  margin: 0;
  opacity: 0;
}
.parallax-main .plano-3 .info-container .cont p {
  font-size: 1rem;
  margin: 0;
  opacity: 0;
}
.parallax-main .plano-3 .info-container .cont .divider2 {
  width: 100%;
  background-color: white;
  height: 1px;
  margin: 15px 0;
  opacity: 0;
}
.parallax-main .plano-3 .info-container .cont .button-par {
  width: 60%;
  background-color: #F3D28D;
  letter-spacing: 1px;
  padding: 5px;
  margin-top: 10px;
  font-size: 0.9rem;
  opacity: 0;
}
.parallax-main .plano-4 {
  position: relative;
  z-index: 5;
  left: 13%;
  bottom: -10%;
  scale: 1.7;
}
.parallax-main .plano-4 .info-container .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -7%);
  color: white;
  text-align: center;
}
.parallax-main .plano-4 .info-container .cont h1 {
  font-size: 2.1rem;
  margin: 0;
  opacity: 0;
}
.parallax-main .plano-4 .info-container .cont h2 {
  font-size: 1.6rem;
  letter-spacing: 6px;
  margin: 0;
  opacity: 0;
}
.parallax-main .plano-4 .info-container .cont p {
  font-size: 0.6rem;
  margin: 0;
  opacity: 0;
}
.parallax-main .plano-4 .info-container .cont .divider {
  width: 100%;
  background-color: white;
  height: 1px;
  margin: 15px 0;
  opacity: 0;
}
.parallax-main .plano-4 .info-container .cont .button-par {
  width: 60%;
  background-color: #2B86AD;
  letter-spacing: 1px;
  padding: 5px;
  margin-top: 10px;
  font-size: 0.6rem;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1601px) and (max-width: 3000px) {
  .parallax-main .plano-4 {
    bottom: -2%;
  }
}
@media (max-width: 1025px) {
  .parallax-main {
    display: none;
  }
}

.parallax-main-redo {
  width: 150vw;
  height: 190vh;
  background-size: cover;
  background-position: bottom;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1025px) {
  .parallax-main-redo {
    display: none;
  }
}
.parallax-main-redo .bg-agaves {
  position: absolute;
  bottom: 15%;
  filter: blur(4px);
  width: 80%;
}
@media screen and (min-width: 1471px) {
  .parallax-main-redo .bg-agaves {
    bottom: 12%;
  }
}
.parallax-main-redo .plano-plata {
  position: absolute;
  z-index: 3;
  width: 120%;
  left: -18%;
  bottom: -12%;
}
@media screen and (min-width: 1471px) {
  .parallax-main-redo .plano-plata {
    width: 100%;
    left: -13%;
    bottom: -7%;
  }
}
@media screen and (min-height: 1117px) {
  .parallax-main-redo .plano-plata {
    bottom: -6%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .parallax-main-redo .plano-plata {
    left: -26%;
  }
}
.parallax-main-redo .plano-reposado {
  position: absolute;
  z-index: 2;
  width: 62%;
  bottom: 2%;
  right: 5%;
  filter: blur(4px);
}
@media screen and (min-width: 1471px) {
  .parallax-main-redo .plano-reposado {
    width: 50%;
    right: 18%;
    bottom: 5%;
  }
}
@media screen and (min-height: 1117px) {
  .parallax-main-redo .plano-reposado {
    bottom: 9%;
  }
}
.parallax-main-redo .textos-plata {
  position: absolute;
  top: 60%;
  left: 33%;
  transform: translate(25%, 0%);
  color: white;
  text-align: center;
  z-index: 6;
  opacity: 0;
}
.parallax-main-redo .textos-plata .plata h1 {
  font-size: 2.6rem;
  margin: 0;
}
.parallax-main-redo .textos-plata .plata h2 {
  font-size: 1.9rem;
  letter-spacing: 6px;
  margin: 0;
}
.parallax-main-redo .textos-plata .plata p {
  font-size: 1rem;
  margin: 0;
}
.parallax-main-redo .textos-plata .plata .divider2 {
  width: 100%;
  background-color: white;
  height: 1px;
  margin: 15px 0;
}
.parallax-main-redo .textos-plata .plata .button-par {
  width: 60%;
  background-color: #2B86AD;
  letter-spacing: 1px;
  padding: 5px;
  margin-top: 10px;
  font-size: 0.9rem;
}
.parallax-main-redo .textos-reposado {
  opacity: 0;
  position: absolute;
  top: 60%;
  left: 33%;
  transform: translate(0, 0);
  color: white;
  text-align: center;
  z-index: 6;
  display: none;
}
.parallax-main-redo .textos-reposado .reposado h1 {
  font-size: 2.6rem;
  margin: 0;
}
.parallax-main-redo .textos-reposado .reposado h2 {
  font-size: 1.9rem;
  letter-spacing: 6px;
  margin: 0;
}
.parallax-main-redo .textos-reposado .reposado p {
  font-size: 1rem;
  margin: 0;
}
.parallax-main-redo .textos-reposado .reposado .divider2 {
  width: 100%;
  background-color: white;
  height: 1px;
  margin: 15px 0;
}
.parallax-main-redo .textos-reposado .reposado .button-par {
  width: 60%;
  background-color: #5A3429;
  letter-spacing: 1px;
  padding: 5px;
  margin-top: 10px;
  font-size: 0.9rem;
}

.parallax-main-responsive {
  display: none;
}
@media (max-width: 1025px) {
  .parallax-main-responsive {
    display: flex;
    width: 100vw;
    height: 930px;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait) {
  .parallax-main-responsive {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 760px) and (max-height: 680px) {
  .parallax-main-responsive {
    height: 730px;
  }
}
.parallax-main-responsive .description {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .parallax-main-responsive .description {
    margin-top: 90px;
  }
}
@media (min-width: 820px) and (max-width: 1023px) {
  .parallax-main-responsive .description {
    margin-top: -20px;
  }
}
.parallax-main-responsive .agave-bg {
  position: absolute;
  z-index: 2;
  scale: 6;
  bottom: 20%;
  filter: brightness(0.7);
}
.parallax-main-responsive #plata {
  position: absolute;
  z-index: 9;
  width: 100vw;
  height: 100vh;
}
.parallax-main-responsive #plata p {
  margin-top: 20px;
  text-align: center;
}
.parallax-main-responsive #plata p:first-child {
  font-size: 28px;
}
.parallax-main-responsive #plata .plata-boton {
  background-color: #2B86AD;
  color: white;
}
.parallax-main-responsive #reposado {
  position: absolute;
  z-index: 8;
  width: 100vw;
  height: 100vh;
  right: -100%;
}
.parallax-main-responsive #reposado p {
  margin-top: 20px;
  text-align: center;
}
.parallax-main-responsive #reposado p:first-child {
  font-size: 28px;
}
.parallax-main-responsive #reposado .reposado-boton {
  background-color: #5A3429;
  color: white;
}
.parallax-main-responsive .agave-left {
  position: absolute;
  bottom: 0;
  left: -60%;
  z-index: 6;
}
.parallax-main-responsive .main-image-plata {
  position: absolute;
  scale: 0.7;
  z-index: 5;
  bottom: 50%;
  top: 50%;
  transform: translate(-15%, -50%);
}
@media (min-width: 768px) and (max-width: 819px) {
  .parallax-main-responsive .main-image-plata {
    transform: translate(-10%, -50%);
    max-width: 703px;
  }
}
@media (min-width: 1024px) {
  .parallax-main-responsive .main-image-plata {
    transform: translate(16%, -50%);
    max-width: 703px;
  }
}
@media (min-width: 820px) and (max-width: 1023px) {
  .parallax-main-responsive .main-image-plata {
    transform: translate(-5%, -50%);
    top: 40%;
    max-width: 703px;
  }
}
.parallax-main-responsive .main-image-reposado {
  position: absolute;
  scale: 0.7;
  z-index: 5;
  bottom: 50%;
  top: 50%;
  transform: translate(-10%, -50%);
}
@media (min-width: 1024px) {
  .parallax-main-responsive .main-image-reposado {
    transform: translate(20%, -50%);
  }
}
@media (min-width: 820px) and (max-width: 1023px) {
  .parallax-main-responsive .main-image-reposado {
    transform: translate(5%, -50%);
    top: 37%;
  }
}
.parallax-main-responsive .prev {
  position: absolute;
  bottom: 50%;
  top: 50%;
  left: 10%;
  z-index: 9;
  cursor: pointer;
}
.parallax-main-responsive .next {
  position: absolute;
  bottom: 50%;
  top: 50%;
  right: 10%;
  z-index: 5;
  cursor: pointer;
}

.contacto_title {
  font-weight: bold;
  font-size: 2.5rem;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 23vh;
  background-color: #0A394D;
  padding: 40px 60px;
}
@media (max-width: 1025px) {
  .footer {
    height: 70vh;
  }
}
.footer .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 1025px) {
  .footer .content {
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: unset;
  }
}
.footer .content .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.footer .content .items {
  display: flex;
  flex-direction: column;
}
.footer .content .items a {
  color: white;
  font-family: "Montserrat-Regular";
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1025px) {
  .footer .content .items a {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1025px) {
  .footer .content .items {
    justify-content: space-evenly;
  }
}
.footer .content .disclaimer p {
  color: white;
  font-family: "Montserrat-Regular";
  font-size: 12px;
  text-decoration: none;
  margin: 0;
}
.footer .content .iconos-footer {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 60px;
}
@media (max-width: 1025px) {
  .footer .content .iconos-footer {
    margin: 0;
    justify-content: center;
    margin-top: 30px;
  }
}

@font-face {
  font-family: "Athelas-Bold";
  src: url("https://db.onlinewebfonts.com/t/e545b409a314dd68d78905e0ebe9ab8e.eot");
  src: url("https://db.onlinewebfonts.com/t/e545b409a314dd68d78905e0ebe9ab8e.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/e545b409a314dd68d78905e0ebe9ab8e.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/e545b409a314dd68d78905e0ebe9ab8e.woff") format("woff"), url("https://db.onlinewebfonts.com/t/e545b409a314dd68d78905e0ebe9ab8e.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/e545b409a314dd68d78905e0ebe9ab8e.svg#Athelas W01 Bold") format("svg");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("/fonts/Montserrat-Medium/Web-Fonts/01c2d48a8d3bbd9730fccb2354765d43.eot");
  src: url("/fonts/Montserrat-Medium/Web-Fonts/01c2d48a8d3bbd9730fccb2354765d43.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Medium/Web-Fonts/01c2d48a8d3bbd9730fccb2354765d43.woff2") format("woff2"), url("/fonts/Montserrat-Medium/Web-Fonts/01c2d48a8d3bbd9730fccb2354765d43.woff") format("woff"), url("/fonts/Montserrat-Medium/Web-Fonts/01c2d48a8d3bbd9730fccb2354765d43.ttf") format("truetype"), url("/fonts/Montserrat-Medium/Web-Fonts/01c2d48a8d3bbd9730fccb2354765d43.svg#Montserrat Medium") format("svg");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../../fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../../fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Athelas-Regular";
  src: url("../../fonts/Athelas-Regular.ttf") format("truetype");
}
.nav_custom {
  background-color: transparent !important;
  backdrop-filter: unset !important;
}

/*  Pages  */
.nuestros-tequilas__header {
  background: url("/images/nuestros-tequilas/nuestros-header.png") no-repeat center center;
  background-size: cover;
  height: 45vw;
  padding-top: 18%;
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  .nuestros-tequilas__header {
    padding-right: 10%;
    padding-top: 33%;
    height: 90vw;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .nuestros-tequilas__header {
    height: 55vh;
  }
}
.nuestros-tequilas__line {
  width: 50%;
  height: 2px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .nuestros-tequilas__line {
    width: 100%;
    height: 2px;
  }
}
.nuestros-tequilas__title {
  color: #ffffff;
  width: 50%;
  font-size: 60px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .nuestros-tequilas__title {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }
}
.nuestros-tequilas__subtitle {
  color: #ffffff;
  width: 50%;
  font-size: 22px;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .nuestros-tequilas__subtitle {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
}
.nuestros-tequilas__select {
  height: 40vw;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nuestros-tequilas__select {
    height: unset !important;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .nuestros-tequilas__select {
    display: none !important;
  }
}
.nuestros-tequilas__select__left:hover {
  background-color: #287EA2;
}
.nuestros-tequilas__select__left:hover .botella {
  top: 50%;
  left: 50%;
  transform: scale(1.06) translate(-47%, -53%);
  transition: all 0.5s linear !important;
}
.nuestros-tequilas__select__right:hover {
  background-color: #5A3429;
}
.nuestros-tequilas__select__right:hover .botella {
  top: 50%;
  left: 50%;
  transform: scale(1.06) translate(-47%, -53%);
  transition: all 0.5s linear !important;
}
.nuestros-tequilas__select__rodaja {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48%;
}
.nuestros-tequilas__select__botella {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22%;
  transition: all 0.5s linear !important;
}
.nuestros-tequilas__select__plata {
  text-align: center;
  margin-top: 68%;
  color: #287EA2;
}
.nuestros-tequilas__select__plata__small {
  text-align: center;
  color: #287EA2;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
.nuestros-tequilas__select__reposado {
  text-align: center;
  margin-top: 68%;
  color: #5A3429;
}
.nuestros-tequilas__select__reposado__small {
  text-align: center;
  color: #5A3429;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.arrows {
  display: flex;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.arrow1 {
  width: 25%;
}

.arrow2 {
  width: 25%;
}

@media (min-width: 768px) and (orientation: portrait) {
  .responsive-tablet {
    display: block !important;
  }
}

.tequilasmob__cont {
  height: 620px;
}
.tequilasmob__title {
  text-align: center;
  margin-top: 5%;
  color: #287EA2;
}
.tequilasmob__title__small {
  text-align: center;
  color: #287EA2;
}
.tequilasmob__item {
  text-align: center;
}
.tequilasmob__subtitle {
  color: #287EA2;
}
.tequilasmob__img {
  width: 48%;
  transform: translateX(20%);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .tequilasmob__img {
    width: 25%;
    max-height: 520px;
  }
}
@media (min-width: 1024px) and (orientation: portrait) {
  .tequilasmob__img {
    width: 20%;
  }
}

#tequilasmob .slick-next {
  right: 10%;
  width: 40px;
  height: 40px;
  top: 50%;
}

#tequilasmob .slick-prev {
  left: 10%;
  z-index: 99;
  width: 40px;
  height: 40px;
  top: 50%;
}

.tequilasrepmob__cont {
  height: 620px;
}
.tequilasrepmob__title {
  text-align: center;
  margin-top: 5%;
  color: #5A3429;
}
.tequilasrepmob__title__small {
  text-align: center;
  color: #5A3429;
}
.tequilasrepmob__item {
  text-align: center;
}
.tequilasrepmob__subtitle {
  color: #5A3429;
}
.tequilasrepmob__img {
  width: 48%;
  transform: translateX(20%);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .tequilasrepmob__img {
    width: 25%;
    max-height: 520px;
  }
}
@media (min-width: 1024px) and (orientation: portrait) {
  .tequilasrepmob__img {
    width: 20%;
  }
}

#tequilasrepmob .slick-next {
  right: 10%;
  width: 40px;
  height: 40px;
  top: 50%;
}

#tequilasrepmob .slick-prev {
  left: 10%;
  z-index: 99;
  width: 40px;
  height: 40px;
  top: 50%;
}

.nuestros-tequilas {
  background-color: black;
}

.pill_blue {
  width: 86px;
  height: 27px;
  border: 1px solid #3689AD;
  border-radius: 14px;
  opacity: 1;
  display: flow-root;
  margin-top: 1.5rem;
  color: #3689AD;
  cursor: pointer;
}
.pill_blue__line {
  height: 5px;
  background-color: #3689AD;
  width: 3rem;
  margin-top: 2.1rem;
}

.pblue_fill {
  background-color: #3689AD !important;
  color: #ffffff !important;
}

.pill_brown {
  width: 86px;
  height: 27px;
  border: 1px solid #5A3429;
  border-radius: 14px;
  opacity: 1;
  display: flow-root;
  margin-top: 1.5rem;
  color: #5A3429;
  cursor: pointer;
}
.pill_brown__line {
  height: 5px;
  background-color: #5A3429;
  width: 3rem;
  margin-top: 2.1rem;
}

.pbrown_fill {
  background-color: #5A3429;
  color: #ffffff;
}

.previo {
  position: absolute;
  width: 107px;
  height: 360px;
  left: 9%;
  top: 20%;
}

.siguiente {
  position: absolute;
  width: 107px;
  height: 360px;
  left: 29%;
  top: 20%;
}

.cut {
  height: 80%;
}

.scalado {
  height: 160%;
}

.plata_return {
  display: flex;
  height: 25px;
  text-align: left;
  cursor: pointer;
  z-index: 999;
  position: relative;
}

.scalado_cont {
  height: 535;
}

.slide_item {
  height: 775px;
  position: relative;
  background: url("/images/nuestros-tequilas/paper_back.png") no-repeat center center;
  background-size: cover;
  overflow-y: hidden;
  overflow-x: hidden;
}
.slide_item__title {
  font-size: 92px;
  font-size: 5vw;
  color: #287EA2;
}
.slide_item__title2 {
  font-size: 140px;
  font-size: 6vw;
  color: #287EA2;
}
.slide_item__rodaja {
  position: absolute;
  left: 7%;
  width: 30%;
  bottom: 25%;
}
.slide_item__maguey {
  position: absolute;
  left: 7%;
  width: 30%;
  bottom: 25%;
  display: none;
}
.slide_item__botella {
  position: absolute;
  left: 17%;
  width: 17%;
}
.slide_item__panorama {
  position: absolute;
  width: 40%;
  top: 15%;
  right: -35%;
}
.slide_item__fleft {
  margin-top: 2rem;
  width: 100%;
}
.slide_item__fright {
  margin-top: 2rem;
  width: 100%;
}
.slide_item__size {
  margin-top: 2rem;
}
.slide_item__dots {
  margin-top: 2rem;
}
.slide_item__button {
  margin-top: 2rem;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
}
.slide_item__button__plata {
  color: #287EA2;
  font-size: 16px;
}
.slide_item__button__plata:hover {
  color: #287EA2;
}
.slide_item__button__reposado {
  color: #5A3429;
}
.slide_item__button:hover {
  background-color: #ffffff;
}
.slide_item__cont {
  position: absolute;
  left: 35%;
  width: 60%;
  height: 100%;
  padding-top: 7%;
}
.slide_item__row {
  padding-left: 10%;
  padding-right: 10%;
}

.btn_ficha_rep {
  border: none;
  background-color: #5A3429;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  color: #fff;
  font-size: 0.9vw;
}
.btn_ficha_rep:hover {
  background-color: #5A3429;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn_ficha_rep {
    font-size: 2.9vw;
    margin-bottom: 2rem;
  }
}

.btn_ficha_plata {
  border: none;
  background-color: #287EA2;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  color: #fff;
  font-size: 0.9vw;
}
.btn_ficha_plata:hover {
  background-color: #287EA2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn_ficha_plata {
    font-size: 2.9vw;
    margin-bottom: 2rem;
  }
}

.slide_item_rep {
  height: 750px;
  position: relative;
  background: url("/images/nuestros-tequilas/paper_back.png") no-repeat center center;
  background-size: cover;
  overflow-y: hidden;
  overflow-x: hidden;
}
.slide_item_rep__title {
  font-size: 92px;
  font-size: 5vw;
  color: #5A3429;
}
.slide_item_rep__title2 {
  font-size: 140px;
  font-size: 6vw;
  color: #5A3429;
}
.slide_item_rep__rodaja {
  position: absolute;
  left: 7%;
  width: 30%;
  bottom: 30%;
}
.slide_item_rep__maguey {
  position: absolute;
  left: 7%;
  width: 30%;
  bottom: 25%;
  display: none;
}
.slide_item_rep__botella {
  position: absolute;
  left: 17%;
  width: 17%;
}
.slide_item_rep__panorama {
  position: absolute;
  width: 40%;
  top: 15%;
  right: -35%;
}
.slide_item_rep__fleft {
  margin-top: 2rem;
  width: 100%;
}
.slide_item_rep__fright {
  margin-top: 2rem;
  width: 100%;
}
.slide_item_rep__size {
  margin-top: 2rem;
}
.slide_item_rep__dots {
  margin-top: 2rem;
}
.slide_item_rep__button {
  margin-top: 2rem;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
}
.slide_item_rep__button__plata {
  color: #5A3429;
  font-size: 16px;
}
.slide_item_rep__button__plata:hover {
  color: #5A3429;
}
.slide_item_rep__button__reposado {
  color: #5A3429;
}
.slide_item_rep__button:hover {
  background-color: #ffffff;
}
.slide_item_rep__cont {
  position: absolute;
  left: 35%;
  width: 60%;
  height: 100%;
  padding-top: 7%;
}
.slide_item_rep__row {
  padding-left: 10%;
  padding-right: 10%;
}

.botellasup {
  height: 140% !important;
  transition: all 1s ease-in-out 0s;
}

.caracteristicas {
  height: 700px;
  position: relative;
  background: url("/images/nuestros-tequilas/paper_back.png") no-repeat center center;
  background-size: cover;
}
.caracteristicas__title {
  font-size: 92px;
  font-size: 4.5vw;
  color: #287EA2;
}
.caracteristicas__text {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .caracteristicas__text {
    text-align: center;
  }
}
.caracteristicas__text2 {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .caracteristicas__text2 {
    text-align: center;
  }
}
.caracteristicas__title2 {
  font-size: 60px;
  font-size: 2vw;
  color: #287EA2;
}
@media screen and (max-width: 768px) {
  .caracteristicas__title2 {
    font-size: 6vw;
    text-align: center;
  }
}
.caracteristicas__label {
  color: #7A7A80;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.caracteristicas__rodaja {
  position: absolute;
  left: 7%;
  width: 30%;
  bottom: 30%;
}
.caracteristicas__maguey {
  position: absolute;
  left: 7%;
  width: 30%;
  bottom: 15%;
}
.caracteristicas__botella {
  position: absolute;
  left: 17%;
  width: 17%;
}
.caracteristicas__panorama {
  position: absolute;
  width: 40%;
  top: 15%;
  right: -35%;
}
.caracteristicas__fleft {
  margin-top: 2rem;
  width: 100%;
}
.caracteristicas__fright {
  margin-top: 2rem;
  width: 100%;
}
.caracteristicas__size {
  margin-top: 2rem;
}
.caracteristicas__dots {
  margin-top: 2rem;
}
.caracteristicas__button {
  margin-top: 2rem;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
}
.caracteristicas__button__plata {
  color: #287EA2;
  font-size: 12px;
}
.caracteristicas__button__reposado {
  color: #5A3429;
}
.caracteristicas__button:hover {
  background-color: #ffffff;
}
.caracteristicas__cont {
  position: absolute;
  left: 38%;
  width: 50%;
  height: 100%;
  padding-top: 4%;
}
.caracteristicas__conoce {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}

.caracteristicas_rep {
  height: 700px;
  position: relative;
  background: url("/images/nuestros-tequilas/paper_back.png") no-repeat center center;
  background-size: cover;
}
.caracteristicas_rep__title {
  font-size: 92px;
  font-size: 3.5vw;
  color: #5A3429;
}
.caracteristicas_rep__text {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .caracteristicas_rep__text {
    text-align: center;
  }
}
.caracteristicas_rep__text2 {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .caracteristicas_rep__text2 {
    text-align: center;
  }
}
.caracteristicas_rep__title2 {
  font-size: 60px;
  font-size: 2vw;
  color: #5A3429;
}
@media screen and (max-width: 768px) {
  .caracteristicas_rep__title2 {
    font-size: 6vw;
    text-align: center;
  }
}
.caracteristicas_rep__label {
  color: #7A7A80;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.caracteristicas_rep__rodaja {
  position: absolute;
  left: 7%;
  width: 30%;
  bottom: 30%;
}
.caracteristicas_rep__maguey {
  position: absolute;
  left: 7%;
  width: 30%;
  bottom: 15%;
}
.caracteristicas_rep__botella {
  position: absolute;
  left: 17%;
  width: 17%;
}
.caracteristicas_rep__panorama {
  position: absolute;
  width: 40%;
  top: 15%;
  right: -35%;
}
.caracteristicas_rep__fleft {
  margin-top: 2rem;
  width: 100%;
}
.caracteristicas_rep__fright {
  margin-top: 2rem;
  width: 100%;
}
.caracteristicas_rep__size {
  margin-top: 2rem;
}
.caracteristicas_rep__dots {
  margin-top: 2rem;
}
.caracteristicas_rep__button {
  margin-top: 2rem;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.32);
}
.caracteristicas_rep__button__plata {
  color: #5A3429;
  font-size: 12px;
}
.caracteristicas_rep__button__reposado {
  color: #5A3429;
}
.caracteristicas_rep__button:hover {
  background-color: #ffffff;
}
.caracteristicas_rep__cont {
  position: absolute;
  left: 38%;
  width: 51%;
  height: 100%;
  padding-top: 4%;
}
.caracteristicas_rep__conoce {
  margin-bottom: 0.5rem;
  margin-top: 2.5rem;
}

.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.oculto {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}

.oculto_med {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1.5s, opacity 1s linear;
}

.translate {
  translate: -280%;
  transition: 1s linear;
}

.color_back {
  background-color: #1E7FA8;
  width: 24%;
  position: absolute;
  height: 100%;
}

.color_back2 {
  background-color: #5A3429;
  width: 24%;
  position: absolute;
  height: 100%;
}

.rel_reposado {
  width: 10%;
  position: absolute;
  bottom: -4%;
  right: 4%;
  text-align: center;
}
.rel_reposado__title1 {
  width: 100%;
  color: #5A3429;
  margin-bottom: 0px;
  font-size: 0.7vw;
}
.rel_reposado__back1 {
  position: absolute;
  bottom: 5%;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.rel_reposado__img1 {
  height: 185px;
  cursor: pointer;
}

.rel_reposado:hover .rel_reposado__title1 {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}

.rel_plata {
  width: 10%;
  position: absolute;
  bottom: -16%;
  right: 4%;
  text-align: center;
}
.rel_plata__title1 {
  width: 100%;
  color: #5A3429;
  margin-bottom: 0px;
  font-size: 0.7vw;
}
.rel_plata__back1 {
  position: absolute;
  bottom: 5%;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rel_plata__img1 {
  height: 185px;
  cursor: pointer;
}

.thumb-reposado:hover,
.thumb-reposado:not(:hover) {
  transition: width 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.thumb-reposado:not(:hover) {
  transform: translateY(17px);
}

.rev {
  position: absolute;
  left: 26%;
  top: -24%;
}

.cascade-slider_container {
  position: relative;
  width: 40%;
  height: 740px;
  margin: 25px auto;
  padding-top: 150px;
  /* overflow-x: hidden; */
}

.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-30%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
  text-align: center;
}

.cascade-slider_item.next {
  left: 50%;
  transform: translateY(-20%) translateX(-112%) scale(0.8);
  filter: brightness(85%);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.prev {
  left: 50%;
  transform: translateY(-20%) translateX(3%) scale(0.8);
  filter: brightness(85%);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1.2);
  opacity: 1;
  z-index: 5;
}

.cascade-slider_arrow {
  display: inline-block;
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 5;
  width: 100px;
  height: 400px;
}

.cascade-slider_arrow-left {
  left: 60px;
}

.cascade-slider_arrow-right {
  left: -246px;
}

.cascade-slider_arrow-left img {
  height: 40px;
  left: 40px;
}

.cascade-slider_arrow-right img {
  height: 40px;
  left: 40px;
}

.cascade-slider_nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.cascade-slider_dot {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #4196EF;
  margin: 3px;
  transition: all 0.5s;
  background: none;
  list-style: none;
  cursor: pointer;
  border-radius: 50px;
}

.cascade-slider_dot:hover {
  background: #2c8fab;
}

.cascade-slider_dot.cur {
  background: #2c8fab;
  width: 17px;
  height: 17px;
}

/*Profile card classes*/
.card {
  background-color: transparent !important;
  width: 200px;
  height: 215px;
  /* border-radius:20px; */
  transition: all 1s 0s;
  vertical-align: middle;
  /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); */
  border: none !important;
}

.photo {
  width: 100%;
  vertical-align: middle;
  display: inline;
  height: 500px;
}

.photo img {
  transform: translateY(-35px) translateX(-22%);
  height: 100%;
  filter: drop-shadow(0.95rem 0.35rem 0.4rem rgba(0, 0, 0, 0.3));
}

.info {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-align: center;
}

.info h2 {
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 26px;
  color: #4196EF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 98%;
  text-align: center;
  letter-spacing: 0.055em;
  color: #243C82;
}

.content {
  font-family: Roboto;
  font-weight: 300;
}

.button {
  transform: translateX(23px) translateY(15px);
  position: absolute;
  padding: 12px 17px;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #243C82;
}

@media (min-width: 460px) and (max-width: 680px) {
  .cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
  }
  .cascade-slider_item.next {
    left: 50%;
    transform: translateY(-50%) translateX(-112%) scale(0.4);
    filter: brightness(70%);
    opacity: 1;
    z-index: 1;
  }
  .cascade-slider_item.prev {
    left: 50%;
    transform: translateY(-50%) translateX(3%) scale(0.4);
    filter: brightness(70%);
    opacity: 1;
    z-index: 1;
  }
  .cascade-slider_item.now {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.9);
    opacity: 1;
    z-index: 5;
  }
  .cascade-slider_arrow-left img {
    height: 30px;
    left: 30px;
  }
  .cascade-slider_arrow-right img {
    height: 30px;
    left: 30px;
  }
  .cascade-slider_nav {
    display: none;
  }
}
@media (max-width: 460px) {
  .cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
  }
  .cascade-slider_item.next {
    left: 50%;
    transform: translateY(-15%) translateX(-80%) scale(0.3);
    filter: brightness(70%);
    opacity: 1;
    z-index: 1;
  }
  .cascade-slider_item.prev {
    left: 50%;
    transform: translateY(-15%) translateX(-20%) scale(0.3);
    filter: brightness(70%);
    opacity: 1;
    z-index: 1;
  }
  .cascade-slider_item.now {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.7);
    opacity: 1;
    z-index: 5;
  }
  .cascade-slider_arrow-left img {
    height: 30px;
    left: 30px;
  }
  .cascade-slider_arrow-right img {
    height: 30px;
    left: 30px;
  }
  .cascade-slider_nav {
    display: none;
  }
}
.disclaimer {
  font-size: 0.7vw;
  padding-top: 1rem;
}

.tequilaback__plata {
  position: absolute;
  height: 34%;
  width: 100%;
  top: 3%;
}
@media (min-width: 1024px) and (orientation: portrait) {
  .tequilaback__plata {
    height: 50%;
  }
}
.tequilaback__reposado {
  position: absolute;
  height: 34%;
  width: 100%;
  top: 3%;
}
@media (min-width: 1024px) and (orientation: portrait) {
  .tequilaback__reposado {
    height: 50%;
  }
}

.espinas_plata {
  background: url("/images/nuestros-tequilas/flecha1_plata.svg") center left no-repeat, url("/images/nuestros-tequilas/flecha2_plata.svg") center right no-repeat;
  padding: 0 30px;
  background-size: 40px;
}
@media screen and (max-width: 768px) {
  .espinas_plata {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.nuestros-tequilas__select__left:hover .espinas_plata {
  background: url("/images/nuestros-tequilas/flecha1.svg") center left no-repeat, url("/images/nuestros-tequilas/flecha2.svg") center right no-repeat;
  padding: 0 30px;
  background-size: 40px;
}

.espinas_reposado {
  background: url("/images/nuestros-tequilas/flecha1_rep.svg") center left no-repeat, url("/images/nuestros-tequilas/flecha2_rep.svg") center right no-repeat;
  padding: 0 30px;
  background-size: 40px;
}
@media screen and (max-width: 768px) {
  .espinas_reposado {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.nuestros-tequilas__select__right:hover .espinas_reposado {
  background: url("/images/nuestros-tequilas/flecha1.svg") center left no-repeat, url("/images/nuestros-tequilas/flecha2.svg") center right no-repeat;
  padding: 0 30px;
  background-size: 40px;
}

.proceso-artesanal__header {
  background: url("/images/proceso-artesanal/proceso_header.png") no-repeat center center;
  background-size: cover;
  height: 50vw;
  padding-top: 24%;
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  .proceso-artesanal__header {
    padding-right: 10%;
    padding-top: 35%;
    height: 450px;
  }
}
.proceso-artesanal__line {
  width: 50%;
  height: 2px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .proceso-artesanal__line {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.proceso-artesanal__title {
  color: #ffffff;
  width: 50%;
  font-size: 60px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .proceso-artesanal__title {
    width: 100%;
    font-size: 38px;
    text-align: center;
  }
}
.proceso-artesanal__subtitle {
  color: #ffffff;
  width: 50%;
  font-size: 22px;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .proceso-artesanal__subtitle {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
}

.papel_back {
  background: url("/images/proceso-artesanal/papel_back.png") no-repeat center center;
  background-size: cover;
}

.barrel {
  overflow-x: hidden;
  transform: translateX(-15%);
  width: 116% !important;
  margin-top: 6rem;
}

.slick-left {
  height: 650px;
  height: 42vw;
}
.slick-left__img {
  width: 100%;
  z-index: -999;
  position: absolute;
}
.slick-left__cont {
  padding-top: 26%;
  padding-left: 26%;
}
.slick-left__title {
  color: #ffffff;
  width: 60%;
  font-size: 40px;
}
.slick-left__subtitle {
  color: #ffffff;
  width: 60%;
  font-size: 17px;
}
.slick-left__number {
  padding-top: 57%;
  padding-left: 32%;
  position: absolute;
  background: url("/images/proceso-artesanal/rect_back2.png") no-repeat center center;
}
.slick-left__number__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  color: #3284a7;
}

#cont_left .slick-slide .slick-current .slick-active {
  height: 700px;
}

#cont_left .slick-next {
  right: 55%;
  width: 40px;
  height: 40px;
  top: 78%;
}

#cont_left .slick-prev {
  left: 26%;
  z-index: 99;
  width: 40px;
  height: 40px;
  top: 78%;
}

.slick-mob {
  height: 835px;
}
.slick-mob__back {
  width: 100%;
  z-index: -999;
  position: absolute;
  height: 500px;
}
.slick-mob__cont {
  text-align: center;
}
.slick-mob__title {
  color: #ffffff;
  width: 100%;
  font-size: 30px;
}
.slick-mob__subtitle {
  color: #ffffff;
  width: 90%;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  min-height: 230px;
}
.slick-mob__item {
  position: relative;
}
.slick-mob__number {
  padding-top: 38%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10%);
  position: relative;
  background: url("/images/proceso-artesanal/rect_back2.png") no-repeat center center;
}
.slick-mob__number__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  color: #3284a7;
}
.slick-mob__img {
  width: 60%;
  top: 145%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

#proceso_mob .slick-next {
  right: 120px;
  width: 40px;
  height: 40px;
  top: 54%;
}

#proceso_mob .slick-prev {
  left: 120px;
  z-index: 99;
  width: 40px;
  height: 40px;
  top: 54%;
}

#barrel .slick-slider {
  width: 100%;
  background-color: transparent !important;
}

#barrel .slick-slider .slick-track {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  /* height: 100px !important; */
  justify-content: center !important;
  transition: all 0.5s linear !important;
}

#barrel .slick-slider .slick-slide {
  float: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  padding: 0px 0px !important;
  margin: 10px !important;
  background-color: transparent !important;
  transition: all 0.3s ease !important;
  height: 26vw !important;
  text-align: center !important;
  transition: all 0.5s linear !important;
  filter: invert(0.3);
}

#barrel .slick-slider .slick-slide.slick-current, .slick-slider .slick-slide.slick-center {
  /* background: linear-gradient(45deg, #f69259, #f16975) !important; */
  padding: 0px 0px !important;
  /* height: 100% !important; */
  transition: all 0.3s linear !important;
  margin: 5px !important;
  transform: translateY(-20px);
}

#barrel .slick-slider .slick-slide.slick-current, .slick-slider .slick-slide.slick-center img {
  transition: all 1s ease-in-out !important;
  height: 27vw !important;
  /* width: 300px !important; */
  filter: invert(0);
  box-shadow: -100px 121px 0px -92px rgba(255, 217, 146, 0.87);
  -webkit-box-shadow: -100px 121px 0px -92px rgba(255, 217, 146, 0.87);
  -moz-box-shadow: -100px 121px 0px -92px rgba(255, 217, 146, 0.87);
}

#barrel .slick-prev,
.slick-next {
  z-index: 10;
  top: 0px;
  background-color: transparent;
}

#barrel .slick-prev {
  left: 10px;
}

#barrel .slick-next {
  right: 10px;
}

#barrel .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(20px);
}

.our-heart {
  width: 100vw;
  height: 200vh;
  min-height: 1550px;
  display: flex;
  flex-direction: column;
  background-color: rgb(0, 0, 0);
}
.our-heart__container-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: calc(90px + 4%);
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 1025px) {
  .our-heart__container-title {
    margin-top: calc(160px + 12%);
  }
}
.our-heart__container-title h1 {
  color: #4A7A9F;
  font-size: 52px;
  text-align: center;
  font-family: "Athelas-Bold";
  letter-spacing: 0.2em;
  margin-left: 50px;
  margin-right: 5px;
}
@media (max-width: 1025px) {
  .our-heart__container-title h1 {
    font-size: 28px;
    margin-left: 0;
    max-width: 280px;
  }
}
.our-heart__container-title p {
  font-size: 18px;
  color: #313131;
  max-width: 860px;
  text-align: center;
  margin-top: 20px;
  font-family: "Montserrat-Medium";
}
@media (max-width: 1025px) {
  .our-heart__container-title p {
    font-size: 16px;
    padding: 0 35px;
  }
}
.our-heart__container-title .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1025px) {
  .our-heart__container-title .title svg {
    width: 50px;
  }
}

.corazon_cont {
  position: absolute;
  top: 120%;
  width: 42%;
  margin-left: 10%;
}
@media (max-width: 1025px) {
  .corazon_cont {
    top: 130%;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.corazon_cont__title {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 3px;
  font-size: 3vw;
  margin-bottom: 2rem;
}
@media (max-width: 1025px) {
  .corazon_cont__title {
    font-size: 6vw;
  }
}
.corazon_cont__icon {
  display: none;
}
@media (max-width: 1025px) {
  .corazon_cont__icon {
    display: block;
  }
}
.corazon_cont__divider {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 2rem;
}
@media (max-width: 1025px) {
  .corazon_cont__divider {
    margin-bottom: 1rem;
  }
}
.corazon_cont__text {
  color: #ffffff;
  font-size: 1.2vw;
}
@media (max-width: 1025px) {
  .corazon_cont__text {
    font-size: 4vw;
  }
}

.timeline-container {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
@media (max-width: 1025px) {
  .timeline-container {
    height: 20vh;
    margin-bottom: 90px;
  }
}
.timeline-container__origen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 380px;
  padding-left: 90px;
  max-width: 700px;
  position: absolute;
  left: 3%;
  top: 100%;
}
@media (max-width: 1025px) {
  .timeline-container__origen {
    padding: 20px;
  }
}
.timeline-container__origen h2 {
  font-size: 48px;
  color: white;
  font-family: "Athelas Medium";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 25px;
}
@media (max-width: 1025px) {
  .timeline-container__origen h2 {
    text-align: center;
    font-size: 32px;
  }
}
.timeline-container__origen p {
  color: white;
  font-size: 18px;
  font-family: "Montserrat Regular";
  padding-top: 30px;
}
@media (max-width: 1025px) {
  .timeline-container__origen p {
    text-align: center;
  }
}
.timeline-container__origen .icono-stepper-responsive {
  display: none;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .timeline-container__origen .icono-stepper-responsive {
    display: flex;
  }
}
.timeline-container__origen .divider {
  width: 100%;
  border-top: 2px solid white;
}
.timeline-container .stepper-responsive {
  display: none;
  justify-content: center;
}
.timeline-container .stepper-responsive .item {
  margin: 20px;
}
@media (max-width: 1025px) {
  .timeline-container .stepper-responsive {
    display: flex;
  }
}
.timeline-container #stepper {
  margin-top: auto;
  margin-bottom: 200px;
}
@media (max-width: 1025px) {
  .timeline-container #stepper {
    display: none;
  }
}
.timeline-container .stepper-name {
  position: absolute;
  color: white;
  font-size: 14px;
  margin-top: 20px;
  font-family: "Montserrat-Medium";
  width: 200px;
}
.timeline-container .start {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding-left: 90px;
  padding-right: 90px;
}
.timeline-container .end-stepper {
  width: 90px;
  height: 0.125rem;
  background-color: white;
}
.timeline-container .connection {
  height: 0.125rem;
  flex: 1 1 0%;
  background-color: white;
}

.button-class {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
.button-class__btn-container {
  position: absolute;
  bottom: 15px;
  width: 60px;
}
.button-class__btn-container img {
  width: 60px;
}
.button-class__ball {
  width: 0.5rem;
  height: 0.5rem;
  background-color: yellow;
  border-radius: 9999px;
  margin-top: 25px;
  position: absolute;
  bottom: -5px;
}

.proceso {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40vh;
  background-color: #0B394D;
}
@media (max-width: 1025px) {
  .proceso svg {
    width: 40px;
  }
}
.proceso .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.proceso .title h1 {
  color: white;
  font-size: 52px;
  text-align: center;
  font-family: "Athelas-Bold";
  letter-spacing: 0.2em;
  margin-left: 50px;
  margin-right: 5px;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .proceso .title h1 {
    font-size: 28px;
    margin: 0 15px;
    max-width: 220px;
  }
}

.row {
  margin: 0;
}
.row .content-bl {
  padding: 120px;
}
.row .content-bl p {
  font-family: "Montserrat-Medium";
  color: #313131;
  font-size: 18px;
}
@media (max-width: 1025px) {
  .row .content-bl {
    padding: 60px;
    text-align: center;
  }
  .row .content-bl p {
    font-size: 16px;
  }
}
.row .content-wt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px;
  background-color: #5A5A5A;
}
.row .content-wt p {
  font-family: "Montserrat-Medium";
  color: white;
  font-size: 18px;
  max-width: 800px;
}
@media (max-width: 1025px) {
  .row .content-wt {
    padding: 60px;
  }
  .row .content-wt p {
    font-size: 16px;
  }
}

.tequilas {
  display: flex;
  height: 90vh;
  min-height: 700px;
  padding-top: 90px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .tequilas {
    padding-top: 30px;
  }
}
@media (max-width: 1025px) {
  .tequilas {
    flex-direction: column;
    height: fit-content;
  }
}
.tequilas .decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}
.tequilas .decoration .corcho {
  padding: 0 40px;
}
@media (max-width: 1025px) {
  .tequilas .decoration {
    padding: 0 20px;
    margin-bottom: 5px;
  }
  .tequilas .decoration .corcho {
    padding: 0 20px;
  }
  .tequilas .decoration .corcho svg {
    width: 120px;
  }
}
.tequilas .content-text p {
  font-family: "Montserrat-Medium";
  color: #313131;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1025px) {
  .tequilas .content-text p {
    margin-bottom: 0px !important;
    font-size: 16px;
  }
}
@media (max-width: 1025px) {
  .tequilas .content-text {
    padding: 50px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 60px 0;
  }
}
.tequilas .tequilas-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1025px) {
  .tequilas .tequilas-container {
    display: none;
  }
}
.tequilas .tequilas-container .tequila {
  position: absolute;
  bottom: -19%;
}

.tequilas-responsive {
  width: 100vw;
  overflow: hidden;
  display: none;
}
@media (max-width: 1025px) {
  .tequilas-responsive {
    display: flex;
  }
}
.tequilas-responsive .right {
  position: relative;
  display: flex;
  justify-content: end;
  min-height: 40vh;
  width: 50%;
}
.tequilas-responsive .left {
  position: relative;
  display: flex;
  justify-content: center;
  width: 50%;
  min-height: 40vh;
}

.sube {
  transform: translateY(-20px);
  transition: all 0.5s linear !important;
}

.move1 {
  transition: all 0.5s linear !important;
}

.move2 {
  transition: all 0.5s linear !important;
}

.heart_transition {
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
}

.international-main__header {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 10%;
}
.international-main__header h1 {
  font-size: 48px;
  font-family: "Athelas Bold";
  text-transform: uppercase;
  letter-spacing: 6px;
  color: white;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .international-main__header h1 {
    font-size: 28px;
  }
}
.international-main__header p {
  font-size: 18px;
  color: white;
  font-family: "Montserrat-Medium";
  padding-top: 25px;
  width: 620px;
}
@media (max-width: 1025px) {
  .international-main__header p {
    font-size: 14px;
    text-align: center;
    width: unset;
  }
}
.international-main .divider {
  width: 680px;
  border-top: 2px solid white;
}
@media (max-width: 1025px) {
  .international-main .divider {
    width: 100%;
  }
}
.international-main .points-sell {
  display: flex;
  flex-direction: column;
}
.international-main .points-sell h2 {
  color: #2B86AD;
  font-size: 48px;
  font-family: "Athelas Bold";
  margin: 0 20px 0 20px;
}
@media (max-width: 1025px) {
  .international-main .points-sell h2 {
    font-size: 28px;
  }
}
.international-main .points-sell p {
  color: #313131;
  font-family: "Montserrat Regular";
  text-align: center;
  margin: 0;
}
.international-main .points-sell .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1025px) {
  .international-main .points-sell svg {
    width: 30px;
  }
}
.international-main .map {
  display: flex;
  position: relative;
  width: 100%;
  height: 550px;
  margin-top: 60px;
  padding-bottom: 90px;
}
.international-main .map__search {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 9;
  padding-left: 6%;
  padding-top: 4%;
}
@media (max-width: 1025px) {
  .international-main .map__search {
    display: none;
  }
}
.international-main .map__search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 20px;
}
.international-main .map__input {
  position: relative;
  width: 100%;
}
.international-main .map__input svg {
  height: 1.25rem;
  width: 1.25rem;
  color: #cbd5e0;
}
.international-main .map__input span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 0;
  padding-left: 0.75rem;
}
.international-main .map__input input {
  width: 100%;
  height: 43px;
  padding-left: 2.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  border-radius: 0.5rem;
  padding-left: 2.6rem;
  padding-right: 1rem;
}
.international-main .map__address {
  background-color: white;
  width: 100%;
  height: 300px;
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  border-radius: 0.5rem;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
.international-main .map__filtered-content {
  display: flex;
  flex-direction: column;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #707070;
  padding: 30px;
  cursor: pointer;
}
.international-main .map__address-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.international-main .map #map {
  width: 100%;
}
@media (max-width: 1025px) {
  .international-main .map #map {
    width: 100vw;
  }
}
.international-main .search-box-responsive__search {
  display: none;
  flex-direction: column;
  z-index: 9;
  padding: 10%;
}
@media (max-width: 1025px) {
  .international-main .search-box-responsive__search {
    display: flex;
  }
}
.international-main .search-box-responsive__search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 20px;
}
.international-main .search-box-responsive__input {
  position: relative;
  width: 100%;
}
.international-main .search-box-responsive__input svg {
  height: 1.25rem;
  width: 1.25rem;
  color: #cbd5e0;
}
.international-main .search-box-responsive__input span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 0;
  padding-left: 0.75rem;
}
.international-main .search-box-responsive__input input {
  width: 100%;
  height: 43px;
  padding-left: 2.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  border-radius: 0.5rem;
  padding-left: 2.6rem;
  padding-right: 1rem;
}
.international-main .search-box-responsive__address {
  background-color: white;
  width: 100%;
  height: 300px;
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  border-radius: 0.5rem;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
.international-main .countries-responsive {
  display: none;
  text-align: center;
}
.international-main .countries-responsive .item {
  position: relative;
}
.international-main .countries-responsive .item img {
  width: 50px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 550px) {
  .international-main .countries-responsive .item img {
    top: 35%;
  }
}
@media (min-width: 1024px) and (orientation: portrait) {
  .international-main .countries-responsive .item img {
    top: 43%;
  }
}
.international-main .countries-responsive .title {
  text-transform: uppercase;
  margin: 0;
  font-size: 28px;
  padding: 40px 0;
  color: #0A394D;
}
.international-main .countries-responsive .description {
  background-color: #2C86AD;
  color: white;
  padding: 40px;
}
.international-main .countries-responsive .description p {
  font-family: "Montserrat-Light";
}
@media (max-width: 1025px) {
  .international-main .countries-responsive {
    display: flex;
    flex-direction: column;
  }
}
.international-main .country-container {
  display: flex;
  justify-content: center;
  margin: 60px 0 120px 0;
}
@media (max-width: 1025px) {
  .international-main .country-container {
    display: none;
  }
}
.international-main .country-container .country {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.international-main .country-container .country img {
  width: 60px;
  height: 60px;
}
.international-main .country-container button {
  width: 223px;
  height: 43px;
  margin-top: 20px;
  background-color: #2C86AD;
  color: white;
  text-transform: uppercase;
  font-family: "Athelas Regular";
  border: none;
  outline: none;
}
.international-main .country-container button:hover {
  background-color: #0A394D;
}
.international-main .map-selected {
  display: block;
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 1025px) {
  .international-main .map-selected {
    display: none !important;
  }
}
.international-main .map-selected img {
  width: 80%;
}
.international-main .country-description {
  position: absolute;
  bottom: 0;
}
.international-main .country-description .box {
  position: relative;
  z-index: 9;
  background-color: #268AC0;
  padding: 30px;
}
.international-main .country-description p {
  font-size: 28px;
  color: white;
  font-family: "Athelas-Regular";
}
.international-main .country-description p:nth-child(2) {
  font-size: 14px;
  font-family: "Montserrat-Light";
}
.international-main .decoration-r {
  position: absolute;
  background-color: #FED892;
  width: 60px;
  height: 60px;
  left: -10px;
  bottom: -10px;
  z-index: 8;
}
.international-main .decoration-l {
  position: absolute;
  background-color: #FED892;
  width: 60px;
  height: 60px;
  right: -10px;
  top: -10px;
  z-index: 8;
}

.grey-color {
  color: #7A7A80;
}

.blue-color {
  color: #4C7EA5;
}

.notawrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px !important;
  display: block;
}

.blog__title {
  padding-top: 120px;
  margin-bottom: 40px;
}
.blog__title h2 {
  color: #2B86AD;
  font-size: 48px;
  font-family: "Athelas-Bold";
  padding: 0 35px 0 35px;
}
.blog .main-article {
  padding: 0 80px;
}
.blog .main-article p {
  color: #4C7EA5;
  margin: 35px 0 0 0 !important;
}
@media (max-width: 1025px) {
  .blog .main-article {
    padding: 0;
    text-align: center;
  }
  .blog .main-article p {
    font-size: 16px !important;
  }
}
.blog .header-image {
  background-color: #707070;
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center;
}
.blog .profile-container {
  display: flex;
  align-items: center;
}
.blog .profile-container .avatar {
  border-radius: 9999px;
  width: 54px;
  height: 54px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}
.blog .profile-container p {
  color: #707070;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 1025px) {
  .blog .profile-container {
    justify-content: center;
  }
}
.blog .popular-articles {
  margin-right: 90px;
  border-bottom: 2px #707070 solid;
}
@media (max-width: 1025px) {
  .blog .popular-articles {
    display: none;
  }
}
.blog .more-articles {
  margin-top: 90px;
  padding: 0 90px;
}
.blog .more-articles h1 {
  color: #EEC67B;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 9px;
}
@media (max-width: 1025px) {
  .blog .more-articles h1 {
    font-size: 28px;
  }
}
@media (max-width: 1025px) {
  .blog .more-articles {
    padding: 20px;
  }
}
.blog .tags {
  overflow-x: scroll;
}
.blog .tags__container {
  border: #7A7A80 1px solid;
  margin-right: 20px;
  padding: 25px 8px;
}
.blog .tags__container p {
  margin: 0;
  font-family: "Montserrat-Regular";
}
@media (max-width: 1025px) {
  .blog .tags__container p {
    font-size: 14px;
    margin-right: 10px;
    padding: 10px 4px;
  }
}
.blog .explore-articles {
  margin-top: 90px;
}
.blog .explore-articles__container {
  background-color: #7A7A80;
  width: 300px;
  height: 200px;
}
.blog .arrow-container {
  cursor: pointer;
  height: 100%;
  margin-bottom: 50px;
  margin-left: 30px;
}
@media (max-width: 1025px) {
  .blog .arrow-container {
    display: none !important;
  }
}

.detalle {
  padding-top: 80px;
}
.detalle__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  background-color: grey;
}
.detalle__header h1 {
  text-align: center;
  color: white;
}
.detalle__profile-container {
  display: flex;
  align-items: center;
}
.detalle__profile-container .avatar {
  border-radius: 9999px;
  width: 54px;
  height: 54px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}
.detalle__profile-container p {
  color: #707070;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 1025px) {
  .detalle__profile-container {
    justify-content: center;
  }
}
.detalle .main-column {
  padding: 20px 90px;
}
@media (max-width: 1025px) {
  .detalle .main-column {
    padding: 15px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .detalle .main-column {
    flex-direction: column !important;
  }
}
.detalle .first-column {
  padding-right: 90px;
  overflow: hidden;
}
.detalle .first-column p {
  color: #7A7A80;
}
@media (max-width: 1025px) {
  .detalle .first-column {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .detalle .first-column {
    width: 100% !important;
  }
}

.mix {
  height: 38vw;
}
@media screen and (max-width: 768px) {
  .mix {
    height: 90vw;
  }
}
.mix__header {
  position: relative;
  z-index: 2;
  padding-top: 10%;
  padding-left: 9%;
}
@media screen and (max-width: 768px) {
  .mix__header {
    background: url("/images/mixologia/mix-header.png") no-repeat center center;
    background-size: cover;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 32%;
  }
}
.mix__grid {
  padding-top: 6%;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 6%;
}
@media screen and (max-width: 768px) {
  .mix__grid {
    padding-left: 1%;
    padding-right: 1%;
  }
}
.mix__cont {
  text-align: center;
  position: relative;
  height: 21vw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mix__cont {
    height: 41vw;
    margin-bottom: 1rem;
  }
}
.mix__rodaja {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease;
  width: 75%;
}
.mix__bebida {
  filter: drop-shadow(1.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.3));
  height: 65%;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease;
}
.mix__bebida:hover {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 1s ease;
}
.mix__title {
  margin-bottom: 0px;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 4px;
}
.mix__link {
  height: 0px;
  display: inline-block;
  color: white;
  font-size: 0.8vw;
  transition: all 0.5s ease;
  cursor: pointer;
}
.mix__link:hover {
  color: white;
}

.mix-header__line {
  width: 50%;
  height: 2px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .mix-header__line {
    width: 100%;
    height: 2px;
  }
}
.mix-header__title {
  color: #ffffff;
  width: 50%;
  font-size: 60px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mix-header__title {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.mix-header__subtitle {
  color: #ffffff;
  width: 50%;
  font-size: 22px;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .mix-header__subtitle {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-top: 1rem;
  }
}

.title_cont {
  display: block ruby;
}

.letter {
  transition: all 1s ease;
  position: absolute;
  width: 100%;
  bottom: 0%;
}

.mix_left {
  visibility: hidden;
}

.mix_right {
  visibility: hidden;
}

.mix__cont:hover .mix__rodaja {
  transform: translate(-50%, -50%) rotate(3.142rad);
  transition: all 1s ease;
}

.mix__cont:hover .mix__bebida {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 1s ease;
}

.mix__cont:hover .mix__link {
  height: 20px;
  transition: all 0.5s ease;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .mix__cont:hover .mix__link {
    height: 0px;
  }
}

.mix__cont:hover .mix_left {
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .mix__cont:hover .mix_left {
    height: 0px;
  }
}

.mix__cont:hover .mix_right {
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .mix__cont:hover .mix_right {
    height: 0px;
  }
}

@media screen and (max-width: 768px) {
  .mix__cont:hover .mix_right {
    height: 0px;
  }
}

.mix_slider {
  position: absolute !important;
  width: 100%;
  max-height: 38vw;
  height: 100%;
  z-index: 0;
  top: 0%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .mix_slider {
    height: 75vw;
  }
}

.mixologia-detalle {
  overflow: hidden;
}
@media (min-width: 1024px) and (orientation: portrait) {
  .mixologia-detalle {
    flex-direction: column !important;
  }
}
.mixologia-detalle__menu-logo {
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .mixologia-detalle__menu-logo {
    z-index: 1;
  }
}
.mixologia-detalle__menu-logo img {
  width: 30px;
  height: 20px;
}
.mixologia-detalle__logo-azteca {
  position: absolute;
  top: 30px;
  left: 90px;
  z-index: 1;
  cursor: pointer;
}
.mixologia-detalle__logo-azteca img {
  width: 60px;
}
@media (max-width: 1025px) {
  .mixologia-detalle__logo-azteca {
    position: absolute;
    top: 30;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mixologia-detalle__right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .mixologia-detalle__right {
    max-height: 70vh;
    min-height: auto;
  }
}
.mixologia-detalle__right .main-image {
  width: 100%;
}
.mixologia-detalle__right .fruta-top {
  position: absolute;
  top: -20%;
  right: -25%;
  max-width: 350px;
}
@media (max-width: 1025px) {
  .mixologia-detalle__right .fruta-top {
    display: none;
  }
}
.mixologia-detalle__right .fruta-bot {
  position: absolute;
  bottom: -10%;
  left: -25%;
  max-width: 350px;
}
@media (max-width: 1025px) {
  .mixologia-detalle__right .fruta-bot {
    display: none;
  }
}
@media (min-width: 1024px) and (orientation: portrait) {
  .mixologia-detalle__right {
    width: 100% !important;
  }
}
.mixologia-detalle__left {
  display: flex;
  flex-direction: column;
  background: white;
  min-height: 100vh;
}
@media (min-width: 1024px) and (orientation: portrait) {
  .mixologia-detalle__left {
    width: 100% !important;
  }
}
.mixologia-detalle__return {
  display: flex;
  align-items: center;
  height: 17vh;
}
@media (max-width: 1025px) {
  .mixologia-detalle__return {
    display: none;
  }
}
.mixologia-detalle__return-content {
  display: flex;
  align-items: center;
  margin-top: 5%;
  margin-left: 10%;
}
.mixologia-detalle__return-content p {
  margin: 0;
  letter-spacing: 1px;
}
.mixologia-detalle__return-responsive {
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: 5%;
  width: 100%;
  position: absolute;
  top: 70;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1025px) {
  .mixologia-detalle__return-responsive {
    display: flex;
  }
}
.mixologia-detalle__return-content-responsive {
  display: flex;
  align-items: center;
}
.mixologia-detalle__return-content-responsive p {
  margin: 0;
  letter-spacing: 1px;
  color: white;
}
.mixologia-detalle__ingredientes {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 20vh;
  min-height: 170px;
  margin: 5% 11% 3% 11%;
}
.mixologia-detalle__ingredientes p {
  font-family: "Montserrat-Bold";
  padding-left: 1rem;
}
.mixologia-detalle__ingredientes li {
  font-family: "Montserrat-Light";
}
@media (max-width: 1025px) {
  .mixologia-detalle__ingredientes {
    margin: 60px 20px;
  }
}
.mixologia-detalle__divider-social {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1025px) {
  .mixologia-detalle__divider-social {
    display: none;
  }
}
.mixologia-detalle__divider-social .divider {
  height: 1px;
}
.mixologia-detalle__divider-social .social {
  display: flex;
}
.mixologia-detalle__divider-social .social svg {
  cursor: pointer;
}
.mixologia-detalle__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 15vh;
  min-height: 125px;
}
.mixologia-detalle__title h2 {
  color: white;
  letter-spacing: 4px;
  font-size: 42px;
  margin: 0 35px;
  text-align: center;
}
@media (max-width: 1025px) {
  .mixologia-detalle__title h2 {
    font-size: 22px;
    margin: 0 20px;
  }
}
.mixologia-detalle__title p {
  margin: 0;
  color: white;
  text-align: center;
}
@media (max-width: 1025px) {
  .mixologia-detalle__title p {
    font-size: 14px;
    margin-top: 20px;
    padding-left: 1%;
    padding-right: 1%;
  }
}
.mixologia-detalle__title .title-content {
  display: flex;
  align-items: center;
}
@media (max-width: 1025px) {
  .mixologia-detalle__title .title-content svg {
    width: 50px !important;
  }
}
.mixologia-detalle__carrusel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 20vh;
  margin-top: auto;
}
@media (max-width: 1025px) {
  .mixologia-detalle__carrusel {
    display: none;
  }
}
.mixologia-detalle__carrusel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mixologia-detalle__carrusel .item:hover .title {
  opacity: 1;
}
.mixologia-detalle__carrusel .item .title {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 140px;
}
.mixologia-detalle__carrusel .item .title p {
  margin: 0;
}
.mixologia-detalle__carrusel .item img {
  position: absolute;
  z-index: 2;
  bottom: -70px;
  max-width: 200px;
  cursor: pointer;
  transition: transform 1s ease;
}
.mixologia-detalle__carrusel .item img:hover {
  transform: scale(1.3);
}
.mixologia-detalle__carrusel .item img:hover + .watermark {
  opacity: 1;
}
.mixologia-detalle__carrusel .item .watermark {
  opacity: 0;
  position: absolute;
  bottom: -90px;
  z-index: 1;
  transition: opacity 0.5s ease;
}
.mixologia-detalle__carrusel-responsive {
  display: none;
  flex-wrap: wrap;
}
.mixologia-detalle__carrusel-responsive .col-item {
  padding: 20px;
}
@media (max-width: 1025px) {
  .mixologia-detalle__carrusel-responsive {
    display: flex;
  }
}
.mixologia-detalle__modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 9px;
}
.mixologia-detalle__modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: fit-content;
  height: fit-content;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.mixologia-detalle__modal .modal-content .iconos {
  display: flex;
}
.mixologia-detalle__modal .modal-content .iconos img {
  max-width: 50px;
  margin: 20px;
  cursor: pointer;
}
.mixologia-detalle__modal .modal-content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mixologia-detalle__modal .modal-content .top p {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}
.mixologia-detalle__modal .close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}
.mixologia-detalle__modal .close:hover,
.mixologia-detalle__modal .close:focus {
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1024px) and (orientation: portrait) {
  .mixologia-detalle .social-responsive {
    display: block !important;
  }
}

.hero-home__logo {
  display: block;
  opacity: 1;
  position: absolute;
  z-index: 9;
}
@media (max-width: 760px) {
  .hero-home__logo {
    display: none;
  }
}
.hero-home .agave-left-home, .hero-home .agave-right-home {
  width: 35%;
  display: block;
}
@media (max-width: 760px) {
  .hero-home .agave-left-home, .hero-home .agave-right-home {
    display: none;
  }
}

/*  Partials  */
/*  Componentes  */

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