.elementor-kit-5{--e-global-color-primary:#00B3FF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-82ab4c8:#FFB067;--e-global-color-22ca1b0:#E63C3C;--e-global-color-c0d57a2:#272727;--e-global-color-486d232:#E9AE1F;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:1rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-letter-spacing:4px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1.112rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;--e-global-typography-f48506d-font-family:"Montserrat";--e-global-typography-f48506d-font-size:2.6rem;--e-global-typography-f48506d-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}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:1200px){.elementor-kit-5{--e-global-typography-primary-font-size:2.5rem;--e-global-typography-text-font-size:1rem;--e-global-typography-f48506d-font-size:2.2rem;}}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:2.5px;--e-global-typography-text-font-size:1rem;}.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-primary-font-size:2rem;--e-global-typography-text-font-size:0.9375rem;--e-global-typography-f48506d-font-size:1.8rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body{
    width: 100%;
    overflow-x: hidden;
}

.scroll-bottom{
    opacity: 0;
    transition: 0.8s;
    transform: translate(0px, 30px);
}

.scroll-top{
    opacity: 0;
    transition: 0.8s;
    transform: translate(0px, -30px);
}

.scroll-left{
    opacity: 0;
    transition: 0.8s;
    transform: translate(-30px, 0px);
}

.scroll-right{
    opacity: 0;
    transition: 0.8s;
    transform: translate(30px, 0px);
}

.elementor-editor-active .scroll-bottom,
.elementor-editor-active .scroll-top,
.elementor-editor-active .scroll-left,
.elementor-editor-active .scroll-right,
.ativo{
    opacity: 1;
    transition: 0.8s;
    transform: translatey(0px);
}

.botao{
    box-shadow: 0px 9px 30px 0px rgba(255, 255, 255, 0.28);
    position: relative;
    z-index: 1;
}

.botao::before{
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #808080;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    transition: 0.3s;
    pointer-events: none;
    z-index: -1;
}

.botao:hover::before{
    width: 100%;
    height: 100%;
}

.botao:hover .elementor-button{
    transition: 1s 0.3s;
    box-shadow: 0px 0px 300px 10px #ffffff70;
}


.botao .elementor-button-content-wrapper{
    display: flex;
    align-items: center;
}

.card-vermelho-produto .elementor-cta__content {
    background: #B92B2A !important;
    position: relative;
    z-index: 0;
}

.card-vermelho-produto .elementor-cta__content::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://curatto.com.br/wp-content/uploads/2024/12/textura_card_1x_11zon.webp') no-repeat top center/cover;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: -1;
}

.card-vermelho {
background: #B92B2A;
    position: relative;
    z-index: 0;
    border-radius: 15px;
     box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.75);
}

.card-vermelho::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://curatto.com.br/wp-content/uploads/2024/12/textura_card_1x_11zon.webp') no-repeat top center/cover;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: -1;
}

@media (max-width: 767px){
    .card-vermelho{
        min-height: 279px; 
    }
}/* End custom CSS */