.elementor-kit-7{--e-global-color-primary:#F2D249;--e-global-color-secondary:#363436;--e-global-color-text:#0D0D0D;--e-global-color-accent:#61CE70;--e-global-color-19c4126:#141414;--e-global-color-d0041cd:#FEFEFE;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1em;--e-global-typography-f03caa5-font-family:"Poppins";--e-global-typography-f03caa5-font-size:16px;--e-global-typography-f03caa5-font-weight:300;--e-global-typography-f03caa5-line-height:1.4em;--e-global-typography-908f2c3-font-family:"Nunito";--e-global-typography-908f2c3-font-size:24px;--e-global-typography-908f2c3-font-weight:400;--e-global-typography-908f2c3-line-height:1.1em;--e-global-typography-4551652-font-family:"Poppins";--e-global-typography-4551652-font-size:23px;--e-global-typography-4551652-line-height:1.2em;--e-global-typography-849ed46-font-family:"Nunito";--e-global-typography-849ed46-font-size:28px;--e-global-typography-849ed46-font-weight:400;--e-global-typography-849ed46-line-height:1.1em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1216px;}.e-con{--container-max-width:1216px;--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-kit-7{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:16px;--e-global-typography-f03caa5-font-size:12px;--e-global-typography-908f2c3-font-size:18px;--e-global-typography-4551652-font-size:18px;--e-global-typography-849ed46-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1216px;}.e-con{--container-max-width:1216px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS *//* BOTÃO DEFAULT */
.botao {
    overflow: hidden;
    background: transparent;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
}

.botao .elementor-button-text {
    color: #363436;
    align-self: center;
    transition: color 0.3s ease;
}

.botao .fa-arrow-right {
    color: #363436;
    fill: #363436;
    transform: translateX(-30px);
    transition: 0.3s ease;
}

.botao .elementor-button-icon {
    background: #363436;
    color: #363436;
    fill: #363436;
    padding: 0px;
    margin: 16px;
    border-radius: 10px;
    transition: 0.5s ease;
    overflow: hidden;
    left: -20px;
}

/* BOTÃO HOVER */
.botao:hover .fa-arrow-right {
    transform: translateX(0px);
    color: #FEFEFE;
    fill: #FEFEFE;
    transition: 0.6s ease;
}

.botao:hover .elementor-button-icon {
    background: #363436;
    color: #FEFEFE;
    fill: #FEFEFE;
    padding: 8px;
    margin: 8px;
    border-radius: 8px;
    transition: 0.5s ease;
}

.botao:hover .elementor-button-text {
    color: #363436;
}

/* BOTÃO2 DEFAULT */
.botao2 {
    overflow: hidden;
    background: transparent;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
}

.botao2 .elementor-button-text {
    color: #FFFFFF;
    align-self: center;
    transition: color 0.3s ease;
}

.botao2 .fa-arrow-right {
    color: #FFFFFF;
    fill: #FFFFFF;
    transform: translateX(-30px);
    transition: 0.3s ease;
}

.botao2 .elementor-button-icon {
    background: #FFFFFF;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 0px;
    margin: 16px;
    border-radius: 10px;
    transition: 0.5s ease;
    overflow: hidden;
    left: -20px;
}

/* BOTÃO2 HOVER */
.botao2:hover .fa-arrow-right {
    transform: translateX(0px);
    color: #363436;
    fill: #363436;
    transition: 0.6s ease;
}

.botao2:hover .elementor-button-icon {
    background: #FFFFFF;
    color: #363436;
    fill: #363436;
    padding: 8px;
    margin: 8px;
    border-radius: 8px;
    transition: 0.5s ease;
}

.botao2:hover .elementor-button-text {
    color: #FFFFFF;
}/* End custom CSS */