/*
* 
* @Alexandre Paiva
* @version 0.1
*/

/* ========================= layout ======================== */


/* ========================= font face ======================== */

@font-face {
  font-family: 'SpecialElite';
  src: url('SpecialElite.ttf');
  src: url('SpecialElite?#iefix') format('embedded-truetype'),
    url('SpecialElite.svg#Locaweb-Icons') format('svg'),
    url('SpecialElite.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
     font-family: SpecialElite;
     src: url('SpecialElite.ttf');
}

/* =========================================================== */



/* ========================= modal ======================== */

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;

}


.modal-body, .modal h5{
  color: #58585b;
  font-style: italic;
  font-size: 16px;
  font-family: "Times", Times, serif;
  text-align: justify;
  text-justify: inter-word;

}

.modal h5{
  float: left;
  margin: 1% 0;
  padding: 0;
}




/* =========================================================== */







a, a:visited, a:active{
    color: #6d6e70;
    text-decoration: none;

}
a:hover{
    color: #9b6008;
    text-decoration: none;

}




h1, h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #6d6e70;
}


h2{
  margin-top: 6%;
  margin-bottom: 3%;
  font-weight: bold;
}


h3, h4, h5 {
  margin-top: 3%;
}

h1{
  margin-top: 20%;
  font-weight: bold;

}


h3{
  color: #6d6e70;
  font-family: Trebuchet MS, sans-serif;
  font-weight: lighter;
  text-align: right;
  padding-left: 3%;

}

h4{
  color: #58585b;
  font-weight: normal;
  text-align: right;
  padding-left: 3%;

}


h5{
  color: black;
  font-weight: normal;
  text-align: right;
  padding-left: 3%;

}






body{
	background-size: 100%;	
	background-color: transparent;
}




p {
	font-size: 18px;
	font-family: "Times", Times, serif;
	text-align: justify;
    text-justify: inter-word;
}


label {
  font-size: 18px;
  font-family: "Times", Times, serif;
  text-align: justify;
  font-style: normal;
    text-justify: inter-word;
    font-weight: normal;
}

#textBox {
	/*background: white;*/
  padding-left: 10px;
  padding-right: 30px;
  font-size: 18px;
  font-family: "Times", Times, serif;
  text-justify: inter-word;  
}


.dialogo{
  font-size: 17px;
  font-weight: lighter;
  padding-left: 3%;
  display: block;
  margin: 3% 0;
  color:#6E6E6E;

}


.numero{
  font-size: 20px;
  font-family: "Times", Times, serif;
  color: #58585b;
  font-weight: bold;
 
}


.questao{
  margin-bottom: 5%;
}


.negrito{
    font-weight: bold;

}

.titulo{
  text-align: center;
}


/* ////////////////////////////-- rodape /////////////////////////-- */
footer {
	background: #6d6e70;
	color: white;
	padding: 0px 0px 20px 0px;
	position: relative;

}

footer p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: lighter;
  text-align: center;
  color: #D4D4D4;
  padding-top: 2%;
}

/* ///////////////////////-- fim rodape /////////////////////////-- */





/*/////////////////////////////// Media queries ///////////////////////*/
/* xs < 400 */
@media screen and (max-width: 200px) {





}

/* xs < 768 */
@media screen and (max-width: 400px) {

  


}

/* sm */
@media screen and (min-width: 600px) {






}
/* sm */
@media screen and (min-width: 768px) {





}

/* md */
@media screen and (min-width: 992px) {





}

/* lg */
@media screen and (min-width: 1200px) {


  h1{
    font-size: 110px;
    margin-bottom: 80px;
  }

  h2{
    font-size: 50px;
  }
  
  h3{
    font-size: 30px;
  }

  h4{
    font-size: 20px;
  }

  h5{
    font-size: 15px;
  }

}

/*////////////////////////// Fim Media queries ///////////////////////*/


















/* ========================= BOTOES MENU ======================== */




#menu{
  position:fixed;
  top:0;
  right:0;
  z-index: 70;
  padding: 0;
  margin:0;
  width: 32px;
}

#menu li {
  text-align: center;
  padding: 0;
  margin:0;
  color: transparent;
}

#menu1{
  float: right;
  height: 348px;
  width: 27px;
  background-image: url(imagens/abas-04.png);  


}
#menu2{
    float: right;
padding: 0;
  margin:0;
  height: 177px;
  width: 27px;
  background-image: url(imagens/abas-07.png);  

  
}

#menu3{
    float: right;
padding: 0;
  margin:0;
  height: 177px;
  width: 27px;
  background-image: url(imagens/abas-09.png);  

  
}



#menu1:hover{
       background-image: url(imagens/abas-02.png);
      background-size: 100%;
  height: 348px;
  width: 32px;
}

#menu2:hover{
       background-image: url(imagens/abas-05.png);
      background-size: 100%;
  height: 177px;
  width: 32px;
}

#menu3:hover{
       background-image: url(imagens/abas-10.png);
      background-size: 100%;
  height: 177px;
  width: 32px;
}


/* ========================================================== */

span.cinza {
  color:#808285;
}
span.italico {
  font-style:italic;
  font-weight:normal;
}
span.negrito {
  font-style:normal;
  font-weight:bold;
}
span.CharOverride-6 {
  font-style:normal;
  font-weight:bold;
}



