* {
	margin:0;
}

body {
	background: #fff;
	font-family: 'Montserrat';
	font-weight: 300;
}

.body {
	top: 100%;
	position: absolute;
	width: 100%;
	background: #fff;
-webkit-box-shadow: 0px 0px 49px 7px rgba(0,0,0,0.43);
-moz-box-shadow: 0px 0px 49px 7px rgba(0,0,0,0.43);
box-shadow: 0px 0px 49px 7px rgba(0,0,0,0.43);
}

.container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.up-head {
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 10px 15px;
	color: #fff;
	background: #000;
	z-index: 5;
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.up-head:hover {
	opacity: 1;
}

header {
	position: absolute;
	color: #fff;
	top: 0;
	width: 100%;
	z-index: 10;
}

header nav {
	margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center;
}


header nav ul {
	padding: 0;
	display: inline-block;
}

header nav ul li {
	list-style: none;
	font-weight: 300;
	margin: 15px 30px;
	font-size: 20px;
	float: left;
}

header nav ul li a {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

header nav ul li a:hover {
	opacity: 1;
}

h1 {
}

hr {
	border: 0;
	height: 3px;
	width: 100%;
	margin: 10px 0px;
	background: #eee;
	display: block;
}
.hr {
	width: 250px;
	margin: 0 auto;
	display: block;
	padding: 10px 0px;
}

.masthead {
	position: fixed;
    height: 100%;
    width: 100%;
    z-index: -100;
    background-image: url(img/home1.jpg);
    background-color: #FFF8E3;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.masthead-inner {
	width: 100%;
    height: 100%;
}

.content-logo {
	text-align: center;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    z-index: 2;
}

.content-logo img {
	width: 30%;
	height: auto;
	z-index: 1;
	position: relative;
	cursor: pointer;
}

.content-logo .content-disco {
	width: 100%;
	height: 51.4%;
	position: absolute;
	top: 0;
	z-index: 0;
	overflow: hidden;
}

.content-logo .content-disco img {
	width: 23%;
	height: auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}


a .content-logo:hover > .content-disco img.disco {
	transform: rotate(60deg);
}

.filtro {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
}

.fblack {background: RGBA(0, 0, 0, 0.66);}
.fgrey {background: RGBA(35, 35, 35, 0.72);}

.header-personal {
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0px;
	background-color: #232323;
	color: #fff;
    background-image: url(img/home5.jpg);
    background-color: #FFF8E3;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-personal .container {
	z-index: 2;
	position: relative;
}

.header-personal h1 {
	font-weight: 300;
	text-transform: uppercase;
}

.header-personal p {
	text-align: center;
}

.header-personal p .redes-sociales {
	display: inline-block;
}

.header-personal p .redes-sociales a {
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	float: left;
	margin: 0 20px;
}

.header-personal p .redes-sociales a .fa {
	font-size: 35px;
}

.section {
	margin: 50px 0px;
    display: inline-block;
    width: 100%;
}

.section h1 {
	color: #1F3C4F;
}

article {
	width: 33.33%;
	overflow: hidden;
	float: left;
	margin-top: 20px;
}

article .content-article {
	padding: 0px 10px;
	display: block;
}

article .content-article {
	text-align: center;
}

article .content-article h1 {
	font-size: 40px;
	font-weight: 400;
}

article .thumbnail {
	position: relative;
    padding-bottom: 58.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #fff;
}

article .thumbnail img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.vermas {    
	text-align: center;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.vermas a {
	text-decoration: none;
	color: #333;
}

.thumbnail img:hover {
	transform: scale(1.2);
}

#contact {
	border-top: solid 2px #eee;
	border-bottom: : solid 2px #eee;
	display: inline-block;
	width: 100%;
	padding: 20px 0;

}

#contact input {
	width: 100%;
	height: 40px;
	border: 0;
	border-bottom: solid 2px #eee;
	font-size: 25px;
	padding: 10px 0;
	color: #555;
	font-weight: 300;
	margin-bottom: 30px;
}

#contact textarea {
	width: 100%;
	height: 150px;
	border: 0;
	border-bottom: solid 2px #eee;
	font-size: 25px;
	color: #555;
	margin-bottom: 25px;
	font-family: Montserrat;
	font-weight: 300;
}

#contact button {
	font-size: 25px;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    background: #C23F3F;
    cursor: pointer;
}

#contact button:hover {
	background: #000;
}