/*IPHONE 6 AVALL*/
@media only screen and (max-width: 767px) and (orientation : landscape) {
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
}
/*IPAD*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
/*   GENERICS   */

body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}

/*   NAVEGACIÓ   */



#base_nav{
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100px;
	top: 0px;
	/*background-color: rgba(256,256,256,0.90);*/
	background-color: rgba(256,256,256,1);	
	/*background-color: rgba(256,0,0,1);		*/
	transition: top 0.4s ease-in-out;
}

.oculta_mov_vert{
	opacity: 1;		
	position: absolute;
	margin-top: 30px;
}


.visible_mov_vert{
	opacity: 0;		
	position: absolute;	
	margin-top: 20px;
}


.oculta_mov_vert_falso{
	opacity: 1;		
	position: absolute;
}


.visible_mov_vert_falso{
	opacity: 0;		
	position: absolute;	
}



#navigation{
	padding-top: 30px;
	position: fixed;
	z-index: 50;
	width: 100%;
	transition: top 0.4s ease-in-out;
	top: 0px;
}


.nav-up {
    top: -100px !important;
}


@media only screen and (max-width: 767px) {
	#navigation{
		padding-top: 20px;
	}

	#base_nav{
		height: 75px;
	}
	
	.visible_mov_vert{
		margin-top: 17px;	
	}

	.oculta_mov_vert{
		margin-top: 17px;	
	}
	
	
}


.drawer-hamburger{
	position: inherit;
	float: right;
	background-color: #3a8d00;
	transition: none;
	padding: 7px 10px 18px 10px;
	width: unset !important;
	width: 
}

.drawer-hamburger:hover{
	background-color: #000000;	
}

.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before{
	background-color: #e5e5e5;
}

.drawer-hamburger-icon {
	width: 18px;
}

.drawer--right .drawer-nav {
    right: -65rem;
}

.drawer-nav {
    width: 65rem;
    z-index: 30;
    background-color: #e5e5e5;
}

.drawer-menu-item{
	font-weight: 300;
}

.drawer-menu{
	margin-top: 120px;
	margin-left: 50px;
}

.drawer-menu .active {
	background-color:transparent!important
}

.drawer-menu .active a{
	color: #4f8c19;
	font-weight: 700;
	background-color:transparent!important;
}

.nav > li{
	margin-bottom: 35px;
	opacity: 0;
	left: 100px;
}

.nav > li > a{
	padding: 0px;
	line-height: 32px;
}

.drawer-overlay{
	z-index: 20;
	background-color: rgba(0,0,0,.6);
}

.drawer-menu-item:hover{text-decoration:underline;color:inherit!important;background-color:transparent!important}
.drawer-menu-item a:hover{text-decoration:underline;color:inherit!important;background-color:transparent!important}
.active a:hover{text-decoration:underline;color:inherit!important;background-color:transparent!important}


.drawer-hamburger-icon::before {
	top: -8px;
}

.drawer-hamburger-icon::after {
    top: 8px;
}


.opc_menu{
	font-size: 40px;
}

.navbar-fixed-top{
	border-radius: inherit !important;
	left: inherit !important;
	
}

#bt_flota_socio{
	position: relative;
	float: right;
	z-index: 10;
}

.bt_socio{
	background-color: #3a8d00;
	color: #ffffff;
	float: right;
	padding: 10px 22px;
	margin-right: 8px;
	font-size: 12px;
}

.bt_socio:hover{
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.bt_socio{
		padding: 10px 14px;
	}
}



#bt_flota_facebook{
	position: relative;
	float: right;
	z-index: 10;
	background-color: #3a8d00;
	color: #ffffff;
	padding: 9px 12px 8px 12px;
	margin-right: 8px;
	font-size: 12px;
	cursor: pointer;
}

#bt_flota_facebook:hover{
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}


@media only screen and (max-width: 767px) {
	#bt_flota_facebook{
		padding: 9px 8px 8px 8px;
	}
}


.menu_rss{
	margin-left: 50px;
	margin-top: 20px;
}

.menu_rss div{
	float: left;
	margin-right: 20px;
	opacity: 0;
}

@media only screen and (max-width: 991px) {
	.drawer--right .drawer-nav {
	    right: -50rem;
	}
	.drawer-nav {
	    width: 50rem;
	}
}

@media only screen and (max-width: 767px) {

	.drawer--right .drawer-nav {
	    right: -1000px;
	}
	.drawer-nav {
	    width: 100%;
	}
	.opc_menu{
		font-size: 25px;
	}
	.nav > li{
		margin-bottom: 20px;
	}
	.drawer-menu{
		margin-top: 120px;
		margin-left: 30px;
	}	
	.menu_rss{
		margin-left: 30px;
	}	
}


@media only screen and (max-width: 767px) and (orientation : portrait) {
	.oculta_mov_vert{
		opacity: 0;		
	}

	.visible_mov_vert{
		opacity: 1;		
	}
}


@media only screen and (max-width: 767px) and (orientation : landscape) {
	.oculta_mov_vert{
		opacity: 1;		
	}

	.visible_mov_vert{
		opacity: 0;
	}

	.drawer-menu{
		margin-top: 80px;
		margin-left: 30px;
	}	
	.nav > li{
		margin-bottom: 5px;
	}
}



/*   CABECERA   */

header {
  background-image: url('../img/icecream3.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #000000;
}


#carousel .carousel_header{
	margin-top: 103px;
}

/************* slide1 *****************/

#carousel .slide1{
	font-size: 14px;
	padding-top: 20px;
}

#carousel .slide1 .slide1_left{
	float: left;
	margin-top: 70px;
	width: 626px;
	margin-left: 60px;
}

#carousel .slide1 .slide1_left p{
	text-align: justify;
	margin-left: 60px;
}

#carousel .slide1 h3{
	color: #3A8D00;
	font-size: 68px;
	font-weight: 400;
	margin-left: 3px;
	margin-bottom: 20px;
	font-family: 'Arial Rounded MT', Arial, sans-serif;
}

#carousel .slide1 .slide1_right{
	float: right;
	width: 370px;
}

#carousel .slide1 .slide1_up{
	display: none;
}


#slide1_silla1{
	opacity: 0;
}


#slide1_silla2, #slide1_silla3{
	opacity: 0;
	position: absolute;
	top: 17px;	
}



@media only screen and (max-width: 1199px) {
	#carousel .slide1 .slide1_left{
		margin-top: 30px;
		width: 585px;
		margin-left: 20px;
	}
	#carousel .slide1 .slide1_right{
		float: right;
		width: 270px;
	}
	#carousel .slide1 h3{
		font-size: 64px;
	}
	
}

@media only screen and (max-width: 991px) {
	#carousel .slide1 .slide1_left{
		margin-top: 10px;
		width: 421px;
		margin-left: 10px;
	}
	#carousel .slide1 .slide1_right{
		float: right;
		width: 230px;
	}
	#carousel .slide1 h3{
		font-size: 46px;
	}

	#carousel .slide1 .slide1_left p{
		margin-left: 40px;
		font-size: 13px;
	}
}


@media only screen and (max-width: 767px) and (orientation : landscape) {
	#carousel .slide1{
		padding-top: 0px;
	}
	#carousel .slide1 .slide1_left{
		margin-top: 0px;
		width: 350px;
		margin-left: 10px;
	}
	#carousel .slide1 h3{
		font-size: 35px;
		margin: 0px;
		margin-bottom: 10px;
		margin-top: 10px;		
	}
	#carousel .slide1 .slide1_left p{
		margin-left: 0px;
		font-size: 13px;
	}
	#carousel .slide1 .slide1_right{
		width: 180px;
	}
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
	#carousel .slide1{
		padding-top: 0px;
	}
	#carousel .slide1 .slide1_left{
		margin-top: 0px;
		width: 100%;
		margin-left: 0px;
		float: none;
	}
	#carousel .slide1 .slide1_right{
		float: none;
		width: 100%;
		margin-top: 20px;
		text-align: center;
		display: none;
	}
	#carousel .slide1 .slide1_right img{
		width: 100px;
		margin: 0px auto;
		text-align: center;
	}	
	#carousel .slide1 h3{
		margin: 0px;
		margin-bottom: 10px;
		margin-top: 10px;		
		font-size: 30px;
	}

	#carousel .slide1 .slide1_left p{
		margin-left: 0px;
		font-size: 13px;
	}

	#carousel .slide1 .slide1_up{
		width: 100%;
		padding: 0px 20% 0px 30%;
		margin-top: 20px;
		text-align: center;
		display: block;
	}
	
	
	
}


/* video nuevo*/


#video-nuevo{
	margin-top: 40px;
	margin-bottom: 10px;
}

#video-nuevo .container{
	margin-top: 40px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.video-container-nuevo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; height: 0; overflow: hidden;
}

.video-container-nuevo iframe,
.video-container-nuevo object,
.video-container-nuevo embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*  INMA CUESTA AUDIOS   */

#audios_inma{
	margin-bottom: 30px;
}

#audios_inma .container{
	padding-left: 0px;
	padding-right: 0px;
}

#audios_inma .section-heading{
	font-family: 'organa02', Arial, sans-serif;	
	font-weight: 400;
	font-size: 40px;
	color: #585858;
}


#audios_inma p{
	font-size: 16px;	
}

#audios_inma .audio_holder{
	background-image: url("../img/back_audio.png");
	background-size: cover;
	display: block;
	overflow: hidden;
	padding: 15px 10px 10px 15px;
	width: 18%;
	margin-right: 2%;
	float: left;
}

#audios_inma  .last_audio_holder{
	width: 20%;
	margin-right: 0px;
}

#audios_inma h3{
	color: #3A8D00;
	margin: 0px;
	padding: 0px;
	font-family: 'organa02', Arial, sans-serif;	
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 35px;
}

.bt_down{
	float: right;
	margin-right: 10px;
}

.bt_play{
	float: right;
}

@media only screen and (max-width: 1199px) {
	#audios_inma h3{
		font-size: 30px;
	}
}


@media only screen and (max-width: 991px) {
	#audios_inma h3{
		font-size: 22px;
	}
}


@media only screen and (max-width: 767px) {
	#audios_inma .container{
		padding-left: 15px;
		padding-right: 15px;
	}	
	
	#audios_inma .section-heading{
		font-family: 'organa02', Arial, sans-serif;	
		font-weight: 400;
		font-size: 20px;
		color: #585858;
	}	
	
	#audios_inma p{
		font-size: 13px;	
	}

	
	#audios_inma h3{
		font-size: 30px;
		margin-bottom: 10px;
	}
	
	#audios_inma .audio_holder{
		float: none;
		width: 100%;
		margin: 0px;
		margin-bottom: 10px;
	}
	
	.bt_down{
		float: left;
		margin-right: 10px;
	}

	.bt_play{
		float: left;
		margin-right: 10px;
	}
	
	
}



/*   GALERIA    */

#galeria{
	margin-bottom: 30px;
}

#galeria .container{
	padding-left: 0px;
	padding-right: 0px;
}

#galeria .section-heading{
	font-family: 'organa02', Arial, sans-serif;	
	font-weight: 400;
	font-size: 50px;
	color: #585858;
}

.GITheWall ul{
	padding-bottom: 5px !important;
}

.GITheWall ul li{
}

.GI_TW_expander .GI_TW_pointer{
	border-right: 0px !important;
	border-left: 0px !important;
}


.GI_TW_expander .GI_TW_expander-inner {
	/*background-color: blue;*/
}

.GI_TW_expander{
	background-color: transparent !important;
}

.normal_silla{
	padding: 20px 10px;
	font-family: 'organa02', Arial, sans-serif;	
	position: absolute;
}

@media only screen and (max-width: 767px) and (orientation : portrait) {
	.normal_silla{
		padding: 10px 10px;
	}
}

.normal_silla_autor{
	color: #000000;
	text-align: center;
}

.over_silla{
	background-color: rgba(255,255,255,0.9);
	padding: 10px;
	font-family: 'organa02', Arial, sans-serif;	
	position: absolute;
	display: none;
	cursor: pointer;
}

.over_silla_autor{
	color: #bbbbbb;
	text-align: center;
}


.over_silla_bt_autor{
	position: absolute;
	text-align: center;
	color: #5b8d00;
}

.click_silla{
	background-color: rgba(255,255,255,0.9);
	padding: 10px;
	font-family: 'organa02', Arial, sans-serif;	
	position: absolute;
	display: none;
	cursor: pointer;
}

.click_silla_autor{
	color: #bbbbbb;
	text-align: center;
}


#bt_recarrega{
	background-color: #3A8D00;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	width: 150px;
	margin: 0px auto;
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
	letter-spacing: 3px;
}

#bt_recarrega:hover{
	background-color: #000000;
}


/********** DETALLE SILLA ***************/

.silla_desc{
	float: left;
}

.names_silla{
	margin-bottom: 5px;
}

.and_silla_desc{
	color: #3A8D00;
}

.carousel_detall{
	border: 1px solid #3A8D00;
	margin-bottom: 10px;
}

.carousel_detall .slick-next{
	background-image: url("../img/ico_right.gif") !important;
	width: 30px;
	height: 30px;
	right: 5px;
}

.carousel_detall .slick-prev{
	background-image: url("../img/ico_left.gif") !important;
	width: 30px;
	height: 30px;
	left: 195px;
	z-index: 10;
}

.carousel_detall .slick-prev::before, .carousel_detall .slick-next::before{
	content: "" !important;	
}

.slick-prev, .slick-next{
	top: 100%;
}


.names_silla{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
}

.silla_desc .valor{
	margin-bottom: 7px;
	font-size: 32px;
	line-height: 30px;
}


.bt_ir_subasta{
	background-color: #3A8D00;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
	letter-spacing: 3px;
}

.bt_ir_subasta a{
	color: #ffffff;
}


.silla_img_refugee{
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.silla_img_refugee_comodi{
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.silla_img_designer{
	float: left;
}

.fondo_negro{
	background-color: #000000;
	cursor: pointer;
}

.fondo_negro .img-responsive{
	opacity: .6;	
}

#video_designer{
	display: none;
	position: absolute;
	z-index: 4;
}

.video-container-designer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}


.bt_play_video_auto{
	position: absolute;
	z-index: 6;
	background-image: url("../img/bt_playvideo_autor2.png");
	background-position: center center;
}

#video_autor {
	display: none;
	position: relative;
	padding-bottom: 53%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
#video_autor iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.silla_img_designer{
	float: left;
}

.tenca_wall{
	position: absolute;
	cursor: pointer;
}

.silla_historia{
	float: left;
	background-color: #e5e5e5;
	color: #000000;
	padding: 15px 20px;
}

.silla_historia .tit_historia{
	font-size: 20px;
	font-weight: bold;
}

.silla_historia .txt_historia{
	height: 107px;
	padding-right: 0px;
}

.bt_collapse{
	background-color: black;
	color: white;
	letter-spacing: 3px;
	font-weight: 300;
	font-size: 12px;
	padding: 7px 00px;
	text-align: center;
	margin: 0px auto;
	margin-top: 8px;
	width: 120px !important;	
	text-align: center;
}

.bt_collapse:hover{
	color: white;
	text-decoration: none;
}


/********** PERSONALIZAR ***************/

#personaliza{
	margin-bottom: 35px;
}

#personaliza #back_perso{
	background-image: url("../img/back_home_personalizar.jpg");
	background-size: cover;
	height: 630px;
}

#personaliza .section-heading{
	font-family: 'organa02', Arial, sans-serif;	
	font-weight: 400;
	font-size: 80px;
	color: #525353;
	margin-top: 90px;
	margin-bottom: 30px;
	margin-left: 80px;
}

#personaliza #portada{

}

.bt_personaliza{
	background-color: #3a8d00;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	width: 200px;
	margin-left: 80px;
	margin-bottom: 15px;
	text-align: left;
	padding: 5px 40px;
	cursor: pointer;
	letter-spacing: 3px;
}

.bt_personaliza:hover{
	background-color: #000000;
}


@media only screen and (max-width: 1199px) {
	#personaliza #back_perso{
		height: 530px;
	}
	#personaliza .section-heading{
		font-size: 60px;
		margin-top: 50px;
		margin-bottom: 20px;
		margin-left: 60px;
	}
	.bt_personaliza{
		margin-left: 60px;
	}
	
}

@media only screen and (max-width: 991px) {
	#personaliza #back_perso{
		height: 420px;
	}
	#personaliza .section-heading{
		font-size: 46px;
		margin-top: 30px;
		margin-bottom: 20px;
		margin-left: 30px;
	}
	.bt_personaliza{
		margin-left: 30px;
		width: 160px;
		font-size: 11px;
		padding: 5px 20px;
	}
}

@media only screen and (max-width: 767px) {
	#personaliza #back_perso{
		height: auto;
		background-position: right center;
		background-size: 120%;
		background-repeat: no-repeat;
		background-color: #F3F3F3;		
	}
	#personaliza .section-heading{
		font-size: 46px;
		margin-top: 30px;
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 20px;
		padding: 0px;
	}
	.bt_personaliza{
		margin-left: 20px;
	}
}

#tool{
	display: none;
	background-color: #e5e5e5;
}


#tool .tenca_tool{
	cursor: pointer;
    float: right;
    right: 0;
    margin-top: 10px;
	z-index: 5;
	position: relative;    
}

#tool #silla{
	width: 600px;
	margin-right: 100px;
	float: left;
}

#tool #controles_silla{
	float: left;
	padding-top: 150px;
}


#tool .selector_silla{
	position: absolute;
	z-index: 3;
	width: 600px;
}

#tool .parte_silla{
	position: absolute;
	z-index: 2;
	width: 600px;
}


#tool #controles_silla #bt_solid{
	float: left;
	width: 40px;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}

#tool #controles_silla #bt_textura{
	float: left;
	width: 40px;
	margin-bottom: 10px;	
	cursor: pointer;	
}

#espacio_listas{
	height: 170px;
}

#form_holder{
	display: none;
}

#form_holder .input_holder input{
	background-color: #bababa;
	border: none;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 5px 10px;
	width: 280px;
}

#form_holder .legal_holder{
	color: #414141;
	margin-bottom: 15px;
}

#form_holder .legal_holder input{
	margin-right: 5px;
}

#form_holder .legal_holder a{
	color: #414141;
}


#form_holder .bt_form_holder{
	background-color: #5b8d00;	
	color: #ffffff;	
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 20px;
	width: 270px;
	cursor: pointer;
}

.btnFacebookLogin{
	cursor: pointer;
}


.pre_bt_form{
	background-color: #5b8d00;	
	color: #ffffff;	
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 20px;
	width: 270px;
	cursor: pointer;
}


@media only screen and (max-width: 1199px) {

	#tool #silla{
		width: 500px;
		margin-right: 70px;
	}
	
	#tool .selector_silla{
		width: 500px;
	}
	
	#tool .parte_silla{
		width: 500px;
	}
	
	#tool #controles_silla{
		padding-top: 120px;
	}	

	#form_holder .input_holder input{
		width: 270px;
	}
	
	#form_holder .bt_form_holder{
		width: 270px;
	}



}





@media only screen and (max-width: 991px) {

	#tool #silla{
		width: 400px;
		margin-right: 50px;
	}
	
	#tool .selector_silla{
		width: 400px;
	}
	
	#tool .parte_silla{
		width: 400px;
	}
	
	#tool #controles_silla{
		padding-top: 100px;
	}	

	#form_holder .input_holder input{
		width: 250px;
	}
	
	#form_holder .bt_form_holder{
		width: 250px;
	}



}





#success{
	margin-top: 10px;
}


#solid_list{
	display: none;	
	overflow: hidden;
	clear: both;
	width: 171px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #828282;
	margin-top: 10px;
	padding-left: 10px;
}

#solid_list li{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;	
	width: 30px;
	height: 30px;
	border-radius: 15px;
	cursor: pointer;
}


#solid_list #color_item_09{
	background-color: #ff9710;
}

#solid_list #color_item_10{
	background-color: #46d6d6;
}

#solid_list #color_item_11{
	background-color: #ff8ced;
}

#solid_list #color_item_12{
	background-color: #0e830e;
}

#solid_list #color_item_13{
	background-color: #0075ff;
}

#solid_list #color_item_14{
	background-color: #ffffff;
}

#solid_list #color_item_15{
	background-color: #686bff;
}

#solid_list #color_item_16{
	background-color: #f5ff00;
}




#texturas_list{
	display: none;	
	overflow: hidden;
	clear: both;
	width: 171px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #828282;
	margin-top: 10px;
	padding-left: 10px;
	margin-left: 60px;
}

#texturas_list li{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;	
	width: 30px;
	height: 30px;
	border-radius: 15px;
	cursor: pointer;	
}


#texturas_list #color_item_01{
	background-image: url("../img/textura_hojas.jpg");

}

#texturas_list #color_item_02{
	background-image: url("../img/textura_cubo.jpg");
}

#texturas_list #color_item_03{
	background-image: url("../img/textura_puntitos.jpg");
}

#texturas_list #color_item_04{
	background-image: url("../img/textura_ondas.jpg");
}

#texturas_list #color_item_05{
	background-image: url("../img/textura_leopardo.jpg");
}

#texturas_list #color_item_06{
	background-image: url("../img/textura_mundi.jpg");
}

#texturas_list #color_item_07{
	background-image: url("../img/textura_gotas.jpg");	
}

#texturas_list #color_item_08{
	background-image: url("../img/textura_flamengo.jpg");
}



@media only screen and (max-width: 767px) {

	#tool #silla{
		width: 320px;
		margin: 0px auto;
		float: none;
	}
	
	#tool .selector_silla{
		width: 320px;
	}
	
	#tool .parte_silla{
		width: 320px;
	}
	
	#tool #controles_silla{
		padding-top: 20px;
	}	
	
	#espacio_listas{
		height: 130px;
	}


	#form_holder .input_holder input{
		width: 250px;
	}
	
	#form_holder .bt_form_holder{
		width: 250px;
	}
	
	#solid_list{
		width: 100%;
	}

	#texturas_list{
		width: 100%;
	}

}




/************* CATALOGO ************/

#catalogo .container{
	padding-left: 0px;
	padding-right: 0px;	
}

#catalogo{
	position: absolute;
	right: -6000px;
	margin-bottom: 30px;
}

#buscador_catalogo{
	border-bottom: 1px solid #656565;
	margin-top: 20px;
	margin-bottom: 20px;	
	width: 300px;
	display: block;
	overflow: hidden;
	float: left;
}

#bt_filtro_todos{
	text-align: center;
	padding: 5px 0px;
	width: 120px;
	background-color: #3A8D00;
	float: right;	
	margin-top: 30px;
}

#bt_filtro_todos a{
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
}

#buscador_catalogo #key_search{
	border: none;
	font-size: 15px;
	padding: 5px;
	width: 250px;
	float: left;
}

.bt_filtra_catalogo{
    background: url("../img/lupa.jpg");
    border: 0;
    display: block;
    height: 39px;
    width: 39px;	
    background-repeat: no-repeat;
    background-position: center center;
	float: left;
	text-indent: -9000px;
}


.no_result{
	color: #3A8D00;
	font-size: 16px;
	clear: both;
}


@media only screen and (max-width: 767px) {
	#catalogo{
		position: relative;
		right: 0px;
	}
	#buscador_catalogo{
		width: 200px;
	}
	#buscador_catalogo #key_search{
		width: 150px;
		font-size: 16px;
		margin-top: 2px;
	}
	.bt_filtra_catalogo{
		background-size: 90%;
		height: 30px;
		width: 30px;
	}
	#bt_filtro_todos{
		margin-top: 20px;
		margin-right: 5px;
	}
}

.lista_catalogo_par{
	clear: both;
}

.slick-dots{
	bottom: -40px;
	z-index: 1;
}

.slick-dots li.slick-active button::before{
	color: #3A8D00;
}

.slick-dotted.slick-slider{
	margin-bottom: 70px;
}

.slick-dots li{
	margin: 20px 0px 0px 0px;
}

.lista_catalogo_impar .slick-next{
	z-index: 4;
	background-image: url("../img/ico_right2.png") !important;
	width: 15px;
	height: 40px;
	margin-top: 0px;
	right: 10px;
	top: 0%;
}

.lista_catalogo_impar .slick-prev{
	background-image: url("../img/ico_left2.png") !important;
	width: 15px;
	height: 40px;
	margin-top: 0px;
	z-index: 10;
	left: 10px;	
	top: 0%;
}

.lista_catalogo_impar .slick-prev::before, .lista_catalogo_impar .slick-next::before{
	content: "" !important;	
}



/*********** EXPO ************/


.back-video-container{
	background-image: url("../img/back_home_expo.jpg");
	background-size: cover;
	height: 688px;
}

#expo .ico_visita{
	margin: 0px auto;
	width: 110px;
	padding-top: 220px;
}

#expo .section-heading{
	font-family: 'organa02', Arial, sans-serif;	
	font-weight: 400;
	font-size: 80px;
	color: #ffffff;
	margin: 0px auto;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
	display: none;
}


.bt_empezar_expo{
	background-color: #3a8d00;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	width: 200px;
	margin: 0px auto;
	text-align: center;
	padding: 7px 0px;
	cursor: pointer;
	letter-spacing: 3px;
}

.bt_empezar_expo:hover{
	background-color: #000000;
}

@media only screen and (max-width: 1199px) {
	.back-video-container{
		height: 575px;
	}

	#expo .ico_visita{
		width: 90px;
		padding-top: 180px;
	}	

	#expo .section-heading{
		font-size: 70px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	
	
}

@media only screen and (max-width: 991px) {
	.back-video-container{
		height: 400px;
	}

	#expo .ico_visita{
		width: 80px;
		padding-top: 130px;
	}	

	#expo .section-heading{
		font-size: 55px;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.bt_empezar_expo{
		font-size: 12px;
		width: 170px;
		padding: 5px 0px;
	}	

}


@media only screen and (max-width: 767px) and (orientation : portrait) {
	.back-video-container{
		height: 300px;
	}

	#expo .ico_visita{
		width: 80px;
		padding-top: 70px;
	}	

	#expo .section-heading{
		font-size: 40px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
}


@media only screen and (max-width: 767px) and (orientation : landscape) {
	.back-video-container{
		height: 210px;
	}

	#expo .ico_visita{
		width: 80px;
		padding-top: 20px;
	}	

	#expo .section-heading{
		font-size: 55px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
}






 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*   FOOTER    */


footer {
  color: #ffffff;
}


footer .container{
	background-color: #2b2b2b;
	padding: 45px 45px 45px 45px;
}

.footer_left{
	float: left;
	padding-left: 5px;
	font-size: 12px;
}

.logofooter{
	float: left;
	margin-right: 25px;
}

.logofooter2{
	margin-right: 0px;
}

.footer_left img{
	margin-bottom: 10px;
}

#footer_tel{
	float: left;
	display: block;
	overflow: hidden;
	
}

#footer_tel_ico{
	float: left;
	margin-right: 15px;
	margin-top: 25px;
}


#footer_tel_num{
	float: left;
	margin-right: 15px;
	margin-top: 25px;
}



.footer_right{
	float: right;
}

.footer_right ul{
	float: right;
	margin: 0px;
	padding: 0px;
}

.footer_right li{
	font-weight: 300;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-right: 15px;
	margin-top: 20px;
}

.footer_right li:first-child{
	margin-top: 23px;
}

.footer_right li:last-child{
	margin-right: 0px;
}



@media only screen and (max-width: 990px) {

	footer .container{
		padding: 35px 25px 35px 25px;
	}

	.logofooter{
		margin-right: 20px;
	}
	.logofooter1{
		width: 84px;
	}

	.logofooter2{
		width: 74px;
	}
	.logofooter3{
		width: 150px;
	}
	
	.footer_right li{
		margin-top: 10px;
	}
	
	.footer_right li:first-child{
		margin-top: 13px;
	}	
	
	#footer_tel{
		float: none;
		margin-bottom: 5px;
		
	}
	
	#footer_tel_ico {
	    margin-top: 0px;
	}	

	#footer_tel_num {
	    margin-top: 0px;
	}	


}


@media only screen and (max-width: 767px) and (orientation : portrait) {
	footer {
	  padding: 25px 0 20px 0;
	}

	.footer_left{
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.logofooter{
		float: none;
		width: 100%;
		text-align: center;
		margin-right: 0px;
		margin-top: 15px !important;
	}
	
	.logofooter img{
		display: inline;
	}
	
	footer .container {
		padding: 45px 25px 45px 25px;
	}


	
	.footer_right{
		float: none;
		width: 100%;
	}

	.footer_right ul{
		width: 185px;
		margin: 0px auto;
		float: none;
	}
	
	.footer_right li:first-child{
		width: 100%;
		text-align: center;
	}
	
	#footer_tel{
		float: none;
		text-align: center;
		margin: 0px auto;
		width: 128px;	
		margin-bottom: 5px;	
	}
	
	#footer_tel_ico {
	    margin-top: 0px;
	}	

	#footer_tel_num {
	    margin-top: 0px;
	    margin-right: 0px;
	}	

	
}


.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}



.cookies_page .cookie_policy {
	margin-top: 100px;
}

.cookies_page table {
	border: 2px solid;
}

.cookies_page table td,
.cookies_page table th{
	border: 1px solid;
	padding: 3px;
}
#footer_cookies {
	float: left;
	margin-right: 15px;
	margin-top: 25px;
}

#footer_cookies a{
	color: white;
}