html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*fonts*/

@font-face {
    font-family: 'Avenir LT Std 55 Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 55 Roman'), url('../fonts/AvenirLTStd-Roman.woff') format('woff');
}

@font-face {
    font-family: 'Avenir LT Std 85 Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 85 Heavy'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
}

/*Inici css Quina Creu*/

/* 
00 - General
01 - Menú 
02 - Header
02.1 - Idiomas
03 - Home
03.1 - About
03.2 - Where
03.3 - Contact
03.4 - Grid imagenes
04 - Botón reserva
05 - La Carta
06 - Reservas
07 - Especiales
08 - 
*/

/* 00 - General */

body{
    margin: 0 auto;
}

/* 01 - Menú */
nav{
    background: rgb(66, 86, 96);
    color: rgb(255, 178, 62);
    height: 125px;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: 10;
}

nav ul{
    width: 90%;
    font-family: 'Fascinate', cursive;
    height: 75px;
    display: block;
    margin: 0 auto;
    clear: both;
}

nav ul li{
    float: left;
    width: 50%;
    font-size: 40pt;
    text-align: left;
    display: inline;
    line-height: 125px;
}

nav ul li:last-child{
    text-align: right;
}

nav ul li a{
    text-decoration: none;
    color: rgb(255, 178, 62);
}

nav ul li a:hover{
    text-decoration: none;
    color: rgb(255, 178, 62);
}

/* 02 - Header */

#home{
    margin: 0 auto;
    background-image: url(../ima/quina-creu-home.jpg);
    height: 100%;
    width: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center; 
    display: table;
    position: static;
    top: 0;
    z-index: 8;
}

#logo-animat{
    margin: 0 auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#logo-animat img{
    position:absolute;
    top:30%;
    left:25%;
    width: 50%;
    border:none;
    max-width: 500px;
}

.animat-1{
    -webkit-animation: roll 10s infinite linear;
    animation: roll 10s infinite linear;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.animat-2{
    -webkit-animation: roll 12s infinite linear;
    animation: roll 10s infinite linear;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.animat-3{
    -webkit-animation: roll 8s infinite linear;
    animation: roll 10s infinite linear;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

@-webkit-keyframes roll {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes roll {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* 02.1 - Idiomas */
#botones-idiomas{
    width: 100%;
    z-index: 10;
    position: absolute;
    margin: 0 auto;
    margin-top: 125px;
}

.idioma{
    float: right;
    margin-top: 35px;
    margin-right: 25px;
    clear: both;
    color: rgb(66, 86, 96);
    background: #ffffff;
    font-size: 40pt;
    font-family: 'Special Elite', cursive;

    height: 110px;
    width: 110px;
    line-height: 125px;

    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.idioma a{
    color: rgb(66, 86, 96);
    text-decoration: none;
}

.idioma a:hover{
    color: rgb(66, 86, 96);
    text-decoration: none;
}

.idioma a:hover{
    color: rgb(66, 86, 96);
    text-decoration: none;
}



/* 03 - Home */

#portada{ width: 100%; }


#portada .col-sm-6{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
}

.flex{ display: block;}
.item{flex:1 100%;}
.order-1{ order:1;}
.order-2{ order:2;}

/* 03.1 About */

#about{
    margin: 0 auto;
    background-image: url(../ima/about-quina-creu.jpg);
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;

}

#about h1{
    font-family: 'Pacifico', cursive;
    font-size: 52pt;
    color: #ffffff;
    text-align: center;
    line-height: 75pt;
    padding-top: 180px;
    width: 100%;
    clear: both;
}

#about p{
    font-family: 'Avenir LT Std 55 Roman';
    font-size:26pt;
    color: #ffffff;
    text-align: center;
    line-height: 40pt;
    margin-left: 5%;
    padding-top: 30px;
    padding-bottom: 100px;
    width: 90%;
    clear: both;
}

/* 03.2 where */

#where address{
    font-family: 'Pacifico', cursive;
    font-size: 52pt;
    color: rgb(66, 86, 96);
    text-align: center;
    padding-top: 80px;
    width: 100%;
    clear: both;
}

.globo{
    margin: 0 auto;
    display: block;
    margin-top: 100px;
    margin-bottom: -100px;
    position: relative;

    z-index: 10;

    -webkit-animation: myfirst 3s infinite linear; /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
    animation: myfirst 3s infinite linear;
    animation-direction: alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes myfirst {
    0%   {left: -50px; top: 0px;}

    100% {left: 50px; top: 0px;}
}

@keyframes myfirst {
    0%   {left: -50px; top: 0px;}

    100% {left: 50px; top: 0px;}
}

/* 03.3 Contact */

#contact{
    position: relative;
    background: rgb(222, 209, 166);
    padding-top: 70px;
    width: 100%;
    transform:skew(0deg,6deg);
    -ms-transform:skew(0deg,6deg); /* IE 9 */
    -webkit-transform:skew(0deg,6deg); /* Safari and Chrome */
    padding-bottom: 70px;
    margin: 0 auto;
    display: block;

    clear: both;
}

#contact .wrapper {
    display: block; 
    margin: 0 auto;
    padding-top: 50px;
    transform:skew(0deg,-6deg);
    -ms-transform:skew(0deg,-6deg);
    -webkit-transform:skew(0deg,-6deg); 
    transform-origin: bottom left;
    width: 90%;
}

#contact img{
    vertical-align: middle;
}

#contact .phone{
    color: rgb(66, 86, 96);
    font-size: 88pt;
    font-family: 'Fascinate', cursive;
    margin: 0 auto;
    display: block;
    margin-top: 80px;
}

#contact .phone a{
    color: rgb(66, 86, 96);
    font-size: 88pt;
    font-family: 'Fascinate', cursive;
    text-decoration: none;
}

#contact .phone img{
    margin-right: 50px;
    float: left;
}

#contact .mail{
    color: rgb(66, 86, 96);
    font-size: 88pt;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
    display: block;
    clear: both;
    font-weight: bold;
}

#contact .mail a{
    color: rgb(66, 86, 96);
    font-size: 80pt;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
}

#contact .mail .mail2 { font-size: 74px; font-weight: normal;}

#contact .mail img{
    margin-left: 50px;
}

#contact .when{
    color: rgb(66, 86, 96);
    font-size: 33pt;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 auto;
    line-height: 50pt;
}
    
    /*    font-size: 25pt;
    line-height: 72pt;    */


#contact .when img{
    margin-right: 50px;
    float: left;
}

#redes{
    z-index: 10;
    background: #ffffff;  
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: -80px;
    position: relative;
}

#redes p{
    font-family: 'Pacifico', cursive;
    font-size: 52pt;
    color: rgb(66, 86, 96);
    text-align: center;
    padding-top: 80px;
    width: 100%;
    clear: both;
}

#redes .ima-redes{
    width: 90%;
    margin: 0 auto;
    padding-top: 80px;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around;
    clear: both;
}

#redes .ima-redes img{
    width: 100%;
}


/*03.4 - grid imagenes*/

#grid{
    margin-top: 100px;
    clear: both;
    width: 100%;
}

#grid-1, #grid-2 {
    display: grid;
    grid-auto-flow: dense;
    grid-auto-rows: minmax(auto, auto);
    grid-gap: 10px;
    grid-template-columns: auto auto;
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
}

.grid-item {
    padding: 15px 0;
    width: 100%;
}

.span2 {
    grid-column: auto / span 2;
}

.ima-grid-1{
    background-image: url(../ima/quinacreu_restaurante-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.ima-grid-2{
    background-image: url(../ima/quinacreu_restaurante-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.ima-grid-3{
    background-image: url(../ima/quinacreu_restaurante-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 470px;
}

.ima-grid-4{
    background-image: url(../ima/quinacreu_restaurante-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.ima-grid-5{
    background-image: url(../ima/quinacreu_restaurante-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.ima-grid-6{
    background-image: url(../ima/quinacreu_restaurante-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.ima-grid-7{
    background-image: url(../ima/quinacreu_restaurante-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.ima-grid-8{
    background-image: url(../ima/quinacreu_restaurante-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 470px;
}

.ima-grid-9{
    background-image: url(../ima/quinacreu_restaurante-9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 470px;
}

.ima-grid-10{
    background-image: url(../ima/quinacreu_restaurante-10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.ima-grid-11{
    background-image: url(../ima/quinacreu_restaurante-11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.ima-grid-12{
    background-image: url(../ima/quinacreu_restaurante-12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

/* footer*/

footer{
    background: rgb(66, 86, 96);
    height: 300px;
    font-family: 'Avenir LT Std 55 Roman';
    font-size: 20pt;
    color: #ffffff;
    text-align: center;
    line-height: 30pt;
    padding-top: 50px;
    padding-bottom: 180px;
    width: 100%;
    clear: both;
}

#footer-100{
    height: 100px !important;
}

footer a{
    color: #ffffff;
    text-decoration: none;
    font-family: 'Avenir LT Std 85 Heavy';
    font-size: 22pt;
}

/* 04 - Botón reserva */
#boton-reservas{
    font-family: 'Fascinate', cursive;
    font-size: 60pt;
    text-align: center;
    background: rgb(66, 86, 96);
    color: rgb(255, 178, 62);
    height: 150px;
    width: 100%;
    display: table;
    margin: 0 auto;
    /*posicion*/
    z-index: 99;
    position:fixed;
    bottom: 0;
}

#boton-reservas a {
    color: rgb(255, 178, 62);
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    font-family: 'Fascinate', cursive;
    display: table-cell;
    vertical-align: middle;
}

#boton-reservas a:hover{
    color: rgb(255, 178, 62);
  text-decoration: none;
}

/* 05 - La carta */

#nav-carta{    
    height: 160px;
}

#nav-carta ul li:last-child{
    font-size: 60pt;
    height: 160px;
    line-height: 160px;
    width: 75%; 
}

#nav-carta ul li:first-child{

    width: 25%;
    height: 110px;
    padding-top: 50px;
}

#la-carta{
    margin-top: 125px;
}

#la-carta h1{
    font-family: 'Pacifico', cursive;
    font-size: 70pt;
    
    line-height: 110pt;
    color: rgb(255, 178, 62);
    text-align: center;
    padding-top: 80px;
    width: 100%;
    clear: both;
}

#la-carta p{
    font-family: 'Avenir LT Std 55 Roman';
    font-size:24pt;
    color: #ffffff;
    text-align: center;
    line-height: 40pt;
    padding-top: 80px;
    padding-bottom: 100px;
    width: 90%;
    clear: both;
    margin: 0 auto;
}

.ico-carta1{
    position: absolute;
    top: 140px;
    z-index: 11;
    float: left;
    text-align: center;
    width: 100%;
    height: 90px;
}

.ico-carta{
    z-index: 10;
    float: left;
    margin-top: -45px;
    text-align: center;
    width: 100%;
    height: 90px;}

.ico-carta1, .ico-carta{
    -webkit-animation: icones 4s infinite linear;
    animation: icones 4s infinite linear;
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
}

@-webkit-keyframes icones {
    0% {
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1, 1); /* Safari */
        transform: scale(1, 1);
    }
    50% {
        -ms-transform: scale(0.9, 0.9); /* IE 9 */
        -webkit-transform: scale(0.9, 0.9); /* Safari */
        transform: scale(0.9, 0.9);
    }

    100% {
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1, 1); /* Safari */
        transform: scale(1, 1);
    }
}

@keyframes icones {
    0% {
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1, 1); /* Safari */
        transform: scale(1, 1);
    }
    50% {
        -ms-transform: scale(0.9, 0.9); /* IE 9 */
        -webkit-transform: scale(0.9, 0.9); /* Safari */
        transform: scale(0.9, 0.9);
    }

    100% {
        -ms-transform: scale(1, 1); /* IE 9 */
        -webkit-transform: scale(1, 1); /* Safari */
        transform: scale(1, 1);
    }
}


#carpaccio{
    padding-top: 50px;
    margin: 0 auto;
    background-image: url(../ima/quinacreu_carta1.jpg);
    width: 100%;
    height: auto;
    background-size: auto 150%;
    background-repeat: no-repeat;
    background-position: right;
}

#ensaladas{
    margin: 0 auto;
    background-image: url(../ima/quinacreu_carta2.jpg);
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#principal{
    margin: 0 auto;
    background-image: url(../ima/quinacreu_carta3.jpg);
    width: 100%;
    height: auto;
    background-size: auto 150%;
    background-repeat: no-repeat;
    background-position: left;
}

#tapas{
    margin: 0 auto;
    background-image: url(../ima/quinacreu_carta4.jpg);
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#pintxos{
    margin: 0 auto;
    background-image: url(../ima/quinacreu_carta5.jpg);
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

#cocktels{
    margin: 0 auto;
    background-image: url(../ima/quina-creu-cocktails.jpg);
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 80px;
}

#cocktels h2{
    font-family: 'Pacifico', cursive;
    font-size: 25pt;
    line-height: 60pt;
    color: rgb(255, 178, 62);
    text-align: center;
    padding-top: 20px;
    width: 100%;
    clear: both;
}

#cocktels p{
    line-height: 40pt;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

#cocktels p:last-child{
    padding-bottom: 40px !important;
}
/* 06 - especiales */

#especiales{
    margin-top: 125px;
}

#especiales h1{
    font-family: 'Pacifico', cursive;
    font-size: 70pt;
    line-height: 100pt;
    color: rgb(255, 178, 62);
    text-align: center;
    padding-top: 160px;
    width: 100%;
    clear: both;
}

#especiales h2{
    font-family: 'Pacifico', cursive;
    font-size: 40pt;
    color: rgb(255, 178, 62);
    text-align: center;
    width: 90%;
    clear: both;
    margin: 0 auto;
    padding-top: 80px;
}

