@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
	body {width:100%;margin:0;}
	.tabellahotel3 {width:100%;display:inline;position:relative;width:100%;font-family: "Inter", sans-serif;font-weight:300;font-size:16px;}
	.tabellahotel3 .intestazione {padding:10px; border-bottom:3px solid #FD4D3D;display:flex; font-weight:400;margin-bottom:20px;}
	.tabellahotel3 .intestazione .col1, .tabellahotel3 .intestazione .col2, .tabellahotel3 .intestazione .col3 {margin-right:10px;}
	.tabellahotel3 .elenco .col1, .tabellahotel3 .elenco .col2, .tabellahotel3 .elenco .col3 {margin-bottom: 10px;     margin-right: 10px;}
	.tabellahotel3 a {font-weight:400;color:#000;}
	.tabellahotel3 a:hover, .tabellahotel3 a:hover.button {opacity:0.5;  transition-duration: 0.6s;}
	.tabellahotel3 a.button {background:#000;color:#fff;border-radius:1000px;padding:12px 22px;text-decoration:none;}
	.tabellahotel3 .col1 {width:25%; float:left;}
	.tabellahotel3 .col2 {width:55%; float:left;}
	.tabellahotel3 .col3 {width:20%; float:left;text-align:right;}
	.tabellahotel3 .elenco {padding:10px; display:flex;font-weight:300;}
	
	.tabellahotel4 {width:100%;display:inline;position:relative;width:100%;font-family: "Inter", sans-serif;font-weight:300;font-size:16px;}
	.tabellahotel4 .intestazione {padding:10px; border-bottom:3px solid #FD4D3D;display:flex; font-weight:400;margin-bottom:20px;}
	.tabellahotel4 .intestazione  .col1, .tabellahotel4 .intestazione  .col2, .tabellahotel4 .intestazione .col3 {margin-right:10px;}
	.tabellahotel4 .elenco .col1, .tabellahotel4 .elenco .col2, .tabellahotel4 .elenco .col3 {    margin-bottom: 10px; margin-right: 10px;}
	.tabellahotel4 a {font-weight:400;color:#000;}
	.tabellahotel4 a:hover,.tabellahotel4 a:hover.button {opacity:0.5;  transition-duration: 0.6s;}
	.tabellahotel4 a.button {background:#000;color:#fff;border-radius:1000px;padding:12px 22px;text-decoration:none;}
	.tabellahotel4 .col1 {width:15%; float:left;}
	.tabellahotel4 .col2 {width:45%; float:left;}
	.tabellahotel4 .col3 {width:25%; float:left;}
	.tabellahotel4 .col4 {width:15%; float:left;text-align:right;}
	.tabellahotel4 .elenco {padding:10px; display:flex;font-weight:300;}
	
	@media screen and (max-width:1280px) {
		.tabellahotel4 {font-size:14px;}
		.tabellahotel4 .col4 {width:16%}

	}

	@media screen and (max-width:768px) {
		.tabellahotel3 {font-size:14px;}
		.tabellahotel3 .intestazione .col1,  .tabellahotel3 .intestazione .col2, .tabellahotel3 .intestazione .col3 {width:33%;text-align:center;} 
		.tabellahotel3 .intestazione {margin-bottom: 6px;}
		.tabellahotel3 .elenco .col1, .elenco .col2, .elenco .col3 {width:100%; text-align; center;}
        .tabellahotel3 .elenco { display: grid;text-align: center!important}
		.tabellahotel3 .col1, .tabellahotel3 .col2, .tabellahotel3 .col3 {text-align:center}
		.tabellahotel3 a.button {padding: 6px 15px;}
		
		.tabellahotel4 {font-size:14px;}
		.tabellahotel4 .intestazione .col1, .tabellahotel4 .intestazione .col2, .tabellahotel4 .intestazione .col3, .tabellahotel4 .intestazione .col4 {width:25%;text-align:center;} 
		.tabellahotel4 .intestazione {margin-bottom: 6px;}
		.tabellahotel4 .elenco .col1, .tabellahotel4 .elenco .col2, .tabellahotel4 .elenco .col3, .tabellahotel4 .elenco .col4 {width:100%; text-align; center;}
		.tabellahotel4 .elenco { display: grid;text-align: center!important}
		.tabellahotel4 .col1, .tabellahotel4 .col2, .tabellahotel4 .col3, .tabellahotel4 .col4{text-align:center}
		.tabellahotel4 a.button {padding: 6px 15px;}
		
	}