section#contacto-form {
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
}
section#contacto-form .container {
  /* max-width: 695px; */
}
section#contacto-form .title {
  text-transform: uppercase;
  max-width: 875px;
  font-weight: 800;
}
section#contacto-form .container > :first-child {
  width: fit-content;
  margin: 0 auto;
  margin-left: 253px;
}
section#contacto-form .title::after {
  content: "";
  display: block;
  height: 12px;
  background-color: var(--c-secondary);
  width: 81px;
  margin-top: 10px;
}
section#contacto-form .text {
  max-width: 600px;
  text-align: left;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
section#contacto-form .form {
}
section#contacto-form .form .flex {
}
section#contacto-form .form .flex > div {
  padding: 10px 0;
}
section#contacto-form .form .flex label {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #53565a;
}
section#contacto-form .form .flex label span {
  margin-right: 8px;
  border: 1px solid var(--c-primary);
}
section#contacto-form .form .flex input {
  border: 1px solid var(--c-primary);
  padding: 20px;
  height: 47px;
}
section#contacto-form .form .flex .btn {
  border: 1px solid var(--c-secondary);
  padding: 16px 50px;
  font-size: 16px;
  cursor: pointer;
  line-height: 19px;
  height: auto;
}
section#contacto-form .form .flex textarea {
  border: 1px solid var(--c-primary);
  height: 120px;
  padding: 14px 20px;
}
section#contacto-form .form .flex .condiciones {
}
section#contacto-form .form .flex input::placeholder {
  font-size: 16px;
  line-height: 17px;
}
section#contacto-form .form .flex textarea::placeholder {
  font-size: 16px;
  line-height: 17px;
}
section#contacto-form .formulario {
  max-width: 695px;
  margin: 0 auto;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
select,
textarea {
  font-size: 16px;
  line-height: 17px;
}
@media screen and (max-width: 900px) {
  section#contacto-form {
  }
  section#contacto-form .container {
  }
  section#contacto-form .title {
  }
  section#contacto-form .text {
  }
  section#contacto-form .form {
  }
  section#contacto-form .form .flex {
  }
  section#contacto-form .form .flex > div {
    width: 100%;
  }
  section#contacto-form .form .flex label {
  }
  section#contacto-form .form .flex input {
  }
  section#contacto-form .form .flex .btn {
  }
  section#contacto-form .form .flex textarea {
  }
  section#contacto-form .form .flex .condiciones {
  }
}


#contactForm_forms_flash .close{
  display: none;
}
#contactForm_forms_flash p{
  /* color: #000; */
  margin-top: 30px;
  font-weight: bold;
  color: #2e8b57;
  text-align: center;
}

#contactForm_forms_flash h4{
  color: red;
}

section#contacto-form .form form .flex.first > div{
  padding: 0;
}

@media screen and (max-width: 1250px) {
  section#contacto-form .container > :first-child {
    margin: 0 auto;
  }
  section#contacto-form .form .flex > div {
    width: 100%;
  }
}
