@charset utf-8;
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Unica+One);
@import url(https://fonts.googleapis.com/css?family=Grand+Hotel);
<meta name="viewport" content="width=device-width, initial-scale=1.0">


/* HOME */

* {
margin: 0;
padding: 0;
}

body{
width: 100%;
margin: 0;
padding: 0;
font-family: 'Open-sans', sans-serif;
background-color: white;
}

#botonhome {
font-weight: 800;
}

header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: black;
height: 30pt;
display: flex;
flex-direction: column;
justify-content: center;
}

.menu ul{
width: 100%;
display: flex;
flex-direction: row;
color: white;
list-style: none;
text-decoration: none;
font-family: 'Unica One', cursive;
font-weight: 400;
font-size: 12pt;
justify-content: space-around;
align-items: center;
margin: 0;
padding: 0;
}


.paginas {
    height: 16pt;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.paginas:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ffffff;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.paginas:hover:before, .paginas:focus:before, .paginas:active:before {
  left: 0;
  right: 0;
}


.portada {
width: 100%;
height: 400pt;
background-image: url(tostado.jpg);
background-size: cover;
background-position: 50% 50%;
background-attachment: fixed;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: 'Open-sans', sans-serif;
}

#boton {
width: 40pt;
margin: 0;
padding 0;
}

#bienvenida {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

img {
max-width: 100%;
}


.portada figure {

width: 70%; 
margin-bottom: 0;
    
}

.portada figure img {
max-height: 100pt;
max-width: 100%;

}

.portada h2 {
    margin-top: 0;
    font-family: 'Unica One', cursive;
    font-size: 14pt;
    color: white;
}

.destacados {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
margin-bottom: 10pt;
}

.destacado{
width: 100%;
height: 180pt;
background-color: #33a8f2;
margin-top: 10pt;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: 'Unica One', cursive;
font-weight: 400;
color: white;
padding-bottom: 10pt;
}

.destacado h1 {
font-weight: 300;    
}

.icono {
width: 30pt;
} 

a{
text-decoration: none;
color: inherit;
}

#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background-color: rgba(0, 0, 0, 0.74); 
    text-align:center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Unica One', sans-serif;
}

#lightbox p {
    text-align:center; 
    color:white; 
    margin-right:20px; 
    font-size:14pt; 
}

#content img {
    width: 70%;
    
    

}

#content h1 {
font-size: 20pt;
}

#content h2 {
font-size: 10pt;
}

#content h3 {
font-size: 20pt;
}


/* COMO FUNCIONA */

#quees {
font-size: 12pt;
font-family: 'Unica One', sans-serif;
width: 80%;
}

#botonapp {
font-weight: 800;
}

.portadacomo {
width: 100%;
height: 100pt;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: 'Open-sans', sans-serif;
}

.portadacomo h1{
font-family: 'Unica One', sans-serif;
margin: 0;
font-size: 20pt;
font-weight: 800;
}

.portadacomo h2{
font-family: 'Unica One', sans-serif;
font-size: 12pt;
width: 85%;
margin: 0;
text-align: center;
}

.areapasos {
width: 100%;
display: flex;
justify-content: space-around;
font-family: 'Unica One', sans-serif;
background-color: #33a8f2;
color: white;
height: 120pt;
}

.paso {
width: 30%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 15pt;
text-align: center;
}



.iconopaso {
width: 20pt;
height: 40pt;
margin-bottom: 2;
padding: 0;
}

.iconopaso img {
max-height: 40pt;
max-width: 100%;
}

.areadescarga {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 30pt;
}

.appstores {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 10pt
}

.logostore {
width: 50%;
margin: 0;
padding: 0;
}

#descargarapp {
font-family: 'Unica One', sans-serif;
font-size: 20pt;
margin-top: 20pt;
}

#bajar {
 
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
#bajar:hover, #bajar:focus, #bajar:active {
  background-color: rgba(14, 76, 105, 0.39);
  color: white;
}

.buenprovecho {
width: 100%;
height: 280pt;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: 'Open-sans', sans-serif;
background-size: cover;
background-position: 50% 50%;
background-attachment: fixed;
background-repeat: no-repeat;
background-image: url(mock1.jpg);
font-family: 'Unica One', sans-serif;
color: white;
font-size: 18pt
}

.social {
background-color: black;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.botonessocial {
height: 25pt;
background-color: black;
display: flex;
justify-content: space-around;
align-items: center;
width: 80%;
margin-bottom: 0;
margin-top: 10pt
}

.red {
display: flex;
justify-content: center;
width: 20%;

}
.red img {
max-width: 100%;
height: 25pt
}

/* MENU */

#botonmenu {
font-weight: 700;
}

.titulopagina {
margin-top: 60pt;
height: 20pt;
color: black;
font-family: 'Unica One', sans-serif;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.areamenu {
margin-bottom: 30pt;
}

.areadulcesalado {
width: 100%;
height: 300pt;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 40pt;
justify-content: center
}

.dulcesalado {
width: 100%;
height: 80pt;
font-family: 'Unica One', sans-serif;
color: white;
font-size: 18pt;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}


#opciondulce {
background-color: #33a8f2;
margin-bottom: 5pt
}



#opcionsalado {
background-color: #33a8f2;
margin-bottom: 5pt
}

#opcioncombos {
background-color: #33a8f2;
margin-bottom: 5pt;
}


#opcionbebidas {
background-color: #33a8f2;
margin-bottom: 5pt
}

.areamenu {
width: 100%;
margin-top: 70pt;
}

.titulosector {
font-family: 'Unica One', sans-serif;
font-size: 40pt;
display: flex;
justify-content: center;
align-items: center;
height: 100pt;
background-size: cover;
background-position: 50% 50%;
background-attachment: fixed;
background-repeat: no-repeat;
color: white;
width: 100%;
}


#titulodulce {
background-image: url(frutitas.jpg); 
}

.sectormenu {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 100%;
margin-top: 40pt;
}

.cosassector {
margin-top: 10pt;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.comidamenu {
margin-top: 10pt;    
width: 100%;
display: flex;
flex-direction: row;
}

.fotocomida {
width: 50%;
height: 160pt;
background-color: #33a8f2;
}

.fotocomida img {
object-fit: cover;
height: 100%;
width: 100%;
}

.nombrecomida {
width: 50%;
height: 160pt;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #33a8f2;
font-family: 'Unica One', sans-serif;
color: white;
font-size: 20pt;
text-align: center;
}

.infocomida {
font-size: 14pt;
color: #c2e8ff;
}

#titulosalado {
background-image: url(fritas.jpg); 
}

#titulobebidas {
background-image: url(coca.jpg);
background-size: cover;
}

#titulocombos {
background-image: url(brunch.jpg)
}

#opciondulce {
 
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
#opciondulce:hover, #opciondulce:focus, #opciondulce:active {
  background-color: #136aa0;
  color: white;
}

#opcionsalado {
 
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
#opcionsalado:hover, #opcionsalado:focus, #opcionsalado:active {
  background-color: #136aa0;
  color: white;
}

#opcionbebidas {
 
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
#opcionbebidas:hover, #opcionbebidas:focus, #opcionbebidas:active {
  background-color: #136aa0;
  color: white;
}

#opcioncombos {
 
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
#opcioncombos:hover, #opcioncombos:focus, #opcioncombos:active {
  background-color: #136aa0;
  color: white;
}


/* CONTACTO */

#botoncontacto {
font-weight: 800;
}

.areatitulo {
width: 100%;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}

#contanos {
font-family: 'Unica One', sans-serif;
font-size: 14pt;
width: 80%;
}

#areacontacto {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: #33a8f2;
}

form {
margin-top: 25pt;
display: flex;
flex-direction: column;
width: 80%;
font-family: 'Unica One', sans-serif;
color: white;
text-align: center;
margin-bottom: 25pt
}

input {
margin-bottom: 5pt;
}

text-area {
margin: 0;
padding: 0;
}

input.enviar {
font-family: 'Unica One', sans-serif;
font-size: 18pt;
margin-top: 10pt;
border: 0 none;
background-color: white;
}

.enviar {
 
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.enviar:hover, .enviar:focus, .enviar:active {
  background-color: black;
  color: white;
}

.disclaimer {
font-family: 'Open-sans', sans-serif;
font-size: 6pt;
color: #a5a5a5;
text-align: center;
display: flex;
justify-content: center;
width: 80%;
margin-top: 0;
padding: 0;
}

    .disclaimer p {
    width: 100%;
    
   
   
    }  

    .marca {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20pt;
    margin: 0;
    padding: 0;
    order: -1;
    margin-top: 5pt;
    }
    
    .marcapie {;
    height: 20pt;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    }

.marcapie img {
    height: 15pt;
} 

/* QUIENES SOMOS */

#botonquienes {
font-weight: 800;
}

.areadescripcion {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

#descripcion {
font-family: 'Unica One', sans-serif;
font-size: 8pt;
text-align: center;
display: flex;
justify-content: center;
}

#descripcion h2 {
width: 80%
}

#paraabajo {
height: 40pt;
margin: 0;
margin-bottom: 20pt;
}

#paraabajo img{
height: 40pt;
}

.areacita {
width: 100%;
height: 300pt;
background-image: url(fadu.jpg);
background-size: cover;
background-position: 50% 50%;
background-attachment: fixed;
background-repeat: no-repeat;
font-family: 'Unica One', sans-serif;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}

