@font-face {
  font-family: "Cygre";
  font-style: normal;
  font-format: truetype;
  font-weight: 400;
  src: url("public/fonts/cygre.ttf") ;
}
 
@font-face {
  font-family: "Ignite";
  font-style: normal;
  font-format: truetype;
  font-weight: 400;
  src: url("public/fonts/ignite.ttf") ;
}
 
@font-face {
  font-family: "DentonXCondensed-Regular";
  font-style: normal;
  font-format: truetype;
  font-weight: 400;
  src: url("public/fonts/denton.ttf") ;
}

.home-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100dvh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/martintoston.jpg");
}

.logo {
  width: 186px;
  transform: translateY(60%);
  transition: 0.3s;
}
 
.logo:hover {
  transform: scale(1.1) translateY(55%);
}
 
.botones {
  display: flex;
  margin-bottom: 10px;
}
 
.textoboton {
  color: #f4ddd0;
  font-size: 26px;
  transition: 0.3s;
  font-family: "DentonXCondensed-Regular";
  border-color: #f4ddd0;
  border-width: 2px;
  padding-block: 12px;
  padding-inline: 80px;
  background-color: #89141f;
  cursor: pointer;
}
 
.textoboton:hover {
  transform: scale(1.1);
}
 
.textobotones {
  color: #f4ddd0;
  font-size: 26px;
  transition: 0.3s;
  font-family: "DentonXCondensed-Regular";
  border-color: #f4ddd0;
  border-width: 2px;
  padding-block: 12px;
  padding-inline: 25px;
  background-color: #89141f;
}
 
.textobotones:hover {
  transform: scale(1.1);
}
 
.textofooter {
  color: #f4ddd0;
  font-size: 28px;
  font-family: "DentonXCondensed-Regular";
  border-color: #f4ddd0;
  border-width: 2px;
  padding-left: 50px;
  padding-block: 15px;
  padding-right: 22px;
  background-color: #89141f;
}
 
.botonizquierdo {
  margin-right: 6px;
}
 
.body {
  display: flex;
  transform: translateY(-60%);
  flex-direction: column;
}
 
.instagram {
  top: 0;
  bottom: 0;
  height: 22px;
  margin: auto;
  position: absolute;
  transform: translateX(80%);
  transition: 0.3s;
}
 
.instagram:hover {
  transform: translateX(80%) scale(1.1);
}
 
.footer {
  display: flex;
  position: relative;
  transform: translateY(-85%);
}
 
.botonderecho {
  margin-left: 6px;
}

.restaurantes {
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: 0;
  display: none;
  opacity: 0;
  border-color: #ffffff;
  border-width: 20px;
  flex-direction: row;
}
 
.restaurantehevia {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/hevia.jpg");
}
 
.restaurantebarh {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/barh.jpg");
}
 
.restaurantemartintoston {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/fondomartintoston.jpg");
}
 
.logorestaurante {
  width: 165px;
  object-fit: cover;
  transition: 0.3s;
  margin-bottom: 10px;
}
 
.logorestaurante:hover {
  transform: scale(1.05);
}

.ajustehevia {
  margin-top: 80px;
}
 
.botonhevia {
  color: #ffffff;
  font-size: 14px;
  transition: 0.3s;
  font-family: Cygre;
  border-color: #ffffff;
  border-width: 1.5px;
  padding-block: 10px;
  letter-spacing: 5px;
  padding-inline: 12px;
}
 
.botonhevia:hover {
  transform: scale(1.05);
}
 
.botonmartintoston {
  color: #f4ddd0;
  font-size: 18px;
  transition: 0.3s;
  font-family: "DentonXCondensed-Regular";
  border-color: f4ddd0;
  border-width: 1.5px;
  padding-block: 8px;
  padding-inline: 12px;
  background-color: #89141f;
}
 
.botonmartintoston:hover {
  transform: scale(1.05);
}
 
.textomartintoston {
  color: #f4ddd0;
  font-size: 18px;
  transition: 0.3s;
  font-family: "DentonXCondensed-Regular";
  border-color: f4ddd0;
}
 
.textomartintoston:hover {
  transform: scale(1.05);
}
 
.textohevia {
  color: #ffffff;
  font-size: 14px;
  transition: 0.3s;
  font-family: Cygre;
  letter-spacing: 5px;
}
 
.textohevia:hover {
  transform: scale(1.05);
}
 
.textobarh {
  color: #f4e7d7;
  font-size: 20px;
  transition: 0.3s;
  font-family: "Ignite";
  letter-spacing: 5px;
}
 
.textobarh:hover {
  transform: scale(1.05);
}
 
.botonizquierdo {
  margin-right: 6px;
}
 
.botonderecho {
  margin-left: 6px;
}
 
.botonesrestaurantes {
  display: flex;
  margin-bottom: 10px;
}
 
.botonbarh {
  width: 155px;
  transition: 0.3s;
}
 
.botonbarh:hover {
  transform: scale(1.05);
}
 
.rombo {
  width: 15px;
  margin-left: 6px;
  margin-right: 8px;
}
 
.direccion {
  display: flex;
}

.flecha {
  top: 30px;
  left: 30px;
  width: 20px;
  position: absolute;
  transition: 0.3s;
  cursor: pointer;
}
.flecha:hover {
  transform: rotate(362deg);
}
 
@media(max-width: 990px) {
  .restaurantes {
    flex-direction: column;
  }
  .ajustehevia {
    margin-top: 0px;
  }  
}
 
@media(max-width: 750px) {
  .logo {
    width: 110px;
    transform: translateY(20%);
  }
  .textoboton {
    font-size: 21px;
    padding-block: 10px;
    padding-inline: 61px;
  }
  .textobotones {
    font-size: 21px;
    padding-block: 10px;
    padding-inline: 18px;
  }
  .footer{
    transform: translateY(-45%);
  }
  .textofooter {
    font-size: 23px;
    padding-block: 10px;
  }
  .body {
    transform: translateY(20%);
    margin-bottom: 55px;
  }
  .instagram {
    height: 20px;
    transform: translateX(95%);
  }
}
 
@media(max-width: 480px) {
  .home-container {
  background-image: url("public/martintostonmobile.jpg");
}
  .logo {
    width: 150px;
    transform: translateY(80%);
  }
  .body {
    transform: translateY(-10%);
    margin-bottom: 0px;
  }
  .restaurantes {
    border-width: 0px;
  }
  .logorestaurante {
    width: 115px;
  }
  .botonhevia {
    font-size: 12px;
  }
  .textohevia {
    font-size: 12px;
  }
  .textobarh {
    font-size: 16px;
    letter-spacing: 4px;
  }
  .botonbarh {
    width: 125px;
  }
  .rombo {
    width: 12px;
  }
}
