@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

body, p, h1, h2, h3, h4, h5, h6, strong, span, div, section, nav, header, input, a {
  font-family: "Open Sans", sans-serif;
}

body.no-scroll {
  overflow-y: hidden;
}

.callout p {
  margin-bottom: 0;
  color: #595959;
}
.callout .close-button, .callout .close-button.medium {
  bottom: 0.5rem;
}

header {
  background-color: #1d5889;
  border-bottom: 2px solid #287bbf;
}
header .grid-container {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
}
header .grid-container .header-logo-cell img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
header .grid-container .input-group {
  margin-bottom: 0;
}
header .grid-container .input-group .button {
  background-color: #287bbf;
}
header .grid-container .input-group .button > i {
  color: #ffffff;
  padding: 0;
  margin: 0;
}
header .grid-container a.button {
  margin-bottom: 0;
}
header .grid-container a.button i {
  margin-right: 5px;
  font-size: 1.1em;
}
header .grid-container a.button.header-cad {
  background-color: #287bbf;
}
header .grid-container a.button.header-conta {
  background-color: #51c635;
}
header .grid-container a.button.header-conta i, header .grid-container a.button.header-conta span {
  pointer-events: none;
}
header .grid-container a.button.header-conta ~ .mobile-submenu {
  font-size: 2em;
}

nav#navbar {
  background-color: #184b74;
  border-bottom: 4px solid #32ba7c;
  position: sticky;
  top: 0;
  z-index: 99;
}
nav#navbar .top-bar {
  padding: 0.25rem;
  background-color: #184b74;
}
nav#navbar .top-bar ul {
  background-color: #184b74;
  z-index: 50;
}
nav#navbar .top-bar ul li {
  position: relative;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}
nav#navbar .top-bar ul li a {
  color: #ffffff;
  -webkit-transition: color ease 500ms;
  -moz-transition: color ease 500ms;
  -ms-transition: color ease 500ms;
  transition: color ease 500ms;
}
nav#navbar .top-bar ul li a i {
  font-size: 1.3em;
  font-weight: normal;
}
nav#navbar .top-bar ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  height: 60%;
  width: 1px;
  background-color: #287bbf;
}
nav#navbar .top-bar ul li::after {
  content: "";
  position: absolute;
  bottom: 5px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 2px;
  background-color: #51c635;
  -webkit-transition: transform cubic-bezier(0.15, 0.88, 0.1, 1.33) 300ms;
  -moz-transition: transform cubic-bezier(0.15, 0.88, 0.1, 1.33) 300ms;
  -ms-transition: transform cubic-bezier(0.15, 0.88, 0.1, 1.33) 300ms;
  transition: transform cubic-bezier(0.15, 0.88, 0.1, 1.33) 300ms;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
nav#navbar .top-bar ul li:last-of-type::before, nav#navbar .top-bar ul li:last-of-type::after {
  display: none;
}
nav#navbar .top-bar ul li:hover a {
  color: #51c635;
}
nav#navbar .top-bar ul li:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
nav#navbar .top-bar ul .is-dropdown-submenu-parent.opens-right:hover a {
  color: #51c635;
}
nav#navbar .top-bar li.menu-mobile-toggle {
  display: none;
}
nav#navbar .top-bar .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #ffffff transparent transparent;
  right: 8.5px;
}

.publicacao article{
  height: 100% !important;
}
.publicacao .ler-mais{
  display: none;
}

.mobile-menu {
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(24, 75, 116, 0.97);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: left cubic-bezier(0.52, -1.03, 0, 1.24) 550ms;
  -moz-transition: left cubic-bezier(0.52, -1.03, 0, 1.24) 550ms;
  -ms-transition: left cubic-bezier(0.52, -1.03, 0, 1.24) 550ms;
  transition: left cubic-bezier(0.52, -1.03, 0, 1.24) 550ms;
}
.mobile-menu a.button {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background-color: transparent;
  display: flex;
  align-items: center;
  width: 50%;
  border: 1px solid #287bbf;
  font-size: 1em;
}
.mobile-menu a.button a {
  color: #ffffff;
}
.mobile-menu a.button i {
  margin-right: 10px;
  font-size: 1.2em;
}
.mobile-menu a.button.header-cad {
  left: 0.9375rem;
  border-right: 1px solid transparent;
  justify-content: flex-start;
}
.mobile-menu a.button.header-conta {
  right: 0.9375rem;
  border-left: 1px solid transparent;
  justify-content: flex-end;
}
.mobile-menu a.button.header-conta .mobile-submenu-item {
  font-size: 1.4em;
}
.mobile-menu .mobile-menu-content {
  display: block;
}
.mobile-menu .mobile-menu-content .mobile-menu-item {
  padding: 1vh 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4em;
}
.mobile-menu .mobile-menu-content .mobile-menu-item i {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}
.mobile-menu .mobile-menu-content .mobile-menu-item a {
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.mobile-menu .mobile-menu-content .mobile-menu-item[data-dropdown-mobile] {
  position: relative;
}
.mobile-menu .mobile-menu-content .mobile-menu-item[data-dropdown-mobile]::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #ffffff;
}

.mobile-menu_after {
  left: 0%;
}

.mobile-submenu {
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 0;
  background-color: rgba(24, 75, 116, 0.97);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: left cubic-bezier(0.52, -1.03, 0, 1.24) 550ms;
  -moz-transition: left cubic-bezier(0.52, -1.03, 0, 1.24) 550ms;
  -ms-transition: left cubic-bezier(0.52, -1.03, 0, 1.24) 550ms;
  transition: left cubic-bezier(0.52, -1.03, 0, 1.24) 550ms;
}
.mobile-submenu .mobile-submenu-content {
  display: block;
  min-height: 400px;
}
.mobile-submenu .mobile-submenu-content .mobile-submenu-item {
  padding: 1vh 0;
  color: #ffffff;
  text-align: center;
}
.mobile-submenu .mobile-submenu-content .mobile-submenu-item i {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}
.mobile-submenu .mobile-submenu-content .mobile-submenu-item a {
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.mobile-submenu .mobile-submenu-content .mobile-submenu-back {
  display: flex;
  align-items: center;
}
.mobile-submenu .mobile-submenu-content .mobile-submenu-back i {
  margin-right: 10px;
}

.mobile-submenu_after {
  left: 0%;
}

section {
  padding: 2rem 0;
}

.custom-section-header {
  text-align: center;
  color: #1d5889;
  margin-bottom: 2em;
}
.custom-section-header p {
  color: #aaaaaa;
}
.custom-section-header .questao-info {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 0.8em;
  padding: 0 0.5em;
  border-bottom: 1px solid rgba(170, 170, 170, 0.15);
}
.custom-section-header .questao-info span {
  margin-right: 1em;
  color: #595959;
}
.custom-section-header .questao-info span a {
  color: #1d5889;
}

#banner .swiper-button-prev {
  background-image: url("../../img/slider-left.png");
  left: 0;
}
#banner .swiper-button-next {
  background-image: url("../../img/slider-right.png");
  right: 0;
}
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #32ba7c;
}
.box-video{
  width: 390px;
}
.overlay-video{
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
}
.overlay-video .play{
    position:absolute;
    align-items: center;
    width: 60px;
    height: 60px;
    top: 90px;
}
.video-thumb{
    overflow: hidden;
    height: 220px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 16px;
}
.video-thumb .thumb{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.mostrarValor{
    height: 43px;
    background: red;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    border-radius: 8px;
}

#questoes-em-destaque .custom-section-header::after {
  content: "";
  display: block;
  margin: auto;
  width: 20px;
  height: 10px;
  background-image: url("../../img/arrow-down.png");
}
#questoes-em-destaque .cell {
  position: relative;
}
#questoes-em-destaque .cell .swiper-button-prev {
  height: 25px;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  background-image: url("../../img/chevron-left-solid.svg");
  background-size: 80% 80%;
  background-color: #1d5889;
  background-position: center center;
  border-radius: 50%;
}
#questoes-em-destaque .cell .swiper-button-next {
  height: 25px;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  background-image: url("../../img/chevron-right-solid.svg");
  background-size: 80% 80%;
  background-color: #1d5889;
  background-position: center center;
  border-radius: 50%;
}
#questoes-em-destaque #questoes-em-destaque-swiper {
  margin-bottom: 1em;
}
#questoes-em-destaque #questoes-em-destaque-swiper .qed-card {
  display: block;
  margin: auto;
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
#questoes-em-destaque #questoes-em-destaque-swiper .qed-card .qed-card-img {
  height: 220px;
  padding: 0.5rem;
}
#questoes-em-destaque #questoes-em-destaque-swiper .qed-card .qed-card-img img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
#questoes-em-destaque #questoes-em-destaque-swiper .qed-card .qed-card-content {
  text-align: center;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-right: 1em;
  padding-left: 1em;
  background-color: #1d5889;
  color: #ffffff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 120px;
  max-height: 120px;
}
#questoes-em-destaque #questoes-em-destaque-swiper .qed-card .qed-card-content h6 {
  width: 100%;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
}
#questoes-em-destaque #questoes-em-destaque-swiper .qed-card .qed-card-content p {
  margin-bottom: 0.5em;
  font-size: 0.9em;
  width: 100%;
}
#questoes-em-destaque #questoes-em-destaque-swiper .qed-card .qed-card-content a {
  font-size: 0.7em;
  font-weight: bold;
  background-color: #ffffff;
  color: #1d5889;
  padding: 0.4em 1em;
  border-radius: 5px;
}

