section#cabecera-interna {
  padding-top: 108px !important;
}

section#cabecera-interna .container {max-width: 1000px;}

section#cabecera-interna .title {
  text-align: left;
}

section#cabecera-interna .text,
section#contacto-content .text {
  text-align: left;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

section#contacto-content .text strong {
  margin-bottom: -3px;
  display: block;
}

section#contacto-content .text a {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */

  text-align: center;
  letter-spacing: -0.4px;

  color: #9b9baa;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-bottom: -30px;
}

section#contacto-content .text a:hover {
  color: var(--c-primary);
}

section#contacto-content .text a img {
  margin-right: 14px;
}

section#contacto-content {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

section#contacto-content .container {
max-width: 1000px;}

section#contacto-content .form {
}

section#contacto-content .form .flex {
}

section#contacto-content .form .flex > div {
}

section#contacto-content .container > .flex > div:last-child {
  /* padding-top: 40px; */
}

section#contacto-content .form .flex label {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 160%;
  /* identical to box height, or 26px */
  letter-spacing: 0.5px;
  color: #8e8e8e;
}

section#contacto-content .form .flex input,
section#contacto-content .form .flex select {
  border-bottom: 1px solid #bebebe;
  border-radius: 0;
  height: 50px;
}

section#contacto-content .form .flex .btn {
  height: auto;
  padding: 10px 43px;
  border-radius: 50px;
  cursor: pointer;
}

section#contacto-content .form .flex textarea {
  height: 100px;
  border: 1px solid #bebebe;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}

section#contacto-content .form .flex .condiciones {
max-width: 800px;}

section#contacto-content .form .flex .condiciones span {
  margin-right: 9px;
}

@media screen and (max-width: 900px) {
  section#contacto-content {
  }

  section#contacto-content .container {
  }

  section#contacto-content .form {
  }

  section#contacto-content .form .flex {
  }

  section#contacto-content .form .flex > div {
    width: 100%;
  }

  section#contacto-content .form .flex label {
  }

  section#contacto-content .form .flex input {
  }

  section#contacto-content .form .flex .btn {
  }

  section#contacto-content .form .flex textarea {
  }

  section#contacto-content .form .flex .condiciones {
  }

  section#contacto-content .text {
    text-align: center;
  }

  section#contacto-content .text a {
    text-align: center;
    margin-bottom: -15px;
  }
  section#contacto-content .text a img {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}

section#mapa {
  padding-top: 30px;
}

section#mapa .mapa {
  overflow: hidden;
  border-radius: 20px;
  height: 426px;
  position: relative;
}

section#mapa .mapa iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
