/*!
 * LA FONDA ARGENTINA
 * Version - 1.0
 * Author: Vannelo - http://vannelo.com

 * - RESOURCES -
 * COLORS
 * ACCENT: #;
 * ACCENT: #;

*/

/* TIPOGRAFÍA */
    @font-face {
        font-family: aleobold;
        src: url('../fonts/aleo-bold.otf');
    }
    @font-face {
        font-family: aleoitalic;
        src: url('../fonts/aleo-italic.otf');
    }
    @font-face {
        font-family: cycle;
        src: url('../fonts/cycle.ttf');
    }
    @font-face {
        font-family: hudson;
        src: url('../fonts/hudson.otf');
    }
    @font-face {
        font-family: trade;
        src: url('../fonts/trade.otf');
    }

/* GENERAL */

    * {
        font-family: cycle;
        text-align: center;
    }
    body {
       background-color: black;
    }
    h2 {
        font-family: hudson;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 120px;
    }
    h3 {
        font-family: aleoitalic;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 40px;
    }
    h4 {
        font-family: hudson;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 50px;
    }
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .dandybutton {
        font-family: aleoitalic;
        border: 3px solid white;
        background-color: transparent;
        display: inline-block;
        color: white;
        margin: 20px 0px;
        padding: 5px 40px;
        font-size: 22px;
        transition-duration: .2s;
    }
    .dandybutton:hover {
        background-color: white;
        color: black;
        transition-duration: .2s;
    }
    .show-mobile {
        display: none;
    }
    .hide-desktop {
        display: none;
    }
    .imagen-mobile {
        padding: 0;
    }
    .imagen-mobile img {
        width: 100%;
    }


/* MENÚ */

    .menu-desktop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 20px;
        background-image: url("../img/bg.jpg");
        background-position: center;
        background-size: cover;
        z-index: 999;
    }
    .menu-desktop a {
        display: inline-block;
        color: white;
        font-family: aleobold;
        padding: 0px;
        width: 90px;
        font-size: 14px;
    }
    .menu-desktop .ele {
        display: inline-block;
        color: white;
        height: 30px;
        margin-bottom: -10px;
        width: 2px;
        background-color: white;
    }
    .menu-desktop img {
        width: 70px;
    }

    .menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        display: none;
        padding: 10px 20px;
        background-image: url("../img/bg.jpg");
        background-position: center;
        background-size: cover;
    }
    .menu-mobile .izquierda {
        text-align: left;
    }
    .menu-mobile .derecha {
        text-align: right;
    }
    .menu-mobile img {
        width: 50px;
    }
    .menu-mobile .hamburguesa {
        display: inline-block;
        width: 35px;
        cursor: pointer;
    }
    .menu-mobile .hamburguesa .linea {
        width: 100%;
        height: 2px;
        margin: 7px 0px;
        background-color: white;
    }
    .menu-escondido {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,26,27,1);
        z-index: 999;
        padding-top: 8vh;
    }
    .menu-escondido img {
        width: 60px;
    }
    .menu-escondido a {
        display: block;
        padding: 10px;
        color: white;
    }



/* NOSOTROS */
    .box-nosotros {

    }
    .box-nosotros .head {
        padding: 100px 20px;
        background-image: url("../img/bg.jpg");
        background-position: center;
        background-size: cover;
    }
    .box-nosotros .head img {
        width: 80%;
    }
    .box-nosotros .contenido {
        position: relative;
        padding: 300px 20px 200px 20px;
        color: white;
    }
    .box-nosotros .contenido .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }
    .box-nosotros .hidden {
        display: none;
        padding-top: 150px;
        padding-bottom: 150px;
        background-color: #012421;
        color: white;
    }
    .box-nosotros .hidden p {
        width: 50%;
        font-size: 18px;
        font-style: italic;
        margin: auto;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .box-nosotros .espacio {
        height: 50px;
    }

/* CALIDAD */
    .box-calidad {

    }
    .box-calidad .contenido {
        position: relative;
        color: white;
    }
    .box-calidad .contenido .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }
    .box-calidad .texto {
        padding: 250px 20px 150px 20px;
    }
    .box-calidad .hidden {
        display: none;
        background-color: #012421;
        color: white;
    }
    .box-calidad .hidden p {
        text-align: left;
        width: 100%;
        font-size: 16px;
        font-style: italic;
        margin: auto;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .box-calidad .espacio {
        height: 50px;
    }
    .box-calidad .hidden .izquierda {
        background-position: center;
        background-size: cover;
    }
    .box-calidad .hidden .derecha {
        padding: 100px 50px;
        background-color: #012421;
        text-align: left;
    }
    .box-calidad .hidden h2 {
        font-size: 60px;
        text-align: left;
    }
    .box-calidad .hidden h3 {
        font-size: 30px;
        text-align: left;
    }

/* MENÚ */
    .box-menu {

    }
    .box-menu .contenido {
        position: relative;
        color: white;
    }
    .box-menu .contenido .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }
    .box-menu .texto {
        padding: 250px 20px 150px 20px;
    }
    .box-menu .hidden {
        display: none;
        background-color: #012421;
        color: white;
    }
    .box-menu .hidden p {
        font-family: aleobold;
        text-align: left;
        width: 100%;
        font-size: 16px;
        font-style: italic;
        margin: auto;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .box-menu .espacio {
        height: 50px;
    }
    .box-menu .hidden .izquierda {
        background-position: center;
        background-size: cover;
    }
    .box-menu .hidden .derecha {
        padding: 100px 50px;
        background-color: #012421;
        text-align: left;
    }
    .box-menu .hidden h2 {
        font-size: 60px;
        text-align: left;
    }
    .box-menu .hidden h3 {
        font-size: 30px;
        text-align: left;
    }
    .box-menu .hidden1 {

    }
    .box-menu .opciones {
        font-family: aleoitalic;
        font-size: 20px;
        margin-bottom: 100px;
    }
    .box-menu .opciones .menu-trigger {
        border-bottom: 3px solid rgba(0,0,0,0);
        padding: 20px 0px;
        text-align: left;
        cursor: pointer;
        transition-duration: .2s;
        font-family: aleobold;
        font-style: italic;
    }
    .box-menu .opciones .menu-trigger:hover {
        border-bottom: 3px solid white;
        transition-duration: .2s;
    }
    .box-menu .hidden11 {
        padding: 150px 20px;
        background-position: center;
        background-size: cover;
        background-image: url("../img/bg.jpg");
    }
    .box-menu .hidden11 img {
        width: 80%;
    }
    .box-menu .hidden11 h2 {
        text-align: center;
    }

/* PROMOCIONES */
    .box-promociones {
        padding: 0;
    }
    .box-promociones img {
        width: 100%;
    }

/* RESERVACION */
    .box-reservacion .box1 {
        text-align: center;
        padding: 200px 50px 200px 50px;
        background-image: url("../img/img19.jpg");
        background-position: center;
        background-size: cover;
    }
    .box-reservacion .box2 {
        display: none;
        text-align: center;
        padding: 150px 50px 150px 50px;
        background-color: #012421;
    }
    .box-reservacion img {
        width: 30%;
    }

/* SUCURSALES */
    .box-sucursales {
        text-align: center;
    }
    .box-sucursales .box1 {
        padding: 220px 50px 220px 50px;
        color: white;
        background-position: center;
        background-size: cover;
        background-image: url("../img/img20.jpg");
        color: white;
    }
    .box-sucursales .box2 {
        display: none;
        background-color: #012421;
        color: white;
    }
    .box-sucursales .box2 p {
        font-family: aleobold;
        text-align: left;
        width: 100%;
        font-size: 16px;
        font-style: italic;
        margin: auto;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .box-sucursales .espacio {
        height: 50px;
    }
    .box-sucursales .box2 .derecha {
        background-position: center;
        background-size: cover;
    }
    .box-sucursales .box2 .izquierda {
        padding: 100px 50px;
        background-color: #012421;
        text-align: left;
    }
    .box-sucursales .box2 h2 {
        font-size: 60px;
        text-align: left;
    }
    .box-sucursales .box2 h3 {
        font-size: 30px;
        text-align: left;
    }
    .box-sucursales .opciones {
        margin: 40px 0px;
        text-align: left;
    }
    .box-sucursales h5 {
        text-align: left;
    }
    .box-sucursales .sucursal-trigger {
        cursor: pointer;
        text-align: left;
        padding: 7px 10px;
        border-bottom: 3px solid #012421;
        transition-duration: .2s;
    }
    .box-sucursales .sucursal-trigger:hover {
        border-bottom: 3px solid white;
        transition-duration: .2s;
    }
    .box-sucursales .mapa {
        display: none;
    }
    .box-sucursales .mapa-1 {
        display: block;
    }

/* CONTACTO */
    .box-contacto {
        color: white;
        padding: 100px 50px;
        background-image: url("../img/bg.jpg");
        background-position: center;
        background-size: cover;
    }
    .box-contacto input {
        width: 100%;
        margin-bottom: 20px;
        border: 3px solid white;
        background-color: transparent;
        color: white;
        display: block;
        text-align: left;
        padding: 5px 20px;
    }
    .box-contacto select {
        width: 100%;
        margin-bottom: 20px;
        border: 3px solid white;
        background-color: transparent;
        color: white;
        display: block;
        text-align: left;
        padding: 5px 20px;
    }
    .box-contacto input::placeholder {
        color: white;
        font-size: 14px;
        letter-spacing: 2px;
    }
    .box-contacto textarea {
        width: 100%;
        border: 3px solid white;
        background-color: transparent;
        color: white;
        display: block;
        text-align: left;
        margin-top: 20px;
        padding: 5px 20px;
        height: 200px;
    }
    .box-contacto button {
        border: 3px solid white;
        background-color: transparent;
        color: white;
        text-align: left;
        padding: 5px 100px;
        margin-top: 20px;
    }
    .box-contacto .formulario {
        margin: 30px 0px;
    }
    .box-contacto .formulario a {
        display: inline-block;
        padding: 5px 30px;
        font-size: 20px;
        margin: 30px 0px;
        background-color: #10564f;
        color: white;
    }
    .box-contacto .redes {
        margin: 20px 0px;
    }
    .box-contacto .redes a {
        width: 50px;
        display: inline-block;
    }
    .box-contacto .redes a img {
        width: 100%;
    }


/* EXTRAS */
    .paginas {}
    .paginas .izquierda {
        padding: 0 !important;
        text-align: left !important;
        margin: 0 !important;
    }
    .paginas .derecha {
        padding: 0 !important;
        text-align: right !important;
        margin: 0 !important;
    }
    .paginas button {
        color: black;
        background-color: white;
        width: 30px;
        height: 30px;
        z-index: 900;
        padding-top: 2px;
        border-radius: 30px;
        transition-duration: .2s;
        cursor: pointer;
        border: none;
    }

    .img-titulo {
        display: block;
        margin: auto;
        width: 50%;
    }

    .extra-height {
        height:800px;
    }


    .box-extra-nosotros {}
    .box-extra-nosotros .box-nosotros-1 {
        padding: 40vh 0vh;
        background-image: url("../img/img2.jpg");
        background-position: center;
        background-size: cover;
    }
    .box-extra-nosotros .box-nosotros-2 {
        display: none;
    }
    .box-nosotros-1 img {
        width: 50%;
    }
    .box-nosotros-adentro {
        background-image: url("../img/extrabg1.jpg");
        background-position: center;
        background-size: cover;
        color: #c5c8c8;
        height: 105vh;
        padding-top: 15vh;
    }
    .box-nosotros-adentro .imagen {
        margin: 50px 0px;
    }
    .box-nosotros-adentro .imagen img {
        display: inline-block;
        width: 40%;
    }
    .box-nosotros-adentro .texto {
        max-width: 700px;
        font-style: italic;
        margin: auto;
    }
    .box-nosotros-adentro p {
        text-align: justify !important;
    }
    .owl-dots {
        position: relative;
        top: -100px;
        height: 0;
        margin: 0 !important;
    }

    .box-cocteleria {
        background-image: url("../img/bg.jpg");

    }
    .box-cocteleria h2 {
        color: white;
    }
    .box-cocteleria h3 {
        font-size: 20px;
        color: white;
        margin-bottom: 20px;
    }
    .box-cocteleria-1 {

        padding: 15vh 0vh;
    }
    .box-cocteleria-1 .imagen {
        text-align: center;
    }
    .box-cocteleria-1 .imagen img {
        width: 50%;
    }
    .box-cocteleria-1 .grid {
        margin: 50px 0px;
    }
    .box-cocteleria-1 .grid img {
        width: 100%;
    }
    .box-cocteleria .cocteleria-trigger {
        cursor: pointer;
    }

    .box-cocteleria-hidden {
        display: none;
        padding: 10vh 0vh;
        text-align: left;
    }
    .box-cocteleria-hidden h2 {
        text-align: left;
        font-size: 100px;
        color: white;
    }
    .box-cocteleria-hidden .imagen img {
        width: 100%;
        margin-bottom: 30px;
    }
    .box-cocteleria-hidden .grid {
        margin: 40px 0px;
    }
    .box-cocteleria .cocteles-back {
        border: none;
        color: white;
        padding: 5px 20px;
        border-bottom: 3px solid white;
        background-color: transparent;
    }

    .box-nosotros-2 {
        position: relative;
    }
    .btn-nosotros-siguiente {
        position: absolute;
        top: 40%;
        right: 3%;
        color: black;
        background-color: rgba(255,255,255,.5);
        width: 30px;
        height: 30px;
        z-index: 900;
        padding-top: 2px;
        border-radius: 30px;
        transition-duration: .2s;
        cursor: pointer;
    }
    .btn-nosotros-siguiente:hover {
        background-color: white;
    }

    .btn-nosotros-anterior {
        position: absolute;
        top: 40%;
        left: 3%;
        color: black;
        background-color: rgba(255,255,255,.5);
        width: 30px;
        height: 30px;
        z-index: 900;
        padding-top: 2px;
        border-radius: 30px;
        transition-duration: .2s;
        cursor: pointer;
    }
    .btn-nosotros-anterior:hover {
        background-color: white;
    }

    .box-facturacion {

    }

    .facturacion-trigger {
        cursor: pointer;
    }


    .caja-opentable {
        display: none;

        background-color: #012421;
        color: white;
        padding: 100px 20px;
    }
    .box2 .opentable-trigger {
        width: 200px;
        margin: auto;
        cursor: pointer;
        text-align: center;
        padding: 7px 10px;
        border-bottom: 3px solid #012421;
        transition-duration: .2s;
        color: white;
    }
    .box2 .opentable-trigger:hover {
        border-bottom: 3px solid white;
        transition-duration: .2s;
    }


    .caja-sucursal-individual {
        display: none;
        text-align: center;
        padding-top: 100px;
    }
    .caja-sucursal-individual .nombre {
        font-family: hudson;
        font-size: 30px;
        border-bottom: 2px solid white;
        margin: 20px 0px;
    }
    .caja-sucursal-individual .direccion {
        font-size: 20px;
        margin: 20px 0px;
    }
    .caja-sucursal-individual .reservar a {
        display: inline-block;
        font-family: hudson;
        font-size: 20px;
        color: white;
        margin: 20px 0px;
    }
    .caja-sucursal-individual .telefono a {
        display: inline-block;
        font-size: 24px;
        color: #ccc;
        margin: 20px 0px;
    }
    .caja-sucursal-individual .sucursal-individual-regresar {
        display: inline-block;
        border: 3px solid white;
        color: white;
        padding: 5px 20px;
        font-family: hudson;
        margin: 20px 0px;
        cursor: pointer;
    }


    .slider-promociones {

    }
    .slider-promociones img {
        width: 100%;
    }

/* NU */
    .nu-header {
        position: relative;
        overflow: hidden;
        line-height: 0;
        font-size: 0;
    }
    .nu-header .contenido {
        width: 100%;
    }
    .nu-header .contenido img {
        width: 100%;
    }

    .nu-banner-1 {
        padding: 80px 0px;
        background-image: url("../img/bg.jpg");
        background-position: center;
        background-size: cover;
        text-align: center;
    }
    .nu-banner-1 img {
        width: 80%;
    }

    .box-extra-nosotros .box-nosotros-1 {
        padding: 250px 0px;
        background-image: url(../img/img2.jpg);
        background-position: center;
        background-size: cover;
    }
    .box-nosotros-2 {
        background-image: url(../img/extrabg2.jpg);
        background-position: center;
        background-size: cover;
    }
    .box-nosotros-adentro {
        background-image: none;
        background-position: center;
        background-size: cover;
        color: #c5c8c8;
        height: auto;
        padding: 200px 0px;
    }
    .box-nosotros-adentro .imagen {
        margin:0px;
        margin-bottom: 50px;
    }

    .box-calidad .texto {
        padding: 250px 0px;
    }

    .box-menu .texto {
        padding: 250px  0px;
    }
    .box-menu .hidden h2 {
        font-size: 40px;
        text-align: left;
    }
    .box-menu .espacio {
        height: 20px;
    }
    .box-cocteleria-hidden h2 {
        text-align: left;
        font-size: 80px;
        color: white;
    }
    .box-cocteleria-hidden .grid {
        margin: 20px 0px;
    }
    .box-cocteleria .cocteles-back {
        border: none;
        color: white;
        padding: 5px 20px;
        border-bottom: 3px solid white;
        background-color: transparent;
    }
    .box-cocteleria .dandybutton {
        margin: 10px 0px;
    }

    .nu-promociones {
        position: relative;
    }
    .nu-promociones img {
        width: 100%;
    }
    .nu-promociones .flecha-izquierda {
        position: absolute;
        top: 45%;
        left: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 24px;
        padding-top: 2px;
        color: white;
        background-color: #012421;
        z-index: 200;
        text-align: left;
        padding-left: 12px;
        cursor: pointer;
    }
    .nu-promociones .flecha-derecha {
        position: absolute;
        top: 45%;
        right: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 24px;
        padding-top: 2px;
        color: white;
        background-color: #012421;
        z-index: 200;
        text-align: right;
        padding-right: 12px;
        cursor: pointer;
    }

    .box-reservacion .box1 {
        text-align: center;
        padding: 250px 0px;
        background-image: url(../img/img19.jpg);
        background-position: center;
        background-size: cover;
    }
    .box-sucursales .box1 {
        padding: 250px 0px;
        color: white;
        background-position: center;
        background-size: cover;
        background-image: url(../img/img20.jpg);
    }
    .box-contacto {
        color: white;
        padding: 20px 0px;
        background-image: url(../img/bg.jpg);
        background-position: center;
        background-size: cover;
    }


/* TIENDA */
    .tienda-body {
        background-image: url("../img/tiendabg.jpg");
        background-position: center;
        background-size: contain;
    }
    .tienda p {
        font-family: aleobold;
        color: #005850;
        font-weight: 100;
        font-size: 20px;
    }
    .tienda-menu-desktop {
        padding: 20px;
    }
    .tienda-menu-desktop img {
        width: 120px;
    }
    .tienda-menu-desktop .box-1 {
        margin: 10px 0px;
    }
    .tienda-menu-desktop .box-2 a {
        display: inline-block;
        font-family: aleobold;
        color: #005850;
        font-size: 20px;
        padding: 0px 20px;
    }
    .tienda-menu-desktop .box-2 a.activo {
        color: black;
    }

    .tienda .box-home {
        padding: 50px 0px;
    }
    .tienda .box-home .izquierda img {
        width: 90%;
    }
    .tienda .box-home .derecha {
        text-align: left;
    }
    .tienda .box-home .derecha img {
        width: 50%;
    }
    .tienda .box-home .titulo {
        text-align: left;
        font-family: cycle;
        color: #005850;
        font-weight: 800;
        font-size: 30px;
        margin: 20px 0px;
    }
    .tienda .box-home p {
        text-align: left;
    }
    .tienda .box-home .btn-1 {
        font-family: aleoitalic;
        font-size: 16px;
        color: #005850;
        text-decoration: underline;
    }
    .tienda .box-home .btn-2 {
        font-family: cycle;
        color: white;
        background-color: #005850;
        display: inline-block;
        padding: 5px 20px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .tienda .box-footer {
        padding: 20px;
        margin-top: 100px;
        color: #005850;
    }

    .tienda .box-ficha {

    }
    .tienda .box-ficha .titulo-1 {
        font-family: hudson;
        font-size: 50px;
        color: #005850;
        text-align: left;
        padding: 5px 0px;
        border-bottom: 3px solid #005850;
        margin: 20px 0px;
    }
    .tienda .box-ficha .titulo-2 {
        font-family: cycle;
        font-weight: 900;
        font-size: 30px;
        text-align: left;
        color: #005850;
    }
    .tienda .box-ficha .item {
        color: #005850;
        font-family: hudson;
        padding: 10px 0px;
        border-bottom: 2px solid #005850;
    }
    .tienda .box-ficha .col-3 {
        text-align: left;
    }
    .tienda .box-ficha .col-9 {
        text-align: left;
    }
    .tienda .box-ficha .derecha img {
        width: 80%;
    }
    .tienda .box-ficha .titulo-3 {
        font-family: cycle;
        font-weight: 900;
        font-size: 20px;
        text-align: left;
        color: #005850;
        margin: 20px 0px;
    }
    .tienda .box-ficha .texto p {
        font-family: aleobold;
        font-size: 16px;
        text-align: left;
    }
    .tienda .box-ficha p {
        text-align: left;
    }
    .tienda .box-ficha .btn-2 {
        font-family: cycle;
        color: white;
        background-color: #005850;
        display: inline-block;
        padding: 5px 20px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .tienda .historia .titulo1 {
        font-size: 60px;
        font-family: hudson;
        text-align: left;
        color: #005850;
    }
    .tienda .historia .titulo2 {
        font-size: 30px;
        font-family: trade;
        font-weight: 800;
        text-align: left;
        color: #005850;
        margin-bottom: 20px;
    }
    .tienda .box-footer a {
        color: black !important;
    }


    .nu-titulo-1 {
        font-size: 22px;
        font-family: aleobold;
        text-align: left;
    }
    .nu-titulo-2 {
        font-size: 26px;
        font-family: hudson;
        text-align: left;
    }



/* RESPONSIVE */

    @media only screen and (max-width: 1000px) {
        .menu-desktop {
            display: none;
        }
        .menu-mobile {
            display: block;
        }
        .hide-desktop {
            display: block;
        }
        .hide-mobile {
            display: none;
        }
        .show-mobile {
            display: block;
        }

        .header .contenido img {
            width: 80%;
        }
        .box-nosotros .head {
            padding: 50px 20px;
            background-image: url(../img/bg.jpg);
            background-position: center;
            background-size: cover;
        }
        .box-nosotros .head img {
            width: 100%;
        }
        .box-nosotros .contenido {
            position: relative;
            padding: 150px 20px 150px 20px;
            color: white;
        }
        h2 {
            font-family: hudson;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-size: 46px;
        }
        h3 {
            font-family: aleoitalic;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-size: 26px;
        }
        .box-nosotros .hidden p {
            width: 90%;
            font-size: 18px;
            font-style: italic;
            margin: auto;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }
        .box-calidad .texto {
            padding: 150px 20px 150px 20px;
        }
        .box-calidad .hidden h2 {
            font-size: 40px;
            text-align: left;
        }
        .box-calidad .hidden h3 {
            font-size: 20px;
            text-align: left;
        }
        .box-menu .hidden .derecha {
            padding: 60px 30px;
            background-color: #012421;
            text-align: left;
        }
        .box-menu .hidden h2 {
            font-size: 30px;
            text-align: left;
        }
        .box-sucursales .box2 h2 {
            font-size: 40px;
            text-align: left;
        }
        .header {
            position: relative;
            padding: 150px 20px;
            text-align: center;
        }
        .header .contenido img {
            width: 80%;
            display: inline-block !important;
        }
        .header .video video {
            position: absolute;
            top: 0;
            left: 0;
            width: auto;
            height: 100%;
            background-position: center;
            background-size: cover;
            z-index: -1;
        }
        p {
            font-size: 14px !important;
        }
        .extra-height {
            height: auto;
        }
        .box-nosotros-adentro {
            background-image: url("../img/extrabg1.jpg");
            background-position: center;
            color: #c5c8c8;
            height: 90vh;
            padding-top: 10vh;
        }

        /* NU */

        .nu-header .contenido {
            position: initial;
            top: 0;
            left: 0;
            width: 100%;
            padding: 250px 0px;
            background-image: url("../img/header_bg.jpg");
            background-position: center;
            background-size: cover;
            z-index: -1;
        }
        .nu-header .contenido img {
            width: 60%;
        }
        .nu-banner-1 {
            padding: 50px 0px;
            background-image: url(../img/bg.jpg);
            background-position: center;
            background-size: cover;
            text-align: center;
        }
        .nu-banner-1 img {
            width: 100%;
        }

        .box-extra-nosotros .box-nosotros-1 {
            padding: 80px 0px;
            background-image: url(../img/img2.jpg);
            background-position: center;
            background-size: cover;
        }
        .box-nosotros-adentro {
            background-image: url("../img/extrabg1.jpg");
            background-position: center;
            color: #c5c8c8;
            height: auto;
            padding-top: 0;
            padding: 50px;
        }

        .box-nosotros-adentro .texto {
            max-width: 700px;
            font-style: italic;
            margin: auto;
            margin-bottom: 80px;
        }
        .box-calidad .texto {
            padding: 80px 0px;
        }
        .box-calidad .hidden .derecha {
            padding: 50px;
            background-color: #012421;
            text-align: left;
        }
        .box-menu .texto {
            padding: 50px 0px;
        }
        .box-menu .opciones .menu-trigger {
            border-bottom: 3px solid rgba(0,0,0,0);
            padding: 10px 0px;
            text-align: left;
            cursor: pointer;
            transition-duration: .2s;
            font-family: aleobold;
            font-style: italic;
            font-size: 16px;
        }

        .box-cocteleria-1 {
            padding: 50px 0px;
        }
        .box-cocteleria-hidden h2 {
            text-align: left;
            font-size: 30px;
            color: white;
        }
        .box-reservacion .box1 {
            text-align: center;
            padding: 50px 0px;
            background-image: url(../img/img19.jpg);
            background-position: center;
            background-size: cover;
        }
        .box-reservacion .box2 {
            display: none;
            text-align: center;
            padding: 50px 0px;
            background-color: #012421;
        }
        .box-cocteleria-1 .grid img {
            width: 100%;
            margin: 10px 0px;
        }
        .box-sucursales .box1 {
            padding: 50px 0px;
            color: white;
            background-position: center;
            background-size: cover;
            background-image: url(../img/img20.jpg);
        }
        .box-sucursales .box2 .izquierda {
            padding: 30px;
            background-color: #012421;
            text-align: left;
        }
        .caja-sucursal-individual {
            display: none;
            text-align: center;
            padding-top: 20px;
        }
        .box-contacto {
            color: white;
            padding: 50px 30px 20px 30px;
            background-image: url(../img/bg.jpg);
            background-position: center;
            background-size: cover;
        }
    }

    @media only screen and (min-width: 1000px) {
        .menu-desktop {
            display: block;
        }
        .menu-mobile {
            display: none;
        }
        .hide-desktop {
            display: none;
        }
        .hide-mobile {
            display: block;
        }

    }

    @media only screen and (min-width: 2000px) {
        .header {
            margin-top: 30px;
            position: relative;
            padding: 50vh 20px;
        }

        .box-nosotros .contenido {
            position: relative;
            padding: 35vh 0vh;
            color: white;
        }
        .box-calidad .texto {
            padding: 35vh 0vh;
        }
        .box-menu .texto {
            padding: 35vh 0vh;
        }
        .box-promociones {
            padding: 35vh 0vh;
            text-align: right;
            background-image: url("../img/img18.jpg");
            background-position: center;
            background-size: cover;
        }
        .box-reservacion .box1 {
            text-align: center;
            padding: 35vh 0vh;
            background-image: url("../img/img19.jpg");
            background-position: center;
            background-size: cover;
        }
        .box-reservacion .box2 {
            display: none;
            text-align: center;
            padding: 25vh 0vh;
            background-color: #012421;
        }
        .box-sucursales .box1 {
            padding: 35vh 0vh;
            color: white;
            background-position: center;
            background-size: cover;
            background-image: url("../img/img20.jpg");
            color: white;
        }

        .extra-height {
            height:1400px;
        }

        .box-contacto {
            color: white;
            padding: 20px 0px;
            padding-top: 50px;
            padding-right: 0px;
            padding-bottom: 20px;
            padding-left: 0px;
            background-image: url(../img/bg.jpg);
            background-position: center;
            background-size: cover;
        }

    }













