@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  scroll-behavior: smooth;
}
.logo {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px
}
.tit-interior {
  font-size: 22px;
  text-align: left;
  color: #FF0000;
  font-weight: bold;
  border-bottom: 3px solid #000000;
  padding: 10px 0;
}
.tit-total {
  font-size: 30px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  padding: 70px 0;
}
.tit-interior-2 {
  font-size: 16px;
  text-align: left;
  margin: 10px 0;
  color: #000000;
  font-weight: bold;
  border-bottom: 2px solid #FF0000;
}
.txt-platos {
  font-size: 16px;
  text-align: left;
  color: #000000;
}
.txt-platos-chica {
  font-size: 16px;
  text-align: left;
  color: #333333;
  margin: 10px 0 30px 0;
  border-bottom: 1px solid #333333;
}
.precio-platos {
  font-size: 16px;
  text-align: left;
  color: #000000;
  display: inline-block;
  padding: 5px;
}
footer {
  padding: 40px 0;
  margin: 0 !important;
  position: relative;
  background: #000000;
  display: table;
  width: 100%;
  border-top: 3px solid #FF0000;
}
.container_footer {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 15px;
}
.txt_footer2 {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
  color: #FFF;
}
.txt_footer2 a {
  color: #FFFFFF;
}
.fotillo {
  border: 2px solid #FFFFFF;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.cont-platos {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.6);
}
.bg-cd:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("../images/bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
.bg-cd {
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: 3px solid #FF0000;
	
}*/
@media (max-width:767px) {
  .tit-total {
    font-size: 20px;
    padding: 20px 0;
  }
  .logo {
    width: 80%
  }
}