@font-face {
    font-family: Gill;
    src: url(../fonts/GillSans.woff);
}
@font-face {
    font-family: GillLight;
    src: url(../fonts/GillSans-Light.woff);
}
@font-face {
    font-family: GillSemi;
    src: url(../fonts/GillSans-SemiBold.woff);
}

@font-face {
    font-family: Basker;
    src: url(../fonts/Baskerville.woff);
}

@font-face {
    font-family: Badoni;
    src: url(../fonts/Badoni.woff);
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    /* width: 100%; */
    
    font-family: Basker;
}

.font-text {
    font-family: GillLight;
    font-size: 1.1em;
    /* font-weight: lighter; */
}

.font-bold{
    font-family: GillSemi;
}

b{
    font-family: GillSemi;
    font-weight: bolder;
}
.white-text {
    color: white;
}

.uppercase {
    text-transform: uppercase;
}

.ts {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

section{
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

a:hover {
    color: white;
}

.bg-img {
    background-position: center center!important;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh!important;
    
}

.phone-link-black{
    color: black;
}

#gmap_canvas{
    padding: 20px;
    border: 2px solid #EFA21B;
}

.phone-link-black:hover{
    color: black!important;
    font-size: 110%;
}

a > .chef-img:hover{
 transform: scale(1.05);
}

#section-one {
    /* background-image: url('../img/back_hero.png'); */
}

.logo-hero {
    width: 250px;
}

.center-block {
    display: block;
    margin: auto;
}
img.center-block{
    max-width: 100%;
}

.menu-list-inline {
    text-align: center;
}

.menu-list-inline li {
    display: inline;
    letter-spacing: 5px;
    font-size: 14px;
}

.some-icn img {
    height: 20px;
    margin: 15px;
    
}

.some-icn img:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

p.some-icn-header {
    list-style-type: none;
    margin-bottom:4!important;
}

#section-clases-de-cocina{
    background-image: url('../img/exp/bg_1.png');
}
/* #section-experiencias-gastro{
    background-image: url('../img/exp/bg_1.png');
} */
#section-experiencias-gastro img{
    width: 100%;
}

.some-icn-header img {
    height: 15px;
    width: 15px;
    margin-left: 30px;
    padding: 0;
}

.some-icn-header img:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

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

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

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

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

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

.m-bottom-70 {
    margin-bottom: 70px;
}

.nav-link.active {
    border-bottom: 2px solid #fff;
}

.nav-link {
    margin-top: 15px;;
    color: white!important;
    font-size: 12px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

.nav-gradient {
    pointer-events: none;
    width: 100%;
    height: 320px;
    position: fixed;
    z-index: 1;
}

.reservaciones-title {
    letter-spacing: 10px;
}

.navbar {
    pointer-events: initial!important;
    height: 100px;
    background: rgba(0, 0, 0, 0.7)!important;
}

.dropdown-menu.show {
    /* background: transparent; */
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);;
    border: none;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    margin-top: -20px;
    width: 100%;   
    
}

.dropdown-menu .dropdown-item {
    color: white;
    font-size: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid white;
    font-weight: bold;
}

.navbar-toggler {
    background-color: white;
}

.height-trick {
    height: 100vh;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    transform: scale(1.1);
}

#section-restaurante {
    background-image: url('../img/back_restaurante.jpg');
}

.desc-text {
    font-size: 2.5vh;
    letter-spacing: 0px;
}

#section-historia {
    background-image: url('../img/back_historia.png');
}

#section-historia2 {
    background-image: url('../img/back_historia2.png');
}

.separator-historia {
    width: 2px;
    height: 140px;
    background-color: #fff;
}

.title-restaurante {
    font-family: Badoni;
    color: white;
    letter-spacing: 3px;
}

#section-desayunos {
    background-image: url('../img/back_desayunos.png');
}

#section-experiencias {
    background-image: url('../img/back_experiencias.png');
}

#section-privados {
    background-image: url('../img/back_privados.png');
}

#ls {
    letter-spacing: 10px;
}

.fab-order-online{
    background: #fff;
    text-transform: uppercase;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 150px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    max-width: 250px;
}
.fab-order-online-mobile{
    margin: 0 auto;
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 50px;
    width: fit-content;
    max-width: 70%;
    margin-bottom: 100px;
    font-size: 4vw;
}
.fab-order-online .row{
    align-items: flex-start;
}
.fab-order-online-mobile .row{
    justify-content: center;
    align-items: center;
}

.fab-order-online img{
    width: 50px;
    margin-right: 10px;
}
.fab-order-online-mobile img{
    width: 17%;
    margin-right: 10px;
}

/* /Menu */

.title-menu {
    letter-spacing: 10px;
    font-size: 70px;
    color: black;
    text-align: center;
}

.no-padding {
    padding: 0;
}

footer {
    background-color: #E8E8E8;
    min-height: 255px;
    color: #333333;
}

.some-list-footer {
    padding-top: 50px;
}

.p-top-50 {
    padding-top: 50px;
}

footer p .phone-link {
    color: #000;
    font-weight: bolder;
    font-size: 110%;
}

footer ul li {
    list-style-type: none;
}

footer ul li img {
    width: 20px;
    height: 15px;
}

.lighter {
    font-weight: lighter;
}

#aviso-link {
    color: #000;
    font-size: 80%;
    text-align:center;
}
#facturacion-link {
    color: #000;
    font-size: 80%;
    text-align:center;
    cursor: pointer;
}
#facturacion-link:hover{
    text-decoration: underline;
}

.modal.show{
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.modal-body{
    text-align: center;
    font-family: 'Gill';
}
.modal-content button.close{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.modal-content a{
    color:#da9400;
}
.modal-content h2{
    border-bottom: solid 2px #da9400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Badoni';
}
.modal-content h1{
    border-bottom: solid 2px #da9400;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: 'Badoni';
}
.reservaciones-title {
    color: white;
    letter-spacing: 10px;
}

#section-reservaciones {
    background: url('../img/back_reservaciones_restaurante.png');
    
}

#section-reservaciones h1{
    font-size: 150%;
}

#section-reservaciones textarea{
    text-align: left;}


.input-label {
    color: white;
    font-size: 13px;
    padding-left: 15px;
    padding-top: 15px;
    display: block;
}

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

textarea.form-control {
    border-radius: 15px;
}

select.form-control {
    border-radius: 50px;
    -webkit-appearance: none;
    -webkit-border-radius: 50px;
    height: 30px!important;
    line-height: 15px;
}

.btn-submit{
    font-size: 14px;
    border-radius: 50px;
    padding: 5px 20px;
}

.btn-submit:hover{
    transform: scale(1.05);
}

#section-banquetes{
    background: url('../img/back_banquetes.png');
}

#section-sociales{
    background: url('../img/back_sociales.png');
}
#section-bodas{
    background: url('../img/back_bodas.png');
}
#section-eventos-empresariales{
    background: url('../img/back_eventos_empresariales.png');
    background-size: cover;
}
#section-kosher{
    background: url('../img/back_kosher.png');
    background-size: cover;
}
#section-reservaciones-banquete{
    background: url('../img/back_reservaciones_banquetes.png');
    background-size: cover;
}

#section-hero-gastro img{
    width: 100vw;
}
#section-victor{
    display: none;
    background: url('../img/back_chef_victor_ortiz.png');
    background-size: cover;
    background-position: center;
}
#section-angel{
    display: none;
    background: url('../img/chef_angel_capetillo.png');
    background-size: cover;
    background-position: center;
}

#section-galeria{
    background: linear-gradient(180deg, black , #333333);
}

#section-menu-editorial img{
    width: 100vw;
}
.decorator{
    width: 15px;
    background-color: #fff;
    height: 2px;
    margin: 10px auto;
}
b{
font-weight: bolder;}

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

.mct{
    text-align: initial;
}

.mtl{
    text-align: initial
}

.img-gallery-item:hover{
 transform: scale(1.05);
 opacity: 0.8;
 cursor: pointer;
 
}

.nav-item:hover, .nav-link:active, .nav-link:focus{
    border: none!important;
    outline:0;
}

#paquetes_bodas img{
    width: 100%;
    margin-bottom: 100px;
}

.chef-back{
    width: 100px;
    position: absolute;
    top: 80px; 
    left:0px; 
    cursor: pointer;
    z-index: 1;
}

.history-row{
    min-height: 200px;
    padding: 50px 0 50px 0;
}
ul{
    padding-inline-start: 0;
}
.fab-order-online-mobile{
    display: none;
}

.mobile-only{
    display: none;
}
@media (max-width: 575.98px) {
    .mapouter{
        max-width: 100%;
    }
    .mapouter *{
        max-width: 100%;
    }
    h1{
        font-size: 40px!important;
    }
    footer {
        padding: 15px;
    }

    #section-reservaciones{
        min-height: 140vh!important;
    }

    .mct{
        text-align: center!important;
    }
    .mtl{
        text-align: left;
    }
    .m-m-top-40{
        margin-top: 40px;
    }
    .navbar-collapse{
        padding: 30px;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .promo-2{
        width: 70%!important;
    }
    .some-list-footer {
        
    }
    p{
        font-size: 12px!important;
    }
    .some-list-footer li{
        padding-top: 10px;
        padding-right: 15px;;
        display: inline-block;
    }

    .back-btn{
        padding-top: 25%!important; 
    
    }

    #section-reservaciones h1{
        font-size: 6vw!important;
    }
/* 
    .chef-text > div{
        top:24%;
    }

    .chef-text img{
        width: 55%;
    }

    .chef-text p{
        font-size: 11px;
    } */
    .chef-text{
        display: none;
    }

    .chef1{
        background-image: url('../img/chefs/bg_1_mobile.png')!important;
    }
    .chef2{
        background-image: url('../img/chefs/bg_2_mobile.png')!important;
    }
    .chef3{
        background-image: url('../img/chefs/bg_3_mobile.png')!important;
    }
    .dropdown-toggle::after{
        display: none!important;
    }
    
    #section-clases-de-cocina{
        background-image: url('../img/exp/bg_1_mobile.png');
    }
    #section-experiencias-gastro{
        /* background-image: url('../img/exp/bg_1_mobile.png'); */
        padding-top: 55px;
    }
    .mobile-only{
        display: block;
    }
    .desktop-only{
        display: none;
    }
}

@media (max-width:450px){
    .fab-order-online{
        display: none;
    }
    .fab-order-online-mobile{
        display: block;
    }

    #restaurante .mx-auto{
        padding-left: 30px;
        padding-right: 30px;
    }
    .mobile-only{
        display: block;
    }
    .desktop-only{
        display: none;
    }
}

.carousel-thumbnails .carousel-inner{
    max-height: 85vh;
}

textarea{
    resize: none;
}

.carousel-indicators{
    position: initial;
    height: 150px;
    background-color: #161616;
    left: 0;
    right: 0;
    margin: 0;
}
.carousel-indicators li{
    width: 200px;
    margin-top: 27px;
}

.carousel-indicators li.active{
    opacity: 0.4;
    border-bottom: 1px solid white;
    padding: 2px;;
}

#aviso-link{
    cursor: pointer;
}

#modal-aviso-privacidad p{
    font-family: 'GillLight';
    text-align: justify;
}
#modal-aviso-privacidad strong{
    font-family: 'Gill';
}
#modal-aviso-privacidad  .modal-dialog{
    max-width: 80%;
}

#modal-aviso-privacidad .modal-content{
    overflow-y: auto;
    max-height: 90vh!important;
}

.chef-text p{
    text-align: justify;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
    z-index:100;
}

.my-float{
	margin-top:16px;
}