﻿/*FONT FAMILY SELECTOR*/
/*@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;600&display=swap');*/
/**/
body, h1, h2, h3, h4, h5, .menu-custom, .text-custom, .subsubtitle-custom, .subtitle-custom, .title-custom { font-family: 'Montserrat', sans-serif !important; }
/**********************************/
.menu-custom { font-size: 14px !important; margin-top:1%; }
.menu-custom-footer {
	font-size:12px;
}
.text-small { font-size: 12px !important; }
.text-custom { font-size: 14px !important; }
.subsubtitle-custom { font-size: 16px !important; }
.subtitle-custom2 { font-size: 20px !important; }
.title-custom { font-size: 30px !important; padding: 0 5px; font-weight: bold; text-transform: uppercase }
.title-custom2 {
	font-size: 20px !important;
	padding: 0 5px;
	font-weight:bold;
}
.title-custom-form {
	font-weight: normal !important
}
.nopadding { padding: 5px; }
textarea, input, select { font-family: 'Montserrat', sans-serif !important; font-size: 14px !important; }
/**/
.button-custom-gray { background-color: #c4c4c4; color: #fff !important; opacity: 1 !important; }
	.button-custom-gray:hover { opacity: 0.9 !important; }
.buttonAncorNoleggio:hover {
	filter: grayscale(1) !important;
	opacity: 1 !important;
}
/**/
.button-custom-color { background-color: #f26531; color: #fff !important; opacity: 1 !important; }
	.button-custom-color:hover { }
/**/
.custom-bg-color-01 { background-color: #f26531 !important; }
.custom-bg-color-02 { background-color: #c4c4c4 !important; }
.custom-bg-color-03 { background-color: #EEEEEE !important; }
/**/
.custom-font-color-01, .fa, .fab, .fad, .fal, .far, .fas { color: #fff; }
.custom-font-color-02 {
	color: #f26531;
}

.custom-font-color {
	color: #f26531;
}

.custom-font-color-Team {
	color: #000;
}
.title-custom-promo {
	font-size: 25px;
}

@media only screen and (min-width: 320px) and (max-width: 600px){
	.title-custom2 {font-size: 25px !important}
	.title-custom {font-size: 34px !important}

	.title-custom-promo {
		font-size: 27px;
	}
}