.elementor-3753 .elementor-element.elementor-element-0750b26{--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;}.elementor-3753 .elementor-element.elementor-element-1a8a595{--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;}.elementor-3753 .elementor-element.elementor-element-8cdb4df{width:100%;max-width:100%;}@media(min-width:768px){.elementor-3753 .elementor-element.elementor-element-0750b26{--content-width:1453px;}.elementor-3753 .elementor-element.elementor-element-1a8a595{--content-width:1180px;}}/* Start custom CSS for html, class: .elementor-element-d51f8d9 *//* Estilos para o Layout de Funcionalidades - ICET Soft 4 (Versão Simplificada) */

.container-icet-soft-4 {
    font-family: 'Montserrat', sans-serif;
    padding: 80px 20px;
    background-color: #ffffff;
    /* Padrão de fundo sutil - opcional */
    background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g fill="%23f0f0f8" fill-opacity="0.4"><rect x="20" y="20" width="10" height="10" rx="2" /><rect x="60" y="20" width="10" height="10" rx="2"/><rect x="20" y="60" width="10" height="10" rx="2"/><rect x="60" y="60" width="10" height="10" rx="2"/></g></svg>');
    overflow: hidden;
}

.header-icet-soft-4 {
    text-align: center;
    margin-bottom: 60px;
}

.h2-icet-soft-4 {
    font-size: 2.5em !important;
    font-weight: 700;
    color: #2c2c54;
    line-height: 1.3 !important;
    max-width: 600px;
    margin: 0 auto !important;
}

.main-content-icet-soft-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.left-column-icet-soft-4,
.right-column-icet-soft-4 {
    flex: 1;
    min-width: 320px;
}

/* NOVO: Estilo para a imagem única */
.left-column-icet-soft-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-image-icet-soft-4 {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(44, 44, 84, 0.15);
}


/* Coluna da Direita - Grade de Funcionalidades */
.features-grid-icet-soft-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-item-icet-soft-4 {
    text-align: left;
}

.feature-icon-icet-soft-4 {
    font-size: 2em !important;
    color: #6a4c9c;
    margin-bottom: 15px;
}

.feature-title-icet-soft-4 {
    font-size: 1.05em !important;
    font-weight: 700;
    color: #2c2c54;
    margin-bottom: 8px !important;
    text-transform: uppercase;
}

.feature-desc-icet-soft-4 {
    font-size: 0.95em !important;
    color: #555;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Responsividade */
@media (max-width: 992px) {
    .main-content-icet-soft-4 {
        flex-direction: column;
    }
    .left-column-icet-soft-4 {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .features-grid-icet-soft-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .h2-icet-soft-4 {
        font-size: 2em !important;
    }
}

@media (max-width: 480px) {
    .features-grid-icet-soft-4 {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8cdb4df *//* Estilos para o Layout de Vantagens - ICET Soft 5 */

.container-icet-soft-5 {
    font-family: 'Montserrat', sans-serif;
    padding: 80px 20px;
    background-color: #ffffff;
    /* Padrão de fundo sutil, como no exemplo */
    background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g fill="%23f0f0f8" fill-opacity="0.4"><rect x="20" y="20" width="10" height="10" rx="2" /><rect x="60" y="20" width="10" height="10" rx="2"/><rect x="20" y="60" width="10" height="10" rx="2"/><rect x="60" y="60" width="10" height="10" rx="2"/></g></svg>');
    overflow: hidden;
}

.header-icet-soft-5 {
    text-align: center;
    margin-bottom: 70px;
}

.subtitle-icet-soft-5 {
    font-size: 1.1em !important;
    color: #555;
    margin-bottom: 10px !important;
}

.h2-icet-soft-5 {
    font-size: 2.8em !important;
    font-weight: 700;
    color: #2c2c54;
    line-height: 1.3 !important;
    max-width: 700px;
    margin: 0 auto !important;
}

.main-content-icet-soft-5 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.left-column-icet-soft-5,
.right-column-icet-soft-5 {
    flex: 1;
    min-width: 320px;
}

/* Coluna da Esquerda - Lista de Vantagens */
.checklist-icet-soft-5 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist-icet-soft-5 li {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #333;
    margin-bottom: 20px;
    font-weight: 500;
}

.checklist-icet-soft-5 li i {
    color: #28a745; /* Cor verde do check */
    font-size: 1.5em;
    margin-right: 15px;
}

/* Coluna da Direita - Imagem */
.right-column-icet-soft-5 {
    text-align: center;
}

.showcase-image-icet-soft-5 {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    /* Sombra suave para dar profundidade */
    box-shadow: 0 10px 30px rgba(44, 44, 84, 0.1);
}

/* Responsividade */
@media (max-width: 992px) {
    .main-content-icet-soft-5 {
        flex-direction: column-reverse; /* Imagem aparecerá primeiro em telas menores */
    }
    .left-column-icet-soft-5 {
        text-align: center;
        margin-top: 40px;
    }
    .checklist-icet-soft-5 li {
       justify-content: center;
    }
}

@media (max-width: 768px) {
    .h2-icet-soft-5 {
        font-size: 2.2em !important;
    }
    .checklist-icet-soft-5 li {
       font-size: 1em;
       text-align: left;
       justify-content: flex-start; /* Alinha à esquerda em telas muito pequenas */
    }
}

/* Estilo para a seção de Tags de SEO */
.seo-tags-sbc-icet-soft {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    color: #888;
    font-size: 0.85em;
    line-height: 1.7;
}

.seo-tags-sbc-icet-soft strong {
    color: #555;
}/* End custom CSS */