.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}body.elementor-page-22754 #main.site-main{z-index:0;}/* Start custom CSS for html, class: .elementor-element-4d2c20c */body {
  background-color: #f5f5f5;
  font-family: "Segoe UI", Arial, sans-serif;
}

.contenedor-informes {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin: 60px auto;
  max-width: 1200px;
}

.informe {
  width: 320px;
  height: 300px;
  background-color: #fff;
  border: 2px solid #d1d1d1;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.informe:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-color: #0078d4;
}

.informe h3 {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}

.informe p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 25px;
}

.boton {
  display: inline-block;
  border: 2px solid #0078d4;
  border-radius: 30px;
  padding: 10px 35px;
  text-decoration: none;
  font-weight: bold;
  color: #0078d4;
  background-color: #fff;
  transition: all 0.3s ease;
}

.boton:hover {
  background-color: #0078d4;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 120, 212, 0.3);
}/* End custom CSS */