/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #777;
	background: #000;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Coustard', serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}

a {
	color: #b7b7b7;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}

.label{
	width:150px;
	color:#FFF;
	margin-left:3px;

}


/* ESTILOS PARA EL BOTON FLOTANTE DE WHATSAPP */
.ws-flotante {
	position:fixed;
	top:30%;
	right: 0;
	height: auto;
	width: auto;
	z-index: 1000;
}

.ws-flotante img {
  filter: drop-shadow(0 0 0rem #fff);
  -webkit-transition:all 0.8s ease-in-out;
  -moz-transition:all 0.8s ease-in-out;
  -o-transition:all 0.8s ease-in-out;
  -ms-transition:all 0.8s ease-in-out;
  transition:all 0.8s ease-in-out;
}

.ws-flotante img:hover {
  filter: drop-shadow(0 0 0.25rem #222);
  -webkit-transition:all 0.8s ease-in-out;
  -moz-transition:all 0.8s ease-in-out;
  -o-transition:all 0.8s ease-in-out;
  -ms-transition:all 0.8s ease-in-out;
  transition:all 0.8s ease-in-out;
}

/* **********BOTON CATALOGO*************** */
.bot-catalogo {
	position: fixed;
	top:25%;
	left:0;
	z-index: 10;
	text-align: center;
	font-size: 20px;
	background-color: rgba(0,128,230,1);
	border-radius: 15px;
	border:2px solid #575757;
	-webkit-box-shadow: inset 0px 0px 10px 2px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 10px 2px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 10px 2px rgba(255,255,255,1);
	filter:drop-shadow(0 0 0px #FFF);
	-webkit-transition:all 0.8s ease-in-out;
  -moz-transition:all 0.8s ease-in-out;
  -o-transition:all 0.8s ease-in-out;
  -ms-transition:all 0.8s ease-in-out;
  transition:all 0.8s ease-in-out;
}

.bot-catalogo:hover {
	filter:drop-shadow(0 0 5px #FAFAFA);
	-webkit-transition:all 0.8s ease-in-out;
  -moz-transition:all 0.8s ease-in-out;
  -o-transition:all 0.8s ease-in-out;
  -ms-transition:all 0.8s ease-in-out;
  transition:all 0.8s ease-in-out;
}

.bot-catalogo a {
	text-decoration: none;
	padding: 12px;
	display: block;
	color:#FFF;
	line-height: 1.3;
	-webkit-transition:all 0.8s ease-in-out;
  -moz-transition:all 0.8s ease-in-out;
  -o-transition:all 0.8s ease-in-out;
  -ms-transition:all 0.8s ease-in-out;
  transition:all 0.8s ease-in-out;
}

.bot-catalogo a:hover {
	color:#F1F1F1;
	-webkit-transition:all 0.8s ease-in-out;
  -moz-transition:all 0.8s ease-in-out;
  -o-transition:all 0.8s ease-in-out;
  -ms-transition:all 0.8s ease-in-out;
  transition:all 0.8s ease-in-out;
}


.i_text_login {
	color:#333;
	background-color: #ebebeb;
	border: 1px solid #868686;
	padding:5px;
	width: 200px;
	height: 20px;
	margin-left:3px;
	margin-right:3px;
	-o-border-radius: 20px;
	-ms--border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0px 6px 5px -4px rgba(146,146,146,0.5);
	-moz-box-shadow: 0px 6px 5px -4px rgba(146,146,146,0.5);
	-webkit-box-shadow: 0px 6px 5px -4px rgba(146,146,146,0.5);
	-o-box-shadow: 0px 6px 5px -4px rgba(146,146,146,0.5);
	-ms-box-shadow: 0px 6px 5px -4px rgba(146,146,146,0.5);
}


#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content {
	float:left;
	margin:0px 40px 20px 40px;
	position:absolute;
	top:100px;
	width:450px;
	z-index:9999;
	color:#FFF;
}

.text_content{
	font-size:11px;
}

#logo {
	font-family: 'Coustard', serif;
	font-size: 49px;
	bottom:40px;
	height:auto;
	left:40px;
	position:absolute;
	width:20%;
	z-index:1000;
	color: #fff;
}

.main-nav{
	position:absolute;
	bottom: 23px;
	left:5px;
	z-index:1001;
}
.main-nav ul li {
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #b7b7b7;
}
.main-nav ul li a.active {color: #ffa800;}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display: block;
	float: left;
	padding: 30px 10px 5px 10px;
	margin: 1px;
	opacity: .5;
	background-color: #1D1764;
}
.social-nav ul li:hover {opacity: 1;}

.i_button{
	margin-top:3px;
	width:100px;
	height:25px;
	background-color:#CCC;
	color:#000;
}

button.full-screen{
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	border: 0;
	cursor: pointer;
	opacity: .7;
	background-image: url(../images/full-screen-btn.png);
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:500px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}
#boton_entrar {
	bottom:30px;
	height:42px;
	position:absolute;
	right:500px;
	width:42px;
	z-index:1000;
}

/****MEDIA QUERIES*****/

/* Small only */
@media screen and (max-width: 39.9375em) {
	/* **********BOTON CATALOGO*************** */
	.bot-catalogo {
		top:55%;
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}

/****MEDIA QUERIES*****/
