.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1344px;}.e-con{--container-max-width:1344px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* El contenedor general */
.bwg_image_info_spun {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: 20px !important;
}

/* Contenedor del contenido desplazable */
.bwg_image_info.mCustomScrollbar {
  display: inline-block !important;  /* Este es el truco clave */
  font-family: 'Roboto', sans-serif !important;
  background: transparent !important;
  color: #fff !important;
  text-align: center !important;
  max-width: 100% !important;
  height: auto !important;
  overflow: visible !important;
  padding: 10px;
  box-sizing: border-box;
}

/* Interior: contenedor del título y descripción */
.bwg_image_info .bwg_image_title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.bwg_image_info .bwg_image_description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* En pantallas pequeñas: ocupar todo el ancho */
@media screen and (max-width: 991px) {
  .bwg_image_info.mCustomScrollbar {
    width: 100% !important;
    display: block !important;
  }

  .bwg_image_info .bwg_image_title {
    font-size: 1.1rem;
  }

  .bwg_image_info .bwg_image_description {
    font-size: 0.95rem;
  }
}/* End custom CSS */