.img-blanca img {
  filter: brightness(0) invert(1);
}

.box-datos .elementor-icon {
  margin-top: 8px;
}

.cuadro {
  position: relative;
  top: -150px;
}

.cpt-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.cpt-grid .cpt-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cpt-grid .cpt-card:hover {
  transform: translateY(-5px);
}
.cpt-grid .cpt-card .cpt-image {
  height: 325px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cpt-grid .cpt-card .cpt-image .cpt-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #0080b1;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 8px;
}
.cpt-grid .cpt-card .cpt-image .cpt-date {
  position: absolute;
  bottom: -20px;
  left: 15px;
  background: #0080b1;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpt-grid .cpt-card .cpt-image .cpt-date i {
  font-size: 30px;
}
.cpt-grid .cpt-card .cpt-content {
  padding: 25px 20px;
}
.cpt-grid .cpt-card .cpt-content h3 {
  font-size: 20px;
  margin: 23px 0 10px;
  font-family: "Sora", Sans-serif;
  font-weight: 600;
}
.cpt-grid .cpt-card .cpt-content p {
  font-size: 14px;
  color: #666;
  margin: 0 0 15px;
  font-family: "Roboto", Sans-serif;
}
.cpt-grid .cpt-card .cpt-content .cpt-link {
  font-weight: bold;
  color: #0080b1;
  text-decoration: none;
  font-family: "Sora", Sans-serif;
}
.cpt-grid .cpt-card .cpt-content .cpt-link:hover {
  text-decoration: none;
  color: #000;
}

@media (max-width: 1200px) {
  .cpt-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .cpt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cpt-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .cuadro {
    position: relative;
    top: 0;
    padding: 100px 15px;
  }
}/*# sourceMappingURL=estilos.css.map */