/* Start custom CSS for html, class: .elementor-element-ac39222 *//* ============================================
     PÁGINA: SOBRE NOSOTROS
     ESTILO OSCURO - TOMELLOSO MOTOR
     ============================================ */

/* SECCIÓN 1: HERO */
#sobrenosotros-hero {
    background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
    padding: 100px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(227, 6, 19, 0.3);
}

.sobrenosotros-hero-contenido {
    max-width: 800px;
    margin: 0 auto;
}

.sobrenosotros-hero-contenido h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.sobrenosotros-hero-contenido p {
    color: #cccccc;
    font-size: 18px;
}

/* CONTENEDOR GENERAL */
.sobrenosotros-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sobrenosotros-titulo {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
}

.sobrenosotros-subtitulo {
    text-align: center;
    color: #aaaaaa;
    font-size: 18px;
    margin-bottom: 50px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-90c9b05 *//* SECCIÓN 2: HISTORIA */
#sobrenosotros-historia {
    padding: 80px 0;
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
}

.sobrenosotros-historia-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.sobrenosotros-historia-texto h2 {
    color: #e30613;
    font-size: 32px;
    margin-bottom: 20px;
}

.sobrenosotros-historia-texto p {
    color: #cccccc;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.sobrenosotros-imagen-placeholder {
    background: linear-gradient(145deg, #2a2a2a, #1f1f1f);
    border-radius: 20px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #e30613;
    border: 1px solid rgba(255,255,255,0.08);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-079bbe8 *//* SECCIÓN 3: MISIÓN, VISIÓN, VALORES */
#sobrenosotros-mvv {
    padding: 80px 0;
    background: linear-gradient(145deg, #0d0d0d, #050505);
}

.sobrenosotros-mvv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.sobrenosotros-mvv-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);
}

.sobrenosotros-mvv-card:hover {
    transform: translateY(-8px);
    border-color: rgba(227, 6, 19, 0.3);
}

.sobrenosotros-mvv-icono {
    font-size: 55px;
    margin-bottom: 20px;
}

.sobrenosotros-mvv-card h3 {
    color: #e30613;
    font-size: 24px;
    margin-bottom: 15px;
}

.sobrenosotros-mvv-card p {
    color: #cccccc;
    font-size: 15px;
    line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6bdecf0 *//* SECCIÓN 4: EQUIPO */
#sobrenosotros-equipo {
    padding: 80px 0;
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
}

.sobrenosotros-equipo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.sobrenosotros-equipo-card {
    background: linear-gradient(145deg, #2a2a2a, #1f1f1f);
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sobrenosotros-equipo-card:hover {
    transform: translateY(-5px);
}

.sobrenosotros-equipo-imagen {
    font-size: 70px;
    margin-bottom: 15px;
}

.sobrenosotros-equipo-card h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 5px;
}

.sobrenosotros-equipo-card p {
    color: #e30613;
    font-size: 14px;
    margin-bottom: 10px;
}

.sobrenosotros-equipo-experiencia {
    display: inline-block;
    background: rgba(227, 6, 19, 0.2);
    color: #e30613;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 50px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d13fbb *//* SECCIÓN 5: VENTAJAS */
#sobrenosotros-ventajas {
    padding: 80px 0;
    background: linear-gradient(145deg, #0d0d0d, #050505);
}

.sobrenosotros-ventajas-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.sobrenosotros-ventaja-item {
    text-align: center;
    min-width: 180px;
}

.sobrenosotros-ventaja-numero {
    display: block;
    font-size: 52px;
    font-weight: 800;
    color: #e30613;
    margin-bottom: 10px;
}

.sobrenosotros-ventaja-texto {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.sobrenosotros-ventaja-desc {
    display: block;
    font-size: 14px;
    color: #aaaaaa;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85c9af2 *//* SECCIÓN 6: CTA */
#sobrenosotros-cta {
    padding: 80px 20px;
    background: linear-gradient(135deg, #e30613, #b0050f);
    text-align: center;
}

.sobrenosotros-cta-contenido {
    max-width: 700px;
    margin: 0 auto;
}

.sobrenosotros-cta-contenido h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sobrenosotros-cta-contenido p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-bottom: 30px;
}

.sobrenosotros-cta-botones {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.sobrenosotros-cta-btn-primary {
    background: #ffffff;
    color: #e30613;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.sobrenosotros-cta-btn-primary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.sobrenosotros-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;
}

.sobrenosotros-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}/* End custom CSS */