@charset "utf-8";

/* CSS Document */


.cc-window {
	font-size: .85rem !important;
	line-height: 1.2em !important;
}

@media (max-width:767px) {
	.cc-window {
	font-size: .75rem !important;
	line-height: 1.1em !important;
}
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype'),
        url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
  	font-family: 'Roboto', sans-serif;
  	font-weight: 400;	
  	font-size: 1.2rem;
 	line-height: 1.4;
  	color: #000000;
  /*	background-image: url("../img/bg.jpg");    
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;	*/
}
@media (max-width:991px) {
	body {	
	/*background-position: top left;  
	background-image: url("../img/bg_tablet.jpg");	*/
}
}
@media (max-width:575px) {
	body {	
  	font-size: 1rem;
 	line-height: 1.3;
	/*background-image: url("../img/bg_mobile.jpg");	*/
}
}

/*
.no_bg {
  	background-image: none !important;    
}*/

.hide {
	display: none !important;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #c6c3bc;	
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;	
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;	
  font-size: 3rem;	
  text-transform: uppercase;
}

@media (max-width:575px) {
  h1 {
  	font-size: 2rem;	
	}
}

h2 {
	font-size:1.5rem !important;
	color: #70240e !important;
}

@media (max-width:575px) {
  h2 {
  	font-size: 2rem;	
	}
}

h3 {
	font-family: 'Roboto', sans-serif;
  font-weight: 500;	
  font-size: 3rem;	
  text-transform: uppercase;
  color: #70240e !important;
}

@media (max-width:575px) {
  h3 {
  	font-size: 2rem;	
	}
}

/*
h2 {
	margin-bottom: 35px;
}

h2::after {
	content: url("../img/baffo_small.png");
	width: 220px;
	height: 32px;
	position: absolute;
	display: block;
	left: 50%;	
	transform: translateX(-50%);
	margin-top: 0px;
}
*/
.sfondo {
	background-color: #f5f2e9;
	/*border: 3px solid #2d1600;*/
	border-radius: 4px;
	margin-bottom: 5rem !important;
}
@media (max-width:1920px) {
	.sfondo {
	max-width: 82% !important;
}
}

@media (max-width:575px) {
	.sfondo {
	background-color: #f5f2e9;
	border-radius: 0px;
	border-right: 0px;
	border-left: 0px;	
	max-width: 100% !important;	
	margin-bottom: 2.5rem !important;	
}
}

.svg {
	width: 100%;
	max-width: 20px;
}

.filter-white {
	filter: invert(1000%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(200%) contrast(100%);
}

#logout_header::after {
	content:url("../img/ico/ico_x.svg");
	width: 25px;
	height: 25px;
	filter: invert(1000%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(200%) contrast(100%);
	display: inline-block;
}

#login_header::before {
	content:url("../img/ico/ico_ok.svg");
	width: 20px;
	height: 20px;
	filter: invert(1000%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(200%) contrast(100%);
	display: inline-block;
}

.text-blu {
  color: #70240e;	
}

.text-giallo {
  background-color: #f2d49b;	
  color: #71240e;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;	
}

a.text-giallo {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
}
a.text-giallo:hover {
	color: #f5f2e9;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.text_win{
	font-family: 'Roboto', sans-serif;
    font-weight: normal;	
	text-align: center;
	color: #71240e !important;
	font-size: 35px;
}

.testo_cs {
	font-family: 'Roboto', sans-serif;
    font-weight: normal;	
	text-align: center;
	color: #fff;
	font-size: 35px;
}

@media (max-width: 750px) {
	
.testo_cs {
	font-family: 'Roboto', sans-serif;
    font-weight: normal;	
	text-align: center;
	color: #fff;
	font-size: 25px;
}
	}

.mail_win {
	font-family: 'Roboto', sans-serif;
  font-weight: 600;	
  font-size: 35px;	
  text-transform: uppercase;
  color: #71240e !important;
}

@media (max-width: 750px) {
	.mail_win {
	font-family: 'Roboto', sans-serif;
  font-weight: 600;	
  font-size: 25px;	
  text-transform: uppercase;
  color: #71240e !important;
}
}

.testo_doc{
	font-family: 'Roboto', sans-serif;
    font-weight: normal;	
	text-align: center;
	color: #fff;
	font-size: 25px;
}

.text-verdechiaro {
  color: #d70d1d;
}

.text-black {
	color:#000000;
}

.text-blu a {
  color: #000000;
  font-weight: bold;	
}

.text-grey {
  color: #8a8a8a;
}

.text-red {
  color: #d70d1d;
  background-color: transparent;
  border: 0px solid transparent;
}

.small, small {
	font-size: 75%;
	line-height: 1 !important;	
}

.small2 {
	font-size: 60% !important;
	line-height: 1 !important;	
}

.giallo {
	color:#2d1600;
	text-transform: uppercase;
}

#errore {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
}

label.errore-test {
    /* color: red!important; */
    color: #ff0000!important;
    /* color: #efe42e!important; */
    font-weight: bold;
    font-size: .85em;
}

#errore_ocr {
    color: #ff0000;
	font-weight: bold;
    font-weight: var(--wBold);
    text-align: center;
    font-size: 24px;
}

.nascondi {
	display: none;
}

.sep {
	background-color: #f5f2e9;
	border-radius: 4px;
}

.sep2 {
	border-left: 2px solid #ffffff;
}

@media (max-width: 767px) {
	
	.sep2 {
	border-top: 2px solid #ffffff;
	border-left: 0px solid transparent;
}
	}

.button4 {
	background-color: #f2d39a;
	color: #70240e;
	border: 3px solid #f2d39a;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	padding: .35rem 2rem;
	width: max-content;
	text-decoration: none;
	/* -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4); */
	/* box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4); */
}


.button3 {
	background-color: transparent;
	color: #d70d1d;
	border: 0px solid #d70d1d;
	font-size: 1.3rem;
	padding: .35rem;
	width: max-content;
	max-width: 50px;
	text-decoration: none;
}

.button3:hover {
	color: #ffffff;
}

.button2 {
	background-color: #ffffff;
	color: #71240e;
	border: 3px solid #71240e;
	border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;	
	font-size: 1rem;
	padding: .35rem 2rem;
	width: max-content;
	text-decoration: none;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4); 
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
}

.button2:hover {
	color: #ffffff;
	background-color: #71240e;
}

.button4:hover {
	background-color: #f2d39a;
	color: #ffffff !important;
	border: 3px solid #f2d39a;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	padding: .35rem 2rem;
	width: max-content;
	text-decoration: none;
}

.button {
	background-color: #d70d1d;
	color: #ffffff;
	border: 3px solid #d70d1d;
	border-radius:4px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;	
	font-size: 1.3rem;
	padding: .25rem 2rem;
	width: max-content;
	text-decoration: none;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4); 
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
}
@media (max-width:575px) {
	.button {
	font-size: 1.2rem;
}
}


.button:hover {
	color: #f5f2e9;	
	background-color: #d70d1d;
/*	background: -moz-linear-gradient(top,  #1c2022 0%, #123b63 74%);
	background: -webkit-linear-gradient(top,  #1c2022 0%,#123b63 74%);
	background: linear-gradient(to bottom,  #1c2022 0%,#123b63 74%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2022', endColorstr='#123b63',GradientType=0 );*/
	border: 3px solid #d70d1d;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0); 
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0);
}

.a_bordo {
	margin-bottom: -95px;
}
@media (max-width:767px) {
	.a_bordo {
	margin-bottom: -80px;
	}
}
@media (max-width:575px) {
	button.a_bordo {
	margin-top: .95rem;
}
}


button.a_bordo {
	margin-bottom: -80px;
}

/*  ============
		MENU  
	=========== */

