@charset "utf-8";
/* CSS Document */
/* 
@import url("../webfonts/Lato_Regular/stylesheet.css");
@import url("../webfonts/Lato_Bold/stylesheet.css");
@import url("../webfonts/Lato_Light/stylesheet.css");
@import url("../webfonts/Lato_Heavy/stylesheet.css"); */


h1,h2,h3,h5,h6{
	font-family: "Lato Light",  "Helvetica", sans-serif;
}
p {
	font-family: "Lato Light",  "Helvetica", sans-serif;
}

#sector {
	height: 100%;
	width: 100%;
	margin: 0%;
	padding: 0%;
	background-image: url("../img/stadio.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#sector article h2{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
#sector article h2 {
	width: 90%;
	height: 100vh;
	padding-left: 5vw;
	margin: 0% auto;
	padding-right: 5vw;
	z-index: 9;
	position: relative;
}
#sector article h2 {
	font-size: 4.4vw;
	font-family: "Lato Heavy", "Helvetica", sans-serif;
	color: #FFFFFF;
}
article h2 span {
	width: 100%;
	font-size: 25%;
}
main#foto_video {
	width: 100%;
	position: relative;
	display: block;
}
.sector{
	width: 100%;
	margin: 0%;
}
#foto_video h2:first-child{
	width: 100%;
	height: 10vw;
	position: relative;
	margin: 0%;
}
#foto_video2 h2:first-child{
	width: 100%;
	height: 6vw;
	position: relative;
	margin: 0%;
}
#foto_video h2:first-child,
#foto_video2 h2:first-child{
	font-size: 2vw;
	font-family: "Lato Bold", "Helvetica", sans-serif;
	color: #0075BA;
	text-align: center;
	text-transform: uppercase;
}
#foto_video h2:first-child,
#foto_video2 h2:first-child{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
#foto_video #sector3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding-bottom: 4vw;
}
#foto_video #sector3 .smi {
	width: 24%;
	border: thin solid #18396D;
	border-radius: 1em;
	overflow: hidden;
}
#foto_video #sector3 .smi {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
}
#sector3 .smi .fr-smi-img {
	width: 100%;
	overflow: hidden;
	border-radius: 1em;
}
.smi .fr-smi-img img {
	width: 100%;
	height: auto;
}
#sector3 .smi h5 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#sector3 .smi p {
	height: 10vw;
	width: 100%;
	padding: 1vw;
}
#sector3 .smi a {
	padding: 0.25em 0.5em 0.5em;
	margin-left: 2%;
	margin-bottom: 4%;
	border-radius: 1em;
	border: thin solid #18396D;
	color: #18396D;
}






@media (max-width:1024px){
	
.sector{
	width: 100%;
	margin: 0%;
}	
#foto_video h2:first-child,
#foto_video2 h2:first-child{
	font-size: 2.25vw;
	font-family: "Lato Bold", "Helvetica", sans-serif;
}	
	
}




@media (max-width:800px){
	
.sector{
	width: 100%;
	margin: 0%;
}	
#foto_video h2:first-child,
#foto_video2 h2:first-child{
	font-size: 4vw;
	font-family: "Lato Bold", "Helvetica", sans-serif;
}	
	
}
