@font-face {
	font-family:'Century Gothic';
	src:url('../fonts/gothicb.ttf') format('truetype');
}

body {
/*
	background-color: #f2f2f2;
*/
	background-color: #ffffff;
/* 	background-image: url("../img/fondo.jpg"); */
	background-repeat: no-repeat;
	background-size: cover;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 25px;
    margin-bottom: 28px;
    font-size: 22px;
}

.centered {
    text-align: center;
}

/* Links */
a {
/*     color: #ea9642; */
     color: #2a6496;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
/*     color: #ffffff; */
/*     text-decoration: none; */
    text-decoration: underline;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.logo {
	text-align: center;
	margin-top: 25px;
}

h1 {
	font-size: 70px;
}

.w {
	margin-top: 60px;
}
.w i {
	font-size: 26px;
	padding: 12px;
}

.w2 {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.mosaico {
		margin-top:80px;
	}

	.mosaico:first-child {
		margin-top:0;
	}
}