*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

body {
    font: 18px/1.4 arial, sans-serif;
    color: #333;
    background: #ccc;
    overflow-x: hidden;
    text-align:justify;
}

#tudo {
    width: 100%;
    max-width: 1200px;
    min-width: 760px;
    margin: 0 auto;
    background: #fff;
}

h1,h2,h4,h5,h6 {
    color: #000000;
    font-size: 25px;
    text-align: center;

}

h3 {
    color: #000000;
    font-size: 40px;
    text-align: center;
}

.topo_header {
    background-color: #A7B5CC;
    padding: 5px 20px;
}

.topo_header h1 {
    color: #000000;
    font-size: 36px;
    margin: 4px 0 2px 0;
    text-align: right;
}

.topo_header a {
    color: #fff;
    text-decoration: none;
}

.topo_header h2 {
    font-size: 20px;
    margin: 2px 0 4px 0;
    text-align: right;
    color: #fff;
}

.topo_header h5 {
    font-size: 15px;
    margin: 2px 0 4px 0;
    text-align: right;
    color: #000000;
}

.principal {
    width: 100%;
    float: left;
    padding-left: 25px;
    padding-right: 30px;
    box-sizing: border-box;
}

.rodape {
    clear: both;
    background: #A7B5CC;
    color: #000000;
    padding: 5px 0;
    text-align: center;
}

.listpython {
    list-style: disc;
}

.quadrado {
    border-style: solid;
    border-color: black;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.quadrado1 {
    background: #0000FF;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.quadrado2 {
    background: #FFFF00;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.quadrado3 {
    background: #FF4500;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.quadrado4 {
    background: #008000;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.quadrado5 {
    background: #FFC0CB;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.circulo {
    border-style: solid;
    border-color: black;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.circulo1 {
    background: #FF4500;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.circulo2 {
    background: #FFFF00;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.circulo3 {
    background: #0000FF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.rotated1 {
    background: #0000FF;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    transform: rotate(30deg);
}

.rotated2 {
    background: #FF4500;
    width: 25px;
    height: 25px;
    position: relative;
    margin-left: -35px;
    display: inline-block;
    transform: rotate(45deg);
}

.rotated3 {
    background: #FFFF00;
    width: 25px;
    height: 25px;
    position: relative;
    margin-left: -35px;
    display: inline-block;
    transform: rotate(75deg);
}

.rotated4 {
    background: #008000;
    width: 25px;
    height: 25px;
    position: relative;
    margin-left: -35px;
    display: inline-block;
    transform: rotate(60deg);
}

.rotated5 {
    background: #FFC0CB;
    width: 25px;
    height: 25px;
    position: relative;
    margin-left: -35px;
    display: inline-block;
    transform: rotate(10deg);
}

.mapfigure {
    font-size: 40px;
    width: auto;
    margin-left: 60px;
    margin-right: auto;
    align-content: center;
}

.codepython {
    width: auto;
}

/*QUIZ*/
#quiz,#quiz2,#quiz3,#quiz4,#quiz5,#quiz6,#quiz7,#quiz8,#quiz9,#quiz10,#quiz11,#quiz12,#quiz13{
    text-align: center;
    margin: 1em 0px;
    padding: 0;
}

.question {
    width: 800px;
    height: auto;
    background-color: #D1E2FF;
    box-sizing: border-box;
  }
  
  .question h2 {
    margin-top: 0;
  }
  .question h3 {
    margin-top: 0;
    font-size: 20px;
  }
  
  .question ul {
    list-style-type: none;
    padding: 0 ;
  }
  
  
  .question li {
    padding: 8px;
    border: 1px solid #ddd;
    margin-bottom: 7px;
    background-color: #f6f6f6;
    cursor: pointer;
  }
  
  .question li:hover {
    background-color: #eee;
  }
  
  .question label {
    font-size: 16px;
  }
  
  .question input[type="number"] {
    width: 50%;
    padding: 5px;
    margin-bottom: 10px;
}

.question button {
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.question button:hover {
    background-color: #0062cc;
}

pre {

    font-family: monospace;
    white-space-collapse: preserve;
    text-wrap: nowrap;
    width: 800px;
    padding: 0;
    margin-bottom: 1.5rem;
    border-radius: .25rem;
    background: #f4f8ff;
    border: 1px solid #ccc;
    counter-reset: line;
}

code {
    overflow-wrap: break-word;
    padding: 0;
    color: #c7254e;
    border-radius: 4px;
}

pre code span:before {
    content: counter(line);    /* Insere o número da linha */
    counter-increment: line;    /* Incrementa o contador para a próxima linha */
    display: inline-block;
    width: 25px;
    text-align: right;
    margin-right: 10px;
    padding-right: 5px;
    border-right: 1px solid #ccc;
    color: #555;
}

p.hljs-addition,.hljs-attr,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-class,.hljs-comment,.hljs-doctag,.hljs-formula,.hljs-keyword,
.hljs-link,.hljs-meta,.hljs-meta-string,.hljs-number,.hljs-param,.hljs-params,.hljs-property,.hljs-quote,.hljs-regexp,.hljs-return,.hljs-selector-attr,
.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-symbol,.hljs-template-variable,.hljs-title,.hljs-type,
.hljs-variable{
    display: inline;
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0;
    background: #f4f8ff;
}

.hljs-comment,.hljs-quote {
    color: #68746a;
    font-style: italic;
}

.hljs-addition,.hljs-attribute,.hljs-meta-string,.hljs-regexp {
    color: #000000;
}

.hljs-number {
    color: #9ba2d9;
}

.hljs-string {
    color: #cdba51;
}

.hljs-params {
    color: #bf8734;
}

.hljs-doctag,.hljs-formula,.hljs-keyword {
    color: #2890e6;
}

.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol {
    color: #7CFC00;
    font-weight: bold;
}

.hljs-built_in,.hljs-class,.hljs-title {
    color: #69b82a;
    
}

.hljs-attr,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type {
    color: #d19a66;
}

.hljs-variable {
    color: #000000;
}

.hljs-return {
    color: #c7254e;
}


[data-tooltip] {
    position: relative;
    font-weight: bold;
}

[data-tooltip]:after {
    content: attr(data-tooltip);
    font-weight: 200;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 90%;
    white-space: pre;
    border-radius: 3px;
    left: calc(50% + 2px);
    position: absolute;
    display: none;
    padding: 1px;
    background-color: #5c6370;
    color: #ffffff;
}

[data-tooltip]:hover:after {
    display: block;
}