.elementor-3720 .elementor-element.elementor-element-7e6753b{--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;--margin-top:-0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3720 .elementor-element.elementor-element-7e6753b:not(.elementor-motion-effects-element-type-background), .elementor-3720 .elementor-element.elementor-element-7e6753b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A2E;}.elementor-3720 .elementor-element.elementor-element-522c6ff{width:100%;max-width:100%;}.elementor-3720 .elementor-element.elementor-element-154670d{--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;--margin-top:-90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3720 .elementor-element.elementor-element-154670d:not(.elementor-motion-effects-element-type-background), .elementor-3720 .elementor-element.elementor-element-154670d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A2E;}.elementor-3720 .elementor-element.elementor-element-ebaf9e0{width:100%;max-width:100%;}.elementor-3720 .elementor-element.elementor-element-96b1cc8{--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-3720 .elementor-element.elementor-element-96b1cc8:not(.elementor-motion-effects-element-type-background), .elementor-3720 .elementor-element.elementor-element-96b1cc8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A2E;}.elementor-3720 .elementor-element.elementor-element-58fc8cc{width:100%;max-width:100%;}@media(min-width:768px){.elementor-3720 .elementor-element.elementor-element-7e6753b{--content-width:1349px;}.elementor-3720 .elementor-element.elementor-element-96b1cc8{--content-width:1253px;}}/* Start custom CSS for html, class: .elementor-element-522c6ff *//* Estilos para o Layout 2 da ICET Soft */

.layout-container-icet-soft-2 {
    background-color: #1a1a2e;
    color: #e0e0e0;
    font-family: 'Montserrat', sans-serif;
    padding: 60px 20px;
    margin: 40px auto;
    overflow: hidden; /* Garante que o container se ajuste ao conteúdo */
}

.header-icet-soft-2 {
    text-align: center;
    margin-bottom: 50px;
}

.h1-icet-soft-2 {
    color: #a267e8;
    font-size: 2.2em !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.h2-icet-soft-2 {
    font-size: 1.2em !important;
    font-weight: 400;
    color: #e0e0e0;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.content-wrapper-icet-soft-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; /* Permite que as colunas se ajustem em telas menores */
    gap: 40px;
}

.column-left-icet-soft-2 {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
}

.laptop-image-icet-soft-2 {
    max-width: 100%;
    height: auto;
    transform: rotate(-10deg); /* Inclinação da imagem */
    transition: transform 0.4s ease;
}

/* Efeito de hover opcional para a imagem */
.laptop-image-icet-soft-2:hover {
    transform: rotate(0deg) scale(1.03);
}

.column-right-icet-soft-2 {
    flex: 1;
    min-width: 300px;
    text-align: left; /* Alinha o texto à esquerda */
}

.p-icet-soft-2 {
    font-size: 1em !important;
    line-height: 1.7 !important;
    margin-bottom: 25px !important;
    color: #e0e0e0;
}

.p-icet-soft-2 strong {
    font-weight: 700;
}

.btn-orcamento-icet-soft-2 {
    background: linear-gradient(90deg, #e83e8c, #a267e8);
    color: #ffffff !important;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    display: inline-block;
    transition: transform 0.3s ease;
    border: none;
    margin-top: 15px;
}

.btn-orcamento-icet-soft-2:hover {
    transform: scale(1.05);
    color: #ffffff !important;
}

/* Ajustes para telas menores (Responsividade) */
@media (max-width: 768px) {
    .header-icet-soft-2 {
        margin-bottom: 30px;
    }

    .column-left-icet-soft-2,
    .column-right-icet-soft-2 {
        text-align: center; /* Centraliza tudo em telas pequenas */
        flex-basis: 100%; /* Faz cada coluna ocupar a largura total */
    }

    .laptop-image-icet-soft-2 {
        transform: rotate(0deg); /* Remove a rotação em telas pequenas */
        margin-bottom: 30px;
    }
}

/* Fim dos Estilos *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebaf9e0 *//* Estilos para o Layout da ICET Soft */

.container-icet-soft {
    background-color: #1a1a2e;
    color: #e0e0e0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 40px 20px;
    max-width: 900px; /* Ajuste conforme a largura do seu site */
    margin: 40px auto; /* Adiciona espaçamento acima e abaixo */
    border-radius: 8px; /* Opcional: para bordas arredondadas */
}

.section-icet-soft {
    padding: 30px 0;
}

.h1-icet-soft {
    color: #a267e8;
    font-size: 2.2em !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.h2-icet-soft {
    font-size: 1.2em !important;
    font-weight: 400;
    color: #e0e0e0;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    line-height: 1.4 !important;
}

.h3-icet-soft {
    color: #a267e8;
    font-size: 2em !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.h4-icet-soft {
    font-size: 1.1em !important;
    font-weight: 400;
    color: #e0e0e0;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    line-height: 1.4 !important;
}

.p-icet-soft {
    font-size: 1em !important;
    line-height: 1.6 !important;
    margin-bottom: 30px !important;
    color: #e0e0e0;
}

.p-icet-soft strong {
   font-weight: 700;
}

.btn-orcamento-icet-soft {
    background: linear-gradient(90deg, #e83e8c, #a267e8);
    color: #ffffff !important;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    display: inline-block;
    transition: transform 0.3s ease;
    border: none;
}

.btn-orcamento-icet-soft:hover {
    transform: scale(1.05);
    color: #ffffff !important;
}

.breadcrumb-icet-soft {
    font-size: 0.9em !important;
    color: #b0b0b0;
    margin-bottom: 40px !important;
}

/* Fim dos Estilos *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58fc8cc *//* Estilos para a Grade de Serviços - Layout 3 */

.grid-container-icet-soft-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    font-family: 'Montserrat', sans-serif;
    padding: 40px 20px;
    background-color: #1a1a2e; /* Fundo geral da seção */
    margin: 40px auto;
}

.card-icet-soft-3 {
    background-color: #27274b; /* Cor de fundo um pouco mais clara */
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-icet-soft-3:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.card-title-icet-soft-3 {
    color: #ffffff;
    font-size: 1.25em !important;
    font-weight: 600;
    line-height: 1.4 !important;
    min-height: 70px; /* Garante alinhamento dos títulos */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.card-image-container-icet-soft-3 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.card-image-icet-soft-3 {
    max-width: 100%;
    height: auto;
    max-height: 180px; /* Limita a altura da imagem */
}

.card-button-icet-soft-3 {
    background: linear-gradient(90deg, #e83e8c, #a267e8);
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    display: block;
    width: 100%;
    transition: background 0.3s ease;
}

.card-button-icet-soft-3:hover {
    background: linear-gradient(90deg, #a267e8, #e83e8c);
    color: #ffffff !important;
}

/* Fim dos Estilos *//* End custom CSS */