*{
    font-family: 'Montserrat', sans-serif;
}

html, body{
    height: 100%;
}
nav{
    z-index: 10;
}

.navbar{
    background-color: transparent !important;
}

.navbar a{
    /* color: white !important; */
    font-weight: bold;
}

.navbar .active a{
    color: #8A1714 !important;
}

.navbar a:hover{
    color: #8A1714 !important;
}

header{
    background: black;
    height: 100vh;
}

#video{
    position: absolute;
    top: -7px;
    width: 100%;
}
header video{
    width: 100%;
    height: 100vh;
    background: black;
}

#nosotros{
    padding-top: 60px;
    padding-bottom: 200px;
    background-image: url(https://buukra.com/assets/img/copas.png), url(https://buukra.com/assets/img/fondo-color.jpg);
    background-size: 70%, cover;
    background-repeat: no-repeat;
    background-position: right bottom, center;
    color: white;
}

#nosotros h2{
    letter-spacing: 10px;
    text-align: center;
    margin-bottom: 60px;
    font-size: 42px;
}

#nosotros p{
    font-size: 22px;
    line-height: 36px;
    text-shadow: 2px 2px #000;
    text-align: center;
}

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

    #nosotros{
        padding-bottom: 100px;
        background-size: contain, cover;
    }

    #nosotros p{
        text-align: left;
    }
}

.owl-carousel.owl-drag .owl-item {
    margin-top: 40px;
}

.owl-nav{
    position: absolute;
    top: 0;
    width: 100%;
}

#menu{
    padding-top: 40px;
    padding-bottom: 100px;
}

#menu h2{
    text-align: center;
    text-transform: uppercase;
    border: 1px solid black;
}

#titulo-bebidas, #titulo-alimentos{
    margin-top: 60px;
}


#titulo-bebidas h3, #titulo-alimentos h3{
    text-align: center;
    font-size: 36px;
    color: #F6921E;
    text-transform: uppercase;
}

#menu h4{
    margin-top: 60px;
    color: rgba(0,0,0,.6);
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}

#menu img{
    margin-top: 30px;
    width: 180px;
}

.pais, .espacio{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    color: #F6921E;
    margin-bottom: 15px;
    min-height: 40px;
}

.pais h6{
    font-size: 28px;
}

.menu-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.menu-item-izq{
    max-width: 80%;
}

.menu-item .nombre-item{
    margin-bottom: 0px;
    text-transform: uppercase;
}

.detalles-item{
    margin-bottom: 0px;;
}

.menu-item .lugar-item{
    margin-bottom: 0px;
}

.menu-item .precio-item, .menu-item .detalles-item{
    color: #BE1E2D;
}
.owl-carousel{
    width: 100%;
}


iframe{
    width:100%;
    height: 100%;
}

#reservaciones{
    padding-top: 40px;
    color: white;
    text-align: center;
    padding-bottom: 40px;
    background: rgb(63,28,26);
    background: linear-gradient(180deg, rgba(63,28,26,1) 0%, rgba(83,27,23,1) 54%);
}

#reservaciones h2{
    margin-bottom: 30px;
}

#reservaciones a{
    color: white;
}


#galeria{
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 80px;

}

#galeria h2{
    color: white;
    text-transform: uppercase;
    text-align: center;
   
}


#galeria-fotos img{
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.owl-carousel-galeria {
    background: url("https://buukra.com/assets/img/1495.gif") no-repeat center center;
  }

.owl-carousel-galeria .owl-dots{
    margin-top: 15px;
}

.owl-carousel-galeria .owl-nav{
    margin-top: 0px !important;
}

.owl-carousel-galeria .owl-nav .fa{
    color: white;
}

.owl-carousel-galeria .active span{
    background: #531B17 !important;
}

footer{
    padding-top: 60px;
    width: 100%;
    background-color: #000;
    padding-bottom: 20px;
    justify-content: center;
}

footer img{
    width: 300px;
}

footer i{
    font-size: 30px !important;
    color: white;
}

#cargando{
    height: 100vh;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fading{
    -moz-animation: fadingMovement 2.5s ease-in alternate infinite; /* Firefox */
    -webkit-animation: fadingMovement 2.5s ease-in alternate infinite; /* Safari and Chrome */
    -ms-animation: fadingMovement 2.5s ease-in alternate infinite; /* IE10 */
    -o-animation: fadingMovement 2.5s ease-in alternate infinite; /* Opera */
    animation: fadingMovement 2.5s ease-in alternate infinite;
}

@-webkit-keyframes fadingMovement { /* Chrome, Safari */
    0% {opacity:0}
    100% {opacity:1;}
}
@-moz-keyframes fadingMovement { /* FF */
    0% {opacity:0}
    100% {opacity:1;}
}
@-ms-keyframes fadingMovement { /* IE10 */
    0% {opacity:0}
    100% {opacity:1;}
}
@-o-keyframes fadingMovement { /* Opera */
    0% {opacity:0}
    100% {opacity:1;}
}
@keyframes fadingMovement {
    0% {opacity:0}
    100% {opacity:1;}
}

.hidden{
    display: none !important;
}