*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
header{
    display: block;
    position: fixed;
    background-color: rgb(240, 240, 240);
    width: 100%;
    top: 0;
    z-index: 10;
}
header .superior{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
    -webkit-padding-start: 5vw;
    -webkit-padding-end: 5vw;
}
header .superior .logo{
    width: 50%;
}
header .superior .logo img{
    width: 17vh;
}
header .esq{
    height: 8vh;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
}
header .esq button{
    background-color: rgb(3, 72, 221);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    border: none;
    padding: 2vh;
    font-size: calc(12px + 0.5vh);
    font-size: -webkit-calc(12px + 0.5vh);
}
header .esq a{
    text-decoration: none;
    font-size: calc(12px + 0.5vh);
    font-size: -webkit-calc(12px + 0.5vh);
}
#idioma{
    color: rgb(102, 102, 102);
    padding-right: 10px;
    -webkit-padding-end: 10px;
}
header .esq button:active{
    background-color: rgb(0, 56, 177);
    color: rgb(150, 150, 150);
}
section{
    display: block;
    position: fixed;
    left: 0;
    top: 8%;
    width: 60vw;
    z-index: 10;
    transform: translateX(-60vw);
    -webkit-transform: translateX(-60vw);
}
section .container_menu{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
}
section .container_menu .boton_mostrar{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
section .container_menu .boton_mostrar button{
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: none;
    cursor: pointer;
}
section .container_menu .boton_mostrar button h1{
    color: rgb(133, 133, 133);
    font-weight: lighter;
    font-size: calc(40px + 2vw);
    font-size: -webkit-calc(40px + 2vw);
}
section .container_menu .boton_mostrar button:active{
    background-color: rgb(184, 184, 184);
}
section .container_menu .boton_ocultar{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
section .container_menu .boton_ocultar button{
    display: none;
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: none;
    cursor: pointer;
}
section .container_menu .boton_ocultar button h1{
    color: rgb(133, 133, 133);
    font-weight: lighter;
    font-size: calc(40px + 2vw);
    font-size: -webkit-calc(40px + 2vw);
}
section .container_menu .boton_ocultar button:active{
    background-color: rgb(184, 184, 184);
}
section .container_menu a{
    text-decoration: none;
}
section .menu{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-color: rgba(238, 238, 238, 0.822);
    width: 100%;
    padding-top: 20px;
    -webkit-padding-before: 20px;
}
section .menu ul{
    display: inline;
    list-style: none;
    width: 60vw;
}
section .menu ul li{
    color: rgb(122, 122, 122);
    width: 60vw;
    font-size: 20px;
    padding-bottom: 40px;
    font-weight: bolder;
    margin-left: -20px;
    -webkit-margin-start: -20px;
    padding-right: 20px;
    -webkit-padding-end: 20px;
    font-size: calc(20px + 1vw);
    font-size: -webkit-calc(20px + 1vw);
    overflow-wrap: break-word;
}
section .menu ul li:hover{
    text-decoration: underline;
}
.redes{
    display: block;
    position: fixed;
    bottom: 20px;
    right: 10px;
}
.redes .sociales{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.redes .sociales img{
    width: calc(20px + 3vh);
    z-index: 10;
}
.redes .sociales a:hover{
    padding-left: 5px;
    -webkit-padding-start: 5px;
}
footer{
    display: flex;
    display: -webkit-flex;
    background-color: rgb(3, 72, 221);
    width: 100%;
}
footer .powered{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-left: 5vw;
    -webkit-padding-start: 5vw;
    padding-right: 5vw;
    -webkit-padding-end: 5vw;
}
footer .powered h3{
    color: white;
    font-weight: lighter;
    font-size: calc(12px + 0.5vw);
    font-size: -webkit-calc(12px + 0.5vw);
}
footer .powered a{
    color: white;
    text-decoration: none;
    font-size: calc(12px + 0.5vw);
    font-size: -webkit-calc(12px + 0.5vw);
}

/*///////////////////////////////// MAIN ///////////////////////////////////*/

main{
    height: 100%;
    width: 100%;
    margin-top: 10vh;
    -webkit-margin-before: 10vh;
    padding-left: 20px;
    -webkit-padding-start: 20px;
    padding-right: 30px;
    -webkit-padding-end: 30px;
}
.restaurante{
    width: 100%;
    height: 100%;
    padding-left: 30px;
    -webkit-padding-start: 30px;
}
.restaurante .titulo{
    width: 100%;
    height: auto;
}
.restaurante .titulo h1{
    color: rgb(133, 133, 133);
    font-size: calc(1.5em + 1.5vw);
    font-size: -webkit-calc(1.5em + 1.5vw);
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}
.restaurante .cont_img{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.restaurante .cont_img .imagenes{
    position: relative;
    width: 60%;
    height: 35vmax;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-padding-start: 10px;
    -webkit-padding-end: 10px;
}
.restaurante .cont_img .imagenes ul{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    list-style: none;
}
.restaurante .cont_img .imagenes ul li{
    display: none;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 150%;
    height: 100%;
    margin-left: -40px;
    -webkit-margin-start: -40px;
}
.restaurante .cont_img .imagenes ul li:first-child{
    display: block;
}
.restaurante .cont_img .info{
    width: 40%;
    color: rgb(133, 133, 133);
    font-size: calc(12px + 1vw);
    font-size: -webkit-calc(12px + 1vw);
}
#img1{
    background-image: url("img/fotos/gaudi/gaudi.jpg");
}
#img1_1{
    background-image: url("img/fotos/gaudi/gaudi1.jpg");
}
#img1_2{
    background-image: url("img/fotos/gaudi/gaudi2.jpg");
}
#img1_3{
    background-image: url("img/fotos/gaudi/gaudi3.jpg");
}
#img1_4{
    background-image: url("img/fotos/gaudi/gaudi4.jpg");
}
#img2{
    background-image: url("img/fotos/cafeteria/cupula.jpg");
}
#img2_1{
    background-image: url("img/fotos/cafeteria/cupula1.jpg");
}
#img2_2{
    background-image: url("img/fotos/cafeteria/cupula2.jpg");
}
#img2_3{
    background-image: url("img/fotos/cafeteria/cupula3.jpg");
}
#img2_4{
    background-image: url("img/fotos/cafeteria/cupula4.jpg");
}
.restaurante .cont_img .imagenes .botones{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    margin-top: -35vmax;
    -webkit-margin-before: -35vmax;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.restaurante .cont_img .imagenes .botones button{
    background: rgba(226, 154, 0, 0.8);
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    font-size: calc(1rem + 1.5vw);
    font-size: -webkit-calc(1rem + 1.5vw);
    cursor: pointer;
}
.restaurante .cont_img .imagenes .botones button:hover{
    background: rgb(226, 154, 0);
    color: rgb(255, 255, 255);
}
.restaurante .cont_img .imagenes .botones button:active{
    background-color: rgb(235, 211, 1);;
    color: rgb(255, 255, 255);
}
.restaurante .horarios{
    width: 100%;
    color: rgb(133, 133, 133);
    font-size: calc(12px + 1vw);
    font-size: -webkit-calc(12px + 1vw);
}
.restaurante .horarios a{
    color: rgb(133, 133, 133);
    font-size: calc(8px + 1vw);
    font-size: -webkit-calc(8px + 1vw);
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}