/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Avenir-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/Avenir-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/Avenir-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RalewayBold";
  src: url("../fonts/Avenir-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts//Avenir-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
.noVisible {
  visibility: hidden;
  position: absolute;
  margin-top: -100000px;
}

body {
  min-height: 100%;
  font-family: "Roboto";
  font-size: 18px !important;
  overflow-x: hidden;
  text-rendering: auto !important;
  background-color: #000 !important;
}

.parrafoContenido {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}

/*Elementos*/
.headerContenido {
  font-family: "RalewayBold";
  font-size: 30px !important;
  margin-bottom: 25px;
  color: #fff !important;
}

.parrafoContenido {
  font-family: "Roboto";
  font-size: 18px !important;
  color: #fff !important;
  line-height: 1.8571428571;
}
.parrafoContenido span {
  font-family: "RobotoBold";
}

.btnAccion {
  text-transform: uppercase;
  display: inline-block;
  border-style: solid;
  border-color: #fff !important;
  border-width: 4px;
  padding: 18px;
  text-decoration: none;
  font-family: "RalewayBold";
  font-size: 18px !important;
  color: #000 !important;
  background-color: #fff !important;
  transition: 0.35s ease-in-out;
  text-align: center;
  min-width: 250px !important;
}
.btnAccion:hover {
  background-color: #9f440d !important;
  border-color: #9f440d !important;
  color: #000 !important;
}

.headerContenidoN {
  font-family: "RalewayBold";
  font-size: 30px !important;
  color: #fff !important;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}

.parrafoContenidoN {
  font-family: "roboto";
  font-size: 18px !important;
  color: #fff !important;
  text-align: left;
}

.contenidoLegal {
  width: 80%;
  margin-left: 10%;
  margin-top: 80px;
}

.headerContenidoLegal {
  font-family: "RalewayBold";
  font-size: 30px !important;
  color: #fff !important;
  text-align: center;
  margin-bottom: 25px;
}

.parrafoContenidoLegal {
  font-family: "roboto";
  font-size: 18px !important;
  color: #fff !important;
  text-align: left;
  line-height: 40px;
}
.parrafoContenidoLegal span {
  display: block;
  width: 95%;
  margin-left: 5%;
}

/*----------------------*/
/*AJUSTES DE LA TIENDA*/
/*----------------------*/
.ec-header-h1 {
  color: #fff !important;
  font-family: "RalewayBold";
  text-align: center;
  font-size: 30px !important;
  margin-bottom: 25px !important;
}

.ec-store__content-wrapper {
  padding: 25px !important;
  color: #fff !important;
}
.ec-store__content-wrapper a {
  color: #fff !important;
}
.ec-store__content-wrapper p {
  color: #fff !important;
}

.ec-price-item {
  color: #fff !important;
  font-family: "RalewayBold";
}

.grid-product__title-inner {
  color: #fff !important;
}

.form-control__select-text {
  color: #fff !important;
}

.icon-default path[stroke] {
  stroke: #fff !important;
}

.grid-category__title {
  border: 4px solid #fff !important;
}

.grid-category__title-inner {
  color: #fff !important;
  font-family: "RalewayBold";
  font-size: 18px !important;
}

.form-control__button {
  background-color: #fff !important;
  border: 4px solid #fff !important;
  font-family: "Raleway";
  color: #000 !important;
  border-radius: 0px !important;
  padding: 9px !important;
  transition: 0.35s ease-in-out !important;
}
.form-control__button:hover {
  background-color: #9f440d !important;
  border: 4px solid #9f440d !important;
  color: #000 !important;
}

.popupContent {
  background-color: #000 !important;
}

.ec-minicart__counter:after {
  background-color: #9f440d !important;
}

.ec-notice__wrap {
  background-color: #000 !important;
}

.ec-notice__text {
  color: #fff !important;
}

.ec-notice__icon {
  color: #9f440d !important;
}

.grid__products {
  max-width: 80% !important;
  margin-left: 10% !important;
}

.grid-product:nth-child(n+1) {
  width: 33% !important;
}

.icoJM {
  color: #fff !important;
  vertical-align: middle;
  height: 20%;
  margin-top: 40%;
  transition: 0.35s ease-in-out;
}
.icoJM:hover {
  color: #9f440d !important;
  cursor: pointer;
}

.grid-product__textblock {
  color: #fff !important;
}

.details-gallery__images-spacer {
  max-width: 60% !important;
}

.product-details__description {
  width: 80% !important;
  margin-left: 10% !important;
  text-align: left !important;
}

.product-details-module__submodule {
  display: none !important;
}

/*Forms*/
.formTitle {
  text-align: center !important;
  color: #fff !important;
  font-size: 18px !important;
  font-family: "RalewayBold";
}

.form {
  width: 80%;
  margin-left: 10%;
}
.form label {
  color: #fff !important;
}
.form input {
  border-radius: 0px;
}
.form button {
  border-radius: 0px;
  border: 4px solid #fff !important;
  color: #fff !important;
  width: 100%;
  padding-left: 5px;
  margin-top: 25px;
  transition: 0.35s ease-in-out;
}
.form button:hover {
  color: #000 !important;
  background-color: #fff !important;
}
.form .g1 {
  padding-right: 5px;
}
.form .g2 {
  padding-left: 5px;
}
.form textarea {
  border-radius: 0px;
}

/*Age agreement*/
.logoAgeAgreement {
  width: 30vw;
}
@media screen and (max-width: 700px) {
  .logoAgeAgreement {
    width: 70vw;
  }
}

#formAgeAgreement {
  position: absolute;
  bottom: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modalAgeAgreement {
  padding: 0px !important;
}
#modalAgeAgreement .modal-title {
  position: absolute !important;
  bottom: 150px;
  width: 90% !important;
  text-align: center;
}
#modalAgeAgreement .modal-header {
  display: flex;
  justify-content: center;
}
#modalAgeAgreement .modal-dialog {
  margin-top: 0px;
  padding: 0px !important;
  max-width: unset;
  width: 100% !important;
}
#modalAgeAgreement .modal-content {
  height: 100%;
  padding: 0px !important;
  background-color: transparent !important;
  background-image: url("../img/jaguarModal.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#modalAgeAgreement .modal-body {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
}

.modal-content {
  background-color: #000;
  color: #fff !important;
  border: none;
  padding: 25px;
}

.modal-title {
  position: static !important;
  margin-top: 0px;
  width: 100% !important;
  text-align: center;
}

.modal-header {
  border: none;
}

.btnAgreement {
  width: 130px;
  padding: 9px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: transparent;
  color: #fff !important;
  font-size: 14px !important;
  font-family: "Raleway";
  border: 4px solid #fff !important;
  transition: 0.35s ease-in-out;
}
.btnAgreement:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.favorite-product__button-add button {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
}
.favorite-product__button-add button:hover {
  background-color: transparent !important;
  border: none !important;
  color: #9f440d !important;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 500px) {
  .headerContenido {
    font-family: "RalewayBold";
    font-size: 35px !important;
    margin-bottom: 25px;
    color: #fff !important;
  }
  .parrafoContenido {
    font-family: "Roboto";
    font-size: 18px !important;
    color: #fff !important;
    line-height: 30px;
  }
  .parrafoContenido span {
    font-family: "RobotoBold";
  }
  .btnAccion {
    display: inline-block;
    border-style: solid;
    border-color: #fff !important;
    border-width: 4px;
    padding: 18px;
    text-decoration: none;
    font-family: "RalewayBold";
    font-size: 18px !important;
    color: #000 !important;
    background-color: #fff !important;
    transition: 0.35s ease-in-out;
    text-align: center;
    min-width: 250px !important;
  }
  .btnAccion:hover {
    background-color: #9f440d !important;
    border-color: #9f440d !important;
    color: #000 !important;
  }
  .headerContenidoN {
    font-family: "RalewayBold";
    font-size: 35px !important;
    color: #fff !important;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .parrafoContenidoN {
    font-family: "roboto";
    font-size: 18px !important;
    color: #fff !important;
    text-align: left;
  }
  .ec-header-h1 {
    color: #fff !important;
    font-family: "RalewayBold";
    text-align: center;
    font-size: 40px !important;
  }
  .grid-product:nth-child(n+1) {
    width: 90% !important;
  }
  .grid__products {
    max-width: 100% !important;
    margin-left: 0% !important;
  }
}
.menu {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.35s ease-in-out;
  z-index: 100;
  position: fixed;
  top: 0;
}
.menu ul {
  margin: 0px;
  list-style: none;
  color: #fff !important;
}
.menu ul li {
  padding: 9px;
  cursor: pointer;
}
.menu img {
  width: 25vw;
}
@media screen and (max-width: 700px) {
  .menu img {
    width: 25vw;
  }
}

.onTop {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.scrolling {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  margin-top: -100px !important;
}

.drawer {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 300;
  width: 100vw;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0px;
}
.drawer ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 100vh;
  background-color: #000 !important;
  list-style: none;
  margin: 0px;
}
.drawer ul li {
  width: 100%;
  padding: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: 0px;
}
.drawer ul li a {
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}
.drawer ul li a:hover {
  color: #9f440d !important;
}
@media screen and (max-width: 700px) {
  .drawer ul {
    width: 100vw;
  }
}

