#contact {
  .w-49 {
    width: 49%;
    max-width: 525px;
  }

  .bloque-contacto {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form-contacto-inputs {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .icons-contacto {
    margin: 1.5rem 0;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    gap: 20px;
    font-family: Neue Haas Grotesk Display, serif;
  }

  .title-h2-contacto {
    max-width: 468px;
    margin: auto;
    text-align: left;
    font-family: "Manier", serif;
    font-size: clamp(1.875rem, 1.4583333333rem + 1.1574074074vw, 2.5rem);
    font-weight: lighter;
  }

  .layer_contacto_datos {
    margin-top: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    .contact-rich, #map-style {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-evenly;
    }

    #storemap {
      margin: 0;
    }

    .contact-rich {
      .contact-data-layer {
        max-width: 468px;
        font-size: clamp(0.8125rem, 0.6971153846rem + 0.3205128205vw, 0.9375rem);
        color: #222;

        h2 {
          text-align: left;
          font-family: "Manier", serif;
          font-size: clamp(1.875rem, 1.4583333333rem + 1.1574074074vw, 2.5rem);
          font-weight: lighter;
        }

        b {
          font-weight: bold;
        }

        a {
          color: #222;
          text-decoration: underline;
        }
      }
    }
  }

  .layer_contacto {
    margin: 60px 0;
    display: flex;

    .contact-form, .imagen_contacto {
      flex: 1 1 50%;
      width: 100%;
    }

    .imagen_contacto {
      img {
        width: 100%;
        max-width: 532px;
      }
    }

    .contact-form {
      color: #222;

      h2 {
        text-align: center;
        font-family: "Manier", serif;
        font-size: clamp(1.875rem, 1.4583333333rem + 1.1574074074vw, 2.5rem);
        font-weight: lighter;
      }

      p {
        font-size: 16px;
        margin: 2rem auto;
        max-width: 645px;
        text-align: center;
        font-family: Neue Haas Grotesk Display, serif;
      }

      form {
        text-align: center;
        margin: auto;

        input, select, textarea {
          width: 100%;
          padding: 10px 15px;
          font-size: 14px;
          color: #666439;
          border: 1px solid #666439;
          outline: 0;
          background-color: white;
          font-family: Neue Haas Grotesk Display, serif;
        }

        input::placeholder, select::placeholder, textarea::placeholder {
          color: #666439;
        }

        textarea {
          min-height: 120px;
        }

        .button-submit-layer {
          display: flex;
          width: 100%;
          max-width: 225px;

          .button-submit {
            margin-top: 1.25rem;
            border-color: #666439;
            background: #666439;
            width: 100%;

            button {
              width: 100%;
              color: #FFF !important;
              font-size: clamp(0.875rem, 0.75rem + 0.3472222222vw, 1.0625rem);
              font-weight: 400;
              padding-left: 10px;
              padding-right: 10px;
              border-radius: 0;
              height: 45px;
              text-transform: none;
              cursor: pointer;
              background: transparent;
              border: 0;
              font-family: Neue Haas Grotesk Display, serif;
            }

            button:hover {
              background-color: #000;
            }
          }
        }

        .input-radiobox {
          display: flex;
          position: relative;
          cursor: pointer;
          line-height: 100% !important;
          padding: 0 0 0 24px;
          user-select: none;

          input {
            cursor: pointer;
            z-index: 10;
            line-height: 100%;
            opacity: 0;
            position: absolute;
            height: 18px;
            min-width: 24px;
            width: 24px;
            top: 0;
            left: 0;
            margin: 0;
            background: transparent;
            border: none;
            appearance: none;
          }

          label {
            display: inline-block;
            vertical-align: top;
            line-height: 120%;
            color: #666439;
            font-size: 0.875rem;
            text-align: left;
            font-family: Neue Haas Grotesk Display, serif;
            a {
              color: #666439;
              text-decoration: underline;
            }
          }

          input:checked ~ .checkmark {
            border-color: #666439;
            background-color: #666439;
          }

          &.square .checkmark {
            border-radius: 0;
          }

          .checkmark {
            position: absolute;
            position: absolute;
            height: 18px;
            width: 18px;
            top: 0;
            left: 0;
            background-color: #fff;
            border: 1px solid #666439;
            border-radius: 22px;
          }
        }
      }
    }
  }

  @media (max-width: 992px) {
    .contact-rich, .layer_contacto {
      flex-direction: column;
    }

    h2, .contact-data-layer, p {
      text-align: center !important;
    }

    .button-send-contact {
      justify-content: center;
    }
  }

  .button-send-contact {
    margin: 0 !important;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .minitext-contact-form {
    font-size: 12px;
    text-align: left;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Neue Haas Grotesk Display, serif;
  }
  .minitext-contact-form-two {
    font-size: 14px;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    color: #666439;
    font-family: Neue Haas Grotesk Display, serif;
  }

  .mb-0 {
    margin-bottom: 0!important;
  }
  .form-group {
    margin-bottom: 0;
  }
}

@media(max-width: 767px) {
  #contact .w-49{
    width: 100% !important;
  }
  #contact div.icons-contacto {
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 20px;
    flex-direction: column;
  }
  #contact div.layer_contacto_datos{
    margin-top: 20px;
  }
  #contact div.layer_contacto_datos .imagen_contacto img{
    width: 100%;
  }
  #module-clutx_registrogarantia-registro_garantia #datos_tienda .select2-container{
    width: 100% !important;
  }
  body#stores .search_block, body#stores #search_form, body#stores #search_form .stores_layer{
    width: 100% !important;
  }
}

@media(max-width: 1200px) {
  .button-send-contact {
    justify-content: center !important;
  }
}
