.elementor-kit-1180{--e-global-color-primary:#EEEEEE;--e-global-color-secondary:#171717;--e-global-color-text:#DDDDDD;--e-global-color-accent:#B69A39;--e-global-color-0e5fe53:#AEAEAE;--e-global-color-5a5d7ea:#060D1A;--e-global-color-de6d7fe:#B5B5B5;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Cinzel";--e-global-typography-accent-font-weight:600;}.elementor-kit-1180 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 */html,
body {
    width: 100%;
    overflow-x: hidden;
}

[data-elementor-type="wp-page"]{
    overflow: hidden;
}

[data-elementor-type="wp-post"]{
    overflow: hidden;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background: #121836;
}

body::-webkit-scrollbar-thumb {
    background-color: #C1924E;
    border-radius: 10px;
    border: 3px solid #121836;
}

/* Remove a margem inferior dos parágrafos */
p {
    margin-bottom: 0;
}
/* Remove a margens do título da Caixa de Imagem */
.elementor-image-box-title {
    margin: 0;
}
/* Remove espaçamento do ícone */
.elementor-icon-wrapper {
	display: flex;
}

/*Cores*/
.d-dourado,
.d-d .elementor-image-box-title {
    background: linear-gradient(270deg, #C1924E 0%, #EFD6B0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c-branco {
    color: #FFFFFF;
}

/*Botao*/
.botao .elementor-button {
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(270deg, #C1924E 0%, #EFD6B0 100%);
    box-shadow: 0 0 20px 0 rgba(255, 209, 123, 0.60);
    border: 1px solid #E9E6FF;
    padding: 16px 32px;
    transition: .7s;
}
.botao .elementor-button:hover {
    transform: scale(1.03);
}/* End custom CSS */