.only_desktop{
    display: none;
}
body{
    font-size: 16px;
}
.title{
    font-size: 40px;
}
.subtitle{
    font-size: 29px;
}
@media (max-width: 600px) 
{
	.sposta_500
	{
			background-position: right -500px center;
	}
	.sposta_300
	{
			background-position: right -300px center;
	}
	.sposta_100
	{
			background-position: right -100px center;
	}
}	

header .grid{
    grid-template-columns: 140px 1fr;
}
header svg{
    position: relative;
    top: -6px;
}
/*
header 
{
	margin-bottom:-18px;
}*/
.page_title
{
	font-size: 50px;
}

.fontsize64
{
	font-size:28px;
}

.fontsize38
{
	font-size:18px;
}
.fontsize80
{
	font-size:60px;
}

.text
{
    font-size: 16px;
}
li
{
	 font-size: 16px;
}
#grid_chi_siamo > div:nth-child(2)
{
	grid-row: 1; 
}
#grid_chi_siamo > div:nth-child(1)
{
	grid-row: 2;
}
#grid_chi_siamo > div
{
	width:100vw;
}
.chisiamo_team
{
	padding:0px 20px;
}

.home_custom_ico img, .home_custom_ico2, .std_ico_l, .radius_ico_come{
    width: 100px;
}
.home_buttons a:not(:last-of-type){
    margin-bottom: 50px;
}
.home_button{
    width: 120px;
    height:120px;
}   

/******* ICO_MENU ********/
.wrap_ico_menu{
    width: 35px;
    height: 27px;
}

#ico_menu{
	position: absolute;
	z-index: 70;
	cursor: pointer;
    height: 27px;
    width: 35px;
    right: 0;
	color:white;
}
#ico_menu .line, #ico_menu:before, #ico_menu:after{
	background-color: white;
}
#ico_menu .line{
	width: 100%;
	height: 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 400ms ease;
}
#ico_menu:before, #ico_menu:after{
	content: ' ';
	position: absolute;
	right: 0;
	height: 4px;
	transition: 400ms ease;
}
#ico_menu:before{
	top: 0;
	width: 100%;
}
#ico_menu:after{
	bottom: 0;
	width: 100%;
}
.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%;
}
.menu_opened #ico_menu .line, .menu_opened #ico_menu:before, .menu_opened #ico_menu:after{
	background-color: var(--DBLUE);;
}
/******* END ICO_MENU ********/

/********* WRAP_MENU ***********/
#wrap_menu{
    position: fixed;
    top: 0;
    right: -100vw;
    height: 100%;
    width: 100vw;
    box-shadow: 0 0 10px rgba(0,0,0,0);
    background-color: white;
    padding: 40px;
    z-index: 50;
    color: var(--darkblue);
    flex-direction: column;
    transition: 300ms ease-out;
	display:block;
    overflow-y: scroll;
}
#wrap_menu .menu{
    list-style-type: none;
}
#wrap_menu .menu li{
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
}
#wrap_menu .menu li:hover{
	background-color:var(--DBLUE);
	color:white;
}

#wrap_menu .menu li div{
    display: flex;
    align-items: center;
    gap: 10px;
}
#wrap_menu .submenu{
    display: none;
    padding-left: 40px;
    list-style-type: none;
}
#wrap_menu svg{
   transition: 400ms ease;
}
#wrap_menu svg.rotated{
   transform: rotate(90deg);
}
.menu_opened{
    overflow: hidden;
	height:100vh;
}
.menu_opened #wrap_menu{
	height:100dvh;
    right: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
/********* END WRAP_MENU ***********/


.arrow{
    width:25px;
}
.mrg_btm_mobile{
    margin-bottom: 20px;
}



/******* FOOTER *********/
footer .logo{
    width: 120px;
}
/******* END FOOTER *********/

.wave_bottom{
    position:relative;
    top:7px;
}
.custom_pad_bluebtn{
    padding: 20px 0;
}
.login_form{
    gap: 10px;
}
.login_form input{
    width: 100%;
}
.send_btn{
    width:120px; 
    padding: 10px;
}
.send_btn img{
    width: 25px;
}
.swal2-input{
    margin: 0 !important;
}
.grid.social {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}


