.mainContent {
  padding-bottom: 0;
}

.hero .hero-left h1 {
  width: 126px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.hero .hero-right {
  color: #FA6A17;
}
.hero .hero-right .bloque-tit1 {
  margin-bottom: 20px;
}
.hero .hero-right a {
  color: #FA6A17;
}
.hero .hero-right a:focus {
  color: #fb8845;
}
.hero .hero-right a:hover {
  color: #fca674;
}

.formulario .bloque-tit1 {
  margin-bottom: 60px;
  color: #FA6A17;
}
.formulario .intro-txt {
  margin-bottom: 40px;
  color: #ACB5BD;
  font-size: 12px;
  line-height: 16px;
}
.formulario .bloque-txt {
  margin-bottom: 80px;
}

.sedes {
  background-color: #D3CDCD;
}
.sedes .bloque-tit1 {
  color: #FA6A17;
}
.sedes .bloque-tit2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .hero {
    padding-bottom: 60px;
    position: relative;
  }
  .hero .forma {
    width: 50vw;
    height: 239px;
    background-image: url("../../../../images/iconos/forma-primary.svg");
    background-repeat: repeat-x;
    background-position: right center;
    position: absolute;
    bottom: 60px;
    right: 50%;
  }
  .hero .hero-right {
    min-height: calc(100vh - 254px);
    font-size: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hero .hero-right > * {
    max-width: 500px;
  }
  .hero .hero-right > *.empleo-medium {
    max-width: 900px;
  }
  .formulario {
    margin-top: 180px;
    margin-bottom: 120px;
  }
  .sedes {
    padding-top: 65px;
    padding-bottom: 75px;
  }
  .sedes .row + .row {
    margin-top: 75px;
  }
  .sedes .row + .row + .row {
    margin-top: 50px;
  }
  .sedes .mapa {
    height: 498px;
  }
}
@media (max-width: 1023px) {
  .formulario .intro-tit {
    margin-bottom: 40px;
  }
  .formulario .bloque-txt {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-bottom: 300px;
    background-image: url("../../../../images/iconos/forma-primary.svg");
    background-size: auto 192px;
    background-repeat: no-repeat;
    background-position: bottom 50px center;
  }
  .hero .hero-left {
    display: none;
  }
  .hero .hero-right .bloque-tit1 {
    margin-bottom: 160px;
  }
  .formulario {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .sedes {
    padding-top: 50px;
  }
  .sedes .row + .row {
    margin-top: 100px;
  }
  .sedes .bloque-tit2 {
    font-size: 30px;
    line-height: 36px;
  }
  .sedes .mapa {
    height: var(--viewportHeight);
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
}/*# sourceMappingURL=contactoFront.css.map */