@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aleo';
  src: url("../fonts/Aleo-Bold-webfont.eot");
  src: url("../fonts/Aleo-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-Bold-webfont.woff") format("woff"), url("../fonts/Aleo-Bold-webfont.ttf") format("truetype"), url("../fonts/Aleo-Bold-webfont.svg#aleobold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Aleo';
  src: url("Aleo-BoldItalic-webfont.eot");
  src: url("Aleo-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("Aleo-BoldItalic-webfont.woff") format("woff"), url("Aleo-BoldItalic-webfont.ttf") format("truetype"), url("Aleo-BoldItalic-webfont.svg#aleobolditalic") format("svg");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Aleo';
  src: url("../fonts/Aleo-Regular-webfont.eot");
  src: url("../fonts/Aleo-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-Regular-webfont.woff") format("woff"), url("../fonts/Aleo-Regular-webfont.ttf") format("truetype"), url("../fonts/Aleo-Regular-webfont.svg#aleoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aleo';
  src: url("../fonts/Aleo-Italic-webfont.eot");
  src: url("../fonts/Aleo-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-Italic-webfont.woff") format("woff"), url("../fonts/Aleo-Italic-webfont.ttf") format("truetype"), url("../fonts/Aleo-Italic-webfont.svg#aleoitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  font-family: "Aleo", serif;
  color: #1E1E1E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: .5rem 0;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 21px;
}

h2, .h2 {
  font-size: 18px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

h5, .h5 {
  font-size: 16px;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 14px;
  letter-spacing: 0.3px;
}

h1, h2, h3, .h1, .h2, .h3, label {
  color: #C9262C;
}

p {
  line-height: 1.6;
  letter-spacing: 0.3px;
  margin: .5rem 0 1.5rem;
}

a {
  color: #C9262C;
  text-decoration: none;
}

a:hover, a:focus {
  color: #a72024;
}

.font-narrow {
  font-family: "Bebas Neue", sans-serif;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 600;
}

.font-uppercase {
  text-transform: uppercase;
}

ul.list-links {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

ul.list-links li {
  margin-bottom: 8px;
}

ul.list-links .is-selected {
  font-weight: 600;
}

img {
  width: 100%;
}

hr {
  width: 40%;
  border-top: 3px solid #C9262C;
  margin: 40px auto;
}

.title-underline {
  padding-bottom: .5rem;
  border-bottom: 3px solid #C9262C;
}

h3.title-underline {
  border-width: 2px;
  padding-bottom: .25rem;
}

button, input[type=submit], .btn {
  cursor: pointer;
  position: relative;
  color: #fff;
  background-color: #C9262C;
  border: none;
  border-radius: 1px;
  border: 1px solid #C9262C;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: .5rem 1rem;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:hover, input[type=submit]:hover, .btn:hover {
  background-color: #a72024;
  border-color: #a72024;
}

button.btn_outline, .btn_outline {
  color: #C9262C;
  background-color: transparent;
}

button.btn_outline:hover, .btn_outline:hover {
  background-color: #C9262C;
  color: #fff;
}

input, textarea {
  font-size: 1rem;
  border: 1px solid #C9262C;
  border-radius: 1px;
  margin: 0;
  padding: .25rem .5rem;
  outline: 0;
}

input:focus, textarea:focus {
  border: 1px solid #84191d;
}

label {
  font-size: .75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #C9262C;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
}

select {
  font-size: 1rem;
  outline: 0;
  width: 100%;
  padding: .25rem .5rem;
  height: 38px;
  border: 1px solid #C9262C;
  border-radius: 1px;
  background-color: transparent;
  -webkit-appearance: none;
}

select[multiple] {
  padding: 0;
}

select[multiple] option {
  padding: .5rem;
}

select[multiple]:focus option:checked {
  background: #a72024 linear-gradient(0deg, #a72024 0%, #a72024 100%);
  color: #fff;
}

select[multiple] option:checked {
  background: #C9262C linear-gradient(0deg, #C9262C 0%, #C9262C 100%);
  color: #fff;
}

.wrap-select {
  position: relative;
}

.wrap-select:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: '';
  width: 42px;
  height: 42px;
  background: url(../img/i_arrowdown-red.svg) no-repeat center center;
}

.wrap-checkbox label {
  display: inline-block;
  margin-right: 1rem;
}

.wrap-checkbox-list label {
  display: block;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"] + label {
  position: relative;
}

input[type="checkbox"] + label span {
  cursor: pointer;
}

input[type="checkbox"] + label span:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 8px 0 0;
  vertical-align: middle;
  border: 3px solid #C9262C;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="checkbox"]:checked + label span:before {
  background-color: #C9262C;
}

input[type="checkbox"]:checked + label span:after {
  content: '';
  position: absolute;
  left: 1px;
  z-index: 100;
  background: url(../img/i_check-white.svg) no-repeat center center;
  height: 16px;
  width: 16px;
}

.wrap-radio label {
  display: inline-block;
  margin-right: 1rem;
}

.wrap-radio-list label {
  display: block;
}

input[type="radio"] + label span {
  cursor: pointer;
}

input[type="radio"] + label span:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 8px 0 0;
  vertical-align: middle;
  border: 3px solid #C9262C;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="radio"]:checked + label span:before {
  border-width: 6px;
}

form.form_main input[type="text"], form.form_main input[type="password"] {
  width: 100%;
  margin-bottom: 1rem;
}

form.form_main select {
  margin-bottom: 1rem;
}

form.form_main .wrap-checkbox, form.form_main .wrap-checkbox-list, form.form_main .wrap-radio, form.form_main .wrap-radio-list {
  margin-bottom: 1rem;
}

header.table_main {
  background-color: #C9262C;
  color: #fff;
  text-align: center;
  padding: .5rem 0;
  border-radius: 2px;
}

header.table_main h1 {
  color: #fff;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: .125rem;
}

header.table_main h2 {
  color: #fff;
  font-family: "Aleo", serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin-top: 0;
}

table.table_main {
  width: 100%;
}

table.table_main tr {
  border-bottom: 2px solid #C9262C;
}

table.table_main td, table.table_main th {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  padding: .75rem 0;
  text-align: center;
}

table.table_main th {
  padding: 1rem 0;
}

table.table_main td.is-number {
  font-family: "Aleo", serif;
}

.nav_main .part_search {
  position: relative;
  float: right;
}

.nav_main .search-inactive {
  height: 35px;
  width: 35px;
  background: url(../img/i_search-red.svg) no-repeat center center;
  background-size: 20px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav_main .search-inactive:hover {
  opacity: 0.8;
}

.nav_main form.search-active {
  display: none;
  position: absolute;
  top: 0;
  left: -265px;
  height: 35px;
  width: 300px;
  background-color: #C9262C;
}

.nav_main form.search-active input, .nav_main form.search-active button {
  float: left;
}

.nav_main form.search-active input[type="search"] {
  border: none;
  border-radius: 0;
  background-color: transparent;
  height: 35px;
  width: 249px;
  padding: 0 .5rem;
  color: #fff;
  font-family: "Aleo", serif;
}

.nav_main form.search-active button[type="submit"] {
  border: none;
  border-radius: 0;
  height: 35px;
  width: 35px;
  background: url(../img/i_search-white.svg) no-repeat center center;
}

.nav_main-mobile form {
  height: 35px;
  width: 100%;
  background-color: #a72024;
}

.nav_main-mobile form input, .nav_main-mobile form button {
  float: left;
}

.nav_main-mobile form input[type="search"] {
  border: none;
  border-radius: 0;
  background-color: transparent;
  height: 35px;
  width: calc(100% - 35px - 1rem);
  padding: 0 .5rem;
  color: #fff;
  font-family: "Aleo", serif;
}

.nav_main-mobile form button[type="submit"] {
  border: none;
  border-radius: 0;
  height: 35px;
  width: 35px;
  margin-bottom: 0;
  background: url(../img/i_search-white.svg) no-repeat center center;
}

.bw_main {
  padding: .5rem 1.5rem;
  margin: 1rem 0;
  border: 2px solid #C9262C;
  border-radius: 2px;
  font-size: 1rem;
}

.bw_main header {
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #C9262C;
  text-align: center;
}

.bw_main h1 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: .125rem;
}

.bw_main h2 {
  font-family: "Aleo", serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin-top: 0;
}

.bw_fill {
  border: none;
  background-color: #C9262C;
  color: #fff;
}

.bw_fill header {
  border-color: #fff;
}

.bw_fill h1, .bw_fill h2 {
  color: #fff;
}

.bw_download {
  border-radius: 2px;
  height: 3.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bw_download figure, .bw_download header {
  display: inline-block;
  float: left;
  height: 3.5rem;
}

.bw_download figure {
  width: 3.5rem;
  padding: .75rem;
  background-color: #C9262C;
  text-align: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.bw_download figure img {
  height: 100%;
  width: auto;
}

.bw_download header {
  width: calc(100% - 3.5rem);
  border: 2px solid #C9262C;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: .5rem;
}

.bw_download h1 {
  font-size: .875rem;
  margin: 0;
}

.bw_download p {
  font-size: .75rem;
  margin: 0;
}

.bw_download:hover {
  opacity: 0.9;
}

.part-arrowleft {
  background: url(../img/i_arrowleft-red.svg) no-repeat center center;
}

.part-arrowright {
  background: url(../img/i_arrowright-red.svg) no-repeat center center;
}

header.main {
  width: 100%;
  background-color: #C9262C;
  padding: .5rem 0;
  height: 46px;
}

header.main h1 {
  color: #fff !important;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
}

header.main .controller {
  margin-top: .2rem;
  color: #fff;
  font-size: 1.5rem;
}

header.main .controller span {
  padding: .5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.main .controller span:hover {
  opacity: .7;
}

header.main .controller span.is-selected {
  font-weight: bold;
}

main.float {
  position: fixed;
  top: 2rem;
  left: 0;
  z-index: -1;
}

.scrollable {
  overflow-y: scroll;
  height: calc(100vh - 46px);
  padding: 2rem 6rem 2rem 4rem;
}

main {
  font-size: 1.125rem;
  line-height: 1.8;
}

main p {
  line-height: 1.8;
}

main p:first-child {
  display: inline;
}

main ul li, main ol li {
  margin-bottom: 2rem;
}

main dt {
  font-weight: 600;
}

main dt, main dd {
  display: inline;
}

main dd {
  margin: 0;
}

main .comment-ballon {
  margin-left: .5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .comment-ballon:hover {
  color: #C9262C;
}

main.size-small {
  font-size: 1rem;
}

main.size-large {
  font-size: 1.3125rem;
}

.comment-line:before {
  position: absolute;
  bottom: -2.5rem;
  right: 0;
  background-color: #C9262C;
  color: #fff;
  content: 'Clique no texto para comentar';
  font-size: 1rem;
  padding: .25rem .5rem;
  border-radius: 1px;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.comment-line:hover:before {
  opacity: .9;
}

.comment-line.is-active:before {
  display: none;
}

.comment-line {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.comment-line:hover {
  background-color: #FBF0D9;
}

.comment-line.is-active {
  margin-bottom: 1rem;
}

.comment-line.is-active p, .comment-line.is-active ol, .comment-line.is-active ul {
  color: #C9262C !important;
}

.comment-line.is-active:hover {
  background-color: transparent;
}

p.is-active {
  color: #C9262C;
}

.comment-line:after {
  font-family: 'themify';
  content: "\e644";
  color: #C9262C;
  margin-left: .5rem;
}

.comment-box {
  display: none;
  margin-bottom: 2rem;
}

.comment-box input, .comment-box textarea {
  width: 100%;
}

.comment-box textarea {
  resize: none;
  min-height: 80px;
  max-height: 320px;
}

.comment-box .row {
  margin-bottom: .5rem;
}

aside {
  margin-top: 1rem;
}

aside header {
  position: relative;
  background-color: #C9262C;
  color: #fff;
  padding: .5rem;
  text-align: center;
}

aside header h5 {
  margin: 0;
}

aside .content {
  padding: 1rem;
}

aside .tutorial, aside .commentary {
  border: #C9262C 1px solid;
  border-radius: 1px;
  margin-bottom: 1rem;
}

aside .tutorial .controller-tutorial {
  position: absolute;
  top: .25rem;
  right: .5rem;
}

aside .tutorial .controller-tutorial span {
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

aside .tutorial .controller-tutorial span:hover {
  opacity: .7;
}

aside .tutorial .step {
  text-align: center;
  color: #C9262C;
}

aside .tutorial .step span {
  font-size: 2rem;
}

aside .tutorial .step p {
  font-size: .875rem;
  line-height: 1.2;
  margin: 0;
}

aside .commentary .content {
  max-height: 60vh;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

aside .commentary .item {
  display: none;
}

aside .commentary .item p {
  font-size: 1rem;
  line-height: 1.6;
}

aside .commentary .item h5 {
  color: #C9262C;
}

aside .commentary .item h6 span {
  font-weight: bold;
  margin-left: .5rem;
}

aside .commentary .msg {
  text-align: center;
  font-size: 1rem;
  color: #C9262C;
}

aside .commentary .msg-empty {
  display: none;
}

@media screen and (max-height: 720px) {
  aside .commentary .content {
    max-height: 50vh;
  }
}

.com-concordo {
  color: #3adb76;
}

.com-parcial {
  color: #ffae00;
}

.com-discordo {
  color: #ec5840;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

#commentform {
  display: none;
}

#commentform input[type=text], #commentform select, #commentform textarea {
  width: 100%;
}

.comment-form-line {
  display: none;
}

.form-cancel {
  margin-left: 1rem;
  display: inline-block;
}

.comment-cap h1 {
  cursor: pointer;
}

.comment-cap h1:hover {
  opacity: .8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.comment-cap h1 p {
  margin: 0;
}

.comment-cap-content {
  display: none;
}

.message-number {
  padding-left: 1rem;
  color: #C9262C;
}