#parceiros-destaque #parceiros-swiper {
  margin-bottom: 1em;
}
#parceiros-destaque #parceiros-swiper .qed-card {
  display: block;
  margin: auto;
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
#parceiros-destaque #parceiros-swiper .qed-card .qed-card-img {
  height: 220px;
  padding: 0.5rem;
}
#parceiros-destaque #parceiros-swiper .qed-card .qed-card-img img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
#parceiros-destaque #parceiros-swiper .qed-card .qed-card-content {
  text-align: center;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-right: 1em;
  padding-left: 1em;
  background-color: #1d5889;
  color: #ffffff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 120px;
  max-height: 120px;
}
#parceiros-destaque #parceiros-swiper .qed-card .qed-card-content h6 {
  width: 100%;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
}
#parceiros-destaque #parceiros-swiper .qed-card .qed-card-content p {
  margin-bottom: 0.5em;
  font-size: 0.9em;
  width: 100%;
}
#parceiros-destaque #parceiros-swiper .qed-card .qed-card-content a {
  font-size: 0.7em;
  font-weight: bold;
  background-color: #ffffff;
  color: #1d5889;
  padding: 0.4em 1em;
  border-radius: 5px;
}

/*#comentarios {
  background-color: rgba(170, 170, 170, 0.15);
}*/

#qparceiros-destaque .custom-section-header::after {
  content: "";
  display: block;
  margin: auto;
  width: 20px;
  height: 10px;
  background-image: url("../../img/arrow-down.png");
}
#parceiros-destaque .cell {
  position: relative;
}
#parceiros-destaque .cell .swiper-button-prev {
  height: 25px;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  background-image: url("../../img/chevron-left-solid.svg");
  background-size: 80% 80%;
  background-color: #1d5889;
  background-position: center center;
  border-radius: 50%;
}
#parceiros-destaque .cell .swiper-button-next {
  height: 25px;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  background-image: url("../../img/chevron-right-solid.svg");
  background-size: 80% 80%;
  background-color: #1d5889;
  background-position: center center;
  border-radius: 50%;
}

#planos {
  background-image: url("../../img/bg-plan.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
#planos .custom-section-header {
  color: #ffffff;
}
#planos .custom-planos-cell {
  background-color: #ffffff;
  border-radius: 7.5px;
  margin-top: 40px;
  -webkit-box-shadow: 2px 2px 10px rgba(170, 170, 170, 0.15), 5px -5px 10px rgba(248, 248, 248, 0.15);
  -moz-box-shadow: 2px 2px 10px rgba(170, 170, 170, 0.15), 5px -5px 10px rgba(248, 248, 248, 0.15);
  -ms-box-shadow: 2px 2px 10px rgba(170, 170, 170, 0.15), 5px -5px 10px rgba(248, 248, 248, 0.15);
  box-shadow: 2px 2px 10px rgba(170, 170, 170, 0.15), 5px -5px 10px rgba(248, 248, 248, 0.15);
  -webkit-transition: transform cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms, box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
  -moz-transition: transform cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms, box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
  -ms-transition: transform cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms, box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
  transition: transform cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms, box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
  border: 1px solid rgba(170, 170, 170, 0.15);
}
#planos .custom-planos-cell .planos-valor-container {
  height: 100px;
  position: relative;
  display: block;
}
#planos .custom-planos-cell .planos-valor-container .planos-valor {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #287bbf;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: row wrap;
  color: #ffffff;
  font-size: 1.6em;
}
#planos .custom-planos-cell .planos-valor-container .planos-valor p {
  margin-bottom: 0;
}
#planos .custom-planos-cell .planos-valor-container .planos-valor p:last-of-type {
  margin-top: -7.5px;
  font-size: 0.6em;
}
#planos .custom-planos-cell .planos-valor-container .planos-valor span {
  font-size: 1.4rem;
}
#planos .custom-planos-cell .planos-content {
  margin-top: 0.5em;
  color: #aaaaaa;
  overflow: hidden;
}
#planos .custom-planos-cell .planos-content ul li {
  list-style: none;
  position: relative;
  padding: 5px 25px;
  font-size: 0.8em;
}
#planos .custom-planos-cell .planos-content ul li strong {
  color: #32ba7c;
}
#planos .custom-planos-cell .planos-content ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 6.5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../../img/checked.svg");
}
#planos .custom-planos-cell .planos-content ul li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.5px;
  left: -50%;
  right: -50%;
  height: 1px;
  background-color: rgba(170, 170, 170, 0.15);
}
#planos .custom-planos-cell .planos-content .planos-content-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
  margin-top: -1em;
}
#planos .custom-planos-cell .planos-content .planos-content-button a {
  color: #ffffff;
  padding: 0.5em 1.5em;
  border-radius: 5px;
  background: -webkit-linear-gradient(to bottom, #51c635 0%, #32ba7c 75%);
  background: -moz-linear-gradient(to bottom, #51c635 0%, #32ba7c 75%);
  background: -ms-linear-gradient(to bottom, #51c635 0%, #32ba7c 75%);
  background: linear-gradient(to bottom, #51c635 0%, #32ba7c 75%);
}
#planos .custom-planos-cell .planos-content .planos-content-button a img {
  height: 20px;
}
#planos .custom-planos-cell:hover {
  -webkit-box-shadow: 10px 10px 5px rgba(170, 170, 170, 0.15);
  -moz-box-shadow: 10px 10px 5px rgba(170, 170, 170, 0.15);
  -ms-box-shadow: 10px 10px 5px rgba(170, 170, 170, 0.15);
  box-shadow: 10px 10px 5px rgba(170, 170, 170, 0.15);
}
#planos .custom-planos-cell.promo {
  -webkit-box-shadow: 0 0 0 2px #51c635, 0 0 0 4px #32ba7c, 2px 2px 10px rgba(170, 170, 170, 0.15), 5px -5px 10px rgba(248, 248, 248, 0.15);
  -moz-box-shadow: 0 0 0 2px #51c635, 0 0 0 4px #32ba7c, 2px 2px 10px rgba(170, 170, 170, 0.15), 5px -5px 10px rgba(248, 248, 248, 0.15);
  -ms-box-shadow: 0 0 0 2px #51c635, 0 0 0 4px #32ba7c, 2px 2px 10px rgba(170, 170, 170, 0.15), 5px -5px 10px rgba(248, 248, 248, 0.15);
  box-shadow: 0 0 0 2px #51c635, 0 0 0 4px #32ba7c, 2px 2px 10px rgba(170, 170, 170, 0.15), 5px -5px 10px rgba(248, 248, 248, 0.15);
  position: relative;
  z-index: 2;
}
#planos .custom-planos-cell.promo .planos-promo-ribbon {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -15px;
  left: -15px;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
#planos .custom-planos-cell.promo .planos-promo-ribbon span {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  top: 30px;
  left: -35px;
  font-size: 0.75rem;
  padding: 0.15rem 0;
  background-color: #287bbf;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#planos .custom-planos-cell.promo .planos-promo-ribbon::before {
  content: "";
  position: absolute;
  right: 52.5px;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #1d5889;
}
#planos .custom-planos-cell.promo .planos-promo-ribbon::after {
  content: "";
  position: absolute;
  bottom: 52.5px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #1d5889;
}
#planos .custom-planos-cell.promo .planos-valor-container .planos-valor p:first-of-type {
  font-size: 0.8rem;
}
#planos .custom-planos-cell.promo .planos-valor-container .planos-valor p:first-of-type span {
  font-size: 1rem;
  text-decoration: line-through;
}
#planos .custom-planos-cell.promo .planos-valor-container .planos-valor p:last-of-type {
  font-size: 1.6rem;
}
#planos .custom-planos-cell.promo:hover {
  -webkit-box-shadow: 0 0 0 2px #51c635, 0 0 0 4px #32ba7c, 14px 14px 5px rgba(170, 170, 170, 0.15);
  -moz-box-shadow: 0 0 0 2px #51c635, 0 0 0 4px #32ba7c, 14px 14px 5px rgba(170, 170, 170, 0.15);
  -ms-box-shadow: 0 0 0 2px #51c635, 0 0 0 4px #32ba7c, 14px 14px 5px rgba(170, 170, 170, 0.15);
  box-shadow: 0 0 0 2px #51c635, 0 0 0 4px #32ba7c, 14px 14px 5px rgba(170, 170, 170, 0.15);
}
#planos .planos-footer {
  margin-top: 2.5em;
  color: #aaaaaa;
  text-align: center;
  font-size: 0.9em;
}
#planos .planos-footer a {
  color: #1d5889;
}

#novos-concursos {
  background-color: rgba(170, 170, 170, 0.15);
}
#novos-concursos .novos-concursos-cell {
  padding: 0.5em;
  border-radius: 2.5px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  min-height: 80px;
  -webkit-transition: box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
  -moz-transition: box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
  -ms-transition: box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
  transition: box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
}
#novos-concursos .novos-concursos-cell a {
  margin: 0;
}
#novos-concursos .novos-concursos-cell a p, #novos-concursos .novos-concursos-cell a h6 {
  margin-bottom: 0;
}
#novos-concursos .novos-concursos-cell a h6 {
  color: #1d5889;
  font-weight: bold;
  font-size: 0.9em;
}
#novos-concursos .novos-concursos-cell a p {
  font-size: 0.85em;
  color: #aaaaaa;
}
#novos-concursos .novos-concursos-cell:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.075);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.075);
}

#mais-acessados {
  border-bottom: 2px solid rgba(170, 170, 170, 0.15);
  position: relative;
  padding-bottom: 3em;
}
#mais-acessados .custom-mais-acessados-cell {
  padding: 0.5em;
  border-radius: 5px;
  border: 1px solid rgba(170, 170, 170, 0.15);
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
  -moz-transition: box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
  -ms-transition: box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
  transition: box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
}
#mais-acessados .custom-mais-acessados-cell h6 {
  font-weight: bold;
  color: #1d5889;
}
#mais-acessados .custom-mais-acessados-cell p {
  margin-bottom: 0;
  color: #aaaaaa;
  font-size: 0.9em;
}
#mais-acessados .custom-mais-acessados-cell .mais-acessados-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 0;
  z-index: 2;
  position: relative;
}
#mais-acessados .custom-mais-acessados-cell .mais-acessados-button a {
  color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: 0.8em;
  background: -webkit-linear-gradient(to bottom, #51c635 0%, #32ba7c 75%);
  background: -moz-linear-gradient(to bottom, #51c635 0%, #32ba7c 75%);
  background: -ms-linear-gradient(to bottom, #51c635 0%, #32ba7c 75%);
  background: linear-gradient(to bottom, #51c635 0%, #32ba7c 75%);
}
#mais-acessados .custom-mais-acessados-cell .mais-acessados-button a img {
  height: 15px;
}
#mais-acessados .custom-mais-acessados-cell::after {
  content: "+";
  position: absolute;
  top: auto;
  bottom: -5px;
  right: -7.5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(170, 170, 170, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(170, 170, 170, 0.15);
  font-size: 2.5em;
}
#mais-acessados .custom-mais-acessados-cell:hover {
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.08);
}
#mais-acessados::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -11px;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: url("../../img/checked.svg");
}

#noticias-home {
  border-bottom: 2px solid rgba(170, 170, 170, 0.15);
  position: relative;
  padding-bottom: 3em;
}
#noticias-home .custom-mais-acessados-cell {
  padding: 0.5em;
  border-radius: 5px;
  border: 1px solid rgba(170, 170, 170, 0.15);
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
  -moz-transition: box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
  -ms-transition: box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
  transition: box-shadow cubic-bezier(0.25, 0.1, 0.19, 1.35) 500ms;
}
#noticias-home .custom-mais-acessados-cell h6 {
  font-weight: bold;
  color: #1d5889;
}
#noticias-home .custom-mais-acessados-cell p {
  margin-bottom: 0;
  color: #aaaaaa;
  font-size: 0.9em;
}
#noticias-home .custom-mais-acessados-cell .mais-acessados-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 0;
  z-index: 2;
  position: relative;
}
#noticias-home .custom-mais-acessados-cell .mais-acessados-button a {
  color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: 0.8em;
  background: -webkit-linear-gradient(to bottom, #51c635 0%, #32ba7c 75%);
  background: -moz-linear-gradient(to bottom, #51c635 0%, #32ba7c 75%);
  background: -ms-linear-gradient(to bottom, #51c635 0%, #32ba7c 75%);
  background: linear-gradient(to bottom, #51c635 0%, #32ba7c 75%);
}
#noticias-home .custom-mais-acessados-cell .mais-acessados-button a img {
  height: 15px;
}
#noticias-home .custom-mais-acessados-cell::after {
  content: "+";
  position: absolute;
  top: auto;
  bottom: -5px;
  right: -7.5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(170, 170, 170, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(170, 170, 170, 0.15);
  font-size: 2.5em;
}
#noticias-home .custom-mais-acessados-cell:hover {
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.08);
}
#noticias-home::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -11px;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: url("../../img/checked.svg");
}
#noticias-home .qed-card .qed-card-img {
  height: 220px;
  padding: 0.5rem;
}
#noticias-home .qed-card .qed-card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#comentarios .custom-comentarios-cell .comentario-content {
  padding: 1em;
  background-color: #32ba7c;
  border-radius: 5px;
  color: #ffffff;
  position: relative;
  text-align: right;
  margin-bottom: 1rem;
}
#comentarios .custom-comentarios-cell .comentario-content article {
  overflow: hidden;
}
#comentarios .custom-comentarios-cell .comentario-content p {
  text-align: center;
}
#comentarios .custom-comentarios-cell .comentario-content .ler-mais {
  color: #1d5889;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  transition: color ease 300ms;
}
#comentarios .custom-comentarios-cell .comentario-content .ler-mais:hover {
  color: #287bbf;
}
#comentarios .custom-comentarios-cell .comentario-content::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #32ba7c;
}
#comentarios .custom-comentarios-cell .comentario-autor {
  font-size: 0.9em;
  color: #aaaaaa;
  margin-top: 0.3em;
}

#instagram {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
#instagram .instagram-item {
  width: 20vw;
  height: 20vw;
  overflow: hidden;
}
#instagram .instagram-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#instagram .instagram-item.content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #1d5889;
  padding: 1em;
}
#instagram .instagram-item.content a {
  color: #ffffff;
}
#instagram .instagram-item.content a i {
  font-size: 3rem;
}

footer {
  background-color: #1d5889;
  color: #ffffff;
  border-top: 4px solid #32ba7c;
}
footer .grid-container {
  padding: 2rem 1rem;
}
footer p {
  margin-bottom: 0;
  font-size: 0.9em;
}
footer span {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #f8f8f8;
}
footer i {
  margin-right: 10px;
}
footer .desenvolvido-por-websix {
  padding: 0.5em 0;
  background-color: rgba(170, 170, 170, 0.15);
}
footer .desenvolvido-por-websix a {
  color: #ffffff;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .desenvolvido-por-websix a img {
  width: 1.4em;
  fill: #ffffff;
  margin-right: 10px;
}

#questoes-filter {
  border-bottom: 2px solid rgba(170, 170, 170, 0.15);
}
#questoes-filter .custom-select-wrapper {
  position: relative;
  margin-bottom: 1em;
}
#questoes-filter .custom-select {
  width: 100%;
  border: 1px solid #aaaaaa;
  border-radius: 2.5px;
  padding: 0 0.5em;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  -webkit-transition: border ease 300ms;
  -moz-transition: border ease 300ms;
  -ms-transition: border ease 300ms;
  transition: border ease 300ms;
  overflow-x: hidden;
}
#questoes-filter .custom-select .custom-select-placeholder {
  color: #aaaaaa;
  font-size: 0.9em;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  transition: color ease 300ms;
}
#questoes-filter .custom-select .custom-select-list {
  display: none;
  position: absolute;
  top: 105%;
  left: 0;
  padding: 0.5em 1em;
  padding-top: 0;
  border-radius: 2.5px;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 7.5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 7.5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 7.5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 7.5px rgba(0, 0, 0, 0.2);
  z-index: 10;
  border: 1px solid rgba(170, 170, 170, 0.15);
  max-height: 182px;
  overflow-y: auto;
  min-width: 100%;
  max-width: 400px;
}
#questoes-filter .custom-select .custom-select-list .custom-select-list-search {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 0.5em 0;
  background-color: #ffffff;
}
#questoes-filter .custom-select .custom-select-list .custom-select-list-search input[type=text] {
  margin-bottom: 0;
  width: 100%;
}
#questoes-filter .custom-select .custom-select-list p {
  margin-bottom: 0;
}
#questoes-filter .custom-select .custom-select-list p strong {
  color: #1d5889;
}
#questoes-filter .custom-select .custom-select-list p strong em {
  color: #32ba7c;
  margin: 0.75em 0;
  font-size: 1.2em;
}
#questoes-filter .custom-select .custom-select-list label {
  display: flex;
  align-items: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0.75em 0;
  overflow-x: hidden;
}
#questoes-filter .custom-select .custom-select-list label input[type=checkbox] {
  position: absolute;
  left: -999999px;
  z-index: -999999;
}
#questoes-filter .custom-select .custom-select-list label input[type=checkbox]:checked ~ .custom-checkbox > span {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: transform 200ms ease, background-color ease 200ms;
  -moz-transition: transform 200ms ease, background-color ease 200ms;
  -ms-transition: transform 200ms ease, background-color ease 200ms;
  transition: transform 200ms ease, background-color ease 200ms;
}
#questoes-filter .custom-select .custom-select-list label input[type=checkbox]:checked ~ .custom-checkbox > i {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 200ms ease 200ms;
  -moz-transition: transform 200ms ease 200ms;
  -ms-transition: transform 200ms ease 200ms;
  transition: transform 200ms ease 200ms;
}
#questoes-filter .custom-select .custom-select-list label > p {
  color: #1d5889;
  font-size: 1.1em;
  margin-bottom: 0;
  margin-left: 0.5em;
  -webkit-transition: color ease 200ms;
  -moz-transition: color ease 200ms;
  -ms-transition: color ease 200ms;
  transition: color ease 200ms;
  white-space: normal;
}
#questoes-filter .custom-select .custom-select-list label .custom-checkbox {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #1d5889;
  position: relative;
  overflow: hidden;
  border-radius: 2.5px;
  -webkit-transition: outline ease 200ms;
  -moz-transition: outline ease 200ms;
  -ms-transition: outline ease 200ms;
  transition: outline ease 200ms;
}
#questoes-filter .custom-select .custom-select-list label .custom-checkbox > span {
  width: 100%;
  height: 100%;
  background-color: #1d5889;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
#questoes-filter .custom-select .custom-select-list label .custom-checkbox > i {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  font-size: 1.15em;
}
#questoes-filter .custom-select .custom-select-list::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
}
#questoes-filter .custom-select .custom-select-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(170, 170, 170, 0.15);
  -moz-box-shadow: inset 0 0 6px rgba(170, 170, 170, 0.15);
  -ms-box-shadow: inset 0 0 6px rgba(170, 170, 170, 0.15);
  box-shadow: inset 0 0 6px rgba(170, 170, 170, 0.15);
}
#questoes-filter .custom-select .custom-select-list::-webkit-scrollbar-thumb {
  background-color: #1d5889;
  border-radius: 2.5px;
}
#questoes-filter .custom-select::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  width: 100px;
  -webkit-background: linear-gradient(to right, transparent, #ffffff);
  -moz-background: linear-gradient(to right, transparent, #ffffff);
  -ms-background: linear-gradient(to right, transparent, #ffffff);
  background: linear-gradient(to right, transparent, #ffffff);
  z-index: 1;
}
#questoes-filter .custom-select::after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(50% - 3.75px);
  top: -moz-calc(50% - 3.75px);
  top: -ms-calc(50% - 3.75px);
  top: calc(50% - 3.75px);
  bottom: 0;
  right: 7.5px;
  left: auto;
  margin: auto;
  border: 7.5px solid transparent;
  border-top: 7.5px solid #aaaaaa;
  z-index: 2;
}
#questoes-filter .custom-select .custom-select-list.is-active {
  display: block;
}
#questoes-filter .custom-select.is-active {
  border: 1px solid #1d5889;
  color: #1d5889;
}
#questoes-filter .custom-select.is-active .custom-select-placeholder {
  color: #1d5889;
}
#questoes-filter .custom-select.is-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -webkit-calc(50% - 3.75px);
  bottom: -moz-calc(50% - 3.75px);
  bottom: -ms-calc(50% - 3.75px);
  bottom: calc(50% - 3.75px);
  top: 0;
  right: 7.5px;
  left: auto;
  margin: auto;
  border: 7.5px solid transparent;
  border-bottom: 7.5px solid #1d5889;
}
#questoes-filter .custom-select.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#questoes-filter .button {
  width: 100%;
  background-color: #1d5889;
  margin-bottom: 0;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
#questoes-filter .button:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#questoes-filter .button.clear {
  background-color: transparent;
  color: #287bbf;
}
#questoes-filter .button.clear:hover {
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  -ms-box-shadow: initial;
  box-shadow: initial;
}

div.custom-order-by-cell label {
  font-size: 0.8em;
  color: #aaaaaa;
}
div.custom-order-by-cell label select {
  font-size: 1em;
  padding: 0.25em;
  height: auto;
  background-position: right center;
  border-color: #aaaaaa;
  color: #aaaaaa;
}

nav#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav#pagination .pagination {
  color: #aaaaaa;
}
nav#pagination .pagination a {
  color: #aaaaaa;
}
nav#pagination .pagination li.current {
  background-color: #287bbf;
}
nav#pagination .pagination .ellipsis::after {
  color: #aaaaaa;
}

#questoes-content .custom-questao-cell {
  border-bottom: 2px solid rgba(170, 170, 170, 0.15);
  margin-bottom: 1.5em;
}
#questoes-content .custom-questao-cell .questao-header {
  display: flex;
  align-items: center;
  background-color: rgba(170, 170, 170, 0.15);
  width: 100%;
  border-radius: 2.5px;
}
#questoes-content .custom-questao-cell .questao-header .questao-id {
  padding: 0 0.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background-color: #aaaaaa;
  color: #ffffff;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}
#questoes-content .custom-questao-cell .questao-header .questao-id a {
  color: #ffffff;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  transition: color ease 300ms;
}
#questoes-content .custom-questao-cell .questao-header .questao-id a:hover {
  color: #184b74;
}
#questoes-content .custom-questao-cell .questao-header .questao-indice {
  padding: 0.75em 0.5em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #aaaaaa;
  font-size: 0.9em;
}
#questoes-content .custom-questao-cell .questao-header .questao-indice a {
  color: #aaaaaa;
  display: flex;
  align-items: center;
  margin-left: 0.5em;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  transition: color ease 300ms;
}
#questoes-content .custom-questao-cell .questao-header .questao-indice a::after {
  content: "";
  display: block;
  margin-left: 0.5em;
  border: 5px solid transparent;
  border-left: 5px solid #aaaaaa;
}
#questoes-content .custom-questao-cell .questao-header .questao-indice a:last-of-type::after {
  display: none;
}
#questoes-content .custom-questao-cell .questao-header .questao-indice a:hover {
  color: #184b74;
}
#questoes-content .custom-questao-cell .questao-info {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.8em;
  padding: 1em 0.5em;
  border-bottom: 1px solid rgba(170, 170, 170, 0.15);
}
#questoes-content .custom-questao-cell .questao-info span {
  margin-right: 1em;
  color: #595959;
}
#questoes-content .custom-questao-cell .questao-info span a {
  color: #1d5889;
}
#questoes-content .custom-questao-cell .questao-content {
  margin: 0 0.5em;
  margin-top: 1em;
  text-align: justify;
  color: #595959;
}
#questoes-content .custom-questao-cell .questao-content ul li {
  list-style-type: upper-roman;
  margin-bottom: 1em;
}
#questoes-content .custom-questao-cell .questao-content img {
  max-width: 100%;
}
#questoes-content .custom-questao-cell .questao-content button {
  font-size: 0.8em;
  margin-bottom: 1em;
  color: #1d5889;
  cursor: pointer;
}
#questoes-content .custom-questao-cell .questao-content button i {
  pointer-events: none;
}
#questoes-content .custom-questao-cell .questao-alternatives {
  margin: 0 0.5em;
}
#questoes-content .custom-questao-cell .questao-alternatives label {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  cursor: pointer;
}
#questoes-content .custom-questao-cell .questao-alternatives label:last-of-type {
  margin-bottom: 0;
}
#questoes-content .custom-questao-cell .questao-alternatives label input[type=radio], #questoes-content .custom-questao-cell .questao-alternatives label input[type=checkbox] {
  position: absolute;
  z-index: -9999;
  left: -9999999px;
}
#questoes-content .custom-questao-cell .questao-alternatives label input[type=radio]:checked ~ div > span, #questoes-content .custom-questao-cell .questao-alternatives label input[type=checkbox]:checked ~ div > span {
  background-color: #1d5889;
  color: #ffffff;
}
#questoes-content .custom-questao-cell .questao-alternatives label input[type=radio]:checked ~ p, #questoes-content .custom-questao-cell .questao-alternatives label input[type=checkbox]:checked ~ p {
  color: #1d5889;
}
#questoes-content .custom-questao-cell .questao-alternatives label span {
  color: #1d5889;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1d5889;
  font-size: 1.3em;
  font-weight: bold;
  -webkit-transition: color ease 300ms, background-color ease 300ms;
  -moz-transition: color ease 300ms, background-color ease 300ms;
  -ms-transition: color ease 300ms, background-color ease 300ms;
  transition: color ease 300ms, background-color ease 300ms;
}
#questoes-content .custom-questao-cell .questao-alternatives label p {
  margin-bottom: 0;
  margin-left: 1em;
  font-size: 1.2em;
  color: #595959;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  transition: color ease 300ms;
}
#questoes-content .custom-questao-cell .questao-alternatives label.correct-answer input[type=radio], #questoes-content .custom-questao-cell .questao-alternatives label.correct-answer input[type=checkbox] {
  position: absolute;
  z-index: -9999;
  left: -9999999px;
}
#questoes-content .custom-questao-cell .questao-alternatives label.correct-answer input[type=radio]:checked ~ div > span, #questoes-content .custom-questao-cell .questao-alternatives label.correct-answer input[type=checkbox]:checked ~ div > span {
  background-color: #32ba7c;
  color: #ffffff;
}
#questoes-content .custom-questao-cell .questao-alternatives label.correct-answer input[type=radio]:checked ~ p, #questoes-content .custom-questao-cell .questao-alternatives label.correct-answer input[type=checkbox]:checked ~ p {
  color: #32ba7c;
}
#questoes-content .custom-questao-cell .questao-alternatives label.correct-answer span {
  background-color: #32ba7c;
  color: #ffffff;
}
#questoes-content .custom-questao-cell .questao-alternatives label.correct-answer p {
  color: #32ba7c;
}
#questoes-content .custom-questao-cell .questao-alternatives label.wrong-answer input[type=radio], #questoes-content .custom-questao-cell .questao-alternatives label.wrong-answer input[type=checkbox] {
  position: absolute;
  z-index: -9999;
  left: -9999999px;
}
#questoes-content .custom-questao-cell .questao-alternatives label.wrong-answer input[type=radio]:checked ~ div > span, #questoes-content .custom-questao-cell .questao-alternatives label.wrong-answer input[type=checkbox]:checked ~ div > span {
  background-color: #fc5858;
  color: #ffffff;
}
#questoes-content .custom-questao-cell .questao-alternatives label.wrong-answer input[type=radio]:checked ~ p, #questoes-content .custom-questao-cell .questao-alternatives label.wrong-answer input[type=checkbox]:checked ~ p {
  color: #fc5858;
}
#questoes-content .custom-questao-cell .questao-alternatives label.wrong-answer span {
  background-color: #fc5858;
  color: #ffffff;
}
#questoes-content .custom-questao-cell .questao-alternatives label.wrong-answer p {
  color: #fc5858;
}
#questoes-content .custom-questao-cell .questao-button {
  margin-top: 1em;
  display: flex;
  align-items: center;
}
#questoes-content .custom-questao-cell .questao-button .button {
  background-color: #1d5889;
  margin-bottom: 0;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
#questoes-content .custom-questao-cell .questao-button .button:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#questoes-content .custom-questao-cell .questao-button span {
  margin-left: 1em;
}
#questoes-content .custom-questao-cell .questao-button span i {
  margin-right: 0.5em;
}
#questoes-content .custom-questao-cell .questao-button span.questao-correct {
  color: #32ba7c;
}
#questoes-content .custom-questao-cell .questao-button span.questao-incorrect {
  color: #fc5858;
}
#questoes-content .custom-questao-cell .questao-menu {
  display: flex;
  align-items: center;
  margin-top: 1em;
  flex-wrap: wrap;
  border-top: 1px solid rgba(170, 170, 170, 0.15);
}
#questoes-content .custom-questao-cell .questao-menu button {
  flex: 1;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #595959;
  border-left: 3px solid #1d5889;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: background-color ease 300ms;
  -moz-transition: background-color ease 300ms;
  -ms-transition: background-color ease 300ms;
  transition: background-color ease 300ms;
}
#questoes-content .custom-questao-cell .questao-menu button i {
  margin-right: 0.5em;
  font-size: 1.25em;
  color: #1d5889;
}
#questoes-content .custom-questao-cell .questao-menu button.active {
  background-color: rgba(170, 170, 170, 0.15);
}
#questoes-content .custom-questao-cell .questao-extra {
  padding: 1em;
  border-top: 1px solid rgba(170, 170, 170, 0.15);
}
#questoes-content .custom-questao-cell .questao-extra.comments {
  padding: 1em 0;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 1em;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment .questao-comment-profile {
  text-align: center;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment .questao-comment-profile .questao-comment-profile-img {
  margin: auto;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment .questao-comment-profile .questao-comment-profile-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment .questao-comment-profile .questao-comment-profile-name {
  color: #595959;
  margin-top: 0.5em;
  font-size: 0.85em;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment .questao-comment-content {
  padding: 1em;
  margin-left: 1em;
  border-radius: 5px;
  background-color: rgba(170, 170, 170, 0.15);
  color: #595959;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment .questao-comment-content .date {
  display: block;
  color: #aaaaaa;
  font-size: 0.8em;
  margin-bottom: 1em;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment .questao-comment-content .reportar {
  color: #aaaaaa;
  font-size: 0.75em;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  transition: color ease 300ms;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment .questao-comment-content .reportar i {
  margin-right: 0.5em;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment .questao-comment-content .reportar:hover {
  color: #fc5858;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment-add {
  display: flex;
  flex-wrap: wrap;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment-add textarea {
  width: 100%;
  height: 100px;
  resize: none;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment-add .button {
  background-color: #1d5889;
  margin-bottom: 0;
  margin-left: auto;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
#questoes-content .custom-questao-cell .questao-extra.comments .questao-comment-add .button:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#questoes-content .custom-questao-cell .questao-extra.statistics {
  width: 100%;
  height: 300px;
  position: relative;
}
#questoes-content .custom-questao-cell .questao-extra.teacher {
  color: #595959;
  padding: 0;
}
#questoes-content .custom-questao-cell .questao-extra.teacher .teacher-video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 1em 0;
}
#questoes-content .custom-questao-cell .questao-extra.teacher .teacher-video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#questoes-content .custom-questao-cell .questao-extra.teacher .teacher-content {
  padding: 1em;
}
#questoes-content .custom-questao-cell .questao-extra.error {
  display: flex;
  flex-wrap: wrap;
}
#questoes-content .custom-questao-cell .questao-extra.error textarea {
  width: 100%;
  height: 100px;
  resize: none;
}
#questoes-content .custom-questao-cell .questao-extra.error .button {
  background-color: #1d5889;
  margin-bottom: 0;
  margin-left: auto;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
#questoes-content .custom-questao-cell .questao-extra.error .button:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#questoes-content .questao-simulado-submit-cell {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#questoes-content .questao-simulado-submit-cell .button {
  background-color: #32ba7c;
}

#provas-content .custom-provas-cell {
  padding: 1em;
  background-color: rgba(170, 170, 170, 0.15);
  display: flex;
  align-items: center;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
#provas-content .custom-provas-cell:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
#provas-content .custom-provas-cell:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
#provas-content .custom-provas-cell:nth-of-type(1) {
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
}
#provas-content .custom-provas-cell:last-of-type {
  border-bottom-left-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
}
#provas-content .custom-provas-cell .provas-info h6 {
  font-weight: bold;
  color: #1d5889;
}
#provas-content .custom-provas-cell .provas-info p {
  margin-bottom: 0;
  color: #595959;
  font-size: 0.85em;
}
#provas-content .custom-provas-cell .provas-buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
#provas-content .custom-provas-cell .provas-buttons .button {
  font-size: 0.85em;
  background-color: #287bbf;
  margin-bottom: 0;
  color: #f8f8f8;
}
#provas-content .custom-provas-cell .provas-buttons .button.redo {
  background-color: transparent;
  color: #595959;
  border: 1px solid #aaaaaa;
  margin-right: 0.5em;
}
#provas-content .custom-provas-cell .provas-buttons .button.simulado {
  background-color: #32ba7c;
  margin-right: 0.5em;
}
#provas-content .custom-provas-cell .provas-buttons .button.simulado.success {
  background-color: #32ba7c;
}
#provas-content .custom-provas-cell .provas-buttons .button.simulado.failed {
  background-color: #fc5858;
}
#provas-content .custom-provas-cell .provas-buttons .button.score {
  background-color: transparent;
  color: #595959;
}
#provas-content .custom-provas-cell .provas-buttons .button.score.success strong {
  color: #32ba7c;
}
#provas-content .custom-provas-cell .provas-buttons .button.score.failed strong {
  color: #fc5858;
}
#provas-content .custom-provas-cell .provas-buttons i {
  font-size: 2em;
  color: #595959;
  margin-left: 0.175em;
}
#provas-content nav#pagination {
  margin-top: 2em;
}

#iniciar-simulado {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 435px);
  padding: 2.5rem 0;
}
#iniciar-simulado .cell.custom-iniciar-simulado-cell {
  text-align: center;
}
#iniciar-simulado .cell.custom-iniciar-simulado-cell span {
  display: block;
  font-size: 1.5em;
  color: #1d5889;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#iniciar-simulado .cell.custom-iniciar-simulado-cell p {
  margin-bottom: 0;
  color: #595959;
}
#iniciar-simulado .cell.custom-iniciar-simulado-cell p:last-of-type {
  margin-bottom: 1em;
}
#iniciar-simulado .cell.custom-iniciar-simulado-cell .button {
  background-color: #1d5889;
}
#iniciar-simulado .cell.custom-iniciar-simulado-cell .clear.button {
  background-color: transparent;
  color: #1d5889;
}

#concursos-content .custom-concursos-cell {
  padding: 1em;
  background-color: rgba(170, 170, 170, 0.15);
  display: flex;
  align-items: center;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
  border-radius: 5px;
}
#concursos-content .custom-concursos-cell:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
#concursos-content .custom-concursos-cell:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
#concursos-content .custom-concursos-cell:nth-of-type(1) {
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
}
#concursos-content .custom-concursos-cell:last-of-type {
  border-bottom-left-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
}
#concursos-content .custom-concursos-cell .concursos-img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-right: 1em;
  border-radius: 5px;
}
#concursos-content .custom-concursos-cell .concursos-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#concursos-content .custom-concursos-cell .concursos-info h6 {
  font-weight: bold;
  color: #1d5889;
}
#concursos-content .custom-concursos-cell .concursos-info p {
  margin-bottom: 0;
  color: #595959;
  font-size: 0.85em;
}
#concursos-content .custom-concursos-cell .concursos-info i {
  font-size: 1.1em;
  min-width: 1.5em;
  text-align: center;
}
#concursos-content .custom-concursos-cell .concursos-info label {
  background-color: #1d5889;
  margin-bottom: 0.5rem;
}
#concursos-content .custom-concursos-cell .concursos-info a p strong {
  color: #184b74;
}
#concursos-content .custom-concursos-cell .concursos-info a p i {
  color: #184b74;
}
#concursos-content .custom-concursos-cell .concursos-buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#concursos-content .custom-concursos-cell .concursos-buttons .button {
  font-size: 0.85em;
  background-color: #184b74;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#concursos-content .custom-concursos-cell .concursos-buttons .button i {
  color: #ffffff;
  font-size: 1em;
  margin-right: 0.5em;
  margin-left: 0;
}
#concursos-content .custom-concursos-cell .concursos-buttons i {
  font-size: 2em;
  color: #595959;
  margin-left: 0.5em;
}
#concursos-content .custom-concursos-cell.aberto .concursos-info a p strong {
  color: #32ba7c;
}
#concursos-content .custom-concursos-cell.aberto .concursos-info a p i {
  color: #32ba7c;
}
#concursos-content .custom-concursos-cell.encerrado .concursos-info a p strong {
  color: #fc5858;
}
#concursos-content .custom-concursos-cell.encerrado .concursos-info a p i {
  color: #fc5858;
}
#concursos-content nav#pagination {
  margin-top: 2em;
}

#concurso-detalhes p {
  color: #595959;
}
#concurso-detalhes .concurso-detalhes-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
#concurso-detalhes .concurso-detalhes-links a.button {
  background-color: rgba(170, 170, 170, 0.15);
  color: #184b74;
  border: 0;
  border-left: 4px solid #184b74;
  margin: 0 0.5em;
  -webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.1);
  width: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: color ease 300ms, border-color ease 300ms;
  -moz-transition: color ease 300ms, border-color ease 300ms;
  -ms-transition: color ease 300ms, border-color ease 300ms;
  transition: color ease 300ms, border-color ease 300ms;
}
#concurso-detalhes .concurso-detalhes-links a.button i {
  font-size: 1.15em;
  margin-right: 0.5em;
}
#concurso-detalhes .concurso-detalhes-links a.button:active, #concurso-detalhes .concurso-detalhes-links a.button:focus, #concurso-detalhes .concurso-detalhes-links a.button:visited {
  background-color: rgba(170, 170, 170, 0.15);
}
#concurso-detalhes .concurso-detalhes-links a.button:hover {
  color: #32ba7c;
  border-color: #32ba7c;
}
#concurso-detalhes .concurso-info {
  margin-bottom: 1em;
}
#concurso-detalhes .concurso-info h6 {
  font-weight: bold;
  color: #1d5889;
}
#concurso-detalhes .concurso-info p {
  margin-bottom: 0.15em;
  color: #595959;
  font-size: 1em;
}
#concurso-detalhes .concurso-info p strong {
  color: #184b74;
}
#concurso-detalhes .concurso-info p i {
  color: #184b74;
}
#concurso-detalhes .concurso-info i {
  font-size: 1.1em;
  min-width: 1.5em;
  text-align: center;
}
#concurso-detalhes .swiper-container .swiper-slide img {
  display: block;
  margin: auto;
  max-width: 100%;
}
#concurso-detalhes .swiper-container .swiper-pagination {
  position: static;
  margin: auto;
}
#concurso-detalhes .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1d5889;
}

#login {
  width: 100%;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-linear-gradient(to bottom, #1d5889 0%, #32ba7c 100%);
  background: -moz-linear-gradient(to bottom, #1d5889 0%, #32ba7c 100%);
  background: -ms-linear-gradient(to bottom, #1d5889 0%, #32ba7c 100%);
  background: linear-gradient(to bottom, #1d5889 0%, #32ba7c 100%);
  background-repeat: no-repeat;
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#login .login-content {
  min-width: 30em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 2.5em;
  background-color: #ffffff;
  border-radius: 7.5px;
  -webkit-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.5);
}
#login .login-content h4 {
  color: #1d5889;
}
#login .login-content p {
  margin-bottom: 0;
}
#login .login-content > a {
  display: block;
  margin-bottom: 2em;
}
#login .login-content > a img {
  display: block;
  margin: auto;
  height: 200px;
}
#login .login-content .login-form label {
  font-weight: bold;
  color: #595959;
}
#login .login-content .login-form .login-form-submit {
  display: flex;
  align-items: center;
}
#login .login-content .login-form .login-form-submit .button {
  margin-left: auto;
  background-color: #1d5889;
  margin-bottom: 0;
  font-weight: bold;
}
#login .login-content .login-form .login-form-submit a {
  color: #aaaaaa;
}

#resultado-simulado .grid-container .custom-resultado-simulado-cell:nth-of-type(2) {
  border-bottom: 1px solid rgba(170, 170, 170, 0.15);
}
#resultado-simulado .grid-container .custom-resultado-simulado-cell h6 {
  font-size: 2em;
  margin-top: 0.5em;
  color: #184b74;
}
#resultado-simulado .grid-container .custom-resultado-simulado-cell h6.success {
  color: #32ba7c;
  margin-top: 0;
}
#resultado-simulado .grid-container .custom-resultado-simulado-cell h6.failed {
  color: #fc5858;
  margin-top: 0;
}
#resultado-simulado .grid-container .custom-resultado-simulado-cell p {
  color: #595959;
}
#resultado-simulado .grid-container .custom-accordion-answer {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
#resultado-simulado .grid-container .custom-accordion-answer span {
  color: #1d5889;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1d5889;
  font-size: 1.3em;
  font-weight: bold;
  -webkit-transition: color ease 300ms, background-color ease 300ms;
  -moz-transition: color ease 300ms, background-color ease 300ms;
  -ms-transition: color ease 300ms, background-color ease 300ms;
  transition: color ease 300ms, background-color ease 300ms;
}
#resultado-simulado .grid-container .custom-accordion-answer p {
  margin-bottom: 0;
  margin-left: 1em;
  font-size: 1em;
  color: #595959;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  transition: color ease 300ms;
}
#resultado-simulado .grid-container .custom-accordion-answer.success span {
  background-color: #32ba7c;
  color: #ffffff;
}
#resultado-simulado .grid-container .custom-accordion-answer.success p {
  color: #32ba7c;
}
#resultado-simulado .grid-container .custom-accordion-answer.failed span {
  background-color: #fc5858;
  color: #ffffff;
}
#resultado-simulado .grid-container .custom-accordion-answer.failed p {
  color: #fc5858;
}

#resultados-pesquisa .resultado-categorie {
  padding: 1em 1.5em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(170, 170, 170, 0.15);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 1em;
}
#resultados-pesquisa .resultado-categorie i {
  margin-right: 0.5em;
}
#resultados-pesquisa .resultado-categorie h5, #resultados-pesquisa .resultado-categorie h6 {
  color: #184b74;
  margin-bottom: 0;
}
#resultados-pesquisa .resultado-content {
  padding: 1em 1.5em;
  border-bottom: 1px solid rgba(170, 170, 170, 0.15);
  border-left: 4px solid rgba(170, 170, 170, 0.15);
  -webkit-transition: background-color ease 300ms;
  -moz-transition: background-color ease 300ms;
  -ms-transition: background-color ease 300ms;
  transition: background-color ease 300ms;
}
#resultados-pesquisa .resultado-content h5, #resultados-pesquisa .resultado-content h6 {
  color: #184b74;
  margin-bottom: 0.25em;
  font-weight: bold;
}
#resultados-pesquisa .resultado-content p {
  color: #595959;
  margin-bottom: 0;
}
#resultados-pesquisa .resultado-content:hover {
  background-color: #f8f8f8;
}

[data-custom-accordion] .custom-accordion {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  border-radius: 7.5px;
  background-color: rgba(170, 170, 170, 0.15);
  cursor: pointer;
  overflow: hidden;
  max-height: 44px;
  -webkit-transition: max-height ease 200ms;
  -moz-transition: max-height ease 200ms;
  -ms-transition: max-height ease 200ms;
  transition: max-height ease 200ms;
  color: #595959;
}
[data-custom-accordion] .custom-accordion p:last-of-type {
  margin-bottom: 0;
}
[data-custom-accordion] .custom-accordion ul {
  margin-top: 1em;
  margin-bottom: 0;
}
[data-custom-accordion] .custom-accordion ul li {
  list-style-type: upper-roman;
  margin-bottom: 0.5em;
}
[data-custom-accordion] .custom-accordion ul li:last-of-type {
  margin-bottom: 0;
}
[data-custom-accordion] .custom-accordion h5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #1d5889;
}
[data-custom-accordion] .custom-accordion h5 i {
  color: #595959;
  font-size: 1.2em;
  -webkit-transition: transform cubic-bezier(0.92, -0.51, 0.81, 1.1) 300ms;
  -moz-transition: transform cubic-bezier(0.92, -0.51, 0.81, 1.1) 300ms;
  -ms-transition: transform cubic-bezier(0.92, -0.51, 0.81, 1.1) 300ms;
  transition: transform cubic-bezier(0.92, -0.51, 0.81, 1.1) 300ms;
}
[data-custom-accordion] .custom-accordion h5 .i_after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
[data-custom-accordion] .custom-accordion h5 span:nth-of-type(1) i {
  margin-left: 0.25em;
}
[data-custom-accordion] .custom-accordion h5 span:nth-of-type(2) {
  margin-left: auto;
}
[data-custom-accordion] .custom-accordion h5.success {
  color: #32ba7c;
}
[data-custom-accordion] .custom-accordion h5.success span:nth-of-type(1) i {
  color: #32ba7c;
}
[data-custom-accordion] .custom-accordion h5.failed {
  color: #fc5858;
}
[data-custom-accordion] .custom-accordion h5.failed span:nth-of-type(1) i {
  color: #fc5858;
}
[data-custom-accordion] .custom-accordion .custom-accordion-content {
  padding: 1em 0;
  cursor: initial;
}
[data-custom-accordion] .custom-accordion.custom-accordion_after {
  -webkit-transition: max-height ease 1500ms;
  -moz-transition: max-height ease 1500ms;
  -ms-transition: max-height ease 1500ms;
  transition: max-height ease 1500ms;
  max-height: 300vh;
}

#contato label, #cadastro label, #dashboard .dashboard-content.editar-cadastro label {
  color: #1d5889;
  font-weight: bold;
}
#contato textarea, #cadastro textarea, #dashboard .dashboard-content.editar-cadastro textarea {
  resize: none;
  height: 100px;
}
#contato .contato-recaptcha, #cadastro .contato-recaptcha, #dashboard .dashboard-content.editar-cadastro .contato-recaptcha {
  display: flex;
  align-items: center;
}
#contato .contato-recaptcha .button, #cadastro .contato-recaptcha .button, #dashboard .dashboard-content.editar-cadastro .contato-recaptcha .button {
  margin-bottom: 0;
  margin-left: auto;
  background-color: #1d5889;
  font-weight: bold;
}

#conta .custom-conta-cell {
  height: 50px;
  border-radius: 5px;
  background-color: rgba(170, 170, 170, 0.15);
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
}
#conta .custom-conta-cell a {
  color: #595959;
}
#conta .custom-conta-cell a:last-of-type {
  margin-left: auto;
}
#conta .custom-conta-cell a h6 {
  margin: 0;
  font-size: 1.5em;
}
#conta .custom-conta-cell a i {
  font-size: 2em;
}

#dashboard .custom-section-header h3 {
  text-align: center;
}
#dashboard .dashboard-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dashboard .dashboard-menu .dashboard-menu-item {
  width: 33.3333%;
  padding: 1em 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(170, 170, 170, 0.15);
  border-left: 4px solid rgba(170, 170, 170, 0.15);
  -webkit-transition: background-color ease 300ms;
  -moz-transition: background-color ease 300ms;
  -ms-transition: background-color ease 300ms;
  transition: background-color ease 300ms;
}
#dashboard .dashboard-menu .dashboard-menu-item a {
  color: #595959;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dashboard .dashboard-menu .dashboard-menu-item a i {
  font-size: 1.25em;
}
#dashboard .dashboard-menu .dashboard-menu-item a span {
  margin-left: 0.5em;
}
#dashboard .dashboard-menu .dashboard-menu-item:hover {
  background-color: rgba(170, 170, 170, 0.15);
}
#dashboard .dashboard-menu .dashboard-menu-item.active {
  border-left: 4px solid #32ba7c;
}
#dashboard .dashboard-menu .dashboard-menu-item.active a {
  color: #32ba7c;
}
#dashboard .dashboard-content {
  padding: 1em 0;
  width: 100%;
}
#dashboard .dashboard-content.meus-simulados .questoes-desempenho {
  display: flex;
  align-items: center;
  justify-content: center;
}
#dashboard .dashboard-content.meus-simulados .questoes-desempenho .questoes-respondidas {
  width: 33.3333%;
  padding: 2em 1.5em;
  margin: 0.25em;
  margin-bottom: 1em;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(170, 170, 170, 0.15);
  border-radius: 5px;
  border-left: 4px solid #184b74;
}
#dashboard .dashboard-content.meus-simulados .questoes-desempenho .questoes-respondidas p {
  margin-bottom: 0;
  color: #595959;
}
#dashboard .dashboard-content.meus-simulados .questoes-desempenho .questoes-respondidas i {
  font-size: 2.25em;
  margin-right: 0.25em;
  color: #184b74;
}
#dashboard .dashboard-content.meus-simulados .questoes-desempenho .questoes-respondidas span {
  font-size: 2em;
  margin-right: 0.5em;
  color: #184b74;
  font-weight: bold;
}
#dashboard .dashboard-content.meus-simulados .questoes-desempenho .questoes-respondidas:first-of-type {
  margin-left: 0;
}
#dashboard .dashboard-content.meus-simulados .questoes-desempenho .questoes-respondidas:last-of-type {
  margin-right: 0;
}
#dashboard .dashboard-content.meus-simulados .questoes-desempenho .questoes-respondidas.corretas {
  border-color: #32ba7c;
}
#dashboard .dashboard-content.meus-simulados .questoes-desempenho .questoes-respondidas.corretas i, #dashboard .dashboard-content.meus-simulados .questoes-desempenho .questoes-respondidas.corretas span {
  color: #32ba7c;
}
#dashboard .dashboard-content.meus-simulados .questoes-desempenho .questoes-respondidas.incorretas {
  border-color: #fc5858;
}
#dashboard .dashboard-content.meus-simulados .questoes-desempenho .questoes-respondidas.incorretas i, #dashboard .dashboard-content.meus-simulados .questoes-desempenho .questoes-respondidas.incorretas span {
  color: #fc5858;
}
#dashboard .dashboard-content.meus-simulados .simulado-item {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  background-color: rgba(170, 170, 170, 0.15);
  display: flex;
  align-items: center;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
#dashboard .dashboard-content.meus-simulados .simulado-item:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
#dashboard .dashboard-content.meus-simulados .simulado-item:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
#dashboard .dashboard-content.meus-simulados .simulado-item:nth-of-type(1) {
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
}
#dashboard .dashboard-content.meus-simulados .simulado-item:last-of-type {
  border-bottom-left-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
}
#dashboard .dashboard-content.meus-simulados .simulado-item .simulado-item-info h6 {
  font-weight: bold;
  color: #1d5889;
}
#dashboard .dashboard-content.meus-simulados .simulado-item .simulado-item-info p {
  margin-bottom: 0;
  color: #595959;
  font-size: 0.85em;
}
#dashboard .dashboard-content.meus-simulados .simulado-item .simulado-item-buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#dashboard .dashboard-content.meus-simulados .simulado-item .simulado-item-buttons .button {
  font-size: 0.85em;
  background-color: #287bbf;
  margin-bottom: 0;
  color: #f8f8f8;
}
#dashboard .dashboard-content.meus-simulados .simulado-item .simulado-item-buttons .button.redo {
  background-color: transparent;
  color: #595959;
  border: 1px solid #aaaaaa;
  margin-right: 0.5em;
}
#dashboard .dashboard-content.meus-simulados .simulado-item .simulado-item-buttons .button.simulado {
  background-color: #32ba7c;
  margin-right: 0.5em;
}
#dashboard .dashboard-content.meus-simulados .simulado-item .simulado-item-buttons .button.simulado.success {
  background-color: #32ba7c;
}
#dashboard .dashboard-content.meus-simulados .simulado-item .simulado-item-buttons .button.simulado.failed {
  background-color: #fc5858;
}
#dashboard .dashboard-content.meus-simulados .simulado-item .simulado-item-buttons .button.score {
  background-color: transparent;
  color: #595959;
  cursor: initial;
}
#dashboard .dashboard-content.meus-simulados .simulado-item .simulado-item-buttons .button.score.success strong {
  color: #32ba7c;
}
#dashboard .dashboard-content.meus-simulados .simulado-item .simulado-item-buttons .button.score.failed strong {
  color: #fc5858;
}
#dashboard .dashboard-content.meus-simulados .simulado-item .simulado-item-buttons i {
  font-size: 2em;
  color: #595959;
  margin-left: 0.175em;
}
#dashboard .dashboard-content.informacoes-de-pagamento .informacoes-de-pagamento-header {
  display: flex;
  align-items: center;
}
#dashboard .dashboard-content.informacoes-de-pagamento .informacoes-de-pagamento-header h5 {
  color: #184b74;
}
#dashboard .dashboard-content.informacoes-de-pagamento .informacoes-de-pagamento-header a {
  color: #287bbf;
  margin: 0;
  margin-left: auto;
}
#dashboard .dashboard-content.informacoes-de-pagamento .historico-de-pagamento-item {
  padding: 1em 1.5em;
  border-radius: 5px;
  background-color: rgba(170, 170, 170, 0.15);
}
#dashboard .dashboard-content.informacoes-de-pagamento .historico-de-pagamento-item h6 {
  color: #184b74;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.15em;
}
#dashboard .dashboard-content.informacoes-de-pagamento .historico-de-pagamento-item p {
  color: #595959;
  margin-bottom: 0;
}
#dashboard .dashboard-content.informacoes-de-pagamento .historico-de-pagamento-item:nth-of-type(even) {
  background-color: #ffffff;
}

.fatura-botao .button {
  margin-bottom: 0;
  margin-left: auto;
  font-weight: bold;
}

.contato-recaptcha {
  display: flex;
  align-items: center;
  color: #1d5889;
  font-weight: bold;
}

.contato-recaptcha .button {
  margin-bottom: 0;
  margin-left: auto;
  background-color: #1d5889;
  font-weight: bold;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  header .grid-container {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
  header .grid-container .grid-x .cell {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  header .grid-container .grid-x .cell input[type=text] {
    width: 100%;
  }
  header .grid-container .grid-x .header-logo-cell img {
    height: 125px;
    margin: auto;
    position: static;
  }
  header .grid-container .grid-x .custom-header-button-cell {
    margin-top: 0;
    margin-bottom: 0;
  }
  #parceiros-destaque .swiper-button-prev, .swiper-button-next{
    display: none;
  }
  nav#navbar .top-bar ul li {
    display: none;
  }
  nav#navbar .top-bar ul li.menu-mobile-toggle {
    display: block;
  }
  nav#navbar .top-bar ul li.menu-mobile-toggle i {
    color: #ffffff;
    font-size: 2.5em;
    margin-bottom: 0;
    padding: 5px;
  }
  nav#navbar .top-bar ul li.menu-mobile-toggle::before, nav#navbar .top-bar ul li.menu-mobile-toggle::after {
    display: none;
  }

  #questoes-em-destaque .cell .swiper-button-prev, #questoes-em-destaque .cell .swiper-button-next {
    display: none;
  }
  .video-thumb{
    width: 100%;
  }
  .reveal{
    background: none;
  }
  #video{
    margin-top: 280px;
  }
  .close-button{
    margin-top: 228px;
  }
  .close-button span{
    font-size: 4rem;
    color: #fff;
    margin-right: 12px;
  }
  #planos {
    background-image: none;
    background: -webkit-linear-gradient(to bottom, #32ba7c 0%, #287bbf 100%);
    background: -moz-linear-gradient(to bottom, #32ba7c 0%, #287bbf 100%);
    background: -ms-linear-gradient(to bottom, #32ba7c 0%, #287bbf 100%);
    background: linear-gradient(to bottom, #32ba7c 0%, #287bbf 100%);
  }
  #planos .custom-section-header {
    color: #ffffff;
    margin-bottom: 0;
  }
  #planos .custom-planos-cell {
    margin-top: 60px;
  }
  #planos .planos-footer p {
    color: #ffffff;
  }
  #planos .planos-footer p a {
    color: #51c635;
  }

  #mais-acessados .custom-mais-acessados-cell {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  #comentarios .custom-comentarios-cell {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  #comentarios .custom-comentarios-cell:first-of-type {
    margin-top: 0;
  }

  #instagram {
    flex-wrap: wrap;
  }
  #instagram .instagram-item {
    flex: 0 0 50%;
    width: 50vw;
    height: 50vw;
  }
  #instagram .instagram-item.content {
    flex: 0 0 100%;
    order: -1;
    width: 100%;
    height: auto;
  }

  footer span {
    margin-bottom: 1em;
    margin-top: 1em;
  }
  footer .cell:first-of-type span {
    margin-top: 0;
  }

  .custom-section-header {
    margin-bottom: 1.5em;
  }

  #dashboard .dashboard-content.meus-simulados .simulado-item {
    display: block;
  }
  #dashboard .dashboard-content.meus-simulados .simulado-item .simulado-item-buttons {
    margin-top: 1em;
  }
  #dashboard .dashboard-content.meus-simulados .questoes-desempenho {
    display: block;
  }
  #dashboard .dashboard-content.meus-simulados .questoes-desempenho .questoes-respondidas {
    width: 100%;
    margin: 0.5em 0;
  }
  #dashboard .dashboard-content.informacoes-de-pagamento .informacoes-de-pagamento-header {
    display: block;
  }

  #concursos-content .custom-concursos-cell {
    display: block;
  }
  #concursos-content .custom-concursos-cell .concursos-buttons {
    margin-top: 1em;
  }

  #concurso-detalhes .swiper-container {
    margin-top: 2rem;
  }

  #login .login-content {
    min-width: 95%;
  }
}
/* Medium and up */
/* Menu only */
@media screen and (max-width: 72.5em) {
  header .grid-container .grid-x .cell {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  header .grid-container .grid-x .cell a.button, header .grid-container .grid-x .cell input[type=text] {
    width: 100%;
  }
  header .grid-container .grid-x .header-logo-cell img {
    position: static;
  }

  nav#navbar .top-bar ul li {
    padding: 0;
  }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header .grid-container .grid-x .cell {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  header .grid-container .grid-x .cell a.button, header .grid-container .grid-x .cell input[type=text] {
    width: 100%;
  }
  header .grid-container .grid-x .header-logo-cell img {
    position: static;
  }

  nav#navbar .top-bar ul li {
    display: none;
  }
  nav#navbar .top-bar ul li.menu-mobile-toggle {
    display: block;
  }
  nav#navbar .top-bar ul li.menu-mobile-toggle i {
    color: #ffffff;
    font-size: 2.5em;
    margin-bottom: 0;
    padding: 0;
  }
  nav#navbar .top-bar ul li.menu-mobile-toggle::before, nav#navbar .top-bar ul li.menu-mobile-toggle::after {
    display: none;
  }

  #questoes-em-destaque .cell .swiper-button-prev, #questoes-em-destaque .cell .swiper-button-next {
    display: none;
  }

  #planos .custom-planos-cell {
    margin-top: 60px;
  }

  #mais-acessados .custom-mais-acessados-cell {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  #mais-acessados .custom-mais-acessados-cell:first-of-type {
    margin-top: 0;
  }

  #comentarios .custom-comentarios-cell {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  #comentarios .custom-comentarios-cell:first-of-type {
    margin-top: 0;
  }

  .custom-section-header {
    margin-bottom: 1.5em;
  }

  #instagram {
    flex-wrap: wrap;
  }
  #instagram .instagram-item {
    flex: 0 0 50%;
    width: 50vw;
    height: 50vw;
  }
  #instagram .instagram-item.content {
    flex: 0 0 100%;
    order: -1;
    width: 100%;
    height: auto;
  }

  #concurso-detalhes .swiper-container {
    margin-top: 2rem;
  }
}
/* Large and up */
/* Large only */
@media screen and (min-width: 100em) {
  #timer {
    background-color: #1d5889;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 200px;
    margin-bottom: 0;
    padding: 0.5em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

.notice-details-sidebar{
    padding: 10px 20px 0 25px;
    border-radius: 3px;
    height: 100%;
    border-left: 1px solid #EAEAEA;
}
.notice-details-sidebar h4{
    color: #184b74;
    font-weight: bold;
    font-size: 1.4em;
}

.inner-notice img{
    height: 200px;
    max-height: 200px;
}

.secondary-notice h3{
  margin-top: 8px;
  font-size: 1em;
  color: #184b74;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}

#notice-block h6, .secondary-notice h6{
  color: #999;
  font-size: 13px;
  margin: 5px 0 0 0;
  font-weight: 600;
}
#notice-block h1 a, #notice-block h1{
    color: #D01F26;
    font-size: 38px;
    line-height: 1.2;
    display: block;
    font-weight: bold;
}
#notice-block h1 a:hover{
  color: #3c9e26;
}
#notice-block .subtitle{
    font-size: 1em;
    color: #777777;
    margin-top: 1em;
    font-weight: 400;
    line-height: 1.4;
}

.title-common{
    font-size: 30px;
    text-transform: uppercase;
}
.subtitle{
    color: #184b74;
    font-size: 16px;
    border-bottom: 2px solid #184b74;
    text-align: justify;
}

.custom-section-header h6 {
  text-align: justify;
  color: #999;
  font-size: 13px;
}

#imagem-filiado {
  height: 220px;
  padding: 0.5rem;
}
#imagem-filiado img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=app.css.map */
