.servicios-section-1-bg {
  width: 100%;
  height: 385px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/servicios/banner.jpg);

  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.servicios-section-1-bg h2 {
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.8rem;
  max-width: 90vw;
  width: 1000px;
}
.bg-color-1 {
  background: #03324f;
}

/* GESTION DE RECURSOS HUMANOS */
.bg-rrhh {
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 25% center;
  height: 550px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/servicios/banner_rrhh.jpg");
}
.bg-rrhh h2 {
  color: #fff;
  width: auto;
  text-shadow: 0 0 10px #000;
}

.servicios-section-1-links {
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.servicios-section-1-links a {
  color: #30749f;
  transition: all 0.5s;
}

.servicios-section-1-links span {
  color: #30749f !important;
}

.servicios-section-1-links span.active {
  color: #999999 !important;
}

.servicios-section-1-links a:hover,
.servicios-section-1-links a.active,
.servicios-section-1-links span {
  color: #999999;
}

.servicios-section-2-card {
  height: 100% !important;
  padding: 25px 40px !important;
  border: none;
  outline: none;
  transition: all 0.4s;
  cursor: default !important;
  margin: 0 !important;
}

.servicios-section-2-card:focus {
  background-color: #eee;
}

.servicios-section-2-card:hover {
  transform: scale(1.1);
}

.servicios-section-2-card h4 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.servicios-section-2 {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #f9f9f9;
}

.servicios .detalle-section-1-text p {
  font-size: 1.3rem;
  text-align: justify;
}

.servicios .home-section-4-img p {
  font-family: "caveat";
  font-weight: 700;
  font-size: 1.6rem;
}

/* SOLUCIONES TECNOLOGICAS */
.soluciones-tecnologicas p {
  font-size: 1.2rem;
}
.soluciones-tecnologicas .home-section-2-card p {
  font-size: 1.1rem;
}
.bg-soluciones-tecnologicas {
  background-position: top center;
  align-items: start;
  height: 550px;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.4) 30%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../img/servicios/banner-soluciones-tec.jpg");
}
.bg-soluciones-tecnologicas h2 {
  width: auto;
  padding: 1rem 1rem 1rem 2rem;
}
.soluciones-tecnologicas .home-section-2-card img {
  width: auto;
  margin: 0;
}
.soluciones-tecnologicas .servicios-section-2-card h4 {
  font-size: 1.4rem;
}

/* CONSULTORIA - ASESORIA */
.bg-financiera {
  align-items: center;
  background-position: center;
  height: 550px;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.2) 20%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    url("../img/servicios/banner-financiera.jpg");
}
.bg-financiera h2 {
  width: auto;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.consultoria-asesoria .detalle-section-1-text p,
.consultoria-asesoria .detalle-section-1-text li {
  font-size: 1.3rem;
  text-align: justify;
}
.consultoria-asesoria .detalle-section-1-text h5 {
  font-size: 1.4rem;
}

/* POLITCAS DE PRIVACIDAD */
.politica-privacidad p,
.politica-privacidad li {
  font-size: 1.3rem;
}
.politica-privacidad .home-section-4-img p {
  font-family: "caveat";
  font-weight: 700;
  font-size: 1.6rem;
}
.bg-politica-privacidad {
  justify-content: center;
  align-items: flex-end;
  background-position: center;
  height: 550px;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.2) 20%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    url("../img/servicios/banner-politica.jpg");
}
.bg-politica-privacidad h2 {
  width: auto;
  text-shadow: 0 0 10px #000;
  padding-bottom: 3rem;
}

@media (min-width: 320px) {
}
@media (min-width: 425px) {
}
@media (min-width: 768px) {
  .home-section-2-card {
    padding: 0px 30px 25px 30px;
  }
  .bg-politica-privacidad {
    justify-content: flex-end;
    align-items: start;
    background-position: center;
    height: 550px;
    background-image: url("../img/servicios/banner-politica.jpg");
  }
  .bg-politica-privacidad h2 {
    width: auto;
    padding: 3rem 3rem 1rem 1rem;
  }
}
@media (min-width: 992px) {
  .home-section-2-card {
    padding: 30px 40px 25px 40px;
  }
}
@media (min-width: 1600px) {
  .bg-soluciones-tecnologicas {
    height: 700px;
  }
}

