/** Shopify CDN: Minification failed

Line 343:2 "margin-botom" is not a known CSS property
Line 475:0 Unexpected "}"
Line 479:0 Unexpected "}"
Line 493:0 Unexpected "}"
Line 511:3 Unexpected "}"
Line 532:2 Unexpected "}"

**/
.landing-wholesale {
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*TITULO*/
.landing-wholesale .info-general {
  display: flex;
  align-items: center;
  max-height: 108px;
  width: 100%;
}
.landing-wholesale .info-general h1 {
  font-weight: 700;
  font-size: 32px;
  width: 100%;
  line-height: 38px;
  color: #000;
  margin-left: 3px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  border-bottom: 5px solid #ff0000;
}
/*INFORMACIÓN GENERAL*/
.landing-wholesale .content-multi {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 80px 0;
  padding: 0 16px;
  width: 100%;
}
.landing-wholesale .content-multi .container-banner-multi{
  max-width: 50%;
  margin-left: 5%;
  box-shadow: -20px 20px #ff0000;
  border-radius: 10px;
}
.landing-wholesale .content-multi .info-banner{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 80px;
  width: 50%;
}
.landing-wholesale .content-multi .info-banner > h2{
  font-weight: 700;
  font-size: 40px;
  line-height: 38px;
  text-transform: none;
  color: #000000;
  margin: 10px 0;
}
.landing-wholesale .content-multi .info-banner > p{
  font-size: 16px;
  color: #000000;
  margin-top: 30px;
}
.line-wholesale {
  display: block !important;
  width: 168px;
  height: 8px;
  margin-top: -5px;
}
.landing-wholesale .content-multi .info-banner .cta-wholesale {
  width: fit-content;
  position: relative;
  background: #1E1E1E;
  bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 3px 10px;
}

.landing-wholesale .content-multi .info-banner .cta-wholesale:hover {
  border-bottom:3px #ff0000 solid;
  border: 1px solid #000;
  background:#fff;
  color:#000;
}

/*INFORMACIÓN*/
.contenedor-informacion-general{
  display: flex;
  justify-content: space-around;
}
.landing-wholesale .container-information {
  width: 33%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;
}
.landing-wholesale .container-information .content-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10px;
}
.landing-wholesale .container-information .content-info img{
  height: 90%;
}
.landing-wholesale .container-information .content-info .cont-info-sec{
  width: 100%;
}
.content-info h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-top: 0 !important;
}

