section .mapa {
  height: 500px;
  margin-bottom: 45px;
}
section .contacto-top {
  margin-bottom: 40px;
}
section .contacto-top:after {
  content: "";
  width: calc(50% + 130px);
  height: 29px;
  -webkit-mask-image: url("../../images/iconos/cenefa-neg.png");
          mask-image: url("../../images/iconos/cenefa-neg.png");
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  -webkit-mask-position: left center;
          mask-position: left center;
  background-color: rgb(122.4, 176.4, 213);
  position: absolute;
  left: calc(50% - 130px);
  top: 240px;
}
section .contacto-top h1 {
  color: #093F84;
  font-family: var(--fontFamily2);
  font-weight: 700;
}
section .contacto-top .text-bold {
  color: #227CB9;
  margin-bottom: 5px;
}
section .contacto-top .contacto-direccion + .contacto-direccion {
  margin-top: 24px;
}
section .contacto-top .contacto-direccion + .contacto-info {
  margin-top: 12px;
}
section .contacto-top .contacto-lnk {
  font-family: var(--fontFamily2);
  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: #227CB9;
  text-decoration: underline;
}
section .contacto-top .contacto-lnk a:focus {
  color: rgb(78.2, 150.2, 199);
}
section .contacto-top .contacto-lnk a:hover {
  color: #093F84;
}
section .contacto-top .menuSocialIcons {
  flex-direction: column;
}
section .contacto-top .menuSocialIcons a {
  color: #093F84;
}
section .contacto-top .menuSocialIcons a:focus {
  color: rgb(58.2, 101.4, 156.6);
}
section .contacto-top .menuSocialIcons a:hover {
  color: #227CB9;
}
section .contacto-top .menuSocialIcons a + a {
  margin-left: 0;
}
section .contacto-bottom:before {
  content: "";
  width: calc(50% + 130px);
  height: 29px;
  margin-bottom: 40px;
  -webkit-mask-image: url("../../../../images/iconos/cenefa-neg.png");
          mask-image: url("../../../../images/iconos/cenefa-neg.png");
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  -webkit-mask-position: right center;
          mask-position: right center;
  background-color: rgb(122.4, 176.4, 213);
  display: block;
}
section .contacto-bottom .contacto-txt {
  color: #227CB9;
}

@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 h1 {
    width: 320px;
    font-size: 60px;
    line-height: 64px;
  }
  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 (max-width: 1023px) {
  section .contacto-top h1 {
    font-size: 48px;
    line-height: 52px;
  }
  section .contacto-top .contacto-top-blq3 {
    display: none;
  }
  section .formContacto fieldset .form-group textarea.form-control {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .contacto-top h1 {
    width: 300px;
  }
  section .formContacto fieldset .form-group:nth-child(1) {
    width: 396px;
  }
  section .formContacto fieldset .form-group:nth-child(2) {
    width: 274px;
    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 .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 */