@font-face {
    font-family: 'helveticaneue-lightregular';
    src: url('fonts/helvetica_neue.eot');
    src: url('fonts/helvetica_neue.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica_neue.woff2') format('woff2'),
         url('fonts/helvetica_neue.woff') format('woff'),
         url('fonts/helvetica_neue.ttf') format('truetype'),
         url('fonts/helvetica_neue.svg#helveticaneue-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

.container-fluid{padding: 0px !important;}
.wrapper{max-width: 1024px;}
.txt{
	color: #fff;
    height: 238px;
    left: 50%;
    margin-left: -245px;
    margin-top: -119px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 60px #000;
    top: 50%;
    width: 490px;
}
	.txt img{
	    margin-bottom: 20px;
	    padding: 0 50px 20px;
        display: inline !important;
	}
	.txt h4{
		font-family: 'helveticaneue-lightregular',arial;
	    font-size: 24px;
	    font-weight: 100;
	    margin-top: 0;
        text-transform: uppercase;
	}
        

#button-menu-header{
	top: 25px;
    color: #413e2f;
    cursor: pointer;
    font-size: 18px;
    left: 50px;
    position: absolute;
    z-index: 1;
    padding-left: 20px;
}
#button-menu-header:after{background: url("images/ico/flecha-izq.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); content: ""; height: 24px; left: 0; position: absolute; top: 6px; width: 24px;}

#button-menu{
	bottom: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    left: 50px;
    position: absolute;
    z-index: 1;
    padding-left: 20px;
}
#button-menu:after{background: url("images/ico/flecha-ar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); content: ""; height: 10px; left: 0; position: absolute; top: 10px; width: 15px;-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;-ms-transition: all 0.5s-o-transition: all 0.5s;transition: all 0.5s;}
#button-menu.activado:after{    
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.menu-oscuro{color: #413e2f !important;}
.menu-oscuro:after{background: url("images/ico/flecha-ar-osc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;}

.separador{width: 100%; height: 10px; position: fixed; bottom: 0px; background: #fff; opacity: 0.8;}

#footer{width: 100%; height: auto; background: #252226; position: absolute; bottom: 0px; overflow: hidden; font-family: "Lato",arial; display: none;}

	#footer ul{list-style: none;}
		#footer ul li{border-right: 1px solid #cecdcb; display: inline-block; height: 100px; margin: 10px 0; padding-left: 65px;}
		#footer ul li:last-child{border-right: none; /*padding-left: 20px;*/}

			#footer ul li label{margin-top: 10px; width: 100%; color: #ffffff; font-weight: normal;}
			#footer ul li p{color: #7f7c73; font-size: 12px; margin-bottom: 0; max-height: 45px; min-height: 30px; width: 100%;}
			#footer ul li a{color: #000; font-weight: normal; color: #7c7c7c;}

	#footer .follow ul{padding-left: 0px;}
	#footer .follow li{border: none; padding: 0px; height: auto; min-width: auto;}

	#footer ul li.adress:after{content: ""; height: 32px; left: 16px; margin-top: -12px; position: absolute; top: 50%; width: 24px;}
	#footer ul li.phone:after{content: ""; height: 32px; left: 16px; margin-top: -16px; position: absolute; top: 50%; width: 32px;}
	#footer ul li.mail:after{content: ""; height: 26px; left: 14px; margin-top: -13px; position: absolute; top: 50%; width: 40px;}

    #footer ul li a.link-footer{font-size: 12px;}

#form_contacto{
    background-color: rgba(255, 255, 255, 0.8);
    height: 550px;
    left: 160px;
    margin-top: -275px;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 360px;
    z-index: 10;
}
#form_contacto img{
	padding-bottom:20px;
}
#info_contact{
	border-bottom: 1px solid #e8e5e0;
    border-top: 1px solid #e8e5e0;
    color: #000000;
    float: left;
    font-family: "Lato";
    font-size: 12px;
    overflow: hidden;
    padding: 10px 0;
    text-align: left;
    margin-bottom: 10px;
}
#info_contact p{margin: 0px;}
#form_contacto form{
	font-family: "Lato",arial;
    padding: 0px;
}
#form_contacto form div{
	float: left;
    padding: 4px 0 0;
}
#form_contacto form span{
	color: #000;
    font-size: 10px;
    height: 12px;
    left: 0;
    position: absolute;
    text-align: left;
    top: 22px;
    width: 100%;
}
#form_contacto form input{
	background-color: #e8e5e0;
    border: medium none;
    color: #000;
    float: left;
    height: 25px;
    margin-top: 5px;
	margin-bottom:10px;
}
#form_contacto form label{
	color: #000;
    font-size: 12px;
}

#form_contacto form textarea{
	background-color: #e8e5e0;
    border: medium none;
    color: #000;
    float: left;
    height: 100px;
    margin-top: 5px;
}
#form_contacto .btn-submit{
	background-color: transparent;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 10px;
    padding-right: 0;
    text-align: right;
}

#txt_correcto{bottom: 5px; color: #1d940a; font-family: "Lato",arial; font-size: 12px; left: 15px; position: absolute;}

.en-info-contact{color: #838383; font-size: 11px;}

#google_map{width: 100%; height: 100%;}
/*Para quitar los logos del mapa de googe*/
.gmnoprint a, .gmnoprint span {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

img[src="http://maps.gstatic.com/mapfiles/api-3/images/google_white2.png"], a[href^="http://maps.google.com/maps"]{
    display:none !important;
}
/*FIN para quitar los logos del mapa de googe*/

/* Extra Small */
@media(max-width:767px){
    #footer{opacity: 0.95; position: fixed; padding-bottom: 20px;}
    #footer ul li{border:none !important;}
    #button-menu {
        background: none repeat scroll 0 0 #000000;
        bottom: 0px !important;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 14px;
        left: 0;
        padding-left: 50px;
        padding-bottom: 5px;
        padding-top: 5px;
        position: fixed;
        width: 100%;
        z-index: 1;
    }
    #button-menu:after {
        left: 30px;
        top: 10px;
    }

    #button-menu-header:after {
        left: 30px;
        top: 3px;
    }
    #button-menu-header {
        font-size: 14px;
        left: 0;
        padding-left: 50px;
        position: absolute;
        z-index: 1;
    }

    li.follow{padding-left: 80px !important;}

    .txt {
        left: 0px;
        margin-left: 0px;
        position: absolute;
        text-align: center;
        text-shadow: 0 0 60px #000;
        top: 50%;
        width: 100%;
    }
    .menu-oscuro:after{background: url("images/ico/flecha-ar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;}
    .menu-oscuro{color: #fff !important;}
    
    .logoshop{
        float: left;
    }

    #google_map {
        height: 400px !important;
        width: 100% !important;
    }

    #form_contacto {
        height: 550px;
        left: 0px;
        margin-top: 0px;
        padding-top: 20px;
        position: inherit;
        width: auto;
    }
    #info_contact{margin-top: 40px;}

}

/* Small */
@media(min-width:768px) and (max-width:991px){
    #footer{padding-bottom: 30px;opacity: 0.95; position: fixed;}
    /*#footer ul li:nth-child(2n){ border:none !important; } */
    #button-menu {
        background: none repeat scroll 0 0 #000000;
        bottom: 0 !important;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 14px;
        left: 0;
        padding-left: 50px;
        padding-bottom: 5px;
        padding-top: 5px;
        position: fixed;
        width: 100%;
        z-index: 1;
    }
    #button-menu:after {
        left: 30px;
        top: 10px;
    }

    #button-menu-header:after {
        left: 30px;
        top: 3px;
    }
    #button-menu-header {
        font-size: 14px;
        left: 0;
        padding-left: 50px;
        position: absolute;
        z-index: 1;
    }

    .menu-oscuro:after{background: url("images/ico/flecha-ar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;}
    .menu-oscuro{color: #fff !important;}

    #info_contact{margin-top: 40px;}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
    #footer ul li p {font-size: 10px !important;}
}

/* Large */
@media(min-width:1200px){
    #footer ul li p {font-size: 11px !important;}
}
