.elementor-2598 .elementor-element.elementor-element-d18257c{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--border-radius:13px 13px 13px 13px;}.elementor-2598 .elementor-element.elementor-element-d18257c:not(.elementor-motion-effects-element-type-background), .elementor-2598 .elementor-element.elementor-element-d18257c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ac32c47 );}.elementor-2598 .elementor-element.elementor-element-d18257c.e-con{--align-self:center;}.elementor-2598 .elementor-element.elementor-element-cb8248d{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:999px 999px 999px 999px;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-2598 .elementor-element.elementor-element-cb8248d:not(.elementor-motion-effects-element-type-background), .elementor-2598 .elementor-element.elementor-element-cb8248d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00A86B26;}.elementor-2598 .elementor-element.elementor-element-3096680{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2598 .elementor-element.elementor-element-3096680.elementor-element{--align-self:center;}.elementor-2598 .elementor-element.elementor-element-3096680 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-2598 .elementor-element.elementor-element-3096680 .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-2598 .elementor-element.elementor-element-3096680 .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;}.elementor-2598 .elementor-element.elementor-element-3096680 .jet-listing-dynamic-image__caption{text-align:left;}.elementor-2598 .elementor-element.elementor-element-4f4f834{padding:0px 0px 0px 0px;}.elementor-2598 .elementor-element.elementor-element-4f4f834.elementor-element{--align-self:center;}.elementor-2598 .elementor-element.elementor-element-4f4f834 .jet-listing-dynamic-field__content{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:500;text-align:center;}.elementor-2598 .elementor-element.elementor-element-4f4f834 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-2598 .elementor-element.elementor-element-4f4f834 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-2598 .elementor-element.elementor-element-4f4f834 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-2598 .elementor-element.elementor-element-d134ff6{padding:0px 0px 0px 0px;}.elementor-2598 .elementor-element.elementor-element-d134ff6.elementor-element{--align-self:center;}.elementor-2598 .elementor-element.elementor-element-d134ff6 .jet-listing-dynamic-field__content{color:#767676;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;text-align:center;}.elementor-2598 .elementor-element.elementor-element-d134ff6 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-2598 .elementor-element.elementor-element-d134ff6 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-2598 .elementor-element.elementor-element-d134ff6 .jet-listing-dynamic-field{justify-content:flex-start;}@media(max-width:767px){.elementor-2598 .elementor-element.elementor-element-cb8248d{--width:75px;--min-height:75px;--justify-content:center;}}@media(min-width:768px){.elementor-2598 .elementor-element.elementor-element-d18257c{--width:100%;}.elementor-2598 .elementor-element.elementor-element-cb8248d{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-d18257c */.card {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 10px 12px;
}

.card:hover {
    box-shadow: 0 4px 10px rgba(0, 168, 107, 0.6);
}

.icono {
    transition: background-color 0.3s ease;
    width: 80px;
    height: 80px !important; 
    display: flex !important; 
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important; 
}

.card:hover .icono {
    background-color: #00A86B !important;
}

.icono_titulo, 
.icono_titulo * {
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease !important;
    display: inline-block;
}

.card:hover .icono_titulo, 
.card:hover .icono_titulo * {
    color: #00A86B !important;
    text-shadow: 0.5px 0px 0px #00A86B !important;
}

.icono_img img {
    width: 40px !important; 
    height: auto !important; 
    object-fit: contain;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.card:hover .icono_img img {
    filter: brightness(0) invert(1) !important;
    transform: scale(1.05);
}/* End custom CSS */