@import url('https://fonts.cdnfonts.com/css/co-headline');
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "Co Headline";
}

#main {
  background-color: #000;
  background: url(arquivos/Frameinicio.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.container {
  width: 90%;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  scale: 100%;
}
.container__video_fundo{
  position: fixed; 
  width: 100vw;
  height: 100vh;
  background-size: cover;
z-index: -1000;
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
  filter: blur(5px);
  transform: scale(1.1);
  background-color: #000;
}

.container__video_fundo .video-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.container__video_fundo video {
  position: relative;
  display: block;
  width: 200%;
  height: auto;
  z-index: -1;
  object-fit: cover;
}
.logo__svgbox svg {
  width: 30rem;
  height: 20rem;
  padding-bottom: 4rem;
}
.container__fonte{
  color: white;
  font-size: 1.8rem;
  border: 2px solid #EF970E ;
  border-radius: 5rem;
  padding: 0px 10px 10px 10px;
  width: 100%;
}
.container__buttons {
display: flex;
flex-direction: column;
justify-content: center;
gap: 10px;
margin-top: 70px;
}
.orange--line{
width: 100%;
border-bottom: 1.2px solid #EF970E;
margin-top: 10px;
scale: 100%;
}
.container__buttons button {
display: flex;
background: #EF970E;
color: #fff;
padding: 0 15px 6px;
font-size: 1.199rem;
border-radius: 50px;
transition: all ease-in-out .3s;
cursor: pointer;
display: flex;
 justify-content: center;
 align-items: center;
}
.container__buttons .butonDiv{
display: flex;
gap: 1rem;
scale: 100%;
}
.btn-primary {
  color: #fff;
  background-color: #eff1f4;
  border-color: #EF970E;
}
.btn-primary:hover {
  color: #EF970E;
  background-color: #eff1f4;
  border-color: #EF970E;
}
.btn-primary:active,
  .btn-primary:focus {
    color: #EF970E;
  background-color: #eff1f4;
  border-color: #EF970E;
  }
.overlay {
overflow: hidden;
width: 100%;
height: 100%;
position: absolute;
z-index: 9999;
}

/* Evite usar !important sempre que possível */
.hidden {
visibility: hidden;
display: none;
}

#videoMapa {
display: none;
justify-content: center;
height: 110vh;
width: 100vw;
align-items: center;
transform: scale(0.8);
}
#taua-transition img {
width: 100%;
height: 100%;
}

/* Ajustes para diferentes resoluções de tela */
@media (min-width: 760px){
  .container {
    width: 100%; /* Ajuste a largura para telas maiores */
  }
}
@media (min-width: 1024px) {
  .container {
    width: 90%; /* Ajuste a largura para telas maiores */
  }
  .container__fonte{
    font-size: 1.4rem;
  }
  
  .container__buttons .butonDiv {
  scale: 140%;
  }
  .orange--line{
    margin-top: 1rem;
    scale: 150%;
    }
}
@media (min-width: 1280px) {
  .container {
    width: 80%; /* Ajuste a largura para telas maiores */
  }
  .container__fonte{
    font-size: 1.4rem;
  }
  
  .container__buttons .butonDiv {
  scale: 150%;
  }
  .orange--line{
    margin-top: 1rem;
    scale: 150%;
    }
}
@media (min-width: 1920px) {
  .container {
    width: 70%; /* Ajuste a largura para telas ainda maiores */
  }
  .logo__svgbox svg {
    height: 25rem;
    scale: 150%;
  }
  .container__fonte{
    font-size: 2.4rem;
    scale: 130%;
  }
  .container__buttons .butonDiv {
  scale: 200%;
  }
  .orange--line{
    margin-top: 1rem;
    scale: 200%;
    }
    #videoMapa {
      height: 100vh;
      width: 100vw;
      }
}
@media (min-width: 2560px) {
  .container {
    width: 60%; /* Ajuste a largura para telas ainda maiores */
  }
  .logo__svgbox svg {
    height: 30rem;
    scale: 170%;
  }
  .container__fonte{
    font-size: 2rem;
  }
  
  .container__buttons .butonDiv {
  scale: 250%;
  }
  .orange--line{
    margin-top: 2rem;
    scale: 250%;
    }
}
@media (min-width: 3840px) {
  .container {
    width: 50%; /* Ajuste a largura para telas ainda maiores */
    padding-top: 15rem;
  }
  .logo__svgbox svg {
    height: 35rem;
    scale: 350%;
    padding-bottom: 10rem;
  }
  .container__fonte{
    font-size: 2rem;
    scale: 250%;
  }
  .p {
    margin-top: 0;
    margin-bottom: 0rem;
}
  
  .container__buttons .butonDiv {
  scale: 470%;
  padding-top: 2rem;
  }
  .orange--line{
    margin-top: 8rem;
    scale: 470%;
    }
    #videoMapa {
      height: 100vh;
      width: 100vw;
      transform: scale(3.3);
      }
}
@media (min-width: 7680px) {
  .container {
    width: 40%; /* Ajuste a largura para telas ainda maiores */
  }
  .logo__svgbox svg {
    height: 35rem;
    scale: 650%;
    padding-bottom: 10rem;
  }
  .container__fonte{
    font-size: 2rem;
    scale: 450%;
  }
  .p {
    margin-top: 20rem;
    margin-bottom: 10rem;
}
  
  .container__buttons .butonDiv {
  scale: 850%;
  padding-top: 2rem;
  }
  .orange--line{
    margin-top: 20rem;
    scale: 850%;
    }
    #videoMapa {
      height: 100vh;
      width: 100vw;
      transform: scale(6.6);
      }
}


