.elementor-kit-5{--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;}.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;}.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);}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:92%;}.e-con{--container-max-width:92%;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:93%;}.e-con{--container-max-width:93%;}}/* Start custom CSS */html, body{
    overflow-x: hidden;
}

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

p{
    margin: 0;
}

.elementor-image-box-title{
    margin-top: 0;
}

.br-padrao{
    display: block;
    margin-bottom: 2px;
}



.text-balance{
  text-wrap: balance !important;
}

.bblack{
			color: black;
			font-weight: 700;
}

.bwhite{
			color: white;
			font-weight: 700;
}
	
.dest{
    color: #D4B272;
}

.deg{
    
 background-color: rgba(161, 124, 73, 1);
background-image: linear-gradient(90deg, rgba(161, 124, 73, 1) 0%, rgba(255, 218, 164, 1) 33%, rgba(255, 218, 164, 1) 66%, rgba(161, 124, 73, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.elementor-editor-active .scroll,
.ativo{
    opacity: 1;
    transition: 0.8s;
    transform: translatey(0px);
}
.scroll-bottom{
    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);
}
	
.blur{
    transform: scale(0.9);
    opacity: 0;
    filter: blur(20px);
    transition: 0.6s !important
}

.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);
}/* End custom CSS */