.elementor-kit-11{--e-global-color-primary:#00187C;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#000000;--e-global-color-4b0b13e:#00187C;--e-global-color-f4592ab:#00187C;--e-global-color-659bb76:#338AD1;--e-global-color-64e34ec:#6A96D2;--e-global-color-313a2f7:#001E79;--e-global-color-3b8f602:#E0E0E0;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.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 */@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
    
}

.mouse_hover{
    display: none;
}
.mouse_hover button{
    border: solid 2px blue;
    border-radius: 10px;
    background-color: blue;
    color:white;
    font-weight: bold;
    font-size: 1.2em;
}
.efeito_imagem--prod:hover .mouse_hover{
    margin-top:0;
    position: absolute;
    background-color:rgba(0, 0, 255, 0.5);
    display: block;
    width: 100%;
    height: 313px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.7s ease forwards;
}
.efeito_imagem:hover .mouse_hover{
    margin-top: -174px;
    display: block;
    width: 538px;
    height: 154px;
    background-color:rgba(0, 0, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.7s ease forwards;

}
.titulo__azul{
    background-color: #00187C;
    border-radius: 0 0 20px 20px
}
@media screen and (max-width: 768px) {
    .efeito_imagem:hover .mouse_hover{
    margin-top: -120px;
    display: block;
    width: 348px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
        
    }
    .mouse_hover button{
        font-size: 0.9em;
        
    }
}/* End custom CSS */