:root{
    --pd_ltrt: 0 15px;
}
.only_desktop{
    display: none;
}
h2.l{
    font-size: 30px;
    letter-spacing: 1px;
}
p.l{
    font-size: 25px;
    line-height: normal;
}
.space.l{
    clear: both;
    height: 40px;
}
.space.section{
    clear: both;
    height: 50px;
}
.space.mid{
    clear: both;
    height: 40px;
}

/******* ICO_MENU ********/
.wrap_ico_menu{
    width: 35px;
    height: 20px;
    position: relative;
}
#ico_menu{
	position: absolute;
	z-index: 70;
	cursor: pointer;
    height: 20px;
    width: 35px;
    right: 0;
}
#ico_menu .line, #ico_menu:before, #ico_menu:after{
	background-color: black;
}
#ico_menu .line{
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 400ms ease;
}
#ico_menu:before, #ico_menu:after{
	content: ' ';
	position: absolute;
	right: 0;
	height: 2px;
	transition: 400ms ease;
}
#ico_menu:before{
	top: 0;
	width: 100%;
}
#ico_menu:after{
	bottom: 0;
	width: 100%;
}
.menu_opened{
    overflow-y: hidden;
    overflow: hidden;
    min-height: unset;
}
.menu_opened #ico_menu .line{
	opacity: 0;
} 
.menu_opened #ico_menu:before{
	transform: rotate(45deg);
	top: 50%;
}
.menu_opened #ico_menu:after{
	transform: rotate(-45deg);
	width: 100% !important;
	top: 50%;
}
/******* END ICO_MENU ********/
header{
    padding-top: 10px;
    padding-bottom: 10px;
}
header #wrap_menu{
    display: flex;
    align-items: center;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    height: calc(100dvh - 50px);
    background-color: #f2f2f2;
    /*color: white;*/
    padding: 20px 15px;
    opacity: 0;
    visibility: hidden;
    transition: 400ms ease;
}
header .menu{
    flex-direction: column;
    font-size: 28px;
    text-align: center;
    gap: 50px;
    width: 100%;
    height: 100%;
}
header .menu .submenu ul{
    list-style-type: none;
}
header #wrap_menu{
    flex-direction: column;
}
header #wrap_menu > .ul_wrap{
    margin: auto;
    overflow-y: scroll;
    width: 100%;
}
header #wrap_menu > .ul_wrap::-webkit-scrollbar {
	width: 5px;
	position: relative;
	z-index: 90;
}
header #wrap_menu > .ul_wrap::-webkit-scrollbar-thumb {
	background: rgba(19,64,99,.3);
	position: relative;
	z-index: 90;
}
header #wrap_menu > .ul_wrap::-webkit-scrollbar-thumb:hover {
	background: rgba(19,64,99,.8);
}
header #wrap_menu > .ul_wrap::-webkit-scrollbar-track {
	background: transparent;
}
.menu_opened{
    overflow-y: hidden;
    overflow: hidden;
    min-height: unset;
}
.menu_opened header #wrap_menu {
    opacity: 1;
    visibility: visible;
    transition: opacity 400ms ease;
    padding-bottom: 30px;
}
.parallax_text_img .text::after{
    bottom: -25px;
    right: 8vw;
    width: 50px;
    height: 50px;
}
.parallax_text_img .text .title{
    font-size: 60px;
    font-weight: 400;
}
.grid_2box{
    grid-template-columns: 1fr;
    gap: 25px;
}
.colored_box{
    padding-top: 30px;
    padding-bottom: 30px;
}
/* ======= SCROLLER ======= */
.scroller.text_img p{
    font-size: 25px;
}
.scroller.text_img figure{
    aspect-ratio: 16 / 9; 
    width: calc(100svw - 60px); 
    max-width: 350px;
    margin-top: 20px;
}
/* ======= END SCROLLER ======= */
.bck_img .info p{
    font-size: 26px;
}
/********** LOGOS_GRID ********/
.logos_grid{
    grid-template-columns: repeat(2, 1fr);
}
.logos_grid .item{
    padding: 20px;
    height: 120px;
}
@media screen and (min-width: 600px){
    .logos_grid{
        grid-template-columns: repeat(3, 1fr);
    }

}
@media screen and (min-width: 700px){
    .logos_grid{
        grid-template-columns: repeat(4, 1fr);
    }

}
/********** END LOGOS_GRID ********/
.box2_eq {
    gap: 20px;
}
.box2_eq {
    flex-direction: column;
}
.box2_eq p{
    font-size: 20px;
}
footer .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
[data-dest='contatti'] .logo {
    width: 250px;
    max-width: 100%;
}
#map {
    height: 450px;
}
.parallax_text_img .text{
    height: 40vh;
}


