.mainContent {
  padding-top: 0;
}

.hero {
  background-color: #F2C524;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  background-image: url("../../../../images/iconos/isotipo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
}
.hero picture {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.hero picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .hero {
    height: 500px;
    margin-bottom: 80px;
  }
  .hero:before {
    width: 537px;
    height: 800px;
    top: -182px;
  }
  .hero img {
    width: 1307px;
  }
}
@media (min-width: 768px) {
  .hero:before {
    left: calc(50% - 15px);
  }
}
@media (max-width: 1023px) {
  .hero {
    height: 375px;
    margin-bottom: 40px;
  }
  .hero:before {
    width: 403px;
    height: 600px;
    top: -137px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero img {
    width: 980px;
  }
}
@media (max-width: 767px) {
  .hero:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .hero img {
    width: 361px;
  }
}

section .contacto-top {
  text-align: center;
}
section .contacto-top .section-tit1 {
  text-align: center;
}
section .contacto-top .text-bold {
  margin-bottom: 5px;
}
section .contacto-top .contacto-direccion + .contacto-info {
  margin-top: 35px;
}
section .contacto-top .contacto-lnk {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
section .contacto-top .contacto-lnk + .contacto-lnk {
  margin-top: 15px;
}
section .contacto-top .contacto-lnk a {
  color: #6D7379;
}
section .contacto-top .contacto-lnk a:focus {
  color: #8a8f94;
}
section .contacto-top .contacto-lnk a:hover {
  color: #212429;
}
section .contacto-top .contacto-lnk.contacto-mail {
  text-decoration: underline;
}
section .contacto-top .menuSocial {
  text-align: right;
}
section .formContacto .form-bottom .form-bottom-blq3 .btn {
  width: 100%;
  display: flex;
}

@media (min-width: 1440px) {
  section .contacto-top > * {
    flex-grow: 1;
  }
}
@media (max-width: 1439px) {
  section .contacto-top .contacto-top-blq2 > * + * {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  section .contacto-top {
    margin-bottom: 60px;
  }
  section .formContacto fieldset {
    margin-left: -7px;
    margin-right: -7px;
    display: flex;
    flex-wrap: wrap;
  }
  section .formContacto fieldset .form-group {
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
  }
  section .formContacto fieldset .form-group:nth-child(1) {
    width: 40%;
  }
  section .formContacto fieldset .form-group:nth-child(2) {
    width: 60%;
  }
  section .formContacto fieldset .form-group textarea.form-control {
    height: 176px;
  }
  section .formContacto .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 396px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .contacto-top .section-tit1 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 1023px) {
  section .contacto-top {
    margin-bottom: 40px;
  }
  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 .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 .contacto-top-blq1 ~ * {
    margin-top: 25px;
  }
  section .contacto-top .contacto-top-blq2 .contacto-mail {
    font-size: 32px;
    line-height: 38px;
  }
  section .contacto-top .contacto-top-blq2 .contacto-tlf {
    font-size: 24px;
    line-height: 28px;
  }
  section .formContacto fieldset {
    position: relative;
  }
  section .formContacto .form-bottom {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  section .contacto-top .contacto-top-blq2 {
    margin-top: 35px;
  }
  section .contacto-top .contacto-top-blq2 .contacto-mail {
    font-size: 24px;
    line-height: 28px;
  }
  section .contacto-top .contacto-top-blq2 .contacto-tlf {
    font-size: 18px;
    line-height: 22px;
  }
  section .formContacto .form-bottom {
    margin-top: 12px;
  }
}/*# sourceMappingURL=contactoFront.css.map */