.elementor-kit-5{--e-global-color-primary:#B58D38;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#B58D38;--e-global-color-3896122:#010316;--e-global-typography-primary-font-family:"Axiforma";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Axiforma";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Axiforma";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Axiforma";--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){--kit-widget-spacing: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: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 {
    overflow-x:hidden !important;
}

p {
    margin:0;
}

.deg3 {
    /* Transições para o plano de fundo e outras propriedades */
    transition: background 2s ease 0s;
    transition: all 1s; /* Transição suave para todas as propriedades */
    
    -webkit-background-clip: text; /* Limita o plano de fundo ao texto */
    -webkit-text-fill-color: transparent; /* Torna o texto transparente */

    /* Animação do texto */
    animation: move 3s ease 1s infinite alternate;

    /* Gradiente de fundo aplicado ao texto */
    background-image: linear-gradient(45deg, #FFF, #8A8A8A, #FFF, #8A8A8A, #FFF, #8A8A8A, #FFF, #8A8A8A);
    background-size: 500% 200%; /* Tamanho do plano de fundo */
    background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

@keyframes move{
    0%{
        background-position: 0.0; 
    }
    100%{
        background-position: 100% 0; 
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Axiforma';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://photodrone.com.br/wp-content/uploads/2025/12/Axiforma-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Axiforma';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://photodrone.com.br/wp-content/uploads/2025/12/Axiforma-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Axiforma';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://photodrone.com.br/wp-content/uploads/2025/12/Axiforma-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Axiforma';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://photodrone.com.br/wp-content/uploads/2025/12/Axiforma-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Axiforma';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://photodrone.com.br/wp-content/uploads/2025/12/Axiforma-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Axiforma';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://photodrone.com.br/wp-content/uploads/2025/12/Axiforma-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */