.elementor-287 .elementor-element.elementor-element-9a7241d{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-287 .elementor-element.elementor-element-647841a{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-287 .elementor-element.elementor-element-c0bc864{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}@media(max-width:1200px){.elementor-287 .elementor-element.elementor-element-c0bc864{--container-widget-width:80%;--container-widget-flex-grow:0;width:var( --container-widget-width, 80% );max-width:80%;}}@media(max-width:767px){.elementor-287 .elementor-element.elementor-element-9a7241d{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-287 .elementor-element.elementor-element-647841a{--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-287 .elementor-element.elementor-element-c0bc864{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-874895e */:root {
    --font-montserrat: 'Montserrat', sans-serif;
    --font-poppins: 'Poppins', sans-serif;
    --color-primary-dark: #2C3E50;
    --color-secondary-green: #95C11F;
    --color-text-grey: #7A7A7A;
    --color-light-grey-bg: #f8f8f8;
    --color-white: #ffffff;
    --color-shadow: rgba(0, 0, 0, 0.08);
    --color-hover-shadow: rgba(0, 0, 0, 0.15);
}
.servicos-page-bloco {
    padding: 30px 0px;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}
.servicos-page-header {
    margin-bottom: 60px;
}
.servicos-page-titulo {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 42px;
    color: #4B5A53;
    margin-bottom: 20px;
    line-height: 1.2;
}
.servicos-page-descricao {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 15px;
    color: var(--color-text-grey);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}
.servicos-page-subtitulo {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 24px;
    color: #101010;
    margin-top: 40px;
    margin-bottom: 40px;
}
.servicos-page-items-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    justify-content: center;
}
.servico-page-item {
    background-color: var(--color-white);
    border-radius: 12px;
    box-shadow: 0 8px 20px var(--color-shadow);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.servico-page-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px var(--color-hover-shadow);
}
.servico-page-item-image {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: block;
}
.servico-page-icon-wrapper {
    position: relative;
    top: -25px; 
    right: -35px;
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 1;
}
.servico-page-icon {
    line-height: 1;
    margin: 0;
}
.servico-page-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.servico-page-text-content {
    padding: 25px; 
    padding-top: 15px; 
}
.servico-page-item-titulo {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 25px;
    color: #4B5A53;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
}
.servico-page-item-descricao {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 15px;
    color: var(--color-text-grey);
    margin-bottom: 15px;
    line-height: 1.7;
}
.servico-page-item-descricao:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 881px) and (max-width: 1024px) {
    .servicos-page-titulo {
        font-size: 30px !important;
    }
    .servicos-page-descricao {
        font-size: 15px;
    }
    .servicos-page-subtitulo {
        font-size: 22px;
    }
    .servicos-page-items-container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
    .servico-page-item-image {
        height: 180px;
    }
    .servico-page-icon-wrapper {
        top: 150px; 
        right: 25px;
        width: 55px;
        height: 55px;
    }
    .servico-page-icon img {
        width: 30px;
        height: 30px;
    }
    .servico-page-text-content {
        padding: 20px; 
        padding-top: 30px; 
    }
    .servico-page-item-titulo {
        font-size: 26px;
    }
}
@media(max-width: 767px) {
    .servicos-page-bloco {
        padding: 20px 0px;
    }
    .servicos-page-header {
        margin-bottom: 40px;
    }
    .servicos-page-titulo {
        font-size: 7vw !important;
        margin-bottom: 15px;
    }
    .servicos-page-descricao {
        font-size: 3.5vw;
        margin-bottom: 25px;
    }
    .servicos-page-subtitulo {
        font-size: 3.5vw;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .servicos-page-items-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .servico-page-item-image {
        height: 160px;
    }
    .servico-page-icon-wrapper {
        position: relative;
        top: -25px; 
        right: -35px;
        background-color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        z-index: 1;
    }
    .servico-page-icon img {
        width: 28px;
        height: 28px;
    }
    .servico-page-text-content {
        padding: 10px; 
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .servico-page-item-titulo {
        font-size: 7vw;
        margin-bottom: 10px;
    }
    .servico-page-item-descricao {
        font-size: 3.5vw;
        margin-bottom: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0bc864 */.excelencia-section {
    background-color: #4B5A53;
    border-radius: 10px;
    padding: 80px 0; 
}

.excelencia-container {
    max-width: 1000px;
    margin: 0 auto; 
    text-align: center; 
    padding: 0 10px; 
}

.excelencia-titulo {
    font-family: var(--font-montserrat); 
    font-weight: 600; 
    font-size: 40px; 
    color: white; 
    margin-bottom: 25px; 
    line-height: 1.2;
}

.excelencia-descricao {
    font-family: var(--font-poppins); 
    font-weight: 400; 
    font-size: 15px; 
    color: white; 
    max-width: 600px; 
    margin: 0 auto 20px auto; 
    line-height: 1.7;
}

.excelencia-descricao strong {
    font-weight: 600; 
    color: #8DC63E; 
}


@media (max-width: 1024px) {
    .excelencia-section {
        padding: 60px 0;
    }
    .excelencia-titulo {
        font-size: 32px;
    }
    .excelencia-descricao {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .excelencia-section {
        padding: 40px 0;
    }
    .excelencia-container {
        padding: 0 15px; 
    }
    .excelencia-titulo {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .excelencia-descricao {
        font-size: 15px;
        margin-bottom: 15px;
    }
}/* End custom CSS */