@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'AnimalsNormal';
    src: url('fonts/animals-webfont.eot');
    src: url('fonts/animals-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/animals-webfont.woff') format('woff'),
         url('fonts/animals-webfont.ttf') format('truetype'),
         url('fonts/animals-webfont.svg#AnimalsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


body{
	margin:20px 0 0 0;
	padding:0;
	background:#FFF;
	font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: 300;
    color: #333;
    -webkit-font-smoothing: antialiased;
	}
	
	
h1,h2,h3,h4,h5,h6{color:#555;}
img{max-width:100%;border:none;}
.sl-slider img{max-width:30%;}

#wrapper{
	position:relative;
	margin:auto;
	width:100%;
	max-width:1100px;
	min-width:120px;	
}

#container{
	position:relative;
	float:left;
	width:100%;
	max-width:1100px;
	min-width:120px;
	background:#FFF;
	border-radius:inherit;	
}

#content{
	position:relative;
	margin:auto;	
	max-width:95%;
}

#header{
	position:relative;
	float:left;
	width:100%;
	max-width:1000px;
	padding:20px 0 0 0;	
}

#logo{
	position:relative;
	width:100%;
	text-align:center;
	float:left;	
}

#menu{
	position:relative;
	width:100%;
	min-height:60px;
	float:right;
	text-align:center;	
	padding:0;
	background:rgba( 184, 215, 59, 1.0);
	transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}

/*--------------------------------nav-----------------------------*/

.nav{
	display:block;
	list-style:none;
	float:none;
	text-align:center;	
	margin:0;
	padding:0;
	max-height:0px;
	max-width:0px;
	overflow:hidden;
	transition:all 0.3s ease-out;
	
}

.nav li{
	float:none;	
}

.nav li a{
	display:block;
	color:white;
	border-bottom:solid 1px #FFF;
	background:rgba( 184, 215, 59, 1.0);	
	text-decoration:none;
	padding:10px 15px;
	font-size:2.0em;
	border-radius:inherit;
	margin-left:20px;
}

.nav li a:hover{
	color:#063;
}

#nav-mobile{
    display: block;
	position:relative;
    background: url(../images/nav.png) no-repeat center center;
    float: right;
    width: 60px;
    height: 60px;
    right: 0;
    top:0;
    opacity: .6;
}

#nav-mobile.nav-active{
        opacity: 1;
    }
	
#menu ul.open-menu{
            max-height: 400px;
			max-width: 900px;
            transition:max-width max-height ease-in .4s;
        }
		
/*-------------------------------footer----------------------*/

#footer{
	position:relative;
	float:left;
	width:100%;	
	min-height:100px;
	padding:25px 0 50px 0;
}

#footer_wrapper{
	position:relative;
	margin:auto;
	width:100%;
	max-width:1100px;
	min-width:100px;	
}

#footer_content{
	position:relative;
	margin:auto;
	max-width:90%;	
}

#redes{
	position:relative;
	display:none;	
	float:left;
	max-width:100%;
}

#enlaces{
	position:relative;
	display:none;	
	float:left;
	max-width:100%;
	margin: 0 0 0 25%;	
}

#enlaces2{
	position:relative;
	display:none;	
	float:right;
	max-width:100%;	
}

#firma{
	position:relative;	
	float:left;
	text-align:center;
	width:100%;
	padding:20px 0 0 0;	
}

/*-----------------------------videos-------------------------*/

.videos{
	position:relative;
	float:left;
	max-width:100%;	
	text-align:center;
	margin:0 0 0 0.5%;
}

video{
	width:100% !important;
	max-width:320px;
	height:auto !important;
}

#videos{
	display:none;
	position:relative;
	float:left;
	width:100%;
	text-align:center;	
}


/*-------------------------catalogo-----------------------*/

#fila{
	position:relative;
	float:left;
	width:100%;
	margin:20px 0 0 0;
}

#col_left{
	position:relative;
	float:left;
	max-width:45% !important;
	height:auto !important;	
	border:solid 1px #EEE;
	padding:0 0 10px 0;
	text-align:center;
}

#col_left img{
	position:relative;
	float:none;
	
}

#col_right{
	position:relative;
	float:right;
	max-width:45% !important;
	height:auto !important;	
	border:solid 1px #EEE;
	padding:0 0 10px 0;
	text-align:center;
}

#col_right img{
	position:relative;
	float:none;
	
}
/*--------------------------contacto--------------------------*/

iframe{
	max-width:100% !important;
	height:auto !important;
	text-align:center;
}

#banner_contacto{
	position:relative;
	display:none;
	float:left;
	width:100%;	
	min-height:100px;
	padding:20px 0 0 0;	
}

