<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Raleway');
body{
background-image: url("../images/FLORES.jpg") ;
background-attachment: fixed;
background-position: center;
color: #742a30;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Oswald', sans-serif;
}
h1{
margin-top: 20px;
text-align: center;
}
p{
font-family: 'Raleway', sans-serif;
font-weight: bold;
font-size: 18px;
}
.top-bar{
padding: 5px;
background: #e909e7;
margin-bottom: 20px;
}
.top-bar li{
padding:0;
}
.top-bar, .top-bar ul {
background: #c13abb;
}
.central{
background: #000;
max-width: 100%;
margin-bottom: 20px;
}
.editore{
color: #e96e5e;	
}
/* parallax */
.parallax-background {
	background-color: #0078A0;
	height: 620px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	width: 100%;
}

.intro-text {
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin-top: 15%;
}
.parallax-content {
	max-width: 100%;
	position: relative;
	top: 500px;
	padding: 50px;
	font-size: 20px;
	background-color: #fff;
}
.margen {
	margin:20px;
}
.fa{
color: #FFF;
}
.sumario{
margin-bottom: 20px;
}</pre></body></html>