.elementor-6252 .elementor-element.elementor-element-09460ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-6252 .elementor-element.elementor-element-529b3ef{--display:flex;overflow:visible;}.elementor-6252 .elementor-element.elementor-element-4e75540 > .elementor-widget-container{margin:1px 1px 1px 1px;padding:0px 0px 0px 0px;border-radius:5px 5px 5px 5px;box-shadow:0px 0px 10px 7px rgba(0,0,0,0.5);}.elementor-6252 .elementor-element.elementor-element-4e75540.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-4e75540 */.cfv-wrapper {
    max-width: 1200px;
    margin: auto;
    font-family: Arial, sans-serif;
}

.cfv-title {
    background: #0f4c81;
    color: #fff;
    text-align: center;
    padding: 18px;
    border-radius: 4px;
    font-size: 24px;
    margin-bottom: 35px;
    font-weight: bold;
}

/* GRID */
.cfv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* BLOCOS DIFERENCIADOS COM SOMBRA */
.cfv-box {
    background: #0f4c81;
    color: white;
    padding: 40px 30px;
    border-radius: 6px;

    /* SOMBRA SUAVE */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);

    /* DIFERENÇA ENTRE OS BLOCOS */
    position: relative;
    overflow: hidden;
}

/* DIFERENÇA SUTIL ENTRE OS BLOCOS */
.cfv-box:nth-child(1) {
    background: #0d3e6a;
}

.cfv-box:nth-child(2) {
    background: #0f4c81;
}

.cfv-box:nth-child(3) {
    background: #115a9a;
}

/* ÍCONES */
.cfv-box img {
    width: 55px;
    margin-bottom: 18px;
    opacity: 0.95;
}

.cfv-box p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.6;
}

@media(max-width:900px){
    .cfv-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */