@font-face {
    font-family:'DINPro';
    src: url('../fontface/DINPro.eot');
    src: local('icomoonregular'),
        url('../fontface/DINPro.eot?#iefix') format('embedded-opentype'),
        url('../fontface/DINPro.woff') format('woff'),
        url('../fontface/DINPro.ttf') format('truetype'),
        url('../fontface/DINPro.svg#DINPro') format('svg');
}

@font-face {
    font-family:'DINPro-CondMedium';
    src: url('../fontface/DINPro-CondMedium.eot');
    src: local('icomoonregular'),
        url('../fontface/DINPro-CondMedium.eot?#iefix') format('embedded-opentype'),
        url('../fontface/DINPro-CondMedium.woff') format('woff'),
        url('../fontface/DINPro-CondMedium.ttf') format('truetype'),
        url('../fontface/DINPro-CondMedium.svg#DINPro-CondMedium') format('svg');
}

@font-face {
    font-family:'DINPro-CondBold';
    src: url('../fontface/DINPro-CondBold.eot');
    src: local('icomoonregular'),
        url('../fontface/DINPro-CondBold.eot?#iefix') format('embedded-opentype'),
        url('../fontface/DINPro-CondBold.woff') format('woff'),
        url('../fontface/DINPro-CondBold.ttf') format('truetype'),
        url('../fontface/DINPro-CondBold.svg#DINPro-CondBold') format('svg');
}

@font-face {
    font-family:'DINPro-CondBlack';
    src: url('../fontface/DINPro-CondBlack.eot');
    src: local('icomoonregular'),
        url('../fontface/DINPro-CondBlack.eot?#iefix') format('embedded-opentype'),
        url('../fontface/DINPro-CondBlack.woff') format('woff'),
        url('../fontface/DINPro-CondBlack.ttf') format('truetype'),
        url('../fontface/DINPro-CondBlack.svg#DINPro-CondBlack') format('svg');
}

html {
	height:100%;
}

* {
	font-smooth:always;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased; 
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body {
    min-width:320px; 
	font-family:'DINPro', Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:21px;
    color:#000;
}

img {
    margin:0;
    padding:0;
    border:none;
    transition:all 150ms linear;
    -webkit-transition:all 150ms linear;
    -moz-transition:all 150ms linear;
    -o-transition:all 150ms linear;
    -ms-transition:all 150ms linear;
}

a {
    text-decoration:none;
    outline:none;
    transition:all 200ms linear;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    -ms-transition:all 200ms linear;
}

h1, h2, h3, h4 {
	font:inherit;
	font-size:58px;
	line-height:normal;
	font-weight:normal;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
}

h2, h3 {
	font-size:40px;
}

p {
    margin:0;
    padding:0;
}

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

section {
    margin:0;
    padding:0;
    font-size:0;
    line-height:0;
}

iframe {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

.thumb {
	position:relative;
	float:left;
	width:100%;
  	margin:0;
  	padding:0;
  	font-size:0;
  	line-height:0;
  	border:none;
}


/*/// HEADER ///*/

header {
	position:relative;
	display:block;
	width:100%;
	background:#FFF;
}

.centrador_HD {
	width:100%;
	max-width:1360px;
	margin:auto;
	padding:25px 40px 33px;
}

.ClipLogo {
    display:block;
    width:190px;
    margin:0 auto -35px;
}

.logo {
	width:190px;
}

.nav_50_left {
    float:left;
    width:50%;
}

.nav_left {
    float:right;
    margin-right:132px;
}

.nav_50_right {
    float:right;
    width:50%;
}

.nav_right {
    float:left;
    margin-left:132px;
}

ul.navegacion {
    display:inline-block;
    float:left;
    margin:0;
    padding:0;
    list-style-type:none;
}

ul.navegacion li {
	float:left;
}

ul.navegacion li a {
	font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#000;
	margin:0 14px;
	padding-bottom:5px;
	border-bottom:2px solid transparent;
}

ul.navegacion li a:hover {
	border-bottom:2px solid #000;
}

.IconosRedes {
	position:absolute;
	top:32px;
	right:70px;
	margin-right:-40px;
}

.ico-red {
	height:25px;
	margin-left:15px;
}

#MenuH {
    display:none;
    float:left;
	margin-top:-39px;
}

.menu {
    display:inline-block;
    width:40px;
    height:30px;
}

#mmenu:active,
#mmenu:focus {
	outline:none;
	background:none;
	border:none;
}

#elmenu {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	padding:30px 15px 90px;
	background:#FFF;
	z-index:9999;
	top:0;
	right:0;
	text-align:center;
}

.ClipCerrar {
    float:none;
    margin-bottom:20px;
}

.ico-cerrar {
	display:inline-block;
	width:35px;
	height:35px;
	border:none;
	background-image:url('../imgs/cerrar.svg');
	background-size:contain;
	background-repeat:no-repeat;
}

ul.botones {
    padding:0;
}

ul.botones li {
	list-style:none;
}

ul.botones li a {
	display:inline-block;
	font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:46px;
	letter-spacing:0.3px;
	text-decoration:none;
	text-align:center;
	color:#000;
	transition:color 150ms linear;
    -webkit-transition:color 150ms linear;
    -moz-transition:color 150ms linear;
    -o-transition:color 150ms linear;
    -ms-transition:color 150ms linear;
}

ul.botones li a:hover {
	color:#777;
}

ul.botones li a.sub {
	font-family:'DINPro-CondMedium', Arial, Helvetica, sans-serif;
	font-size:23px;
	line-height:35px;
}

.linea_sub {
	display:block;
	width:220px;
	margin:20px auto 20px;
	border-top:1px solid #000;
}

.redes_HD {
	display:block;
	text-align:center;
	margin-top:35px;
	padding-bottom:50px;
}

.redes_HD .ico-red {
	height:30px;
	margin:0 10px;
}

#elmenu .ClipLogo {
	position:relative;
	width:190px;
	margin-top:50px;
}

#elmenu .logo {
	width:190px;
}


/*/// CONTENEDOR ///*/

#contenedor_home {
	position:relative;
}


/*/// SLIDES ///*/

.ClipSlide {
	position:relative;
}

.oscurece {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	z-index:8888;
}

.titulonazo_absolute {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.titulonazo {
	display:table;
	width:100%;
	height:100%;
}

.titulonazo_contenedor {
	position:relative;
	display:table-cell;
	height:inherit;
	vertical-align:middle;
	text-align:center;
	color:#FFF;
	z-index:9999;
}

.logo_dandys.dandy_classic.micro_classic {
	width:480px;
	margin-top:-97px;
}

.logo_dandys.dandy_grill.micro_grill {
	width:410px;
	margin-top:-60px;
}

.logo_dandys.dandy_deli.micro_deli {
	width:470px;
	margin-top:-67px;
}


/*/// CAPSULAS ///*/

.ClipFichas {
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}

.ClipFichas_int {
	margin-right:-6px;
}

.ficha {
	float:left;
	width:calc(33.3% - 20px);
	width:-webkit-calc(33.3% - 20px);
	width:-moz-calc(33.3% - 20px);
	width:-o-calc(33.3% - 20px);
	height:200px;
	font-size:0;
    line-height:0;
    margin:0;
    padding:0;
    border:none;
    overflow:hidden;
    cursor:pointer;
}

.linea_ficha {
	float:left;
	width:28px;
	height:200px;
	border:none;
	background-size:contain;
	background-repeat:no-repeat;
}

.linea_ficha.primera {
	background-image:url('../imgs/linea_1.svg');
}

.linea_ficha.segunda {
	background-image:url('../imgs/linea_2.svg');
}

.verde {
	background:#004136;
}

.azul {
	background:#333366;
}

.rojo {
	background:#E53212;
}

.logo_dandys {
	display:block;
	text-align:center;
    margin:auto;
    transition:all .2s ease-in-out;
}

.ficha:hover .logo_dandys {
    -webkit-transform:scale(1.075);
    -moz-transform:scale(1.075);
    -ms-transform:scale(1.075);
    -o-transform:scale(1.075);
}

.logo_dandys.dandy_classic {
	width:260px;
    padding-top:50px;
}

.logo_dandys.grill_dandy {
	width:230px;
    padding-top:20px;
}

.logo_dandys.dandy_deli {
	width:260px;
    padding-top:50px;
}


/*/// CONCEPTO ///*/

 #concepto {
	position:relative;
	display:inline-block;
	width:100%;
	text-align:center;
	color:#000;
	padding-bottom:90px;
	overflow:hidden;
	z-index:8888;
}

#concepto h1 {
	font-family:'DINPro-CondBlack', Arial, Helvetica, sans-serif;
	font-size:75px;
	letter-spacing:1px;
	width:100%;
	margin-top:50px;
}

#concepto h1 span {
	color:transparent;
	-webkit-text-stroke:1.5px;
	-webkit-text-stroke-color:#004136;

}

#concepto p {
	font-family:'DINPro-CondMedium', Arial, Helvetica, sans-serif;
	font-size:28px;
}

#concepto p.hacemos {
	max-width:940px;
	font-family:'DINPro', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:26px;
	margin:30px auto 0;
}

#concepto p.hacemos span {
	font-weight:bold;
}

.linea_ch {
	display:block;
	width:280px;
	height:1px;
	border-top:1px solid #000;
	margin:18px auto;
}


/*/// CLASSIC ///*/

.ClipBotonazo {
	position:relative;
	display:block;
	width:582px;
	margin:50px auto 0;
	z-index:9999;
}

.punta {
	float:left;
	height:70px;
	opacity:1 !important;
}

.relleno {
	float:left;
	width:540px;
	height:70px;
	font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
	font-size:40px;
	letter-spacing:3px;
	line-height:66px;
	color:#FFF;
	border:none;
	padding:0 60px;
	margin:0;
}

.relleno.classic {
	background:url(../imgs/relleno_c.png) center center repeat-x #004136;
}

.relleno.reserv {
	background:url(../imgs/relleno_n.png) center center repeat-x #004136;
}

.grafico_classic_LT {
	position:absolute;
	top:-270px;
	left:-42px;
	width:480px;
}

.grafico_classic_LB {
	position:absolute;
	bottom:-212px;
	left:35px;
	width:480px;
}

.grafico_classic_RT {
	position:absolute;
	top:10px;
	right:-50px;
	width:480px;
}

.grafico_classic_L {
    position:absolute;
    width:520px;
    top:-110px;
    left:-70px;
}

.grafico_classic_R {
    position:absolute;
    width:650px;
    top:-146px;
    right:-80px;
}

.bg_ft_dandy.classic p.seguinos {
	color:#004136;
}

.bg_ft_dandy.classic {
	background:none;
}

.bg_ft_dandy.classic .cartel {
	border-color:#FFF;
	background:transparent;
}

.bg_ft_dandy.classic .grafico_classic_L, .grafico_classic_R {
	opacity:0.6;
}

.logo_dandys.dandy_classic.internas_classic {
    width:400px;
    margin-top:-90px;
}


/*/// GRILL ///*/

.grafico_grill_LB {
	position:absolute;
	width:450px;
	bottom:-124px;
	left:-35px;
}

.grafico_grill_RT {
	position:absolute;
	width:500px;
	top:-280px;
	right:-20px;
}

.grafico_grill_RB {
	position:absolute;
	bottom:-270px;
	right:100px;
	width:620px;
}

.relleno.grill {
	background:url(../imgs/relleno_g.png) center center repeat-x #333366;
}

.grafico_grill_L {
    position:absolute;
    width:700px;
    top:-200px;
    left:-70px;
}

.grafico_grill_R {
    position:absolute;
    width:750px;
    top:-214px;
    right:-220px;
}

.bg_ft_dandy.grill p.seguinos {
	color:#333366;
}

.bg_ft_dandy.grill {
	background:none;
}

.bg_ft_dandy.grill .cartel {
	border-color:#FFF;
	background:transparent;
}

.bg_ft_dandy.grill .grafico_grill_L, .grafico_grill_R {
	opacity:0.6;
}

.logo_dandys.dandy_grill.internas_grill {
    width:340px;
    margin-top:-42px;
}


/*/// DELI ///*/

.grafico_deli_LT {
	position:absolute;
	width:230px;
	top:15px;
	left:25px;
}

.grafico_deli_LB {
	position:absolute;
	width:300px;
	left:25px;
	bottom:15px;
}

.grafico_deli_RT {
	position:absolute;
	width:170px;
	top:15px;
	right:230px;
}

.grafico_deli_RB {
	position:absolute;
	width:510px;
	right:-130px;
	bottom:-57px;
}

.relleno.deli {
	width:582px;
	background:#E53212;
}

.bg_ft_dandy.deli .cartel {
	border-color:#8CCAAE;
	background:#FFF;
}

.bg_ft_dandy.deli p.seguinos {
	color:#E53212;
}


/*/// PORTADAS ///*/

.foton {
	position:relative;
	display:inline-block;
	width:100%;
	/*margin-top:-1px;
	margin-bottom:-1px;*/
}

.foton .thumb.mobile {
	display:none;
}


/*/// CARTA ///*/

.ClipMenu {
	margin:auto;
}

.ClipMenu .centrador {
	max-width:1000px;
	margin:auto;
}

.linea {
	margin-left:42px;
	margin-right:42px;
	border-bottom:1px solid #004136;
	margin-bottom:-46px;
	margin-top:20px;
}

.ClipCapsula {
	margin-top:30px;
	margin-bottom:-5px;
}

.tipo {
	display:inline-block;
	height:29px;
	font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:30px;
	letter-spacing:0.3;
	font-weight:normal;
    font-style:normal;
    font-smooth:always;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	color:#004136;
	background-color:#FFF;
	padding:0 20px;
	margin-bottom:30px;
	vertical-align:top;
	margin-left:-5px;
	margin-right:-5px;
}

.centra_col {
	max-width:1320px;
	text-align:center;
	margin:auto;
}

/*
.col_carta {
	float:left;
	width:25%;
	text-align:center;
}

.col_carta:nth-child(4n+1) {
    clear:both;
}
*/

/*/// NEW ///*/

.col_carta {
    display:inline-block;
    width:25%;
    text-align:center;
    vertical-align:top;
}

/*/// FIN ///*/

.col_carta_int {
	margin:0 30px 50px;
}

.ClipMenu h3 {
	font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
}

#concepto .col_carta p {
	font-family:'DINPro-CondMedium', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:23px;
	color:#333;
	margin-top:3px;
}


/*/// INTERNAS ///*/

#concepto h1.interna {
	font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
	font-size:40px;
}

#concepto p.hacemos.interna {
	max-width:620px;
    margin:20px auto 70px;
}

body.secc_classic_reservas #concepto p.hacemos.interna {
	max-width:470px;
}


/*/// LONJA FOTO HOME's ///*/

.lonja_foto_homes {
	position:relative;
    width:100%;
    height:450px;
    margin-top:-5px;
    border:none;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#FFF;
    z-index:8888;
}

body.secc_classic .lonja_foto_homes {
	background-image:url(../imgs/lonja_classic_home.jpg);
}

body.secc_grill .lonja_foto_homes {
	background-image:url(../imgs/lonja_grill_home.jpg);
}

body.secc_deli .lonja_foto_homes {
	background-image:url(../imgs/lonja_deli_home.jpg);
}

.lonja_foto_homes .oscurece {
	opacity:0.1;
}

body.secc_home .oscurece {
	opacity:0.2;
}

body.secc_deli .oscurece {
	opacity:0.3;
}

body.secc_deli .lonja_foto_homes .oscurece {
	opacity:0.2;
}


/*/// RESERVAS ///*/

.centrador_formatos {
	display:inline-block;
	width:100%;
	max-width:520px;
	margin:40px auto 70px;
}

.col_formato {
	float:left;
	width:50%
}

.col_formato_int {
	margin:0 30px;
}

.aire_logo_formato {
	margin:0 30px;
}

.ClipWhatsApp {
	margin-bottom:30px;
}

.col_local {
	margin-bottom:5px;
}

.nombre_local {
	font-family:'DINPro-CondMedium', Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#000;
}

.ClipBtn_ft {
	display:inline-block;
}

.ico-ft-whatsapp {
	display:inline-block;
	width:22px;
	margin-bottom:-2px;
}

.dato_ft {
	display:inline-block;
	font-family:'DINPro-CondMedium', Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#004136;
	transition:color 150ms linear;
    -webkit-transition:color 150ms linear;
    -moz-transition:color 150ms linear;
    -o-transition:color 150ms linear;
    -ms-transition:color 150ms linear;
}

.ClipBtn_ft:hover .dato_ft {
	color:#000;
}


/*/// MAIN ///*/

.main {
	position:relative;
    display:inline-block;
    width:100%;
    text-align:center;
    overflow:hidden;
    z-index:8888;
}

.main h1 {
    font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
	font-size:40px;
	letter-spacing:1px;
	margin-top:50px;
}

.main h3 {
	font-family:'DINPro-CondMedium', Arial, Helvetica, sans-serif;
	font-size:25px;
	margin-top:12px;	
}

.main p.resumen {
	max-width:690px;
	font-family:'DINPro', Arial, Helvetica, sans-serif;
    font-size:18px;
    line-height:26px;
    margin:20px auto 70px;
}

body.secc_rrhh .main p.resumen {
	max-width:700px;
}

.main p.resumen span {
	font-weight:bold;
}


/*/// FORMULARIO ///*/

.main h1.tit_form {
	margin-bottom:10px;
}

.centrador_width {
    max-width:800px;
    margin:auto;
    text-align:center;
    padding:0 40px;
    box-sizing:border-box;
}

.centrador_width h2 {
	font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
	font-size:28px;
}

.ClipCotizacion {
    float:left;
    width:100%;
    margin:0 auto 120px;
}

.col_left_form {
    float:left;
    width:50%;
}

.col_left_form_int {
    margin-right:15px;
}

.col_right_form {
    float:right;
    width:50%;
}

.col_right_form_int {
    margin-left:15px;
}

#frm_res label {
    display:block;
    font-family:'DINPro-CondMedium', Arial, Helvetica, sans-serif;
    font-size:19px;
    letter-spacing:0.3px;
    text-align:left;
    color:#000;
    margin-top:25px;
    margin-bottom:5px;
    padding-left:7px;
}

.col_var {
	float:left;
    width:calc((50% - 24px));
    width:-webkit-calc((50% - 24px));
    width:-moz-calc((50% - 24px));
    width:-o-calc((50% - 24px));
    margin:0 12px;
}

.col_var.costado {
    margin-left:15px;
    margin-right:0;
}

.hora {
	float:left;
	width:31%;
    margin:0 12px 0 0;
}

.personas {
	float:left;
	width:calc((69% - 24px));
    width:-webkit-calc((69% - 24px));
    width:-moz-calc((69% - 24px));
    width:-o-calc((69% - 24px));
    margin:0 0 0 12px;
}

.cant {
	display:none;
}

#frm_res input.text {
    width:100%;
    height:36px;
    font-family:'DINPro', Arial, Helvetica, sans-serif;
    font-size:17px;
    color:#000;
    padding:2px 10px;
    border:1px solid #999;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline:none;
}

body.secc_eventos input[type="date"]::-webkit-calendar-picker-indicator {
	background-image:url(imgs/ico-fecha.svg);
}

#frm_res .comentario {
    width:calc((100% - 20px));
    width:-webkit-calc((100% - 20px));
    width:-moz-calc((100% - 20px));
    width:-o-calc((100% - 20px));
    margin:auto;
}

#frm_res textarea.text {
    width:100%;
    height:184px;
    font-family:'DINPro', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:23px;
    color:#000;
    border:1px solid #999;
    margin-bottom:24px;
    padding:7px 10px;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline:none;
}

.boton_naranja {
	position:relative;
    float:right;
    width:128px;
    font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
    font-size:18px;
    letter-spacing:0.3px;
    -webkit-font-smoothing:auto;
    font-smoothing:auto;
    color:#FFF;
    background:#000;
    margin-right:10px;
    padding:7px 10px;
    border:1px solid #000;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    transition:all 150ms linear;
    -webkit-transition:all 150ms linear;
    -moz-transition:all 150ms linear;
    -o-transition:all 150ms linear;
    -ms-transition:all 150ms linear;
    cursor:pointer;
}

.boton_naranja:hover {
	color:#000;
    background:#FFF;
}

.error_formulario_res {
    font-size:17px;
    line-height:22px;
    color:#000;
    margin:10px 0 100px;
}

.desplegable_res {
    width:100%;
    height:36px;
    font-family:'DINPro', Arial, Helvetica, sans-serif;
    font-size:17px;
    color:#000;
    padding:2px 10px;
    border:1px solid #999;
    background:url(../imgs/flechita.png) right -1px no-repeat #FFF;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline:none;
}

.Mioption {
    background-color:#FFF;
    color:#000;
}

.date_res {
    width:100%;
    height:36px;
    font-family:'DINPro', Arial, Helvetica, sans-serif;
    font-size:17px;
    text-align:left;
    padding:2px 10px;
    color:#000;
    background-color:#FFF;
    border:1px solid #999;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline:none;
}

.ClipAdjuntar {
	display:block;
    width:calc((100% - 22px));
    width:-webkit-calc((100% - 22px));
    width:-moz-calc((100% - 22px));
    width:-o-calc((100% - 22px));
    border:1px solid #999;
    background:#FFF;
    padding:6px 12px 20px;
    margin:28px 0 10px 12px;
}

.tit_adjuntar {
	font-family:'DINPro-CondMedium', Arial, Helvetica, sans-serif;
    font-size:19px;
    letter-spacing:0.3px;
    color:#000;
    text-align:center;
    margin:20px auto 10px;
}

.btn_adjuntar {
    display:block;
    width:170px;
    height:38px;
    font-family:'DINPro', Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:34px;
    text-align:center;
    margin:auto;
    outline:none;
    color:#FFF;
    border:1px solid #000;
    background:#000;
    transition:background 150ms linear;
    -webkit-transition:background 150ms linear;
    -moz-transition:background 150ms linear;
    -o-transition:background 150ms linear;
    -ms-transition:background 150ms linear;
}

.btn_adjuntar:hover {
	color:#000;
    background:#FFF;
}

#fake_file_name {
    font-size:16px;
    line-height:20px;
    text-align:center;
    padding-top:15px;
}


/*/// MAPA GENERAL ///*/

.ClipMapa {
	position:relative;
	width:100%;
    height:450px;
    padding:0;
    margin:0;
    background:#CCC;
}

#map {
    width:100%;
    height:450px;
}

.popup {
    position:relative;
    display:block;
    width:270px;
    font-family:'DINPro', Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:19px;
    word-break:break-all !important;
    color:#000;
}

.popup .distribuidor {
	font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
    font-size:19px;
    line-height:23px;
    color:#000;
    margin-bottom:1px;
}

.popup .representante {
    font-size:15px;
    line-height:19px;
    color:#000;
    margin-bottom:1px;
}

.popup .telefono {
    margin-top:2px;
}

.popup .correo {
    display:inline-block;
    font-size:15px;
    line-height:19px;
    color:#000;
    margin-top:3px;
}

.popup .correo:hover {
    color:#666;
}

.gm-style .gm-style-iw-c {
    max-width:300px !important;
    padding:15px !important;
    overflow:hidden !important;
}

.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
    top:0 !important;
    right:0 !important;
}

.gm-style .gm-style-iw-d {
    width:100% !important;
    max-width:300px !important;
    overflow:hidden !important;
}

#mi-mapa {
	position:relative;
	width:100%;
    /*height:450px;*/
    height:450px;
    text-align:center;
    padding:0;
    margin:0;
    background:#CCC;
}

.titulonazo_absolute {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.titulonazo {
	display:table;
	width:100%;
	height:100%;
}

.titulonazo_contenedor {
	position:relative;
	display:table-cell;
	height:inherit;
	vertical-align:middle;
	text-align:center;
	z-index:9998;
}

p.tit_mapa {
	font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
	font-size:90px;
	color:#333;
}

.ClipListado_int {
	max-width:900px;
	margin:auto;
	padding:40px 40px 70px;
}

.logo_sucursal {
	display:block;
	width:210px;
	margin:20px auto 15px;
}

.logo_sucursal.grill {
	width:190px;
	margin-top:-10px;
}

.tira_sucursal {
	display:block;
	text-align:center;
	margin-bottom:30px;
}

.tira_sucursal.grill {
	margin-top:25px;
}

.tira_sucursal.deli {
	margin-top:40px;
}

.sucursal {
	display:inline-block;
	width:30%;
	/*border:1px solid #000;*/
}

.sucursal_int {
	margin:0 30px 40px;
}

.sucursal h3 {
	font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
    font-size:23px;
    line-height:25px;
    margin-bottom:3px;
}

.sucursal p {
	font-family:'DINPro', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:24px;
}

.sucursal p a {
	color:#000;
}


/*/// VIDEO ///*/

.ClipVideo {
	position:relative;
	display:none;
	width:100%;
	height:450px;
	margin-top:-4px;
	background:#CCC;
	z-index:1;
}

.play {
	position:absolute;
	top:45%;
	left:0;
	right:0;
	bottom:50%;
	width:160px;
	margin:auto;
}

#VideoFS_Mask_desktop {
	position:relative;
	line-height:0;
    background:#CCC;
}

#VideoFS_Mask_mobile {
	position:relative;
	display:none;
	line-height:0;
    background:#CCC;
    overflow:hidden;
}

#VideoFS {
	width:100%;
	height:100%;
}


/*/// FOOTER ///*/

footer {
	text-align:center;
}

.bg_ft_dandy {
	position:relative;
	display:block;
	width:100%;
	height:144px;
	border:none;
	background-image:url('../imgs/bg_ft_dandy.svg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#FFF;
	padding-top:26px;
	overflow:hidden;
}

.bg_ft_dandy.deli {
	background-image:url('../imgs/bg_ft_deli.svg');
	background-color:#8CCAAE;
}

.cartel {
	position:relative;
	display:block;
	max-width:940px;
	margin:auto;
	padding:16px 0 23px;
	border:6px solid #000;
	background:#FFF;
}

.seguinos {
	position:relative;
	font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
	font-size:40px;
	letter-spacing:1.5px;
	color:#000;
	z-index:1;
}

.ico-red-ft {
	height:40px;
	margin-left:10px;
	margin-bottom:-6px;
}

.relleno_transp {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(226,172,165,.8);
}

.banda_final {
	width:100%;
	height:120px;
	background:#000;
}

.copy {
	font-family:'DINPro-CondBold', Arial, Helvetica, sans-serif;
	font-size:19px;
	line-height:25px;
	color:#FFF;
	padding-top:48px;
}

.casilla {
	text-decoration:underline;
	color:#FFF;
}


/*/// NO BORRAR ///*/

.btn_cerrar {
	position:absolute;
	top:44px;
	right:53px;
	width:30px;
}

.btn_cerrar .white {
	display:none;
}

.btn_cerrar .black {
	display:none;
}

header img.redes {
	height:25px;
	position:relative;
	top:5px;
	left:0;
	margin:0 -7px;
}

header ul.navegacion li:last-child {
	padding:0;
}


/*/// Media Queries ///*/

@media screen and (max-width:1730px) {
	.logo_dandys.dandy_classic { width:230px; }
	.logo_dandys.grill_dandy { width:200px; }
	.logo_dandys.dandy_deli { width:230px; }
	.ficha { height:190px; }
	.linea_ficha { height:190px; }
	.linea_ficha.primera { background-image:url('../imgs/linea_1_190px.svg'); }
	.linea_ficha.segunda { background-image:url('../imgs/linea_2_190px.svg'); }
	.grafico_classic_RT { top:60px; right:-45px; width:420px; }
	.grafico_classic_R { width:580px; top:-130px; }
	.grafico_grill_LB { width:380px; bottom:-100px; }
	.grafico_grill_RB { right:40px; }
	.grafico_grill_L { width:540px; top:-116px; left:-90px; }
	.grafico_grill_R { width:680px; top:-204px; right:-184px; }
	.grafico_deli_RT { width:150px; top:15px; right:110px; }
	.grafico_deli_RB { width:470px; right:-115px; bottom:-43px; }
	.grafico_deli_LT { width:200px; }
	.grafico_deli_LB { width:250px; }
	.lonja_foto_homes { height:400px; }
}

@media screen and (max-width:1490px) {
	.logo_dandys.dandy_classic { width:220px; padding-top:46px; }
	.logo_dandys.grill_dandy { width:190px; padding-top:23px; }
	.logo_dandys.dandy_deli { width:220px; padding-top:46px; }
	.ficha { height:180px; }
	.linea_ficha { height:180px; }
	.linea_ficha.primera { background-image:url('../imgs/linea_1_180px.svg'); }
	.linea_ficha.segunda { background-image:url('../imgs/linea_2_180px.svg'); }
	.logo_dandys.dandy_classic.micro_classic { width:440px; }
	.logo_dandys.dandy_grill.micro_grill { width:380px;margin-top:-60px; }
	.logo_dandys.dandy_deli.micro_deli { width:440px; margin-top:-75px; }
	.grafico_classic_RT { top:80px; right:-70px; width:400px; }
	.grafico_grill_LB { width:340px; bottom:-92px; }
	.grafico_grill_RT { width:450px; top:-254px; }
	.grafico_grill_RB { width:580px; bottom:-250px;  }
	.grafico_deli_LT { width:180px; }
	.grafico_deli_LB { width:230px; }
	.grafico_deli_RT { width:130px; }
	.grafico_deli_RB { width:430px; right:-100px; bottom:-40px; }

	.logo_dandys.dandy_classic.internas_classic { width:360px; margin-top:-80px; }
	.logo_dandys.dandy_grill.internas_grill { width:290px; margin-top:-42px; }

	.lonja_foto_homes { height:380px; }
}

@media screen and (max-width:1390px) {
	.IconosRedes { top:30px; left:10px; width:90px; }
	.grafico_classic_LT { top:-260px; right:-40px; width:460px; }
	.grafico_classic_LB { bottom:-210px; left:20px; width:470px; }
	.grafico_classic_RT { top:110px; right:-80px; width:370px; }
	.grafico_classic_R { width:530px; top:-116px; }
	.grafico_grill_LB { width:300px; bottom:-80px; }
	.grafico_grill_RT { width:420px; top:-240px; }
	.grafico_grill_RB { width:550px; bottom:-240px; }
	.grafico_grill_R { width:640px; top:-180px; right:-200px; }
	.grafico_deli_LT { width:180px; }
	.grafico_deli_RT { width:120px; }
	.grafico_deli_RB { width:390px; right:-92px; bottom:-36px; }
	.lonja_foto_homes { height:370px; }
}

@media screen and (max-width:1320px) {
	.centra_col { max-width:1270px; }
}

@media screen and (max-width:1290px) {
	.grafico_classic_LT { width:430px; }
	.grafico_classic_LB { left:10px; }
	.grafico_classic_RT { top:164px; width:320px; }
	.grafico_classic_R { width:500px; top:-108px; }
	.grafico_grill_LB { width:270px; bottom:-73px; }
	.grafico_grill_RT { width:390px; top:-223px; right:-15px; }
	.grafico_grill_L { width:470px; top:-80px; left:-90px; }
	.grafico_grill_R { width:600px; top:-170px; right:-222px; }
	.lonja_foto_homes { height:350px; }
}

@media screen and (max-width:1270px) {
	.centrador_HD { padding:25px 20px; }
	.ClipLogo { margin:auto; }
	#MenuH { display:block; }
	.nav_50_left { display:none; }
	.nav_50_right ul.navegacion { display:none; }
	.IconosRedes { left:inherit; right:20px; }
	#concepto { padding-bottom:80px; }
	.ClipVideo { height:380px; }
	.play { height:130px; }
	.cartel_int { margin:0 30px; }
	.logo_dandys.dandy_classic.micro_classic { width:350px; margin-top:-75px; }
	.logo_dandys.dandy_grill.micro_grill { width:290px; margin-top:-35px; }
	.logo_dandys.dandy_deli.micro_deli { width:350px; margin-top:-70px; }
	#concepto h1 { font-size:57px; }
	#concepto p.hacemos { max-width:710px; font-size:17px; line-height:26px; }
	.grafico_classic_LT { width:240px; top:-100px; left:10px; }
	.grafico_classic_LB { left:18px; width:400px; bottom:-180px; }
	.grafico_classic_RT { top:244px; width:270px; right:-90px; }
	.ClipBotonazo { width:482px; margin:40px auto 0; }
	.punta { height:56px; }
	.relleno { width:440px; height:56px; font-size:30px; line-height:54px; padding:0 60px; }
	.relleno.deli { width:482px; }
	.grafico_classic_L { width:360px; top:-80px; left:-60px; }
	.grafico_classic_R { width:380px; top:-76px; }
	.grafico_grill_LB { width:260px; bottom:-70px; }
	.grafico_grill_RT { width:340px; top:-206px; right:-10px; }
	.grafico_grill_RB { width:520px; bottom:-230px; right:10px; }
	.grafico_grill_L { width:400px; top:-55px; left:-130px; }
	.grafico_grill_R { width:500px; top:-120px; right:-210px; }
	.grafico_deli_LT { width:160px; }
	.grafico_deli_LB { width:190px; }
	.grafico_deli_RT { width:100px; right:50px; }
	.grafico_deli_RB { width:340px; right:-85px; bottom:-31px; }

	.logo_dandys.dandy_classic.internas_classic { width:290px; margin-top:-70px; }
	.logo_dandys.dandy_grill.internas_grill { width:230px; margin-top:-28px; }

	/*.ClipMenu { max-width:900px; }*/
	.col_carta:nth-child(4n+1) { clear:initial; }
	.col_carta:nth-child(3n+1) { clear:both; }
	.col_carta_int { margin:0 15px 50px; }
	/*.col_carta { width:33.3%; }*/
	.lonja_foto_homes { height:280px; }
	.main p.resumen { font-size:17px; line-height:25px; }
	#VideoFS_Mask_desktop { display:none; }
	#VideoFS_Mask_mobile { display:block; }
	/*.ClipVideo { display:block; }*/
	.centra_col { max-width:1024px; }
}

@media screen and (max-width:1023px) {
	.centrador_HD { padding:15px 20px 14px; }
	.ClipLogo { width:150px; }
	.logo { width:150px; }
	#MenuH { margin-top:-33px; }
	.menu { width:35px; height:26px; }
	.IconosRedes { top:19px; }
	.ClipFichas_int { margin-right:-3px; }
	.logo_dandys.dandy_classic { width:170px; padding-top:32px }
	.logo_dandys.grill_dandy { width:140px; padding-top:17px; }
	.logo_dandys.dandy_deli { width:170px; padding-top:34px; }
	.ficha { height:130px; width:calc(33.3% - 14px); width:-webkit-calc(33.3% - 14px); width:-moz-calc(33.3% - 14px); width:-o-calc(33.3% - 14px); }
	.linea_ficha { width:20px; height:130px; }
	.linea_ficha.primera { background-image:url('../imgs/linea_1_130px.svg'); }
	.linea_ficha.segunda { background-image:url('../imgs/linea_2_130px.svg'); }
	#elmenu .ClipLogo { width:160px; }
	#elmenu .logo { width:160px; }
	#concepto h1 { font-size:57px; margin-top:35px; }
	.linea_ch { width:235px; margin:12px auto; }
	#concepto p { font-size:25px; }
	#concepto p.hacemos { font-size:16px; line-height:25px; padding:0 50px; }
	.ClipVideo { height:300px; }
	.play { height:120px; }
	.grafico_classic_LT { width:210px; top:-100px;left:-9px; }
	.grafico_classic_LB { width:310px; left:4px; bottom:-136px; }
	.grafico_classic_RT { width:180px; top:290px; right:-50px; }
	.grafico_classic_L { width:240px; top:-20px; left:-40px; }
	.grafico_classic_R { width:284px; top:-50px; }
	.grafico_grill_LB { width:220px; bottom:-60px; }
	.grafico_grill_RT { width:290px; top:-182px; right:10px; }
	.grafico_grill_RT { width:290px;top:-182px; right:10px; }
	.grafico_grill_L { width:330px; top:-35px; left:-150px; }
	.grafico_grill_R { width:400px; top:-100px; right:-220px; }
	.grafico_deli_LT { width:130px; }
	.grafico_deli_LB { width:160px; left:-30px; }
	.grafico_deli_RT { width:80px; right:28px; }
	.grafico_deli_RB { width:270px; right:-95px; bottom:-24px; }
	.foton .thumb.desktop { display:none; }
	.foton .thumb.mobile { display:block; }
	.logo_dandys.dandy_classic.internas_classic { width:190px; margin-top:-24px; }
	.logo_dandys.dandy_grill.internas_grill { width:170px; margin-top:-16px; }

	#concepto h1.interna { font-size:30px; margin-top:30px; }
	#concepto p.hacemos.interna { margin-top:10px; }
	.ClipMenu { max-width:900px; padding:0 20px; }
	.col_carta_int { margin:0 10px 50px; }
	.anticipacion { font-size:17px; line-height:20px; }
	body.secc_classic_reservas #concepto p.hacemos.interna { max-width:560px; }
	.main h1 { font-size:30px; margin-top:30px; }
	.main h3 { font-size:21px; margin-top:7px; }
	.ClipListado_int { padding:20px; }
	.logo_sucursal { width:180px; }
	.logo_sucursal.grill { width:170px; }
	.sucursal { width:100%; }
	.sucursal_int { margin:0 0 35px; }
	.sucursal h3 { font-size:24px; line-height:28px; margin-bottom:0; }
	.sucursal p { font-size:19px; line-height:26px; }
	#mi-mapa { height:350px; }
	p.tit_mapa { font-size:48px; }
	.centrador_formatos { max-width:470px; }
}

@media screen and (max-width:767px) {
	.IconosRedes { display:none; }
	ul.botones li a { font-size:24px; line-height:45px; }
	#concepto { padding-bottom:60px; }
	#concepto h1 { font-size:36px; margin-top:40px }
	#concepto p { font-size:19px; }
	.linea_ch { width:130px; margin:10px auto 8px; }
	#concepto p.hacemos { font-size:18px; line-height:23px; margin-top:18px; padding:0 25px; }
	#concepto p.hacemos.interna.corto { font-size:16px; line-height:22px; padding:0 30px !important; }
	.frase_final { display:none; }
	.ClipVideo { height:220px; }
	.play { height:90px; }
	.bg_ft_dandy { height:89px; padding-top:15px; }
	.cartel { padding:8px 0 14px; border:3px solid #000; }
	.seguinos { font-size:24px; letter-spacing:1px; }
	.ico-red-ft { height:30px; margin-left:7px; }
	.banda_final { height:52px; }
	.copy { font-size:17px; line-height:20px; padding-top:15px; }
	.logo_dandys.dandy_classic.micro_classic { width:240px; margin-top:-34px; }
	.logo_dandys.dandy_grill.micro_grill { width:220px; margin-top:-28px; }
	.logo_dandys.dandy_deli.micro_deli { width:240px; margin-top:-30px; }
	.grafico_classic_LT { width:140px; top:-70px;left:-5px; }
	.grafico_classic_LB { width:230px; left:4px; bottom:-100px; }
	.grafico_classic_RT { width:180px; top:290px; right:-50px; }
	.ClipBotonazo { width:327px; margin:30px auto 0; }
	.punta { height:44px; }
	.relleno { width:300px; height:44px; font-size:20px; line-height:43px; padding:0; }
	.relleno.deli { width:327px; }
	.grafico_grill_RT { width:200px; top:-130px; left:-120px; }
	.grafico_grill_LB { width:160px; top:-54px; right:-100px; left:auto; }
	.grafico_grill_RB { width:420px; bottom:-210px; right:15px; }
	.grafico_grill_L { width:280px; top:-50px; left:-150px; }
	.grafico_grill_R { width:340px; top:-130px; right:-220px; }
	.grafico_deli_LT { width:75px; left:10px; }
	.grafico_deli_LB { width:120px; left:10px; bottom:20px; }
	.grafico_deli_RT { width:50px; right:20px; }
	.grafico_deli_RB { width:200px; right:-50px; bottom:-30px; }
	.bg_ft_dandy { background-size:850px; }
	.bg_ft_dandy.deli { background-size:1050px; }
	.ClipMenu h3 { font-size:18px; line-height:21px; }
	.col_carta_int { margin:0 10px 30px; }
	.tipo { font-size:23px; }
	#concepto .col_carta p { font-size:19px; line-height:21px; }
	.lonja_foto_homes { height:200px; }
	.main p.resumen { padding:0 20px; }
	.cantidad { display:none; }
	.cant { display:block; }
	.ocultar { display:none; }
	.salto { display:block; }
}

@media screen and (max-width:639px) {
	.centrador_HD { padding:16px 15px 12px; }
	.ClipLogo { width:134px; }
	.logo { width:134px; }
	#MenuH { margin-top:-32px; }
	.ClipFichas_int { margin-right:0; }
	.ficha { height:70px; width:100%; }
	.logo_dandys.dandy_classic { width:134px; padding-top:12px }
	.logo_dandys.grill_dandy { width:94px; padding-top:4px; }
	.logo_dandys.dandy_deli { width:134px; padding-top:10px; }
	.linea_ficha { display:none; }
	.ClipMenu { margin:-5px auto 0; padding:0 10px; }
	.col_carta_int { margin:0 10px 35px; }
	.col_carta { width:50%; }
	.col_carta:nth-child(3n+1) { clear:initial; }
	.col_carta:nth-child(2n+1) { clear:both; }
	.tipo { font-size:23px; margin-bottom:25px; }
	#concepto h1.interna { font-size:27px; margin-top:30px; }
	#concepto p.hacemos.interna { margin-bottom:57px; }
	body.secc_classic_reservas #concepto p.hacemos.interna { padding:0 20px; }
	#concepto .col_carta p { margin-top:1px; }
	.nombre_local { font-size:23px; }
	.ico-ft-whatsapp { width:21px; }
	.dato_ft { font-size:21px; }
	.ClipWhatsApp { margin-bottom:22px; }
	.main h1 { font-size:27px; }
	.main h3 { font-size:20px; }
	.main p.resumen { font-size:17px; line-height:22px; padding:0 25px; margin-bottom:40px; }
	.centrador_width { padding:0 30px; }
	.ClipCotizacion { margin-bottom:90px; }
	.centrador_width h2 { font-size:25px; margin:10px auto; }
	.col_var { width:100%; margin:0; }
	.col_var.costado { margin-left:0; }
	#frm_res .comentario { width:100%; }
	#frm_res label { font-size:19px; }
	#frm_res input.text { height:40px; }
	.desplegable_res { height:40px; background-position:right 2px; }
	.date_res { height:40px; }
	.boton_naranja { margin-right:0; }
	.cantidad { display:block; }
	.cant { display:none; }
	body.secc_eventos input[type="date"]::-webkit-calendar-picker-indicator { background-image:none; }
	body.secc_eventos #frm_res input[name='fecha'] { background-image:url(imgs/ico-fecha.svg); background-size:20px !important; background-position:11px 7px !important; background-repeat:no-repeat !important; padding-left:41px !important; }
	.ClipAdjuntar { width:100%; margin:28px auto 10px; }
	body.secc_rrhh .main p.resumen { margin-top:10px; margin-bottom:30px; }
	.popup { line-height:19px; }
	.centrador_formatos { max-width:360px; margin:20px auto 30px; }
	.col_formato_int { margin:0; }
	.centrador_formatos .logo_sucursal { width:160px; }
	.centrador_formatos .logo_sucursal.grill { width:150px; margin-top:0; }
	body.secc_reservas .main h3 { font-size:19px; line-height:24px; letter-spacing:0.2px; }
}

@media screen and (max-width:399px) {
	#elmenu { padding-top:20px; }
	.ClipCerrar { margin-bottom:15px; }
	ul.botones li a { font-size:22px; line-height:43px; }
	#elmenu .ClipLogo { margin-top:35px; }
	.redes_HD { margin-top:35px; }
	.logo_dandys.dandy_classic {width:130px; padding-top:12px; }
	.logo_dandys.grill_dandy { width:90px; padding-top:4px; }
	.logo_dandys.dandy_deli { width:130px; padding-top:10px; }
	/*#concepto p { padding-bottom:50px; }*/
	#concepto p { font-size:17px; }
	.ClipVideo { height:180px; }
	.play { height:84px; }
	#concepto h1 { font-size:32px; margin-top:35px; }
	#concepto p.hacemos { font-size:17px; line-height:21px; }
	.ClipBotonazo { width:307px; }
	.relleno { width:280px; }
	.relleno.deli { width:307px; }
	.grafico_classic_LT { top:-90px; }
	.grafico_classic_L { width:210px; }
	.grafico_classic_R { width:250px; top:-45px; }
	.grafico_grill_RT { width:180px; top:-120px; left:-114px; }
	.grafico_grill_RB { width:360px; bottom:-160px; right:15px; }
	.grafico_deli_LT { width:70px; left:10px; }
	.grafico_deli_LB { width:120px; left:10px; bottom:20px; }
	.grafico_deli_RT { width:45px; top:12px; }
	.grafico_deli_RB { width:200px; right:-50px; bottom:-30px; }
	#concepto h1.interna { font-size:27px; }
	.lonja_foto_homes { height:180px; }
	body.secc_classic_reservas #concepto p { padding-bottom:5px; }
	.main p.resumen { padding:0 30px; }
	#concepto p.hacemos.interna.corto.platos { font-size:15px; line-height:21px; padding:0 10px !important; }
	.centrador_formatos { max-width:330px; }
	.centrador_formatos .logo_sucursal { width:150px; }
	.centrador_formatos .logo_sucursal.grill { width:130px; }
}

@media screen and (max-width:374px) {
	body.secc_classic_reservas #concepto p.hacemos.interna { padding:0 20px; }
}

@media screen and (max-width:359px) {
	#concepto p { font-size:16px; }
	.ClipBotonazo { width:277px; }
	.relleno { width:250px; }
	.relleno.deli { width:277px; }
	.grafico_classic_L { width:180px; }
	.grafico_classic_R { width:220px; top:-40px; }
	.lonja_foto_homes { height:160px; }
	.main p.resumen { padding:0 20px; }
	.cantidad { display:none; }
	.cant { display:block; }
	#concepto p.hacemos.interna.corto { padding:0 20px !important; }
	.centrador_formatos { max-width:300px; }
	.centrador_formatos .logo_sucursal { width:140px; }
	.centrador_formatos .logo_sucursal.grill { width:120px; }
	.banda_final { height:48px; }
	.copy { font-size:15px; line-height:20px; padding-top:14px; }
}