@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hide {
  display: none !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #e3e9ec;
}

.header_ld {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 9999;
  top: 0;
  background-color: #000000;
}

/* ÁREA AULA BGN */

.area-dinamica {
  width: 100%;
  /* height: 1020px; */
  margin-top: 60px;
}

.destaque {
  background-image: url(../imagens/pense__img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-anterior {
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-anterior i {
  width: 96px;
  height: 96px;
  font-size: 37px;
  color: #fecd18;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area-texto {
  width: 1720px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-proximo {
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-proximo i {
  width: 96px;
  height: 96px;
  font-size: 37px;
  color: #fecd18;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.texto {
  width: 100%;
  height: 470px;
  display: flex;
  align-items: center;
}

.texto-container {
  width: 90%;
  height: 157px;
}

.texto-container .texto1 {
  font: italic 700 70px/70px Roboto, arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px;
}

.texto-container .texto2 {
  font: italic 700 22px/24px Roboto, arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: white;
}

.dinamica-mes {
  width: 100%;
  height: 293px;
}

.dinamica-mes-cabecalho {
  width: 100%;
  height: 77px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.dinamica-mes-titulo {
  width: 388px;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}

.dinamica-mes-titulo i {
  color: #fecd18;
}

.dinamica-mes-titulo span {
  color: #ffffff;
  margin-left: 8px;
  text-transform: uppercase;
  font: 700 25px/35px Roboto, arial, helvetica, sans-serif;
}

.dinamica-mes-nav {
  width: 211px;
  height: 40px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dinamica-mes-nav-anterior {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dinamica-mes-nav-mes span {
  color: #ffffff;
  text-transform: uppercase;
  font: 700 25px/35px Roboto, arial, helvetica, sans-serif;
}

.dinamica-mes-nav-proximo {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dinamica-mes-vertodos {
  width: 205px;
  height: 30px;
  background-color: #fecd18;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font: 400 14px/14px Roboto, arial, helvetica, sans-serif;
  color: #444444;
  border-radius: 30px;
}

.dinamica-mes-lista {
  width: 100%;
  height: 216px;
  display: flex;
}

.dinamica-mes-lista.unica > .dinamica-mes-dinamica {
  width: 100%;
  flex-basis: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dinamica-mes-lista.dupla > .dinamica-mes-dinamica {
  width: 50%;
  flex-basis: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dinamica-mes-lista.tripla > .dinamica-mes-dinamica {
  width: 50%;
  flex-basis: 33.3%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dinamica-mes-lista.quadra > .dinamica-mes-dinamica {
  width: 25%;
  flex-basis: 25%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dinamica-mes-dinamica.selected {
  border: 5px solid #fecd18;
}

.dinamica-mes-dinamica img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1440px) {
  .dinamica-mes {
    width: 100%;
    height: 266px;
  }
  .dinamica-mes-cabecalho {
    width: 100%;
    height: 50px;
  }
}

/* ÁREA AULA END */

/* ÁREA ARENA BGN */

.area-arena {
  width: 100%;
  /* height: 977px;
     */
  background-color: #ef607c;
  padding: 40px;
}

.area-arena-cabecalho {
  width: 100%;
  margin-bottom: 40px;
}

.area-arena-cabecalho .icon-arena {
  color: #ffffff;
}

.area-arena-cabecalho span {
  font: 700 25px/35px Roboto, arial, helvetica, sans-serif;
  color: #ffffff;
  margin-left: 4px;
}

.area-arena-lista {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.area-arena-lista .item {
  width: 100%;
  height: 529px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.area-arena-lista .item.duplo {
  cursor: default !important;
}

.area-arena-lista .item .item-arena {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.area-arena-lista .item .item-arena-texto {
  width: 100%;
  /* height: 207px; */
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px;
}

.area-arena-lista .item .item-arena-texto h3 {
  font: 700 25px/35px Roboto, arial, helvetica, sans-serif;
  margin-bottom: 8px;
}

.area-arena-lista .item .item-arena-texto p {
  font: 700 16px/22px Roboto, arial, helvetica, sans-serif;
  margin-bottom: 8px;
}

.area-arena-lista .item:first-child {
  margin-right: 20px;
}

.area-arena-lista .item .item-arena:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.area-arena-lista .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.area-arena-lista .item.duplo {
  width: 100%;
  height: 529px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.area-arena-lista .item.duplo .item-caixa {
  width: 100%;
  height: 381.5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.area-arena-lista .item .item-caixa img {
  width: 370px !important;
  height: 216px !important;
  object-fit: cover;
  border-radius: 20px;
}

@media only screen and (max-width: 1180px) {
  article.arena-quiz .bloco-quiz {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
  }
  article.arena-quiz .bloco-quiz > header {
    position: relative;
    padding: 10px 0px 0px 220px;
    min-height: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
  }
  article.arena-quiz .bloco-quiz > header .logo-quiz {
    left: 50px;
    top: 28px;
    position: absolute;
    font-size: 28px;
    font-family: "kyrial-sans-pro", "Roboto", sans-serif;
    font-weight: 900;
    color: #df526d;
  }
  article.arena-quiz .bloco-quiz > header .logo {
  }
  article.arena-quiz .bloco-quiz > header h2.title {
    font-weight: 600;
    width: 100%;
    line-height: 30px;
  }
  article.arena-quiz .bloco-quiz > header p.sub-title {
    border-bottom: 2px solid #ccc;
    padding: 0 0 15px;
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 500;
    width: 95%;
  }
  article.arena-quiz .bloco-quiz > header p.sub-title a {
    color: #FA9B1E;
  }
  .area-arena-lista .item.duplo .item-caixa {
    height: unset;
  }
  .area-arena-lista {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .area-arena-lista .item {
    width: 100%;
    height: 529px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }
  .area-arena-lista .item.duplo {
    cursor: default !important;
  }
  .area-arena-lista .item .item-arena {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .area-arena-lista .item .item-arena-texto {
    width: 100%;
    /* height: 207px; */
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
  .area-arena-lista .item .item-arena-texto h3 {
    font: 700 25px/35px Roboto, arial, helvetica, sans-serif;
    margin-bottom: 8px;
  }
  .area-arena-lista .item .item-arena-texto p {
    font: 700 16px/22px Roboto, arial, helvetica, sans-serif;
    margin-bottom: 8px;
  }
  .area-arena-lista .item:first-child {
    margin-right: 20px;
  }
  .area-arena-lista .item .item-arena:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .area-arena-lista .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .area-arena-lista .item.duplo {
    width: 100%;
    height: 529px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .area-arena-lista .item.duplo .item-caixa {
    width: 100%;
    height: 381.5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .area-arena-lista .item .item-caixa img {
    width: 370px !important;
    height: 216px !important;
    object-fit: cover;
    border-radius: 20px;
  }
  .area-arena-lista .item .item-arena-texto2 {
    width: 70% !important;
    height: 170px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
}

@media only screen and (max-width: 1130px) {
  .steam-area {
    width: 275px !important;
    height: 43px !important;
    display: flex !important;
    margin-top: 20px !important;
  }
  .area-arena-lista {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .area-arena-lista .item {
    width: 100%;
    height: 529px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }
  .area-arena-lista .item.duplo {
    cursor: default !important;
  }
  .area-arena-lista .item .item-arena {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .area-arena-lista .item .item-arena-texto {
    width: 100%;
    /* height: 207px; */
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
  .area-arena-lista .item .item-arena-texto h3 {
    font: 700 25px/35px Roboto, arial, helvetica, sans-serif;
    margin-bottom: 8px;
  }
  .area-arena-lista .item .item-arena-texto p {
    font: 700 16px/22px Roboto, arial, helvetica, sans-serif;
    margin-bottom: 8px;
  }
  .area-arena-lista .item:first-child {
    margin-right: 20px;
  }
  .area-arena-lista .item .item-arena:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .area-arena-lista .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  article.arena-quiz .bloco-quiz {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 935px;
    margin: 0 auto;
    position: absolute;
    margin-top: 10px !important;
  }
  .area-arena-lista .item.duplo {
    width: 167% !important;
    height: 529px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .area-arena-lista .item.duplo .item-caixa {
    width: 60% !important;
    height: 381.5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: -4px !important;
  }
  .area-arena-lista .item .item-caixa img {
    width: 370px !important;
    height: 216px !important;
    object-fit: cover;
    border-radius: 20px;
  }
  .area-arena-lista .item .item-arena-texto2 {
    width: 70% !important;
    height: 170px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
}

@media only screen and (max-width: 890px) {
  article.arena-quiz .bloco-quiz {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
  }
  article.arena-quiz .bloco-quiz > header {
    position: relative;
    padding: 10px 0px 0px 220px;
    min-height: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
  }
  article.arena-quiz .bloco-quiz > header .logo-quiz {
    left: 50px;
    top: 28px;
    position: absolute;
    font-size: 28px;
    font-family: "kyrial-sans-pro", "Roboto", sans-serif;
    font-weight: 900;
    color: #df526d;
  }
  article.arena-quiz .bloco-quiz > header .logo {
  }
  article.arena-quiz .bloco-quiz > header h2.title {
    font-weight: 600;
    width: 100%;
    line-height: 30px;
  }
  article.arena-quiz .bloco-quiz > header p.sub-title {
    border-bottom: 2px solid #ccc;
    padding: 0 0 15px;
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 500;
    width: 95%;
  }
  article.arena-quiz .bloco-quiz > header p.sub-title a {
    color: #FA9B1E;
  }
  .area-arena-lista {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .area-arena-lista .item {
    width: 100%;
    height: 529px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }
  .area-arena-lista .item.duplo {
    cursor: default !important;
  }
  .area-arena-lista .item .item-arena {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .area-arena-lista .item .item-arena-texto {
    width: 100%;
    /* height: 207px; */
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
  .area-arena-lista .item .item-arena-texto h3 {
    font: 700 25px/35px Roboto, arial, helvetica, sans-serif;
    margin-bottom: 8px;
  }
  .area-arena-lista .item .item-arena-texto p {
    font: 700 16px/22px Roboto, arial, helvetica, sans-serif;
    margin-bottom: 8px;
  }
  .area-arena-lista .item:first-child {
    margin-right: 20px;
  }
  .area-arena-lista .item .item-arena:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .area-arena-lista .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .area-arena-lista .item.duplo {
    width: 100%;
    height: 529px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .area-arena-lista .item.duplo .item-caixa {
    width: 100%;
    height: 381.5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .area-arena-lista .item .item-caixa img {
    width: 370px !important;
    height: 216px !important;
    object-fit: cover;
    border-radius: 20px;
  }
  .area-arena-lista .item .item-arena-texto2 {
    width: 70% !important;
    height: 170px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
}

@media only screen and (max-width: 730px) {
  article.arena-quiz .bloco-quiz {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
  }
  article.arena-quiz .bloco-quiz > header {
    position: relative;
    padding: 10px 0px 0px 220px;
    min-height: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
  }
  article.arena-quiz .bloco-quiz > header .logo-quiz {
    left: 50px;
    top: 28px;
    position: absolute;
    font-size: 28px;
    font-family: "kyrial-sans-pro", "Roboto", sans-serif;
    font-weight: 900;
    color: #df526d;
  }
  article.arena-quiz .bloco-quiz > header .logo {
  }
  article.arena-quiz .bloco-quiz > header h2.title {
    font-weight: 600;
    width: 100%;
    line-height: 30px;
  }
  article.arena-quiz .bloco-quiz > header p.sub-title {
    border-bottom: 2px solid #ccc;
    padding: 0 0 15px;
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 500;
    width: 95%;
  }
  article.arena-quiz .bloco-quiz > header p.sub-title a {
    color: #FA9B1E;
  }
  .area-arena-lista {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .area-arena-lista .item {
    width: 100%;
    height: 529px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }
  .area-arena-lista .item.duplo {
    cursor: default !important;
  }
  .area-arena-lista .item .item-arena {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .area-arena-lista .item .item-arena-texto {
    width: 100%;
    /* height: 207px; */
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
  .area-arena-lista .item .item-arena-texto h3 {
    font: 700 25px/35px Roboto, arial, helvetica, sans-serif;
    margin-bottom: 8px;
  }
  .area-arena-lista .item .item-arena-texto p {
    font: 700 16px/22px Roboto, arial, helvetica, sans-serif;
    margin-bottom: 8px;
  }
  .area-arena-lista .item:first-child {
    margin-right: 20px;
  }
  .area-arena-lista .item .item-arena:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .area-arena-lista .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .area-arena-lista .item.duplo {
    width: 100%;
    height: 529px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .area-arena-lista .item.duplo .item-caixa {
    width: 100%;
    height: 381.5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .area-arena-lista .item .item-caixa img {
    width: 370px !important;
    height: 216px !important;
    object-fit: cover;
    border-radius: 20px;
  }
  .area-arena-lista .item .item-arena-texto2 {
    width: 70% !important;
    height: 170px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
}

@media only screen and (max-width: 960px) {
  article.arena-quiz .bloco-quiz {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 873px;
    margin: 0 auto;
    position: absolute;
    margin-top: 10px;
  }
  .area-arena-lista .item .item-arena-texto2 {
    width: 70% !important;
    height: 170px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
}

@media only screen and (max-width: 645px) {
  article.arena-quiz .bloco-quiz .quiz-questao {
    width: 100%;
    height: 210px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0 0 0 0 !important;
    background-color: #fff;
  }
  article.arena-quiz .quiz-questao .ilustra.duvida1 {
    background-image: none !important;
  }
  article.arena-quiz .quiz-questao .ilustra.duvida2 {
    background-image: none !important;
  }
  article.arena-quiz .quiz-questao .ilustra.feliz1 {
    background-image: url(../imagens/arena/quiz-feliz1.jpg);
  }
  article.arena-quiz .quiz-questao .ilustra.feliz2 {
    background-image: url(../imagens/arena/quiz-feliz2.jpg);
  }
  article.arena-quiz .quiz-questao .ilustra.triste1 {
    background-image: url(../imagens/arena/quiz-triste1.jpg);
  }
  article.arena-quiz .quiz-questao .ilustra.triste2 {
    background-image: url(../imagens/arena/quiz-triste2.jpg);
  }
  .texto-container {
    width: 100%;
    height: 157px;
  }
  .steam-area {
    width: 288px !important;
    height: 43px;
    display: flex;
    margin-top: 20px;
  }
  .nav-anterior {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-anterior i {
    width: 96px;
    height: 96px;
    font-size: 37px;
    color: #fecd18;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .area-texto {
    width: 1720px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-proximo {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-proximo i {
    width: 96px;
    height: 96px;
    font-size: 37px;
    color: #fecd18;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dinamica-mes-cabecalho {
    width: 100% !important;
    height: 90px !important;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px !important;
    flex-direction: column;
  }
  article.arena-quiz {
    flex-grow: 1;
    padding: 0px 0px 0px !important;
    color: #444;
    background-size: cover;
    margin-bottom: 7px !important;
  }
  .area-arena {
    width: 100%;
    height: 1600px !important;
    background-color: #ef607c;
    padding: 40px;
  }
  article.arena-quiz
    .bloco-quiz
    .quiz-questao
    .questao
    .respostas
    a.resposta-a::before {
    content: "A";
    background-color: #1f1f1f;
    color: #fff;
    padding: 0px 15px !important;
    font-size: 20px;
    border-radius: 10px 0 3px 10px;
  }
  article.arena-quiz
    .bloco-quiz
    .quiz-questao
    .questao
    .respostas
    a.resposta-b::before {
    content: "B";
    background-color: #1f1f1f;
    color: #fff;
    padding: 0px 15px !important;
    font-size: 20px;
    border-radius: 10px 0 3px 10px;
  }
  article.arena-quiz
    .bloco-quiz
    .quiz-questao
    .questao
    .respostas
    a.resposta-c::before {
    content: "C";
    background-color: #1f1f1f;
    color: #fff;
    padding: 0px 15px !important;
    font-size: 20px;
    border-radius: 10px 0 3px 10px;
  }
  article.arena-quiz
    .bloco-quiz
    .quiz-questao
    .questao
    .respostas
    a.resposta-d::before {
    content: "D";
    background-color: #1f1f1f;
    color: #fff;
    padding: 0px 15px !important;
    font-size: 20px;
    border-radius: 10px 0 3px 10px;
  }
  article.arena-quiz .bloco-quiz .quiz-questao .questao .respostas {
    margin: 0 0 0 !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: row;
  }
  article.arena-quiz .bloco-quiz .quiz-questao .questao .respostas a.resposta {
    padding: 0px 0px 5px 50px !important;
    background-color: #eee;
    margin: 5px 0 0 0 !important;
    position: relative;
    width: 100%;
    border-radius: 10px;
  }
  article.arena-quiz .bloco-quiz {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
  }
  article.arena-quiz .bloco-quiz > header {
    position: relative;
    padding: 10px 0px 0px 120px !important;
    min-height: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
  }
  article.arena-quiz .bloco-quiz > header .logo-quiz {
    left: 10px !important;
    top: 10px !important;
    position: absolute;
    font-size: 28px;
    font-family: "kyrial-sans-pro", "Roboto", sans-serif;
    font-weight: 900;
    color: #df526d;
  }
  article.arena-quiz .bloco-quiz > header .logo {
  }
  article.arena-quiz .bloco-quiz > header h2.title {
    font-weight: 600;
    width: 100%;
    line-height: 30px;
  }
  article.arena-quiz .bloco-quiz > header p.sub-title {
    border-bottom: 2px solid #ccc;
    padding: 0 0 15px;
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 500;
    width: 95%;
  }
  article.arena-quiz .bloco-quiz > header p.sub-title a {
    color: #FA9B1E;
  }
  .area-arena-lista {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .area-arena-lista .item {
    width: 100%;
    height: 560px !important;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
  }
  .area-arena-lista .item.duplo {
    cursor: default !important;
  }
  .area-arena-lista .item .item-arena {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .area-arena-lista .item .item-arena-texto {
    width: 100% !important;
    /* height: 207px; */
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
  .area-arena-lista .item .item-arena-texto2 {
    width: 70% !important;
    height: 207px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
  .area-arena-lista .item .item-arena-texto h3 {
    font: 700 25px/35px Roboto, arial, helvetica, sans-serif;
    margin-bottom: 8px;
  }
  .area-arena-lista .item .item-arena-texto p {
    font: 700 16px/22px Roboto, arial, helvetica, sans-serif;
    margin-bottom: 8px;
  }
  .area-arena-lista .item:first-child {
    margin-right: 20px;
  }
  .area-arena-lista .item .item-arena:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .area-arena-lista .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .area-arena-lista .item.duplo {
    width: 100% !important;
    height: 529px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .area-arena-lista .item.duplo .item-caixa {
    width: 100%;
    height: 560px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .area-arena-lista .item .item-caixa img {
    width: 309px !important;
    height: 216px !important;
    object-fit: cover;
    border-radius: 20px;
  }
  .area-arena-lista .item .item-arena-texto2 {
    width: 70% !important;
    height: 170px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
}

/* ÁREA ARENA END */

/* ÁREA FOOTER BGN */

.footer {
  width: 100%;
  background-color: transparent;
}

.footer-logo-container {
  width: 100%;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show, .footer:hover {
  display: block;
}

.footer-logo {width: 10%; height: 45px; flex-basis: 100%; background-size: contain; background-position: center; background-repeat: no-repeat;}

.footer-creditos {
  width: 100%;
  height: 54px;
  background-color: #e3e9ec;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ÁREA FOOTER END */

/* VER TODAS AS AULAS BGN */

.vertodas-container {
  width: 100%;
  padding: 100px 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vertodas-cabecalho {
  width: 1280px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}

.vertodas-titulo {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vertodas-titulo i {
  font-size: 36px;
}

.vertodas-titulo span {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.vertodas-formulario {
  width: 627px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vertodas-formulario .vertodas-inputicon {
  width: 350px;
  height: 100%;
  position: relative;
}

.vertodas-formulario .vertodas-inputicon i {
  position: absolute;
  right: 10px;
  top: 25%;
  font-size: 18px;
  cursor: pointer;
}

.vertodas-formulario .vertodas-inputicon input {
  width: 350px;
  height: 100%;
  padding-left: 15px;
  font-size: 14px;
  outline: none;
  border: none;
}

.vertodas-formulario .btn-pdfs {
  width: 189px;
  height: 40px;
  background-color: #56bfca;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.vertodas-formulario .btn-pdfs:hover {
  background-color: #3cb5c2;
}

.vertodas-formulario .btn-pdfs i {
  margin-right: 5px;
}

.vertodas-content {
  width: 1280px;
  padding-top: 43.5px;
  /* border: 1px solid #000000; */
}

.btn-filtros {
  width: 40px;
  height: 40px;
  background-image: url(../imagens/filtros.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.btn-filtros:hover {
  filter: brightness(0.9);
}

nav.filtros-vertodas {
  padding: 40px 0;
  width: 1280px;
}

nav.filtros-vertodas .filter {
  position: relative;
  float: left;
  height: 35px;
  margin-left: 15px;
  font-size: 14px;
  line-height: 35px;
}

nav.filtros-vertodas .filter:first-child {
  margin-left: 0;
}

nav.filtros-vertodas .filter a.comboheader {
  min-width: 160px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  border-radius: 3px;
  color: #444;
  padding: 0 10px 0 15px;
  border: none;
  display: inline-block;
}

nav.filtros-vertodas .filter a.comboheader span {
  min-width: 100px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

nav.filtros-vertodas .filter a:hover {
  background-color: #d5dfe4;
}

nav.filtros-vertodas .filter a.ativo {
  background-color: #c8d4da;
}

nav.filtros-vertodas .filter a i {
  width: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  float: right;
  margin: 0 0 0 10px;
}

nav.filtros-vertodas .filter a i::before {
  font-size: 20px;
}

nav.filtros-vertodas .filter .combo {
  display: none;
  position: absolute;
  background-color: #d5dfe4;
  top: 35px;
  z-index: 999;
  color: #444;
  border-radius: 3px;
  left: 0px;
  padding: 0;
}

nav.filtros-vertodas .filter .combo.open {
  display: block;
}

nav.filtros-vertodas .filter .combo a {
  padding: 0 15px;
  color: #444;
  display: block;
  min-width: 160px;
}

nav.filtros-vertodas .filter .combo a:hover {
  background-color: #56bfca;
  color: #fff;
  border-radius: 3px;
}

nav.filtros-vertodas .filter .combo li {
  width: 100%;
}

nav.filtros-vertodas .filter .combo li.ativo {
  pointer-events: none;
  opacity: 0.5;
  display: none;
}

nav.filtros-vertodas .filter .combo.filter-temas a {
  width: 320px;
}

@media only screen and (max-width: 1366px) {
  .vertodas-cabecalho,
  .vertodas-content {
    padding: 0 40px;
    width: 100%;
  }
  nav.filtros-vertodas {
    padding: 0 40px 40px 40px;
    width: 100%;
  }
  .area-arena-lista .item .item-arena-texto2 {
    width: 70% !important;
    height: 170px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
}

.vertodas-grade-mes {
  width: 100%;
  font: 700 25px/35px Roboto, arial, helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.vertodas-grade-lista {
  width: 1280px;
  height: 200px;
  display: flex;
  margin-bottom: 40px;
}

.wrapper {
  width: 203px;
  margin-right: 20px;
}

.vertodas-grade-item {
  width: 203px;
  height: 150px;
  background-repeat: no-repeat;
  position: relative;
}

.vertodas-grade-descricao {
  width: 153px;
  height: 60px;
  position: absolute;
  top: 70px;
  left: 20px;
  font: 500 16px/20px Roboto, arial, helvetica, sans-serif;
  color: #ffffff;
}

.vertodas-grade-botoes {
  width: 203px;
  height: 50px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
}

.box1 i {
  cursor: pointer;
}

.box1 i:hover {
  color: #56bfca;
}

.box1 i.ativo {
  color: #56bfca;
}

.box2 i:first-child {
  cursor: pointer;
}

.box2 i:first-child:hover {
  color: #59b200;
}

.box2 i.ativo:first-child {
  color: #59b200;
}

.box2 i:last-child {
  cursor: pointer;
}

.box2 i:last-child:hover {
  color: #f29d14;
}

.box2 i.ativo:last-child {
  color: #f29d14;
}

/* VER TODAS AS AULAS END */

article.arena-quiz {
  flex-grow: 1;
  padding: 0px 0px 20px;
  color: #444;
  background-size: cover;
  margin-bottom: 15px;
}

article.arena-quiz .bloco-quiz {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

article.arena-quiz .bloco-quiz > header {
  position: relative;
  padding: 10px 0px 0px 220px;
  min-height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
}

article.arena-quiz .bloco-quiz > header .logo-quiz {
  left: 50px;
  top: 28px;
  position: absolute;
  font-size: 28px;
  font-family: "kyrial-sans-pro", "Roboto", sans-serif;
  font-weight: 900;
  color: #df526d;
}

article.arena-quiz .bloco-quiz > header .logo {
}

article.arena-quiz .bloco-quiz > header h2.title {
  font-weight: 600;
  width: 100%;
  line-height: 30px;
}

article.arena-quiz .bloco-quiz > header p.sub-title {
  border-bottom: 2px solid #ccc;
  padding: 0 0 15px;
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 500;
  width: 95%;
}

article.arena-quiz .bloco-quiz > header p.sub-title a {
  color: #FA9B1E;
}

article.arena-quiz .bloco-quiz .numero-questao {
  position: absolute;
  right: 60px;
  top: 40px;
  font-size: 24px;
}

article.arena-quiz .bloco-quiz .numero-questao span {
  font-weight: 900;
}

article.arena-quiz .bloco-quiz .numero-questao i {
  opacity: 0.6;
}

article.arena-quiz .bloco-quiz .quiz-questao {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0 15px 0 200px;
  background-color: #fff;
}

article.arena-quiz .bloco-quiz .quiz-questao .ilustra {
  width: 150px;
  height: 200px;
  position: absolute;
  top: 15px;
  left: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}

article.arena-quiz .bloco-quiz .quiz-questao .ilustra .balao {
  position: absolute;
  top: -64px;
  left: 100px;
  width: 190px;
  height: 90px;
  display: none;
  background-position: center;
}

article.arena-quiz .bloco-quiz .quiz-questao .ilustra.feliz1 .balao,
article.arena-quiz .bloco-quiz .quiz-questao .ilustra.feliz2 .balao,
article.arena-quiz .bloco-quiz .quiz-questao .ilustra.triste1 .balao,
article.arena-quiz .bloco-quiz .quiz-questao .ilustra.triste2 .balao {
  display: block;
}

article.arena-quiz .bloco-quiz .quiz-questao .ilustra .balao-certa {
  background-image: url(../imagens/arena/quiz-balao-correta.png);
  display: block;
}

article.arena-quiz .bloco-quiz .quiz-questao .ilustra .balao-errada {
  background-image: url(../imagens/arena/quiz-balao-incorreta.png);
  display: block;
}

article.arena-quiz .quiz-questao .ilustra.duvida1 {
  background-image: url(../imagens/arena/quiz-duvida1.jpg);
}

article.arena-quiz .quiz-questao .ilustra.duvida2 {
  background-image: url(../imagens/arena/quiz-duvida2.jpg);
}

article.arena-quiz .quiz-questao .ilustra.feliz1 {
  background-image: url(../imagens/arena/quiz-feliz1.jpg);
}

article.arena-quiz .quiz-questao .ilustra.feliz2 {
  background-image: url(../imagens/arena/quiz-feliz2.jpg);
}

article.arena-quiz .quiz-questao .ilustra.triste1 {
  background-image: url(../imagens/arena/quiz-triste1.jpg);
}

article.arena-quiz .quiz-questao .ilustra.triste2 {
  background-image: url(../imagens/arena/quiz-triste2.jpg);
}

article.arena-quiz .bloco-quiz .quiz-questao .questao {
  width: 100%;
  min-height: 270px;
  padding: 0px 4px 10px !important;
  font-size: 14px;
  position: relative;
}

article.arena-quiz .bloco-quiz .quiz-questao .questao .pergunta {
  font-size: 16px;
  font-weight: 500;
}

article.arena-quiz .bloco-quiz .quiz-questao .questao .respostas {
  margin: 10px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: row;
}

article.arena-quiz .bloco-quiz .quiz-questao .questao .respostas a.resposta {
  padding: 10px 0px 18px 50px;
  background-color: #eee;
  margin: 5px 0 0 0;
  position: relative;
  width: 100%;
  border-radius: 10px;
}

article.arena-quiz
  .bloco-quiz
  .quiz-questao
  .questao
  .respostas
  a.resposta.correta {
  color: #59b200;
}

article.arena-quiz
  .bloco-quiz
  .quiz-questao
  .questao
  .respostas
  a.resposta.correta.selecionado {
  color: #fff;
  background-color: #59b200;
}

article.arena-quiz
  .bloco-quiz
  .quiz-questao
  .questao
  .respostas
  a.resposta.incorreta {
  color: #de3838;
}

article.arena-quiz
  .bloco-quiz
  .quiz-questao
  .questao
  .respostas
  a.resposta.incorreta.selecionado {
  color: #fff;
  background-color: #de3838;
}

article.arena-quiz
  .bloco-quiz
  .quiz-questao
  .questao
  .respostas
  a.resposta:hover {
  background-color: #ddd;
}

article.arena-quiz
  .bloco-quiz
  .quiz-questao
  .questao
  .respostas
  a.resposta::before {
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 0;
}

article.arena-quiz
  .bloco-quiz
  .quiz-questao
  .questao
  .respostas
  a.resposta.selecionado {
  background-color: #fecd18;
  pointer-events: none;
}

article.arena-quiz
  .bloco-quiz
  .quiz-questao
  .questao
  .respostas
  a.resposta-a::before {
  content: "A";
  background-color: #1f1f1f;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 10px 0 3px 10px;
}

article.arena-quiz
  .bloco-quiz
  .quiz-questao
  .questao
  .respostas
  a.resposta-b::before {
  content: "B";
  background-color: #1f1f1f;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 10px 0 3px 10px;
}

article.arena-quiz
  .bloco-quiz
  .quiz-questao
  .questao
  .respostas
  a.resposta-c::before {
  content: "C";
  background-color: #1f1f1f;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 10px 0 3px 10px;
}

article.arena-quiz
  .bloco-quiz
  .quiz-questao
  .questao
  .respostas
  a.resposta-d::before {
  content: "D";
  background-color: #1f1f1f;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 10px 0 3px 10px;
}

article.arena-quiz
  .bloco-quiz
  .quiz-questao
  .questao.respondido
  .respostas
  a.resposta {
  pointer-events: none;
}

article.arena-quiz .bloco-quiz .quiz-questao .actions {
  width: 103%;
  margin-top: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

article.arena-quiz .bloco-quiz .quiz-questao .actions .alerta {
  display: none;
  line-height: 35px;
  margin-right: 20px;
  color: red;
}

article.arena-quiz .bloco-quiz .quiz-questao .actions .btn {
  background-color: #fecd18;
  color: #1f1f1f;
  text-transform: uppercase;
  margin-right: 18px;
}

article.arena-quiz .bloco-quiz .quiz-questao .actions .btn:hover {
  background-color: #1f1f1f;
  color: #fecd18;
}

article.arena-quiz .bloco-quiz .feedback-questao {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  padding-top: 40px;
}

article.arena-quiz .bloco-quiz .feedback-questao a.btn-fechar {
  z-index: 1;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
}

article.arena-quiz .bloco-quiz .feedback-questao a.btn-fechar i {
  font-size: 30px;
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

article.arena-quiz .bloco-quiz .feedback-questao a.btn-fechar i::before {
  color: #444;
}

article.arena-quiz .bloco-quiz .feedback-questao a.btn-fechar:hover {
  background-color: #eef2f4;
}

article.arena-quiz .bloco-quiz .feedback-questao a.btn-fechar:hover i {
  transform: rotate(90deg);
}

article.arena-quiz .bloco-quiz .feedback-questao div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 50px solid transparent;
  overflow-y: auto;
}

article.arena-quiz .bloco-quiz .feedback-questao div h4 {
  margin-bottom: 10px;
}

article.arena-quiz .bloco-quiz .feedback-questao div.resposta-certa h4 {
  color: #59b200;
}

article.arena-quiz .bloco-quiz .feedback-questao div.resposta-errada h4 {
  color: #de3838;
}

article.arena-quiz .bloco-quiz .quiz-questao .feedback-quiz {
  width: 100%;
  min-height: 270px;
  padding: 20px 40px 40px;
  font-size: 14px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}

article.arena-quiz .bloco-quiz .quiz-questao .feedback-quiz h2 {
  font-weight: 600;
  width: 100%;
}

article.arena-quiz .bloco-quiz .quiz-questao .feedback-quiz h2 span {
  color: #f08114;
}

article.arena-quiz .bloco-quiz .quiz-questao .feedback-quiz .score {
  font-size: 18px;
  margin-top: 5px;
}

article.arena-quiz .bloco-quiz .quiz-questao .feedback-quiz .score span {
  font-weight: 600;
}

article.arena-quiz .bloco-quiz .quiz-questao .feedback-quiz .score span.certas {
  color: #59b200;
}

article.arena-quiz
  .bloco-quiz
  .quiz-questao
  .feedback-quiz
  .score
  span.erradas {
  color: #de3838;
}

article.arena-quiz .bloco-quiz .quiz-questao .feedback-quiz .feedback-frase {
  margin: 15px 0 0;
  font-size: 16px;
}

article.arena-quiz .bloco-quiz .quiz-questao .feedback-quiz .actions {
  margin-top: 20px;
}

article.arena-quiz .bloco-mensagem {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

article.arena-quiz .bloco-mensagem .mensagem-quiz {
  height: 380px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

article.arena-quiz .bloco-mensagem .mensagem-quiz h2 {
  text-align: center;
  color: #9b9b9b;
  background-color: #ebebeb;
  font-weight: 600;
  padding: 20px;
  border-radius: 10px;
}

article.arena-quiz .bloco-mensagem .mensagem-quiz h2 span {
  color: #ef607c;
}

a.btn-pdfs {
  margin-left: 20px;
  margin-right: 20px;
  background-color: #56bfca;
  color: #fff;
  padding: 0 15px;
  border-radius: 30px;
  line-height: 35px;
  height: 35px;
  float: right;
}

a.btn-pdfs i {
  margin-right: 5px;
}

a.btn-pdfs:hover {
  background-color: #3cb5c2;
}

.inputsearch-container {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.inputsearch-container i.icon-dinamica,
.inputsearch-container span {
  font: 700 30px/40px Roboto, arial, helvetica, sans-serif;
}

.inputsearch-conteudo {
  width: 627px;
  height: 40px;
  display: flex;
  justify-content: space-between;
}

.inputsearch-conteudo input {
  width: 350px;
  height: 40px;
  padding-left: 10px;
  font: 400 14px/20px Roboto, arial, helvetica, sans-serif;
  color: #444;
  border: none;
}

.inputsearch-conteudo a {
  white-space: nowrap;
}

.inputsearch-conteudo img {
  cursor: pointer;
}

/* Pagina do Professor */

.d {
  outline: 1px solid;
}

.section-content .conteudo > .container.professor {
  width: 1674px !important;
}

.wrapper-aula1,
.wrapper-aula2 {
  width: 100%;
  display: flex;
  min-width: 70px;
}

.aula-bloco1,
.aula-bloco2,
.aula-bloco3,
.aula-bloco4 {
  width: 555px;
  min-height: 71px;
  margin-bottom: 70px;
  padding: 17px;
  margin-bottom: 32px;
}

.aula-bloco1 h2,
.aula-bloco2 h2,
.aula-bloco3 h2,
.aula-bloco4 h2 {
  font: 700 18px/50px Roboto, arial, helvetica, sans-serif;
  color: #FA9B1E;
}

.videolink-titulo {
  text-align: center;
  font: 700 18px/50px Roboto, arial, helvetica, sans-serif;
}

#page-dinamica .conteudo .container.professor {
  display: block;
}

@media only screen and (max-width: 1210px) {
  .section-content .conteudo > .container {
    width: 100% !important;
  }
  #page-dinamica .conteudo .container.professor {
    display: flex;
    flex-direction: column;
  }
  #page-dinamica .conteudo .container.professor .column-left,
  #page-dinamica .conteudo .container.professor .column-right {
    width: 100%;
    float: unset;
    padding-right: unset;
  }
  .area-arena-lista .item .item-arena-texto2 {
    width: 70% !important;
    height: 170px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
}

@media only screen and (max-width: 1600px) {
  .area-arena-lista .item .item-arena-texto2 {
    width: 70% !important;
    height: 170px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
}

@media only screen and (max-width: 1130px) {
  .inputsearch-container {
    width: 100%;
    margin-top: 40px;
    display: unset;
    justify-content: unset;
  }
  .inputsearch-titulo {
    margin: 40px 0;
  }
  .inputsearch-container i.icon-dinamica,
  .inputsearch-container span {
    font: 700 30px/40px Roboto, arial, helvetica, sans-serif;
  }
  .inputsearch-conteudo {
    width: 627px;
    height: 40px;
    display: flex;
    justify-content: space-between;
  }
  .inputsearch-conteudo input {
    width: 350px;
    height: 40px;
    padding-left: 10px;
    font: 400 14px/20px Roboto, arial, helvetica, sans-serif;
    color: #444;
    border: none;
  }
  .inputsearch-conteudo a {
    white-space: nowrap;
  }
  .inputsearch-conteudo img {
    cursor: pointer;
  }
  #page-programa header.header-programa a.btn-pdfs {
    margin: 3px 10px 0 0;
    float: left;
  }
  #page-programa header.header-programa {
    flex-direction: column;
  }
  nav.filtros {
    margin-top: 0px !important;
  }
  .area-arena-lista .item .item-arena-texto2 {
    width: 70% !important;
    height: 170px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
}

@media only screen and (max-width: 890px) {
  #page-programa header.header-programa {
    flex-direction: column;
  }
  #page-programa .conteudo .container .full nav.filtros {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #page-programa .conteudo .container .full nav.filtros .filter {
    width: 100%;
    margin-top: 30px;
  }
  .inputseachcontainer {
    width: 350px;
  }
  .btnfiltrodinamica {
    height: 40px;
    cursor: pointer;
    margin-left: unset;
    margin-top: 20px;
    display: flex;
  }
  #page-programa header.header-programa a.btn-pdfs {
    margin: 3px 0 0 10px;
  }
  #page-programa nav.filtros .filter a i {
    position: absolute;
    right: 5px;
  }
  nav.filtros .filter a.comboheader {
    width: 100%;
  }
  nav.filtros .filter a.comboheader span {
    width: 100%;
  }
  /* {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  } */
  h2 {
    width: 100%;
  }
  nav.filtros {
    width: 57%;
    margin-top: 20px;
    margin-left: 0;
  }
  nav.filtros .filter {
    margin-left: 0;
    margin-right: 10px;
  }
  .area-arena-lista .item .item-arena-texto2 {
    width: 70% !important;
    height: 170px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
}

@media only screen and (max-width: 790px) {
  .aula-bloco1 h2,
  .aula-bloco2 h2,
  .aula-bloco3 h2,
  .aula-bloco4 h2 {
    font: 700 18px/25px Roboto, arial, helvetica, sans-serif;
    color: #FA9B1E;
  }
  .observacoes-bloco1,
  .observacoes-bloco2,
  .observacoes-bloco3,
  .observacoes-bloco4 {
    width: 100%;
    min-height: 71px;
    margin-bottom: 70px;
    background-color: white;
    border-radius: 10px;
    padding: 17px;
    margin-bottom: 18px;
  }
  .area-arena-lista .item .item-arena-texto2 {
    width: 70% !important;
    height: 170px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
  }
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  .area-arena-lista .item.duplo .item-caixa {
    width: 100% !important;
    height: 560px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  nav.filtros {
    width: 58%;
    margin-top: 20px;
    margin-left: 0;
  }
  nav.filtros .filter:first-child {
    margin-left: 3px;
  }
  #header-pense .container nav.filtros .filter {
    position: relative;
    float: left;
    height: 50px;
    margin-right: 21px;
  }
  #header-pense .container nav.filtros {
    margin-left: 1px;
  }

/* PLETHORA CSS  */
.circulosPlethora div.circle {
  top: 5px;
  display: flex;
  position: relative;
}
.circulosPlethora span {
  display: block;
  width: 3.3em;
  height: 3.3em;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  text-align: center;
  margin: 5px;
  border: 2px solid rgba(7, 7, 7, 0.856);
  padding-top: 16px;
  padding-bottom: 14px;
}
#circulosOff span {
  display: block;
  width: 3.3em;
  height: 1.3em;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  text-align: center;
  margin: 5px;
  border: 2px solid rgba(7, 7, 7, 0.856);
  padding-top: 18px;
  padding-bottom: 16px;
}

.circulosPlethora .check {
  background: springgreen;
  top: 5;
}
.circulosPlethora .noCheck {
    background: #de3838;
    color: white;
}

.circulosPlethora .estrelas {
    display: flex;
    flex-direction: row;
}
.circulosPlethora .estrelas input[type="radio"] {
  display: none;
}
.circulosPlethora .estrelas label i.fa {
  font-size: 1.5em;
}
.circulosPlethora .estrelas label i.fa:before {
  content: "\f005";
  color: #fc0;
}
.circulosPlethora .estrelas input[type="radio"]:checked ~ label i.fa:before {
  color: #ccc;
}

.circulosPlethora {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.circulosPlethora .nivelAtv {
    margin: 5px;
    display: flex;
    flex-direction: column;
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
}
