html,body{width: 100%;height: 100%;box-sizing: border-box;font-size: 18px;}body{margin: 0;padding: 0;font-family: 'Raleway', sans-serif;}h1,h2,h3,h4,h5,h6{font-family: 'Julius Sans One', sans-serif;text-align: center;font-weight: lighter;}#title{margin-bottom: 15px;}#subtitle{margin-top: 15px;}p{font-size: 18px;}a{text-decoration: none;color: #990033;}.container{margin-top: 50px;width: 100%;height: 90vh;text-align: justify;justify-content: center;display: flex;align-items: flex-end;background-color: #990033;background: url(../images/home.jpg) no-repeat center center fixed;;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}.home{align-items: center;text-align: center;background-color: #990033;color: white;width: 100%;}#logo{color: white;/*margin-top: 60px;*/height: 300px;/*padding: 60px;*/}.menu-container{display: inline-block;cursor: pointer;}.bar1, .bar2, .bar3{width: 35px; height: 5px; background-color: #333; margin: 6px 0; transition: 0.4s;}/* Rotate first bar */.change .bar1{-webkit-transform: rotate(-45deg) translate(-9px, 6px) ; transform: rotate(-45deg) translate(-9px, 6px) ;}/* Fade out the second bar */.change .bar2{opacity: 0;}/* Rotate last bar */.change .bar3{-webkit-transform: rotate(45deg) translate(-8px, -8px) ; transform: rotate(45deg) translate(-8px, -8px) ;}nav{background-color: white;display: flex;flex-flow: wrap;justify-content: center;text-align: center;position: fixed;top: 0px;width: 100%;z-index: 200;}nav a{display: block;color: black;text-decoration: none;padding: 1em;transition: all .5s ease;}nav a:hover{background: #990033;color: white;}ul{padding: 0;margin: 0;}ul,li{display: inline-block;text-decoration: none;}#menu-toggle{display: none;}.label-toggle{display: none;}#logo-collapse{display: none;}#nosotros{padding-top: 25px;}#destacados-container{background: #990033;justify-content: center;display: flex;flex-wrap: wrap;}.destacados-item{width: 45%;padding: 10px;}.destacados img{}section{padding-top: 20px;padding-bottom: 20px;text-align: justify;margin: 0 auto;width: 80%;}#gallery{padding-top: 20px;z-index: 5;}.tab{overflow: hidden;background-color: #990033;display: flex;justify-content: center;}.tablinks{font-size: 1.3em;}.tab button{background-color: inherit;color: white;border: none;outline: none;cursor: pointer;padding: 20px;transition: 0.3s;}.tab button:hover{background-color: #cc0044;}.tab button.active{background-color: #cc0044;}.tabcontent{display: none;padding: 6px 12px;border: none;border-top: none;}#tabla-carta{width: 60%;margin: 0 auto;padding-top: 10px;font-size: 1.125em;}#tabla-carta td,th{padding: 8px;}.plato{text-align: left;}.precio{text-align: center;}.flex-container:active{padding: 0;margin: 0;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex; -webkit-flex-flow: row wrap;justify-content: center;}#horarios{text-align: center;}#contacto{text-align: center;}.social{padding: 30px;display: flex;justify-content: center;}.social-ico{margin: 10px;}.telefono{margin-top: 50px;justify-content: center;text-align: center;margin-bottom: 20px;}.telefono a{padding: 20px;margin: 5px;background: #990033;border: none;border-radius: 70px;color: white;text-decoration: none;}form{width: 60%;margin: 0 auto;margin-top: 50px;}label{display: block;padding: 10px;}input{width: 100%;height: 30px;padding-left: 10px;}textarea{padding-left: 10px;width: 100%;height: 150px;padding-top: 10px;resize: none;}#submit{font-size: 1.5em;cursor: pointer;background-color: #990033;color: white;border: none;width: 150px;height: 50px;margin-top: 15px;}#mapa-container{display: flex;justify-content: center;align-items: center;}#google{width: 100%;min-height: 450px;}footer{color: white;text-align: center;padding-top: 10px;padding-bottom: 10px;background-color: #990033;}footer h3{font-size: 1.2em;}#dev{font-size: 0.8em;}#dev a{color: white;text-decoration: none;}#dev a:hover{color: #cc0044;}@media screen and (max-width: 480px){.container{height: 50vh;background: #990033;margin-top: 10px;}.home{align-items: center;}.telefono a{display: block;margin: 0 auto;margin-bottom: 10px;width: 125px;}#logo{/*height: 230px;width: auto;*/margin-top: 20px;}#carta .tablinks, td{font-size: 0.8em;}.tab button{padding: 10px;}.destacados-item{width: 100%;}}@media screen and (max-width: 768px){ul{visibility: hidden;}#menu-toggle:checked ~ ul{opacity: 1;height: 100%;visibility: visible;}ul{display: block;color: white;height: 0;list-style-type: none;opacity: 0;text-align: center;transition: all 1s ease;width: 100%;visibility: hidden;}li{color: white;display: block;font-size: 1.5em;}li:first-of-type{margin-top: 55px;}.tablinks{font-size: 0.7em;}#logo-collapse{font-family: 'Julius Sans One', sans-serif;padding: 10px;margin-left: 2em;display: inline-block;float: left;margin-top: 1em;}.label-toggle{/*background: #66B032;*/cursor: pointer;display: inline-block;float: right;margin-right: 2em;height: 35px;margin-top: 1em;width: 40px;}.wrapper{display: block;padding-bottom: 20px;}.tablinks{display: inline-block;}}