.mainContent {
  padding-top: 0;
}
.mainContent section > .container {
  border-radius: 24px;
  background-color: #F5F9FF;
  border: 4px solid #DFECFE;
  padding: 60px;
}

section .mapa {
  height: 500px;
  margin-bottom: 45px;
}
section .contacto-top {
  margin-bottom: 60px !important;
}
section .contacto-top h1 {
  color: #3065AF;
  font-weight: 700;
  font-size: 54px;
  line-height: 58px;
}
section .contacto-top .contacto-top-blq3 {
  display: flex;
  justify-content: right;
  align-items: end;
}
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: var(--colorCorp);
}
section .contacto-top .contacto-lnk a:focus {
  color: var(--colorCorp);
}
section .contacto-top .contacto-lnk a:hover {
  color: var(--colorCorp), white, 60%;
}
section .contacto-top .menuSocial {
  text-align: right;
}
section .form-bottom-blq3 .btn {
  padding: 8px 40px;
}

.footer-before {
  display: none;
}

@media (min-width: 1440px) {
  section .contacto-top > * {
    flex-grow: 1;
  }
  section .contacto-top .contacto-top-blq2 {
    display: flex;
    justify-content: space-between;
  }
}
@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: 100%;
    font-size: 64px;
    line-height: 74px;
  }
}
@media (max-width: 1023px) {
  section .contacto-top {
    margin-bottom: 50px;
  }
  section .contacto-top h1 {
    font-size: 48px;
    line-height: 52px;
  }
  section .contacto-top .contacto-top-blq3 {
    justify-content: left;
  }
  section .formContacto fieldset .form-group textarea.form-control {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .contacto-top h1 {
    width: 500px;
  }
}
@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;
  }
}
@media (max-width: 767px) {
  section {
    padding: 20px;
  }
  section .contacto-top .contacto-top-blq2 {
    margin-top: 35px;
  }
  section .contacto-top .contacto-top-blq3 {
    padding-top: 20px;
  }
  section .formContacto .form-group.pl-0, section .formContacto .form-group.pr-0 {
    padding: 0 !important;
  }
  section .formContacto .form-bottom-blq3 input {
    width: 100%;
  }
  .mainContent section > .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}/*# sourceMappingURL=contactoFront.css.map */