section .mapa {
  margin-top: 60px;
  border-radius: 8px;
  overflow: hidden;
  filter: saturate(0);
}
section .mapa iframe {
  display: block;
}
section .contacto-top .section-tit1 {
  color: #131D5F;
}
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;
  line-height: 30px;
  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: #131D5F;
}
section .contacto-top .contacto-lnk a:focus {
  color: #212429;
}
section .contacto-top .contacto-lnk a:focus:not(.menuDropdown-link):not(.btn) {
  text-decoration: underline;
}
section .contacto-top .contacto-lnk a:hover {
  color: #212429;
}
section .contacto-top .contacto-lnk a {
  text-decoration: underline;
}
section .contacto-top .contacto-lnk a:hover, section .contacto-top .contacto-lnk a:focus {
  text-decoration: none;
}
section .contacto-top .menuSocialIcons {
  gap: 25px;
}
section .contacto-top .menuSocialIcons a {
  color: #131D5F;
}
section .contacto-top .menuSocialIcons a:hover, section .contacto-top .menuSocialIcons a:focus {
  color: #79B91E;
}
section .contacto-top .menuSocialIcons .icon-20 {
  font-size: 40px;
}
section .form-contacto {
  background-color: rgb(231.4, 232.4, 239);
  border-radius: 8px;
}

@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 .section-tit1 {
    width: 454px;
  }
  section .form-contacto {
    padding: 50px 60px;
  }
  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 {
    margin-bottom: 50px;
  }
  section .contacto-top .contacto-top-blq3 {
    margin-top: 40px;
  }
  section .form-contacto {
    padding: 24px 12px;
  }
  section .formContacto fieldset .form-group textarea.form-control {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .contacto-top .section-tit1 {
    width: 300px;
  }
  section .formContacto fieldset .form-group:nth-child(1) {
    width: 376px;
  }
  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: 300px;
  }
  section .contacto-top .contacto-top-blq3 .menuSocialIcons {
    flex-direction: column;
    align-items: flex-end;
  }
  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 */