.elementor-kit-6{--e-global-color-primary:#ECE5DE;--e-global-color-secondary:#2A2728;--e-global-color-text:#1D1D1B;--e-global-color-accent:#E8432D;--e-global-color-7dcd553:#FFFFFF;--e-global-color-496a4b6:#000000;--e-global-typography-primary-font-family:"EB Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Biro Script Plus";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-size:18px;}.elementor-kit-6 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);}.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:1350px){.elementor-kit-6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

/* Desktop e tablet orizzontale */
.talent-desktop {
    display: flex !important;
}

.talent-mobile {
    display: none !important;
}


/* Tablet verticale e mobile */
@media (max-width: 1350px) {

    #talent-desktop {
        display: none !important;
    }

    #talent-mobile {
        display: flex !important;
    }

}

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* ===== TITOLI DESKTOP ===== */

h1, h2, h3, h4, h5, h6{
	font-weight: 400 !important;
	line-height: 1.1;
	text-transform: uppercase;
}


h1{
	font-size: 56px;
}

h2{
	font-size: 50px;
}

h3{
	font-size: 36px;
}

h4{
	font-size: 30px;
}

h5{
	font-size: 24px;
}

h6{
	font-size: 18px;
}


/* ===== TABLET ===== */

@media (max-width: 1024px){

	h1{
		font-size: 48px;
	}

	h2{
		font-size: 40px;
	}

	h3{
		font-size: 32px;
	}

	h4{
		font-size: 28px;
	}

	h5{
		font-size: 22px;
	}

	h6{
		font-size: 17px;
	}

}


/* ===== MOBILE ===== */

@media (max-width: 767px){
    


	h1{
		font-size: 38px;
		line-height: 1.15;
	}

	h2{
		font-size: 32px;
		line-height: 1.15;
	}

	h3{
		font-size: 28px;
		line-height: 1.2;
	}

	h4{
		font-size: 24px;
		line-height: 1.2;
	}

	h5{
		font-size: 20px;
		line-height: 1.25;
	}

	h6{
		font-size: 16px;
		line-height: 1.3;
	}

}

.br {
    font-family: Biro Script;
}

.br-plus {
    font-family: Biro Script Plus;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Biro Script Plus';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.sartoria-mgmt.it/wp-content/uploads/2026/06/BiroScriptPlus.ttf') format('truetype');
}
/* End Custom Fonts CSS */