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

:root {
  --title-color: #846F98;
  --dialogo-color: #846F98;
}


/* Start EXERCICIOS */
.questao{
  margin-bottom: 5%;
}
.numero{
  font-size: 20px;
  font-family: "Times", Times, serif;
  color: #58585b;
  font-weight: bold;
}
label {
  font-size: 18px;
  font-family: "Times", Times, serif;
  text-align: justify;
  font-style: normal;
    text-justify: inter-word;
    font-weight: normal;
}
/* End EXERCICIOS */




/* Start Font face */

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

/* End Font face */

.body-background {
  /* background-image: url("../images/repeat.png"); */
  /* background-repeat: repeat;
  background-size: contain; */
  background-color: #FEFAE7;
}

img {
    width: 100%;
}

.padding-img {
  padding: 30px;
}

a, a:visited, a:active{
  color: #9b6008;
  text-decoration: none;
}

a:hover {
  color: var(--title-color);
  text-decoration: none;
}

h1, h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--title-color)
}

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

h1 {
  font-weight: bold;
}

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

h3 {
  color: #707173;
  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%;
}

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

#textBox {
  padding-left: 10px;
  padding-right: 30px;
}

.dialogo {
  color: var(--dialogo-color);
  font-size: 17px;
  font-weight: lighter;
  padding-left: 4%;
  display: block;
  margin: 3% 0;
}

/* Start 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;
}

/* End Modal */

/* Start Footer */

footer {
	background: #cd463a;
	color: white;
	padding: 0px 10px 20px 10px;
	position: relative;
}

footer h2 {
  color: white;
}

footer p {
    font-size: 18px;
    font-family: "Times", Times, serif;
    text-align: left;
}

footer a, a:visited, a:active{
  /* color: white; */
  text-decoration: none;
}

footer a:hover {
  color: lightgray;
  text-decoration: none;
}

/* End Footer */

/* Start 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;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 15px;
  }
}

/* End Media Queries */