.logo {
	position: absolute;
	z-index: 9;
	top: 0;
	filter: drop-shadow(0px 0px 1px #000);
	width: 150px;
}
@media (max-width:575px) {
	.logo {
		width: 130px;
	}
}
@media (max-width:390px) {
	.logo {
		width: 100px;
	}
}

.menu {
	font-family: 'Roboto', sans-serif;
    font-weight: normal;	
	text-align: center;
	color: #000000;
	font-size: 1.2rem;
	border-bottom: 1px solid transparent;
}
@media (max-width:1500px) {
	.menu {
	font-size: 1rem;
}
}
@media (max-width:1200px) {
	.menu {
	font-size: .85rem;
}
}

#menu {
	background-color: #ffffff;
	border-bottom: 1px solid #b0b0b0;
}
@media (max-width:991px) {
	/*#menu {	
	background-image: url('../img/bg_header_mobile.png');
	background-position: top left;	
}*/
}

#menu_list {
	display:inline-block;
}

@media (max-width:575px) {
	#menu_list {
	padding: 0px;
	}
}

#menu_list li {
	list-style-type: none;
	float: left;
}

#menu_list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 0px;

}

@media (max-width: 991px) {
	#menu > .row > .col-12.col-lg {
		background-color: #111d4d;
		color:#fff;
	}
	#menu_list2 {
		text-align: right !important;
	}
	#menu_list2 li {
		float: none; 		
	}

	#menu_list2 li a {
		text-align: center;
	}	
	.menu {
	font-size: 1rem;
	}
}

.menu:hover, .active2 {
	color:#000000 !important;
	border-bottom: 2px solid #d70d1d !important;
}

/*  ============================
	 Personalizzazione landing
	============================ */

.box-premi {
	background-color: #ffffff; 
	border-top: 6px solid #78adff; 
	border-bottom:  6px solid #78adff; 
}

.big {
	font-size: 2rem;
}

@media(max-width:767px) {
	.big {
	font-size: 2.5rem;
}
}

@media(max-width:575px) {

	.big {
	font-size: 1.8rem;
}
}



/*  =========================
		PORTAFOGLIO PUNTI  
	========================= */

#portafoglio {
	background-color: #d70d1d;
	color: #ffffff;
}

@media (max-width: 520px) {
	#portafoglio {
	font-size: 1rem;
}
}

/*  ============
	  PROFILO  
	=========== */
.bg_beige {
	background-color: #f5f2e9;
	border-radius: 4px;
	margin-bottom: 5rem !important;
}

.bg_grey_light {
	background-color: #70240b !important;
	padding: 5px;	
}

.bg_grey_dark {
	background-color: #f2d49b !important;
}

.buoni::placeholder {
	text-align: center;
}


@media (max-width:575px) {
	table {
		font-size: .75rem !important;
	}
}

.mail, #mailto {
	word-break: break-all;
}
/*
@media (max-width:1199px) {
	.form {
		width: 100% !important;
	}
}
*/

p.columns {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count:    2; /* Firefox */
	column-count:         2;
  	-webkit-column-gap:   10px; /* Chrome, Safari, Opera */ 
	-moz-column-gap:      10px; /* Firefox */
	column-gap:           10px;
	column-rule-color: #ccc; /* Optional */
	column-rule-style:solid; /* Optional */
	column-rule-width: 1px; /* Optional */
	text-align: center; /* Optional */
}

@media(max-width:1200px) {
	p.columns {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count:    3; /* Firefox */
	column-count:         3;
  	-webkit-column-gap:   10px; /* Chrome, Safari, Opera */ 
	-moz-column-gap:      10px; /* Firefox */
	column-gap:           10px;
	column-rule-color: #ccc; /* Optional */
	column-rule-style:solid; /* Optional */
	column-rule-width: 1px; /* Optional */
	text-align: center; /* Optional */
}	
}

@media(max-width:575px) {
	p.columns {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count:    4; /* Firefox */
	column-count:         4;
  	-webkit-column-gap:   10px; /* Chrome, Safari, Opera */ 
	-moz-column-gap:      10px; /* Firefox */
	column-gap:           10px;
	column-rule-color: #ccc; /* Optional */
	column-rule-style:solid; /* Optional */
	column-rule-width: 1px; /* Optional */
	text-align: center; /* Optional */
}	
}


