.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b5aeb33:#F8F8F8;--e-global-color-c58817e:#1E1C1C;--e-global-color-5420d44:#BB8F2D;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#A8BFE4;--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;--e-global-typography-5535e8e-font-family:"Merienda";--e-global-typography-5535e8e-font-size:2rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-5535e8e-line-height:1.6em;--e-global-typography-c83476d-font-family:"Merienda";--e-global-typography-c83476d-font-size:2rem;--e-global-typography-c83476d-font-weight:600;--e-global-typography-c83476d-line-height:1.6em;--e-global-typography-ff8f921-font-family:"Merienda";--e-global-typography-ff8f921-font-size:1.3rem;--e-global-typography-ff8f921-font-weight:500;--e-global-typography-887fca2-font-family:"Roboto";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"Roboto";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"Merienda";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.entry-title, .wp-block-post-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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-kit-5{--e-global-typography-c83476d-font-size:1.9rem;--e-global-typography-ff8f921-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */body, html{
    overflow-x: hidden;
}

/*

.animar-esquerda {
    opacity: 0;
    transform: translateX(-80px);
    transition: all 0.8s ease;
} 

.animar-direita {
    opacity: 0;
    transform: translateX(80px);
    transition: all 0.8s ease;
}

.animar-ativo {
    opacity: 1 !important;
    transform: translateX(0) !important;
} 

*/

.card-descricao{
    overflow: hidden;
    transition: all .35s ease;
}

.btn-saber-mais{
    cursor:pointer;
}

.instagram-float{
    position:fixed;
    right:30px;
    bottom:100px; /* acima do WhatsApp */
    width:60px;
    height:60px;
    border-radius:50%;
    background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    z-index:9999;
    transition:.3s;
    text-decoration:none;
}

.instagram-float:hover{
    transform:scale(1.08);
}

@media (max-width:768px){
    .instagram-float{
        width:55px;
        height:55px;
        right:15px;
        bottom:85px;
    }

    .instagram-float svg{
        width:24px;
        height:24px;
    }
}/* End custom CSS */