@font-face {

    font-family: 'BAHNSCHRIFT';
    src: local('BAHNSCHRIFT'), local('BAHNSCHRIFT'),
        url('../font/BAHNSCHRIFT.woff2') format('woff2'),
        url('../font/BAHNSCHRIFT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Bebas Neue', sans-serif;
  width: 100vw;
}

body{
    background: #27709b;
    background-image: url(../img/fondo_rest.webp);
    background-attachment: fixed;
    background-size: cover;
}

.enlacesFijos {
    width: 100vw;
    display: flex;
    filter: drop-shadow(0px 4px 3px black);
}

.bottonConoce {
    background-color: #1576A8;
}

.bottonContact {
    background-color: #59953C;
}

.textNav {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    text-shadow: 0px 2px 1px #39250d;
    padding: 11px;
    text-align: center;
}

.logo {
    background-image: url(../img/restaurant.webp);
    background-size: 126vw;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 281px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
}

@media (min-width: 400px) {
    .logo {
        background-size: 123vw;
        height: 290px;
    }
}
@media (min-width: 700px) {
    .logo {
        background-size: 100vw;
        height: 502px;
    }
}
@media (min-width: 1000px) {
    .logo {
        background-size: 100vw;
        height: 620px;
    }
}
@media (min-width: 1300px) {
    .logo {
        background-size: 100vw;
        height: 820px;
        background-position-y: -120px;
    }
}

.logo_ {
    width: 30vw;
    height: auto;
    margin-top: 12px;
}

.logorest {
    width: 42vw;
    height: auto;
    margin-top: 12px;
}

@media (min-width: 1300px) {
    .logo_ {
        width: 18vw;
    }
    .logorest {
        width: 30vw;
    }
}

.navdos {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 96vw;
    height: auto;
    gap: 19px;
    margin-bottom: 24px;
}

.enlaces {
    width: 50vw;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: space-evenly;
}

#restlogo {
    color: #003F4E;
    text-align: center;
    font-family: 'BAHNSCHRIFT';
    font-weight: bold;
    font-size: 6vw;
}

a {
    text-decoration: none;
    width: auto;
}

h3 {
    font-family: 'BAHNSCHRIFT';
    font-weight: bold;
    width: auto;
    font-size: 5vw;
    color: #ffffff;
    text-shadow: 0px 2px 1px #39250d;
    padding: 3px;
}

.botTours {
    font-size: 2.3em;
}

@media (min-width: 760px) {
    .enlaces {
        width: 27vw;
    }
    h3 {
        font-size: 4vw;
    }
}
@media (min-width: 1000px) {
    .enlaces {
        width: 20vw;
    }
    h3 {
        font-size: 3vw;
    }
}
@media (min-width: 1200px) {
    .enlaces {
        width: 15vw;
    }
    h3 {
        font-size: 2vw;
    }
}

.title {
    width: auto;
    text-align: center;
    border: outset 6px #ED8615;
    border-radius: 33px;
    background-color: #F7941D;
}

.redes {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 6px;
    width: 90vw;
}

.red_ico {
    width: 72px;
    height: auto;
    display: flex;
    align-items: center;
}

.ico_img {
    width: 72px;
    height: auto;
}

.logogo{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.secmenu {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 96vw;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

@media (min-width: 900px) {
    .secmenu {
        width: 90vw;
        gap: 22px;
        margin-top: 30px;
    }
}

.seccmenu {
    width: 170px;
    text-align: center;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 30px;
}

h4 {
    width: auto;
    font-size: 26px;
    letter-spacing: 1px;
    color: #F8992D;
    padding: 12px;
}

.contmenuhojas {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 42px;
}

.sectionmenu{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, .4);
    padding-bottom: 12px;
}

.hoja_menu_entradas {
    display: none;
}

.hoja_menu_camaron {
    display: none;
}

.hoja_menu_langosta {
    display: none;
}

.hoja_menu_sopas {
    display: none;
}

.hoja_menu_ceviche {
    display: none;
}

.hoja_menu_pollores {
    display: none;
}

.hoja_menu_postres {
    display: none;
}

.hoja_menu_pulpo {
    display: none;
}

.hoja_menu_caracol {
    display: none;
}

.hoja_menu_ensaladas {
    display: none;
}

.hoja_menu_coctel {
    display: none;
}

.hoja_menu_pescado {
    display: none;
}

.hoja_menu_bebida {
    display: none;
}

.icoreturn {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.return {
    width: 200px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 15px;
    filter: drop-shadow(2px 2px 2px rgb(0, 0, 0));
}

h5 {
    font-family: 'BAHNSCHRIFT';
    font-weight: bold;
    width: auto;
    font-size: 26px;
    letter-spacing: 1px;
    color: #F8992D;
    text-shadow: 0px 2px 1px #39250d;
    padding: 12px;
    text-transform: uppercase;
}

.titmenu {
    width: auto;
    text-align: center;
}

.separador {
    width: 81vw;
    box-shadow: -1px 0px 10px 2px black;
    background-color: #F8992D;
    height: 3px;
    border-radius: 21px;
    margin-bottom: 12px;
    margin-top: 30px;
}

.menu_producto {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: solid 2px #13A4A4;
    margin-top: 9px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: 96vw;
    justify-content: space-around;
}

h6 {
    font-family: 'BAHNSCHRIFT';
    font-weight: bold;
    width: auto;
    font-size: 24px;
    color: #000000;
}

.preciomenu {
    width: 100px;
    text-align: start;
}

.nombremenu {
    width: 215px;
    text-align: end;
}

@media (min-width: 900px) {
    .nombremenu {
        width: 421px;
    }
}

.fotomenu {
    width: 330px;
    height: auto;
    display: flex;
    justify-content: center;
}

.fotoplato {
    width: 320px;
    height: 220px;
    padding: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 2px 3px black);
}

h2 {
    font-family: 'BAHNSCHRIFT';
    font-weight: normal;
    width: auto;
    font-size: 21px;
    color: #373737;
}