:root{
  --gray-100: #FFFFFF;
  
}
@font-face{
  font-family: Streetwall;
  src: url(../assets/font/StreetwallAllcaps.otf); 
}
::-webkit-input-placeholder {
  font-family: 'Streetwall', sans-serif;
}
:-moz-placeholder {
  font-family: 'Streetwall', sans-serif;
}
::-moz-placeholder {
  font-family: 'Streetwall', sans-serif;
}
:-ms-input-placeholder {
  font-family: 'Streetwall', sans-serif;
}

*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  outline:none;
	width: 100%;
	height: 100%;
	top: 0;
  bottom: 0;
	margin: 0;
	position: fixed;
  overflow-y:hidden;
  overflow-x: hidden !important;
  font-size: .75rem;
  font-family: "Outfit";
  color: var(--gray-100);
}
#container {
	width: 100vw;
	height: 100vh;
  overflow: hidden;
	position: relative;
}
h1{
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	width: 90%;
}
button{
  background-color: transparent;
  border:none;
  z-index: 5;
}
#play{
  display: none;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: black;
  align-content: center;
  justify-content: center;
  align-items: center;
}
 .header{
  position: absolute;
  width: 100vw;
  z-index: 2;
}

#play img{
  width: 20rem;
}
.steps{
  height: 100%; 
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  gap: 3rem;
}
.target-container{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: .5rem;
  margin-top: calc(22rem - 50%);
}
.target{
  width: 17rem;
  opacity:60%;
}
.background-upper{
  background-image: url(assets/images/main_upper.png);
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3%;
}
.background-lower{
  background-image: url(assets/images/main_lower.png);
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between;
  align-items: center;
  padding-top: 9%; */
}
.logo-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 1rem;
  z-index: 5;
  gap: .5rem;
}
#filter-img{
  width:4.5rem;
}
.logo-container img{
  width: 6rem;
}
.embratur{
  height: 2.5rem;
}
.logo-container button img{
  width: 10rem;
}
.text-container {
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  z-index: 5;
  /* gap: 6rem; */
  width: 100%;
}
.text-container.final{
  display:flex;
}
.title{
  font-size: 1.75rem;
}
.text-container img{
  width: 5rem;
}
.buttons-container img{
  width: 6rem;
}
.background{
  width: 100vw;
  height: 100vh;
}
.volume-message{
  background-color: rgba(0, 0, 0, 0.3);
  color: var(--gray-100);
  padding: .3rem 1rem;
  position: absolute;
  font-size: 1.2rem;
  transform: translateX(-50%);
  width: 90%;
  top: 75%;
  left: 50%;
  text-align: center;
}
#step-final-container-1{
  overflow-y: scroll;
  flex-direction: column;
  height: 100%;
}
#step-final-container-1 p{
  font-size: 1.2rem;
}

#step-final-container-1 section:first-child{
  background-image: url(assets/images/background.png);
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  padding-top: 25%;
  padding-bottom: 20%;
  text-align: center;
}
.title-container{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
}
section{
  background-color:#0D57A1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10%;
  text-align: left;
}
section img {
  margin: 0 auto;
  max-width: 100%; 
  height: auto;
}
.found-text{
  font-family: 'Streetwall', sans-serif;
  font-size: 2.5rem;

}
.found-text.title{
  padding-bottom:1rem;
  padding-top:1rem;
}
.more-info{
  padding: 0 1rem;
}
.slider{
  margin: 0 auto;
  width: 100%;
  height: 16rem;
  overflow: hidden;
  position: relative;
}
.slides{
  width: 400%;
  height: 14.3rem;
  display: flex;
}
.slides input{
  display: none;
}
.slide{
  width: 25%;
  position: relative;
}
.slide img{
  width: 23rem;
}
.slide a {
  height: 4rem;
  width: 10rem;
  z-index: 6;
  position: absolute;
}
.manual-navigation{
  width: 100%;
  margin-top: 2%;
  display: flex;
  justify-content: center;
}
.manual-btn{
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.manual-btn.active {
  background-color: white; /* Bolinha ativa */
}
.manual-btn:not(:last-child){
  margin-right: 1rem;
}
.slider button{
  position: absolute;
}
.slider button img{
  width: 1.4rem;
  height: 14.12rem;
}
 #img-mapa{
  width: 23rem;
  position: relative;
 }
 #btn-portelinha{
  position:absolute;
  z-index: 1;
 }
 #btn-bar{
  position: absolute;
  z-index: 1;
 }
 #btn-feira{
  position: absolute;
  z-index: 1;
 }
 #btn-portelinhaOk{
  position:absolute;
  z-index: 1;
 }
 #btn-barOk{
  position: absolute;
  z-index: 1;
 }
 #btn-feiraOk{
  position: absolute;
  z-index: 1;
 }
 #step-final-1 p{
  font-size: 1.3rem;
  text-align: center;
  width: 95%;
}
#btn-brinde{
  padding: 1rem;
}
#btn-brinde img{
  width: 15rem;
}
#btn-watch{
  padding: 1rem;
}
#btn-watch img{
  width: 12rem;
}
.mindar-ui-overlay{
  display:none !important;
}
.hidden {
  display: none !important;
}
.modal{
  position: absolute;
  top: 0;
  z-index: 10; 
  height: 100%; 
  width: 100%; 
  backdrop-filter: blur(10px);
  background-color: rgba(0,0,0, 0.5);
}
.modal div{
  background-image: url('assets/images/modal-background.png'); 
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto; 
  max-height: 600px;
  height: 100%;
  width: 100%; 
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  color: white; 
  gap:1rem;
  font-size: 1.2rem;
}
.modal h1{
  font-family:'Streetwall';
  font-size:2.75rem;
}
.modal p{
  width: 17rem;
}
.modal img{
  width: 8rem;
}
@media screen and (max-width: 360px) {
  .background-lower{
    height: 14.5rem;
    padding-top: 2%;
  }
  .text-container{
    height: 20%;
    top: 52.5%;
    gap: 2rem;
  }
  .title{
    font-size: 1.5rem;
  }
  .found-text{
    font-size: 2.3rem;
  }
  #step-final-container-1 section:first-child{
    padding-top:2rem;
  }

  #btn-brinde{
    padding:0;
  }
  .text-container{
    gap:1rem;
  }
  .logo-container{
    gap:0;
    left: 0;
  }
  .modal h1{
    font-size: 2.5rem;
  }
  .modal div{
    height: 64%;
  }
  .scroll{
    position: relative;
    top: 14%;
    /* padding: 1rem; */
  }
  .scrool img{
    width:2rem;
  }
  #btn-watch {
    padding: 0;
  }
}
@media only screen and (max-height: 668px){
  .target{
    width: 15rem;
  }
  .background-lower{
    height: 13rem;
    padding-top: 0;
  }
  .text-container{
    top: 58%;
    gap:0;
  }
  .title{
    font-size: 1.5rem;
  }
  .text-container img{
    width: 4rem;
    padding-bottom: 1.5rem;
  }
  .logo-container{
    left: 3%;
    gap:0;
  }
  .modal div{
    height: 81%;
  }

  #step-final-1 h1{
    margin-top:3%;
  }
  #step-final-1 p{
    font-size:1rem;
  }
  #btn-brinde img{
    width: 13rem;
    padding-bottom: 0;
  }
  #btn-watch img{
    width: 10rem;
  }
}