html, body{
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#FFF;
}

.view {
   width: 20%;
   height: 20vh;
   min-width: 250px;
   min-height: 180px;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 100%;
   height: 100vh;
   min-width: 250px;
   min-height: 190px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   height:100%;
   width:100%;
}
.view h2 {
   color: #fff;
   text-align: center;
   position: relative;
   font-family: 'Quicksand', sans-serif;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: 'Quicksand', sans-serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   font-family: 'Quicksand', sans-serif;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}



.main-logo{
	position:absolute;
	top:-50px;
	left:60px;
	z-index:1;
		-webkit-animation: fadein 2s;
       	-moz-animation: fadein 6s;
        -ms-animation: fadein 6s;
        -o-animation: fadein 6s;
           animation: fadein 6s;
		   transition: ease-in-out 0.2s;
			-moz-transition: ease-in-out 0.2s;
			-ms-transition: ease-in-out 0.2s;
			-o-transition: ease-in-out 0.2s;
			-webkit-transition: ease-in-out 0.2s;
}

.main-logo:hover{
	top:-45px;
	transition: ease-in-out 0.2s;
			-moz-transition: ease-in-out 0.2s;
			-ms-transition: ease-in-out 0.2s;
			-o-transition: ease-in-out 0.2s;
			-webkit-transition: ease-in-out 0.2s;
}

.loading {
	width: 100%;
	height:100%;
	height: 100vh;
	background-color: #fff;
	position:fixed;
	z-index:999999;
	top:0;
}

#loading-image {
 	position:absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
  	z-index: 100;
  	width:350px;
}

.catalogos-container{
	width:70%;
	margin-top:100px;
	margin-left:17%;
	height:auto;
}

.contacte{
	width:80%;
	text-align:center;
	float:left;
	position:relative;
	font-family: 'Quicksand', sans-serif;
   	font-size: 17px;
	padding:60px;
	
}

.contacte a{
	text-decoration:none;
	color:#999;
	transition: ease-in-out 0.2s;
			-moz-transition: ease-in-out 0.2s;
			-ms-transition: ease-in-out 0.2s;
			-o-transition: ease-in-out 0.2s;
			-webkit-transition: ease-in-out 0.2s;
}

.contacte a:hover{
	color:#900;
	transition: ease-in-out 0.2s;
			-moz-transition: ease-in-out 0.2s;
			-ms-transition: ease-in-out 0.2s;
			-o-transition: ease-in-out 0.2s;
			-webkit-transition: ease-in-out 0.2s;
}

