/* FONTS */

@font-face {
    font-family: 'brain_flowerregular';
    src: url('../fonts/brainflower-webfont.woff2') format('woff2'),
         url('../fonts/brainflower-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dincond-mediumregular';
    src: url('../fonts/dincond-medium-webfont.woff2') format('woff2'),
         url('../fonts/dincond-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* GOOGLE FONT
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

.testo1{
	font-family: 'brain_flowerregular';
	font-size:26px;
	text-decoration:none;
	color:#141215;
	line-height:28px;
	text-align:center;
	font-weight:bold;
}
.testo2{
	font-family: 'dincond-mediumregular';
	font-size:20px;
	text-decoration:none;
	text-align:center;
	color:#141215;
	line-height:20px;
	font-weight:bold;
	margin-left:10%;
}
.txtMenuMobile {
	font-family: 'dincond-mediumregular';
	font-size:20px;
	text-decoration:none;
	text-align:left;
	color:#141215;
	line-height:20px;
	font-weight:bold;
}
.testoCredit{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#141215;
	line-height:14px;
	text-align:center;
}

.testo-Cookie{
	font-family: 'brain_flowerregular';
	font-size:36px;
	text-decoration:none;
	color:#141215;
	line-height:40px;
	text-align:center;
	font-weight:bold;
}
.testo-Cookie1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#141215;
	line-height:18px;
	text-align:left;
}
.testo-Cookie2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	text-decoration:none;
	color:#141215;
	line-height:24px;
	text-align:left;
}



@media only screen and (min-width: 481px) {
.testo1{
	font-family: 'brain_flowerregular';
	font-size:46px;
	text-decoration:none;
	color:#141215;
	line-height:48px;
	text-align:center;
	font-weight:bold;
}
.testo2{
	font-family: 'dincond-mediumregular';
	font-size:25px;
	text-decoration:none;
	color:#141215;
	line-height:25px;
	font-weight:bold;
	margin-left:10%;
}
}

@media only screen and (min-width: 769px) {
.testo1{
	font-family: 'brain_flowerregular';
	font-size:58px;
	text-decoration:none;
	color:#141215;
	line-height:50px;
	text-align:center;
	font-weight:bold;
}
.testo2{
	font-family: 'dincond-mediumregular';
	font-size:40px;
	text-decoration:none;
	color:#141215;
	line-height:60px;
	font-weight:bold;
	margin-left:5%;
}
}