.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;background-color:#080A0B;}.elementor-kit-6 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){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */#site-header, #site-footer, .page-header {
    display: none;
}

/* Cor Header Checkout */
.fc-checkout-header {
    background-color: #080A0B !important;
    border-bottom: solid 1px #2f3133 !important;
}

/* Personalização Checkout */

.fc-step__next-step.button, .fc-place-order-button {
    padding: 16px 32px !important;
    font-family: "Chakra Petch", Sans-Serif !important;
    font-size: 32px !important;
    background-color: #FF8200 !important;
    color: white !important;
    border-radius: 12px !important;
}
.fc-step__next-step.button:hover, .fc-place-order-button:hover {
    background-color: #D57007 !important;
    color: white !important;
}

/* Checkout - Final Pedido */
.wp-block-woocommerce-checkout, .mp-details-title {
    font-family: "Chakra Petch", Sans-Serif !important; 
}

.woocommerce-table__product-name.product-name a {
    color: #FF8200 !important;
}

.woocommerce-button {
    font-family: "Chakra Petch", Sans-Serif !important;
    background-color: #FF8200 !important;
    color: white !important;
    border-radius: 8px !important;
}
.woocommerce-button:hover {
    font-family: "Chakra Petch", Sans-Serif !important;
    background-color: #D57007 !important;
    border: 0px !important;
}

.mp-details-pix-button {
    font-family: "Chakra Petch", Sans-Serif !important;
    font-size: 18px !important;
    background-color: #D57007 !important;
    border: 0px !important;
    border-radius: 12px !important;
    padding: 16px 32px !important;
}
.mp-details-pix-button:hover {
    background-color: #D57007 !important;
    border: 0px !important;
    padding: 16px 32px !important;
}

#mp-qr-code {
    width: 100% !important;
    margin-bottom: 10px !important;
    font-family: "Chakra Petch", Sans-Serif !important;
}

.wp-block-woocommerce-checkout {
    padding: 24px !important;
    border-radius: 24px !important;
    background-color: white !important;
}

#place_order.button.alt {
    background-color: #D57007 !important;
}

@media (max-width: 767px) {
.woocommerce-button.button.cancel.order-actions-button {
    background-color: red !important;
    margin-top: 8px !important;
}
}

.woocommerce-button.button.pay.order-actions-button  {
    background-color: #27b700 !important;
}


/*Remove a rolagem lateral*/

html, body{
    overflow-x: hidden;
}

/*Remove o espaçamento no ultimo parágrafo do bloco Editor de Texto*/

.elementor-widget-text-editor p:last-of-type {
    margin-bottom: 0;
}

/*Alinha o ícone dos botões ao centro*/

.elementor-button-icon{
    display: flex;
    align-items: center;
}

/*Esconde o selo do reCaptcha*/

.grecaptcha-badge { 
    visibility: hidden !important;
}

/* === Estilos do Botão Azul Gradiente 2 === */


/* Deixar visível o ícone */
.botao-gradiente svg {
    z-index: 1;
}

/* Fundo do botão no estado normal */
.botao-gradiente .elementor-button:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
        90deg,
        #ff5400 0%,
        #ff8a00 45%,
        #ffd800 55%,
        #ff7200 100%
            );
    background-size: 300%; /* Amplia o gradiente para o movimento */
    background-position: 0% 50%; /* Posição inicial */
    z-index: 0;
    transition: background-position 0.5s ease; /* Transição suave */
    opacity: 1;
}

/* Movimento do gradiente durante o hover */
.botao-gradiente .elementor-button:hover:after {
    background-position: 100% 50%; /* Gradiente se move para a direita */
}

/* Estilo geral do botão */
.botao-gradiente .elementor-button {
    position: relative; /* Define a referência para os pseudo-elementos */
    overflow: hidden; /* Esconde elementos que saem dos limites do botão */
}

/* Estilo do texto do botão */
.botao-gradiente .elementor-button-text {
    z-index: 2;
    position: relative;
    color: white !important;
}/* End custom CSS */