.elementor-kit-2766{--e-global-color-primary:#0E49B1;--e-global-color-secondary:#EAE3E3;--e-global-color-text:#C28806FC;--e-global-color-accent:#4476E7;--e-global-color-5ccacfc:#E8EEFA;--e-global-color-9bdbbda:#F5C542;--e-global-color-8c54659:#333333;--e-global-color-7ea76f1:#1E3A8A;--e-global-color-ca15e91:#1E3E8A;--e-global-color-d283922:#C68E11;--e-global-color-ab78728:#FFFFFF;--e-global-color-b7f650e:#162C6C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2766 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2766 h1{font-family:"Montserrat", Sans-serif;text-transform:none;font-style:normal;}.elementor-kit-2766 h3{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{} eliznodigital.com{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================
   ESTILO GERAL DOS CONTAINERS
============================= */

.container-bloco {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.container-bloco:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

/* ============================
   ÍCONES NO TOPO DOS BLOCOS
============================= */
.container-bloco .icone-bloco {
    font-size: 48px;
    color: #f4b400; /* amarelo Google bonito */
    margin-bottom: 20px;
}

/* ============================
   TÍTULOS DOS BLOCOS
============================= */
.container-bloco h2,
.container-bloco h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0d2b66; /* azul forte */
    text-align: center;
    margin-bottom: 20px;
}

/* ============================
   TEXTOS DESCRITIVOS
============================= */
.container-bloco p {
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

/* ============================
   BOTÕES DOS BLOCOS
============================= */
.botao-bloco a {
    display: inline-block;
    background: #0d2b66;
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.botao-bloco a:hover {
    background: #154a9c; /* azul mais claro */
    transform: scale(1.05);
}

/* ============================
   RESPONSIVIDADE
============================= */

@media (max-width: 768px) {
    .container-bloco {
        padding: 30px 20px;
    }

    .container-bloco h2,
    .container-bloco h3 {
        font-size: 24px;
    }

    .container-bloco p {
        font-size: 16px;
    }

    .botao-bloco a {
        font-size: 15px;
        padding: 10px 20px;
    }
}/* End custom CSS */