.mainContent {
  padding-top: 20px;
  padding-bottom: 0;
}

.mainFooter {
  margin-top: -20px;
  position: relative;
}

section .mapa {
  height: 500px;
}
section .contacto-top {
  border-top: 2px solid #001F60;
  padding-top: 40px;
}
section .contacto-top .text-bold {
  margin-bottom: 5px;
}
section .contacto-top .contacto-direccion + .contacto-info {
  margin-top: 35px;
}
section .contacto-top .contacto-lnk {
  font-size: 24px;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
section .contacto-top .contacto-lnk + .contacto-lnk {
  margin-top: 5px;
}
section .contacto-top .contacto-lnk a {
  color: #001F60;
}
section .contacto-top .contacto-lnk a:focus {
  color: #212429;
}
section .contacto-top .contacto-lnk a:hover {
  color: #212429;
}
section .contacto-top .contacto-secundarias {
  margin-top: 35px;
}
section .contacto-top .menuSocial {
  text-align: right;
}
section .form-container {
  border-radius: 20px;
  background-color: rgb(229.5, 245.4, 252.2);
  position: relative;
  z-index: 2;
}
section .form-container .form-group.form-group-focused .control-label, section .form-container .form-group.form-group-filled .control-label {
  background-color: rgb(229.5, 245.4, 252.2);
}
section .form-container .form-group.form-group-focused .control-label.curriculum-mensaje, section .form-container .form-group.form-group-filled .control-label.curriculum-mensaje {
  transform: translateY(-75%);
}

@media (min-width: 1440px) {
  section .contacto-top > * {
    flex-grow: 1;
  }
  section .contacto-top .contacto-top-blq2 {
    display: flex;
    justify-content: space-between;
  }
  section .form-container {
    padding: 80px 0;
    margin-bottom: -80px;
  }
  section .form-container .form {
    max-width: 1144px;
    margin: 0 auto;
  }
  section .form-container.curriculum {
    margin-bottom: 0;
  }
}
@media (max-width: 1439px) {
  section .contacto-top .contacto-top-blq2 > * + * {
    margin-top: 35px;
  }
}
@media (min-width: 1024px) {
  section .contacto-top {
    margin-bottom: 60px;
  }
  section .contacto-top h1 {
    width: 320px;
  }
  section .contacto-top h1.curriculum {
    width: 100%;
  }
  section .formContacto fieldset .form-group {
    width: calc(50% - 10px);
  }
  section .formContacto fieldset .form-group:last-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  section .formContacto fieldset .form-group textarea.form-control {
    height: 176px;
  }
  section .formContacto .form-bottom .form-group {
    margin-bottom: 0;
  }
  section .formContacto .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 396px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .form-container {
    padding: 40px 32px;
    margin-bottom: -40px;
  }
  section .form-container.curriculum {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  section .contacto-top {
    margin-bottom: 40px;
  }
  section .contacto-top .contacto-top-blq3 {
    padding-top: 20px;
  }
  section .contacto-top .contacto-top-blq3 .menuSocial {
    text-align: left;
  }
  section .formContacto fieldset .form-group textarea.form-control {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .formContacto fieldset .form-group:nth-child(1) {
    width: 364px;
  }
  section .formContacto fieldset .form-group:nth-child(2) {
    width: 242px;
    position: absolute;
    top: 0;
    right: 0;
  }
  section .formContacto .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 370px;
  }
}
@media (min-width: 768px) {
  section .contacto-top {
    display: flex;
    justify-content: space-between;
  }
  section .contacto-top .contacto-top-blq1 ~ * {
    margin-top: 25px;
  }
  section .contacto-top .contacto-top-blq2 > * {
    width: 340px;
  }
  section .formContacto fieldset {
    position: relative;
  }
  section .formContacto .form-bottom {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  section .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 160px;
  }
}
@media (max-width: 767px) {
  section .contacto-top .contacto-top-blq2 {
    margin-top: 35px;
  }
  section .form-container {
    padding: 32px 12px;
    margin-bottom: -80px;
  }
  section .form-container.curriculum {
    margin-bottom: 0;
  }
  section .formContacto .form-bottom {
    margin-top: 12px;
  }
  section .formContacto .form-bottom .form-bottom-blq2 {
    order: -1;
  }
  section .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 100%;
    display: flex;
  }
}/*# sourceMappingURL=contactoFront.css.map */