@font-face {
    font-family: "GingerCat" ;
    src: url(multimedia/fuentes/Ginger\ Cat.ttf);}

@font-face {
font-family: "BobbyJones" ;
src: url(multimedia/fuentes/bobbyjones.otf);}

*{
    margin: 0;
    padding: 0;}

body{
    margin: 0;
    padding: 0;
    background-color: black;
    color: rgb(190, 190, 190);
    background-color: rgb(10, 10, 10);
    background-image: url(multimedia/fondo.png);
    background-size: cover;} 

.header a{
    font-size: 1.8em;
    margin-left: 2em;
    margin-right: 2em;}

.fondo img{
    height: 100vh;
    object-fit: cover;}

.menu-nav{
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;}

.menu-fixed {
	position:fixed;
	z-index:1000;
    backdrop-filter: blur(12px);
    background-color: rgba(0, 0, 0, 0.61);
    top: 0;
    border: white;
    border-bottom-style: solid;
    border-width: 1px;}

.nav{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;}

.nav a {
    text-align: center;
    position: relative;
    color: white;
    opacity: 80%;
    font-family: 'BobbyJones';
    font-weight: 400;
    letter-spacing: 4px;
}

.nav a::before {
    content: '';
    position: absolute;
    bottom: 80%;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-in-out;}

.nav a:hover::before {
    transform: scaleX(1);}

.nav a:hover{
    color: white;
    opacity: 100%;
    transition-duration: 0.3s;}

.button__nav{
    margin-left: 2em;
    border-color: white;}

.button__nav span{
    margin: 0.3em;}

.logo__navbar{
    display: none;
}

.logo__navbar img{
    height: 140px;
}

.logo__navBarPc{
    display: none;
}

.logo__navPc{
    display: block;
    margin: 1.5em 6em;
}

.logo{
    opacity: 85%;
    margin-top: 2em;}

.logo img{
    margin-top: 15%;
    height: 550px;}

.info{
    margin: 6em;}

.grid__menu{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2em;
    row-gap: 8em;
    margin-top: 2em;}

.extra__grid{
    margin-top: 8em;}

.title__menu{
    display: flex;
    flex-direction: column;
    justify-content: center;}

.title__menu h3{
    text-align: center;
    margin-top: 0.5em;
    color: rgb(250, 91, 255);
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 2em;
    text-shadow: 0 0 5px rgb(255, 0, 234),
                0 0 25px rgb(225, 0, 234)}

.title__img{
    width: 50%;
    margin-left: 25%;
    margin-bottom: 1.5em;}

h1{
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 1.4em;
    margin-top: 2em;
    padding-top: 1em;
    font-size: 4.5em;
    font-family: "GingerCat";
    color: rgba(255, 250, 250, 0.822);
    text-shadow: 0 0 5px rgb(76, 0, 255),
                0 0 25px rgb(132, 0, 255),
                0 0 50px rgb(183, 0, 255)}

h2{
    font-family: "GingerCat";
    font-size: 3.5em;
    height: 200px;
    color: #ffd755;
    text-shadow: 0 0 5px #FFD23D,
                0 0 25px #977c25;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0.8em;
    padding-bottom: 0.2;
    background-image: url(multimedia/logos/coco-transparente.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;}

p{
    font-family: "BobbyJones";
    font-style: normal;
    font-weight: 200;
    color: rgb(253, 250, 231);
}

.sobre__nosotros p{
    font-size: 1.6em;
    color: rgba(255, 255, 255, 0.836);

}

#sobreNosotros{
    padding-top: 0;}

.grid__sobrenosotros{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2em;
    padding: 0 6em;
    text-align: start;
}

.text-centrado{
    text-align: center;
    font-size: 1.5em;
    margin-top: 2em;
}

.menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2em;
    align-items: center;}

.title__nuevasopciones{
    font-family: 'Tilt Neon', cursive;
    font-size: 4em;
    color: rgba(255, 255, 255, 0.822);
    text-shadow: 0 0 5px rgb(255, 0, 0),
                0 0 25px rgb(255, 0, 0),
                0 0 50px rgb(255, 0, 0),
                0 0 70px rgb(255, 0, 0);
    text-align: center;
}

.nuevas__opciones{
    margin: 8% 20% 10% 20%;
}

.agregados{
    margin: 8% 15% 6% 15%;
    padding: 2em;
    background-color: #90199b60;
    border-radius: 10px;
}

.agregados h3{
    text-align: center;
    margin-top: 0.5em;
    color: rgb(250, 91, 255);
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 2.2em;
    text-shadow: 0 0 5px rgb(255, 0, 234),
                0 0 25px rgb(225, 0, 234)
}

.agregados .box__menu{
    margin: 1em 2em;
}

.agregados .box__menu h3{
    font-size: 1.4em;
}

.agregados .box__menu h4{
    font-size: 1.4em;
}

.tragos__autor{
    background-image: url(multimedia/logos/blanco-transparent.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 46%;
}

.menu h3{
    font-family: "GingerCat";
    font-weight: 500;
    color: rgba(255, 255, 255, 0.849);
    text-shadow: 0 0 3px #ffe89d;
}

.menu h4{
    font-family: "GingerCat";
    color: #ffeeb8;
    font-weight: 400;
    text-shadow: 0 0 5px #b4942c;
}


.box__menu{
    margin: 0 8em;}

.title__veggie{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;}

.title__veggie h3{
    margin-right: 1em;}

.pizzas-nuevo{
    display: flex;
    text-align: center;
    justify-content: center;
}

.pizzas-nuevo h3{
    margin-right: 0.5em;
}

.pizzas-nuevo img{
    margin-left: 0.5em;
    margin-bottom: 0;
    margin-top: 0.5em;
}

.sin-tacc{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
    align-items: center;
    color: rgb(255, 61, 61);
}

.sin-tacc h3{
    font-family: 'GingerCat';
    font-size: 1.6em;
}

.div__bebidas{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.div__bebidas img{
    margin-left: 0.5em;
    margin-bottom: 1em;
}

.div__bebidas .vaso3{
    padding-bottom: 0.3em;
}

.gin{
    background-image: url(multimedia/logos/g-transparent.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;}

.aperitivos{
    background-image: url(multimedia/logos/buhero-negro-transparent.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;}

.subtitle__medidas{
    text-align: center;
    margin-top: 1.2em;
    color: #F657FF;
    font-family: 'GingerCat';
    font-size: 2.2em;
    letter-spacing: 4px;
    text-shadow: 0 0 5px #b843be,
                0 0 25px #6d2770;}

.nuevos_autor{
    color: #00bf63;
    font-size: 2.6em;
    text-shadow: 0 0 5px #00aa58,
                0 0 25px #008f4a;}

.whiskey{
    background-image: url(multimedia/logos/jw-transparent.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;}

.vodka{
    background-image: url(multimedia/logos/sm-transparent.png);
    background-repeat: no-repeat;
    background-position: center;}

.marcas__bebidas{
    margin-top: 4em;
    display: flex;
    justify-content: center;}

.marcas__bebidas img{
    width: 25%;}

.espacio__cultural h1{
    margin: 1em;}

.espacio__cultural img{
    height: 80vh;
    object-fit: cover;}

.trama{
    display: flex;
    flex-direction: row;
    opacity: 25%;}

.trama img{
    width: 100%;}

.footer{
    background-color: black;
    padding-top: 3em;
}

.footer h4{
    color: rgba(255, 255, 255, 0.836);
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    text-shadow: 0 0 5px rgb(254, 255, 200),
                0 0 20px rgba(254, 255, 200, 0.603);
}

.horarios{
    display: flex;
    flex-direction: row;}

.footer div ul li{
    list-style-type: none;
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.836);
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    text-shadow: 0 0 5px rgb(254, 255, 200),
                0 0 10px rgba(254, 255, 200, 0.603);}

.footer__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6% 15%;
    text-align: center;}

.footer__info section {
    display: flex;
    align-items: center;}

.footer__info section img {
    padding: 0 3px;}

.footer__info div ul{
    margin: 0%;
    padding: 0%;}

.footer__info div ul li{
    list-style-type: none;
    font-size: 1.1em;
    color: rgb(190, 190, 190);}

.footer__social{
    margin-top: 2em;}

.redes{
    margin-top: 1em;}   

.footer__social a{
    color: rgba(255, 250, 233, 0.801);}

.footer__social a svg {
    margin: 0 6px;}

.footer__social a svg:hover {
    transform: scale(108%);
    color: rgb(255, 244, 209);
    transition-duration: 150ms;}

.footer__horarios{
    margin-top: 2em;}

.horarios{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1em;}

.horarios ul{
    margin: 0em 0.6em;
    text-align: start;}

.horarios ul li{
    margin: 0 0.5em;}

.direccion{
    display: flex;
    flex-direction: column;
    margin-top: 2em;}

.direccion ul{
    margin-top: 0.5em;}

.ir-arriba {
    display:none;
    padding:20px;
    background:#ffffff;
    font-size:10px;
    color:black;
    cursor:pointer;
    position: fixed;
    bottom:20px;
    right:20px;
    border-radius: 100px;
    z-index: 10;
}

@media only screen and (max-width:700px) {
    .nav a::before {
        display: none;}

    .nav a{
        font-size: 1.5em;
    }

    .button__nav{
        margin-left: 1em;}

    p{
        font-size: 0.9em;
    }

    .grid__sobrenosotros{
        display: flex;
        flex-direction: column;
        padding: 0 0.5em;
        text-align: center;
    }

    .title__img{
        width: 72%;
        margin-left: 15%;}

    .title__menu h3{
        font-size: 1.5em;
    }

    .title__veggie h3{
        margin-right: 0;}

    .sin-tacc h3{
        font-size: 1.4em;
    }

    .logo__nav{
        display: block;
        margin-right: 35%;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .logo__navbar img{
        height: 1z20px;
    }

    .logo__navPc{
        display: none;
    }

    .logo img{
        margin-top: 40%;
        height: 320px;}

    .info{
        margin: 1em 0em;}

    .box__menu{
        margin: 0 1em;}

    h1{
        font-size: 2.8em;
    }

    h2{
        font-size: 2.4em;
    }

    .title__nuevasopciones{
        font-size: 2.6em;
    }

    .nuevas__opciones{
        margin: 15% 0 20% 0;
    }

    .subtitle__medidas{
        font-size: 2em;}

    .sobre__nosotros p{
        font-size: 1.2em;
        margin: 0 1em;
    }

    .menu h3{
        font-size: 1.3em;
    }

    .agregados{
    margin: 8% 5% 6% 5%;
    padding: 2em;
    background-color: #90199b60;
    border-radius: 10px;
    }

    .agregados h3{
        text-align: center;
        margin-top: 0.5em;
        color: rgb(250, 91, 255);
        font-family: 'Quicksand', sans-serif;
        font-weight: 400;
        font-size: 2.2em;
        text-shadow: 0 0 5px rgb(255, 0, 234),
                    0 0 25px rgb(225, 0, 234)
    }

    .agregados .box__menu{
        margin: 1em;
    }

    .agregados .box__menu h3{
        font-size: 1.3em;
    }

    .agregados .box__menu h4{
        font-size: 1.3em;
    }

    .menu h3{
    font-family: "GingerCat";
    font-weight: 500;
    color: rgba(255, 255, 255, 0.849);
    text-shadow: 0 0 3px #ffe89d;
    }

    .menu h4{
        font-family: "GingerCat";
        color: #ffeeb8;
        font-weight: 400;
        text-shadow: 0 0 5px #b4942c;
    }

    .marcas__bebidas img{
        display: none;}

    .grid__menu{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 4em;}

    .extra__grid{
        margin-top: 4em;}

    .div__bebidas{
        display: flex;
    }

    .div__bebidas img{
        padding-bottom: 0.5em;
    }

    .div__bebidas .vaso3{
        padding-bottom: 0.8em;
    }

    .espacio__cultural img{
        height: 40vh;}

    .trama img{
        object-fit: cover;
        height: 5vh;}

    .footer__info {
        flex-direction: column;
        padding: 0;}

    .footer__social{
        padding-top: 2em;}

    .footer__horarios{
        padding-top: 2em;}

    .footer__direccion{
        padding-top: 2em;}

    .maps{
        padding-top: 4em;
        padding-bottom: 4em;}
}

@media only screen and (min-width:700px) and (max-width:1000px) {
    .nav a::before {
        display: none;}

    .logo__nav{
        display: block;
        margin-right: 42%;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .logo__navPc{
        display: none;
    }

    .logo img{
        margin-top: 41%;
        height: 400px;}

    .info{
        margin: 2em;}

    .box__menu{
        margin: 0 6em;}

    h1{
        font-size: 3.5em;
    }

    h2{
        font-size: 2.6em;
    }

    .title__nuevasopciones{
        font-size: 2.6em;
    }

    .nuevas__opciones{
        margin: 8% 0 10% 0;
    }

    .sobre__nosotros p{
        font-size: 1.4em;
    }

    .grid__sobrenosotros{
        display: flex;
        flex-direction: column;
        padding: 0 4em;
        text-align: center;
    }

    .menu h3{
        font-size: 1.5em;
    }

    .grid__menu{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 6em;}

    .extra__grid{
        margin-top: 6em;}

    .div__bebidas img{
        padding-bottom: 0.4em;
    }

    .div__bebidas .vaso3{
        padding-bottom: 0.6em;
    }

    .vodka{
        background-size: contain;}

    .espacio__cultural img{
        height: 60vh;}

    .trama img{
        object-fit: cover;
        height: 5vh;}

    .footer__info {
        flex-direction: column;
        padding: 0;}

    .footer__social{
        padding-top: 2em;}

    .footer__horarios{
        padding-top: 2em;}

    .footer__direccion{
        padding-top: 2em;}

    .maps{
        padding-top: 4em;
        padding-bottom: 4em;} 
}

@media only screen and (min-width:1000px) and (max-width:1500px) {
    .nav a::before {
        display: none;}

    .logo__navPc{
        display: none;
    }

    .info{
        margin: 2em;}

    h1{
        font-size: 3.5em;
    }

    .title__nuevasopciones{
        font-size: 3em;
    }

    .nuevas__opciones{
        margin: 8% 15% 10% 15%;
    }

    .sobre__nosotros p{
        font-size: 1.6em;
    }

    .grid__sobrenosotros{
        display: flex;
        flex-direction: column;
        padding: 1em;
    }

    .box__menu{
        margin: 0 3em;}

    .title__menu{
        margin-left: 2em;}

    .title__img{
        margin-left: 20%;
        width: 60%;}

    .div__bebidas .vaso3{
        padding-bottom: 0.4em;
    }
    
    .trama img{
        object-fit: cover;
        height: 5vh;}

    .footer__info {
        flex-direction: column;
        padding: 0;}

    .footer__social{
        padding-top: 2em;}

    .footer__horarios{
        padding-top: 2em;}

    .footer__direccion{
        padding-top: 2em;}

    .maps{
        padding-top: 4em;
        padding-bottom: 4em;}
}