.closeDrawer {
  position: absolute;
  right: 35px;
  top: 18px;
  background-color: #000 !important;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}
.closeDrawer i {
  color: #fff !important;
}
.closeDrawer:hover {
  background-color: #fff !important;
}
.closeDrawer:hover i {
  color: #9f440d !important;
}

.hideNav {
  margin-top: 0px !important;
}

.activo {
  font-family: "RobotoBold";
  font-size: 14px !important;
}

.rrssTop {
  list-style: none;
  display: inline-flex;
}
.rrssTop ul {
  color: #fff !important;
}
.rrssTop li {
  margin-left: 15px;
  margin-right: 15px;
}
.rrssTop a {
  color: #fff !important;
  vertical-align: middle;
}
.rrssTop a:hover {
  color: #9f440d !important;
}
.rrssTop i {
  vertical-align: middle !important;
  margin-top: 12px;
}

.btnLanguage {
  color: #fff !important;
  font-size: 14px !important;
}

.dropdown-menu {
  width: auto;
  background-color: #000000 !important;
}
.dropdown-menu li {
  color: #000 !important;
}
.dropdown-menu li a {
  text-decoration: none;
}

.footer {
  z-index: 1;
}

.contenedorFooter {
  background-color: #000 !important;
  padding: 25px;
  z-index: 1;
}

.logoFooter {
  z-index: 1;
  margin-top: 25px;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logoFooter img {
  width: 25vw;
}
@media screen and (max-width: 700px) {
  .logoFooter img {
    width: 40vw;
  }
}

.headerFooter {
  color: #fff !important;
  font-size: 18px !important;
  font-family: "RalewayBold";
}

.siteMap {
  z-index: 1;
  list-style: none !important;
  font-family: "RobotoLight";
  font-size: 14px !important;
  text-decoration: none !important;
}
.siteMap li {
  margin-bottom: 5px;
  color: #fff !important;
}
.siteMap li a {
  text-decoration: none;
  color: #fff !important;
  transition: 0.35s ease-in-out;
}
.siteMap li a:hover {
  color: #9f440d !important;
}

.newsletter {
  z-index: 1;
  padding-right: 10px;
}
.newsletter label {
  font-family: "Raleway";
  color: #fff !important;
  font-size: 14px !important;
  margin-bottom: 5px;
}
.newsletter input {
  width: 60%;
  border-width: 4px;
  border-color: #fff !important;
  border-style: solid;
  background-color: transparent;
  color: #fff !important;
}
.newsletter input:focus {
  border-color: #fff !important;
}
.newsletter button {
  width: 40%;
  background-color: transparent;
  font-family: "RobotoLight";
  color: #fff !important;
  transition: 0.35s ease-in-out;
  border-radius: 0px;
  border-width: 4px;
  border-style: solid;
  border-color: #fff !important;
}
.newsletter button:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  border-width: 3px !important;
  color: #000 !important;
}

.rrssFooter {
  z-index: 1;
  list-style: none;
  display: inline-flex;
  margin-top: 25px;
  float: right;
  padding-right: 10px;
}
.rrssFooter li {
  margin-left: 25px;
}
.rrssFooter i {
  color: #fff !important;
  transition: 0.35s ease-in-out;
}
.rrssFooter i:hover {
  color: #9f440d !important;
}

.txtFooter {
  z-index: 1;
  text-align: center;
  color: #fff !important;
  font-family: "RobotoLight";
  font-size: 12px !important;
}
.txtFooter a {
  font-family: "RalewayBold";
  text-decoration: none;
  color: #fff !important;
}
.txtFooter a:hover {
  color: #9f440d !important;
}

.btnShopFlotante {
  z-index: 3;
  width: 70px;
  height: 70px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 18px;
  right: 18px;
  padding: 9px;
  background-color: #000 !important;
  border-color: #9f440d !important;
  border-style: solid;
  border-width: 2px;
  border-radius: 1000px;
}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  background-color: #fff !important;
  border: 10px !important;
  border-radius: 10px !important;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1200px) {
  .navbar-brand {
    margin-left: 25px;
  }
  .navbar-nav {
    width: 100% !important;
    margin-left: 0% !important;
    font-size: 14px !important;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    padding: 25px;
  }
  .nav-link {
    text-align: center;
    text-decoration: none;
    color: #fff !important;
  }
  .nav-link:hover {
    color: #9f440d !important;
  }
  .activo {
    font-family: "RobotoBold";
    font-size: 14px !important;
  }
  .btnLanguage {
    color: #fff !important;
    font-size: 14px !important;
    width: 50%;
    margin-left: 25%;
  }
  .rrssTop {
    list-style: none;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    padding: 5px;
  }
  .rrssTop li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .rrssTop a {
    color: #fff !important;
    vertical-align: middle;
  }
  .rrssTop a:hover {
    color: #9f440d !important;
  }
  .rrssTop i {
    vertical-align: middle !important;
    margin-top: 0px;
  }
  .footer {
    z-index: 1;
  }
  .contenedorFooter {
    background-color: #000 !important;
    padding: 25px;
    z-index: 1;
  }
  .logoFooter {
    z-index: 1;
    padding: 25px;
  }
  .logoFooter img {
    width: 50%;
    margin-left: 25%;
  }
  .headerFooter {
    font-size: 18px !important;
    font-family: "RalewayBold";
  }
  .siteMap {
    z-index: 1;
    list-style: none !important;
    font-family: "RobotoLight";
    font-size: 14px !important;
    text-decoration: none !important;
    text-align: left;
    padding-left: 0px !important;
  }
  .siteMap li {
    margin-bottom: 5px;
    color: #fff !important;
  }
  .siteMap li a {
    text-decoration: none;
    color: #fff !important;
    transition: 0.35s ease-in-out;
  }
  .siteMap li a:hover {
    color: #9f440d !important;
  }
  .newsletter {
    z-index: 1;
  }
  .newsletter label {
    font-family: "Raleway";
    color: #fff !important;
    font-size: 14px !important;
    margin-bottom: 5px;
  }
  .newsletter input {
    width: 80%;
    border-width: 4px;
    border-color: #fff !important;
    border-style: solid;
    background-color: transparent;
    color: #fff !important;
  }
  .newsletter input:focus {
    border-color: #fff !important;
  }
  .newsletter button {
    width: 20%;
    background-color: transparent;
    font-family: "RobotoLight";
    color: #fff !important;
    transition: 0.35s ease-in-out;
    border-radius: 0px;
    border-width: 4px;
    border-style: solid;
    border-color: #fff !important;
  }
  .newsletter button:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    border-width: 3px !important;
    color: #000 !important;
  }
  .rrssFooter {
    z-index: 1;
    list-style: none;
    display: inline-flex;
    margin-top: 25px;
    float: right;
  }
  .rrssFooter li {
    margin-left: 25px;
  }
  .rrssFooter i {
    color: #fff !important;
    transition: 0.35s ease-in-out;
  }
  .rrssFooter i:hover {
    color: #9f440d !important;
  }
  .txtFooter {
    z-index: 1;
    text-align: center;
    color: #fff !important;
    font-family: "RobotoLight";
    font-size: 12px !important;
  }
  .txtFooter a {
    font-family: "RalewayBold";
    text-decoration: none;
    color: #fff !important;
  }
  .txtFooter a:hover {
    color: #9f440d !important;
  }
  .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    background-color: #fff !important;
    border: 10px !important;
    border-radius: 10px !important;
  }
}
.contenedorBTH {
  overflow: hidden;
  z-index: 0;
}

