.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#E3353B;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F5F5F5;--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;--e-global-typography-31a2386-font-family:"Roboto";--e-global-typography-31a2386-font-size:2rem;--e-global-typography-31a2386-font-weight:700;--e-global-typography-31a2386-line-height:2.5em;--e-global-typography-39eea29-font-family:"Roboto";--e-global-typography-39eea29-font-size:1.5rem;--e-global-typography-39eea29-line-height:1.5em;--e-global-typography-06589ab-font-family:"Roboto";--e-global-typography-06589ab-font-size:1rem;--e-global-typography-06589ab-font-weight:600;--e-global-typography-06589ab-line-height:1.5rem;}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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;}}.elementor .e-div-block-base{min-width:30px;padding:10px;display:block;}.elementor .e-flexbox-base{padding:10px;display:flex;flex-direction:row;}.elementor .e-heading-base{margin:0px;}.elementor .e-heading-link-base{all:unset;cursor:pointer;}.elementor .e-image-link-base{width:fit-content;display:inherit;}.elementor .e-image-base{display:block;}.elementor .e-paragraph-base{margin:0px;}.elementor .e-paragraph-link-base{all:unset;cursor:pointer;}.elementor .e-svg-base{width:65px;height:65px;display:inline-block;}.elementor .e-button-base{text-align:center;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;border-radius:2px;border-width:0px;background-color:#375EFB;display:inline-block;}.elementor .e-youtube-base{overflow:hidden;aspect-ratio:16/9;}
/* Start custom CSS */.bloqueimg {
  position: relative;
  overflow: hidden;
}

/* Overlay rojo, oculto por defecto */
.bloqueimg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: #E3353B;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* Al hacer hover sobre el contenedor principal, aparece el rojo */
.bloquecont:hover .bloqueimg::before {
  opacity: 1;
}

/* Texto oculto por defecto */
.textocaption {
  opacity: 0;
  position: relative;
  z-index: 2; /* Encima del overlay */
  transition: opacity 0.3s ease;
}

/* Aparece al hacer hover */
.bloquecont:hover .textocaption {
  opacity: 1;
}
.clasegsap {
  overflow: hidden;
}
.linea-gsap {
  display: block;
}
.site-header {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    display: none;
}/* End custom CSS */