.elementor-kit-61{--e-global-color-primary:#004559;--e-global-color-secondary:#ED6300;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FAB029;--e-global-color-2903ed5:#F9F9FF;--e-global-typography-primary-font-family:"Istok Web";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Yanone Kaffeesatz";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Istok Web";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Istok Web";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:oblique;color:#4D4D4D;font-family:"Istok Web", Sans-serif;font-size:20px;font-weight:400;text-decoration:none;line-height:24px;}.elementor-kit-61 p{margin-bottom:25px;}.elementor-kit-61 a{color:#FAB029;}.elementor-kit-61 a:hover{color:#FA9B297D;}.elementor-kit-61 h1{color:#000000;font-family:"Istok Web", Sans-serif;font-size:40px;}.elementor-kit-61 h2{color:#000000;font-family:"Yanone Kaffeesatz", Sans-serif;font-size:35px;font-weight:400;}.elementor-kit-61 h3{color:#000000;font-family:"Yanone Kaffeesatz", Sans-serif;font-size:30px;font-weight:400;}.elementor-kit-61 h4{color:#000000;font-family:"Yanone Kaffeesatz", Sans-serif;font-size:26px;}.elementor-kit-61 h5{color:#000000;font-family:"Yanone Kaffeesatz", Sans-serif;font-size:20px;}.elementor-kit-61 h6{color:#000000;font-family:"Yanone Kaffeesatz", Sans-serif;font-size:18px;}.elementor-kit-61 button,.elementor-kit-61 input[type="button"],.elementor-kit-61 input[type="submit"],.elementor-kit-61 .elementor-button{font-family:"Istok Web", Sans-serif;font-size:14px;color:var( --e-global-color-text );background-color:var( --e-global-color-secondary );border-radius:4px 4px 4px 4px;padding:13px 13px 13px 13px;}.elementor-kit-61 button:hover,.elementor-kit-61 button:focus,.elementor-kit-61 input[type="button"]:hover,.elementor-kit-61 input[type="button"]:focus,.elementor-kit-61 input[type="submit"]:hover,.elementor-kit-61 input[type="submit"]:focus,.elementor-kit-61 .elementor-button:hover,.elementor-kit-61 .elementor-button:focus{color:var( --e-global-color-text );background-color:var( --e-global-color-primary );}.elementor-kit-61 input:not([type="button"]):not([type="submit"]),.elementor-kit-61 textarea,.elementor-kit-61 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:#ECECEC;padding:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-61 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.imagenes-blog {
  margin: 20px 0; /* Ajusta el margen arriba y abajo a 20px y a los lados a 0 */
  border: none; /* Elimina el borde */
  border-radius: 4px; /* Mantiene el radio de borde */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Sombra más amplia y suave */
  position: relative; /* Asegura que los elementos hijos puedan posicionarse en relación a la imagen */
}

.imagenes-blog img {
  display: block; /* Elimina el espacio debajo de la imagen */
  width: 100%; /* Asegura que la imagen ocupe el 100% del contenedor */
  border-radius: 4px; /* Aplica el mismo radio de borde que la imagen */
}

.imagenes-blog figcaption {
  display: block; /* Asegura que la leyenda se trate como un bloque */
  text-align: center; /* Centra el texto horizontalmente */
  margin-top: 10px; /* Añade un espacio entre la imagen y la leyenda */
  padding: 10px; /* Añade un padding alrededor de la leyenda */
  background-color: rgba(255, 255, 255, 0.6); /* Fondo semi-transparente para mejorar la legibilidad */
  border-radius: 4px; /* Radio de borde para que quede suave */
  font-size: 14px; /* Ajusta el tamaño de fuente */
}/* End custom CSS */