body.elementor-page-9:not(.elementor-motion-effects-element-type-background), body.elementor-page-9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS */html, body{
    overflow-x: hidden !important; 
}

p{
margin-bottom: 0px;
}

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

.cor {
color: #F28705;
}

.cor2 {
color: #CD0000;
}

.cor3 {
color: #10FF6B;
}

.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 {
opacity: 0.88;
background: var(--DEGRAD, linear-gradient(90deg, #FFC100 0%, #FFD34B 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);
}
}

@media(max-width: 767px){
body.elementor-page-9 br {
display: none;
}
}/* End custom CSS */