/*********************************MÓVIL*********************************/

html, body {
    overflow-x: hidden;
}


/*********************************FONTS*********************************/

@font-face {
    font-family: 'DinPro-Black';
    src: url('../fonts/DINPro-Black.woff2') format('woff2'),
        url('../fonts/DINPro-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DinPro-Bold';
    src: url('../fonts/DINPro-Bold.woff2') format('woff2'),
        url('../fonts/DINPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DinPro-LightItalic';
    src: url('../fonts/DINPro-LightItalic.woff2') format('woff2'),
        url('../fonts/DINPro-LightItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DinPro-Medium';
    src: url('../fonts/DINPro-Medium.woff2') format('woff2'),
        url('../fonts/DINPro-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Northwest';
    src: url('../fonts/Northwest.woff2') format('woff2'), 
        url('../fonts/Northwest.woff') format('woff');
    font-weight: normal;
    font-style: normal;   
}



/********************************* ONE PAGE *********************************/

.sin-padding{
    padding: 0;
}

/* INICIO */

.seccion-inicio{
    position: relative;
    height: 100vh;
}

.seccion-inicio .header{
    position: absolute;
    z-index: 4;
    top: 0px;
    width: 100%;
}

.navbar-nav .nav-item .nav-link{
    position: relative;
    font-family: 'Northwest';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.navbar-nav .nav-item .nav-link::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #BD3218;
    transition: all 0.25s ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover::before{
    width: 100%;
}

.navbar-nav .para-llevar{
    padding-left: 12rem;
}

.navbar-nav .para-llevar .nav-link{
    font-family: 'Northwest';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    border: 3px solid #fff;
    border-radius: 25px;
    transition: all .3s linear;
}

.navbar-nav .para-llevar .nav-link:hover{
    color: #BD3218;
    border: 3px solid #BD3218;
}

.seccion-inicio video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.seccion-inicio .fondo-negro{
    background: rgba(0, 0, 0, 0.5);
    position: absolute; 
    top: 0;
    width: 100%;
    height: 100vh;
}

.titulo-video{
    position: absolute;
    bottom: 190px;
    width: 100%;
    z-index: 3;
}

.titulo-video h1{
    font-family: 'Northwest';
    font-size: 85px;
    color: #fff;
    text-transform: uppercase;
}

.titulo-video .titulo1{
    position: absolute;
    bottom: 220px;
    left: 8%;
    width: 100%;
}

.titulo-video .titulo2{
    position: absolute;
    bottom: 120px;
    left: 28%;
    width: 100%;
}

.titulo-video .titulo3{
    position: absolute;
    bottom: 18px;
    left: 51%;
    width: 100%;
}

.boton-menu-inicio{
    position: absolute;
    bottom: 100px;
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: center;
}

.boton-menu-inicio a{
    font-family: 'DinPro-Black';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: 3px solid #fff;
    border-radius: 20px;
    transition: all .3s linear;
}

.boton-menu-inicio a:hover{
    color: #BD3218;
    border: 3px solid #BD3218;
}

/* MENÚ */

.seccion-menu{
    background: url('../img/fotos-03.png') no-repeat;
    background-size: cover;
    height: 205vh;
    background-attachment: fixed;
}

.seccion-menu .comida, .seccion-menu .bebidas{
    height: 100vh;
    padding: 6rem 0;
}

.seccion-menu .titulo-menu h1{
    font-family: 'DinPro-Black';
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
}

.seccion-menu hr{
    border: 1px solid #fff;
    opacity: 1;
}

.espanol-ingles .nav-item{
    display: flex;
    align-items: center;
}

.espanol-ingles .nav-link{
    padding: 0 5px 0 10px!important;
}

.espanol-ingles .nav-item .nav-link{
    font-family: 'DinPro-Black';
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.espanol-ingles .nav-item .nav-link span{
    padding: 0 0 0 10px;
}

.nav-pills .nav-link.active{
    color: #fff;
    background-color: transparent;
}

.offcanvas{
    --bs-offcanvas-width: 450px;
}

.offcanvas-header{
    padding: 0;
}

.descripcion-menu .precio-menu{
    display: flex;
    justify-content: center;
}

.seccion-menu .offcanvas-header .btn-close {
    position: absolute;
    top: 25px;
    right: 5%;
}

.seccion-menu .btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: var(--bs-btn-close-focus-opacity);
}

.seccion-menu .offcanvas .offcanvas-body h1{
    font-family: 'DinPro-Black';
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
}

.seccion-menu .offcanvas .offcanvas-body h1 span{
    font-family: 'DinPro-Medium';
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
}

.seccion-menu .offcanvas .offcanvas-body h2{
    font-family: 'DinPro-Black';
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.seccion-menu .offcanvas .offcanvas-body h2 span{
    font-family: 'DinPro-Medium';
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
}

.seccion-menu .offcanvas .descripcion-menu p{
    font-family: 'DinPro-Medium';
    font-size: 16px;
    color: #000;
    text-align: justify;
}

.swiper .swiper-wrapper .swiper-slide{
    position: relative;
}

.swiper .swiper-wrapper .swiper-slide .titulo-comida-bebidas{
    position: absolute;
    bottom: 164px;
    width: 100%;
    left: 8%;
}

.swiper .swiper-wrapper .swiper-slide .titulo-comida-bebidas h1{
    font-family: 'DinPro-Black';
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
}

.swiper {
    width: 100%;
    height: 500px;
}

.swiper .swiper-button-next{
    background: url('../img/fotos-21.png') no-repeat;
    background-size: cover;
    width: 50px;
    height: 51px;
}

.swiper .swiper-button-prev{
    background: url('../img/fotos-20.png') no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: ''!important;  
}

.swiper-button-next {
    top: 460px!important;
    z-index: 4!important;
}

.swiper-button-prev {
    top: 460px!important;
    left: 91%!important;
}

/* VIDEO 2 */

.seccion-video2{
    position: relative;
    height: 115vh;
}

.seccion-video2 video{
    width: 100%;
    height: 115vh;
    object-fit: cover;
}

.seccion-video2 .fondo-negro2{
    background: rgba(0, 0, 0, 0.5);
    position: absolute; 
    top: 0;
    width: 100%;
    height: 115vh;
}

/* TRABAJA CON NOSOTROS */

.seccion-trabajo{
    background: url('../img/fotos-23.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 115vh;
    padding: 1rem 0;
}

.seccion-trabajo .info-trabajo{
    padding: 0 6rem;
}

.info-trabajo .titulo-trabajo h1{
    font-family: 'DinPro-Black';
    font-size: 45px;
    color: #BD3218;
    text-transform: uppercase;
}

.info-trabajo .desc-trabajo p{
    font-family: 'DinPro-Medium';
    font-size: 18px;
    color: #fff;
    text-align: justify;
}

.info-trabajo .boton-contacto a{
    font-family: 'DinPro-Black';
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all .3s linear;
}

.info-trabajo .boton-contacto a:hover{
    color: #BD3218;
    border: 2px solid #BD3218;
}


/* ENCUESTA */

.seccion-encuesta{
    position: relative;
    background: url('../img/fondo-10.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 115vh;
    padding: 10rem 0;
}

.titulo-encuesta{
    padding-bottom: 3rem;
}

.titulo-encuesta h1{
    font-family: 'DinPro-Black';
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
}

.mergeRow{
    padding: 2px 0;
}

.encuesta-info ul{
    padding-left: 0rem;
}

.encuesta-info ul li{
    list-style: none;
    padding-left: 0rem;
}

.subtitulo{
    padding: 1rem 0;
}

.encuesta-info label{
    font-family: 'DinPro-Bold';
    font-size: 18px;
    color: #DB2026;
}

.encuesta-info .radio span{
    font-family: 'DinPro-Medium';
    font-size: 16px;
    color: #000;
}

.encuesta-info .mergeRow-text input, .encuesta-info .mergeRow-email input{
    background: transparent;
    color: #000;
    border: 0;
    resize: none;
    outline: none;
    border-bottom: 2px solid #000;
    height: 26px;
    width: 100%;
}

.encuesta-info .submit_container input{
    background: transparent;
    font-family: 'DinPro-Bold';
    font-size: 18px;
    color: #BD3218;
    text-transform: uppercase;
    border: 0;
    transition: all .3s linear;
}

.encuesta-info .submit_container input:hover{
    color: #fff;
}

.encuesta-info .img-estrellas img{
    position: absolute;
    width: 320px;
    right: 10%;
    top: 145px;
}

.encuesta-info .img-cacahuates img{
    position: absolute;
    width: 650px;
    right: 0%;
    top: 250px;
}



/* FOOTER */

.seccion-footer{
    background: url('../img/footer-04.png') no-repeat;
    background-size: cover;
    height: 75vh;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 6rem 0;
}

.seccion-footer .titulo-footer h1{
    font-family: 'Northwest';
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.seccion-footer .direccion a, .seccion-footer .numero-pedido a{
    font-family: 'DinPro-Medium';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all .2s linear;
}

.seccion-footer .direccion a:hover, .seccion-footer .numero-pedido a:hover{
    color: #000;
}

.seccion-footer .horario p{
    font-family: 'DinPro-Medium';
    font-size: 18px;
    color: #fff;
}

.redes-sociales img{
    transition: all .3s linear;
}

.redes-sociales img:hover{
    transform: scale(1.2);
    transition: transform .2s;
}

.seccion-footer .menu ul{
    padding-left: 0;
}

.seccion-footer .menu ul li{
    list-style: none;
    padding: 0.5rem 0;
}

.seccion-footer .menu ul li a{
    font-family: 'DinPro-Medium';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s linear;
    cursor: pointer;
}

.seccion-footer .menu ul li a:hover{
    color: #000;
}

.derechos p{
    font-family: 'DinPro-Medium';
    font-size: 18px;
    color: #000;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 635px;
}

/* Estilos para la ruleta */
.roulette-container {
    text-align: center;
    margin-top: 5px;
}

#canvas {
    margin: auto;
    display: block;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    width: 600px;
}

#spin-btn {
    display: none;
    justify-content: center;
    padding: 1rem;
}

#pointer {
    position: absolute;
    top: 80px;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 70px solid #BD3218;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    margin: 10px 20px 0px!important;
}

.modal{
    --bs-modal-width: 650px;
}

.ruleta .modal .modal-title{
    font-family: 'DinPro-Bold';
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

#mc_embed_signup .button {
    background-color: #BD3218!important;
    color: #FFFFFF;
    font-family: 'DinPro-Medium';
    font-size: 18px!important;
}

#mc_embed_signup .button:hover{
    background-color: #FFF!important;
    border: 1px solid #DB2026;
    color: #DB2026;
}

.ruleta .mce-EMAIL{
    font-family: 'DinPro-Medium';
    font-size: 20px;
    color: #000;
}

.snowflakes{
    animation: stayVisible  5s forwards;
}


.snowflake,.snowflake .inner{
    animation-iteration-count:infinite;
    animation-play-state:running;
}
    
@keyframes snowflakes-fall{
    0%
    {transform:translateY(0)}
    100%
    {transform:translateY(110vh)}
}

@keyframes snowflakes-shake{
    0%,100%
    {transform:translateX(0)}
    50%
    {transform:translateX(80px)}
}

@keyframes disappear {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.snowflake{
    position:fixed;
    top:-10%;
    z-index:9999;
    -webkit-user-select:none;
    user-select:none;
    cursor:default;
    animation-name: snowflakes-shake, disappear;
    animation-duration: 3s, 15s;
    animation-timing-function: ease-in-out, linear;
    animation-iteration-count: infinite, 1;
    animation-fill-mode: forwards;
}

.snowflake .inner{
    animation-duration:10s;
    animation-name:snowflakes-fall;
    animation-timing-function:linear
}

.snowflake:nth-of-type(0){
    left:1%;
    animation-delay:0s
}

.snowflake:nth-of-type(0) .inner{
    animation-delay:0s
}

.snowflake:first-of-type{
    left:10%;animation-delay:1s
}

.snowflake:first-of-type .inner,.snowflake:nth-of-type(8) .inner{
    animation-delay:1s
}

.snowflake:nth-of-type(2){
    left:20%;
    animation-delay:.5s
}

.snowflake:nth-of-type(2) .inner,.snowflake:nth-of-type(6) .inner{
    animation-delay:6s
}

.snowflake:nth-of-type(3){
    left:30%;
    animation-delay:2s
}

.snowflake:nth-of-type(11) .inner,.snowflake:nth-of-type(3) .inner{
    animation-delay:4s
}

.snowflake:nth-of-type(4){
    left:40%;
    animation-delay:2s
}

.snowflake:nth-of-type(10) .inner,.snowflake:nth-of-type(4) .inner{
    animation-delay:2s
}

.snowflake:nth-of-type(5){
    left:50%;animation-delay:3s
}

.snowflake:nth-of-type(5) .inner{
    animation-delay:8s
}

.snowflake:nth-of-type(6){
    left:60%;
    animation-delay:2s
}

.snowflake:nth-of-type(7){
    left:70%;animation-delay:1s
}

.snowflake:nth-of-type(7) .inner{
    animation-delay:2.5s
}

.snowflake:nth-of-type(8){
    left:80%;animation-delay:0s
}

.snowflake:nth-of-type(9){
    left:90%;animation-delay:1.5s
}

.snowflake:nth-of-type(9) .inner{
    animation-delay:3s
}

.snowflake:nth-of-type(10){
    left:25%;animation-delay:0s
}

.snowflake:nth-of-type(11){left:65%;animation-delay:2.5s}




/********************************* RESPONSIVO WEB *********************************/

@media(min-width: 1920px){

    .seccion-inicio {
        position: relative;
        height: 45vw;
    }

    .seccion-inicio .fondo-negro {
        height: 45vw;
    }

    .seccion-inicio video {
        width: 100%;
        height: 45vw;
        object-fit: cover;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 22px;
    }

    .navbar-nav .para-llevar {
        padding-left: 9rem;
    }

    .navbar-nav .para-llevar .nav-link {
        font-size: 22px;
    }

    .titulo-video {
        position: absolute;
        bottom: 230px;
    }

    .titulo-video h1 {
        font-size: 100px;
    }

    .boton-menu-inicio a {
        font-size: 22px;
    }

    .seccion-menu {
        height: 95vw;
    }

    .seccion-menu .comida, .seccion-menu .bebidas {
        height: 46vw;
        padding: 8rem 0;
    }

    .seccion-menu .titulo-menu h1 {
        font-size: 60px;
    }

    .espanol-ingles .nav-item .nav-link {
        font-size: 18px;
    }

    .swiper-button-prev {
        top: 460px !important;
        left: 90% !important;
    }

    .swiper .swiper-button-prev {
        width: 55px;
        height: 55px;
    }

    .swiper .swiper-button-next {
        width: 55px;
        height: 55px;
    }

    .offcanvas {
        --bs-offcanvas-width: 515px;
    }

    .seccion-menu .offcanvas .offcanvas-body h1 {
        font-size: 40px;
    }

    .seccion-menu .offcanvas .offcanvas-body h2 {
        font-size: 35px;
    }

    .seccion-menu .offcanvas .offcanvas-body h1 span {
        font-size: 18px;
    }

    .seccion-menu .offcanvas .descripcion-menu p {
        font-size: 20px;
    }

    .seccion-video2 {
        position: relative;
        height: 52vw;
    }

    .seccion-video2 video {
        width: 100%;
        height: 52vw;
        object-fit: cover;
    }

    .seccion-video2 .fondo-negro2 {
        height: 52vw;
    }

    .seccion-trabajo {
        height: 55vw;
        padding: 2rem 0;
    }

    .seccion-trabajo .info-trabajo {
        padding: 0 8rem;
    }

    .info-trabajo .titulo-trabajo h1 {
        font-size: 55px;
    }

    .info-trabajo .desc-trabajo p {
        font-size: 20px;
    }

    .info-trabajo .boton-contacto a {
        font-size: 22px;
    }

    .seccion-encuesta {
        height: 48vw;
        padding: 9rem 0;
    }

    .titulo-encuesta h1 {
        font-size: 40px;
    }

    .encuesta-info label{
        font-size: 22px;
    }

    .encuesta-info .radio span {
        font-size: 20px;
    }

    .encuesta-info .submit_container input {
        font-size: 22px;
    }

    .encuesta-info .img-estrellas img {
        position: absolute;
        width: 390px;
        right: 10%;
        top: 170px;
    }

    .encuesta-info .img-cacahuates img {
        position: absolute;
        width: 840px;
        right: 0%;
        top: 285px;
    }

    .seccion-footer {
        height: 22vw;
        padding: 6rem 0;
    }

    .seccion-footer .titulo-footer h1 {
        font-size: 28px;
    }

    .seccion-footer .direccion a, .seccion-footer .numero-pedido a {
        font-size: 20px;
    }

    .seccion-footer .horario p {
        font-size: 20px;
    }

    .seccion-footer .menu ul li a {
        font-size: 19px;
    }

    .derechos p {
        font-size: 20px;
    }

}

@media (max-width: 1442px){

    .seccion-inicio {
        position: relative;
        height: 47vw;
    }

    .seccion-inicio .fondo-negro {
        height: 47vw;
    }

    .seccion-inicio video {
        width: 100%;
        height: 47vw;
        object-fit: cover;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 20px;
    }

    .navbar-nav .para-llevar {
        padding-left: 9rem;
    }

    .navbar-nav .para-llevar .nav-link {
        font-size: 20px;
    }

    .titulo-video {
        position: absolute;
        bottom: 160px;
    }

    .titulo-video h1 {
        font-size: 80px;
    }

    .boton-menu-inicio a {
        font-size: 18px;
    }

    .seccion-menu {
        height: 105vw;
    }

    .seccion-menu .comida, .seccion-menu .bebidas {
        height: 50vw;
        padding: 6rem 0;
    }

    .seccion-menu .titulo-menu h1 {
        font-size: 50px;
    }

    .espanol-ingles .nav-item .nav-link {
        font-size: 16px;
    }

    .swiper .swiper-wrapper .swiper-slide .titulo-comida-bebidas {
        position: absolute;
        bottom: 180px;
        width: 100%;
        left: 8%;
    }

    .swiper .swiper-wrapper .swiper-slide .titulo-comida-bebidas h1 {
        font-size: 30px;
    }

    .offcanvas-body h1 {
        font-family: 'DinPro-Black';
        font-size: 35px;
        color: #000;
        text-transform: uppercase;
        --bs-offcanvas-title-line-height: 1;
    }

    .descripcion-menu{
        padding-top: 2rem;
    }

    .swiper-button-prev {
        top: 460px !important;
        left: 91% !important;
    }

    .swiper .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .swiper .swiper-button-next {
        width: 50px;
        height: 50px;
    }

    .offcanvas {
        --bs-offcanvas-width: 450px;
    }

    .seccion-menu .offcanvas .offcanvas-body h1 {
        font-size: 35px;
    }

    .seccion-menu .offcanvas .offcanvas-body h2 {
        font-size: 30px;
    }

    .seccion-menu .offcanvas .offcanvas-body h1 span {
        font-size: 18px;
    }

    .seccion-menu .offcanvas .descripcion-menu p {
        font-size: 18px;
    }

    .seccion-video2 {
        position: relative;
        height: 52vw;
    }

    .seccion-video2 video {
        width: 100%;
        height: 52vw;
        object-fit: cover;
    }

    .seccion-video2 .fondo-negro2 {
        height: 52vw;
    }

    .seccion-trabajo {
        height: 55vw;
        padding: 1rem 0;
    }

    .seccion-trabajo .info-trabajo {
        padding: 0 4rem;
    }

    .info-trabajo .titulo-trabajo h1 {
        font-size: 45px;
    }

    .info-trabajo .desc-trabajo p {
        font-size: 18px;
    }

    .info-trabajo .boton-contacto a {
        font-size: 20px;
    }

    .seccion-encuesta{
        height: 55vw;
        padding: 6rem 0;
    }

    .titulo-encuesta h1 {
        font-size: 40px;
    }

    .encuesta-info label {
        font-size: 20px;
    }

    .encuesta-info .radio span {
        font-size: 16px;
    }

    .encuesta-info .submit_container input {
        font-size: 20px;
    }

    .encuesta-info .img-estrellas img {
        position: absolute;
        width: 320px;
        right: 10%;
        top: 205px;
    }

    .encuesta-info .img-cacahuates img {
        position: absolute;
        width: 600px;
        right: 0%;
        top: 310px;
    }

    .seccion-footer {
        height: 22vw;
        padding: 4rem 0;
    }

    .seccion-footer .titulo-footer h1 {
        font-size: 24px;
    }

    .seccion-footer .direccion a, .seccion-footer .numero-pedido a {
        font-size: 16px;
    }

    .seccion-footer .horario p {
        font-size: 16px;
    }

    .seccion-footer .menu ul li a {
        font-size: 16px;
    }

    .derechos p {
        font-size: 15px;
    }

}

@media (min-width: 992px) and (max-width: 1199px){

    .seccion-inicio {
        position: relative;
        height: 65vw;
    }

    .seccion-inicio .fondo-negro {
        height: 65vw;
    }

    .seccion-inicio video {
        width: 100%;
        height: 65vw;
        object-fit: cover;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }

    .navbar-nav .para-llevar {
        padding-left: 2rem;
    }

    .navbar-nav .para-llevar .nav-link {
        font-size: 16px;
    }

    .titulo-video {
        position: absolute;
        bottom: 135px;
    }

    .titulo-video h1 {
        font-size: 65px;
    }

    .boton-menu-inicio {
        bottom: 75px;
        width: 100%;
    }

    .boton-menu-inicio a {
        font-size: 16px;
    }

    .seccion-menu {
        height: 142vw;
    }

    .seccion-menu .comida, .seccion-menu .bebidas {
        height: 68vw;
        padding: 6rem 0;
    }

    .seccion-menu .titulo-menu h1 {
        font-size: 40px;
    }

    .espanol-ingles .nav-item .nav-link {
        font-size: 15px;
    }

    .swiper {
        width: 100%;
        height: 450px;
    }

    .swiper .swiper-wrapper .swiper-slide .titulo-comida-bebidas {
        position: absolute;
        bottom: 210px;
        width: 100%;
        left: 8%;
    }

    .swiper .swiper-wrapper .swiper-slide .titulo-comida-bebidas h1 {
        font-size: 25px;
    }

    .swiper-button-prev {
        top: 375px !important;
        left: 88% !important;
    }

    .swiper-button-next {
        top: 375px !important;
        z-index: 4 !important;
    }

    .swiper .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .swiper .swiper-button-next {
        width: 50px;
        height: 50px;
    }

    .offcanvas {
        --bs-offcanvas-width: 400px;
    }

    .seccion-menu .offcanvas .offcanvas-body h1 {
        font-size: 32px;
    }

    .seccion-menu .offcanvas .offcanvas-body h2 {
        font-size: 25px;
    }

    .seccion-menu .offcanvas .offcanvas-body h1 span {
        font-size: 18px;
    }

    .seccion-menu .offcanvas .descripcion-menu p {
        font-size: 16px;
    }

    .seccion-video2 {
        position: relative;
        height: 68vw;
    }

    .seccion-video2 video {
        width: 100%;
        height: 68vw;
        object-fit: cover;
    }

    .seccion-video2 .fondo-negro2 {
        height: 68vw;
    }

    .seccion-trabajo {
        height: 65vw;
        padding: 5rem 0;
    }

    .seccion-trabajo .info-trabajo {
        padding: 0 4rem;
    }

    .info-trabajo .titulo-trabajo h1 {
        font-size: 34px;
    }

    .info-trabajo .desc-trabajo p {
        font-size: 15px;
    }

    .info-trabajo .boton-contacto a {
        font-size: 16px;
    }

    .seccion-encuesta{
        height: 115vw;
    }

    .encuesta-info{
        padding: 1rem 2rem 3rem;
    }
    
    .titulo-encuesta h1 {
        text-align: center;
        font-size: 35px;
    }

    .subtitulo{
        padding: 1rem 0 2rem;
    }

    .encuesta-info .subtitulo h2{
        font-size: 22px;
        margin-bottom: 0;
        text-align: center;
    }

    .encuesta-info .radio span{
        font-size: 16px;
    }

    .encuesta-info label{
        font-size: 18px;
    }

    .encuesta-info .submitContainer-3fPnR button {
        font-size: 22px;
    }

    .encuesta-info .img-estrellas img {
        position: static;
        width: 300px;
        right: 10%;
        top: 205px;
    }

    .encuesta-info .img-cacahuates img {
        position: static;
        width: 520px;
        right: 0%;
        top: 310px;
    }

    .seccion-footer {
        height: 26vw;
        padding: 2rem 6rem;
    }

    .seccion-footer .titulo-footer h1 {
        font-size: 22px;
    }

    .seccion-footer .direccion a, .seccion-footer .numero-pedido a {
        font-size: 15px;
    }

    .seccion-footer .horario p {
        font-size: 15px;
    }

    .seccion-footer .menu ul li a {
        font-size: 15px;
    }

    .derechos p {
        font-size: 14px;
    }

}

@media (min-width: 768px) and (max-width: 991px){

    .navbar-collapse {
        background: rgba(0, 0, 0, 0.8);
    }

    .navbar {
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .seccion-inicio {
        position: relative;
        height: 82vw;
    }

    .seccion-inicio .fondo-negro {
        height: 82vw;
    }

    .seccion-inicio video {
        width: 100%;
        height: 82vw;
        object-fit: cover;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        text-align: center;
    }

    .navbar-nav .para-llevar {
        padding-left: 0rem;
    }

    .navbar-nav .para-llevar .nav-link {
        font-size: 18px;
        display: flex;
        justify-content: center;
        border: 0;
    }

    .titulo-video {
        position: absolute;
        bottom: 100px;
    }

    .titulo-video h1 {
        font-size: 60px;
    }

    .titulo-video .titulo1 {
        bottom: 250px;
        left: 2%;
    }

    .titulo-video .titulo2 {
        bottom: 170px;
        left: 25%;
    }

    .titulo-video .titulo3 {
        bottom: 90px;
        left: 48%;
    }

    .boton-menu-inicio {
        bottom: 75px;
        width: 100%;
    }

    .boton-menu-inicio a {
        font-size: 16px;
    }

    .seccion-menu {
        height: 165vw;
    }

    .seccion-menu .comida, .seccion-menu .bebidas {
        height: 80vw;
        padding: 8rem 0;
    }

    .seccion-menu .titulo-menu h1 {
        font-size: 35px;
    }

    .espanol-ingles .nav-item .nav-link {
        font-size: 15px;
    }

    .seccion-menu .offcanvas-header .btn-close {
        position: absolute;
        top: 38px;
        right: 8%;
    }

    .swiper {
        width: 100%;
        height: 400px;
    }

    .swiper .swiper-wrapper .swiper-slide .titulo-comida-bebidas {
        position: absolute;
        bottom: 190px;
        width: 100%;
        left: 0%;
    }

    .swiper .swiper-wrapper .swiper-slide .titulo-comida-bebidas h1 {
        font-size: 25px;
        text-align: center;
    }

    .swiper-button-prev {
        top: 312px !important;
        left: 86% !important;
    }

    .swiper-button-next {
        top: 312px !important;
        z-index: 4 !important;
    }

    .swiper .swiper-button-prev {
        width: 45px;
        height: 45px;
    }

    .swiper .swiper-button-next {
        width: 45px;
        height: 45px;
    }

    .offcanvas {
        --bs-offcanvas-width: 400px;
    }

    .seccion-menu .offcanvas .offcanvas-body h1 {
        font-size: 28px;
    }

    .seccion-menu .offcanvas .offcanvas-body h2 {
        font-size: 22px;
    }

    .seccion-menu .offcanvas .offcanvas-body h1 span {
        font-size: 16px;
    }

    .seccion-menu .offcanvas .descripcion-menu p {
        font-size: 14px;
    }

    .seccion-video2 {
        position: relative;
        height: 84vw;
    }

    .seccion-video2 video {
        width: 100%;
        height: 84vw;
        object-fit: cover;
    }

    .seccion-video2 .fondo-negro2 {
        height: 84vw;
    }

    .seccion-trabajo {
        height: 71vw;
        padding: 5rem 0;
    }

    .seccion-trabajo .info-trabajo {
        padding: 0 2rem;
    }

    .info-trabajo .titulo-trabajo h1 {
        font-size: 30px;
        text-align: center;
    }

    .info-trabajo .desc-trabajo p {
        font-size: 14px;
    }

    .info-trabajo .boton-contacto a {
        font-size: 15px;
    }

    .seccion-encuesta{
        height: 125vw;
    }

    .encuesta-info{
        padding: 1rem 2rem 3rem;
    }
    
    .titulo-encuesta h1 {
        font-size: 30px;
        text-align: center;
    }

    .subtitulo{
        padding: 1rem 0 2rem;
    }

    .encuesta-info .radio span {
        font-size: 16px;
    }

    .encuesta-info label {
        font-size: 18px;
    }

    .encuesta-info .submitContainer-3fPnR button {
        font-size: 20px;
    }

    .encuesta-info .img-estrellas img {
        position: static;
        width: 170px;
    }

    .encuesta-info .img-cacahuates img {
        position: static;
        width: 325px;
    }

    .seccion-footer {
        height: 36vw;
        padding: 3rem 4rem;
    }

    .seccion-footer .titulo-footer h1 {
        font-size: 20px;
    }

    .seccion-footer .direccion a, .seccion-footer .numero-pedido a {
        font-size: 14px;
    }

    .seccion-footer .horario p {
        font-size: 14px;
    }

    .seccion-footer .menu ul li a {
        font-size: 14px;
    }

    .derechos p {
        font-size: 13px;
    }

}

@media (min-width: 481px) and (max-width: 767.65px){

    .navbar-collapse {
        background: rgba(0, 0, 0, 0.8);
    }

    .navbar {
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .seccion-inicio {
        position: relative;
        height: 90vw;
    }

    .seccion-inicio .fondo-negro {
        height: 90vw;
    }

    .seccion-inicio video {
        width: 100%;
        height: 90vw;
        object-fit: cover;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        text-align: center;
    }

    .navbar-nav .para-llevar {
        padding-left: 0rem;
    }

    .navbar-nav .para-llevar .nav-link {
        font-size: 18px;
        display: flex;
        justify-content: center;
        border: 0;
    }

    .titulo-video {
        position: absolute;
        bottom: 100px;
    }

    .titulo-video h1 {
        font-size: 50px;
    }

    .titulo-video .titulo1 {
        bottom: 250px;
        left: 2%;
    }

    .titulo-video .titulo2 {
        bottom: 170px;
        left: 25%;
    }

    .titulo-video .titulo3 {
        bottom: 90px;
        left: 53%;
    }

    .boton-menu-inicio {
        bottom: 75px;
        width: 100%;
    }

    .boton-menu-inicio a {
        font-size: 16px;
    }

    .seccion-menu {
        height: 170vw;
    }

    .seccion-menu .comida, .seccion-menu .bebidas {
        height: 82vw;
        padding: 8rem 0;
    }

    .seccion-menu .titulo-menu h1 {
        font-size: 32px;
    }

    .espanol-ingles .nav-item .nav-link {
        font-size: 15px;
    }

    .seccion-menu .offcanvas-header .btn-close {
        position: absolute;
        top: 38px;
        right: 8%;
    }

    .swiper {
        width: 100%;
        height: 400px;
    }

    .swiper .swiper-wrapper .swiper-slide .titulo-comida-bebidas {
        position: absolute;
        bottom: 210px;
        width: 100%;
        left: 0%;
    }

    .swiper .swiper-wrapper .swiper-slide .titulo-comida-bebidas h1 {
        font-size: 22px;
        text-align: center;
    }

    .swiper-button-prev {
        top: 312px !important;
        left: 86% !important;
    }

    .swiper-button-next {
        top: 312px !important;
        z-index: 4 !important;
    }

    .swiper .swiper-button-prev {
        width: 45px;
        height: 45px;
    }

    .swiper .swiper-button-next {
        width: 45px;
        height: 45px;
    }

    .offcanvas {
        --bs-offcanvas-width: 400px;
    }

    .seccion-menu .offcanvas .offcanvas-body h1 {
        font-size: 26px;
    }

    .seccion-menu .offcanvas .offcanvas-body h2 {
        font-size: 23px;
    }

    .seccion-menu .offcanvas .offcanvas-body h1 span {
        font-size: 15px;
    }

    .seccion-menu .offcanvas .descripcion-menu p {
        font-size: 14px;
    }

    .seccion-video2 {
        position: relative;
        height: 90vw;
    }

    .seccion-video2 video {
        width: 100%;
        height: 90vw;
        object-fit: cover;
    }

    .seccion-video2 .fondo-negro2 {
        height: 90vw;
    }

    .seccion-trabajo {
        height: 130vw;
        padding: 5rem 0;
    }

    .seccion-trabajo .info-trabajo {
        padding: 0 2rem;
    }

    .info-trabajo .titulo-trabajo h1 {
        font-size: 35px;
        text-align: center;
    }

    .info-trabajo .desc-trabajo p {
        font-size: 15px;
    }

    .info-trabajo .boton-contacto {
        display: flex;
        justify-content: center;
    }

    .info-trabajo .boton-contacto a {
        font-size: 16px;
    }

    .seccion-encuesta{
        height: 135vw;
    }

    .encuesta-info{
        padding: 0rem 2rem;
    }
    
    .titulo-encuesta h1 {
        text-align: center;
        font-size: 35px;
    }

    .encuesta-info .radio span {
        font-size: 16px;
    }

    .encuesta-info label {
        font-size: 18px;
    }

    .encuesta-info .submitContainer-3fPnR button {
        font-size: 20px;
    }

    .encuesta-info .img-estrellas img {
        position: static;
        width: 170px;
    }

    .encuesta-info .img-cacahuates img {
        position: static;
        width: 325px;
    }

    .seccion-footer {
        height: 36vw;
        padding: 2rem 4rem;
    }

    .seccion-footer .titulo-footer h1 {
        font-size: 20px;
    }

    .seccion-footer .direccion a, .seccion-footer .numero-pedido a {
        font-size: 14px;
    }

    .seccion-footer .horario p {
        font-size: 14px;
    }

    .seccion-footer .menu ul li a {
        font-size: 14px;
    }

    .derechos p {
        font-size: 13px;
    }

}

@media(max-width: 480px){

    .navbar-collapse {
        background: rgba(0, 0, 0, 0.8);
    }

    .navbar {
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-brand img{
        width: 150px;
    }

    #pointer {
        position: absolute;
        top: 93px;
        left: 45%;
        width: 0;
        height: 0;
        border-left: 24px solid transparent;
        border-right: 24px solid transparent;
        border-top: 50px solid #BD3218;
    }

    #canvas {
        margin: 0;
        display: block;
    }

    .ruleta .modal .modal-title {
        font-size: 20px;
    }      

    #mc_embed_signup form {
        display: block;
        position: relative;
        text-align: left;
        margin: 0rem 1rem 0rem!important;
    }

    #mc_embed_signup {
        background: #fff;
        clear: left;
        width: 375px;
    }

    .roulette-container {
        text-align: center;
        margin-top: 0px;
    }

    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 400px;
    }

    .seccion-inicio {
        position: relative;
        height: 164vw;
    }

    .seccion-inicio .fondo-negro {
        height: 164vw;
    }

    .seccion-inicio video {
        width: 100%;
        height: 164vw;
        object-fit: cover;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        text-align: center;
    }
    
    .navbar-nav .para-llevar {
        padding-left: 0rem;
        display: flex;
        justify-content: center;
    }

    .navbar-nav .para-llevar .nav-link {
        font-size: 16px;
        border: 0;
    }

    .titulo-video {
        position: absolute;
        bottom: 150px;
    }

    .titulo-video h1 {
        font-size: 50px;
        text-align: center;
    }

    .titulo-video .titulo1 {
        bottom: 250px;
        left: 0%;
    }

    .titulo-video .titulo2 {
        bottom: 170px;
        left: 0%;
    }

    .titulo-video .titulo3 {
        bottom: 90px;
        left: 0%;
    }

    .boton-menu-inicio {
        bottom: 130px;
        width: 100%;
    }

    .boton-menu-inicio a {
        font-size: 16px;
    }

    .seccion-menu {
        height: 335vw;
        background-attachment: scroll;
    }

    .seccion-menu .comida, .seccion-menu .bebidas {
        height: 162vw;
        padding: 6rem 0;
    }

    .seccion-menu .nav{
        justify-content: center;
    }

    .seccion-menu .titulo-menu h1 {
        font-size: 32px;
    }

    .espanol-ingles .nav-item .nav-link {
        font-size: 15px;
    }

    .espanol-ingles .nav-link {
        padding: 0 0px 0 10px !important;
    }

    .espanol-ingles .nav-item .nav-link span {
        padding: 0 0 0 5px;
    }

    .swiper {
        width: 100%;
        height: 400px;
    }

    .swiper .swiper-slide button{
        display: flex;
        justify-content: center;
    }

    .swiper .swiper-wrapper .swiper-slide .titulo-comida-bebidas {
        position: absolute;
        bottom: 140px;
        width: 100%;
        left: 0%;
    }

    .swiper .swiper-wrapper .swiper-slide .titulo-comida-bebidas h1 {
        font-size: 28px;
        text-align: center;
    }

    .swiper-button-prev {
        top: 365px !important;
        left: 36% !important;
    }

    .swiper-button-next {
        top: 365px !important;
        z-index: 4 !important;
        right: 36%!important;
    }

    .swiper .swiper-button-prev {
        width: 45px;
        height: 45px;
    }

    .swiper .swiper-button-next {
        width: 45px;
        height: 45px;
    }

    .offcanvas {
        --bs-offcanvas-width: 100%;
    }

    .seccion-menu .offcanvas-header .btn-close {
        position: absolute;
        top: 35px;
        right: 8%;
    }

    .seccion-menu .offcanvas .offcanvas-body h1 {
        font-size: 28px;
    }

    .seccion-menu .offcanvas .offcanvas-body h2 {
        font-size: 25px;
    }

    .seccion-menu .offcanvas .offcanvas-body h1 span {
        font-size: 18px;
    }

    .seccion-menu .offcanvas .descripcion-menu p {
        font-size: 16px;
    }

    .seccion-video2 {
        position: relative;
        height: 100vw;
    }

    .seccion-video2 video {
        width: 100%;
        height: 100vw;
        object-fit: cover;
    }

    .seccion-video2 .fondo-negro2 {
        height: 100vw;
    }

    .seccion-trabajo {
        background-attachment: scroll;
        height: 192vw;
        padding: 4rem 0;
    }

    .seccion-trabajo .info-trabajo {
        padding: 0 2rem;
    }

    .info-trabajo .titulo-trabajo h1 {
        font-size: 32px;
        text-align: center;
    }

    .info-trabajo .desc-trabajo p {
        font-size: 14px;
    }

    .info-trabajo .boton-contacto {
        display: flex;
        justify-content: center;
    }

    .info-trabajo .boton-contacto a {
        font-size: 15px;
    }
 
    .seccion-encuesta{
        background: url('../img/movil-05.jpeg');
        background-size: cover;
        background-repeat: no-repeat;
        height: 310vw;
        padding: 4rem 0;
    }

    .encuesta-info{
        padding: 1rem 2rem 3rem;
    }
    
    .titulo-encuesta h1{
        text-align: center;
        font-size: 28px;
    }

    .subtitulo{
        padding: 1rem 0 2rem;
    }

    .encuesta-info .subtitulo h2 {
        font-size: 22px;
        margin-bottom: 0;
        text-align: center;
    }

    .encuesta-info .radio span {
        font-size: 15px;
    }

    .encuesta-info label {
        font-size: 18px;
    }

    .encuesta-info .submitContainer-3fPnR button {
        font-size: 20px;
    }

    .encuesta-info .img-estrellas img {
        position: static;
        width: 170px;
    }

    .encuesta-info .img-cacahuates img {
        position: static;
        width: 325px;
    }

    .seccion-footer {
        height: 180vw;
        padding: 2rem 3rem;
    }

    .seccion-footer .menu{
        display: flex;
        justify-content: center;
    }

    .seccion-footer .titulo-footer h1 {
        font-size: 22px;
        text-align: center;
    }
    
    .seccion-footer .dos{
        padding: 1rem 0;
    }

    .seccion-footer .direccion, .seccion-footer .numero-pedido {
        display: flex;
        justify-content: center;
    }

    .seccion-footer .direccion a, .seccion-footer .numero-pedido a {
        font-size: 15px;
    }

    .seccion-footer .horario p {
        font-size: 15px;
        text-align: center;
    }

    .seccion-footer .redes-sociales{
        justify-content: center;
    }

    .seccion-footer .menu {
        display: flex;
        justify-content: center;
    }

    .seccion-footer .menu ul li {
        text-align: center;
    }

    .seccion-footer .menu ul li a {
        font-size: 15px;
    }

    .derechos p {
        font-size: 14px;
    }

}

@media(max-width: 392px){

    .modal-content {
        width: 375px;
    }

    .ruleta .modal .modal-title {
        font-size: 19px;
    }

    #mc_embed_signup {
        background: #fff;
        clear: left;
        width: 346px;
    }

    #mc_embed_signup form {
        margin: 1rem 1rem 0rem !important;
    }

    .seccion-inicio {
        position: relative;
        height: 172vw;
    }

    .seccion-inicio video {
        width: 100%;
        height: 172vw;
        object-fit: cover;
    }

    .seccion-inicio .fondo-negro {
        height: 172vw;
    }

    .seccion-menu {
        height: 350vw;
    }

    .seccion-menu .comida, .seccion-menu .bebidas {
        height: 170vw;
        padding: 6rem 0;
    }

    .seccion-video2 {
        position: relative;
        height: 125vw;
    }

    .seccion-video2 video {
        width: 100%;
        height: 125vw;
        object-fit: cover;
    }

    .seccion-video2 .fondo-negro2 {
        height: 125vw;
    }

    .seccion-trabajo {
        height: 200vw;
        padding: 4rem 0;
    }

    .seccion-footer {
        height: 195vw;
        padding: 2rem 0rem;
    }

    .encuesta-info{
        padding: 1rem 2rem 3rem;
    }

    .titulo-encuesta h1 {
        text-align: center;
        font-size: 26px;
    }

    .encuesta-info .subtitulo h2 {
        font-size: 22px;
        margin-bottom: 0;
        text-align: center;
    }

    .encuesta-info .radio span {
        font-size: 15px;
    }

    .encuesta-info label {
        font-size: 18px;
    }

    .encuesta-info .submitContainer-3fPnR button {
        font-size: 20px;
    }

    .btn-group a {
        font-size: 15px;
    }

    .encuesta-info .img-estrellas img {
        position: static;
        width: 170px;
    }

    .encuesta-info .img-cacahuates img {
        position: static;
        width: 325px;
    }

    .derechos p {
        font-size: 12px;
    }

}

@media(max-width: 376px){

    #mc_embed_signup {
        background: #fff;
        clear: left;
        width: 335px;
    }

    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 360px;
    }

    #mc_embed_signup form {
        margin: 2rem 1rem 0rem !important;
    }

    #pointer {
        top: 87px;
        left: 44%;
    }

    .seccion-inicio {
        position: relative;
        height: 180vw;
    }

    .seccion-inicio video {
        width: 100%;
        height: 180vw;
        object-fit: cover;
    }

    .seccion-inicio .fondo-negro {
        height: 180vw;
    }

    .seccion-menu {
        height: 370vw;
    }

    .seccion-menu .comida, .seccion-menu .bebidas {
        height: 180vw;
        padding: 6rem 0;
    }

    .seccion-menu .titulo-menu h1 {
        font-size: 28px;
    }

    .seccion-video2 {
        position: relative;
        height: 170vw;
    }

    .seccion-video2 video {
        width: 100%;
        height: 170vw;
        object-fit: cover;
    }

    .seccion-video2 .fondo-negro2 {
        height: 170vw;
    }

    .seccion-trabajo {
        height: 210vw;
        padding: 4rem 0;
    }

    .seccion-encuesta{
        height: 340vw;
    }

    .seccion-footer {
        height: 200vw;
        padding: 2rem 0rem;
    }

}