.elementor-kit-9{--e-global-color-secondary:#FFFFFF;--e-global-color-primary:#F7FAFF;--e-global-color-text:#000000;--e-global-color-accent:#333333;--e-global-color-e11fba1:#3453A0;--e-global-color-ba4e402:#55BAE9;--e-global-color-3383326:#C3E1F2;--e-global-color-b96e4c6:#223645;--e-global-color-a1ef03b:#D6D6D6;--e-global-color-f2e1e27:#993366;--e-global-color-703abce:#808FA4;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:25px;--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:600;--e-global-typography-221ff0a-font-family:"Roboto";--e-global-typography-221ff0a-font-size:20px;--e-global-typography-221ff0a-font-weight:600;--e-global-typography-5fa75cb-font-family:"Roboto";--e-global-typography-5fa75cb-font-size:18px;--e-global-typography-5fa75cb-font-weight:600;--e-global-typography-4f2467c-font-family:"Roboto";--e-global-typography-4f2467c-font-size:18px;--e-global-typography-4f2467c-font-weight:400;--e-global-typography-fab9a57-font-family:"Roboto";--e-global-typography-fab9a57-font-size:16px;--e-global-typography-fab9a57-font-weight:400;--e-global-typography-5c03fe6-font-family:"Roboto";--e-global-typography-5c03fe6-font-size:15px;--e-global-typography-5c03fe6-font-weight:400;--e-global-typography-01f4458-font-family:"Lato";--e-global-typography-01f4458-font-size:16px;--e-global-typography-01f4458-font-weight:400;--e-global-typography-c923bbf-font-family:"Lato";--e-global-typography-c923bbf-font-size:16px;--e-global-typography-c923bbf-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:80px;--container-default-padding-right:60px;--container-default-padding-bottom:80px;--container-default-padding-left:60px;}.elementor-widget:not(:last-child){margin-block-end: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-9{--e-global-typography-primary-font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:25px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:21px;--e-global-typography-accent-font-size:20px;--e-global-typography-221ff0a-font-size:18px;--e-global-typography-5fa75cb-font-size:16px;--e-global-typography-4f2467c-font-size:17px;--e-global-typography-fab9a57-font-size:16px;--e-global-typography-5c03fe6-font-size:15px;--e-global-typography-01f4458-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:50px;--container-default-padding-right:30px;--container-default-padding-bottom:50px;--container-default-padding-left:30px;}}/* Start custom CSS */.columna-servicio {
  background-color: white;
  color: black;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.columna-servicio:hover {
  background-color: #55BAE9;
  color: white;
}

/* Forzar que el título y el párrafo cambien color en hover */
.columna-servicio:hover h3,
.columna-servicio:hover p {
  color: white;
}/* End custom CSS */