.elementor-kit-10001{--e-global-color-primary:#040D12;--e-global-color-secondary:#93B1A6;--e-global-color-text:#D69F7E;--e-global-color-accent:#F1EFEF;--e-global-typography-primary-font-family:"IvyOra";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"IvyOra";--e-global-typography-secondary-font-size:42px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"IvyOra", Sans-serif;font-size:42px;font-weight:700;}.elementor-kit-10001 h1{font-family:"IvyOra", Sans-serif;font-size:42px;font-weight:700;}.elementor-kit-10001 h2{font-family:"IvyOra", Sans-serif;font-size:36px;font-weight:400;}.elementor-kit-10001 h3{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-10001 button,.elementor-kit-10001 input[type="button"],.elementor-kit-10001 input[type="submit"],.elementor-kit-10001 .elementor-button{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;color:#F1F1F1;background-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-10001 e-page-transition{background-color:#FFBC7D;}@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:360px;}.e-con{--container-max-width:360px;--container-default-padding-top:0px;--container-default-padding-right:12px;--container-default-padding-bottom:0px;--container-default-padding-left:12px;}}/* Start custom CSS *//* PREVENIR SCROLL LATERAL */

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

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

/* MACBOOK FECHADOO */

.tela img {
    transform: perspective(5500px) translateX(0%) translateY(-10%) rotateX(-90deg) translateZ(0);
    transform-origin: center bottom;
    transition: all 1s ease;
}

/* MACBOOK ABERTO */

.tela img.telaaberta {
    transform: perspective(5500px) translateX(0%) translateY(0%) rotateX(0deg) translateZ(0);
    transform-origin: center bottom;
    transition: all 1s ease;
}

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

/* EXIBIR NO EDITOR */
.elementor-editor-active .tela img {
    transform: perspective(5500px) translateX(0%) translateY(0%) rotateX(0deg) translateZ(0);
    transform-origin: center bottom;
    transition: all 1s ease;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'IvyOra';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://anagrazisouza.com.br/wp-content/uploads/2023/04/IvyOraText-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'IvyOra';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://anagrazisouza.com.br/wp-content/uploads/2023/04/IvyOraText-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */