/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
	font-family: 'Oswald';
}
header{
	background: url(../img/bg_head.png);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.wrap{
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
header .wrap{	
}
header h1{
	background: #292a25;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 30px 0 15px 315px;
	display: block;
	letter-spacing: 8px;
	font-size: 22px;
	font-weight: 300;
}
header .logo{
	position: absolute;
	top: 0px;
	left: 0px;
}
header .btn_menu{
    display: none;
	float: right;
	margin-top: 15px;
	cursor: pointer;
	position: relative;
	z-index: 10;
}

#nav{
    overflow: hidden;  
    margin: 0 0 0 297px;
    padding: 20px 0;  
}

#nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li{
    float: left;
}

#nav ul li a{
    color: #f79d1d;
	display: block;
	text-transform: uppercase;
	height: 15px;
	border-right: 1px solid #F2F2F2;
	padding: 0 20px;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 2px;
}

#menu_nav{
    display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 7;
}
#menu_nav ul{
	padding: 0;
	margin: 0;
}
#menu_nav ul li{
	list-style-type: none;
	text-align: center;
	padding: 50px 0;
	background-image: url(../img/bg_menu.png);
	border-bottom: 1px solid #494949;
	_background: #000;
	_opacity: 0.7;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}
#menu_nav ul li:hover{
	background-image: url(../img/bg_menu_on.png);
}
#menu_nav ul li:last-child{
	border-bottom: none;
}
#menu_nav ul li a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 38px;
	text-decoration: none;
	letter-spacing: 5px;
	padding: 40px 0;
	opacity: 1;
}

#the_chat_window{
    font-weight: 300;
    font-size: 13px;
    width: 300px;
}

#the_chat_window #menu{
	background: url(../img/ico_chat.png) no-repeat 20px 5px #222;
	color: #f79d1d;
	padding: 15px 0 24px 80px;	
	cursor: pointer;
	position: relative;
	font-size: 14px;	
}

#the_chat_window #usermsg{
    width: 270px;
    padding: 0 5px;
    display: block;
    margin: 0 auto;
    height: 30px;
}

#the_chat_window #submitmsg{
    display: block;
    padding: 5px 15px;
    border: 0;
    background: #222;
    color: #fff;
    font-size: 14px;
    margin: 10px 8px 0 0;
    float: right;
}

#the_chat_window #menu .logout{
	position: absolute;
	top: 20px;
	left: 270px;
}

#the_chat_window #menu .logout a{
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}


#chat{
    padding: 10px;
    font-size: 12px;
}

#chat input{
    display: block;
    margin: 4px 0;
    padding: 0 2%;
    width: 96%;
    height: 22px;
    border: 1px solid #9D9D9D;
}

#chat .error{
    border: 1px solid #FF0909;
    background: #FFFBFB;
}

#chat input#remLen{
    background: transparent;
    border: 0;
    text-align: right;
}

#chat input#ask{
    color: #f79d1d;
    background: #222;
    border: 0;
    width: 100%;
    height: 25px;
    cursor: pointer;
}

#chat textarea{
    display: block;
    margin: 4px 0;
    padding: 0 2%;
    width: 96%;
    height: 50px;
    border: 1px solid #9D9D9D;
    resize: none;
}

