body.elementor-page-6:not(.elementor-motion-effects-element-type-background), body.elementor-page-6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010101;}/* Start custom CSS */p{
margin-bottom: 0px;
}

html, body{ width:100%; overflow-x:hidden; }

.cor {
color: #F28705;
}

.cor2 {
color: #FF0000;
}

.cor3 {
color: #00BB13;
}

.cor4 {
color: #00BB13;
}

.cor5 {
color: #1261FA;
}

.sm {
font-weight: 600;
}

.m {
font-weight: 500;
}

.n {
font-weight: 400;
}

.b {
font-weight: 700;
}

.eb {
font-weight: 800;
}

.ama111 {
background: var(--DEGRAD, linear-gradient(90deg, #FFC100 0%, #FFD34B 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.cor111 {
background: var(--DEG, linear-gradient(90deg, rgba(255, 209, 134, 1.00) 0%, #BC803E 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.pulsing-button {
animation: pulse 2s infinite;
}

@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}/* End custom CSS */