#slider .titleContainer {
  background: rgb(0 0 0 / 20%);
  position: absolute;
  /* left: 10%; */
  padding-left: 10%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 5%;
}

#slider .titleContainer .title1 {
  font-size: 3.5rem;
  color: #fff;
}

#slider .titleContainer .title2 {
  font-size: 60px;
  color: var(--color2);
  text-transform: uppercase;
  /* line-height: 1.8; */
}
#slider .titleContainer .title3 {
  font-size: 20px;
  color: #fff;
  /* line-height: 1.8; */
}

#slider .btn {
  background-color: var(--color1);
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
}

#slider .btn:hover {
  background-color: var(--color2);
  color: #fff;
  animation: shake 2s infinite;
}

#slider img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

.scroll {
  overflow-y: auto;
  height: 500px;
}

.scroll::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
  border-radius: 6px;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.scroll::-webkit-scrollbar-track {
  width: 5px;
}

.valores {
  background-image: linear-gradient(
      to top,
      /* rgb(66 71 76) 55%, */ rgb(36 56 128 / 43%) 55%,
      #ffff 10%,
      #ffff 50%
    ),
    /* url('../img/web/pq-backgraund.png'); */
      url("../img/web/pq-angelesbg.png");
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  /* margin-top: 5rem; */
  margin-bottom: 8rem;
}

.valores .row-pad {
  height: 400px;
  margin: 0 7.5%;
}

/* .valores .card {
    transition: all .3s ease-in-out;
}

.valores .card:hover {
    transform: translateY(-6px);
} */

.valores .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.valores .img2 {
  width: 160px;
}

.valores .number {
  text-align: center;
  width: 60px;
  height: 60px;
  background: var(--color2);
  border-radius: 50%;
}

.valores .number span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: white;
  margin-top: 4px;
}

.comunidad .card .news {
  position: absolute;
  top: 20px;
  left: -16px;
  border-radius: 5px;
  padding: 4px 12px;
  background-color: var(--color3);
  color: white;
  font-size: 14px;
  font-weight: bold;

  transform: translateY(-5%);
}

.comunidad .card {
  transition: 0.3s;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.4);
}

.comunidad .card:hover {
  transform: scale(1.06);
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.6);
}

.comunidad .card .card-body {
  background-color: #fff;
}
.comunidad .card .card-body .titulo {
  color: var(--color2);
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.comunidad .card .card-footer {
  background-color: #fff;
  color: var(--color3);
}

.comunidad .card .detalle {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  font-size: 15px;
  color: #747474;
  line-height: 1.6;
  background-color: #fff;
}

.comunidad img {
  object-fit: cover;
}

#importantes {
  color: white;
  background: linear-gradient(
      to top,
      rgb(139 39 51 / 95%) 100%,
      #ffff 10%,
      #ffff 50%
    ),
    url("../img/web/pq-bg.png");
  background-position: center;
}

#contadorparrafo {
  text-align: left;
  font-size: 0.9rem;
}

/* Estilos para animacion de contador de datos importantes */
.contador_cantidad {
  text-align: center;
  font-size: 3.1rem;
}

@media (max-width: 750px) {
  #slider .titleContainer .title1 {
    font-size: 1.6rem;
    color: #fff;
  }
  #slider .titleContainer .title2 {
    font-size: 1.8rem;
  }
  #slider .titleContainer {
    padding-bottom: 30%;
  }

}

section[id] {
  scroll-margin-top: 150px;
}

#propuesta {
  background-color: #f5f5f5;
}
