
body::-webkit-scrollbar-track {
    background: #ced4da;
  }
body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #000;
}

body::-webkit-scrollbar-thumb {
    background-color: #48524c; 
}

.hidden {
    display: none;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

.dropdown-submenu{
    position: relative;
}
.dropdown-submenu a::after{
transform: rotate(-90deg);
position: absolute;
right: 3px;
top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
display: flex;
flex-direction: column;
position: absolute !important;
margin-top: -30px;
left: 100%;
}
@media (max-width: 992px) {
.dropdown-menu{
    width: 50%;
}
.dropdown-menu .dropdown-submenu{
    width: auto;
}
}

p a {
    color: black;
}

.submenu-scroll {
    height: 500px;
    overflow-y: auto;
}

.margen-top {
   margin-top: 10vh;
}

.fuente {
    font-family: 'Fuente-general';
}

.btn {
    border-radius: 50px;
}

.form-control {
    border-radius: 50px;
}

.imagen-idioma {
    width: 25%;
}

.form-control2 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 12px;
}

.color-bg {
    background-color: black;
}

.sombra {
    filter: drop-shadow(0px 0px 1px #000);
}

.nav-color-bg {
    background-color: transparent;
    /* color: #fff; */
}

.nav-color-bg>a{
    /* color: #fff; */
}

.contenedor {
    min-height: calc(100vh - 72px);
}

.anim {
    opacity: 0;
    transition: all 0.5s;
}

.showUp {
    animation: mostrar 1s;
}

@keyframes mostrar {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}

.barra {
    position: fixed;
    z-index: 10;
    width: 100%;
}

.margen-left {
    margin-left: 300px;
}

.fondo {
    background-image: url(../img/sequence.gif);
    background-repeat: no-repeat;
    height: 377px;
    /* color: white; */
    background-attachment: fixed;
    height: 100vh;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.reversa {
    flex-grow: revert;
}

.tam-fuente {
    font-size: 60px;
}

.flecha {
    position: absolute;
    font-size: 60px;
    margin-left: 47vw;
    margin-top: 92vh;
}

.boton-reservas {
    position: fixed;
    margin-top: 91vh;
    margin-left: 192vh;
}

.badge {
    margin-left: 36px;
}

.reservas-icon {
    font-size: 28px;
    margin-top: -17px;
    margin-left: 11px;
}

.boton-booking {
    margin-top: -39px;
    margin-left: -46px;
    font-size: 22px;
}

.num-reser {
    position: absolute;
    margin-top: -37px;
    margin-left: 46px;
}

.margen-top-2 {
    margin-top: 8vh;
}

.img-logo {
    width: 100%;
}

.txt-bienvenida {
    font-size: 56px;
    position: absolute;
    margin-top: 15vh;
    margin-left: 62vh;
}

.img-logo-footer {
    width: 24%;
}

.ancho {
    width: 17%;
}

.chat {
    width: 288px;
    margin-bottom: 0;
    position: fixed;
    right: 40px;
    bottom: 117px;
    z-index: 12;
}

.chat-header {
    background: #0a2c69;
    /* color: #fff; */
    right: 0;
    padding: 12px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

.chat-content {
    background: #fff;
    color: #000;
    height: 440px;
    overflow-x: hidden;
    padding: 12px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
}

.chat-content::-webkit-scrollbar{
    width: 7px;
}

.chat-content::-webkit-scrollbar-thumb {
    background-color: #0a2c69;
    border-radius: 5px;
}

@media (max-width: 768px ){
    .no-mostrar-m {
        display: none;
    }

    .imagen-idioma {
        width: 9%;
    }

    .contenedor {
        min-height: calc(100vh - 65px);
    }

    .margen-top {
        margin-top: 26vh;
    }

    .margen-top-2 {
        margin-top: 13vh;
    }

    .tam-fuente {
        font-size: 40px;
    }
    
    .margen-left {
        margin-left: 131px;
    }

    .menu-margen-left {
        margin-left: 96px;
    }

    .flecha {
        margin-left: 42vw;
        margin-top: 80vh;
    }

    .boton-reservas {
        margin-top: 79vh;
        margin-left: 44vh;
        z-index: 9999;
    }

    .submenu-scroll {
        height: 250px;
    }

    .boton-booking {
        margin-left: -67%;
    }
    
    .num-reser {
        margin-left: 5vw;
    }

    .img-logo {
        width: 100%;
    }

    .txt-bienvenida {
        font-size: 25px;
        position: absolute;
        margin-top: 40vh;
        margin-left: 38vw;
    }

    .img-logo-footer {
        width: 50%;
    }

    .dropdown-menu {
        width: 54%;
    }
}

@media (min-width: 769px){
    .no-mostrar {
        display: none;
    }
}

.poisicion {
    z-index: 20;
}

.fondo-form {
    color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 15px;
    background: azure;
    filter: drop-shadow(0px 0px 3px black);
}