
/* RESET */
ul,ol{
	margin:0;
}
i{
	margin-right:5px;
}
ul li,
ol li{
	list-style:none;
}
iframe{
	border:none;
}
a{
	color:#472213;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover{
	color:#472213;
	text-decoration:none;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
}
p{
	font-size:16px;
}
body{
	font-family: 'Belgrano', serif;
	color:#000;
}
/* /RESET */

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



.Pie .d-flex{
    flex-direction: column;
}

.w-50{
    width: 100%;
} 


.align-end{
    align-items: end;
}

.info-footer .d-flex a{
	margin: 5px 9px;
}

.p-footer{
   padding: 40px 0px; 
}

.logo-gov-vasco img{
    max-width: 270px;
}


/* Redes sociales menú */
.redes-cabecera{
	text-align: end;
}

.redes-cabecera i{
	font-size: 1.3rem;
}

.mt2{
	margin-top: 2rem;
	
}

.float-cabecera{
	float: right;
	
}

.float-cabecera ul{
	width: auto!important;
    margin-left: 0px!important;
}

.prueba{
	width: 100%;
    display: inline-block;
}

.flex-cabecera{
	display: flex;
}


.redes-portada{
	margin-top: 1rem;
	bottom: 30px !important;
	top: auto;
	position: absolute;
	z-index: 1111111;
	width: auto;
}

.redes-portada a{
	color: white;
}

.redes-portada i{
	text-align: right;
	padding-left: 0.5rem;
	font-size: 1.3rem;
}

.i-block{
	display: inline-block;
	width: auto;
}

.contenido-portada{
    display: inline-block;
    width: 100%;
}

/* Footer */
.info-footer{
	
}

.info-footer .d-flex{
	display: flex;
	justify-content: center;
}

.info-footer .d-flex a{
	margin: 15px;
}

.info-footer .d-flex a {
	text-decoration: none;
}


/* Label pedidos a domicilio */

.pedido-domicilio{
	z-index: 9999;
}

.pedido-domicilio .hero-unit{
	padding: 0;
	margin-bottom: 0;
}


.pedido-domicilio p{
	text-align: center;
	opacity: 0.6;
		
}


/* Páginas legales */
.legal{
	width: 90%;
	margin: auto;
	margin-bottom: 5rem;
}

.legal h1{
	margin-top: 2rem;
	font-family: 'Conv_Brandon_blk';
	font-weight: normal;
}

.legal h2{
	margin-top: 1.3rem;
	font-family: 'Conv_Brandon_blk';
	letter-spacing:0;
	font-size: 1.5rem;
	font-weight: normal;
	text-transform: uppercase;
}

.legal p {
	font-family: 'Belgrano';
	font-weight: normal;
}

.legal ul{
	margin-left: 2rem;
}

.legal ul li{
	list-style: circle;
		padding-bottom: 0.6rem;
}

.legal li{
	font-family: 'Belgrano';
	font-weight: normal;

}


/* Clases generales */
.BrandonTxt{
	font-family: 'Conv_Brandon_blk';
	letter-spacing:0;
	font-weight: normal;
}
.BelgranoTxt{
	font-family: 'Belgrano';
	letter-spacing:1px;
	font-weight: normal;
}
.FontAwesomeTxt{
	font-family:'fontawesome';
}
.contenidoPrincipal .row-fluid .alignCenter{
	text-align:center;
}
.contenidoPrincipal .row-fluid .centrado,
.contenidoPrincipal .centrado{
	margin-left:auto;
	margin-right:auto;
	float:none;
}
.overflow{
	overflow:hidden;
}
.colorMarron{
	color:#472213;
}
.colorBlanco{
	color:#ffffff;
}
.colorNegro{
	color:#000000;
}
.colorGris{
	color:#b9b9b9;
}
.colorRojo{
	color:#cf142b;
}
.size50{
	font-size:50px;
}
.size34{
	font-size:34px;
}
.size30{
	font-size:30px;
}
.size18{
	font-size:18px;
}
.size16{
	font-size:16px;
}
.size14{
	font-size:14px;
}
.size12{
	font-size:12px;
}
.upper{
	text-transform:uppercase;
}
.indent{
	text-indent:-99999px;
}
.absolute{
	position:absolute;
}
.relative{
	position:relative;
}
.alignLeft{
	text-align:left;
}
.alignRight{
	text-align:right;
}
.clear{
	clear:both;
}
.borderBottom{
	border-bottom:1px dotted #000;
}
.bordeSupBlanco{
	border-top:3px dashed #fff;
}
.bordeInfBlanco{
	border-bottom:3px dashed #fff;
}
.paddingLineaDestacada{
	padding-top:3px;
	padding-bottom:3px;
}
.block{
	display:block;
}
.inlineBlock{
	display:inline-block;
}
.paddingTop{
	padding-top:200px;
}
.paddingTopPeque{
	padding-top:90px;
}
.paddingBottom{
	padding-bottom:200px;
}
.paddingBottomPeque{
	padding-bottom:90px;
}
.paddingBotones{
	padding:8px 15px;
}
.paddingBotonesDoble{
	padding:15px 25px;
}
.paddingTitulares{
	padding:10px 35px;
}
.bgRojo{
	background-color:#cf142b;
}
.bgMarron{
	background-color:#643421;
}
.bgGris{
	background-color:#EEEEEE;
}
.btnBorde{
	border:3px solid #000;
	color:#000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.btnBorde:hover{
	background:#cf142b;
	color:#FFF;
	border:3px solid #cf142b;
	text-decoration:none;
}
.Redondear{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.noMargin{
	margin: 0;
}
.marginBottom{
	margin-bottom:20px;
}
.marginTop{
	margin-top:20px;
}
.paddingBottomPeque{
	padding-bottom:10px;
}
.btnRojo{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:#890717 0 6px;
	letter-spacing:1px;
}
.btnRojo:hover{
	background:#eb4055;
	color: #FFF;
}
.zIndex100{
	z-index:100;
}
.zIndex1{
	z-index:1;
}
.zIndex-1{
	z-index:-1;
}
.left{
	left:0;
}
.right{
	right:0;
}
.imagenesBorde{
	right:-15px;
	top:-19px;
}
.imagenesBordeBlanco{
	border:3px solid #FFF;
}
.titularesNegativoIzq{
	margin-left:-60px;
}
.titularesNegativoDere{
	margin-right:-60px;
}
.imagenesBordeNegro{
	background:url(../img/borde-imagenes.gif) left bottom no-repeat;
	background-size:cover;
	padding:0 0 15px 15px;
}
.EncabInteriores{
	margin-top:-30px;
}
.pestanas ul.navPestanas a{
	text-decoration:none;
}
.pestanas ul.navPestanas a:hover,
.pestanas ul.navPestanas .ui-state-active a{
	background:#472213;
	color:#FFFFFF;
}
.pestanas ul.navPestanas .ui-state-active a:before{
	content: "";
	border-left: 6px dashed transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #472213;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -6px;
}
.anchoFormularios{
	width:500px;
}
.form-horizontal input{
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #CCCCCC;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	width:500px;
	margin-bottom: 5px;
	padding: 0 0;
	color:#000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.form-horizontal input:hover{
 	border-bottom:1px solid #000;
}
.form-horizontal input:focus{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom:1px solid #CF142B;
}
.form-horizontal label{
	color:#999999;
}
.form-horizontal .checkbox{
	width:100%;
}
.form-horizontal .checkbox input{
	width:auto;
}
.form-horizontal button{
	border:0;
}
.ganador-parrilla{
	background:url(../img/ganador-parrilla.png) center center no-repeat;
	width: 129px;
	height: 176px;
	right:30px;
	top: 0;
	z-index: 600;
	position: fixed;
	text-indent:-99999px;
}
/* Cabeceras */
.CabecerasImg{
	height:550px;
}
.seccionAldia{
	background:url(../img/bar-movimiento-diario.jpg) center center no-repeat;
}
.seccionGastronomia{
	background:url(../img/alcachofas-almejas.jpg) center center no-repeat;
}
.seccionGastronomiaMenu{
	background:url(../img/entrecote-patatas.jpg) center center no-repeat;
}
.seccionGastronomiaRaciones{
	background:url(../img/ensalada-gulas-cabecera.jpg) center center no-repeat;
}
.seccionGastronomiaGrupos{
	background:url(../img/habitas-hongos-foie.jpg) center center no-repeat;
}
.seccionGastronomiaPlatos{
	background:url(../img/anchoas.jpg) center center no-repeat;
}
.seccionTiendaBonos{
	background:url(../img/pulpo-parrilla-cabecera.jpg) center center no-repeat;
}
.seccionRestaurante{
	background:url(../img/restaurante-preparado-para-comer.jpg) center center no-repeat;
}
.seccionHistoria{
	background:url(../img/botellero-historico.jpg) center center no-repeat;
}
.seccionTienda{
	background:url(../img/ander-euskal-txerri.jpg) center center no-repeat;
}
.seccionEquipo{
	background:url(../img/equipo-trabajando.jpg) center center no-repeat;
}
.seccionProductosTemporada{
	background:url(../img/productos-temporada.jpg) center center no-repeat;
}
.bordeInferior{
	border-bottom: 5px solid #999;
}
.margenLados{
	margin-left:20px;
	margin-right:20px;
}
.noMarginTop{
	margin-top: 0;
}
/* /Cabeceras */
/* /Clases generales */

/* Logotipo */
.logotipoHome{
	width:157px;
	height:72px;
	background:url(../img/logotipo-txuleta.png) 0 0 no-repeat;
	background-size:100%;
}
.logotipoCont{
	width:157px;
	height: 100%;
}
.logotipoCont a{
	width:100%;
	clear: both;
	margin-bottom: 5px;
}
.logotipoCont a:hover{
	color:#000;
	text-decoration:none;
}
.logotipoInterior{
	height:71px;
	background:url(../img/logotipo-txuleta.png) 0 0 no-repeat;
	background-size:cover;
	margin-top:20px;
}
/* /Logotipo */

.navPrincipal{
	z-index:10;
}
.row-fluid .navPrincipal{
	margin:0;
}
.navPrincipal ul{
	width:170px;
	margin-left: 15px;
}
.navPrincipal ul li{
	padding:1px 0;
	position: relative;
	border-bottom: 1px dotted #000;
}
.navPrincipalInterior ul li{
	position:relative;
	float: left;
	margin-left: 10px;
}
.navPrincipalInterior ul li.gastronomia{
	padding-bottom: 10px;
}
.navPrincipalInterior ul li.tienda{
	padding-bottom: 10px;
}
.navPrincipalInterior ul li a.paddingBotones{
	padding:3px;
}
.navPrincipalInterior ul li a:hover{
	color:#BBB;
	text-decoration: none;
}
.navPrincipal ul li a{
	width:168px;
	display:block;
	padding:4px 2px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.navPrincipal ul li a:hover{
	background:#472213;
	color:#FFF;
	text-decoration:none;
	padding-left:8px;
	width:160px;
}
.navPrincipalInterior{
	background:#FFF;
}
/* subnavegacion */
.navPrincipalInterior .cabeceraInterior ul li ul,
.navPrincipal ul li ul{
	border-top-color:#CF142B;
	border-top-style:solid;
	border-top-width:3px;
	display:none;
	margin:20px 0 0;
	position: absolute;
}
.navPrincipal ul li ul{
	background:none;
	border-top: 0;
	border-bottom: 3px solid #cf142b;
	top: 9px;
}
.navPrincipalInterior .cabeceraInterior ul li ul li,
.navPrincipal ul li ul li{
	width:170px;
	padding:1px 2px;
	text-align: left;
	background-color:#FBFBFB;
}
.navPrincipalInterior .cabeceraInterior ul li ul li{
	margin:0;
}
.navPrincipal ul li ul li{
	padding:0;
	width:auto;
}
.navPrincipalInterior .cabeceraInterior ul li:hover ul,
.navPrincipal ul li:hover ul{
	display:block;
}
/* /subnavegacion */
.cabeceraInterior{
	height:130px;
	text-align: justify;
	max-width:950px;
}
.cabeceraInterior::after{
	content: '';
    display: inline-block;
    width: 100%;
}
.cabeceraInterior div.navegaconAltura,
.cabeceraInterior div ul,
.cabeceraInterior h1{
	display: inline-block;
	vertical-align:middle;
}
.cabeceraInterior div.navegaconAltura{
	height: 100%;
    text-align: left;
}
.cabeceraInterior div.navegaconAltura::before {
    content: '';
    display: inline-block;  
    vertical-align: middle;
    height: 100%;
}
.cabeceraInterior .alturaTope{
	height:100%;
}
.cabeceraInterior .alturaTope ul{
	vertical-align: middle;
}

/* FlexSlider */
.flexslider ul{
	margin:0;
	height:100%;
}
.flexslider ul li{
	height:590px;
}
.flexslider ul li img{
	height:100%;
	max-width:auto;
	overflow: hidden;
}
.flexslider ul li.tienda{
	background: url(../img/escogiendo-carnes.jpg) no-repeat 50% 50%; 
	background-size:cover;
}
.flexslider ul li.gastronomia{
	background: url(../img/sirviendo-comida-en-platos.jpg) no-repeat 50% 50%; 
	background-size:cover;
}
.flexslider ul li.restaurante{
	background: url(../img/botellas-vista-restaurante.jpg) no-repeat 50% 50%; 
	background-size:cover;
}
.flexslider ul li.aldia{
	background: url(../img/exterior-movimiento-diario.jpg) no-repeat 50% 50%; 
	background-size:cover;
}
.flexslider ul li div{
	width:57.44680851063829%;
	left:50%;
	margin-left:-28.72340425531915%;
}
.flexslider .flex-control-nav{
	position:absolute;
	bottom:40px;
	z-index:200;
	left:50%;
	margin-left:-60px;
}
.flexslider .flex-control-nav li{
	display:inline-block;
	margin:0 5px;
}
.flexslider .flex-control-nav li a{
	width:12px;
	height:12px;
	background:#706d6c;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-indent:99999px;
	float:left;
	cursor:pointer;
}
.flexslider .flex-control-nav li a.flex-active{
	background:#472213;
}
/* /FlexSlider */
/* Textos Slider */
.txtSlide{
	margin-top:300px;
	margin-bottom:200px;
	height:190px;
}
.txtSlide-left{
	margin-left:25%;
}
.txtSlide-right{
	margin-right:5%;
}
/* Textos Slider */

.cabeceraHome{
	margin-top:30px;
	max-width:750px;
}

/* Contenido central */
.btn-bajar,
.btn-bajar-primero{
	background: url(../img/bullet-bajar.png) no-repeat 0 0;
	width:40px;
	height:40px;
	margin-top:-220px;
	left:50%;
	margin-left:-20px;
}
.btn-bajar-primero{
	margin-top:-120px;
}
/* Fondos home */
.bgGastronomiaHome{
	background: url(../img/platos-txuleta.jpg) no-repeat center bottom;
	background-size:contain;
	padding:100px 0 600px;
}
.bgReservaHome{
	background: url(../img/botellas-txuleta.jpg) no-repeat center center;
}
.bgRestauranteHome{
	background: url(../img/restaurante-txuleta-marron.jpg) no-repeat center center;
}
/* /Fondos home */
.destacadoReserva{
	height:200px;
	background: url(../img/copas-botella-restaurante.jpg) no-repeat fixed 50% 50%;
	background-size:cover;
}
.destacadoReserva .btnBorde{
	border:3px solid #FFF;
	color:#fff;
}
.destacadoReserva p{
	line-height:30px;
}
.BtnReservaMesa{
	margin-left:-95px;
	margin-top:25px;
	left:50%;
}
.imgMargin{
	margin-top:50px;
}

/*Historia*/
.puntosHistoria{
	background: url(../img/bullet-cuadrado.gif) no-repeat 0 11px;
	padding-left:60px;
}
.row-fluid .lineaHistoria .margenHistoria{
	margin-left:90px;
}
/*/Historia*/

/*Aldia*/
.tabs{
	/*background:#e6e4e4;*/
}
ul#instafeed{
	margin:0 30px;
}
ul#instafeed i.icon-comments-alt{
	margin-left:10px;
}
ul#instafeed a{
	text-decoration:none;
}
.listaInstagram{
	width:18%;
	margin:1%;
}
.listaInstagram figure{
	overflow: hidden;
	margin:0;
}
.listaInstagram figure img {
	max-width: 100%;
	display: block;
	position: relative;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.listaInstagram figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background: #cf142b;
	color: #ffffff;
	border-top:3px solid #cf142b;
}

.no-touch .listaInstagram figure:hover img,
.listaInstagram figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.listaInstagram figcaption {
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.row-fluid .listaInstagram figcaption.span12 {
	margin:0;
}
.no-touch .listaInstagram figure:hover figcaption,
.listaInstagram figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.icoCorazon{
	background: url(../img/ico-corazon.png) no-repeat 0 4px;
	padding:0 0 0 22px;
	margin:0 3px;
}
.icoComent{
	background: url(../img/ico-comentarios.png) no-repeat 0 4px;
	padding:0 0 0 22px;
	margin:0 15px;
}
.imagenUser{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	bottom:30px;
}
/*Aldia*/
/* /Contenido central */

/* Pie */
.Pie{
	background:#1b0205;
}
.Pie .borderInferor{
	border-bottom:1px solid #525252;
	width:155px;
}
.Pie ul li{
	display:inline-block;
	margin:0 10px;
}
.Facebook{
	background: url(../img/logo-facebook.png) no-repeat 0 2px;
	width:127px;
	height:50px;
}
.Twitter{
	background: url(../img/logo-twitter.png) no-repeat 0 9px;
	width:113px;
	height:50px;
}
.Instagram{
	background: url(../img/logo-instagram.png) no-repeat 0 4px;
	width:130px;
	height:50px;
}
.Youtube{
	background: url(../img/logo-youtube.png) no-repeat 0 2px;
	width:88px;
	height:50px;
}
.Pie a{
	text-decoration: underline;
}
.Pie a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
/* /Pie */

/* Aldia Guikar */
.datosCompra ul.pedido li{
	display:block;
	margin: 2px 0;
}
.datosCompra ul.pedido li a:hover{
	text-decoration: none;
}
.datosCompra ul.pedido li span.paddingBotones{
	padding:2px 5px;
}

.cbp-vm-options{
	left:0;
	bottom:0;
}
.cbp-vm-options a {
	width: 30px;
	height: 31px;
	white-space: nowrap;
	margin: 2px;
}

.cbp-vm-options a:hover{
	color: #47a3da;
	text-decoration: none;
}
.cbp-vm-options a.cbp-vm-selected{
	cursor:default;
}
.cbp-vm-options a.cbp-vm-selected i {
	color: #B9B9B9;
}

.cbp-vm-add,
.cbp-vm-menos {
	transition: background 0.2s;
}

.cbp-vm-add:hover,
.cbp-vm-menos:hover {
	color: #fff;
	text-decoration: none;
}



.cbp-vm-view-grid ul li {
	vertical-align: top;
	width:17.077%;
	float:none;
	margin-left:1.28205%;
	margin-right:1.28205%;
	display: inline-block;
}
.cbp-vm-view-grid .datosCompra ul li{
	width: auto;
}



/* List view */


.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add,
.cbp-vm-view-list .cbp-vm-menos {
	display: inline-block;
	vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {
	width: 10%;
}

.cbp-vm-view-list .cbp-vm-title {
	padding: 0 10px;
	white-space: normal;
	width: 23%;
}

.cbp-vm-view-list .cbp-vm-price {
	width: 10%;
}

.cbp-vm-view-list .cbp-vm-details {
	width: 35%;
	padding: 0 15px;
	overflow: hidden;
	white-space: normal;
}

.cbp-vm-view-list .cbp-vm-add,
.cbp-vm-view-list .cbp-vm-menos {
	margin: 0;
}
/* /Aldia Guikar */


/* Youtube y Twitter */
ul.listaYoutube{
	margin:0;
}
ul.listaYoutube p{
	margin-bottom:50px;
}
ul.overLista li:hover{
	background: #eeeeee;
}
ul.overLista li p a{
	color:#B9B9B9;
}
ul.overLista li p a:hover{
	text-decoration: underline;
	color: #CF142B;
}
/* /Youtube y Twitter */

/* Bonos regalo */
.bonos{
	width:300px;
	vertical-align: top;
}
.bonos ul li{
	margin-bottom:10px;
}
/* /Bonos regalo */

/* Carta y menu */
/*.bgMenuCarta{
	background: url(../img/platos-distintos.png) repeat-y center 0;
	background-size: 100%;
}*/
.menus-cartas .cajaMenu{
	max-width:400px;
	vertical-align: top;
	margin: 0 30px;
}
/* /Carta y menu */

/* Equipo */
ul.equipo{
	width:100%;
	margin:0;
	text-align: center;
}
ul.equipo li{
	padding:20px 0;
}
ul.equipo li.bgOscuro{
	background:#eeeeee;
}
/* /Equipo */

/* Contacto */
.fluid-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        border: none;
}
.margenContactoTitular{
	margin-left:-100px;
	left: 50%;
}
/* /Contacto */

@media (min-width: 768px) {
	.navPrincipal{
		position:absolute;
	}
	
	.redes-portada{
		margin-top: 1rem;
		position: static;
		bottom: 0;
		width: 100%;
}
	
	.redes-portada a{
		color: inherit;
	}
    
    .w-50{
    width: 50%;
} 

.info-footer .d-flex a{
	margin: 5px 16px;
}    
    
.Pie .d-flex{
    flex-direction: row;
}    
    
.flex-pie{
    display: flex;
}

.flex-footer{
    display: flex;
    flex-direction: column;
    align-items: end;
}  
	
	.i-block{
		display: inline-block;
		width: 100%;
}
}
@media (max-width: 1000px) {
	.ganador-parrilla{
		background-image:none;
		background-color:#CF142B;
		width: auto;
		padding: 10px 0;
		height: auto;
		top: 0;
		right: 0;
		z-index: 600;
		position: relative;
		text-indent: 0;
		display: block;
	}
	.ganador-parrilla span{
		background:url(../img/ico-parrilla.png) 0 center no-repeat;
		padding:7px 0 7px 40px;
	}
}
@media (max-width: 767px) {
	body,
	body.noPadding{
		padding:0;
	}
	html, body, .container, .scroller {
		height: 100%;
	}
	.paddingBottom{
		padding-bottom:50px;
	}
	.paddingTop{
		padding-top:50px;
	}
	.btn-bajar, .btn-bajar-primero {
		display:none;
	}
	.modoMovil{
		background:#CF142B;
		z-index: 200px;
	}
	.mp-level{
		background:#CF142B;
		z-index: 400;
	}

	.navPrincipal,
	.navPrincipalInterior{
		background:#FFF;
		padding: 20px;
		height:140px;
	}
	.cabeceraInterior{
		height: auto!important;
	}
	.navPrincipal ul,
	.navPrincipalInterior ul{
		width: 100%;
	}
	.navPrincipal ul li,
	.navPrincipalInterior ul li{
		padding:0;
		position: inherit!important;
		border-bottom:1px dotted #000000;
		float: none;
		line-height: 25px;
		margin: 0;
	}
	.navPrincipalInterior ul li.pull-left{
		float:none;
	}
	.navPrincipal ul li a,
	.navPrincipal ul li a:hover,
	.navPrincipalInterior ul li a,
	.navPrincipalInterior ul li a:hover{
		width:auto!important;
		padding:15px 10%!important;
		font-size:20px;
		float: none;
		color: #FFF;
		text-transform: uppercase;
	}
	.navPrincipal ul li a.mp-back,
	.navPrincipal ul li a.mp-back:hover,
	.navPrincipalInterior ul li a.mp-back,
	.navPrincipalInterior ul li a.mp-back:hover{
		text-transform: lowercase;
		font-weight: normal;
		font-size: 18px;
	}
	.navPrincipal ul li a:hover,
	.navPrincipalInterior ul li a:hover{
		background:#472213;
	}
	.navPrincipalInterior ul li.gastronomia,
	.navPrincipalInterior ul li.tienda {
	  	width:auto;
	  	padding-bottom:0;
	}
	.navPrincipal ul li a{
		color:#FFF;
	}
	.navPrincipalInterior .cabeceraInterior ul li ul,
	.navPrincipal ul li ul{
		border-top:none;
		display:block;
		margin:0;
		position: relative;
	}
	.navPrincipal ul li ul{
		background:none;
		border-top: 0;
		border-bottom: 3px solid #cf142b;
		top: 0;
	}
	.navPrincipalInterior .cabeceraInterior ul li ul li,
	.navPrincipal ul li ul li{
		width:auto;
		padding:0;
		text-align: left;
		position: relative;
		background:#CF142B;
	}
	.navPrincipalInterior .cabeceraInterior ul li ul li a,
	.navPrincipal ul li ul li a,
	.navPrincipalInterior .cabeceraInterior ul li ul li a:hover,
	.navPrincipal ul li ul li a:hover{
		width:auto!important;
		padding-left:10%;
		padding-right:10%;
		font-size:20px;
	}
	.navPrincipalInterior .cabeceraInterior ul li:hover ul,
	.navPrincipal ul li:hover ul{
		display:block;
	}
	.cabeceraHome {
		margin:0;
	}
	.logotipoCont {
		width: 130px;
	}
	.logotipoCont a{
		font-size:14px; 
	}
	.logotipoCont .logotipoInterior{
		margin-top: 5px;
		margin-bottom: 10px;
		background-size:100%;
		height: 60px;
	}
	.logotipoHome {
		width: 130px;
		height: 60px;
	}
	.menu-trigger{
		margin-top:35px;
	}
	.modoMovil ul.pull-left{
		float:none;
	}
	.flexslider ul li{
		background-position:50% 0!important;
		height:300px!important;
		margin-bottom: 280px;
	}
	.flexslider ul li div.txtSlide {
	 	margin-left:0;
	 	width:100%;
	 	margin-top: 0!important;
	 	margin-bottom: 0!important;
	 	left:0;
	 	bottom: -177px;
	 	opacity: 1!important;
	 	padding: 20px 0;
	 	height: auto!important;
	}
	.flexslider ul li div.txtSlide p{
		margin:0 20px;
	}
	.flexslider ul li div.txtSlide p.size50{
		font-size:40px;
	}
	.flexslider ul li div.txtSlide a{
		margin: 20px 20px 0 20px;
	}
	.bgGastronomiaHome{
		padding-bottom:200px;
	}
	.bgMenuCarta{
		background:none;
	}
	.titularesNegativoIzq {
	    margin-left: 0;
	}
	.CabecerasImg{
		height:300px!important;
		background-position:50% 50%!important;
		background-size: cover;
	}
	.titularesNegativoIzq {
	  	margin-left:0;
	}
	.titularesNegativoDere {
	  	margin-right:0;
	}
	.contRestaurante .span4{
		text-align: center;
	}
	.contRestaurante .imagenesBordeBlanco {
		clear: both;
	}
	.contRestaurante .pull-right{
		float:none;
		margin: 0 auto;
	}
	.margenHistoria{
		margin-top: -55px;
	}
	ul#instafeed li{
		width:45%;
	}
}
@media screen and (max-width: 66.7em) {
	.cbp-vm-view-list .cbp-vm-details  {
		width: 30%;
	}
	.margenContacto .margenSupCotacto{
		margin-top:50px;
	}
} 

@media screen and (max-width: 57em) {
	.cbp-vm-view-grid ul li {
		width: 49%;
	}
}

@media screen and (max-width: 47.375em) {
	.cbp-vm-view-list .cbp-vm-image {
		width: 20%;
	}

	.cbp-vm-view-list .cbp-vm-title {
		width: auto;
	}

	.cbp-vm-view-list .cbp-vm-details  {
		display: block;
		width: 100%;
		margin: 10px 0;
	}

	.cbp-vm-view-list .cbp-vm-add,
	.cbp-vm-view-list .cbp-vm-menos  {
		margin: 10px;
	}
}

@media screen and (max-width: 40.125em) {
	.cbp-vm-view-grid ul li {
		width: 100%;
	}
	ul#instafeed li{
		width:90%;
	}
}