.mainContent {
  padding-top: 24px;
}

body {
  background-color: #FFFFFF;
}

section .contacto-top,
section .contacto-bot {
  background-color: rgb(246.8, 244.4, 240.9);
}
section .contacto-top .contacto-tit {
  font-weight: 400;
}
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: 20px;
  line-height: 24px;
  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: #00183C;
}
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 .menuSocialIcons a {
  height: 50px;
  padding: 0 20px;
  border: 1px solid;
  border-radius: 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section .contacto-top .menuSocialIcons a[disabled] {
  opacity: 0.2;
  pointer-events: none;
}
section .contacto-top .menuSocialIcons a > * + * {
  margin-left: 5px;
}
section .contacto-top .menuSocialIcons a {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 12px;
  border-color: #00183C;
  background-color: #00183C;
  color: #FFFFFF;
}
section .contacto-top .menuSocialIcons a:focus:after {
  content: "";
  border: 1px solid #FFFFFF;
  border-radius: inherit;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
section .contacto-top .menuSocialIcons ainput:focus {
  border: 1px double #FFFFFF;
}
section .contacto-top .menuSocialIcons a:hover {
  border-color: #00183C;
  background-color: transparent;
  color: #00183C;
}
section .contacto-top .menuSocialIcons a:hoverinput:focus {
  border: 1px double #00183C;
}

@media (min-width: 1440px) {
  section .contacto-top .contacto-top-list > * {
    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: 30px;
  }
  section .contacto-top .contacto-tit {
    margin-bottom: 60px;
    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 {
    margin-bottom: 20px;
  }
  section .contacto-top .contacto-tit {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 48px;
  }
  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: 306px;
  }
  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 .mapa {
    margin-bottom: 60px;
  }
  section .contacto-top,
  section .contacto-bot {
    padding: 48px;
    border-radius: 32px;
  }
  section .contacto-top .contacto-top-list {
    display: flex;
    justify-content: space-between;
  }
  section .contacto-top .contacto-top-blq2 > * {
    width: 340px;
  }
  section .menuSocialIcons {
    justify-content: 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 .mapa {
    margin-bottom: 40px;
  }
  section .contacto-top,
  section .contacto-bot {
    padding: 30px 20px;
    border-radius: 12px;
  }
  section .contacto-top .contacto-top-blq2 {
    margin-top: 35px;
  }
  section .menuSocialIcons {
    margin-top: 32px;
  }
  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 */