html {
  font-size: 20px;
}

@media (max-width: 992px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 1rem;
}

.h1, h1 {
  font-size: 1.8rem;
}

.h2, h2 {
  font-size: 1.6rem;
}

.h3, h3 {
  font-size: 1.4rem;
}

.h4, h4 {
  font-size: 1.2rem;
}

.h5, h5 {
  font-size: 1.1rem;
}

p {
  font-size: 1rem;
}

.home__servicios {
  background-color: #222322;
  color: #fff;
}

.home__contactenos {
  background-color: #ddd;
  color: #333;
}

.home__slider {
  position: relative;
}

.home__slider--menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  height: 100%;
  position: absolute;
  z-index: 100;
}

.home__slider--menu img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 596px;
  width: 100%;
}

@media (max-width: 992px) {
  .home__slider--menu img {
    height: auto;
    width: 64%;
  }
}

@media (max-width: 768px) {
  .home__slider--menu {
    display: none;
  }
}

.home__bloque1 {
  padding: 90px 10px;
  background-color: #F5F5F5;
}

.home__bloque1 h2.titulo {
  color: #222322;
  font-weight: 300;
  margin: 0 auto;
  text-transform: uppercase;
}

.home__bloque1 h2.titulo strong {
  font-weight: 900;
}

.home__bloque2 {
  padding: 90px 10px;
  background-color: #ffffff;
}

.home__bloque2 h2.titulo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222322;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  gap: 10px;
  margin: 0 auto;
  text-transform: uppercase;
}

.home__bloque2 h2.titulo strong {
  font-weight: 900;
}

.home__bloque2 h2.titulo .icon img {
  max-width: 60px;
}

.home__bloque3 {
  background-color: #000000;
  color: #ffffff;
  padding: 90px 10px;
}

.home__bloque3 h2.titulo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  gap: 10px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home__bloque3 h2.titulo strong {
  font-weight: 900;
}

.home__bloque3 h2.titulo i {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  color: #073293;
}

.home__bloque4 {
  padding: 90px 10px 0;
  background-color: #FFDED2;
}

.home__bloque4 h2.titulo {
  color: #222322;
  font-weight: 300;
  margin: 0 auto;
  text-transform: uppercase;
}

.home__bloque4 h2.titulo strong {
  font-weight: 900;
}

.home__bloque5 {
  margin-bottom: 60px;
}

.home__bloque6 {
  padding: 90px 10px;
}

.home__bloque6 h2.titulo {
  color: #222322;
  font-weight: 300;
  margin: 0 auto;
  text-transform: uppercase;
}

.home__bloque6 h2.titulo strong {
  font-weight: 900;
}

.bolsaempleo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/bolsa_bg.jpg") no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px;
}

.bolsaempleo__cont h3 {
  color: #fff;
  font-size: 48px;
  line-height: 1.2em;
  margin: 0 0 20px;
  max-width: 480px;
}
/*# sourceMappingURL=home.css.map */