.elementor-kit-5{--e-global-color-primary:#25B179;--e-global-color-secondary:#328665;--e-global-color-text:#2D3330;--e-global-color-accent:#00331F;--e-global-typography-primary-font-family:"Morganite";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-e2a2f40-font-family:"Morganite";--e-global-typography-3b28038-font-family:"Poppins";--e-global-typography-e003b7a-font-family:"Montserrat";background-color:#17312B;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* PREVENIR SCROLL LATERAL*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/*=================================*/

/* ENTRADA ESQUERDA */
.entradaesquerda {
    opacity: 0;
    transform: translateY(0px)   translateX(-150px) scale(1);
    transition: all 0.3s ease;
}
/* ESTADO DE EXIBIR O CONTEÚDO */
.exibir {
    opacity: 1;
    transform: translateY(0px)
        translateX(0px) scale(1);
    transition: all 0.3s ease;
}

/*=================================*/

/* EXIBIR ELEMENTOS NO EDITOR*/
.elementor-editor-active   .entradaesquerda {
          opacity: 1;
          transform: translateY(0px) translateX(0px) scale(1);
          transition: all ease;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Morganite';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://danielribeiro1.com/wp-content/uploads/2025/03/Morganite-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Morganite';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://danielribeiro1.com/wp-content/uploads/2025/03/Morganite-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://danielribeiro1.com/wp-content/uploads/2025/03/Poppins-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://danielribeiro1.com/wp-content/uploads/2025/03/Poppins-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://danielribeiro1.com/wp-content/uploads/2025/01/Montserrat-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://danielribeiro1.com/wp-content/uploads/2025/01/Montserrat-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */