@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


@font-face {
  font-family: "makeaduo";
  src: url("fontes/OpenType-PS/MakeaDuo-Bold.otf") format("opentype"), url("fontes/OpenType-TT/MakeaDuo-Bold.ttf") format("truetype");

}

@keyframes typewriter { from { width: 0px; } to { width: 380px; } } @keyframes blinkTextCursor { from { border-right-color: #daa520; } to { border-right-color: transparent; } }

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; } 
  }
  @-moz-keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1; }
  }
  @-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }
  @keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }

*{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
  text-decoration: none;
  text-decoration-color: none;
}

html, body {
  overflow-x: hidden !important;
 }

.fadeIn {
  -webkit-animation: fadeIn 2s ease-in-out;
  -moz-animation: fadeIn 2s ease-in-out;
  -o-animation: fadeIn 2s ease-in-out;
  animation: fadeIn 2s ease-in-out;
  }

body {
  background-color: rgb(0, 0, 0);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 400;
  justify-content: center;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: flex;
  border: #ffffff;


}

section {
    margin: 25px;
    width: 100%;
    flex-direction: column;
    display: flex;
  }


.container{
  margin:25px;
  width: 70%;
  text-align:center;
}

#dimensaohome{
  margin:50px;
}

.container2{
  margin:25px;
  width: 70%;
  text-align:left;
}

.boxborder{
  margin: 50px 0 0 0;
  padding: 10px;
  border:solid 1px;
}

h1 {
  font-family: "makeaduo","Montserrat", sans-serif;
  text-align: center;
  margin: 25px auto;
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;


}

  .typewriter{ overflow: hidden; width: 380px; border-right: 2px solid #daa520;  white-space: nowrap; animation: typewriter 3s steps(44) 1s 1 normal both, blinkTextCursor 400ms steps(44) infinite normal; }


h2 {
  font-family: "Montserrat", sans-serif;
  padding: 25px;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
}

.description2{
  text-align: center;
  margin: 10px;
}

p { 
    padding: 25px;
    line-height: 2em;
    font-size: 1.1em;
}

hr{
  margin:25px auto;
  border: 1px solid;
  width: 100%;
  
}
/*botão*/

.button-inicial{
  min-height:50px;
  min-width: 200px;
  background-color: #131313(71, 28, 119);
  color: white;
  border-radius: 10px;
  margin: 20px 10px;
  padding:20px;
  cursor: pointer;
  animation: pulse 1.5s linear infinite;


}
.button-inicial:hover{
  background-color: #202020;
  box-shadow: 2px 2px 20px #daa520;
  border: solid 1px #cfa750;
  transition: all 0.5s;
}



@keyframes pulse {
  0% {
    transform: scale(100%);
  }
  100% {
    transform: scale(103%);
  }
}


/*menu*/


li select:focus {
    background-color: #FFD700;
}

.nav-button{
  margin:10px auto;
  cursor: pointer;
  position: fixed;
  padding:5px;
  top: 25px;
  right: 25px;
  color: #ffffff;

  
}


.overlay {
  height:100%;
  width:0%;
  background-color: rgba(0, 0, 0, 0.932);
  z-index:9;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s;

}


.overlay-content{
  position: relative;
  top: 40%;
  width: 100%;
  text-align: center;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 1.5em;
  transition:0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #cfa750;
}

.overlay .closebtn {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 60px;
}

/*terminou menu*/


/*resposividade*/

@media screen and (max-height: 600px){
  .overlay a { font-size:20px;}
  .overlay, .closebtn{
    font-size: 40px;
    top: 15px;
    right: 15px;
  }

  .container, .container2 {
    width: 550px;
    max-width: 90%;
    min-width: 90%;
  }


}

@media only screen and (max-width: 490px) {
  .container, .container2 {
    width: 440px;
    max-width: 90%;
    min-width: 90%;
  }
  .h1{
    font-size: 1.8em;
    width: 90%;
  }

  footer{
    font-size:0.7em;
    min-width: 90%;
  }

  .img{
    flex-direction: column;
    display: flex; /* coloca as imagens uma ao lado da outra */
    justify-content: center; /* alinha as imagens no centro da tela */
  }
  img{
    width:90%;
    min-width: 90%;
  }

  .caixaImg{
    width:90%;
    min-width: 90%;
  }

}



@media (max-width: 992px){
  .container, .container2 {
    width: 960px;
    max-width: 80%;
  }

}

/*terminou responsividade*/

footer{
  width: 100%;
  height: 100%;
  font-size: 0.7em;
  text-align:center;
  padding:25px;

}

.logo{
  cursor: pointer;
  text-align: left;
  font-size: 2.5em;
  margin: auto 25px;
  padding: 5px;

}



i{
  cursor: pointer;
}

.light-mode {
  background-color: rgb(230, 233, 239);
  color: rgb(0, 0, 0);
  border: #000000;
}

.light-mode .button {
  background-color: rgb(230, 233, 239);
  color: rgb(0, 0, 0);
}

.light-mode #sun {
  background-color:black;
  color: white;
}
#sun{
  margin:25px;
  position:fixed;
  top:0;
  right:0;
  padding:10px;
  border-radius:25px;
  background-color:white;
  color:black;

}

#sun:hover, #sun:focus {
  box-shadow: 1px 1px 15px #daa520;
  border-color: 2px solid #daa520;
  transition: all 0.5s;

}

button{
  cursor: pointer;
  background-color:#202020;
  border-radius: 20px;
}

#button-menubar{
  border-radius: 0px;
}

.button{
  cursor: pointer;
  color:#ffffff;
  border: solid 1px #cfa750;
  border-radius: 20px;
}

.button:hover, .button:focus {
  box-shadow: 5px 5px 20px #daa520;
  transition: all 0.5s;
}

#btn-submenu{
  width:70%;
  margin: 25px;
}
p a{
  color: #cfa750;
  text-decoration: underline;

}

p a:hover, p a:focus{
  color: #a08a65;
}






