.fuente{
  font-family: 'Roboto Slab', serif;
}

/*
.cloud{
  cursor: url('../images/cloud.svg'), auto;
  width: 80px;
}
*/

body{
  text-align: center;
}

section{
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center;

}

footer{
  padding-top: 80px;
  background-color: #D2F4FC;
  padding-bottom: 80px;

}

p{
  font-size: 16px;
}

#home{
  padding-top: 120px;
  padding-bottom: 60px;
  width: 100%;
  height: 100vh;
  background-image: url("../images/hometaza2.jpg");
  display: table;
  top: 0;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#manteleta{
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
  width: 100%;
}

#contacto, #sucursales{
  padding-top: 120px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #fff;

}


/*Tienda*/



#tienda{
  width: 100%;
  padding-bottom: 60px;
}

#tienda .col-md-3{
  padding: 15px;
}


/*Calendario */
#calendario{
  padding-bottom: 60px;
  text-align: left;
}

#calendario .col-sm-12{
  padding-bottom: 20px;
}

.evento{
  background-color: #D2F4FC;
  color: black;
}

/*Menu */

#homemenu, #platillos, #bebidas, #postres {
  padding-top: 170px;
  padding-bottom: 60px;
}
#homemenu{
  width: 100%;
  height: 700px;
  background-image: url("../images/ensalada.jpg");
  display: table;
  top: 0;
  background-size: cover;
  text-align: center;
}

#platillos{
  width: 100%;
  height: 700px;
  background-image: url("../images/pizzeta.jpg");
  display: table;
  top: 0;
  background-size: cover;
  text-align: center;
}

#bebidas{
  width: 100%;
  height: 700px;
  background-image: url("../images/bebidas.jpg");
  display: table;
  top: 0;
  background-size: cover;
  text-align: center;
}

#postres{
  width: 100%;
  height: 700px;
  background-image: url("../images/postres.jpg");
  display: table;
  top: 0;
  background-size: cover;
  text-align: center;
}

.menuo{
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  text-align: center;
  color: grey;
}

mark{
  color: lightblue;
  background-color: grey;
}


.heartbeatSlow { animation-name: heartbeatSlow; animation-iteration-count: infinite; animation-duration: .8s }
@keyframes heartbeatSlow {
    35%, 65% { transform: scale(1.2) }
}