@media(max-width:370px) {
	p.columns {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count:    3; /* Firefox */
	column-count:         3;
  	-webkit-column-gap:   10px; /* Chrome, Safari, Opera */ 
	-moz-column-gap:      10px; /* Firefox */
	column-gap:           10px;
	column-rule-color: #ccc; /* Optional */
	column-rule-style:solid; /* Optional */
	column-rule-width: 1px; /* Optional */
	text-align: center; /* Optional */
}	
}

/*  ============
		FOOTER  
	=========== */

footer {
	background-color: #d90812;
}

.bg_footer {
    background-image: url('../img/baffo_footer.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 15px;
}



footer p {
  text-align: center;
  font-size: .8rem;
  color: #ffffff;	
}

footer p a {
  text-align: center;
  font-size: .8rem;
  color: inherit;	
  font-weight: 400;
  text-decoration: underline;	
}

/*.img_footer {
	margin-top: 22%;
}

.img_footer img {
	margin-top: -28%;
}*/

.social_icon_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.14286rem;
}

/* =============
		HOME
   ============= */



.guida {
	position:absolute; 
	margin-left: -270px; 
	margin-top: -130px; 
	filter: drop-shadow(3px 3px 5px #000);
}


@media(max-width:1350px) {
	#guida_body_1.big {
		font-size: 2.5rem !important;
	}
}
@media(max-width:1199px) {
	#guida_body_1.big {
		font-size: 2rem !important;
	}
	.guida {
	margin-left: -180px;
	margin-top: -85px;
	width: 200px;
}
}
@media(max-width:575px) {
	#guida_body_1.big {
		font-size: 1.5rem !important;
	}
	.guida {
	margin-left: -135px;
    margin-top: -65px;
    width: 150px;
}
}

@media(max-width:350px) {
	.guida {
	margin-left: -105px;
    margin-top: -55px;
    width: 120px;
}
}

/*  ============
		FORM  
	=========== */

label {
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;	
  line-height: 1.2;
  text-align: left;
  color: #2d1600;		
}

label a {
	text-decoration: underline;
	color: inherit;
}

label a:hover {
	font-weight: bold;	
	text-decoration: underline;
	color: inherit;
}

.form-row > .col, .form-row > [class*="col-"] {
	padding-right: 30px;
	padding-left: 30px;
}

form {
	display: inline-flex;
	width: 100%;
}

.form-group {
	margin-bottom: 2rem;
}

.form-control, .form-select {
	color: #1b2e51;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d0d0d0;
	border-radius: 0px;
	padding: .375rem .5rem;	
}

@media(max-width:440px) {
	.form-control, .form-select {
	font-size: .75rem;
}
}

.form-control::placeholder {
	color: #1b2e51;
	opacity: 1;
}

