/* INTERSADO */
#interesado {
  background: transparent url("intersado-bg.jpg") no-repeat center / cover;
  padding-top: 85px;
  padding-bottom: 105px;
}
#interesado h2 {
  color: #ffffff;
  font-family: 'brutal_typebold';
  margin-bottom: 75px;
  text-align: center;
}

#interesado form,
#interesado .form-right-text {
  padding: 45px 35px 35px;
}
#interesado h4,
#interesado h3 {
  font-size: 21px;
  font-family: Open sans;
  font-weight: 400;
  margin-top: 0;
  border:0 !important;
}
#interesado form input {
  border-radius: 0;
  box-shadow: none;
}

#interesado #get-in-touch-form {
  margin: 0 auto;
}

#interesado #get-in-touch-form .btn {
  margin: 2em 0 0;
}

#interesado #get-in-touch-form .row:first-child .col-sm-12:first-child::before {
  left: 15px;
  right: 30px;
  width: calc(100% - 30px);
  height: 1px;
  background: #ccc;
  bottom: 0;
  content: '';
  position: absolute;
  display: none;
}
/* #interesado #lopd_checkbox input {
  margin: 1px 0 0 -22px;
  float: left;
  height: auto;
} */
/* #interesado button {
  height: 45px;
  margin-top: 30px;
} */
#interesado .btn .arrow-button {
  top: 35%;
}
#interesado .form-right-text {
  margin-top: 0;
}
#interesado .form-right-text img {
  margin-top: 0px;
  margin-bottom: 0px;
}
#interesado h3 {
  margin-bottom: 5px;
}
#interesado p {
  color: #555555;
  font-size: 16px;
}
#interesado #lopd_checkbox_label p {
  font-size: 12px;
}
#interesado .contact-telephone {
  margin-bottom: 10px;
  font-size: 150%;
  color: #ed9b33;
  margin-bottom: 0;
  display: block;
  font-family: 'brutal_typeregular';
  border: 0;
}

#interesado .contact-email {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
}
#interesado .offer-contact {
  margin-top: 20px;
}
#interesado .more-than-one-contact img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
  max-height: 140px;
}

#interesado .one-contact img {
  max-width: 230px;
  object-fit: cover;
  object-position: top;
  max-height: 230px;
}

@media all and (max-width: 1199px) {
  #interesado .contact-telephone {
    margin-bottom: 5px;
  }
  #interesado form,
  #interesado .form-right-text {
    padding: 30px 30px 35px;
  }
}

@media all and (max-width: 768px) {
  #interesado h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  #interesado #lopd_checkbox {
    position: relative;
  }
  #interesado #lopd_checkbox input {
    left: 3px;
    top: 5px;
  }
}