#cita {
background-color: #33a8f2; 
width: 90%;
margin: 0;
font-size: 30pt
}

.areacita h3 {
margin-top: 10;
}

.areastaff {
width: 100%;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 40pt;
}

#titulostaff {
font-size: 40pt;
}

.miembrostaff {
width: 100%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
text-align: center;
font-family: 'Unica One', sans-serif;
margin-bottom: 40pt;
}

.fotomiembro {
width: 70%;
}

.fotomiembro img {
max-width: 100%;
width: 100%;
}

.infomiembro h1 {
margin: 0;
margin-top: 10pt;
}

.infomiembro h2 {
font-size: 12pt;
margin: 0;
}

.linksmiembro {
padding-left: 10pt;
padding-right: 10pt;
margin-top: 5pt;
background-color: #33a8f2;
height: 30pt;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

.redmiembro {
height: 20pt; 
margin: 10;

}

.redmiembro img {
height: 20pt;
}

.infomiembro {
width: 70%;
    
}


/* ESCRITORIO */
@media all and (min-width: 768px){

/* HOME */
    
header {
height: 40pt;
    }

.menu ul {
font-size:15pt;
height: 30pt;
}

.portada {
height: 500pt;
    
}
    
.portada h2{
font-size: 26pt;
}
    
.destacados {
flex-direction: row;
justify-content: space-between;
}
    
.destacado {
width: 24%;
text-align: center;
}
    
#bienvenida figure {
width: 50%;
}

#bienvenida figure img {
max-height: none;
width: 100%;
}
    


/* MENÚ */

.titulopagina {
margin-top: 80pt
}

.titulopagina h1 {
font-size: 40pt;
}

.areadulcesalado {
justify-content: space-between;
margin-bottom: 0;
height: 200pt;
}
    

.dulcesalado {
width: 24%;
margin-bottom: 0;
height: 200pt;
font-size: 25pt;
    
}
    
.areamenu {
margin-top: 0;
}

.cosassector {
flex-direction: row;
justify-content: space-between;
}

.comidamenu{
flex-direction: column;
width: 24%;
}
    .fotocomida {
    width: 100%;
    }
    .nombrecomida {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    
    .infocomida {
    font-size: 14pt;
    color: #c2e8ff;
        
    }
    
/* CONTACTO */

#areacontacto {
width: 40%;
margin: auto;
margin-bottom: 30pt;
}

form {
width: 90%;
}
    
.social {
flex-direction: row-reverse;
justify-content: flex-start;
align-items: center;
width: 100%;
padding: 0;
height: 45pt;
background-color: black;
}
    
    .botonessocial{
    width: 30%;
    justify-content: space-around;
    height: 35pt;
    margin: 0;
    padding: 0;
    }
    
    .red img {
    height: 18pt;
    }
    
    .red {
    width: 10%;
    margin: 0;
    padding: 0;
    }

.disclaimer {
font-family: 'Open-sans', sans-serif;
font-size: 6pt;
color: #a5a5a5;
text-align: center;
display: flex;
justify-content: center;
width: 40%;
margin: 0;
padding: 0;
height: 25pt;
background-color: black;
}

    .disclaimer p {
    width: 100%;
    background-color: black;
    
   
   
    } 
    
    .marca {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30pt;
    margin: 0;
    padding: 0;
    order: 3;
    }
    
    .marcapie {
    width: 100%;
    max-height: 20pt;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .marcapie img {
   height: 20pt;
    }
    
/* COMO FUNCIONA */
    
    #bienvenida h2 {
    width: 60%;
    text-align: center;
    }
    
    #quees {
    width: 40%;
    margin-bottom: 0;
    }
    
    .areapasos {
    margin-top: 30pt;
    justify-content: center;
    }
    
    .paso {
    width: 20%;
    }
    
    #provecho h1 {
    font-size: 80pt
    }
    
    .appstores {
    width: 60%;
    flex-direction: row;
    justify-content: space-around;
    }
    
    .logostore {
    width: 40%;
    }
    
    
/* QUIENES SOMOS */
    
    .areadescripcion {
    width: 50%;
    }
    
    .areacita {
    height: 400pt;
    margin-top: 40pt;
    } 
    
    #cita {
    width: 60%;
    font-size: 50pt;
    text-align: center;
    padding: 5pt;
    }
    
    #steve {
    font-size: 20pt;
    }
    
    .areastaff {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40pt;
    justify-content: space-around;
    }
    
    .miembrostaff {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    }
    
    .infomiembro {
    width: 70%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    }
    .linksmiembro {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin-top: 5pt;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    }
    
    .contenidostaff {
    width: 100%;
    display: flex;
    justify-content: center;
    }
}