input[type="checkbox"] {
	margin-right: 6px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

/* ============================
	CUSTOM BUTTON INPUT FILE
   ============================*/

input[type=file]::file-selector-button {
  border: 2px solid #2d1600;
  border-radius: .2em;
  background-color: #2d1600;
  color: #ffffff;	
  transition: 1s;
  text-transform: uppercase;	
  font-family: 'Roboto', sans-serif;
  font-weight: 700;	
  font-size: .9rem;
  padding: .25rem 1rem;	
}

input[type=file]::file-selector-button:hover {
  background-color: #2d1600;
  border: 2px solid #2d1600;
}

input[type=file] {
	color: #333333;
	font-size: 1rem;
}

/*********  CATALOGO  *******/

.card {
	margin-bottom: 1rem;
	border: 0px solid #ffffff;
	background-color: transparent;
	padding: 14px 3rem;
	/*-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4); 
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);*/
	min-height: 380px;
}
@media(max-width:767px) {
	.card {
	padding: 14px;
}
}
@media(max-width:575px) {
	.card {
	padding: 14px 1rem;
}
}


.card p {
	text-align: center;
	margin: 1rem 2rem 2rem 2rem;
	font-size: 1rem;
}
.card a {
	text-align: center;
	margin-bottom: .5rem;
	margin-top: .5rem;
	text-decoration: underline;
}
.card a:hover {
	color: inherit;
	text-decoration: none;
}

.card a img {
	/*-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4); 
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
	min-height: 350px;*/
	/*filter: drop-shadow(3px 3px 6px #000);*/
}

.card a img:hover {
	/*-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4); 
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
	min-height: 350px;*/
	filter: drop-shadow(3px 3px 6px #818181);
}

.card-title.brand {
	min-height: 30px;
}

.brand {
	margin-top: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
}

.modal-body p {
	font-size: 1rem;
}

/* ============================
		CAROUSEL
   ============================ */
.carousel-control-next, .carousel-control-prev {
	opacity: .7;
	transition: opacity .15s ease;
}

.carousel-control-prev-icon {
	/*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");*/
	background-image: url("../img/ico/ico_arrow_left.svg");
	width: 70px;
	/*transform: rotate(-15deg);*/
}

.carousel-control-next-icon {
	background-image: url("../img/ico/ico_arrow.svg");
	width: 70px;
	/*  transform: rotate(10deg);*/
	/*	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");*/
}

.carousel-indicators [data-bs-target] {
	border: 0 !important;
}

.carousel-indicators [data-bs-target] {
	width: 12px;
	height: 12px;
	background-color: #712410;
	border-radius: 65px;
}

/*
.carousel-indicators [data-bs-target]:after {
	content: url(../img/ico/ico_dot.svg);
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}
*/

/* SLIDER PRODOTTI */
	
.product-container {
	border: 2px solid #d70d1d;
	border-radius: 6px;
}

.effetto_scroll {
  justify-content: left !important;
	overflow-x: auto !important;
	flex-wrap: nowrap !important; 
}	

.outer-wrapper {
  /*max-width: 100vw;
  overflow-x: scroll;*/
  position: relative;
  scrollbar-color: #d70d1d #f0f0f0;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  /*padding-bottom: 0px !important;
  margin-bottom: 0px !important;*/	
}


.outer-wrapper::-webkit-scrollbar {
  height: 5px;
}

.outer-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.outer-wrapper::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #d70d1d;
}

.outer-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #f0f0f0;
}

.outer-wrapper::-webkit-scrollbar:vertical {
  display: none;
}

.inner-wrapper {
  display: flex;
  /*padding-bottom: 10px;*/
}

/*
.outer-wrapper::-webkit-scrollbar {
height: 6px !important;
}
.outer-wrapper::-webkit-scrollbar-track {
background-color: #b79086 !important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5) !important;
border-radius: 10px !important;
}
.outer-wrapper::-webkit-scrollbar-thumb {
background-color: #712410 !important;
border-radius: 10px !important;
}
*/

/* ================================
		PAGINA PRIMA
   ================================ */
/*
.baffo {
					  font-size: 5rem;
						
					}

@media(max-width:768px) {
.baffo {
					  font-size: 4rem;
						
					}
}

.h1cs {
					  font-size: 3.5rem;
						
					}

@media(max-width:768px) {
.h1cs {
					  font-size: 2.5rem;
						
					}
}
	*/				

.baffo::after {
					  content: url("../img/baffo.png");
					  width: 450px;
					  height: 66px;
					  position: absolute;
					  display: block;
					  left: 50%;	
					  transform: translateX(-50%);
					  margin-top: -20px;
						
					}
					
.bordo {
					  border: 10px solid;
					  border-image: url("../img/bordo_cream.png") 25;
					  border-image-outset: 6px; 
					  background-color: #f2d39a;
					  color: #70240b;	
					}

/*TIMER*/
.container_timer {
  position: relative;
  margin: auto;
  overflow: hidden;
  background-color: #70240e;
  border: 12px solid;
  border-image: url("../img/bordo.png") 40;
  border-image-outset: 8px; 	
}

#timer {
  color: #fff;
  font-size: 5.65rem;
  font-weight: bold;
}

