.elementor-43 .elementor-element.elementor-element-173963d{background-color:#1A1A1A;}/* Start custom CSS for html, class: .elementor-element-e31e592 *//* SECCIÓN 1: HERO */
#servicios-hero {
    background: linear-gradient(135deg, #1a1a1a, #1a1a1a);
    padding: 100px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(227, 6, 19, 0.3);
}

.servicios-hero-contenido {
    max-width: 800px;
    margin: 0 auto;
}

.servicios-hero-contenido h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.servicios-hero-contenido p {
    color: #cccccc;
    font-size: 18px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2bfdf58 *//* SECCIÓN 2: LOS 6 SERVICIOS */
#servicios-lista {
    padding: 80px 20px;
    background: linear-gradient(145deg, #0d0d0d, #050505);
}

.servicios-container {
    max-width: 1200px;
    margin: 0 auto;
}

.servicios-titulo {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
}

.servicios-subtitulo {
    text-align: center;
    color: #aaaaaa;
    font-size: 18px;
    margin-bottom: 50px;
}

.servicios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.servicio-card {
    background: linear-gradient(145deg, #2a2a2a, #1f1f1f);
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.servicio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(227, 6, 19, 0.15);
    border-color: rgba(227, 6, 19, 0.3);
}

.servicio-icono {
    font-size: 55px;
    margin-bottom: 20px;
}

.servicio-card h3 {
    color: #e30613;
    font-size: 22px;
    margin-bottom: 15px;
}

.servicio-card p {
    color: #cccccc;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.servicio-boton {
    display: inline-block;
    background: transparent;
    border: 2px solid #e30613;
    color: #e30613;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.servicio-boton:hover {
    background: #e30613;
    color: #ffffff;
    transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-173963d *//* SECCIÓN 3: VENTAJAS */
#servicios-ventajas {
    padding: 80px 20px;
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ventajas-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.ventaja-item {
    text-align: center;
    min-width: 180px;
}

.ventaja-numero {
    display: block;
    font-size: 52px;
    font-weight: 800;
    color: #e30613;
    margin-bottom: 10px;
}

.ventaja-texto {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.ventaja-desc {
    display: block;
    font-size: 14px;
    color: #aaaaaa;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2bf6b2 *//* SECCIÓN 4: CTA */
#servicios-cta {
    padding: 80px 20px;
    background: linear-gradient(135deg, #e30613, #b0050f);
    text-align: center;
}

.servicios-cta-contenido {
    max-width: 700px;
    margin: 0 auto;
}

.servicios-cta-contenido h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.servicios-cta-contenido p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-bottom: 30px;
}

.servicios-cta-botones {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn-primary {
    background: #ffffff;
    color: #e30613;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.cta-btn-primary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.cta-btn-secondary {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d547d14 *//* ============================================
   ESTILOS EXCLUSIVOS PARA PÁGINA DE CONTACTO
   ============================================ */

/* Contenedor principal de la información de contacto */
#contacto-info-principal {
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a) !important;
    padding: 35px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    height: 100% !important;
}

/* Título H2 */
#contacto-info-principal h2 {
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
    padding: 0 0 15px 0 !important;
    border-bottom: 3px solid #e30613 !important;
    display: inline-block !important;
    width: 100% !important;
}

/* Texto descriptivo */
.contacto-descripcion {
    color: #cccccc !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 0 35px 0 !important;
    text-align: justify !important;
}

/* Cada línea de contacto (WhatsApp, Email, Teléfono) */
.contacto-item-linea {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 15px 0 !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
}

.contacto-item-linea:hover {
    transform: translateX(5px) !important;
    border-bottom-color: #e30613 !important;
}

/* Contenedor del icono */
.contacto-item-icono {
    min-width: 50px !important;
    text-align: center !important;
}

/* Iconos SVG */
.contacto-icono-svg {
    width: 28px !important;
    height: 28px !important;
    stroke: #e30613 !important;
    stroke-width: 1.8 !important;
    fill: none !important;
}

/* Contenido de cada línea */
.contacto-item-contenido {
    flex: 1 !important;
}

/* Título H4 dentro de cada línea */
.contacto-item-titulo {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    letter-spacing: 0.5px !important;
}

/* Valor del contacto */
.contacto-item-valor {
    color: #e30613 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    display: block !important;
}

/* ============================================
   ESTILOS PARA EL FORMULARIO (COLUMNA DERECHA)
   ============================================ */

/* Contenedor del formulario */
.elementor-widget-form {
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a) !important;
    padding: 35px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Campos del formulario */
.elementor-field-group .elementor-field {
    background-color: #3a3a3a !important;
    border: 1px solid #555 !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    color: #ffffff !important;
}

.elementor-field-group .elementor-field::placeholder {
    color: #999 !important;
}

.elementor-field-group .elementor-field:focus {
    border-color: #e30613 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.1) !important;
}

/* Etiquetas del formulario */
.elementor-field-group label {
    color: #dddddd !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

/* Checkbox política */
.elementor-field-type-acceptance .elementor-field-option {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.elementor-field-type-acceptance label {
    color: #cccccc !important;
}

.elementor-field-type-acceptance input {
    width: 18px !important;
    height: 18px !important;
    accent-color: #e30613 !important;
}

/* Botón Enviar */
.elementor-button-submit {
    background-color: #e30613 !important;
    border-radius: 50px !important;
    padding: 14px 32px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
}

.elementor-button-submit:hover {
    background-color: #b0050f !important;
    transform: translateY(-2px) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bef5876 *//* ============================================
   ESTILOS FORMULARIO CONTACTO (COLUMNA DERECHA)
   ============================================ */

/* Contenedor principal del formulario */
#contacto-formulario-derecha {
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a) !important;
    padding: 35px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    height: 100% !important;
}

/* Grupo de cada campo */
.contacto-form-grupo {
    margin-bottom: 25px !important;
}

/* Etiquetas (labels) */
.contacto-form-grupo label {
    display: block !important;
    color: #dddddd !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

/* Campos de texto (input, textarea) */
.contacto-form-grupo input,
.contacto-form-grupo textarea {
    width: 100% !important;
    background-color: #3a3a3a !important;
    border: 1px solid #555 !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

/* Placeholder */
.contacto-form-grupo input::placeholder,
.contacto-form-grupo textarea::placeholder {
    color: #999 !important;
    opacity: 1 !important;
}

/* Efecto focus (al hacer clic) */
.contacto-form-grupo input:focus,
.contacto-form-grupo textarea:focus {
    border-color: #e30613 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.15) !important;
    background-color: #444 !important;
}

/* Textarea específico */
.contacto-form-grupo textarea {
    resize: vertical !important;
    font-family: inherit !important;
}

/* Checkbox de política de privacidad */
.contacto-form-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 25px 0 !important;
    flex-wrap: wrap !important;
}

.contacto-form-checkbox input {
    width: 18px !important;
    height: 18px !important;
    accent-color: #e30613 !important;
    cursor: pointer !important;
}

.contacto-form-checkbox label {
    color: #cccccc !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

.contacto-form-checkbox a {
    color: #e30613 !important;
    text-decoration: none !important;
}

.contacto-form-checkbox a:hover {
    text-decoration: underline !important;
}

/* Botón de enviar */
.contacto-form-boton {
    background-color: #e30613 !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 32px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #ffffff !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
}

.contacto-form-boton:hover {
    background-color: #b0050f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(227, 6, 19, 0.3) !important;
}/* End custom CSS */