.videoBanner {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.contenidoBannerVideo {
  padding: 25px;
  position: fixed;
  bottom: 0;
  margin-bottom: 25px;
}
.contenidoBannerVideo h1 {
  font-family: "RalewayBold";
  color: #fff !important;
  font-size: 30px !important;
}

.contenedorWhatIsMezcal {
  min-height: 700px;
  background-image: url("../img/home/whatIsMezcal.jpg");
  background-size: 100%;
  background-position: center;
  z-index: 1;
  background-repeat: no-repeat;
}

.contenidoWhatIsMezcal {
  width: 50%;
  margin-top: 200px;
  padding: 25px;
}

.contenedorEnlaceAShop {
  height: 700px;
  background-image: url("../img/home/shopMezcal.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.contenidoEnlaceAShop {
  width: 50%;
  padding: 25px;
  margin-top: 550px;
}

.contenedorMezcalTequila {
  height: 700px;
  background-image: url("../img/home/mezcalTequila.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.contenidoMezcalTequila {
  width: 50%;
  margin-top: 200px;
  padding: 25px;
}

.contenedorEnlaceAShopTequila {
  height: 700px;
  background-image: url("../img/home/shopTequila.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.contenidoEnlaceAShopTequila {
  width: 50%;
  padding: 25px;
  margin-top: 550px;
}

.contenedorCraftMade {
  height: 700px;
  background-image: url("../img/home/craftMade.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.contenidoCraftMade {
  width: 50%;
  margin-top: 200px;
  padding: 25px;
}

.contenedorProductos {
  min-height: 800px;
  background-color: #000 !important;
  z-index: 1;
  padding: 0px !important;
}

.contenedorEnlaceAExplore {
  height: 700px;
  background-image: url("../img/home/journey.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.contenidoEnlaceAExplore {
  width: 50%;
  padding: 25px;
  margin-top: 550px;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1245px) {
  .contenedorBTH {
    overflow: hidden;
    z-index: 0;
  }
  .contenidoBannerVideo {
    padding: 25px;
    position: fixed;
    margin-top: 200px;
  }
  .contenidoBannerVideo h1 {
    font-family: "RalewayBold";
    color: #fff !important;
    font-size: 30px !important;
  }
  .contenedorWhatIsMezcal {
    height: 700px;
    background-image: url("../img/home/whatIsMezcal.jpg");
    background-size: 150%;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .contenidoWhatIsMezcal {
    width: 80%;
    margin-top: 200px;
    padding: 25px;
  }
  .contenedorEnlaceAShop {
    height: 700px;
    background-image: url("../img/home/shopMezcal.jpg");
    background-size: 150%;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .contenidoEnlaceAShop {
    width: 80%;
    margin-top: 400px;
    padding: 25px;
  }
  .contenedorMezcalTequila {
    height: 700px;
    background-image: url("../img/home/mezcalTequila.jpg");
    background-size: 150%;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .contenidoMezcalTequila {
    width: 80%;
    margin-top: 100px;
    padding: 25px;
  }
  .contenedorEnlaceAShopTequila {
    height: 700px;
    background-image: url("../img/home/shopTequila.jpg");
    background-size: 150%;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .contenidoEnlaceAShopTequila {
    width: 100%;
    margin-top: 400px;
    padding: 25px;
  }
  .contenedorCraftMade {
    height: 700px;
    background-image: url("../img/home/craftMade.jpg");
    background-size: 150%;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .contenidoCraftMade {
    width: 80%;
    margin-top: 200px;
    padding: 25px;
  }
  .contenedorProductos {
    min-height: 800px;
    background-color: #000 !important;
    z-index: 1;
    padding: 0px !important;
  }
  .productos {
    background-color: #000 !important;
  }
  .contenedorEnlaceAExplore {
    height: 700px;
    background-image: url("../img/home/journey.jpg");
    background-size: 150%;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .contenidoEnlaceAExplore {
    width: 50%;
    margin-top: 400px;
    padding: 25px;
  }
}
@media screen and (max-width: 500px) {
  .contenedorBTH {
    overflow: hidden;
    z-index: 0;
  }
  .videoBanner {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 350%;
    min-height: unset;
  }
  .contenidoBannerVideo {
    padding: 25px;
    position: fixed;
    margin-top: 200px;
  }
  .contenidoBannerVideo h2 {
    font-family: "RalewayBold";
    color: #fff !important;
    font-size: 35px !important;
    text-align: center;
  }
  .contenedorWhatIsMezcal {
    height: 700px;
    background-image: url("../img/home/whatIsMezcal.jpg");
    background-size: 350%;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .contenidoWhatIsMezcal {
    width: 100%;
    margin-top: 200px;
    padding: 25px;
  }
  .contenedorEnlaceAShop {
    height: 700px;
    background-image: url("../img/home/shopMezcal.jpg");
    background-size: 350%;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .contenidoEnlaceAShop {
    width: 100%;
    margin-top: 400px;
    padding: 25px;
  }
  .contenedorMezcalTequila {
    height: 700px;
    background-image: url("../img/home/mezcalTequila.jpg");
    background-size: 350%;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .contenidoMezcalTequila {
    width: 100%;
    margin-top: 100px;
    padding: 25px;
  }
  .contenedorEnlaceAShopTequila {
    height: 700px;
    background-image: url("../img/home/shopTequila.jpg");
    background-size: 350%;
    background-position-x: -400px !important;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .contenidoEnlaceAShopTequila {
    width: 100%;
    margin-top: 400px;
    padding: 25px;
  }
  .contenedorCraftMade {
    height: 700px;
    background-image: url("../img/home/craftMade.jpg");
    background-size: 350%;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .contenidoCraftMade {
    width: 100%;
    margin-top: 200px;
    padding: 25px;
  }
  .contenedorProductos {
    min-height: 800px;
    background-color: #000 !important;
    z-index: 1;
    padding: 0px !important;
  }
  .productos {
    background-color: #000 !important;
  }
  .contenedorEnlaceAExplore {
    height: 700px;
    background-image: url("../img/home/journey.jpg");
    background-size: 350%;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
  }
  .contenidoEnlaceAExplore {
    width: 50%;
    margin-top: 400px;
    padding: 25px;
  }
}
.contenedorTopExplore {
  background-image: url("../img/explore/exploreTopBanner.jpg");
  background-size: 70%;
  margin-top: 100px !important;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.contenedorStory {
  min-height: 700px;
  background-color: #000 !important;
  background-size: 100%;
  z-index: 1;
}

.contenidoStory {
  width: 80%;
  margin-left: 10%;
  margin-top: 25px;
  padding: 25px;
}

.contenedorImgStory {
  width: 80%;
  margin-left: 10%;
  padding: 25px;
  background-color: #000 !important;
}

.imgStory {
  width: 90%;
  margin-left: 5%;
  overflow: hidden;
}
.imgStory img {
  transition: 0.35s ease-in-out;
  width: 110%;
}
.imgStory:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.contenedorDiversity {
  padding: 25px;
  background-color: #000 !important;
}

.contenidoDiversity {
  width: 80%;
  margin-left: 10%;
  margin-top: 25px;
  padding: 25px;
}

.dataDiversity {
  padding: 25px;
  background-color: #000 !important;
  transition: 0.35s ease-in-out;
}

.contenidoData h3 {
  width: 50%;
  margin-left: 25%;
  font-family: "RalewayBold";
  color: #fff !important;
  font-size: 30px !important;
  text-align: center;
}
.contenidoData p {
  width: 50%;
  margin-left: 25%;
  font-family: "Roboto";
  color: #fff !important;
  font-size: 18px !important;
  text-align: center;
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.data {
  animation: counter 2s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  counter-reset: num var(--num);
}

.data2 {
  animation: counter2 2s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  counter-reset: num var(--num);
}

.data3 {
  animation: counter3 2s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  counter-reset: num var(--num);
}

.data::after {
  content: counter(num);
}

.data2::after {
  content: counter(num);
}

.data3::after {
  content: counter(num);
}

@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 9;
  }
}
@keyframes counter2 {
  from {
    --num: 0;
  }
  to {
    --num: 12;
  }
}
@keyframes counter3 {
  from {
    --num: 0;
  }
  to {
    --num: 3;
  }
}
.contenedorRegion {
  padding: 25px;
  background-color: #000 !important;
}

.contenidoRegion {
  width: 80%;
  margin-left: 10%;
  margin-top: 25px;
  padding: 25px;
}

.carruselRegion {
  background-color: #000 !important;
}

.carousel {
  max-width: 70% !important;
  margin-left: 15%;
}

.contenedorAgaves {
  padding: 25px;
  background-color: #000 !important;
}

.contenidoAgaves {
  width: 80%;
  margin-left: 10%;
  margin-top: 25px;
  padding: 25px;
}

.carruselAgaves {
  background-color: #000 !important;
}

.contenedorProduction {
  padding: 25px;
  background-color: #000 !important;
}

.contenidoProduction {
  width: 80%;
  margin-left: 10%;
  margin-top: 25px;
  padding: 25px;
}

.carruselProduction {
  background-color: #000 !important;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 500px) {
  .contenedorTopExplore {
    background-image: url("../img/explore/exploreTopBanner.jpg");
    background-size: 350%;
    min-height: 500px;
    max-height: 500px;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center !important;
  }
  .contenedorStory {
    min-height: 700px;
    background-color: #000 !important;
    background-size: 100%;
    z-index: 1;
    padding: 0px !important;
  }
  .contenidoStory {
    width: 100%;
    margin-left: 0%;
    margin-top: 25px;
    padding: 0px !important;
  }
  .contenidoStory p {
    padding: 25px;
    width: 90%;
    margin-left: 5%;
  }
  .contenedorImgStory {
    padding: 0px !important;
    background-color: #000 !important;
    width: 100% !important;
    margin: 0px !important;
  }
  .contenedorImgStory div {
    padding: 0px !important;
    margin: 0px !important;
  }
  .imgStory {
    width: 100% !important;
    margin-left: 0px !important;
    overflow: hidden;
  }
  .imgStory img {
    transition: 0.35s ease-in-out;
    width: 100%;
  }
  .imgStory:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .contenedorDiversity {
    padding: 25px;
    background-color: #000 !important;
  }
  .contenidoDiversity {
    width: 100%;
    margin-left: 0%;
    margin-top: 25px;
    padding: 25px;
  }
  .dataDiversity {
    padding: 25px;
    background-color: #000 !important;
    transition: 0.35s ease-in-out;
  }
  .contenidoData h3 {
    width: 80%;
    margin-left: 10%;
    font-family: "RalewayBold";
    color: #fff !important;
    font-size: 30px !important;
    text-align: center;
  }
  .contenidoData p {
    width: 80%;
    margin-left: 10%;
    font-family: "Roboto";
    color: #fff !important;
    font-size: 18px !important;
    text-align: center;
  }
  @property --num {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
  }
  .data {
    animation: counter 2s ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    counter-reset: num var(--num);
  }
  .data2 {
    animation: counter2 2s ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    counter-reset: num var(--num);
  }
  .data3 {
    animation: counter3 2s ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    counter-reset: num var(--num);
  }
  .data::after {
    content: counter(num);
  }
  .data2::after {
    content: counter(num);
  }
  .data3::after {
    content: counter(num);
  }
  @keyframes counter {
    from {
      --num: 0;
    }
    to {
      --num: 9;
    }
  }
  @keyframes counter2 {
    from {
      --num: 0;
    }
    to {
      --num: 12;
    }
  }
  @keyframes counter3 {
    from {
      --num: 0;
    }
    to {
      --num: 3;
    }
  }
  .contenedorRegion {
    padding: 25px;
    background-color: #000 !important;
  }
  .contenidoRegion {
    width: 100%;
    margin-left: 0%;
    margin-top: 25px;
    padding: 25px;
  }
  .carruselRegion {
    background-color: #000 !important;
  }
  .carousel {
    max-width: 100% !important;
    margin-left: 0%;
  }
  .contenedorAgaves {
    padding: 25px;
    background-color: #000 !important;
  }
  .contenidoAgaves {
    width: 100%;
    margin-left: 0%;
    margin-top: 25px;
    padding: 25px;
  }
  .carruselAgaves {
    background-color: #000 !important;
  }
  .contenedorProduction {
    padding: 25px;
    background-color: #000 !important;
  }
  .contenidoProduction {
    width: 100%;
    margin-left: 0%;
    margin-top: 25px;
    padding: 25px;
  }
  .carruselProduction {
    background-color: #000 !important;
  }
}
.contenidoTopMainShop {
  padding: 25px;
  margin-top: 50px;
  width: 80%;
  margin-left: 10%;
  border-bottom: 4px solid #fff !important;
}
.contenidoTopMainShop h1 {
  text-align: center !important;
}

.contenedorMainShop {
  min-height: 800px;
  background-color: #000 !important;
  z-index: 1;
  margin-top: 25px;
  padding: 0px !important;
}

.mainShop {
  background-color: #000 !important;
  padding: 25px !important;
}

.contenidoBannerLab {
  padding: 25px;
  margin-top: 50px;
  width: 80%;
  margin-left: 10%;
  border-top: 4px solid #fff !important;
}
.contenidoBannerLab h2 {
  text-align: center !important;
}
.contenidoBannerLab p {
  text-align: center;
}
.contenidoBannerLab a {
  width: 30%;
  margin-left: 35%;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 500px) {
  .contenidoTopMainShop {
    padding: 25px;
    margin-top: 50px;
    width: 100%;
    margin-left: 0%;
    border-bottom: 4px solid #fff !important;
  }
  .contenidoTopMainShop h1 {
    text-align: center !important;
  }
  .contenedorMainShop {
    min-height: 800px;
    background-color: #000 !important;
    z-index: 1;
    margin-top: 25px;
    padding: 0px !important;
  }
  .mainShop {
    background-color: #000 !important;
    padding: 25px !important;
  }
  .contenidoBannerLab {
    padding: 25px;
    margin-top: 50px;
    width: 100%;
    margin-left: 0%;
    border-top: 4px solid #fff !important;
  }
  .contenidoBannerLab h2 {
    text-align: center !important;
  }
  .contenidoBannerLab p {
    text-align: center;
  }
  .contenidoBannerLab a {
    width: 70%;
    margin-left: 15%;
  }
}
#bannerTopML {
  overflow: hidden !important;
  max-width: 100%;
}

.contenidoBannerML {
  padding: 25px;
  position: fixed;
  margin-top: 200px;
  width: 100% !important;
}
.contenidoBannerML h1 {
  width: 100%;
  text-align: center;
  font-family: "RalewayBold";
  color: #fff !important;
  font-size: 70px !important;
}

.contenedorNeatOrMixed {
  padding: 25px;
  background-color: #000 !important;
}

.contenidoNeatOrMixed {
  padding: 25px;
}
.contenidoNeatOrMixed h2 {
  text-align: left;
}
.contenidoNeatOrMixed p {
  width: 80%;
  margin-left: 10%;
}

.contenedorHTTM {
  padding: 25px;
  background-color: #000 !important;
}

.contenidoHTTM {
  padding: 25px;
}
.contenidoHTTM h2 {
  text-align: left;
}

.contenedorCocktails {
  background-color: #000 !important;
}

.contenedorImgCardCocktail {
  overflow: hidden;
}

.imgCocktail {
  height: 100% !important;
}

.contenidoCocktails {
  padding: 25px;
  width: 80%;
  margin-left: 10%;
}
.contenidoCocktails h2 {
  text-align: center;
}

.contenedorCardsCocktails {
  padding: 25px;
  width: 80%;
  margin-left: 10%;
}

.cardCocktail {
  padding: 25px;
  text-align: center;
}
.cardCocktail h3 {
  text-align: center;
  font-family: "RalewayBold";
  font-size: 30px;
  color: #fff !important;
  margin-top: 25px;
}

.contenedorGoToShop {
  background-color: #000 !important;
  margin-top: -35px;
}

.contenidoGoToShop {
  padding: 25px;
  margin-top: 50px;
  width: 80%;
  margin-left: 10%;
  border-top: 4px solid #fff !important;
}
.contenidoGoToShop h2 {
  text-align: center !important;
}
.contenidoGoToShop p {
  text-align: center;
}
.contenidoGoToShop a {
  width: 30%;
  margin-left: 35%;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 500px) {
  .contenidoBannerML {
    padding: 25px !important;
    position: fixed;
    margin-top: 200px;
    width: 100% !important;
  }
  .contenidoBannerML h1 {
    margin-left: 0px !important;
    width: 100%;
    text-align: center;
    font-family: "RalewayBold";
    color: #fff !important;
    font-size: 75px !important;
  }
  .contenedorNeatOrMixed {
    padding: 25px;
    background-color: #000 !important;
  }
  .contenidoNeatOrMixed {
    padding: 25px;
  }
  .contenidoNeatOrMixed h2 {
    text-align: left;
  }
  .contenidoNeatOrMixed p {
    width: 90%;
    margin-left: 5%;
  }
  .contenedorHTTM {
    padding: 25px;
    background-color: #000 !important;
  }
  .contenidoHTTM {
    padding: 25px;
  }
  .contenidoHTTM h2 {
    text-align: left;
  }
  .contenedorCocktails {
    background-color: #000 !important;
  }
  .contenedorImgCardCocktail {
    overflow: hidden;
    padding: 0px;
  }
  .imgCocktail {
    width: 100% !important;
    height: auto !important;
  }
  .contenidoCocktails {
    padding: 25px;
    width: 90%;
    margin-left: 5%;
  }
  .contenidoCocktails h2 {
    text-align: center;
  }
  .contenedorCardsCocktails {
    padding: 0px !important;
    width: 100%;
    margin-left: 0%;
  }
  .cardCocktail h3 {
    font-family: "RalewayBold";
    font-size: 30px;
    color: #fff !important;
    margin-top: 25px;
  }
  .contenedorGoToShop {
    background-color: #000 !important;
    margin-top: -35px;
  }
  .contenidoGoToShop {
    padding: 25px;
    margin-top: 50px;
    width: 90%;
    margin-left: 5%;
    border-top: 4px solid #fff !important;
  }
  .contenidoGoToShop h2 {
    text-align: center !important;
  }
  .contenidoGoToShop p {
    text-align: center;
  }
  .contenidoGoToShop a {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
.contenedorTastings {
  min-height: 300px;
  background-color: #000 !important;
  background-size: 100%;
  z-index: 1;
}

.contenidoTastings {
  width: 80%;
  margin-left: 10%;
  margin-top: 75px;
  padding: 25px;
}
.contenidoTastings h1,
.contenidoTastings h2 {
  text-align: center;
}
.contenidoTastings img {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 50px;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 500px) {
  .contenedorTastings {
    min-height: 300px;
    background-color: #000 !important;
    background-size: 100%;
    z-index: 1;
  }
  .contenidoTastings {
    width: 100%;
    margin-left: 0%;
    margin-top: 100px !important;
    padding: 0px;
  }
  .contenidoTastings h1,
  .contenidoTastings h2 {
    text-align: center;
  }
  .contenidoTastings p {
    width: 90%;
    margin-left: 5%;
  }
  .contenidoTastings img {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 50px;
  }
}
.contenedorTopPartners {
  background-image: url("../img/partners/partnersTopBanner.png");
  background-size: 70%;
  margin-top: 100px !important;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.contenedorPartners {
  min-height: 300px;
  background-color: #000 !important;
  background-size: 100%;
}

.contenidoPartners {
  width: 80%;
  margin-left: 10%;
  margin-top: 25px;
  padding: 25px;
}
.contenidoPartners img {
  margin-top: 15px;
  padding: 10px;
  width: 100%;
}

.contenedorLogosPartners {
  width: 80%;
  margin-left: 10%;
}

.contenedorMessage {
  min-height: 500px;
  background: linear-gradient(to right, rgb(201, 205, 209) 0%, rgb(201, 205, 209) 100%);
}

.contenidoMessage {
  width: 80%;
  margin-left: 10%;
  margin-top: 150px;
  padding: 25px;
}
.contenidoMessage h2 {
  font-family: "RalewayBold";
  font-size: 30px !important;
  color: #000 !important;
  text-align: center;
}
.contenidoMessage p {
  font-family: "roboto";
  font-size: 14px !important;
  color: #000 !important;
  text-align: center;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 500px) {
  .contenedorTopPartners {
    background-image: url("../img/partners/partnersTopBanner.png");
    background-size: 300%;
    min-height: 500px;
    max-height: 500px;
    overflow: hidden;
    background-attachment: fixed;
    background-position-y: -150px !important;
    background-position-x: -550px !important;
    background-repeat: no-repeat;
  }
  .contenedorPartners {
    min-height: 300px;
    background-color: #000 !important;
    background-size: 100%;
  }
  .contenidoPartners {
    width: 100%;
    margin-left: 0%;
    margin-top: 25px;
    padding: 25px;
  }
  .contenidoPartners h2 {
    text-align: center;
    font-size: 30px !important;
  }
  .contenedorLogosPartners {
    width: 100%;
    padding: 25px;
    margin-left: 0%;
  }
  .contenedorMessage {
    min-height: 500px;
    background: linear-gradient(to right, rgb(201, 205, 209) 0%, rgb(201, 205, 209) 100%);
  }
  .contenidoMessage {
    width: 100%;
    margin-left: 0%;
    margin-top: 50px;
    padding: 25px;
  }
  .contenidoMessage h2 {
    font-family: "RalewayBold";
    font-size: 30px !important;
    color: #000 !important;
    text-align: center;
  }
  .contenidoMessage p {
    font-family: "roboto";
    font-size: 14px !important;
    color: #000 !important;
    text-align: center;
  }
}
.contenedorTopAboutUs {
  background-image: url("../img/aboutUs/topBannerAboutUs.png");
  background-size: 70%;
  margin-top: 100px !important;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.contenedorAboutUs {
  min-height: 300px;
  background-color: #000 !important;
  background-size: 100%;
  z-index: 1;
}

.contenidoAboutUs {
  width: 80%;
  margin-left: 10%;
  margin-top: 25px;
  padding: 25px;
}

.contenedorOurStory {
  min-height: 300px;
  background-color: #000 !important;
  background-size: 100%;
  z-index: 1;
}

.contenidoOurStory {
  width: 80%;
  margin-left: 10%;
  margin-top: 25px;
  padding: 25px;
  min-height: 500px;
}
.contenidoOurStory h2 {
  margin-top: 150px;
}

.containerImgOurStory {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgOurStory {
  width: 500px;
}

.imgOurStoryB {
  width: 70%;
}

.imgOurStoryC {
  width: 70%;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 500px) {
  .contenedorTopAboutUs {
    background-image: url("../img/aboutUs/topBannerAboutUs.png");
    background-size: 300%;
    min-height: 500px;
    max-height: 500px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-y: -100px;
    background-position-x: -500px;
  }
  .contenedorAboutUs {
    min-height: 300px;
    background-color: #000 !important;
    background-size: 100%;
    z-index: 1;
  }
  .contenidoAboutUs {
    width: 100%;
    margin-left: 0%;
    margin-top: 25px;
    padding: 25px;
  }
  .contenedorourStory {
    min-height: 300px;
    background-color: #000 !important;
    background-size: 100%;
    z-index: 1;
  }
  .contenidoOurStory {
    width: 100%;
    margin-left: 0%;
    margin-top: 25px;
    padding: 25px;
  }
  .imgOurStory {
    width: 100%;
    margin-left: 0%;
  }
}
.contenedorTopContactUs {
  background-image: url("../img/contact/bannercontactUs.png");
  background-size: 70%;
  margin-top: 100px !important;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.contenedorContactUs {
  padding: 25px;
  background-color: #000 !important;
  background-size: 100%;
  z-index: 1;
}

.contenidoContactUs {
  width: 80%;
  margin-left: 10%;
  margin-top: 25px;
  padding: 25px;
  text-overflow: clip !important;
}
.contenidoContactUs p {
  text-align: center !important;
  text-overflow: clip !important;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 500px) {
  .contenedorTopContactUs {
    background-image: url("../img/contact/bannercontactUs.png");
    background-size: 350%;
    min-height: 500px;
    max-height: 500px;
    overflow: hidden;
    background-attachment: fixed;
    background-position-y: -100px;
    background-repeat: no-repeat;
  }
  .contenedorContactUs {
    padding: 25px;
    background-color: #000 !important;
    background-size: 100%;
    z-index: 1;
  }
  .contenidoContactUs {
    width: 100%;
    margin-left: 0%;
    margin-top: 25px;
    padding: 0px;
  }
  .contenidoContactUs p {
    text-align: center !important;
  }
}

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