.elementor-334 .elementor-element.elementor-element-59bd769{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-334 .elementor-element.elementor-element-f53e90b{--display:flex;--min-height:110px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;}.elementor-334 .elementor-element.elementor-element-64d3ac6{text-align:center;}.elementor-334 .elementor-element.elementor-element-64d3ac6 img{width:100%;max-width:500px;transition-duration:1s;}.elementor-334 .elementor-element.elementor-element-64d3ac6:hover img{opacity:0.6;}.elementor-334 .elementor-element.elementor-element-cbac004{text-align:center;font-family:"Poppins", Sans-serif;font-size:0.9rem;font-weight:400;text-shadow:1px 1px 0.3px rgba(0,0,0,0.3);color:var( --e-global-color-a1502ec );}.elementor-334 .elementor-element.elementor-element-ad43331{--divider-border-style:solid;--divider-color:#9E9E9E80;--divider-border-width:1px;margin:-30px 0px calc(var(--kit-widget-spacing, 0px) + -30px) 0px;}.elementor-334 .elementor-element.elementor-element-ad43331 .elementor-divider-separator{width:80%;margin:0 auto;margin-center:0;}.elementor-334 .elementor-element.elementor-element-ad43331 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-334 .elementor-element.elementor-element-19be232{text-align:center;font-family:"Poppins", Sans-serif;font-size:0.9rem;font-weight:300;line-height:1.5rem;text-shadow:1px 1px 0.3px rgba(0,0,0,0.3);color:var( --e-global-color-primary );}.elementor-334 .elementor-element.elementor-element-19be232 a{color:var( --e-global-color-accent );}.elementor-334 .elementor-element.elementor-element-a902e82{--grid-template-columns:repeat(0, auto);text-align:center;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-334 .elementor-element.elementor-element-59bd769{--width:100%;}.elementor-334 .elementor-element.elementor-element-f53e90b{--width:50%;}}/* Start custom CSS for social-icons, class: .elementor-element-a902e82 *//* ========== BASE ========== */
.elementor-social-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.elementor-social-icon {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 30px !important;
    height: 30px !important;
    background: #333333 !important;
    border-radius: 100% !important;
    text-decoration: none !important;
    transition: 0.3s !important;
    overflow: hidden !important;
}

.elementor-social-icon i,
.elementor-social-icon svg {
    position: relative !important;
    z-index: 2 !important;
    transition: 0.3s !important;
    font-size: 14px !important;
}

.elementor-social-icon svg {
    height: 40% !important;
    width: 40% !important;
}

/* Animación circular para todos (por defecto) */
.elementor-social-icon::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    width: 0 !important;
    height: 0 !important;
    border-radius: 100% !important;
    transition: width 0.3s ease-out, height 0.3s ease-out, margin-left 0.3s ease-out !important;
    z-index: 0 !important;
}

.elementor-social-icon:hover::after {
    width: 100% !important;
    height: 100% !important;
    margin-left: -50% !important;
}

.elementor-social-icon:hover i,
.elementor-social-icon:hover svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* Colores de fondo del pseudo-elemento para cada red */
.elementor-social-icon-facebook::after { background: #3b5999 !important; }
.elementor-social-icon-instagram::after { background: #e4405f !important; }
.elementor-social-icon-youtube::after { background: #c4302b !important; }
.elementor-social-icon-whatsapp::after { background: #00bb2d !important; }
.elementor-social-icon-linkedin::after { background: #0077b5 !important; }
.elementor-social-icon-github::after { background: #6e5494 !important; }
.elementor-social-icon-envelope::after { background: #0072c6 !important; }
.elementor-social-icon-tiktok::after { background: #000000 !important; }
.elementor-social-icon-discord::after { background: #5865F2 !important; }

/* ========== FIX PARA X-TWITTER (clase real que usa tu web) ========== */
.elementor-social-icon-x-twitter::after {
    background: #000000 !important;
}

/* Forzar que el SVG sea blanco siempre (normal y hover) */
.elementor-social-icon-x-twitter svg,
.elementor-social-icon-x-twitter svg * {
    fill: #ffffff !important;
}

.elementor-social-icon-x-twitter:hover svg,
.elementor-social-icon-x-twitter:hover svg * {
    fill: #ffffff !important;
}

/* Aseguramos que el SVG quede por encima del pseudo-elemento */
.elementor-social-icon-x-twitter svg {
    position: relative !important;
    z-index: 2 !important;
}/* End custom CSS */