@import url('menu.css');
@import url('questions.css');
@import url('achievements.css');



.bg-textura {
   background-color: #001333;


}


.bg-textura1 {
  background-image: url(../img/bg-textura1.jpg);
  background-size: auto;


}

.bg-textura2 {
  background-color: #1e1e1e;

}

.bg-textura5 {
  background-color: #031b3d;

}


.box1{
  background-color: #072147;
  border-radius: 0.9em;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  padding-right: 1.3em;
  padding-left: 1.3em;



}


.bg-cadeado{
  background-color: #e7e378!important;
  border-radius: 0.9em;
}


.atencao-top {
    background-color: #3d3d3d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.atencao-top h2 {
    color: rgb(255, 255, 255);
}

.atencao-body {
    background-color: #c6c6c6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.codigo-top {
    background-color: #3d3d3d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.codigo-body {
    background-color: #5b5b5b;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



@font-face {
    font-family: 'Nasalization Rg';
    src: url('../fonts/NasalizationRg-Regular.woff2') format('woff2'),
        url('../fonts/NasalizationRg-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'code';
    src: url('../fonts/code-webfont.woff2') format('woff2'),
         url('../fonts/code-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.novo{
  background-color: #000024;
}


.escrita00{
  color: #283756;
  font-weight: 10;
  margin: 0 0 20px;
  font-family: Nasalization Rg;
  font-size: 2.0em;

}

.escrita08{
  color: #283756;
  font-weight: 10;
  margin: 0 0 20px;
  font-family: code;
  font-size: 1.6em;

}


.bg1 {
  background-image: url(../img/bg01.jpg);
  background-size: auto;

}

.teste {
  background-image: url(../img/img01.png);
   background-size: cover;
    background-repeat: no-repeat;

}


.reflexao{
  background-image: linear-gradient(to top, #163c9c, #141b58);
  color: white;
}


.reflexao-base{
  height: 10px;
  background-color: #7dc3ea;
  border-top: 3px solid white;
  margin-top: -3px;
}


.escrita01{
  color: #c240e2;
  font-weight: 10;
  margin: 0 0 20px;
  font-family: Nasalization Rg;
  font-size: 1.5em;

}

.escrita01a{
  color: #c240e2;
  font-weight: 10;
  margin: 0 0 20px;
  font-family: Nasalization Rg;
  font-size: 1.3em;

}

.escrita01b{
  color: #c240e2;
  font-weight: 10;
  margin: 0 0 20px;
  font-family: Nasalization Rg;
  font-size: 1.4em;

}

.escrita02{
  color: #163c9c;
  font-weight: 10;
  margin: 0 0 20px;
  font-family: Nasalization Rg;
  font-size: 1.6em;

}

.texto {display: none;

}

 @media only screen and (max-width: 600px){
        .texto {display: grid;
    }
  }









