.elementor-kit-5{--e-global-color-primary:#002B56;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Ubuntu";--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;font-family:"Ubuntu", Sans-serif;font-size:16px;font-weight:400;line-height:1.6px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Ubuntu", Sans-serif;font-weight:700;line-height:1.2px;}.elementor-kit-5 h1{font-family:"Ubuntu", Sans-serif;font-size:16px;font-weight:700;line-height:1.6px;}.elementor-kit-5 h2{font-family:"Ubuntu", Sans-serif;font-size:16px;font-weight:700;line-height:1.6px;}.elementor-kit-5 h3{font-family:"Ubuntu", Sans-serif;font-size:16px;font-weight:700;line-height:1.6px;}.elementor-kit-5 h4{font-family:"Ubuntu", Sans-serif;font-size:16px;font-weight:700;line-height:1.6px;}.elementor-kit-5 h5{font-family:"Ubuntu", Sans-serif;font-size:16px;font-weight:700;line-height:1.6px;}.elementor-kit-5 h6{font-family:"Ubuntu", Sans-serif;font-weight:700;line-height:1.6px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}
/* Start custom CSS *//* 1. Base de la tarjeta */
.nuovo-card {
  position: relative;
  background: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* 2. Detalle lateral de la tarjeta */
.nuovo-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #002B56;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.nuovo-card:hover::before {
  opacity: 1;
}



.nuovo-card .elementor-icon svg path:not(:first-child) {
  fill: #6F8090 !important;
}

.nuovo-card:hover .elementor-icon svg path:not(:first-child) {
  fill: #002B56 !important;
}
``/* End custom CSS */