*{font-family: "Arial";}

html{background-color: white;}

body{margin: 0;}

#nav{ 
  height: 50px; 
  width: 100%;
  display: flex;
  flex-direction: row;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  box-shadow: 0px 3px 15px gray;
}


#nav .left{
  flex: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#nav .left img{
  cursor: pointer;
}

#nav .left span{ font-size: 25px; }

#nav .right{
  flex: 75%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 150px;
}

#nav .right ul{padding-left: 0;}


#nav .right li:first-child{margin-left: 0px;}
#nav .right li{margin-left: 20px;}

#nav .right ul, #nav .right li{
  display: inline;
  list-style: none;
}

#nav .right li a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#nav .right li a:hover {
  color: darkgrey;
}

#main{
  display: block;
  width: 100%;
}

#main .slide{
  width: 100%; 
  height: 100vh;
  overflow: hidden;
}

#main .slide h1{
  color: white;
  position: absolute;
  top: calc(45% - 37px);
  width: 100%;
  text-shadow: 1px 1px 1px black;
  text-align: center;
  z-index: 1;
}

#main .slide h4{
  color: white;
  position: absolute;
  top: calc(55% - 37px);
  width: 100%;
  text-shadow: 1px 1px 1px black;
  text-align: center;
  z-index: 1;
}

#main .slide img{
  position: relative;
  width: 100%; 
  height: 100vh;
  overflow: hidden;
  object-fit: cover;
  z-index: 0;
  /*filter: blur(3px);*/
}

#main .slide .slick-slide{z-index: 0;position: relative;}

#main .slide .slick-dots{bottom: 15px;}

#main .Quarto{
  min-height: 300px;
  padding: 50px 0;
}

#main .Quarto h2{text-align: center;}

#main .Quarto-items{
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

#main .Quarto-item:first-child{margin-left: 0px;}

#main .Quarto-item{
  display: inline-block;
  min-height: 100px;
  width: 200px;
  margin-left: 50px;

  box-shadow: 0px 3px 15px gray;
  padding-bottom: 25px;
}

#main .Quarto-item p {
  margin-left: 15px;
  justify-content: space-between;
  display: flex;
}

#main .Quarto-item span {margin-right: 15px}

#main .Quarto-item img {width: 100%;}

#main .Quartos-featured-more a.button{
  margin: 50px auto 0;
  cursor: pointer;
}

#main .stats{
  min-height: 300px;
  padding: 50px 0;
}

#main .stats h2{text-align: center;}

#main .stats-items{
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

#main .stats-items:first-child{margin-left: 0px;}

#main .stats-items{text-align: center;}

#main .reservarbtn {
  margin: 25px auto 0;
  width: 120px;
  display: block;
}

#main .reservarbtn input {
  margin: 0px auto 15px;
}

#main a.button{
  width: fit-content;
  display: block;
  margin: 15px auto 0px;
  border: 1px solid black; 
  padding: 10px 15px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

#main a.button:hover { opacity: 0.5; }

#footer{border-top: 1px solid gray;}

#footer .footer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}

#footer .footer-left{padding-top: 25px;padding-left: 35px;}

#footer .footer-left ul{padding-left: 0;}

#footer .footer-left li{margin-left: 20px;}

#footer .footer-left ul, #footer .footer-left li{
  display: block;
  list-style: none;
}

#footer .footer-left li:last-child{margin-bottom: 0;}

#footer .footer-left li{
  margin-bottom: 15px;
}

#footer .footer-left i{margin-right: 10px;}

#footer .footer-left li a {
  color: black;
  text-decoration: none;
}

#footer .footer-left li a:hover {
  color: darkgrey;
}

#footer .footer-right{padding-top: 25px;padding-right: 35px;}

#footer .footer-right ul{padding-left: 0;}

#footer .footer-right li{margin-right: 20px;}

#footer .footer-right ul, #footer .footer-right li{
  display: block;
  list-style: none;
}

#footer .footer-right li:last-child{margin-bottom: 0;}

#footer .footer-right li{
  margin-bottom: 15px;
}

#footer .footer-right i{margin-right: 10px;}

#footer .footer-right li a {
  color: black;
  text-decoration: none;
}

#footer .footer-right li a:hover {
  color: darkgrey;
}
