:root {
  --pink: #fc6880;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Gotham Bold, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  display: block;
  position: static;
}

.header {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f1f1f1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 120px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.logo {
  max-width: none;
  height: 50px;
}

.contact-info {
  text-transform: none;
  align-self: center;
  margin-top: 5px;
  font-family: Korolev Condensed, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.instagram-icon {
  flex: 0 auto;
  max-width: none;
}

.navbar {
  padding-left: 50px;
  padding-right: 50px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1366px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.isologo {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.portada {
  background-image: url('../images/ESCRITORIO-1.jpg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 645px;
  padding: 0;
}

.portada.mayoristas {
  background-image: url('../images/ESCRITORIO-4.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.titulo-seccion {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 150px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.linea-titulo {
  border-top: 2px solid #000;
  flex: 1;
  align-self: flex-end;
  height: 50%;
  display: block;
  overflow: visible;
}

.titulo {
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  display: block;
}

.heading {
  white-space: normal;
  width: 100%;
  font-family: Gotham Bold, sans-serif;
}

.image {
  max-width: none;
}

.contenedor-img {
  background-image: url('../images/ESCRITORIO-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 645px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.contenedor-img.mayorista {
  background-image: url('../images/ESCRITORIO-3.jpg');
  display: flex;
}

.contenedor-img.pedidos-mayorista {
  background-image: none;
  height: 100%;
  display: flex;
}

.contenedor-img.banner-cuotas {
  background-image: url('../images/web5.jpg');
  height: 350px;
  max-height: 350px;
  display: flex;
}

.contenedor-img.banner-footer-fondo-img {
  background-image: url('../images/Banner.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  max-width: none;
  height: 325px;
  max-height: 325px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.banner-footer {
  background-image: url('../images/ESCRITORIO-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 325px;
  max-height: 325px;
  display: block;
}

.link-block {
  background-color: #fc7d7da1;
  width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.button-transparente {
  text-align: center;
  vertical-align: baseline;
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

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

.contacto-contenedor {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-self: center;
  justify-items: stretch;
  width: 100%;
  height: 100%;
}

.mapa {
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.formulario-contenedor {
  background-color: #ff7a7a;
}

.footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.grid-footer-info {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1366px;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-left: 80px;
  padding-right: 80px;
}

.txt-info-footer {
  margin-bottom: 0;
  font-family: Gotham Light, sans-serif;
  font-weight: 300;
}

.isologo-footer {
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-bottom: 90px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.map {
  width: 100%;
  height: 100%;
}

.contact-info-footer {
  text-align: center;
  width: 350px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Gotham Light, sans-serif;
  font-size: 16px;
}

.form-block {
  width: 350px;
  margin-top: 20px;
  font-family: Gotham Light, sans-serif;
  font-size: 18px;
}

.submit-button {
  text-align: center;
  background-color: #fc6880;
  border-radius: 22px;
  width: 100%;
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Gotham Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.form {
  font-size: 18px;
}

.text-field {
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  height: 40px;
  margin-bottom: 30px;
  font-weight: 300;
}

.text-field.mensaje {
  height: 100px;
}

.div-block-3 {
  width: auto;
  height: auto;
  display: flex;
}

.success-message {
  background-color: #ffb4c6;
  border-radius: 10px;
}

.form-mensaje-error {
  text-align: center;
  font-size: 14px;
}

.form-mensaje-exitoso {
  font-family: Gotham Bold, sans-serif;
}

.contact-info-footer-paragraph {
  text-align: center;
  width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Light, sans-serif;
  font-size: 16px;
}

.redes-sociales-icon-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.instagram-icon-contact, .facebook-icon-contact {
  flex: 0 auto;
  max-width: none;
}

.link-block-mayorista, .link-block-minorista {
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
}

.whatsapp-boton-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  display: block;
  position: fixed;
  inset: auto 30px 30px auto;
}

.whatsapp-icon {
  width: 100%;
}

.link-block-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.recaptcha {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
  }

  .logo {
    height: 40px;
  }

  .contact-info {
    font-size: 16px;
  }

  .portada, .contenedor-img {
    height: 450px;
  }

  .footer {
    max-width: 768px;
  }

  .grid-footer-info {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    max-width: 768px;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .txt-info-footer {
    font-size: 12px;
  }

  .link-block-mayorista, .link-block-minorista {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 21px;
  }

  .logo {
    height: 40px;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block {
    display: none;
  }

  .isologo {
    justify-content: center;
    align-items: center;
  }

  .portada {
    height: 250px;
  }

  .titulo-seccion {
    height: 100px;
  }

  .contenedor-img {
    height: 300px;
  }

  .banner-footer {
    height: 225px;
  }

  .grid-footer-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-info-footer {
    font-size: 9px;
  }

  .isologo-footer {
    width: 90px;
    margin-bottom: 40px;
  }

  .link-block-mayorista, .link-block-minorista {
    width: 250px;
    height: 300px;
  }

  .whatsapp-boton-container {
    width: 65px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 16px;
  }

  .logo {
    height: 35px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    width: auto;
    height: auto;
    margin: 30px 0;
  }

  .isologo {
    flex-flow: row;
    flex: 1;
    display: flex;
  }

  .portada {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/MOBILE-1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-clip: border-box;
    height: 490px;
  }

  .portada.mayoristas {
    background-image: url('../images/MOBILE-4.jpg');
    background-position: 50% 0;
    background-size: 100%;
    height: 500px;
  }

  .titulo-seccion {
    background-color: #fff;
    height: 75px;
  }

  .titulo-seccion.footer {
    background-color: var(--pink);
  }

  .contenedor-img {
    background-image: url('../images/MOBILE-2.jpg');
    background-position: 50% -25px;
    background-size: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 480px;
  }

  .contenedor-img.mayorista {
    background-image: url('../images/MOBILE-3.jpg');
  }

  .banner-footer {
    background-image: url('../images/MOBILE-5.jpg');
    background-size: auto 110%;
    height: 300px;
  }

  .contacto-contenedor {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-footer-info {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    grid-template-columns: 1fr 1fr;
    align-self: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .isologo-footer {
    width: 75px;
  }

  .contact-info-footer, .form-block {
    width: 100%;
  }

  .submit-button {
    background-color: var(--pink);
  }

  .contact-info-footer-paragraph {
    width: 100%;
    font-size: 16px;
  }

  .redes-sociales-icon-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .link-block-mayorista, .link-block-minorista {
    width: 100%;
    height: 100%;
  }

  .whatsapp-boton-container {
    width: 50px;
    bottom: 10px;
    right: 10px;
  }

  .recaptcha {
    overflow: hidden;
  }
}


@font-face {
  font-family: 'Korolev Compressed';
  src: url('../fonts/korolev-bold-compressed.eot') format('embedded-opentype'), url('../fonts/korolev-bold-compressed.woff') format('woff'), url('../fonts/korolev-bold-compressed.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'korolev Condensed';
  src: url('../fonts/korolevlightcondensed.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev Condensed';
  src: url('../fonts/korolevboldcondensed.eot') format('embedded-opentype'), url('../fonts/korolevboldcondensed.woff') format('woff'), url('../fonts/korolevboldcondensed.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Light eot';
  src: url('../fonts/ufonts.com_gotham-light.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev Condensed';
  src: url('../fonts/korolevlightcondensed.woff') format('woff'), url('../fonts/korolevlightcondensed.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/ufonts.com_gotham-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/ufonts.com_gotham-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}