.elementor-kit-7{--e-global-color-primary:#336633;--e-global-color-secondary:#5C6570;--e-global-color-text:#000000;--e-global-color-accent:#428D42;--e-global-color-7c7978e:#AEBCB9;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#336633;font-weight:700;color:#FFFFFF;border-style:none;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#336633;}.elementor-kit-7 label{line-height:1.8em;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{background-color:#F8F8F8;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */:root {
	--header-height: auto;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(0, 0, .2, 1);    
}

.titu2 h2{
  padding-left: 10px; 
  padding-right: 10px;   
}

.titu h2{
  padding-left: 15px; 
  padding-right: 15px;
}
.titu h2::before{
    content: "";
    position: absolute;
    background-color: #fcefb4;
    width:100%;
    height:5vh;
    display: inline-block;
    top: 20%;
    left: 0px;
    z-index: -1;
    border-radius: 20px;
}

.menu-carta.elementor-sticky--effects {
    background-color: black;
    width:100% !important;
    left: 0px !important;
	height: var(--header-height);
	transition: height var(--transition);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
}


.menu-carta .logo img {
	transition: width var(--transition);
}
.menu-carta.elementor-sticky--effects .logo img {
	width: 250px !important;
}

.mv{ display: none; }

@media(max-width:767px){
.mv{ display: grid; }    
}/* End custom CSS */