.landing-wholesale .container-information .content-info span {
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.landing-wholesale .container-information .content-info a{
  text-decoration: revert;
}

.landing-wholesale .line-container-information {
  width: 2px;
  height: 112px;
  background: rgba(26, 26, 26, 0.24);
  display: block;
}

.landing-wholesale .container-information:nth-child(5) .line-container-information {display: none;}

/*CONTACTO*/
.container-form-chat {
  width: 100%;
  margin-top: 20px;
}
.container-form-chat .content-info-chat{
  width: 100%;
  height: 600px;
  display: block;
  justify-content: space-around;
}
.container-form-chat .content-info-chat .contact-sec-info{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container-form-chat .content-info-chat .contact-sec-info h2{
  color: #ffffff;
  text-transform: none;
  font-size: 24px;
  margin-bottom: 20px;
}
.container-form-chat .content-info-chat .contact-sec-info p{
  text-align: center;
  color: #fff;
  font-size:14px;
}
.container-form-chat .content-info-chat .contact-sec-info a{
  color: #FFF;
  margin-top: 40px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  text-decoration: none;
  padding: 3px 10px;
  font-size: 14px;
}

.container-form-chat .content-info-chat .contact-sec-info a:hover {
  border-bottom:3px #ff0000 solid;
  border: 1px solid #FFF;
  color:#FFF;
  background:red;
}
.container-form-chat .content-info-chat .contact-sec-form{
  width: 100%;
  padding: 0px 40px;
}
.container-form-chat .content-info-chat .contact-sec-form h2{
  width: 100%;
  margin-top: 10px;
  width: 100%;
  padding: 5px 0px;
  margin-bottom: 15px;
  border-bottom: 3px solid #ff0000;
  text-transform: none;
  font-size: 28px;
}
#cobertura-link-form{
  background-color: #fff;
  width: 70%;
  height: 60px;
  position: relative;
  top: -120px;
  left: 30%;
}

/*INFORMACION TIENDAS*/
.container-tiendas-muestra-desktop{
  display: flex;
  position: sticky;
}
.container-tiendas-muestra-movil{
  display: none;
}
.container-tiendas-muestra-desktop .cont-desc-tiendas {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
.container-tiendas-muestra-desktop .cont-desc-tiendas h2{
  width: 100%;
  color: #000;
  text-transform: none;
  border-bottom: 3px solid #feee00;
  margin-bottom: 20px;
  padding: 10px;
}
.container-tiendas-muestra-desktop .cont-desc-tiendas p{
  color: #000;
}
.container-tiendas-muestra-desktop .cont-img-tiendas {
  width: 50%;
}

.content-form-chat h2 {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  color: #1E1E1E;
}

.content-form-chat .content-info-chat h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #1E1E1E;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-form-chat h3 img{margin-left: 10px;}
.content-form-chat .content-info-chat a {
  width: 119px;
  height: 28px;
  background: #1E1E1E;
  display: flex;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.content-form-chat .content-info-chat .line-wholesale-chat {
    display: block!important;
    width: 103px;
    height: 3px;
    background: #E9EA40;
}
.content-info a.cta_banner {
  width: 200px;
  height: 28px;
  background: #1E1E1E;
  display: flex;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.content-info .line-wholesale-cta_banner {
    display: block!important;
    width: 180px;
    height: 3px;
    background: #E9EA40;
}
.content-image-text .content-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.separator-line {
  display: block !important;
  width: 2px;
  height: 354px;
  left: 715px;
  top: 1449px;
  background: #1A1A1A;
}
.content-form-chat .content-info-form h3.title {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #1E1E1E;
  display: flex;
  align-items: center;
}
.content-form-chat .content-info-form h3.subtitle {
   font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-botom: 0 !important;
}
.landing-wholesale .content-multi .content-info span {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  text-transform: inherit;
  margin-bottom: 60px;
  display: block;
}
a.banner-desktop > img {
  max-width: none;
  border-radius: 5px;  
  width: 100%;
}
img.icon-pulsor-cta {
    width: 30px;
    margin-left: 20px;
}
@media (max-width: 900px) {
  .landing-wholesale .content-multi{
    flex-direction: column;
  }
  .landing-wholesale .content-multi .container-banner-multi{
    max-width: 90%;
    margin-left: 0px;
  }
  .landing-wholesale .content-multi .info-banner{
    width: 80%;
    margin-left: 0px;
    margin-top: 50px;
    align-items: center;
  }
  .landing-wholesale .content-multi .info-banner>h2{
    width: 100%;
    font-size:28px;
  }
  .landing-wholesale .content-multi .info-banner > p {
    width: 100%;
    text-align: justify;
  }
  .landing-wholesale .content-multi .info-banner .cta-wholesale{
    bottom: -50px;
  }
  .container-form-chat .content-info-chat{
    height: auto;
    flex-direction: column;
  }
  .container-form-chat .content-info-chat .contact-sec-info, .container-form-chat .content-info-chat .contact-sec-form{
    width: 90%;
    margin: auto;
  }
  .container-form-chat .content-info-chat .contact-sec-info{
    height: 700px;
    padding: 10%;
  }
  .landing-wholesale .container-information .content-info img{
    width: 30%;
    height: auto;
  }
}
@media (max-width: 700px) {
  .landing-wholesale .content-multi .container-banner-multi{
    width: 90%;
    margin-left: 5%;
  }
  .contenedor-informacion-general{
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  .landing-wholesale .container-information{
    width: 90%;
    margin-bottom: 30px;
  }
  .container-form-chat{
    margin-top: 50px;
  }
  .container-form-chat .content-info-chat .contact-sec-info{
    width:100%;
    height: 500px;
    padding: 5%;
  }
  .container-form-chat .content-info-chat .contact-sec-info{
    height: 400px;
  }
  .container-form-chat .content-info-chat .contact-sec-info h2{
    font-size: 24px;
  }
  .container-form-chat .content-info-chat .contact-sec-info p{
    line-height: initial;
  }
  .container-form-chat .content-info-chat .contact-sec-form{
    width: 100%;
    padding: 5%;
  }
  .container-tiendas-muestra{
    flex-direction: column;
  }
  .container-tiendas-muestra-desktop{
    display: none;
  }
  .container-tiendas-muestra-movil{
    display: block;
    width: 95%;
    
  }
  .container-tiendas-muestra-movil h2{
    width: 100%;
    color: #000;
    text-transform: none;
    border-bottom: 3px solid #feee00;
    margin-bottom: 20px;
    padding: 10px;
  }
  .container-tiendas-muestra-movil p{
    color: #000;
    margin-top: 20px;
    text-align: justify;
  }
}

.banner-mobile{
     display:none;
  font-size: 0rem;
   }
   
   .banner-desktop{
   	display:block !important;
   }

}
img {
  max-width: 100%;
  border: 0; }
}
@media (max-width: 490px) {
  #cobertura-link-form{
    width: 100%;
    height: 60px;
    top: -130px;
    left: 0%;
  }

  
  img {
  max-width: 100%;
  border: 0; }
}
}

/****BANNER MOBILE 2***/

 @media screen and (max-width : 480px){
   
   .banner-mobile{
     display:block !important
   }
   
   .banner-desktop{
   	display:none !important;
   }

   img {
  max-width: 100%;
  border: 0; }
}
   }

@media only screen and (max-width: 380px){
  .tagheader{
    height: 50px !important
  }
  .tagheader img.banner-desktop{
    display: none;
  }
  .tagheader img.banner-mobile{
    display: block;
  }
  .headerTag{
    top: 50px !important;
  }

  img {
  max-width: 100%;
  border: 0; }
}

  }