:root {
    --beige_color: #F9F7F3;
    --beige_hover: #a8a8a8;
    --blakc_color: #191919;
    --background_reservas: #111111;
    --color_letras_footer: #191919;
}

body {
    background-color: var(--background_reservas);
    font-family: "Lato", sans-serif;
}

a,
p,
span,
h2,
h1 {
    color: var(--beige_color);
}

.active {
    color: #222222
}

/* nuevo */
.botonBlanco {
    text-decoration: none;
    color: var(--beige_color);
    border: 1px solid white;
    padding: 0.5rem 4rem;
    border-radius: 20px;
}

@media screen and (max-width:877px) and (min-width:768px) {
    .botonBlanco {
        padding: 0.5rem 1rem;
    }
}

@media screen and (max-width:768px) {
    .botonBlanco {
        padding: 0.5rem 2.5rem;
    }
}

.botonRes {
    text-decoration: none;
    color: var(--beige_color);
    border: 1px solid white;
    padding: 0.5rem 2rem;
    border-radius: 20px;
}

@media screen and (max-width:850px) and (min-width:768px) {
    .botonRes {
        padding: 0.5rem 1.3rem;
    }

}

.card img.imagen--reseña {
    border: 13px solid white;
}

.card-text {
    color: black;
    margin-top: 10px;
}

.calendario,
.reservas--titulo {
    text-align: center;
    margin-top: 44px;
}

.reservas--titulo h3 {
    text-transform: uppercase;
}

.comilla2 {
    font-family: "meno-banner", serif;
}

.cita {
    font-size: 75px;
    font-weight: 700;
    font-family: "meno-banner", serif;
}

@media screen and (max-width:992px) {
    .cita {
        font-size: 50px;
    }
}

@media screen and (max-width:576px) {
    .cita {
        font-size: 35px;
    }
}

.converso {
    background-color: #000000;
}

.converso h3 {
    font-size: 20px;
    padding: 1.8rem 0;
}

@media screen and (max-width:500px) {
    .converso h3 {
        font-size: 15px;
    }
}

.comilla {
    display: block;
    text-align: center;
    font-size: 120px;
}

.comilla2 {
    display: block;
    text-align: left;
    font-size: 120px;
}

.converso {
    text-decoration: none;
}

.contenedor {
    width: 95%;
}

.container {
    width: 90% !important;
}

@media screen and (max-width:992px) {
    .marginTop.restauranteBot {
        margin-top: 80px;
    }
}

@media screen and (max-width:992px) {
    .container-fluid .restaurante {
        margin-top: 80px;
    }
}

.custom-toggler {
    position: relative;
}

.custom-toggler.navbar-toggler:focus,
.custom-toggler.navbar-toggler:active {
    outline: 0;
}

.custom-toggler.navbar-toggler span {
    display: block;
    background-color: var(--white-color);
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    left: 0;
    opacity: 1;
    cursor: pointer;
    transform: rotate(0deg);
}


.custom-toggler.navbar-toggler span:nth-child(1),
.custom-toggler.navbar-toggler span:nth-child(3) {
    transition: transform .35s ease-in-out;
}

.custom-toggler.navbar-toggler:not(.collapsed) span:nth-child(1),
.custom-toggler.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(135deg);
    opacity: 0.9;
}

.custom-toggler.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.custom-toggler.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: rotate(-135deg);
}

.descripcion {
    text-transform: capitalize;
    display: block;
    padding-left: 10px;
}

@media screen and (max-width:992px) {
    .enlaceCarta {
        margin-bottom: 60px;
    }

}

footer {
    background-color: var(--beige_color);

}

.footer--letras {
    color: var(--color_letras_footer);
}

.footer--cont {
    padding: 4rem;
}

.footer--cont p,
.footer--cont span {
    font-size: 18px;
}


.footer-logo img {
    width: 195px;
}

@media screen and (max-width:992px) {
    .footer--cont {
        text-align: center;
        padding: 2rem 0;
    }
}

@media screen and (max-width:768px) {
    .footer--cont {
        text-align: center;
        padding: 1rem 0;
    }

    .direccion {
        padding: 4rem 0;
    }
}

.headerIndex {
    background-image: url("../img/imagen_de_fondo_home.jpg");
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
}

.header__top {
    background-color: rgba(6, 15, 32, 0.4);
    display: flex;
    justify-content: center;
}

.item--menu {
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 0 3rem 0;
}

@media screen and (max-width:768px) {
    .logo--negro img {
        width: 100%;
    }
}

.imagenes--main {
    margin-right: 22px !important;
}

.imagen_4 {
    width: 92%;
}

@media screen and (width:768px) {
    .marginTop {}
}

img.img--rest {
    filter: brightness(90%);
}

@media screen and (max-width:992px) {
    .container-fluid .imagenes--main {
        margin: 50px 0;
    }
}

@media screen and (max-width:768px) {
    .imagenes--main {
        text-align: center;
    }
}

.logo_blanco {
    width: 195px;
}

.margin--top--reseñas {
    margin-top: 208px;
}

@media screen and (max-width:992px) {
    .margin--top--reseñas {
        margin-top: 90px;
    }
}
.margin-contactoTop{
    margin-top: 63px;
}
.margin--bottom--reseñas {
    margin-bottom: 208px;
    margin-left: 70px;
    margin-right: 38px;
}

.menu--carta {
    margin-top: 100px;
    margin-bottom: 50px;
}

.margenesV {
    margin-top: 100px;
    margin-bottom: 100px;
}

.margenesX {
    margin-right: 100px;
    margin-left: 100px;
}

.marginTop {
    margin-top: 150px;
}

.meno {
    font-family: "meno-banner", serif;
}

.m-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.marginBottom {
    margin-bottom: 150px;
}

.marginBottom768 {
    margin-bottom: 75px !important;
}

.marginBottomSalon {
    margin-bottom: 181px;
}

.marginVertical {
    margin-top: 120px;
    margin-bottom: 120px;
}

.menu--enlace {
    text-decoration: none;
}

/* @media screen and (max-width:768px) {
    .nombreEstrellas {
        justify-content: center;
    }
} */


header {
    position: sticky;
    top: 0;
}

.navbar--absolute {
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    background-color: rgba(6, 15, 32, 0);
}

/* Scroll y menu */
.navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 4px rgba(25, 25, 25 0.6);
    background-color: rgba(25, 25, 25, 0.8);
    z-index: 10;
}

.navbar {
    transition: all 0.3s ease;
    padding: 10px 20px;
    position: relative;
    transition: all 0.3s ease;
}

.navbar:not(.sticky) {
    top: -5px;
}

/* Scroll y menu fin */
@media screen and(min-width:768px) {
    .navbar--absolute {
        position: static;
        background-color: transparent;
    }
}

/* .navbar-brand {
    max-width: 144px;
} */

@media screen and(min-width:1200px) {
    .navbar-brand {
        max-width: 272px;
    }
}

.navbar-toggler span::before,
.navbar-toggler span::after {
    content: "";
    display: block;
    width: 26px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
}

.nav-link {
    color: var(--beige_color);
    text-transform: uppercase;
    margin-right: 89px;
}

@media screen and(min-width:768px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        border-bottom: 0;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--beige_hover);

}

.navbar-collapse {
    align-self: end;
}

.nombreReseña {
    padding-right: 10px;
    margin: 0 !important;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 25px;
    letter-spacing: 0.1em;

}

.nombre--menu {
    font-size: 80px;
}

@media screen and (max-width:768px) {
    .nombre--menu {
        font-size: 60px;
    }
}

.nombre--plato {
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;
}

.nombre--plato .small {
    font-size: 15px;
}

/* .titulo__home {
    display: flex;
    height: 100vh;
    align-items: center;
    font-size: 180px;
    width: 55%;
    margin-left: 120px;
} */

.pad-right {
    padding-right: 10px;
}

.reservas__carta {
    margin-top: 100px;
}


@media screen and (min-width:768px) {
    .container-fluid .reservas__carta {}
}

.reservas--h2 {
    left: 140px;
    top: 90px;
    position: relative;
}

.reseña {
    text-transform: uppercase;
    color: var(--beige_color);
}

@media screen and (max-width:992px) {
    .reseña {
        text-align: center;
        margin-bottom: 2rem;
        display: block;
    }
}

@media screen and (max-width:992px) {
    .reseña--card {
        margin-top: 3rem;
    }
}

@media screen and (max-width:768px) {
    .reseña--card {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 992px) {
    .restauranteBot>.col-md-3 {
        text-align: end;
    }
}


.reservas--h2 h2 {
    font-size: 12rem;
    z-index: 999;

}

@media screen and (max-width:992px) {
    .reservas--h2 {
        left: 23px;
    }

    .reservas--h2 h2 {
        font-size: 10rem;
    }
}

@media screen and (max-width:768px) {
    .reservas--h2 {
        top: 100px;
    }

    .reservas--h2 h2 {
        font-size: 8rem;
    }
}

@media screen and (max-width:576px) {
    .reservas--h2 {
        top: 16px;
        left: 10px;
    }

    .reservas--h2 h2 {
        font-size: 5rem;
    }
}

@media screen and (max-width:450px) {
    .reservas--h2 {}

    .reservas--h2 h2 {
        font-size: 4rem;
    }
}

.texto--carta {
    font-size: 150px;
}

@media screen and (max-width:992px) {
    .texto--carta {
        font-size: 120px;
    }

    .container-fluid .texto__carta {
        padding: 0;
        margin-top: 30px;
        width: 85%;
    }

    .container-fluid .texto__carta>p {
        padding-right: 1rem;
    }
}

@media screen and (max-width:768px) {
    .texto--carta {
        font-size: 100px;
    }
}

.texto--carta2 {
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: right;
    font-size: 25px;
}

.menu--carta a {
    text-decoration: none;
}

.mr-auto {
    margin-right: auto;
}

.plato {
    margin: 0;
    padding: 1rem 0;
}

@media screen and (max-width:992px) {
    p.card-text {
        padding: 1rem 0;
    }
}


.reseñas {
    margin-left: auto;
    margin-right: auto;
}

.reseñas--width {
    width: 91%;
}

.reservas--h2>h2>a {
    text-decoration: none;
}

.restaurante--section--h2 {
    font-size: 220px;
    letter-spacing: 0.1em;
    font-family: "meno-banner", serif;
    font-weight: 700;
}

@media screen and (max-width:1490px) {
    .restaurante--section--h2 {
        font-size: 180px;
    }
}

@media screen and (max-width:1200px) {
    .restaurante--section--h2 {
        font-size: 140px;
    }
}

@media screen and (max-width:992px) {
    .restaurante--section--h2 {
        font-size: 120px;
    }
}

@media screen and (max-width:850px) {
    .restaurante--section--h2 {
        font-size: 100px;
    }
}

@media screen and (max-width:714px) {
    .restaurante--section--h2 {
        font-size: 80px;
    }
}

@media screen and (max-width:600px) {
    .restaurante--section--h2 {
        font-size: 60px;
    }
}

@media screen and (max-width:460px) {
    .restaurante--section--h2 {
        font-size: 40px;
    }
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.salones--h2,
.text-upper {
    text-transform: uppercase;
}

@media screen and (max-width:768px) {
    .salones--h2 {
        text-align: center;
        margin-bottom: 20px;
    }
}

.team--h3 {
    color: var(--beige_color);
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

@media screen and (max-width:768px) {
    .team--h3 {
        text-align: center;
    }
}

.team--h4 {
    color: var(--beige_color);
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width:768px) {
    .team--h4 {
        text-align: center;
    }
}

.texto--Beige {
    color: var(--beige_color);
}

.texto__carta p {
    padding-right: 5rem;
}

@media screen and (max-width:768px) {
    .texto__carta {
        width: 90%;
    }
}

.title--dest {
    padding-top: 10px;
    font-style: italic;
    font-size: 20px;
}

.title--rest {
    font-size: 210px;
    z-index: 999;
    left: 200px;
    top: 65px;
}

.title--rest a {
    text-decoration: none;
}

@media screen and (max-width:1400px) {
    .title--rest {
        font-size: 150px;
    }
}

@media screen and (max-width:1020px) {
    .title--rest {
        font-size: 70px;
    }
}

@media screen and (max-width:768px) {
    .title--rest {
        top: 200px;
        left: 40px;
    }
}

@media screen and (max-width:600px) {
    .title--rest {
        font-size: 50px;
        top: 120px;
    }
}

@media screen and (max-width:480px) {
    .title--rest {
        font-size: 40px;
    }
}

.titulo__home {
    font-size: 12rem;
    margin-left: 80px;
    height: 100vh;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 200px;
}

.titulo__home--h1 {
    font-size: 2rem;
    margin-left: 80px;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-style: italic;

}

@media screen and (max-width:992px) {
    .titulo__home {
        font-size: 8rem;
        line-height: 150px;
    }

    .titulo__home--h1 {
        top: -250px;
    }
}

@media screen and (max-width:768px) {
    .titulo__home {
        font-size: 6rem;
        line-height: 100px;
    }

    .titulo__home--h1 {
        width: 88%;
    }
}

@media screen and (max-width:615px) {
    .titulo__home--h1 {
        font-size: 1.5rem;
        width: 70%;
    }
}

@media screen and (max-width:576px) {
    .titulo__home {
        font-size: 4.5rem;
        margin-left: 30px;
    }

    .titulo__home--h1 {
        margin-left: 2rem;
    }

}

@media screen and (max-width:470px) {
    .titulo__home--h1 {
        font-size: 1.3rem;
    }
}

.sticky-menu {
    position: fixed;
    top: 100px;
    padding-top: 1rem;
    z-index: 1;
}

.menu-container {
    position: relative;
}