#timer div {
    display: inline-block;
    background: transparent;
    /*background: linear-gradient(0deg, rgba(253,213,154,100) 32%, rgba(255,255,255,100) 32%);*/ 
    border-radius: 0px;
    margin: 5px;
    /*box-shadow: 3px 3px 6px #000000;*/
    position: relative;
    margin: auto;
    overflow: hidden;
    margin-top: 5px;
}

#timer div span {
    color: #fdd59a;
    display: block;
    margin-top: 1px;
    padding-top: 1%;
    font-size: 0.45em;
	font-weight: normal;
}

h3.pagina_prima {
	font-size: 2.5rem; 
	color: #f5f2e9;
}

h1.pagina_prima {
	font-size: 3.1rem;
}

.baffo.pagina_prima {
	font-size: 4.5rem;
}

@media (max-width:991px) {

 /*TIMER*/
.container_timer {
  position: relative;
  margin: auto;
  overflow: hidden;
  background-color: #70240e;
  border: 12px solid;
  border-image: url("../img/bordo.png") 40;
  border-image-outset: 8px; 	
}

#timer {
  color: #fff;
  font-size: 5.65rem;
  font-weight: bold;
}

#timer div {
    display: inline-block;
    background: transparent;
    /*background: linear-gradient(0deg, rgba(253,213,154,100) 32%, rgba(255,255,255,100) 32%);*/ 
    border-radius: 0px;
    margin: 5px;
    /*box-shadow: 3px 3px 6px #000000;*/
    position: relative;
    margin: auto;
    overflow: hidden;
    margin-top: 5px;
}

#timer div span {
    color: #fdd59a;
    display: block;
    margin-top: 1px;
    padding-top: 1%;
    font-size: 0.45em;
	font-weight: normal;
}


@media (max-width:767px) {
	h3.pagina_prima {
	font-size: 1.8rem; 
	color: #f5f2e9;
	}

	h1.pagina_prima {
		font-size: 2.3rem;
	}

	.baffo.pagina_prima {
		font-size: 3.3rem;
	}
	
	.baffo.pagina_prima::after {
	margin-top: 0px;
	}
	
	#timer {
    font-size: 3.5rem;
	}	
	
	#timer div span {
    display: block;
    margin-top: 1px;
    padding-top: 1%;
    font-size: .45em;
	} 
}

@media (max-width:575px) {
	
	.baffo.pagina_prima {
		font-size: 3rem;
	}	
}	
	
@media (max-width:480px) {
	h3.pagina_prima {
	font-size: 1.6rem; 
	color: #f5f2e9;
	}

	h1.pagina_prima {
		font-size: 2rem;
	}

	.baffo.pagina_prima {
		font-size: 3rem;
	}
	
	.baffo.pagina_prima::after {
	content: url("../img/baffo_small.png");
	width: 220px;
	height: 32px;
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -20px;
	}
	
	#timer {
    font-size: 2.5rem;
	}	
	
	#timer div span {
    display: block;
    margin-top: 1px;
    padding-top: 1%;
    font-size: .45em;
	} 
	
	#mailto2 {
		font-size: 1rem;
	}
	
}

@media (max-width:350px) {
	h3.pagina_prima {
	font-size: 1.3rem; 
	color: #f5f2e9;
	}

	h1.pagina_prima {
		font-size: 1.6rem;
	}

	.baffo.pagina_prima {
		font-size: 2rem;
	}
	
	.baffo.pagina_prima::after {
	content: url("../img/baffo_small.png");
	width: 220px;
	height: 32px;
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -5px;
	}
	
	#timer {
    font-size: 2.2rem;
	}	
	
	#timer div span {
    display: block;
    margin-top: 1px;
    padding-top: 1%;
    font-size: .45em;
	} 
	
	.bordo {
	border: 3px solid;
	border-image: url("../img/bordo_cream.png") 25;
	border-image-outset: 2px;
	background-color: #f2d39a;
	color: #70240b;
	}
	
	#mailto2 {
		font-size: .85rem;
	}

}


@media (max-width:360px) {

 
#timer div {
    padding: 2px;
} 
}
	
