.elementor-65266 .elementor-element.elementor-element-37351bc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a6dda0c *//* =========================================
   10. CSS - SEÇÃO REVENDA ESPECTRO
========================================= */

.espectro-revenda-wrapper {
    font-family: 'Montserrat', sans-serif;
    background-color: #f9fbfd; 
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 100px 20px; 
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.espectro-revenda-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1250px; 
    width: 100%;
    gap: 60px; 
}

.espectro-revenda-left { 
    flex: 1; 
    max-width: 600px; 
}

.espectro-revenda-tagline { 
    display: block; 
    font-size: 16px; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 1.5px; 
    color: #0066ff; 
    margin-bottom: 15px; 
}

.espectro-revenda-title { 
    font-size: 42px; 
    font-weight: 700; 
    color: #284F94; 
    line-height: 1.2; 
    margin: 0 0 25px 0; 
}

.espectro-revenda-text { 
    font-size: 17px; 
    line-height: 1.8; 
    color: #555555; 
    margin: 0 0 20px 0; 
    text-align: left;
}

/* BOTÃO WHATSAPP */

.espectro-btn-whatsapp { 
    display: inline-flex; 
    align-items: center; 
    gap: 10px; 
    background-color: #25D366; 
    color: white !important; 
    padding: 16px 40px; 
    border-radius: 50px; 
    font-weight: 700; 
    text-decoration: none !important; 
    font-size: 16px; 
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3); 
    transition: all 0.3s ease; 
    margin-top: 15px;
}

.espectro-btn-whatsapp:hover { 
    background-color: #1ebe57; 
    transform: translateY(-3px); 
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5); 
}

/* BLOCO DE VANTAGENS */

.espectro-revenda-right { 
    flex: 1; 
    background: #ffffff; 
    padding: 50px; 
    border-radius: 12px; 
    box-shadow: 0 15px 40px rgba(0,0,0,0.05); 
    border: 1px solid #edf2f7;
}

.espectro-revenda-subtitle { 
    font-size: 30px; 
    font-weight: 700; 
    color: #284F94; 
    margin: 0 0 30px 0; 
}

/* LISTA */

.espectro-vantagens-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.espectro-vantagens-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.espectro-vantagens-icon {
    color: #0066ff;
    font-size: 22px;
    margin-top: 2px;
}

.espectro-vantagens-text {
    font-size: 16px;
    line-height: 1.5;
    color: #4a4a4a;
    font-weight: 500;
}

/* RESPONSIVO */

@media (max-width: 900px) {
    .espectro-revenda-wrapper { padding: 60px 20px; }

    .espectro-revenda-container { 
        flex-direction: column; 
        gap: 40px; 
    }

    .espectro-revenda-left { 
        max-width: 100%; 
        text-align: center; 
    }

    .espectro-revenda-text { 
        text-align: center; 
    }

    .espectro-revenda-title { 
        font-size: 32px; 
    }

    .espectro-revenda-right { 
        padding: 30px 20px; 
        width: 100%; 
        box-sizing: border-box; 
    }

    .espectro-vantagens-item { 
        text-align: left; 
    }
}/* End custom CSS */