#especiales p{
    font-family: 'Avenir LT Std 55 Roman';
    font-size: 24pt;
    color: #ffffff;
    text-align: center;
    line-height: 34pt;
    padding-top: 80px;
    width: 80%;
    clear: both;
    margin: 0 auto;
}

#fin-de-ano{
    margin: 0 auto;
    background-image: url(../ima/quinacreu_especiales1.jpg);
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
}

#fin-de-ano h1{ color: rgb(216, 68, 64);}
#fin-de-ano h2{ color: rgb(236, 92, 84);}
#fin-de-ano p{ color: #000000;}

#c-empresa-n{
    margin: 0 auto;
    background-image: url(../ima/quinacreu_especiales2.jpg);
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
}

#c-empresa-n h1{ color: #ffffff;}
#c-empresa-n h2{ color: rgb(222, 209, 166);}

#menu-grupos{
    font-family: 'Fascinate', cursive;
    background-color: rgb(255, 178, 62);
    padding: 75px;
    font-size: 64pt;
    text-align: center;
    color: rgb(66, 86, 96);
}

#empresa{
    margin: 0 auto;
    background-image: url("../ima/quinacreu_empresa2.jpg");
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#empresa h2{ color: #FFD800;}

#feeling-good{
    margin: 0 auto;
    background-image: url(../ima/quinacreu_especiales3.jpg);
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#feeling-good h1{ color: #ffffff;}
#feeling-good h2{ color: #000000;}

#cocodrilo{
    margin: 0 auto;
    background-image: url(../ima/quinacreu_especiales4.jpg);
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#cocodrilo h1, #cocodrilo h2{ color: rgb(66, 86, 96);}

#lovefool{
    margin: 0 auto;
    background-image: url(../ima/quinacreu_especiales5.jpg);
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#lovefool h1{ color: #ffffff;}
#lovefool h2{ color: rgb(66, 86, 96);}


#nota{ background-color: rgb(51, 63, 79);}

#nota h3{
    font-family: 'Pacifico', cursive;
    font-size: 50pt;
    color: rgb(222, 209, 166);
    text-align: center;
    width: 90%;
    clear: both;
    margin: 0 auto;
    padding-top: 80px;
}

#nota p{
    font-family: 'Avenir LT Std 55 Roman';
    font-size:14pt;
    color: #ffffff;
    text-align: center;
    line-height: 20pt;
    padding-top: 50px;
    width: 90%;
    clear: both;
    margin: 0 auto;
    padding-bottom: 50px;
}

/* 07 - reservas */
#f-contact{
    background: url(../ima/quinacreu_carta5.jpg);
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;  
    padding-left: 25px;
}

#f-contact .container {
    padding-top: 250px;
    margin: 0 auto;
}

#f-contact .container .row{
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Avenir LT Std 85 heavy';
    font-size: 35px;
    color: rgb(66, 86,96);
}

.col-sm-7, .col-sm-5, .col-sm-12{
    margin-left: 0px;
    margin-right: 0px;
}

#nombre, #mail, #comentario, #enviar{
    width: 100%;
    height: 120px;
    padding: 20px;
    border: 4px solid rgb(255, 178, 62);
    background-color: #ffffff;
}

#comentario {
    height: 400px;
}

#enviar{
    background-color: rgb(255, 178, 62);
    color: rgb(66, 86,96);
    margin-bottom: 50px;
}

.col-sm-12 input{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0; 
    appearance: none;
}

textarea, select{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0; 
    appearance: none;
}

.man, .ico-calendario, .reloj, .telefono{
    height: 120px;
    border: 4px solid rgb(255, 178, 62);
    border-right: none;
    background-color: #ffffff;
}

.man, .reloj{
    float: left;
}

#comensales, #time-table{
    width: 72%;
    height: 120px !important;
    padding: 20px;
    border: 4px solid rgb(255, 178, 62);
    background-color: #ffffff !important;
}

.ico-calendario, .telefono{
    float: right;
}

#calendario, #telefono{
    float: right;
    width: 81%;
    height: 120px !important;
    padding: 20px;
    border: 4px solid rgb(255, 178, 62);
    background-color: #ffffff !important;
}

#acepto{
    width: 40px;
    height: 40px;
    margin: 0 40px;
    border: 2px solid rgb(255, 178, 62);
    background-color: #ffffff;
}

label{
  color: #ffffff
}

.nota-importante{
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.8);
}


.nota-importante a, .nota-importante strong{
    color: rgb(66, 86,96);
    font-size: 40px;
}

    .nota-importante a:hover { text-decoration: none; color: rgb(66, 86,96);}

#enviado{
    position: relative;
    margin: 0 auto;
    background-image: url(../ima/quinacreu_carta5.jpg);
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 250px;
    display: table;
}

#enviado p .bold{
    font-family: 'Avenir LT Std 85 heavy';
    font-size:40pt;
}

#enviado p{
    font-family: 'Avenir LT Std 55 Roman';
    font-size:30pt;
    color: #ffffff;
    text-align: center;
    line-height: 50pt;
    padding: 0 100px;
    clear: both;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

/* 08 - ubicacion */

#ubicacion{
    background-color: #a1abb0;
    padding-top: 160px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#ubicacion p{
    font-family: 'Avenir LT Std 55 Roman';
    font-size:25pt;
    padding: 30px 0;
    width: 80%;
    margin: 0 auto;
    line-height: 40pt;
    color: #ffffff;
}

#ubicacion p a{
    text-decoration: none;
    color: #ffffff;
}

/*cookies*/
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:200px;
    width:100%;
    text-align:center;
    min-height:50px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:20px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}

/*hidden*/
#cabecera, #rrss-footer, #nav-carta2, #footer-enviado{
    display: none;
}







/*  desktop  */

@media only screen and (min-width: 1200px) {


    /*hidden*/

    #boton-reservas{
        display: none;
    }

    #nav-carta{    
        display: none;
    }

    #nav-principal{    
        display: none;
    }

    #nav-carta img{    
        display: none;
    }

    /*nou menu*/
    #nav-carta2{
        background: rgb(66, 86, 96);
        width: 100%;
        display: block;
        margin: 0 auto;
        position: relative;
        clear: both;
        margin-bottom: 10px;
        height: 80px;
    }

    #nav-carta2 ul{
        width: 1100px;
        font-family: 'Fascinate', cursive;
        margin-top: 0;
        clear: both;
        height: 80px;
        list-style: none;
    }

    #nav-carta2 ul li{
        width: 33.333%;
        font-size: 35pt;
        display: block;
        text-align: center;
        height: 80px;
        list-style-type: none;
        line-height: 80px;
    }

    #nav-carta2 ul li:last-child{
        text-align: right;
        color: rgb(255, 178, 62);
        font-size: 16pt;   
    }

    #nav-carta2 ul li:first-child{
        text-align: left;
    }

    #nav-carta2 ul li img{
        width: 60px;
        margin-top: 10px;
        margin-left: 30px;
    }

    #nav-carta2 ul li a{
        text-decoration: none;
        color: #ffffff;
    }

    #nav-carta2 ul li:last-child a{
        text-decoration: none;
        color: rgb(255, 178, 62);
        margin-right: 30px;
    }

    /* footer*/
    footer{
        height: 65px;
        font-size: 8pt;
        line-height: 14pt;
        padding-top: 15px;
        padding-bottom: 10px;
        margin: 0 auto;
        bottom: 0;
    }

    #footer-100{
        height: 45px !important;
    }

    #content-footer{
        width: 1100px;
        margin: 0 auto;
        height: 50px;
    }

    footer a{
        font-size: 8pt;
    }

    #copy-footer{
        float: right;
        width: 50%;
        text-align: right;
    }

    #rrss-footer{ 
        display: inline;
        width: 50%;
        float: left;
        text-align: left;
    }

    #rrss-footer img{
        width: 30px;
        height: 30px;
        margin-left: 10px}

    /* home*/

    #home{
        margin-top: -10px;
        margin-bottom: 36px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; 
    }

    #logo-animat{
        display: block;
        width: 400px;
        height: 400px;
        margin: 0 auto !important;
    }

    #logo-animat img{
        position:absolute;
        margin: 0 auto !important;
        top:200px;
        left:30%;
        right: 30%;
        width: 300px;
        max-width: 300px;
    }

    /* 02.1 - Idiomas */
    #botones-idiomas{
        margin-top: 20px;
        width: 530px;
        left: 50%
    }

    .idioma{
        float: right;
        margin-top: 10px;
        margin-right: 20px;
        font-size: 20pt;
        height: 50px;
        width: 50px;
        line-height: 55px;
    }

    /*home*/
    #portada{ width: 1100px;}


    #portada .row{
        width: 532px !important;
        float: left;
    }

    .item2{
        float: right !important;
    }

    #portada .col-sm-6{
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 532px !important;
        height: 330px;
    }

    .flex{ display: flex; }
    .item{flex:1 100%;}
    .order-1{ order:2;}
    .order-2{ order:1;}

    /* 03.1 About */

    #about{
        width: 532px;
        height: 330px;
        background-size: 100% auto;
        margin-bottom: 36px;
    }

    #about h1{
        font-size: 24pt;
        line-height: 44pt;
        padding-top: 30px;
        margin-top: 0px;
    }

    #about p{
        font-size:12pt;
        line-height: 16pt;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* 03.2 where */
    #where{
        width: 532px;
        height: 330px;
        float: right;
    }

    #where address{
        font-size: 24pt;
        padding-top: 30px;
    }

    .globo{
        margin-top: 20px;
        margin-bottom:0px;
        height: 230px;
        z-index: 1;
        -webkit-animation: myfirst 5s infinite linear; /* Safari 4.0 - 8.0 */
        -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
        animation: myfirst 5s infinite linear;
        animation-direction: alternate;
    }

    /* 03.3 Contact */

    #contact{
        float: left;
        position: absolute;
        padding-top: 0;
        margin-top: 366px;
        transform:none;
        -ms-transform:none; /* IE 9 */
        -webkit-transform:none; /* Safari and Chrome */
        margin-bottom: 36px;
        width: 532px;
        height: 500px;

    }

    #contact .wrapper {
        display: block; 
        margin: 0 auto;
        padding-top: 20px;
        transform:none;
        -ms-transform:none;
        -webkit-transform:none; 
        width: 80%;

    }

    #contact img{
        width: 65px;
    }

    #contact .phone{
        font-size: 24pt;
        margin-top: 0px;
    }

    #contact .phone a{
        font-size: 40pt;
    }

    #contact .phone img{
        margin-right: 30px;
    }

    #contact .mail{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #contact .mail a{
        font-size: 35pt;
    }


    #contact .mail .mail2 { font-size: 30px;}

    #contact .mail img{
        margin-left: 0px;
        margin-right: 30px;
        float: left;
    }

    #contact .when{
        padding-top: 20px;
        font-size: 14pt;
        line-height: 18pt;
    }
        /*
        font-size: 22pt;
        line-height: 30pt;
*/
    

    #contact .when img{
        margin-left: 0px;
        margin-right: 30px;
        float: left;
    }

    #redes{
        width: 532px;
        height: 330px;
        float: right;
        z-index: 0; 
        width: 100%;
        margin-top: 0px;
        padding-top: 20px;
        position: absolute;
        background-color: rgb(255, 232, 191);
    }

    #redes p{
        font-size: 32pt;
        padding-top: 20px;
    }

    #redes .ima-redes{
        width: 90%;
        padding-top: 80px;
    }

    #redes .ima-redes img{
        width: 70px;
    }


    #grid{
        margin: 0 auto;
        margin-top: 60px;
        width: 1100px;
    }

    #grid-1, #grid-2 {
        width: 545px;
    }

    #grid-1{
        float: left;
    }
    #grid-2{
        float: right;
    }

    #limpiar{
        height: 10px;
        width: 100%;
        clear: both;
    }

    /* 05 - La carta */

    #cabecera{
        display: block;
        width: 1100px;
        margin: 0 auto;
        padding: 10px 0;
        font-family: 'Fascinate', cursive;
        font-size: 30pt;
        text-align: center;
        background: rgb(66, 86, 96);
        color: rgb(255, 178, 62);
    }

    #la-carta{
        width: 1100px;
        margin: 0 auto;
    }


    #la-carta h1 {
        font-size: 30pt;
        padding-top: 20px;
    }


    #la-carta p{
        font-size:12pt;
        line-height: 14pt;
        padding-top: 40px;
        padding-bottom: 60px;
        width: 70%;
        clear: both;
        margin: 0 auto;
    }

    .ico-carta1{
        display: block;
        position: relative;
        top: 20px;
        z-index: 0;
        height: 60px;
        margin-bottom: 20px;
    }

    .ico-carta1 img, .ico-carta img{
        width: 60px;
    }

    .ico-carta{
        margin-top: -30px;
        height: 60px;}

    #carpaccio{
        padding-top: 0px;
        background-size: 100% auto;
        background-position: center;     
    }

    #principal{
        padding-top: 0px;
        background-size: 100% auto;
        background-position: top right;
    }

    #pintxos{
        padding-top: 0px;
        background-size: 100% auto;
        background-position: top;
    }
    /* 06 especiales */

    #especiales{
        width: 1100px;
        margin: 0 auto;
    }

    .precio{
        height: 150px;
    }

    #especiales h1{
        font-size: 30pt;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #especiales h2{
        font-size: 21pt;
        padding-top: 20px;
    }

    #especiales p{
        font-size:12pt;
        line-height: 11pt;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 70%;
    }

    #fin-de-ano{
        background-size: 100% auto;
    }

    #c-empresa-n{
        background-size: 100% auto;
    }

    #menu-grupos{
        padding: 30px;
        font-size: 30pt;
    }

    #nota{  
        width: 1100px;
        margin: 0 auto;
    }

    #nota h3{
        font-size: 25pt;
        padding-top: 30px;
    }

    #nota p{
        font-size:10pt;
        line-height: 13pt;
        padding-top: 20px;
        width: 80%;
        padding-bottom: 20px;
    }

    /*reservas*/ 
    
    .flex-reservas{
        width: 100%;
        height: 100% !important;
        display: flex;
        flex-direction: column;
          justify-content: space-between;
    }
    
    
    #cabecera-reservas{
        display: block;
        width: 600px;
        margin: 0 auto;
        padding: 10px 0;
        font-family: 'Fascinate', cursive;
        font-size: 30pt;
        text-align: center;
        background: rgb(66, 86, 96);
        color: rgb(255, 178, 62);
        margin-bottom: 10px;
    }    

    #nav-carta2 .menu-reservas a{
        text-align: right;
        color: rgb(255, 178, 62);
        font-size: 16pt; 
        margin-left: 30px;
    }

    #nav-carta2 .menu-reservas img{
        margin-left: -30px;
    }

    #f-contact{
        width:600px !important;
        margin: 0 auto;
        padding-left: 0px;
        margin-bottom: 10px;
        
     }

    #f-contact .container {
        padding-top: 40px;
        margin: 0 auto;
        width: 575px !important;
    }

    #f-contact .container .row{
        width: 500px;
        margin-bottom: 10px;
        font-size: 15px;
        margin-left: 25px;
    }

    #nombre, #mail, #comentario, #enviar{
        width: 470px;
        height: 45px;
        padding: 5px;
        border: 2px solid rgb(255, 178, 62);
    }

    #comentario {
        height: 100px;
    }

    #enviar{
        background: rgb(255, 178, 62);
        color: rgb(66, 86,96);
        margin-bottom: 20px;
    }

    .man, .ico-calendario, .reloj, .telefono{
        height: 45px;
        width: 27px;
        border: none;
        background-color: #ffffff;
    }
    
    .man, .reloj{
        float: left;
    }

    .man img, .reloj img, .ico-calendario img, .telefono img{
        height: 45px;
        border: 2px solid rgb(255, 178, 62);
        border-right: none;  
    }

    #comensales, #time-table{
        width: 150px;
        height: 45px !important;
        padding: 5px;
        border: 2px solid rgb(255, 178, 62);
    }

    .ico-calendario, .telefono{
        float: right;
    }

    #calendario, #telefono{
        float: right;
        width: 230px;
        height: 45px !important;
        padding: 5px;
        border: 2px solid rgb(255, 178, 62);
    }

#acepto{
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border: 2px solid rgb(255, 178, 62);
    background-color: #ffffff;
}

label{
  color: #ffffff;
}

.nota-importante{
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.nota-importante a, .nota-importante strong {
    font-size: 20px; text-decoration: none;
}
    
    #enviado{
        width:600px !important;
        background-size: 100% auto;
        margin: 0 auto;
        margin-bottom: 10px;
        padding-top: 0px;
        height: 100%;
    }

    #enviado p .bold{
        font-family: 'Avenir LT Std 85 heavy';
        font-size:20pt;
        line-height: 24pt;
    }

    #enviado p{
        font-size:15pt;
        line-height: 20pt;
        padding: 0 20px;
    }

    #footer-enviado{display: block;}

    #ubicacion{
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 0 auto;
    }

    #ubicacion p{
        font-size:12pt;
        padding: 10px 0;
        width: 1100px;
        margin: 0 auto;
        line-height: 12pt;
    }
    
    /*cookies*/
    #barraaceptacion {
    padding-bottom:65px;
}
 
.inner {
    font-size:12px;
}

}

#fullpage {
  height: 100vh;
  overflow: hidden;
}

#fullpage section { height: 100vh; }


#boton-empresas {
	margin-top: 400px;
}


#menumediodia{
	

    margin-top: 0px;
    position:absolute;
    top:15%;
    left:46%;
    width: 50%;
    border:none;
    max-width: 500px;
}


