.elementor-11430 .elementor-element.elementor-element-40f36df{--display:flex;--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;}.elementor-11430 .elementor-element.elementor-element-cb0b985 > .elementor-widget-container{margin:0px 0px 0px 15px;padding:0px 0px 0px 0px;}.elementor-11430 .elementor-element.elementor-element-cb0b985 .wd-accordion-title-text{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:400;color:#C8A165;}.elementor-11430 .elementor-element.elementor-element-cb0b985 .wd-accordion-content{font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:400;color:#FFFFFF;}/* Start custom CSS for wd_accordion, class: .elementor-element-cb0b985 *//* =================================
   CSS SERVICIOS TÉCNICOS VIGGO
   Para usar en Elementor
   ================================= */

/* CONTENEDOR PRINCIPAL */
.viggo-servicios-tecnicos {
    max-width: 100%;
    margin: 20px 0;
    color: #ffffff !important;
}

/* ACORDEÓN */
.viggo-acordeon-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 5px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
}

.viggo-acordeon-header {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    color: inherit;
    transition: all 0.3s ease;
}

.viggo-acordeon-header:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.viggo-acordeon-toggle {
    font-size: 18px;
    font-weight: bold;
    color: #D4AF37;
    transition: transform 0.3s ease;
}

.viggo-acordeon-content {
    display: none;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
}

/* PROVINCIA */
.viggo-provincia {
    margin-bottom: 25px;
}

.viggo-provincia-titulo {
    color: #D4AF37;
    border-bottom: 2px solid #D4AF37;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* TARJETA DE SERVICIO TÉCNICO */
.viggo-servicio-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* LÍNEA DORADA SUPERIOR EN TARJETA */
.viggo-servicio-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, #F4E19C);
}

.viggo-servicio-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    background: rgba(255, 255, 255, 0.12);
}

/* NOMBRE DEL SERVICIO TÉCNICO */
.viggo-servicio-nombre {
    color: #F4E19C !important;
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* PÁRRAFOS GENERALES */
.viggo-servicio-card p {
    margin: 8px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.5;
}

/* ETIQUETAS (STRONG) */
.viggo-servicio-card strong {
    color: #D4AF37;
    font-weight: 600;
}

/* ENLACES GENERALES */
.viggo-servicio-card a {
    color: #F4E19C;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.viggo-servicio-card a:hover {
    color: #D4AF37;
    text-decoration: underline;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.5);
}

/* DIRECCIÓN */
.viggo-servicio-direccion {
    /* Hereda estilos de .viggo-servicio-card p */
}

/* TELÉFONO */
.viggo-servicio-telefono a {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white !important;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 2px;
    font-size: 13px;
    text-shadow: none;
}

.viggo-servicio-telefono a:hover {
    background: linear-gradient(135deg, #128C7E, #25D366);
    transform: scale(1.05);
    text-decoration: none;
}

/* WHATSAPP */
.viggo-servicio-whatsapp a {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white !important;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 2px;
    font-size: 13px;
    text-shadow: none;
}

.viggo-servicio-whatsapp a:hover {
    background: linear-gradient(135deg, #128C7E, #25D366);
    transform: scale(1.05);
    text-decoration: none;
}

/* EMAIL */
.viggo-servicio-mail a {
    background: linear-gradient(135deg, #EA4335, #FBBC05);
    color: white !important;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 2px;
    font-size: 13px;
    text-shadow: none;
}

.viggo-servicio-mail a:hover {
    background: linear-gradient(135deg, #FBBC05, #EA4335);
    transform: scale(1.05);
    text-decoration: none;
}

/* SITIO WEB */
.viggo-servicio-web a {
    background: linear-gradient(135deg, #4285F4, #34A853);
    color: white !important;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 2px;
    font-size: 13px;
    text-shadow: none;
}

.viggo-servicio-web a:hover {
    background: linear-gradient(135deg, #34A853, #4285F4);
    transform: scale(1.05);
    text-decoration: none;
}

/* RESPONSIVE MÓVILES */
@media (max-width: 768px) {
    .viggo-acordeon-header {
        padding: 12px;
        font-size: 14px;
    }
    
    .viggo-acordeon-content {
        padding: 15px;
    }
    
    .viggo-servicio-card {
        padding: 15px;
    }
    
    .viggo-servicio-nombre {
        font-size: 16px;
    }
    
    .viggo-servicio-card p {
        font-size: 13px;
    }
}

/* ANIMACIONES */
@keyframes viggoFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.viggo-servicio-card {
    animation: viggoFadeIn 0.5s ease-out;
}

/* FORZAR ESTILOS EN ELEMENTOR */
[data-elementor-type="single"] .viggo-servicios-tecnicos,
.elementor-widget-container .viggo-servicios-tecnicos,
.elementor-element .viggo-servicios-tecnicos {
    color: #ffffff !important;
}

[data-elementor-type="single"] .viggo-servicio-card p,
.elementor-widget-container .viggo-servicio-card p,
.elementor-element .viggo-servicio-card p {
    color: rgba(255, 255, 255, 0.9) !important;
}/* End custom CSS */