@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Montserrat:wght@700&family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Montserrat:wght@700;900&family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Lato&family=Montserrat:wght@700;900&family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dynalight&display=swap");

.abhaya-libre-medium {
  font-family: "Abhaya Libre", serif;
  font-weight: 500;
  font-style: normal;
}

:root {
  --main-orange: #ff6e3a;
  --width-mobile: 100vw;
  --main-green: #34a84d;
}

* {
  margin: 0;
}

body {
  width: 100vw;
}

.whatsapp-icon {
  position: fixed;
  width: 55px;
  height: 55px;
  top: 10%;
  right: 15%;
  z-index: 1;
  margin-top: 390px;
  
}

.whatsapp-icon:hover {
  cursor: pointer;
}
nav {
  background-color: var(--main-orange);
  width: var(--width-mobile);
  height: 80px;
}

.icon-container {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.logo {
  padding-left: 22px;
}

.options {
  padding-right: 30px;
}

.main {
  z-index: 3;
  width: var(--width-mobile);
  height: 764px;
  position: relative;
}

main .fondo {
  z-index: -1;
  background-size: 10%;
}
main img {
  position: absolute;
  object-fit: contain;
  width: var(--width-mobile);
}



main h1 {
  position: absolute;
  width: 245.246px;
  color: var(--main-orange);
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  height: 30px;
  padding-top: 40px;
}

main h2 {
  color: #333333;
  display: flex;
  width: 358px;
  height: 193px;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  padding-top: 90px;
  padding-left: 25px;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

main .vector {
  position: absolute;
  padding-top: 282px;
  padding-left: 25px;
  margin: 0;
  width: 80%;
}

main p {
  position: absolute;
  width: 357px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-top: 330px;
  padding-left: 24px;
  color: #333333;
}

main button {
  margin-top: 485px;
  background-color: var(--main-green);

  width: 301.448px;
  height: 41px;
  border-radius: 10px;
  color: #fff;
  z-index: 1;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 8px;
  border: 1px solid;
  margin-left: 48px;
}

.main-pizza {
  display: block;
  position: absolute;
  padding-top: 10px;
}

.menuPdf {
  position: absolute;
  padding-top: 300px;
  width: 100%;
  height: 700px;
  margin-bottom: -1000px;
}

.opinion {
  background-image: url(./src/images/Fondo.png);
  display: flex;
  flex-direction: column;
  width: var(--width-mobile);
  height: 664px;
  margin-left: -5px;
  align-content: center;
  margin-top: 280px;

}
.opinion1 {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 400% */
  font-variant: all-small-caps;
}

.opinion2 {
  color: var(--main-orange);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-top: -10px;
}

.calificacion {
  margin-top: 90px;
  margin-left: 100px;
  max-width: 50%;
  max-height: 50%;
}

.google {
  margin-top: 15px;
  margin-left: 145px;
  max-width: 30%;
}

.google:hover {
  cursor: pointer;
}

.tripadvisor {
  margin-top: 90px;
  max-width: 50%;
  margin-left: 100px;
}

.tripadvisorLogo {
  max-width: 40%;
  max-height: 100%;
  margin-left: 120px;
  margin-top: 10px;
}

footer {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 110, 58, 0.05);
  display: flex;
  width: 90%;
  height: 400px;
  padding: 30px 17px 30.173px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.mtitle {
  display: flex;
  width: 357px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  color: var(--main-orange);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px; /* 104.167% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  font-weight: bolder;
  margin-top: -70px;
  margin-left: -25px;
}

.ctitle {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Source Sans Pro;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  color: var(--main-orange);
  margin-left: -25px;
}

.info-contacto {
  margin-top: 5px;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 107.143% */
  letter-spacing: 0.28px;
  color: #333333;
  margin-left: -25px;
  width: 85%;
}

.doubleIcon {
  margin-top: 20px;
  margin-left: -30px;
}

.doubleIcon img {
  margin-top: 10px;
  padding: 5px;
}

.privacidad {
  margin-top: 10px;
  color: var(--main-orange);
}
.tyc {
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
  letter-spacing: 0.28px;
}

@media(min-width: 441px) {

  nav {
width: 100vw;
  }

  main {
    
    width: 100vw;
    
  }

  main .fondo {
    width: 100%;
  }

  main img {
  width: 85%;
}

main h1 {
  margin-left: 20.5%;
}

main h2 {
  margin-left: 20%;
}

main .vector {
  margin-left: 16%;
  width: 430px;
}

main p {
  margin-left: 20%;
}

main button {
  margin-left:25%;
}

.main-pizza {
  margin-left: 15.5%;
  margin-top: 3%;
  width: 441px;
  position: inherit;
}

.menuPdf {
  position: inherit;
  width: 80%;
  margin-left: 8%;
  margin-top: -38%;

}

.opinion a {
margin-left: 20%;
}

footer {
  width: 100%;
}
}

@media(min-width: 750px) {

  nav {
    width: 100vw;
  }
  
  main img {
    width: 85%;
  }
  
  main h1 {
    margin-left: 35%;
  }
  
  main h2 {
    margin-left: 35%;
  }
  
  main .vector {
    margin-left: 33%;
    width: 430px;
  }
  
  main p {
    margin-left: 35%;
  }
  
  main button {
    margin-left:38%;
  }
  
  .main-pizza {
    margin-left: 33.2%;
    margin-top: 3%;
    width: 441px;
    position: inherit;
  }

  .menuPdf {
    position: inherit;
    width: 75%;
    margin-left: 14%;
    margin-top: -25%;
  }

  .opinion {
    margin-left:1.5%;
    margin-top: 4%;
  }
  .opinion a {
    margin-left: 32%;

  }

  footer {
    margin-left: 2%;
    width: 90%;
  }
}

@media (min-width: 1200px) {
 body {
  height: 100vh;
 }
 nav {
  width: 100vw;
}

 .whatsapp-icon {
  margin-right: 20%;
 }
  main {
    margin-left: -10%;
  }
 main .fondo {
width:100%;

 }

  main h1 {
    margin-left: 45%;
  }

  main h2 {
    margin-left: 45%;
  }

  main .vector{
    margin-left: 44.5%;
  }

  main p {
    margin-left: 45%;
  }

  main button {
    margin-left: 47%;
  }

 
  .main-pizza{
    margin-left: 43.3%;
  }
  .menuPdf {
    height: 900px;
    width: 50%;
    margin-left: 20%;
    margin-top: -12%;

}

.opinion {
  margin-left: -5%;
}

.opinion a {
margin-left: 38%;
}

footer{
  margin-left: 5%
}

.calificacion {
  margin: 2%;
  padding-left: 5%;
  padding-top: 5%
}

.google {
  margin-inline: 5%;
  padding-left: 9%;
  margin-top: -0%;
}

.tripadvisor {
  margin-left: 7%;
  height: 40%;
  padding-left: 5%;
  margin-top: 5%;
  padding-bottom: -15%;
  
}

.tripadvisorLogo {
  margin-top:5%;
  margin-left: 10%;
 height: 50%; 
}

.tripadvisorContainer {
  height: 13%;
}

.footer {
  margin: 0;
}
}

@media (max-width: 440px) {
  nav {
    width: 100vw;
  }
}