#cont_chat-call{
	position: fixed;
	top: 139px;
	right: 0;
    z-index: 1001;
}
.cont_chat, .cont_call, .cont_call.talk{
	float: right;
	text-transform: uppercase;
    clear: both;
}
.box_chat, .box_call{
	_position: absolute;
	_top: 95px;
	_right: 0;
	float: left;
	background: url(../img/bg_chat.png);
	color: #f79d1d;
	padding: 10px 0 15px 10px;
	width: 118px;
	cursor: pointer;
	position: relative;
	
}
.box_chat:hover, .box_call:hover{
	opacity: 0.9;
}
.box_chat p, .box_call p{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.box_chat p:last-child, .box_call p:last-child{
	color: #fff;
	font-size: 10px;
	position: absolute;
	bottom: -3px;
	right: 10px;
	display: none;
}
.box_chat img, .box_call img{
	vertical-align: middle;
	margin: 0 5px;
}
.cont_call{
	margin-top: 10px;
}

.cont_call.talk .ico{
    display: block;
    margin: 7px auto 5px;
}

.cont_call.talk p.title{
    text-align: center;
	width: 100%;
    margin: 0
}

.cont_call.talk .box_call{
    padding-bottom: 20px;
}

.cont_call.talk .call_open{
    height: 215px;
} 

.cont_call.talk .btn_enviar_talktome{
    background: #000;
    color: #f79d1d;
    border: 0;
    text-transform: uppercase;
    width: 212px;
    padding: 6px 0;
}
 
.cont_call.talk .error{
    border: 1px solid red;
}

.chat_open{
	width: 200px;
	height: 210px;
	background: #e0e0de;
	float: left;
	display: none;
}
.call_open{
	width: 210px;
	height: 87px;
	background: #e0e0de;
	float: left;
	display: none;
	font-size: 12px;
	padding: 10px 15px;
}
.call_open p{
	margin: 0;
	line-height: 1.2;
}
.call_open input{
	margin-top: 7px;
	border: 1px solid #bdbdbd;
	width: 200px;
	padding: 2px 5px 3px;
	font-size: 11px;
	_color: #777;
}

.call_open .btn_enviar_callme_mobile{
    display: none;
}

.conten_prlx{
	height: 760px;
	padding: 1px 0;
}
.conten_prlx .cont_txt, .conten_prlx2 .cont_txt{
	margin-top: 170px;
	text-align: center;
}
.conten_prlx2 .cont_txt{
	margin-top: 150px;
}
.cont_txt h2{
	text-transform: uppercase;
	font-size: 170px;
	font-weight: 400;
	color: #fff;
	opacity: 0.6;
	position: relative;
}
.cont_txt h2 b{
	color: #f79d1d;
	font-size: 380px;
	font-weight: 400;
}
.conten_prlx p{
	font-size: 100px;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.5;
	text-align: center;
}
.conten_prlx p b{
	color: #f79d1d;
	font-size: 150px;
}
.conten_prlx2{
	height: 750px;
	margin-top: -50px;
	padding: 1px 0;
	/*transform: skew(0deg, -2deg);
	-webkit-backface-visibility: hidden;
	position: relative;
	overflow: hidden;*/
}

.cont_info{
	background: #000;
	transform: skew(0deg, -2deg);
    -webkit-transform: skew(0deg, -2deg);
    -moz-transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    margin-top: -50px;
    padding: 1px 0;
    -webkit-box-shadow: -4px -4px 17px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    -4px -4px 17px 0px rgba(0, 0, 0, 1);
    box-shadow:         -4px -4px 17px 0px rgba(0, 0, 0, 1);
}

#quienes-somos .q_somos{
	height: 720px;
	transform: skew(0deg, 2deg);
	-webkit-transform: skew(0deg, 2deg);
    -moz-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    text-transform: uppercase;
    position: relative;
}
#quienes-somos .bloq_preg{
	float: left;
	width: 33.2%;
	text-align: center;
	border-right: 1px solid #817f7d;
	margin-top: 300px;
	cursor: pointer;	
}
#quienes-somos .bloq_preg:nth-child(3){
	border-right: none;
	margin-top: 285px;
}
#quienes-somos .bloq_preg p{
	color: #fff;
	font-size: 29px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 5px;
	opacity: 0.75;
}
#quienes-somos .bloq_preg p:hover{
	opacity: 1;
}
#quienes-somos .bloq_preg p b{
	color: #f79d1d;
	_font-weight: 400;
}
#quienes-somos .cont_resp{
	padding: 60px 22% 1px;
	position: absolute;
	top: 0;
	left: 0;
}
#quienes-somos .bloq_resp{
	color: #fff;
	position: relative;
	padding: 130px 0 1px;
	display: none;
	letter-spacing: 2px;
	font-size: 20px;
}
#quienes-somos .bloq_resp span{
	position: absolute;
	top: 0;
	right: 0;
	color: #f79d1d;
	cursor: pointer;
	font-size: 16px;
}
#quienes-somos .bloq_resp h3{
	font-weight: 400;
	text-align: center;
	letter-spacing: 5px;
	font-size: 29px;
}
#quienes-somos .bloq_resp h3 b{
	color: #f79d1d;	
}
#quienes-somos .bloq_resp p{
	font-weight: 300;
    text-align: justify;
}
#quienes-somos .bloq_resp p b{
	color: #f79d1d;	
	font-weight: 400;
}
#quienes-somos .bloq_resp:first-child p b{
	color: #fff;	
}
#quienes-somos .bloq_resp ul{
	padding-left: 20px;
	font-weight: 300;
}

#quienes-somos .bloq_resp ul li{
    margin: 15px 0;
}

.cont_cmp{
	transform: skew(0deg, -2deg);
	-webkit-transform: skew(0deg, -2deg);
    -moz-transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    overflow: hidden;
    _height: 720px;
    position: relative;
    _-webkit-backface-visibility: hidden;
    _background: #eee;
    margin-top: -50px;
    -webkit-box-shadow: -4px -4px 17px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    -4px -4px 17px 0px rgba(0, 0, 0, 1);
box-shadow:         -4px -4px 17px 0px rgba(0, 0, 0, 1);
}

.cont_cmp .bloq_cmp{
	float: left;
	width: 25%;
	height: 720px;
	/background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-position: center 20%;
}
.cont_cmp .bloq_cmp:nth-child(1){
	background-image: url(../img/bg_ver1.jpg);
}
.cont_cmp .bloq_cmp:nth-child(2){
	background-image: url(../img/bg_ver2.jpg);
}
.cont_cmp .bloq_cmp:nth-child(3){
	background-image: url(../img/bg_ver3.jpg);
	background-position: center 0;
}
.cont_cmp .bloq_cmp:nth-child(4){
	background-image: url(../img/bg_ver4.jpg);
	background-position: center 0;
}
.cont_cmp .bg_col{
	background: url(../img/bg_comp.png);
	width: 100%;
	height: 100%;
	padding-top: 1px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	text-transform: uppercase;
	_cursor: help;
	position: relative;
	line-height: 1.2;
}
.cont_cmp .bg_col:hover{
	background: url(../img/bg_trans.png);
}
.cont_cmp .bg_col:hover > div{
	opacity: 0;
}
.cont_cmp .bg_col > div{
	transform: skew(0deg, 2deg);
	-webkit-transform: skew(0deg, 2deg);
    -moz-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    display: table;
    height: 100%;
    padding: 0 13%;
    transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
}
.cont_cmp .bg_col p{	
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 4px;
}
.cont_cmp .bg_col p b{
	font-weight: 400;
}
.cont_cmp .bg_col .txt_on{
	position: absolute;
	top: 0;
	left: 0;	
	opacity: 0;
	_z-index: -1;
}
.cont_cmp .bg_col .txt_on p{
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
    text-shadow: 0px 0px 7px rgba(0, 3, 0, 0.65);
}
.cont_cmp .bg_col:hover .txt_on{
	opacity: 1;
	_z-index: 2;
}


.cont_respal{
	min-height: 590px;
	transform: skew(0deg, 2deg);
	-webkit-transform: skew(0deg, 2deg);
    -moz-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    position: relative;
    text-transform: uppercase;
    padding: 150px 0 1px;
    text-align: center;
}
.cont_respal h3{
	color: #fff;
	font-weight: 400;
	text-align: center;
	font-size: 30px;
	letter-spacing: 4px;
	
}
.cont_respal h3 b{
	color: #f79d1d;	
}
.cont_respal > div{
	display: inline-block;
	vertical-align: top;
	width: 175px;
	margin: 0 20px;
}
.cont_respal > div p{
	text-align: left;
	letter-spacing: 1px;
	font-size: 15px;
}
.cont_respal > div:nth-child(2){
	color: #fff035;
}
.cont_respal > div:nth-child(3){
	color: #11a8a7;
}
.cont_respal > div:nth-child(4){
	color: #0096db;
}
.cont_respal > div:nth-child(5){
	color: #f59c32;
}
.cont_respal > div:nth-child(6){
	color: #f9cc70;
}

#contacto{
	background: #f79d1d;
	transform: skew(0deg, -2deg);
    -webkit-transform: skew(0deg, -2deg);
    -moz-transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    margin-top: -50px;
    padding: 1px 0;
}
.conten_cont{
	height: 570px;
	transform: skew(0deg, 2deg);
	-webkit-transform: skew(0deg, 2deg);
    -moz-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    text-transform: uppercase;
    padding: 150px 0 1px;
}
.conten_cont h3{
	color: #fff;
	font-size: 29px;
	font-weight: 400;
	letter-spacing: 4px;
	text-align: center;
}
#contacto form{
	width: 770px;
	margin: 0 auto;
	letter-spacing: 1px;
}
#contacto form .cont_form1{
	float: left;
}
#contacto form .cont_form2{
	float: right;
}
#contacto form p{
	position: relative;
	margin: 12px 0;
}
#contacto form p label{
	position: absolute;
	top: 8px;
	left: 10px;
	color: #fff;
	font-size: 13px;
}
#contacto form p label span{
	color: #dac4a5;
}
#contacto form p input{
	background: #633f0c;
	padding: 5px 0 5px 10px;
	height: 25px;
	border: 2px solid transparent;
	color: #fff;
	font-size: 13px;
	width: 367px;
	font-weight: 300;
	letter-spacing: 1px;
}

#contacto form p input.error{
    border: 2px solid red;    
}

::-webkit-input-placeholder {
  
	font-size: 13px;
}

:-moz-placeholder { /* Firefox 18- */
  
	font-size: 13px;
}

::-moz-placeholder {  /* Firefox 19+ */
  
	font-size: 13px;
}

:-ms-input-placeholder {  
   
	font-size: 13px;
}


#contacto form .btn_borrar, #contacto form .btn_enviar{
	padding: 1px 15px;
	border: 2px solid #fff;
	float: right;
	margin-top: 10px;
	color: #fff;
	cursor: pointer;
}
#contacto form .btn_borrar p, #contacto form .btn_enviar p{
	margin: 5px 0;
}
#contacto form .btn_enviar{
	float: left;
}

#contacto .conten_cont h4{
	font-size: 38.6px;
	color: #764807;
	text-align: center;
	letter-spacing: 5px;
}

/******************************************
LIGHTBOX
******************************************/

.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;    
    /*background: #000;*/  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 999;
    top: 0;
    left: 0;
}

#the_lightbox{
    width: 922px;
    height: 795px;
    /*background: url(../img/lightbox.jpg) no-repeat 0 0;*/
    display: none;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -461px;
    z-index: 1000;
}

#the_lightbox a.close{	
	display: block;
	width: 132px;
	height: 30px;
	position: absolute;
	top: 18px;
	right: 22px;
	cursor: pointer;
}

#the_lightbox form{    
	position: absolute;
	width: 530px;
	bottom: 65px;
	left: 370px;
	padding: 20px 0 10px;
}

#the_lightbox form h2{
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 28px;
    color: #fff;
}
    
#the_lightbox .col{
    width: 257px;
    float: left;
}

#the_lightbox .col.left{
    margin-right: 13px;
}


#the_lightbox ::-webkit-input-placeholder {
   color: #fff;
}

#the_lightbox :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

#the_lightbox ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

#the_lightbox :-ms-input-placeholder {  
   color: #fff;  
}

#the_lightbox form input{
    width: 98%;
    height: 25px;
    border: 1px solid transparent;
    color: #FFF;
    background: #633f0c;   
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 300;
    padding: 0 1%;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

#the_lightbox form input.ied{
    padding-left: 30px;
}

#the_lightbox form span{
    position: relative;
    display: block;
}

#the_lightbox form span i{
    display: none;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: 300;
	position: absolute;
	top: 7px;
	left: 6px;	
}

#the_lightbox form input.error{
    border: 1px solid #E10000;
    background: #DC4141;
}

#the_lightbox form input.boton{
    width: 89px;
    height: 33px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 2px solid #FFF;
    background: none; 
    cursor: pointer;       
}

#the_lightbox form input.boton:active{
    background: url(../images/bg_input_hover.html) repeat;   
}

#the_lightbox .left input.boton{
    float: right;
    margin: 0;
}




footer{
	background: #000;
	margin-top: -50px;
}
#cont_food{
	height: 250px;
    text-align: center;
    padding: 100px 0 1px 0;
    text-transform: uppercase;
}
#cont_food h4{
	color: #f79d1d;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#cont_food h3{
	color: #fff;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 700;
	margin-top: 0;
}

.mov{
	display: none;
}
.desk{
	display: block;
}


@media (max-width: 480px){
	
	.mov{
		display: block;
	}
	.desk{
		display: none;
	}
	
	header .logo{
		left: -15px;
	}
	header .logo img{
		width: 85px;
	}
	header .wrap{
		padding: 9px 0;
		width: 100%;
	}
	header p{
		margin-left: 133px;
		font-size: 9px;
		letter-spacing: 6px;
        width: 48%;
	}
    header h1 {
    	padding: 20px 55px 15px 90px;
    	font-size: 12px;
    }    
	#cont_chat-call{
		top: 50px;
		z-index: 5;
        right: -70px;
	}
	header .btn_menu{
	   display: block;
		margin-top: 12px;
		position: absolute;
		top: -80px;
		right: 15px;
		_background: #222;
	}
    #nav{
        display: none;
    }
    #menu_nav{
        display: none;
    }
	#menu_nav ul li{
		padding: 35px 0;
	}
	#menu_nav ul li a{
		font-size: 20px;
		letter-spacing: 1px;
		padding: 35px 0;
	}
	.cont_chat{
		display: none;
	}
	.cont_call{
		margin-top: 0;
	}
    
    .box_call{
        height: 70px;
    }
    
    .call_open{
        height: 74px;
    }
    
    .call_open p{
        width: 70%;
    }
    
    .call_open input{
        width: 130px;
    }
    
    .call_open .btn_enviar_callme_mobile{
        display: block;
        border: 0;
        background: none;
        color: #3a3a3a;
        font-size: 10px;
        text-transform: uppercase;
        background: url(../img/fl_chat_black.png) no-repeat right center;
        padding-right: 5px;
        width: 50px;
        margin: 2px 0 0 90px;
    }
    
	.conten_prlx, .conten_prlx2{
		height: 600px;
	}
	.conten_prlx .cont_txt, .conten_prlx2 .cont_txt{
		width: 200px;
		margin: 140px auto 0;
		line-height: 1;
	}
	.cont_txt h2{
		font-size: 80px;
	}
	.cont_txt h2 b{
		font-size: 170px;
	}
	#quienes-somos{
		height: 550px;
	}
	#quienes-somos .bloq_preg{
		width: 265px;
		margin: 0 auto;
		border-right: none;
		border-bottom: 1px solid #817f7d;
		float: inherit;
	}
	#quienes-somos .bloq_preg:nth-child(3){
		margin-top: 0;
		border-bottom: none;
	}
	#quienes-somos .bloq_preg p{
		font-size: 22px;
	}
	#quienes-somos .cont_preg{
		margin-top: 110px;
	}
	#quienes-somos .cont_resp{
		padding: 60px 10% 1px;
	}
	#quienes-somos .bloq_resp{
		padding: 50px 0 1px;
	}
	#quienes-somos .bloq_resp h3{
		font-size: 23px;
		letter-spacing: 4px;
	}
	#quienes-somos .bloq_resp p{
		font-size: 13px;
	}
	
	.cont_cmp .bloq_cmp{
		float: inherit;
		width: 100%;
		height: 130px;
	}
	.cont_cmp .bg_col > div{
		width: 92%;
		padding: 0 4%;
	}
	.cont_cmp .bg_col p{
		font-size: 16px;
	}
	.cont_cmp .bg_col .txt_on p{
		font-size: 14px;
		font-weight: 300;
	}
	.cont_respal{
		padding: 60px 0 65px;
	}
	.cont_respal h3{
		font-size: 18px;
		padding: 0 10px;
	}
	.cont_respal > div{
		width: 100px;
		margin: 0 6px;
	}
	.cont_respal > div img{
		width: 100px;
	}
	.cont_respal > div p{
		font-size: 13px;
        text-align: center;
	}
	
	#contacto form{
		width: 95%;
		margin-left: 5%;
	}
	#contacto form .cont_form1, #contacto form .cont_form2{
		float: inherit;
	}
	#contacto form p input{
		width: 90%;
	}
	#contacto fieldset{
		position: relative;
	}
	#contacto .btn_borrar{
		position: absolute;
		right: 51%;
		bottom: 0;
	}
	#contacto .btn_enviar{
		margin-left: 51%;
	}
	.conten_cont{
		padding: 60px 0 1px;
	}
	.conten_cont h3{
		font-size: 24px;
	}
	#cont_food h4{
		font-size: 18px;
		padding: 0 12px;
	}
	#cont_food h3{
		font-size: 23px;
	}
	
    
    #the_lightbox{
        width: 100%;
        height: 911px;
        background: url(../img/lightbox_mobile.png) no-repeat 0 0;
        left: 0;
        margin-left: 0;        
    }
    #the_lightbox a.close{        	
    	width: 92px;
    	height: 20px;    	
    	top: 3px;
    	right: 9px;
    }
    #the_lightbox form {
    	position: relative;
    	width: 257px;
    	bottom: inherit;
    	left: inherit;
    	padding: 20px 0 10px;
    	top: inherit;
    	margin: 490px auto 0;
    }
    #the_lightbox .left input.boton {
    	float: none;
    	margin: 0;
    	position: absolute;
    	top: 302px;
    	left: 168px;
    }
    #the_lightbox form h2 {
    	font-size: 16px;
    	margin-bottom: 20px;
    	line-height: 20px;
    	color: #fff;
    }    
    
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
