@font-face {
  font-family:'Fira Sans';
  src: url("../fonts/FiraSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family:'Fira Sans';
  src: url("../fonts/FiraSans-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family:'Fira Sans';
  src: url("../fonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family:'Lora';
  src: url("../fonts/Lora-VariableFont_wght.ttf") format("truetype");
}
a, body{
	color: #707070;
	margin: 0;
	font-family: 'Fira Sans';
	font-size: 18px;
	line-height: 36px;
}

h1{
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 65px;
}

h2{
	font-family: 'Lora';
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-top: 65px;
	margin-bottom: 50px;
}

h3{
	font-size: 23px;
	text-align: center;
	text-transform: uppercase;
}

h4{
	font-size: 21px;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 10px;
}

h5{
	font-weight: bold;
	font-size: 23px;
}

header, footer{
	background: black;
}
section{
	margin: auto;
    max-width: 1024px;
    padding: 150px 0;
    width:80%;
}

footer section{
	padding: 0;
}

footer{
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 40px;
}

footer img{
    max-height: 35px;
}

ul{
	margin-top: 0;
}

.fuso2020{
	background: white;
}
.fuso2020 section{
	padding-top: 0;
}

.language{
	text-align: right;
}

.language .selected{
	font-weight: bold;
}

.opencall{
	background: #C60934;
	color: white;
}

.opencall a{
	color: white;
}

.social-networks{
	border-top: 4px solid white;
	border-bottom: 1px solid #707070;
	text-align: center;
}

.social-networks img{
	margin: 40px;
}

.text-note{
	font-size: 15px;
}

.form{
	text-align: center;
	margin-top: 120px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.button{
	background-color: white;
	border-radius: 114px;
	border: 2px solid white;
	color: #721439;
	font-size: 24px;
	font-weight: bold;
	padding: 22px 34px;
	text-align: center;
	text-transform: uppercase;

}

a.button:hover{
	background-color: #721439;
	color: white;
	text-decoration: none;
}

img {
	max-width:100%;
}

.separator{
	margin-top: 100px;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.flex-container > div {
  margin: 10px 30px;
  text-align: left;
}

.two-images{
	display: table-cell;
	padding-right: 10px;
}


@media only screen and (max-width: 600px) {
	a, body {
	font-size: 16px;
	line-height: 24px;
	}

	h1{
	font-size: 32px;
	}

	h2{
	font-size: 22px;
	}

	h3{
	font-size: 20px;
	}
	h4{
	font-size: 18px;
	}
	h5{
		font-size: 20px;
	}
	section{
	padding: 60px 0;
	}
	.separator{
		margin-top: 50px;
	}
	a.button{
		font-size: 16px;
		padding: 12px 16px;
	}

	.flex-container{
		display: block;
	}
	.flex-container > div{
		margin: 30px 0;
	}

}