@import 'https://fonts.googleapis.com/css?family=Lato:300';


@font-face {
    font-family: 'klav';
    src: url('../fuentes/klavika-light-webfont.woff2') format('woff2'),
        url('../fuentes/klavika-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




.section {
	min-height: 800px;
	position: relative;
	text-align: center;
	font-family: sans-serif, arial;
	margin: 0;
}


#section1 {
	background: #ffff;
	color: #8d86c3;
    margin: 0;
    padding: 0;
}

#section2 {
	background: #ffff;
	color: #81d2d5;
}

#section3 {
	background: #ffff;
	color: #686e7c;
}

#section4 {
	background: #ffff;
	color: #aeb9b9;
}


.navbar
{
    
    height: auto;
	position: fixed !important; /*left: 50%;*/
	width: 100%;
	z-index: 999;    
       background: #3a3a3a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3a3a3a, #00237f);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right,#006784, #00237f);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'klav' !important;
     font-size: 18px;


}

.navbar a {
	padding: 7px 20px;
	border-radius: 7px;
	margin-right: 10px;	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration: none;
	color: black;
	font-family: sans-serif, arial;
	font-weight: 100;
       font-family: 'klav' !important;
}

.navbar a.active {
	background: rgba(0, 0, 0, 0.5);
	color: white;
}

.navbar a:hover {
	background: rgba(255, 255, 254, 0.2);
}

