.container-caract {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

.box-caract {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: left;
  min-height: 150px;
}

.box-caract svg {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}

.title-caract {
  font-weight: bold;
  margin-bottom: 8px;
}

.subtitle-caract {
  color: #666;
  font-size: 14px;
}

@media (max-width: 768px) {
  .container-caract {
      grid-template-columns: 1fr;
  }
}


.titulo-carrousels-tarjetas{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #323232;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .titulo-carrousels-tarjetas{
    font-size: 23px;
    margin: 25px 15px 0 15px;
  }
}

.subtitulo-carrousels-tarjetas {
  width: 75%; 
  margin: 30px auto 30px auto;
  text-align: center;
  color: #323232;
  font-size: 22px;
}

@media (max-width: 500px) {
  .subtitulo-carrousels-tarjetas{
    margin: 10px auto 30px auto;
    width: 93%; 
    font-size: 16px;
  }
}

.sub-bold {
  font-weight: bold;
}

.titulo-carrousels-tarjetas-g{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
  color: #FEA442;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .titulo-carrousels-tarjetas-g{
    font-size: 23px;
    margin: 25px 15px 0 15px;
  }
}

.subtitulo-carrousels-tarjetas-g {
  width: 75%; 
  margin: 30px auto 50px auto;
  text-align: center;
  color: #FEA442;
  font-size: 22px;
}

@media (max-width: 500px) {
  .subtitulo-carrousels-tarjetas-g {
    margin: 10px auto 30px auto;
    width: 93%; 
    font-size: 16px;
  }
}

.sub-bold-g {
  font-weight: bold;
  color: #FEA442;
}
