.elementor-kit-56{--e-global-color-primary:#7E5239;--e-global-color-secondary:#764B29;--e-global-color-text:#583329;--e-global-color-accent:#FFFFFF;--e-global-color-c729870:#A6A11C;--e-global-color-046876c:#C88B60;--e-global-color-f6da0e6:#FFA300;--e-global-color-abc3c2b:#FFF4D2;--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-56 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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 */body {
    overflow-x: hidden;
}

.botao-destaque-1 {
    background-color: #583329 !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 4px 8px rgba(88, 51, 41, 0.3) !important;
}

.botao-destaque-1:hover {
    background-color: #6a3e33 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(88, 51, 41, 0.5) !important;
}

.botao-destaque-1:before {
    content: "" !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%) !important;
    transform: rotate(45deg) !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out !important;
}

.botao-destaque-1:hover:before {
    opacity: 1 !important;
    animation: shine 1s !important;
}

@keyframes shine {
    0% {
        left: -100% !important;
    }
    100% {
        left: 100% !important;
    }
}

.botao-destaque-2 {
    background-color: #583329 !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    z-index: 1 !important;
    border: none !important;
    overflow: hidden !important;
}

.botao-destaque-2:after {
    content: "" !important;
    position: absolute !important;
    top: -2px !important;
    left: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    background: linear-gradient(45deg, #bb7b69, #c49a8f, #bb7b69, #c49a8f) !important;
    z-index: -1 !important;
    background-size: 400% !important;
    animation: gradientMove 3s ease infinite !important;
    border-radius: inherit !important;
}

.botao-destaque-2:before {
    content: "" !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    background-color: #583329 !important;
    z-index: -1 !important;
    border-radius: inherit !important;
}

.botao-destaque-2:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 5px 15px rgba(88, 51, 41, 0.4) !important;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50% !important;
    }
    50% {
        background-position: 100% 50% !important;
    }
    100% {
        background-position: 0% 50% !important;
    }
}


.botao-destaque-3 {
    background-color: #583329 !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
    animation: pulse 2s infinite !important;
    box-shadow: 0 0 0 0 rgba(88, 51, 41, 0.5) !important;
}

.botao-destaque-3:hover {
    background-color: #6a3e33 !important;
    animation: none !important;
    transform: scale(1.05) !important;
    box-shadow: 0 5px 15px rgba(88, 51, 41, 0.6) !important;
}

@keyframes pulse {
    0% {
        transform: scale(1) !important;
        box-shadow: 0 0 0 0 rgba(88, 51, 41, 0.7) !important;
    }
    70% {
        transform: scale(1.03) !important;
        box-shadow: 0 0 0 10px rgba(88, 51, 41, 0) !important;
    }
    100% {
        transform: scale(1) !important;
        box-shadow: 0 0 0 0 rgba(88, 51, 41, 0) !important;
    }
}

.botao-destaque-4 {
    background-color: #583329 !important;
    color: #ffffff !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border-radius: 16px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0) !important;
}

.botao-destaque-4:hover {
    transform: scale(1.07) !important;
    background-color: #6a3e33 !important;
    box-shadow: 0 7px 20px rgba(88, 51, 41, 0.5) !important;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8) !important;
}

.botao-destaque-4 .elementor-button-text {
    transition: letter-spacing 0.3s ease !important;
}

.botao-destaque-4:hover .elementor-button-text {
    letter-spacing: 1px !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://cafecolonialmineiro.com.br/wp-content/uploads/2025/02/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://cafecolonialmineiro.com.br/wp-content/uploads/2025/02/Roboto-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://cafecolonialmineiro.com.br/wp-content/uploads/2025/02/Roboto-ThinItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */