@charset "utf-8";

/* CSS Document */
/* ==========================================================================
   Tabelas
   ========================================================================== */
.tabelas table {
  text-align: left;
  padding: 2em;
  border-collapse: collapse;
  font: 14px Helvetica;
  margin-bottom: 1em;
  border: 2px solid rgba(30, 30, 30, 0.6);
}

.tabelas table tr:nth-child(odd) {
  background: rgba(252, 252, 252, 1);
}

.tabelas table tr:nth-child(even) {
  background: rgba(200, 200, 200, 1);
}

.tabelas thead {
  border-bottom: 2px solid rgba(30, 30, 30, 0.6);
}

.tabelas th {
  text-align: center !important;
  border-right: 2px solid rgba(30, 30, 30, 0.13);
  padding: .4em;
  color: #e9e9e9;
  background: rgba(60, 60, 60, .75);
  background-image: linear-gradient(top, rgba(150, 150, 150, .45), rgba(60, 60, 60, .45));
  background-image: -webkit-linear-gradient(top, rgba(150, 150, 150, .45), rgba(60, 60, 60, .45));
}

.tabelas th:last-child {
  border-right: none;
}

.tabelas tbody tr:last-child td {
  border-bottom: none;
}

.tabelas.no-cell-padd th {
  padding: .2em .1em;
}

.tabelas.no-cell-padd td {
  padding: .2em .1em;
}

.tabelas td {
  padding: .4em 2em;
  border-right: 2px solid rgba(100, 100, 100, 0.4);
  border-bottom: 2px solid rgba(100, 100, 100, 0.4);
}

.tabelas td:last-child {
  border-right: none;
}

.tabelas.cell-spacing-2 td {
  padding: .2em;
}

.box-inline {
  margin: 1em 0 2em 1em;
  display: inline-block;
}

.yellow-box {
  display: inline;
  padding: .5em;
  margin-left: 1em;
  font-weight: bold;
  border: 5px double #FCE358;
}

/* ==========================================================================
   Hint's
   ========================================================================== */
.hint {
  background: #F2E05E;
  cursor: help;
  padding: 1px 1px;
}

.hint:hover {
  text-decoration: none;
}

.hint[data-toggle=descritor] {
  cursor: pointer;
}

.hint.aviso {
  background: #609;
  color: #fff;
}

.destaque {
  text-shadow: 1px 1px 2px rgba(201, 106, 19, 0.4);
}

.link {
  background: #006666;
  padding: .1em .2em;
  color: #fff;
}

.linkExterno {
  background-color: #006666;
  color: #FFFFFF;
  padding: 1px 2px;
  font-size: 16px;
}

.linkExterno:visited {
  background-color: #006666;
  color: #FFFFFF;
}

.linkExterno:hover {
  background-color: #006666;
  color: #FFFFFF;
}

.linkExames {
  background-color: #006666;
  color: #FFFFFF;
  padding: 1px 2px;
  font-size: 18px;
}

.linkExames:visited {
  background-color: #006666;
  color: #FFFFFF;
}

.linkExames:hover {
  background-color: #006666;
  color: #FFFFFF;
}

small a {
  text-decoration: none;
}

/* ==========================================================================
   Navegação Lateral Esquerda
   ========================================================================== */
.nav ul li ul {
  padding-left: 20px;
}

.nav ul li ul li ul {
  padding-left: 10px;
}

.recursosComplementaresInLine[data-position=sidenav] {
  padding: .5em;
}

.bs-sidebar .recursosComplementaresInLine .media a img {
  max-width: 32px;
}

/* ==========================================================================
   Offset Spacing
   ========================================================================== */
.offset0 {
  padding-left: 0;
}

.offset1 {
  padding-left: .5em;
}

.offset2 {
  padding-left: 1em;
}

.offset3 {
  padding-left: 1.5em;
}

.offset4 {
  padding-left: 2em;
}

.offset5 {
  padding-left: 3em;
}

.offset6 {
  padding-left: 4em;
}

.offset-left-right-1 {
  padding: 0 1em;
}

.offset-top0 {
  margin-top: 0;
}

.offset-top1 {
  margin-top: -.5em;
}

.offset-top2 {
  margin-top: -1em;
}

.offset-bottom0 {
  margin-top: 0;
}

.offset-bottom1 {
  margin-top: .5em;
}

.offset-bottom2 {
  margin-top: 1em;
}

/* ==========================================================================
   Table Spacing
   ========================================================================== */
.spacing1 {
  width: 10%;
}

.spacing2 {
  width: 20%;
}

.spacing3 {
  width: 30%;
}

.spacing4 {
  width: 40%;
}

.spacing5 {
  width: 50%;
}

.spacing6 {
  width: 60%;
}

.spacing7 {
  width: 70%;
}

.spacing8 {
  width: 80%;
}

.spacing9 {
  width: 90%;
}

/* ==========================================================================
   Table Responsive
   ========================================================================== */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table {
  margin-bottom: 0
}

.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
  white-space: nowrap
}

.table-responsive>.table-bordered {
  border: 0
}

.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0
}

.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0
}

.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
  border-bottom: 0
}

/* ==========================================================================
   Well's
   ========================================================================== */
.well-sm.bg-lg-blue {
  border: #2E83B3 2px dotted;
  margin-bottom: 1em;
}

.well hr {
  margin: .5em 0 .75em;
}

.well h3 {
  margin: 0;
}

/* ==========================================================================
   Listas
   ========================================================================== */
ul.spacing li {
  margin-bottom: .5em;
}

ol.alpha-lower {
  list-style-type: lower-alpha;
}

ol.alpha-upper {
  list-style-type: upper-alpha;
}

ol.roman-lower {
  list-style-type: lower-roman;
}

ol.roman-upper {
  list-style-type: upper-roman;
}

.well-sm.bg-lg-blue ul, .well-sm.bg-lg-blue ol {
  margin-left: -1em;
}

/* ==========================================================================
   Fundos e Cores
   ========================================================================== */
.bg-lg-blue {
  background: #a3cdec;
}

.bg-dark-blue {
  background: #187170 !important;
}

.bg-black {
  background: #333;
}

.color-red {
  color: #F21D1D;
}

.color-dark-blue {
  color: #8b4513;
}

.color-warn {
  color: #E2B11F;
}

/* ==========================================================================
   Imagens Responsivas
   ========================================================================== */
.img-container {
  text-align: center;
  position: relative;
  width: 100%
}

img.fluid {
  width: 100%;
}

img.f100 {
  max-width: 100px;
}

img.f200 {
  max-width: 200px;
}

img.f300 {
  max-width: 300px;
}

img.f400 {
  max-width: 400px;
}

img.f500 {
  max-width: 500px;
}

img.f600 {
  max-width: 600px;
}

img.f700 {
  max-width: 700px;
}

img.f800 {
  max-width: 800px;
}

img.f900 {
  max-width: 900px;
}

img.f1000 {
  max-width: 1000px;
}

img.f1100 {
  max-width: 1100px;
}

img.f1200 {
  max-width: 1200px;
}

#interactiveImage {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}

.modal-body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal .glyphicon-exclamation-sign {
  color: rgb(215, 118, 37);
}

/* ==========================================================================
   Imagens no Conteudo
   ========================================================================== */
small {
  display: block;
}

img.img-inner {
  float: left;
  margin-right: .4em;
  border: 2px solid #006666;
  border-radius: 10px;
  padding: 1px;
}

/* ==========================================================================
   Outros
   ========================================================================== */
h2 sup {
  margin-top: 10px;
  font-size: 14px;
  top: -15px;
  color: #006666;
}

h3 sup {
  margin-top: 10px;
  font-size: 14px;
  top: -10px;
  color: #006666;
}

.no-list {
  list-style: none;
  margin-left: -1em;
}

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

.col-md-12 hr {
  border-color: #ddd;
}

/* ==========================================================================
   Equipe
   ========================================================================== */
@media screen and (max-width: 500px) {
  .modal-body img {
    max-width: 300px;
  }
}

/* ==========================================================================
   Card's
   ========================================================================== */
.card-container {
  margin-top: 2em;
  margin-bottom: 1em;
}

.card-header {
  background: #3b5998;
  background: -webkit-linear-gradient(#1f6462 11%, #2d908d 60%, #28817e 93%);
  background: -o-linear-gradient(#1f6462 11%, #2d908d 60%, #28817e 93%);
  background: -moz-linear-gradient(#1f6462 11%, #2d908d 60%, #28817e 93%);
  background: linear-gradient(#1f6462 11%, #2d908d 60%, #28817e 93%);
  border-top-right-radius: 30px;
}

.card-header>img {
  position: relative;
  display: inline-block;
  max-height: 50px;
  padding: .2em 0 .5em .8em;
}

@media (max-width:768px) {
  .card-header>img {
    display: none;
  }
}

.card-header h4 {
  display: inline-block;
  color: #fff;
  text-shadow: 0px 0px 4px #2d908d;
  padding: .75em;
  margin: 0;
}

.card-body {
  border: 2px solid #2d908d;
  border-top: none;
  border-bottom-left-radius: 30px;
  padding: 1em 1.5em;
  transition: transform 2s;
  -webkit-transition: transform 2s;
  transform-style: preserve-3d;
}

.card-body div {
  backface-visibility: hidden;
}

.card-body .back {
  position: absolute;
  top: 1em;
  padding-left: 1em;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.flipped {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.flip {
  float: right;
  margin-top: -2em;
  margin-left: -1em;
}

/* ==========================================================================
   Modal
   ========================================================================== */
.modais {
  display: flex;
}

.modal-2 p {
  color: #333 !important;
}

.modal-2 h4, .modal-2 h5 {
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

.modal-2 h5 {
  margin-bottom: 2px;
}

.modal-2 .menu {
  box-sizing: content-box;
  position: fixed;
  padding: 1% 2.5%;
  opacity: 0;
  top: 50%;
  width: 20%;
  display: block;
  z-index: -1;
  background: #eee;
  margin-left: 5%;
  max-height: 75%;
  overflow: auto;
  -webkit-transform: scale(3) translate(-200%, 0);
  transform: scale(3) translate(-200%, 0);
  -webkit-transition: transform 1.3s ease-in-out;
  transition: transform 1.3s ease-in-out;
}

.modal-2 .menu:before {
  content: '';
  position: absolute;
  border: 1.25em solid #ccc;
  border-color: transparent #333 transparent transparent;
  top: 50%;
  margin-top: -1.25em;
  right: -1%;
}

.modal-2 .menu ul {
  padding: .15em;
}

.modal-2 .menu .submenu {
  padding-left: 1em;
  list-style: none;
}

.modal-2 section {
  box-sizing: content-box;
  border-radius: .5em;
  position: fixed;
  padding: 1% 2.5%;
  left: 30%;
  opacity: 0;
  top: 50%;
  width: 60%;
  display: block;
  box-shadow: 0 0 30px #111;
  z-index: -1;
  background: #eee;
  max-height: 90%;
  overflow: auto;
  -ms-transform: scale(2) translate(-200%, 0%);
  -webkit-transform: scale(2) translate(-200%, 0%);
  transform: scale(2) translate(-200%, 0%);
  -webkit-transition: all 1.1s ease-in-out .2s;
  transition: all 1.1s ease-in-out .2s;
}

.modal-2.one section {
  left: 50%;
}

.modal-2.two section {
  left: 50%;
  width: 80%;
  max-height: 85%;
}

.modal-2 .menu li.active>a {
  background: #09C;
}

.modal-2 .menu li.active>a {
  color: #fff;
  text-decoration: none;
}

.modal-2 .menu.visible {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-2 section.visible {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#mask {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  top: 0;
  background: #000;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

#mask2 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: -1;
  opacity: 0;
  top: 0;
  background: #000;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  border-radius: .5em;
}

.visible {
  opacity: 1 !important;
  z-index: 1001 !important;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
}

/* ==========================================================================
   Layout's
   ========================================================================== */
.head-jumbotron {
  background-color: #0088b7;
}

.head-jumbotron p {
  font-size: 32px;
}

.menufloat {
  background: rgb(159, 229, 233);
}

.menufloat a {
  font-size: 14px;
  transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
}

.nav>li>a:hover {
  background: #8b4513;
  color: #eee;
}

.nav>li>a:hover>i {
  color: #eee;
}

.menuActive {
  background-color: #8b4513;
}

h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF;
}

.unit-item {
  padding: 10px 0px 20px 0px;
}

h1, .unit-item h4 {
  font-weight: bold;
}

.unit-item .media-heading {
  margin-bottom: 8px;
}

a, a:hover, a:active, small a {
  color: #109DB6;
}

h4 a, h4 a:hover, h4 a:active {
  color: #333;
}

.linkModal, .linkModal:visited, .linkModal:hover, .linkModal:focus, .linkModal em {
  background-color: #109DB6;
  color: #fff;
}

.btn-danger {
  background-color: #8b4513;
  border-color: #8b4513;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color: #22a74e;
  border-color: #22a74e;
}

.recursosComplementaresInLine {
  border: #eee 2px dotted;
  background: #8b4513;
}

.recursosComplementaresInLine h2, .recursosComplementaresInLine small {
  color: #ffffff;
}

.recursosComplementaresInLine a {
  color: #ffffff;
}

.atencaoDotted {
  border: #04B431 2px dotted;
  background-color: #FFFFFF;
  text-align:justify;
  font-style:italic;
}


.atencaoDotted ul {
  padding-left: 1em;
}

.atencaoDotted p, .atencaoDotted li, .atencaoDotted h2 {
  color: #eee;
  text-align:justify;
  font-style:italic;
}

.citacao{
  padding-left:20%;
}

.atencaoDotted hr{
	border-color:green;
}

.azulClaro{
	background-color: #E0F2F7;
}

.azulClaro p{
	color: #000000;
}

.well-sm.bg-lg-blue {
  border: #ccc 2px dotted;
  color: #eee;
}

.well h3 {
  color: #eee;
}

.modal-body .well-sm {
  border: 2px groove rgb(159, 229, 233);
}

.bg-lg-blue i {
  color: #973333;
}

.bg-lg-blue {
  background-color: #db5c5c;
}

.bg-lg-blue p, .bg-lg-blue strong, .bg-lg-blue ul li, .bg-lg-blue ol li {
  color: #eee;
}

.bs-sidebar .nav>.active>a, .bs-sidebar .nav>.active:hover>a, .bs-sidebar .nav>.active:focus>a {
  color: #d84a4a;
  border-left: 2px solid #d84a4a;
}

.bs-sidebar .nav>li>a:hover, .bs-sidebar .nav>li>a:focus {
  color: #db5c5c;
  border-left: 1px solid #db5c5c;
}

.bg-lg-blue a {
  color: #eee;
  background-color: #A556B3;
  padding: 1px 4px;
}

.bg-lg-blue a.hint {
  background-color: #F2E05E;
  color: #109DB6;
}

.modal-body .well {
  padding: .2em 1em 0;
}

.modal-body .well h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.modal-body .collapse-group h4,
.modal-body .collapse-group h5,
.modal-body h4 {
  font-weight: 600;
}

.modal-body h4 {
  margin-top: 0;
}

.modal-title {
  color: black;
}

@media (max-width: 768px) {
  .curso {
    padding-left: 2em !important;
  }
}

/* ==========================================================================
   Videos
   ========================================================================== */
#_VIDEO_REF_ {
  text-align: center;
}

.media-body p {
  margin-bottom: 1em;
}

/* ==========================================================================
   Efeitos
   ========================================================================== */
.descritor:before {
  content: "";
  position: absolute;
  bottom: 98%;
  left: 5%;
  border: .5em solid rgb(178, 242, 253);
  z-index: 1;
  border-color: transparent transparent rgb(178, 242, 253) transparent;
}

.descritor {
  z-index: 3;
  padding: 8px;
  margin-right: auto;
  display: none;
  position: relative;
  border-radius: .6em;
  transform: translate(0, -100%);
  transition: transform .5s ease-out;
  box-shadow: 0 0 .3em;
  background: rgb(178, 242, 253);
}

@keyframes descritor {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  16.65% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }

  33.3% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }

  49.95% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }

  66.6% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  83.25% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes descritor {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  16.65% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }

  33.3% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }

  49.95% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }

  66.6% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  83.25% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Para Baixo */
.to-down {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.puzzle .bg {
  position: relative;
  text-align: center;
}

.puzzle .bg-camada {
  position: absolute;
  top: 0;
  width: 71%;
  height: 100%;
}

.puzzle img {
  position: relative;
  width: 70%;
  height: 70%;
  opacity: 1;
}

.puzzle .bg-camada .linha {
  height: 33.4%;
  /*border-bottom: 1px solid #dedede;*/
  display: flex;
}

.puzzle .bg-camada .camada {
  width: 33.3333%;
  height: 100%;
  background: #eee;
  z-index: 2;
  /*border-right: 1px solid #dedede;*/
  -webkit-transition: background 2s ease-in-out;
  transition: background 2s ease-in-out;
}

.puzzle .bg-camada .linha:last-child {
  border-bottom: none;
}

.linha .camada:nth-child(3) {
  border-right: none;
}

.info-at {
  z-index: 999;
  position: relative;
  background: #eee;
}

.info-at small {
  color: #942C2C;
}

.puzzle ul {
  list-style: none;
  padding: 1em;
}

#side1, #side2 {
  z-index: 3;
}

.puzzle #side1 {
  display: block;
  max-width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.puzzle #side2 {
  display: block;
  max-width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.puzzle #side1 a, .puzzle #side2 a {
  margin-bottom: .5em;
  display: inline-block;
  background: rgba(45, 144, 141, 0.8);
  color: #fff;
  padding: .5em .5em;
  margin-bottom: .75em;
  -webkit-transition: opacity .75s ease-in-out;
  transition: opacity .75s ease-in-out;
}

.puzzle #side1 a:hover, .puzzle #side2 a:hover,
.puzzle #side1 a:active, .puzzle #side2 a:active,
.puzzle #side1 a:focus, .puzzle #side2 a:focus {
  text-decoration: none;
  background: #8b4513;
}

#side1 a.clicked, #side2 a.clicked {
  background: #8b4513;
}

#side2 li {
  text-align: right;
}

.clicked {
  background: #FFCC66;
  cursor: not-allowed;
  color: #ffffff;
}

.correta {
  background-color: #0C6 !important;
  box-shadow: 0 0 10px #0C6;
  animation: correta 0.6s ease-in-out 2;
  cursor: not-allowed;
}

.correta_ufms {
  background-color: #0C6 !important;
  box-shadow: 0 0 10px #0C6;
  animation: correta_ufms 0.6s ease-in-out 2;
}

.errada {
  background-color: #FF2D2D !important;
  box-shadow: 0 0 10px #FF2D2D;
  animation: errada 0.6s ease-in-out 2;
}

#at-u4 .errada, #at-u4 .correta {
  color: #fff;
  cursor: pointer;
}

#at-u4 .correta {
  border-color: #0C6;
}

#at-u4 .errada {
  border-color: #FF2D2D;
}

#at-u4 input {
  cursor: pointer;
}

#at-u4 ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 10%;
  padding: 0;
  border: 1px solid #66afe9;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 8px #66afe9;
  z-index: 2;
  transition: opacity 1s ease-in-out;
}

#at-u4 ul:before {
  content: "";
  position: absolute;
  top: -16px;
  left: calc(50% - 10px);
  border: 8px solid;
  border-color: transparent transparent #66afe9 transparent;
}

#at-u4 ul li {
  border-bottom: 1px solid #cdcdcd;
  padding: .25em 2em;
  cursor: pointer;
}

#at-u4 ul li:last-child {
  border-bottom: none;
}

#at-u4 ul li:hover {
  background: #66afe9;
  color: #F9F9F9;
}

#at-u4 hr {
  margin-top: 0;
  margin-bottom: 1em;
}

#at-u4 section.row {
  margin-bottom: 1em;
}

#at-u4 i.glyphicon.glyphicon-asterisk {
  font-size: 12px;
  margin-right: 2px;
}

#at-u4 span.glyphicon.glyphicon-calendar {
  color: #4D88E4;
}

#at-u4 .tooltip-inner hr {
  margin: .25em 0;
}

#topo {
  position: fixed;
  bottom: 1%;
  right: 1%;
}

#topo i {
  font-size: 32px;
  opacity: 0;
  transition: .15s opacity ease-in;
}

@keyframes correta {
  0%, 50%, 100% {
    background-color: #0C6;
    box-shadow: 0 0 10px #0C6;
  }

  25%, 75% {
    background-color: #eee;
    box-shadow: 0 0 10px #0C6;
  }
}

@keyframes correta_ufms {
  0%, 50%, 100% {
    background-color: #0C6;
    box-shadow: 0 0 10px #0C6;
  }

  25%, 75% {
    background-color: #eee;
    box-shadow: 0 0 10px #0C6;
  }
}

@keyframes errada {
  0%, 50%, 100% {
    background-color: #FF2D2D;
    box-shadow: 0 0 10px #ff2d2d;
  }

  25%, 75% {
    background-color: #eee;
    box-shadow: 0 0 10px #ff2d2d;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  body {
    font-size: 9px;
  }
}

.alert-info {
  background-color: rgb(159, 229, 233);
}

.alert-danger {
  background-color: #22a74e;
  color: white;
}

div h5 a, div h5 a:hover {
  color: white;
}

.link-barra {
  cursor: pointer;
}

.titulo-escuro {
  color: #8b4513;
  font-weight: 300;
  vertical-align: middle;
}
.titulo-escuro-preto {
  color: black;
  font-weight: bolder;
  vertical-align: middle;
}

.citacao_artigo_lei {
  margin-left: 25%;
}

.citacao_mensagem p {
  margin-left: 60%;
  text-align: right;
}

.assinatura p {
  text-align: right;
}

.tabela_conteudo {
  width: 100%;
	table-layout: fixed;
  border-collapse: collapse;
	padding: 5%;
}

.tabela_conteudo th, tr, td {
  border: 1px solid black;
}

.tabela_conteudo th {
  text-align: center;
}

.tabela_conteudo th, td {
  vertical-align: top;
	padding: 5px;
}

.btn_ufms {
  white-space: normal;
}

.alert-dismissable {
  color: #999999;
  text-align: center;
}

.text-large {
  font-size: 18px;
}

/* Container das ABAS */
.tabs-container {
  position: relative;
  height: 260px;
  max-width: 98%;
  margin: 0 auto;
}

.tabs-container p {
  margin: 0;
  padding: 0;
}

.tabs-container:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: none;
}

/* ABAS */
input.tabs {
  display: none;
}

input.tabs+label+div {
  width: 98%;
  opacity: 0;
  position: absolute;
  background: #eee;
  top: 40px;
  left: 0;
  height: 200px;
  padding: 10px;
  z-index: -1;
  transition: opacity ease-in-out .3s;
}

input.tabs:checked+label+div {
  opacity: 1;
  z-index: 1000;
}

/* Labels */
input.tabs+label {
  line-height: 40px;
  padding: 0 20px;
  float: left;
  background: #444;
  color: #fff;
  cursor: pointer;
  transition: background ease-in-out .3s;
}

input.tabs:checked+label {
  color: #000;
  background: #eee;
}

.navbar {
  margin-bottom: 0px;
}

.btn-question2 {
  font-size: 12px;
}
