

/*INIT-GENERAL*/

:root{
    --rojo-principal: #ff3333;
}

@font-face {
  font-family: Montserrat;
  src: url(../fuente/Montserrat/Montserrat-Regular.ttf);
}

body{
    margin: 0 !important;
}

#main{
  font-family: 'Montserrat' !important;
  margin-top: 80px;
  padding-top: 1px;
}

/* @media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
} */

/*END-GENERAL*/


/*INIT-BARRA SUPERIOR*/

.barraSuperior{
    padding: 0px 10px;
    height: 80px;
    .navbar-brand{
        display: flex;
        align-items: center;
        a {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #ffffff;
            span{
                font-size: 36px;
            }
            &:first-child{
                margin-right: 15px;
            }
        }
        .btn-menu{
            display: none;
            @media (max-width: 765px) {
                display: unset;
            }
        }
    }
    .menu-derecho{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        text-decoration: none;
        justify-content: flex-end;
        color: #ffffff;
        .usr{
            margin-right: 10px;
        }
        @media (max-width: 576px) {
            display: none;
        }
    }
    .nav-item{
        &:hover{
            border-radius: 5px;
            background-color: #ffffff;
            a{
                color: #ff3333 !important;
            }
        }
        a{
            display: flex;
            padding: 10px 15px !important;
            align-items: center;
            color: #ffffff !important;
            font-size: 18px;
        }
    }
}

/*END-BARRA SUPERIOR*/


/*INIT MENÚ LATERAL*/

.logo-menu{
    border-radius: 10px;
    width: 70%;
    margin-bottom: 15px;
}

.lateral-menu-derecho{
    display: none;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    .usr{
        margin-right: 10px;
    }
    .b a{
        display: flex;
        align-items: center;
    }
    @media (max-width: 576px) {
        display: flex;
    }
}

.list-group.lateral{
    .list-group-item{
        display: flex;
        align-items: center;
        line-height: normal;
        span{
            margin-right: 10px;
        }
        &:hover{
            color: #ffffff;
            background-color: var(--bs-primary);
        }
    }
}

/*END MENÚ LATERAL*/


/*INIT-SECCIÓN CONÓCENOS*/

.conocenos{
    scroll-margin-top: 100px;
    height: 70vh;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    .logo{
        position: absolute;
        top: 15px;
        left: 15px;
        width: 300px;
        z-index: 100;
        img{
            width: 100%;
        }
        @media (max-width: 576px) {
            left: calc(50% - 150px);
        }
    }
    .banner{
        width: 100%;
        height: 100%;
        .carrusel{
            height: 100%;
            .carousel-inner{
                height: inherit;
                .carousel-item{
                    height: inherit;
                    background-size: auto, cover;
                    background-position: center;
                    .container{
                        height: inherit;
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: contain;
                    }
                }
            }
        }
        @media (max-width: 576px) {
            width: 100%;
        }
    }
    .masc{
        position: absolute;
        top: 80px;
        right: 80px;
        width: 20%;
        height: 100%;
        img{
            height: 100%;
        }
        @media (max-width: 995px) {
            display: none;
        }
    }
}

/*END-SECCIÓN CONÓCENOS*/


/*INIT-SECCIÓN OFERTAS*/

.oferta{
    scroll-margin-top: 100px;
    height: 40vh;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    .masc{
        width: 30%;
        padding-top: 15px;
        height: 100%;
        img{
            height: 100%;
        }
    }
    .banner{
        width: 70%;
        height: 100%;
        .carrusel{
            height: 100%;
            .carousel-inner{
                height: inherit;
                .carousel-item{
                    height: inherit;
                    background-size: auto, cover;
                    background-position: center;
                    .container{
                        height: inherit;
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: contain;
                    }
                }
            }
        }
    }
    @media (max-width: 770px) {
        display: flex;
        flex-direction: column;
        height: fit-content;
        .masc{
            width: 100%;
            margin: auto;
            height: 300px;
        }
        .banner{
            width: 100%;
            height: 40vh;
        }
    }
}

/*END-SECCIÓN OFERTAS*/


/*INIT-SECCIÓN HORARIO*/

.horario{
    min-height: 480px;
    padding-top: 25px;
    @media (max-width: 576px) {
        .card-group{
            display: flex;
            flex-wrap: wrap;
            .card-horario{
                width: 45%;
                margin: auto;
            }
        }
    }
}

/*END-SECCIÓN HORARIO*/


/*INIT-SECCIÓN MENÚ*/

.menu{
    scroll-margin-top: 80px;
    min-height: 500px;
    padding-top: 25px;
    padding-bottom: 25px;
    .masc{
        width: 100%;
        img{
            width: 300px;
        }
    }
    .row{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .menu-img{
        width: 100%;
        height: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .t-menu{
        color: #ffffff;
        font-weight: 700;
        font-size: 22px;
        border-bottom: 2px solid #ffffff;
    }
    .carta-menu{
        .card-menu{
            .i{
                padding: 0;
            }
            height: 200px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            .card-body{
                height: inherit;
            }
            @media (max-width: 995px) {
                margin-bottom: 15px;
            }
            @media (max-width: 770px) {
                height: fit-content;
            }
        }
        .card-menu:hover{
            transform: scale(1.01);
        }
    }
    .card-body{
        .card-text{
            font-size: 12px;
            text-align: justify;
            &.precio{
                color: #ad1f2d;
                font-weight: 700;
                font-size: 18px;
            }
        }
    }
}

/*END-SECCIÓN MENÚ*/


/*INIT-SECCIÓN UBICACIÓN*/

.ubicacion{
    scroll-margin-top: 80px;
    padding-top: 25px;
    padding-bottom: 0px;
    .mapa{
        width: 90%;
        height: 500px;
        border-radius: 30px;
        margin: auto;
    }
    .contacto{
        padding-top: 100px;
        .item{
            text-decoration: none;
            margin: 50px auto;
            width: 400px;
            padding: 15px;
            border-radius: 15px;
            border: none;
            &.esp{
                background-color: #ad1f2d;
                color: #ffffff;
                font-weight: 700;
                display: flex;
                flex-direction: column;
                .tit{
                    font-size: 22px;
                }
                .text{
                    font-size: 28px;
                }
            }
        }
        @media (max-width: 576px) {
            padding-top: 0;
        }
    }

}

/*END-SECCIÓN UBICACIÓN*/







/*INIT*******************************CUERPO PÁGINA********************************/

.contenedor-global-horizontal{
  width: 100%;
}

.separador-size{
  height: 100px;
  background-color: #ad1f2d !important;
}

.footer-size{
  height: 400px;
}

.card-horario:hover {
  animation: shake-horario 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake-horario {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  25% { transform: translate(-3px, 0px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  75% { transform: translate(3px, 1px) rotate(-1deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/*END********************************CUERPO PÁGINA********************************/
















