.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}.elementor-115:not(.elementor-motion-effects-element-type-background), .elementor-115 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS *//*/remove espaço em branco em títulos/textos/*/
.elementor-115 h1, h2, h3, h4, h5, h6, p:last-child {

margin-bottom: 0px !important;

}

/*/remover rolagem lateral/*/
html, body {
width: 100vw;
max-width: 100vw;
overflow-x: hidden !important;
}

/*/gradiente no título/*/
.elementor-115 .degradeanimado{
-webkit-animation: texto 5.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: texto 1.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes texto {
0% {
letter-spacing: -0.5em;
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0;
}
100% {
-webkit-filter: blur(0px);
filter: blur(0px);
opacity: 1;
}
}

.elementor-115 .degradeanimado{
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: 5.4s cubic-bezier(0.2, 0.5,00.9,00.6) 2s infinite normal none running textura;
background-image: linear-gradient(45deg, #3F5A37, #BFCD3E, #3F5A37, #BFCD3E);/*/TROCA AS CORES AQUI/*/
background-size: 400% 200%;
transition: background 3.6s cubic-bezier(0.55, 0.1, 0.47, 0.94) 0s;
transition: all .8s;
}

@keyframes textura{ 0%{background-position: 0.0;
}

100%{background-position: 100% 0;
}
}/* End custom CSS */