#contact #container .s2 {
  padding-top: 10rem;
}

#contact #container .s2 .container-inner {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}

#contact #container .s2 .container-inner > div {
  width: 50%;
  text-align: center;
}

#contact #container .s2 .container-inner h3 {
  font-size: 2.23rem;
  line-height: 3rem;
  color: #7E858B;
  padding-bottom: 12px;
  margin-bottom: 2.7rem;
  border-bottom: solid 1px #7E858B;
  position: relative;
  opacity: 0.5;
  transition: opacity .3s ease;
}

#contact #container .s2 .container-inner h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 3px;
  bottom: -1px;
  left: 0;
  background: #A4A9AC;
  transition: width .8s ease;
}

#contact #container .s2 .container-inner p {
  font-size: 1.77rem;
  line-height: 2.3rem;
  color: #2E2826;
  text-align: center;
  opacity: 0;
  transition: opacity .5s ease;
}

#contact #container .s2 .container-inner img {
  display: none;
  width: 100%;
  height: auto;
}

#contact #container .s2 .container-inner > div.sel h3 {
  opacity: 1;
}

#contact #container .s2 .container-inner > div.sel h3::after {
  width: 100%;
}

#contact #container .s2 .container-inner > div.sel p {
  opacity: 1;
}

#contact #container .s2 .map {
  width: 100%;
  height: 750px;
  position: relative;
}

#contact #container .s2 .map > a {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease;
}

#contact #container .s2 .map .map {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#contact #container .s2 .map .co-map {
  background: url(/i/svg/map.svg) no-repeat center/cover;
}

#contact #container .s2 .map .dc-map {
  background: url(/i/dc-map.png) no-repeat center/cover;
}

#contact #container .s2 .map > a.sel {
  opacity: 1;
  visibility: visible;
}

#contact #container .s3 {
  background: url(/i/form-bg-img-parralax.jpg) no-repeat center/cover fixed;
  padding: 10rem 0;
}

#contact #container .s3 h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 5rem;
}

#contact #container .s3 form {
  width: 100%;
  max-width: 1364px;
  margin: 0 auto;
  text-align: center;
}

#contact #container .s3 form .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6rem;
}

#contact #container .s3 form .row > input {
  width: 50%;
}

#contact #container .s3 form input.hidhp {
  display: none;
}

#contact #container .s3 form input {
  display: block;
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  -webkit-appearance: none;
  margin-bottom: 4.45rem;
  padding: 10px 0;
}

#contact #container .s3 form textarea {
  display: block;
  height: 200px;
  width: 100%;
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  padding: 10px 0;
  -webkit-appearance: none;
  resize: none;
  margin-bottom: 2rem;
}

#contact #container .s3 form input:-webkit-autofill,
#contact #container .s3 form input:-webkit-autofill:hover,
#contact #container .s3 form input:-webkit-autofill:focus,
#contact #container .s3 form textarea:-webkit-autofill,
#contact #container .s3 form textarea:-webkit-autofill:hover,
#contact #container .s3 form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

#contact #container .s3 form ::placeholder {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}

#contact #container .s3 form .g-recaptcha {
  display: inline-block;
}

#contact #container .s3 form .btn-submit {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  max-width: 255px;
  background-color: #fff;
  border-radius: 23px;
  text-align: center;
  color: #5C676F;
  padding: 16px 0;
  cursor: pointer;
  overflow: hidden;
  border: none;
  transition: all .5s ease;
  margin: 2rem auto 0;
}

#contact #container .s3 form .btn-submit:hover {
  background-color: #5C676F;
  color: #fff;
}

#contact #container .s3 .response {
  text-align: center;
  top: 2rem;
  position: relative;
  color: #fff;
}

/***** MEDIA *****/
@media screen and (max-width: 1100px) {
  #contact #container .s2 {
    padding-top: 8.34rem;
  }
  #contact #container .s2 .map {
    height: 500px;
  }
  #contact #container .s2 .container-inner p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  #contact #container .s3 {
    padding: 8.34rem 0;
    background-attachment: scroll;
  }
  #contact #container .s3 form .row {
    gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  #contact #container .s2 {
    padding-top: 6rem;
  }
  #contact #container .s2 .container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
    margin-bottom: 0;
  }
  #contact #container .s2 .container-inner > div {
    width: 100%;
  }
  #contact #container .s2 .container-inner h3::after {
    display: none;
  }
  #contact #container .s2 .container-inner h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
    opacity: 1;
  }
  #contact #container .s2 .container-inner p {
    opacity: 1;
    visibility: visible;
    margin-bottom: 1.5rem;
  }
  #contact #container .s2 .container-inner img {
    display: block;
  }
  #contact #container .s2 .map {
    display: none;
  }
  #contact #container .s3 {
    padding: 6rem 0;
  }
  #contact #container .s3 h2 {
    margin-bottom: 3rem;
  }
  #contact #container .s3 form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #contact #container .s3 form .row > input {
    width: 100%;
  }
  #contact #container .s3 form input {
    margin-bottom: 1rem;
  }
  #contact #container .s3 form textarea {
    height: 150px;
  }
  #contact #container .s3 form .btn-submit {
    max-width: 235px;
    font-size: 14px;
    line-height: 17px;
    padding: 13px 0;
  }
}
