.elementor-kit-5{--e-global-color-primary:#3368C6;--e-global-color-secondary:#18336C;--e-global-color-text:#788AAF;--e-global-color-accent:#3368C6;--e-global-color-786e5c0:#F5F9FD;--e-global-color-808d95f:#F0F0F0;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--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:"Poppins";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-size:55px;line-height:1.2em;}.elementor-kit-5 h2{font-size:40px;line-height:1.2em;}.elementor-kit-5 h3{color:#18336C;font-size:24px;line-height:1.3em;}.elementor-kit-5 h4{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5 h1{font-size:45px;line-height:1.2em;}.elementor-kit-5 h2{font-size:35px;line-height:1.2em;}.elementor-kit-5 h3{font-size:22px;line-height:1.2em;}.elementor-kit-5 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:40px;line-height:1.2em;}.elementor-kit-5 h2{font-size:32px;}.elementor-kit-5 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1.elementor-heading-title span,
h2.elementor-heading-title span,
h3.elementor-heading-title span{
    color: var( --e-global-color-accent )
}

.container-hover .texto-hover {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); 
  color: white;
}

.container-hover {
  position: relative;
  overflow: hidden;
}

.container-hover:hover .texto-hover {
  opacity: 1;
  visibility: visible;
}


body:not(.elementor-page) .elementor-widget-theme-post-content{
    max-width: 1260px!important;
    margin: 40px auto;
}/* End custom CSS */