/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter/inter-v3-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/inter/inter-v3-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/inter/inter-v3-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/inter/inter-v3-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/inter/inter-v3-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/inter/inter-v3-latin-regular.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter/inter-v3-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/inter/inter-v3-latin-500.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/inter/inter-v3-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/inter/inter-v3-latin-500.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/inter/inter-v3-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/inter/inter-v3-latin-500.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter/inter-v3-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/inter/inter-v3-latin-600.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/inter/inter-v3-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/inter/inter-v3-latin-600.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/inter/inter-v3-latin-600.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/inter/inter-v3-latin-600.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter/inter-v3-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/inter/inter-v3-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/inter/inter-v3-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/inter/inter-v3-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/inter/inter-v3-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/inter/inter-v3-latin-700.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-800 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter/inter-v3-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/inter/inter-v3-latin-800.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/inter/inter-v3-latin-800.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/inter/inter-v3-latin-800.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/inter/inter-v3-latin-800.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/inter/inter-v3-latin-800.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-900 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter/inter-v3-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/inter/inter-v3-latin-900.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/inter/inter-v3-latin-900.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/inter/inter-v3-latin-900.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/inter/inter-v3-latin-900.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/inter/inter-v3-latin-900.svg#Inter") format("svg"); /* Legacy iOS */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter";
}

.empresas img {
  opacity: 0.8;
  cursor: pointer;
}

.empresas:hover img {
  opacity: 1;
}

.hideondesktop {
  display: none !important;
}

/* Módulo */
.card {
  width: 95%;
  margin: 15px auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 #666;
  box-shadow: 0 0 10px 0 #666;
}

.modulo-img {
  width: 100%;
}

.modulo-span {
  margin: 10px 20px;
}

.card-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.card-content p {
  font-size: 1em;
}

.card-content h1 {
  font-size: 1.2em;
}

.modulo-page {
  min-height: calc(100vh - 80px) !important;
}

.modulo-page h2 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  color: #000;
}

.hello {
  margin-top: 50px !important;
  margin-bottom: 20px !important;
  color: #000;
}

/* Botoes */
.circle-nav i {
  background-color: #00474e;
  color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding-top: 9px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.circle-nav i:hover {
  background: #ededed;
  color: #00474e;
}

.copyright {
  text-align: left;
  padding-top: 20px !important;
  font-size: 12pt;
}

/* Geral */

video {
  width: 100%;
  height: auto;
  margin: 10px auto;
}

.video {
  max-width: 720px;
}

.youtube {
  max-width: 720px;
  margin: 0 auto;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt-center {
  text-align: center;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #343434;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8c8c8c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b5b5b5;
}

/* Font on Video Subtitle */
video::-webkit-media-text-track-display {
  font-size: 20px !important;
}

body {
  overflow-x: hidden;
}

h1 {
  color: #00474e;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: bold;
}

h2 {
  color: #00474e;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 30px;
  font-size: 1.5em;
  line-height: 1.8;
  font-weight: bold;
}

h3 {
  color: #00474e;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 1.2em !important;
  font-weight: bold;
}

p {
  padding: 7px 20px;
  color: #000;
  font-size: 1.2em;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.check {
  list-style: url("../img/t1m3/check.png");
}

ul,
ol {
  margin: 7px 20px;
  margin-bottom: 20px;
  line-height: 1.8em;
}

ol li {
  color: #000;
  margin-left: 20px;
  font-size: 1.2em;
}

ul li {
  list-style-position: outside;
  color: #000;
  margin-left: 20px;
  font-size: 1.2em;
}

ul li ul li {
  font-size: 1em;
}

ul li p,
td ul li {
  font-size: 1em;
}

td ul li {
  font-size: 1em;
  text-align: left;
}

p:first-of-type {
  padding-top: 10px;
}

a {
  color: #068ec2;
  text-decoration: underline;
  word-break: break-all;
}

a.tooltip {
  word-break: keep-all !important;
}

a:hover {
  color: #8ec045;
  text-decoration: none;
}

span {
  position: relative;
  /*padding-left: 20px;*/
}

table {
  color: #000;
}

.txt-red {
  color: #00474e !important;
}

video.non-downloadable::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video.non-downloadable::-webkit-media-controls-panel {
  width: calc(100% + 32px);
}

[class*="col-"] {
  width: 100%;
  margin: 0 auto;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

/* --------- Estrutura Template --------- */

header {
  color: #000;
  height: 80px;
  position: relative;
  z-index: 50;
}

header .fixed {
  background-color: #fff; /* For browsers that do not support gradients */
  height: 92px; /*90px*/
}

/* Menu */

.submenu li {
  font-size: 1em;
}

header nav#menu-principal ul,
header nav#menu-acessibilidade ul {
  list-style: none;
  line-height: normal;
  margin: unset;
  padding: 17px 10px;
  z-index: 9;
}

header nav#menu-principal ul li,
header nav#menu-acessibilidade ul li {
  display: inline-block;
  width: 35px;
  height: 40px;
  font-size: 1.8em;
  text-align: center;
  cursor: pointer;
  /*padding-top: 5px;*/
  color: #00474e;
}

header nav#menu-principal ul li a,
header nav#menu-acessibilidade ul li a {
  color: #00474e;
}

header nav#menu-principal ul li a:hover,
header nav#menu-acessibilidade ul li a:hover,
header nav#menu-acessibilidade ul li i:hover {
  color: #00474e !important;
}

header #menu-acessibilidade i.icone-fonte {
  font-size: 14px;
}

header .titulo-curso {
  margin: 15px 0;
  text-align: center;
  font-size: 1.6em !important;
}

.titulo-curso {
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icone-fonte::after {
  content: "\f031";
  font: normal normal normal 1.5em/1 FontAwesome;
}

/* Menu Lateral */

.navlista {
  background: rgba(0, 0, 0, 0.4);
  height: calc(100% - 0px);
  overflow-y: auto;
  position: relative;
}

#menu-paginas {
  margin-top: 50px;
}

#menu-paginas ul {
  margin-left: 0px !important;
  margin-top: 10px;
}

#menu-paginas ul li {
  padding: 5px 0;
  margin-left: 0px !important;
}

.navlateral {
  height: calc(100% - 80px);
  width: 0;
  position: fixed;
  z-index: 12;
  top: 80px;
  right: 0;
  background-color: rgba(55, 55, 55, 0.9);
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.5s;
  display: none;
}

.navlateral ul {
  list-style: none;
}

.navlateral a {
  padding: 0px 5px 5px 15px;
  text-decoration: none;
  font-size: 0.9em;
  color: #fff;
  display: block;
}

.navlateral a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}

.navlateral a.atvmenu {
  font-weight: bold;
  color: #fff !important;
}

.navlateral a.visited-menu {
  color: #ccc;
}

.navlateral .closebtn {
  position: fixed;
  top: 95px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer;
  border: 0px;
}

.navlateral a.closebtn:hover {
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}

/* Fim, Menu Lateral */

/* Scrollspy */
.scrollspy {
  position: fixed;
  right: 20px;
  top: 150px;
  z-index: 5;
}
/* Fim, Scrollspy */

/* Menu */

header p {
  color: #666;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 41px;
  transform: translate(-50%, -50%);
}

header p:first-of-type {
  margin-top: unset;
}

section {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  box-sizing: border-box;
}

section::after {
  content: "";
  clear: both;
  display: block;
}

footer {
  background-color: #fff; /* For browsers that do not support gradients */
  text-align: center;
  height: 85px;
  padding-top: 10px;
}

footer p {
  color: #00474e;
  text-align: center;
}

footer img {
  margin: 0 10px;
}

.footer-nav {
  padding: 10px;
}

.footer-nav a {
  color: #00474e;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
}

.footer-nav a:hover {
  color: #a2bf1a;
}

.footer-nav .inativo {
  opacity: 0.5;
}

.footer-nav .inativo:hover {
  opacity: 0.5;
  color: #a2bf1a;
}

#wrapper {
  width: 100%;
  height: auto;
  position: relative;
  color: #fff;
}

/* Barra de Progresso */

#progresso {
  height: 5px;
  background: #ededed;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 50;
  padding-top: 1px;
}

#status-progresso {
  background: #a2bf1a;
  width: 0%;
  height: 3px;
  border-radius: 0 10px 10px 0;
}

#full-height {
  height: 100%;
}

.bg-ajuda {
  background: #dcdcdc;
}

/* Fim, Barra de Progresso */

.container {
  width: 70%;
  max-width: 948px;
  margin: 0 auto;
}

.container::after {
  content: "";
  clear: both;
  display: block;
}

/* --------- Fim, Estrutura Template --------- */

/* --------- CAPA --------- */

.h1capa {
  font-size: 3em;
  color: #00474e;
  letter-spacing: 6px;
  padding-top: 90px;
}

.cabecalho {
  margin: 10px auto;
}

.cabecalho a {
  color: #fff;
}

.cabecalho a:hover {
  color: #ffe37e;
}

.cabecalho h3 {
  color: #00474e;
}

#img-capa {
  max-width: 790px;
}

#sessao-capa {
  width: 100%;
  height: 80vh;
  position: relative;
  background: #ebebff;
}

#sessao-capa h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.8;
  font-weight: bold;
  margin-left: 0;
}

#rolagem {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  width: 200px;
  text-align: center;
  z-index: 2;
}

.fade-in {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@media only screen and (max-width: 1366px) {
  #img-capa {
    max-width: 600px;
  }
}

/* --------- Classes úteis --------- */

.legenda {
  font-size: 0.9em;
  color: #000;
}

.clear {
  clear: both;
}

.valign {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
} /* Alinha os elementos verticalmente */

.fit {
  width: 100%;
  height: auto;
} /* Se adequar a largura, sempre definir max-width no próprio elemento */

/*Image map*/
img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

.left {
  float: left;
  margin-right: 10px;
} /* Alinha os elementos a esquerda */

.right {
  float: right;
  margin-left: 10px;
} /* Alinha os elementos a direita */

.inline-element {
  display: inline-block !important;
  margin: unset !important;
}

.center {
  float: unset !important;
  margin: 0 auto;
  display: block !important;
} /* Alinha os elementos ao centro */

.relative {
  position: relative;
}

.fixed {
  position: fixed;
  width: 100%;
}

.bgimgfixed {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
} /* Cursor de objeto clicável */

.clickable {
  cursor: pointer;
} /* Cursor de objeto clicável */

.paddingtopbottom {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.dotsppatern {
  background: url(../img/_template/dots-pattern.png) repeat;
}

.hidden {
  display: none;
} /* Oculta o elemento */

.dflex {
  display: flex;
}

.dflexnivel {
  flex: 1;
}

.dflex2 {
  display: flex;
}

.scale {
  transition: all 0.2s ease-in-out;
}

.scale:hover {
  transform: scale(1.1);
} /* Aumenta a escala do elemento*/

/* --------- Fim, Classes úteis --------- */

/* --------- Sessoes --------- */

.intro-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-35%) translateZ(-1px) scale(1);
  -moz-transform: translateX(-50%) translateY(-35%) translateZ(-1px) scale(1);
  transform: translateX(-50%) translateY(-35%) translateZ(-1px) scale(1);
  z-index: -99;
}

/* --------- Fim, Sessoes --------- */

/* --------- Geral --------- */

#sessao-capa h1 {
  color: #00474e;
  font-weight: bold;
  padding-top: 160px;
}

.unidade {
  background: #80a8d9;
  margin: 30% auto;
  width: 280px;
}

.unidade p {
  color: #fff;
  font-weight: bold;
}

.mobile-box {
  background: #80a8d9;
  width: 280px;
  margin: 10px auto 0 auto;
}

.mobile-box p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}

.h1estilo1 {
  color: #00474e;
  text-align: center;
  font-weight: bold;
  font-size: 2.2em;
  text-transform: uppercase;
}

.h1estilo1 span {
  display: inline-block;
  position: relative;
  color: #00474e;
}

.h1estilo1 span em {
  display: inline-block;
  position: relative;
}

.h1estilo2 {
  color: #068ec2;
  text-align: left;
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
  padding-left: 10px;
  border-left: 4px solid #80a8d9;
}

.h1estilo2 span {
  display: inline-block;
  position: relative;
  letter-spacing: 2px;
}

.h1estilo1 span::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: -30px;
  background: #00474e;
  top: 40%;
  transform: translateY(-50%);
}

.h1estilo1 span::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  right: -30px;
  background: #00474e;
  top: 40%;
  transform: translateY(-50%);
}

/*Background-Images*/
.bgwhite {
  background: #fff;
}

.bg1 {
  background: rgba(205, 240, 240, 0.5);
}

.bg2 {
  background: #b8cad1;
  background-image: linear-gradient(#b8cad1, #ebebff);
}

.bg3 {
  background: #ebebff;
}

.bg4 h1,
.bg4 h2,
.bg4 h3,
.bg4 p,
.bg4 ul li,
.bg4 ol li {
  color: #fff;
}

.bg4 .box3 h1 {
  color: #00474e;
}

.bg2 .box2 p,
.bg2 .box3 p,
.bg2 .box3 h1,
.bg2 .box4 p,
.bg2 .tab-wrap p,
.bg2 .tab-wrap h1 {
  color: #000;
}

.bg4 .box2 p,
.bg4 .box3 p,
.bg4 .box4 p {
  color: #000;
}

.bg4 .box1 {
  border-color: #76b166;
}

.bg4 {
  background: #894e99;
}

.bgm2 {
  background: #006666;
}

.bgm3 {
  background: #678493;
}

.bgm4 {
  background: #00474e;
}

.bgm5 {
  background: #76b166;
}

.bgm4 p {
  color: #fff;
}

.bgm5 p {
  color: #fff;
}

.border {
  border: solid 1px #fff;
}

.bgexercicios {
  background: #ededed;
}

svg#bigTriangleShadow {
  pointer-events: none;
}

#trianglePath1 {
  fill: #ebebff;
  /* stroke: #1d2345; */
}

#trianglePath2 {
  fill: #c63b55;
  /* stroke: #c63b55; */
}

#trianglePath3 {
  fill: #894e99;
  /* stroke: #1d2345; */
}

#trianglePath4 {
  fill: #fff;
  /* stroke: #1d2345; */
}

/* --------- Parallax --------- */

.parallax {
  min-height: 350px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#parallax1 {
  background-image: url("../img/parallax/pexels-lisa-1266302.jpg");
}

#parallax2 {
  background-image: url("../img/parallax/claudio-schwarz-SNDWA9kpetU-unsplash.jpg");
}

#parallax3 {
  background-image: url("../img/parallax/bekky-bekks-e2O43SjmmAA-unsplash.jpg");
}

#parallax4 {
  background-image: url("../img/parallax/ryan-yao-MpPJ9GGT2nQ-unsplash.jpg");
}

#parallax5 {
  background-image: url("../img/parallax/henry-co--odUkx8C2gg-unsplash.jpg");
}

#parallax6 {
  background-image: url("../img/parallax/sven-brandsma-wpLaz5U5mWs-unsplash.jpg");
}

#parallax7 {
  background-image: url("../img/parallax/andrei-slobtsov-SYH8j1UivMs-unsplash.jpg");
}

#parallax8 {
  background-image: url("../img/parallax/sanibell-bv-WPZOA7mOrNM-unsplash.jpg");
}

#parallax9 {
  background-image: url("../img/parallax/pexels-akshat-prakarsh-2412448.jpg");
}

#parallax10 {
  background-image: url("../img/parallax/raul-petri-LCLOu3ON8F4-unsplash.jpg");
}

/* --------- Boxes Destaque --------- */

.box1 {
  width: 95%;
  padding: 15px;
  margin: 15px auto;
  border: 4px solid #006666;
  max-width: 900px;
}

.box2 {
  width: 95%;
  margin: 50px auto;
  max-width: 900px;
}

.box2 p.titulobox {
  text-align: center;
  background: #00474e;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff !important;
}

.box2-color {
  width: 95%;
  margin: 15px auto;
  max-width: 900px;
  background: #006666;
  color: #fff !important;
}

.box2-color p,
.box2-color ul li {
  color: #fff;
}

.box2-color p.titulobox {
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  font-size: 1.2em;
  font-weight: bold;
}

.box2-color a {
  color: #fff;
  text-decoration: underline;
  border-radius: 20px;
}

.box2-color a:hover {
  text-decoration: none;
}

.box3 {
  width: 95%;
  padding: 30px 15px 0 15px;
  margin: 15px auto;
  max-width: 900px;
  border-bottom: 5px solid #00474e;
  border-top: 5px solid #00474e;
  background: rgba(238, 238, 238, 0.9);
  min-height: 300px;
}

.box4 {
  width: 95%;
  margin: 15px auto;
  background: #f5f5f5;
  border-left: 5px solid #00474e;
  max-width: 900px;
}

.box4 .titulobox {
  color: #006666;
}

.box4 .titulobox::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 5px;
  background-color: #e5e5e5;
  left: 50%;
  margin-left: -14px;
  top: -1px;
}

.box5 {
  width: 95%;
  padding: 15px;
  margin: 45px auto;
  max-width: 900px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 1px #666;
  box-shadow: 0 0 5px 1px #666;
}

.box5 p {
  color: #000;
}

.box6-wrapper {
  width: 95%;
  padding: 15px;
  max-width: 900px;
  margin: 0 auto;
}

.box6 {
  border: 3px solid #00474e;
  padding: 15px;
  display: inline-block;
  margin: 10px auto;
  position: relative;
  width: auto;
  background: rgb(238, 238, 238);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.box6 .corners {
  position: relative;
  display: block;
  margin: 0;
  padding-bottom: 20px;
  z-index: 5;
  text-align: justify;
}

.box7 {
  border: 5px dotted #00474e;
  padding: 10px;
  margin: 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.titulobox {
  color: #00474e;
  font-size: 1.2em;
  font-weight: bold;
}

/* BOX CITAÇÃO */

.box-citacao {
  width: 100%;
  margin: 0 auto;
  padding: 38px 0 15px 0;
  position: relative;
  text-align: left;
  background: #894e99;
}

.box-citacao .container {
  width: 95%;
  max-width: 800px;
}

.box-citacao p,
.box-citacao h2,
.box-citacao h3,
.box-citacao h4,
.box-citacao h5,
.box-citacao h6,
.box-citacao a,
.box-citacao .titulobox {
  color: #f6f6f6;
}

q {
  font-style: italic;
  position: relative;
  z-index: 2;
  color: #f6f6f6;
  padding-left: 55px;
  padding-right: 25px;
  line-height: 1.8em;
  font-size: 1.2em;
}

q::before {
  content: "\f10d";
  font: normal normal normal 3em/1 FontAwesome;
  position: absolute;
  left: 0px;
  top: -22px;
  color: #46bad0;
  opacity: 0.9;
  z-index: -1;
}

q::after {
  content: "\f10e";
  font: normal normal normal 1.4em/1 FontAwesome;
  right: -35px;
  bottom: -5px;
  color: #46bad0;
  opacity: 0.9;
  z-index: -1;
}

.autor,
p.autor:first-of-type {
  text-align: center;
  padding: 0;
}

/* FIM BOX CITAÇÃO */

/* IMPORTANTE */

.box.importante {
  border-left: 4px solid #c41348;
  margin: 30px auto;
}

.box1.importante {
  border: 6px solid #c41348;
  margin: 30px auto;
}

.importante,
.saibamais,
.dica,
.vcsabia {
  padding-right: 90px;
  position: relative;
  background: #f5f5f5;
  width: 95%;
  padding-bottom: 20px;
}

.importante p,
.saibamais p,
.dica p,
.vcsabia p {
  color: #000;
}

.importante::after {
  content: "\f06a";
  font: normal normal normal 4em/1 FontAwesome;
  color: #c41348;
  font-size: 5em !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.importante .titulobox {
  color: #c41348;
}

.bt-importante {
  background: #c41348 !important;
  text-transform: uppercase;
  font-weight: bold;
  width: 150px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bt-border.bt-importante {
  box-shadow: inset 0 0 0 4px #c41348, 0 0 1px transparent;
  color: #fff !important;
}

.bt-border.bt-importante:hover {
  background: none !important;
  color: #c41348 !important;
}

/* FIM, IMPORTANTE */

/* SAIBAMAIS */

.box.saibamais {
  padding-right: 95px;
  margin: 30px auto;
}

.box1.saibamais {
  border: 6px solid #66ac2f;
  margin: 30px auto;
}

.saibamais::after {
  content: "\f055" !important;
  color: #66ac2f !important;
  font: normal normal normal 5em/1 FontAwesome !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.saibamais .titulobox {
  color: #66ac2f;
  font-weight: bold;
}
.box.saibamais {
  border-left: 4px solid #66ac2f;
}

.bt-saibamais {
  background: #66ac2f !important;
  text-transform: uppercase;
  font-weight: bold;
  width: 150px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bt-border.bt-saibamais {
  box-shadow: inset 0 0 0 4px #66ac2f, 0 0 1px transparent;
  color: #fff !important;
}

.bt-border.bt-saibamais:hover {
  background: none !important;
  color: #66ac2f !important;
}

/* FIM, SAIBA MAIS */

/* DICA */
.box.dica {
  padding-right: 70px;
  margin: 30px 0;
}

.box1.dica {
  border: 6px solid #ec8b04;
  margin: 30px auto;
}

.dica::after {
  content: "\f0eb";
  color: #ec8b04;
  font: normal normal normal 4em/1 FontAwesome;
  font-size: 5em !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.dica .titulobox {
  color: #ec8b04;
  font-weight: bold;
}

.box.dica {
  border-left: 4px solid #ec8b04;
  padding-bottom: 10px;
}

.bt-dica {
  background: #ec8b04 !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  width: 150px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bt-dica i {
  font-size: 18px;
}

.bt-dica:hover {
  color: #6b6b6b !important;
}

.bt-border.bt-dica {
  box-shadow: inset 0 0 0 4px #ec8b04, 0 0 1px transparent;
  color: #fff !important;
}

.bt-border.bt-dica:hover {
  background: none !important;
  color: #ec8b04 !important;
}

/* FIM, DICA */

/* VOCÊ SABIA */
.box.vcsabia {
  padding-right: 100px;
  margin: 30px 0;
}

.box1.vcsabia {
  border: 6px solid #39c;
  margin: 30px auto;
}

a.vcsabia {
  color: #39c;
  text-decoration: underline;
  word-break: break-all;
}

.vcsabia::after {
  content: "\f059";
  color: #39c;
  font: normal normal normal 4em/1 FontAwesome;
  font-size: 5em !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.vcsabia .titulobox {
  color: #39c;
  font-weight: bold;
}

.box.vcsabia {
  border-left: 4px solid #39c;
}

.bt-vcsabia {
  background: #39c !important;
  text-transform: uppercase;
  font-weight: bold;
  width: 150px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bt-border.bt-vcsabia {
  box-shadow: inset 0 0 0 4px #39c, 0 0 1px transparent;
  color: #fff !important;
}

.bt-border.bt-vcsabia:hover {
  background: none !important;
  color: #39c !important;
}

/* FIM, VOCÊ SABIA */

/* BOTÕES BOXES DIVERSOS */

.bt-importante i,
.bt-saibamais i,
.bt-dica i,
.bt-vcsabia i {
  display: inline;
  vertical-align: middle;
  font-size: 2em;
  padding-left: 5px;
}

.overlay .importante2 p,
.overlay .importante2 .titulobox,
.importante2 p,
.importante2 .titulobox .overlay .saibamais2 p,
.saibamais2 p,
.saibamais2 .titulobox,
.overlay .vcsabia2 p,
.overlay .vcsabia2 .titulobox,
.vcsabia2 p,
.vcsabia2 .titulobox {
  color: #00474e;
}

.titulobox {
  font-size: 1.4em;
  text-transform: uppercase;
}

.overlay .dica2 p,
.dica2 p,
.dica2 .titulobox {
  color: #000;
}

.dica2 a,
.saibamais2 a,
.importante2 a,
.vcsabia a {
  color: #339966;
}

.dica2 a:hover,
.saibamais2 a:hover,
.importante2 a:hover,
.vcsabia a:hover {
  color: #ffcc00;
}

.importante2 p:first-child,
.saibamais2 p:first-child,
.dica2 p:first-child,
.vcsabia2 p:first-child {
  font-size: 1.2em;
  font-weight: bold;
}

.importante2,
.saibamais2,
.dica2,
.vcsabia2 {
  padding-left: 70px !important;
  background: #fff !important;
  max-width: 650px !important;
}

.importante2::after,
.saibamais2::after,
.dica2::after,
.vcsabia2::after {
  content: "";
  font: normal normal normal 4em/1 FontAwesome;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.importante2::after,
.overlay .importante2 .titulobox {
  content: "\f06a";
  color: #f33;
  border-color: #f33;
}

.saibamais2::after,
.overlay .saibamais2 .titulobox {
  content: "\f055";
  color: #8c835c;
  border-color: #8c835c;
}

.dica2::after,
.overlay .dica2 .titulobox {
  content: "\f0eb";
  color: #a2bf1a;
  border-color: #a2bf1a;
}

.vcsabia2::after,
.overlay .vcsabia2 .titulobox {
  content: "\f059";
  color: #37b6c4;
  border-color: #37b6c4;
}

.importante2 i {
  background: #f33 !important;
  color: #fff !important;
}

.saibamais2 i {
  background: #8c835c !important;
  color: #fff !important;
}

.dica2 i {
  background: #a2bf1a !important;
  color: #fff !important;
}

.vcsabia2 i {
  background: #37b6c4 !important;
  color: #fff !important;
}

.importante2 i:hover,
.saibamais2 i:hover,
.dica2 i:hover,
.vcsabia2 i:hover {
  opacity: 0.5;
}

/* FIM, BOTÕES BOXES DIVERSOS */

/* BOX RECAPITULANDO */

.recapitulando {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

/* FIM, BOX RECAPITULANDO */

/* --------- Fim, Boxes Destaque --------- */

/* ---------  Recursos --------- */

/* Tabelas */

.tabela {
  overflow-x: auto;
  margin: 10px;
}

.tabela table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  max-width: 980px;
  margin: 0 auto;
}

.tabela table th {
  font-weight: bold;
  background: #00474e;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.2em;
}

.tabela table th,
.tabela table td {
  text-align: center;
  padding: 5px;
  font-size: 1.2em;
}

.tabela table tr:nth-child(even) {
  background-color: #ededed;
}

.tabela table tr:nth-child(even) td {
  border-right: 1px solid #fff;
}

.tabela table tr:nth-child(odd) {
  background-color: #fff;
}

.tabela table tr:nth-child(odd) td {
  border-right: 1px solid #ccc;
}

.tabela table tr td {
  border-right: 1px solid #ededed;
}

.tabela table {
  color: #000;
}

/* --------------- */

.tabela2 {
  overflow-x: auto;
  margin: 10px;
}

.tabela2 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid #00474e;
  background: #fff;
}

.tabela2 table th {
  font-weight: bold;
}

.tabela2 table tr:first-child {
  background: #00474e;
  color: #fff;
}

.tabela2 table tr:first-child th {
  border: none;
  padding: 20px 0;
  border-right: 1px solid #fff;
  font-size: 1.2em;
}

.tabela2 table tr:first-child tr {
  border: 1px solid #6b6b6b;
}

.tabela2 table th,
.tabela2 table td {
  text-align: center;
  padding: 10px;
  border: 1px solid #00474e;
  font-size: 1.2em;
}

.tabela2 table {
  color: #000;
}

/* --------------- */

.tabela3 {
  overflow-x: auto;
  margin: 10px;
}

.tabela3 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  max-width: 980px;
  margin: 0 auto;
}

.tabela3 table th {
  font-weight: bold;
}

.tabela3 table tr:first-child {
  background: #343434 !important;
  color: #f6f6f6;
}

.tabela3 table th,
.tabela3 table td {
  text-align: center;
  padding: 5px;
}

.tabela3 table tr:nth-child(odd) {
  background-color: #ededed;
}

/* Fim, Tabelas*/

/* Destaques sobre imagem */

#highlight-img {
  position: relative;
}

.highlight-spot {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid #006666;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  color: #006666;
  text-decoration: none;
  z-index: 2;
}

.highlight-spot:hover::after {
  content: "\f111";
  font: normal normal normal 1.5em/1 FontAwesome;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #006666;
}

.highlight-spot-visited::after {
  content: "\f00c";
  font: normal normal normal 1.5em/1 FontAwesome;
  top: 32%;
  left: 32%;
  position: relative;
}

.highlight-spot-1 {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  text-decoration: none;
  z-index: 2;
  background: #00474e;
  position: absolute;
  color: #fff;
}

.highlight-spot-1:hover {
  background: #f49739;
  -webkit-box-shadow: 0px 0px 0px 5px #f49739;
  -moz-box-shadow: 0px 0px 0px 5px #f49739;
  box-shadow: 0px 0px 0px 5px #f49739;
  color: #fff;
}

.highlight-spot-1-visited {
  background: #089c40;
}

.highlight-spot-2 {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #006666;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  color: #006666;
  text-decoration: none;
  z-index: 2;
}

.highlight-spot-2:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #006666;
}

.highlight-spot-2-visited {
  background: #006666;
  border: 2px solid #fff /*#00531f*/;
}

.highlight-spot-2-visited::after {
  color: #fff;
}

.highlight-spot-2-visited:hover::after {
  color: #00474e;
}

#grafico-spot {
  top: 38%;
  right: 13%;
}

#grafico-spot::after {
  content: "\f080";
  font: normal normal normal 1.5em/1 FontAwesome;
  position: relative;
  top: 30%;
  left: 30%;
}

#item-spot {
  top: 45%;
  left: 15%;
}

#arquivo-spot {
  top: 65%;
  right: 5%;
}

#arquivo-spot::after {
  content: "\f0f6";
  font: normal normal normal 1.5em/1 FontAwesome;
  position: relative;
  top: 31%;
  left: 35%;
}

.layer {
  position: absolute;
  background: #666;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto;
  z-index: 11;
}

.layer p,
.layer h1,
.layer h2,
.layer h3,
.layer h4,
.layer h5,
.layer h6,
.layer ul {
  color: #fff;
}

.closelayer {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.4em;
  cursor: pointer;
}

.closelayer:hover {
  color: #a1a1a1;
}

/* Fim, destaques sobre imagem */

/* Gráfico animado */

.grafico {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 auto;
}

#grafico-exemplo {
  max-width: 350px;
  max-height: 300px;
  height: 50%;
  width: 70%;
  position: relative;
}

.barra-grafico {
  width: 20%;
  background: #fff;
  position: absolute;
  bottom: 0;
  max-width: 40px;
  -webkit-animation: carregabarra 6s ease forwards; /* Safari 4.0 - 8.0 */
  animation: carregabarra 6s ease forwards;
}

#barra-grafico-1 {
  left: 5%;
  max-height: 25%;
}

#barra-grafico-2 {
  left: 23%;
  max-height: 50%;
}

#barra-grafico-3 {
  left: 41%;
  max-height: 35%;
}

#barra-grafico-4 {
  left: 59%;
  max-height: 60%;
}

#barra-grafico-5 {
  left: 77%;
  max-height: 75%;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes carregabarra {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

/* Standard syntax */
@keyframes carregabarra {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

/* Fim, Gráfico animado */

/* Accordion */

.accordion {
  font-size: 1.3rem;
  /*width: 30vw;*/
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #00474e;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer !important;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}

.accordion-header:hover {
  background: #006666;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #f6f6f6;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: 0.8em !important;
}

.accordion__item > .accordion-header:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: 0.3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #006666;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #00474e;
}

@media screen and (max-width: 1000px) {
  body {
    padding: 0em;
  }

  .accordion {
    width: 100%;
  }
}

/* Fim, Accordion */

/* Linhas do Tempo */

/* Timeline Horizontal */

#timeline {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  position: relative;
}

#timeline ol {
  list-style: none;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
}

#timeline ol li {
  display: inline-block;
  width: 16%;
  cursor: pointer;
  border-radius: 50%;
}

#timeline ol li:last-child::before {
  display: none;
}

#timeline ol li:nth-child(n + 2) {
  margin-left: 2%;
}

.timeline-circle {
  position: relative;
  display: block;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.timeline-circle::before {
  display: block;
  padding-bottom: 10%;
  width: 100%;
  height: 0;
  background-color: #006666;
  content: "";
  position: absolute;
  top: 50%;
  left: 85%;
  z-index: 0;
}

.timeline-circle::after {
  display: block;
  padding-bottom: 90%;
  width: 90%;
  height: 0;
  border-radius: 50%;
  background-color: #00474e;
  content: "";
  z-index: 2;
  position: relative;
  cursor: pointer;
}

#timeline .timeline-circle:hover::after,
#timeline .visited:hover::after {
  -webkit-box-shadow: 0px 0px 0px 6px #006666;
  -moz-box-shadow: 0px 0px 0px 6px #006666;
  box-shadow: 0px 0px 0px 6px #006666;
}

#timeline .visited::after {
  background: #7c7c7c;
}

.ativo::after {
  background-color: #006666 !important;
}

.ativo:hover::after {
  -webkit-box-shadow: 0px 0px 0px 6px rgba(25, 119, 163, 1) !important;
  -moz-box-shadow: 0px 0px 0px 6px rgba(25, 119, 163, 1) !important;
  box-shadow: 0px 0px 0px 6px rgba(25, 119, 163, 1) !important;
}

.texto-timeline {
  width: 90%;
  max-width: 980px;
  clear: both;
  background: #ddd;
  color: #7c7c7c;
  text-align: left;
  margin: 10px auto;
  display: none;
  border-top: 5px solid #006666;
}

/* Fim, Timeline Horizontal */

/* Timeline Horizontal 2 */
.data p {
  font-size: 1em;
}

#timelinehorizontal {
  overflow-x: auto;
  overflow-y: hidden;
  width: 98%;
  max-width: 980px;
  margin: 10px auto;
}

#timelineh2 {
  margin: 0 auto;
  float: none;
  width: 950px;
  height: 70px;
  position: relative;
}

#timelineh2 .data {
  color: #ededed;
  margin-top: 15px;
  text-align: center;
  top: 0;
  cursor: pointer;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  position: absolute;
  width: auto;
}

#timelineh2 #data_1 {
  left: 0;
}
#timelineh2 #data_2 {
  left: 50px;
}
#timelineh2 #data_3 {
  left: 100px;
}
#timelineh2 #data_4 {
  left: 150px;
}
#timelineh2 #data_5 {
  left: 200px;
}
#timelineh2 #data_6 {
  left: 250px;
}
#timelineh2 #data_7 {
  left: 300px;
}
#timelineh2 #data_8 {
  left: 350px;
}
#timelineh2 #data_9 {
  left: 400px;
}
#timelineh2 #data_10 {
  left: 450px;
}
#timelineh2 #data_11 {
  left: 500px;
}
#timelineh2 #data_12 {
  left: 550px;
}
#timelineh2 #data_13 {
  left: 600px;
}
#timelineh2 #data_14 {
  left: 650px;
}
#timelineh2 #data_15 {
  left: 700px;
}
#timelineh2 #data_16 {
  left: 750px;
}
#timelineh2 #data_17 {
  left: 800px;
}
#timelineh2 #data_18 {
  left: 850px;
}

#timelineh2 .data p {
  line-height: normal;
  margin: 0;
}

#timelineh2 .bullet {
  border-radius: 50%;
  margin-right: 5px;
  width: 5px;
  height: 5px;
  background: #fff;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 0px 4px #00474e;
  -moz-box-shadow: 0px 0px 0px 4px #00474e;
  box-shadow: 0px 0px 0px 4px #00474e;
}

#texto-timeline2 {
  width: 100%;
  clear: both;
  background: #ddd;
  padding: 0 10px 5px 10px;
  box-sizing: border-box;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

#timelineh2 .data.current {
  top: -5px;
}

#timelineh2 .data.current .bullet {
  -webkit-box-shadow: 0px 0px 0px 6px #006666;
  -moz-box-shadow: 0px 0px 0px 6px #006666;
  box-shadow: 0px 0px 0px 6px #006666;
}

#timelineh2 .data.current p {
  font-weight: bold;
  cursor: pointer;
  font-size: 1.1em;
}

/* Fim, Timeline Horizontal 2 */

/* Timeline Vertical */

#timelinevertical .periodos {
  padding: 0 0 50px 0;
  width: 90%;
  margin: 0 auto;
  min-width: 300px;
}

#timelinevertical .periodos .data {
  list-style-type: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}

#timelinevertical .periodos .data::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1%;
  height: 100%;
  background: #00474e;
  left: 50%;
}

#timelinevertical .periodos .data::after {
  content: "";
  position: absolute;
  left: 50.5%;
  bottom: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50.5%;
  background: #00474e;
}

#timelinevertical .periodos .data div.data_cont {
  position: relative;
  bottom: 0;
  width: 44%;
  padding: 0 0 15px 0;
  background: #ddd;
}

#timelinevertical .periodos .data div.data_cont p {
  text-align: left;
  padding: 0 10px;
}
#timelinevertical .periodos .data div.data_cont::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

#timelinevertical .periodos .data:nth-child(even) div.data_cont {
  left: 56%;
}

#timelinevertical .periodos .data:nth-child(even) div.data_cont::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #ddd transparent transparent;
}

#timelinevertical .periodos .data:nth-child(odd) div.data_cont {
  left: 0;
}

#timelinevertical .periodos .data:nth-child(odd) div.data_cont::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ddd;
}

#timelinevertical .periodos .data div.data_cont h4 {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  background: #00474e;
  color: #fff;
  padding: 2% 0 2% 10px;
  margin-left: 0;
}

/*BOOTSTRAP*/

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.row-align {
  display: flex;
  flex-wrap: wrap;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.align-middle {
  vertical-align: middle !important;
}

.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

#left {
  text-align: left !important;
}

/* EFFECTS
        –––––––––––––––––––––––––––––––––––––––––––––––––– */

#timelinevertical .periodos .data::after {
  transition: background 0.5s ease-in-out;
}

#timelinevertical .periodos .data.in-view::after {
  background: #006666;
}

#timelinevertical .periodos .data div.data_cont {
  /*visibility: hidden;
          opacity: 0;*/
  transition: all 0.5s ease-in-out;
}

/*#timelinevertical .periodos .data:nth-child(odd) div {
          transform: translate3d(200px, 0, 0);
        }

        #timelinevertical .periodos .data:nth-child(even) div {
          transform: translate3d(-200px, 0, 0);
        }*/

#timelinevertical .periodos .data.in-view div.data_cont {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* GENERAL MEDIA QUERIES
        –––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 600px) {
  #timelinevertical .periodos .data {
    margin-left: 20px;
  }
  #timelinevertical .periodos .data div.data_cont {
    width: 90%;
  }
  #timelinevertical .periodos .data:nth-child(odd) div.data_cont,
  #timelinevertical .periodos .data:nth-child(even) div.data_cont {
    left: 8%;
  }
  #timelinevertical .periodos .data:nth-child(odd) div.data_cont::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #eaeaea transparent transparent;
  }

  #timelinevertical .periodos .data::before {
    left: 0;
  }

  #timelinevertical .periodos .data::after {
    left: 0.5%;
  }
}

/* Fim, Timeline Vertical */

/* Fim, Linhas do Tempo */

/* Tooltip */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #00474e;
  text-decoration: none;
  line-height: 1.2em;
  cursor: pointer;
}

.tooltip:hover {
  border-bottom: 1px dotted #894e99;
  color: #8ec045;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background: rgba(0, 51, 51, 0.9);
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  /* Posição do text tooltip */
  position: absolute;
  z-index: 99;
  margin-left: -60px;
  /* Fade tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 1em;
}

/* Tooltip seta */
.tooltip .tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 51, 51, 0.9) transparent transparent transparent;
}

.tooltip-top {
  bottom: 125%;
  left: 50%;
}

.tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}

.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 51, 51, 0.9) transparent;
}

/* Exibir o tooltip text ao mouseover */
.tooltip:hover .tooltiptext,
.tooltip:hover .tooltiptext-wider {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltiptext-wider {
  visibility: hidden;
  width: 250px;
  background: rgba(0, 51, 51, 0.9);
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  /* Posição do text tooltip */
  position: absolute;
  z-index: 12;
  margin-left: -105px;
  /* Fade tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 1em;
}

.tooltiptext-wider.tooltip-top,
.tooltiptext-wider.tooltip-bottom {
  left: 10%;
}

/* Fim, Tooltip */

/* Tooglebox 2 */

.contReveal {
  display: none;
  border: solid 1px #6b6b6b;
  position: relative;
  width: 90%;
  margin: 10px auto;
}

.closecontReveal {
  background: #00474e;
  padding: 10px 15px;
  color: #fff;
  width: 100%;
  cursor: pointer;
  z-index: 2;
  text-align: right;
  margin-bottom: 20px;
}

.closecontReveal:hover {
  background: #006666;
}

/* Fim, Tooglebox 2 */

/* Slideshow */
.swiper-container {
  max-width: 750px;
  min-height: 300px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 6px 0 #666;
  box-shadow: 2px 2px 6px 0 #666;
}

.swiper-slide .row {
  width: 93%;
  margin: 20px auto;
}

.swiper-slide .row-align {
  width: 90%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}

.swiper-container:hover {
  cursor: pointer;
  animation-name: shadow;
  animation-duration: 0.5s;
  -webkit-box-shadow: 2px 2px 24px 0 #666;
  box-shadow: 2px 2px 24px 0 #666;
}

@keyframes shadow {
  from {
    -webkit-box-shadow: 2px 2px 6px 0 #666;
    box-shadow: 2px 2px 6px 0 #666;
  }
  to {
    -webkit-box-shadow: 2px 2px 24px 0 #666;
    box-shadow: 2px 2px 24px 0 #666;
  }
}
@media screen and (max-width: 320px) {
  .swiper-slide {
    padding: 35px;
  }
}

/* Fim, Slideshow */

.zoomimg {
  cursor: url(../img/_template/cursor-ampliar.png), auto;
}

/* --------- Fim, Recursos --------- */

#imagembg {
  background-image: url(../img/00-bg-sessao.jpg);
  background-position: center;
  height: auto;
}

#imagembg p {
  color: #fff;
}

/* Creditos */
.creditos {
  overflow-y: auto;
  height: 500px;
  margin-top: 50px;
}

/* Botões */

button.bt-sweep,
button.bt-border {
  border: none;
}

button.bt-sweep:focus,
button.bt-border:focus {
  outline: none;
}
.bg4 .bt-sweep {
  color: #00474e;
  background: #fff;
}

.bg4 .bt-sweep {
  color: #00474e;
  background: #fff;
}

.bg4 .bt-sweep::before {
  background: #ededed;
}

.bt-sweep {
  cursor: pointer;
  display: block;
  color: #fff;
  position: relative;
  margin: 10px auto;
  padding: 1em;
  background: #00474e;
  z-index: 0;
  border: none;
  transition: color 0.4s ease;
  font-size: 1em;
  width: 80%;
  max-width: 250px;
}

.bt-sweep::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #006666;
  color: #00474e !important;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.2s ease-out;
}

.bt-sweep:hover:before {
  transform: scaleX(1);
}

.bt-border {
  display: block;
  font-size: 1.4em;
  margin: 10px auto;
  padding: 10px;
  box-shadow: 0 0 1px transparent;
  transition: background 0.6s;
  -webkit-transition: background 0.6s;
  box-shadow: inset 0 0 0 4px #00474e, 0 0 1px transparent;
  background: #fff;
  cursor: pointer;
  color: #00474e;
  height: 100px;
}

.bt-border:hover {
  background: #006666;
  color: #fff;
}

#mosaico {
  background-color: #006666;
  margin: 20px auto;
}

#mosaico img {
  padding: 10px;
}

.disable-alt {
  cursor: default;
  pointer-events: none;
}

/* Overlay */

#fulloverlay,
#ultimoAcesso,
#navegacaoLinear,
#aviso360 {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #242424;
  z-index: 1001;
}

#fulloverlay-content {
  width: 90%;
  max-width: 440px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.31);
  padding: 5px 15px 20px 15px;
}

#fulloverlay-content .bt-sweep,
#fulloverlay-content .bt-border {
  margin: 5px;
  width: 190px;
  float: left;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1001;
}

.overlay-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-content {
  width: 90%;
  max-width: 800px;
  max-height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.31);
  padding: 5px 25px 20px 15px;
  overflow-y: auto;
  overflow-x: hidden;
}

.overlay-content .bt-sweep,
.overlay-content .bt-border {
  margin: 0 5px;
  width: 190px;
}

.overlay-content-img {
  padding-bottom: 0;
  max-width: 1366px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.overlay-content .closeoverlay,
.overlay-content-img .closeoverlay {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 1.5em;
  background: #00474e;
  color: #fff;
  padding: 2px 5px 5px 5px;
  z-index: 1;
}

.overlay-content-img .closeoverlay {
  background: #242424;
}

.overlay-content .closeoverlay:hover,
.overlay-content-img .closeoverlay:hover {
  background: #006666;
}

/* Fim, Overlay */

/* --------- EXERCÍCIOS --------- */

.border-right {
  border-right: 1px solid #6b6b6b;
}
#exercicios-wrapper {
  position: absolute;
  top: 47%;
  transform: translate(0, -47%);
  -ms-transform: translate(0, -47%);
  -webkit-transform: translate(0, -47%);
  -moz-transform: translate(0, -47%);
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.95);
}

ol.exercicios {
  list-style: lower-alpha;
  list-style-position: outside;
  margin: 10px 10px 10px 25px;
  line-height: 1.5em;
}

ol.exercicios li input {
  margin-left: 6px;
}

ol.exercicios li {
  color: #000;
  font-size: 0.9em;
}

.alt {
  background: #fff;
  color: #000;
  display: block;
  padding: 15px;
  cursor: pointer;
  margin-bottom: 12px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #00474e;
  font-size: 1.2em;
}

.alt-square {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #00474e;
  display: inline-block;
}

.alt-square input {
  margin: 30px;
}

.alt:hover,
.alt-square:hover {
  background: #00474e;
  color: #fff;
}

.alt input {
  margin-right: 15px;
}

.exercicio table td {
  text-align: left;
}

.resposta-exercicio {
  background: #302d2d;
  padding: 0 20px 10px 20px;
  position: relative;
}

.resposta-exercicio p {
  color: #fff;
}

.errado,
.certo,
.atencao {
  padding-left: 70px;
  position: relative;
  display: none;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  width: 92%;
  left: 10%;
}

.errado::after,
.certo::after,
.atencao::after {
  content: "";
  color: #fff;
  position: absolute;
  font: normal normal normal 4em/1 FontAwesome;
  width: 56px;
  height: 56px;
  background: url(../img/_template/emoji_triste.png) no-repeat center;
  background-size: contain;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.certo::after {
  background: url(../img/_template/emoji_feliz.png) no-repeat center;
  background-size: contain;
}

.certo {
  background: #66ac2f;
}

.errado {
  background: #c41348;
}

.atencao {
  background: #302d2d;
}

.atencao::after {
  content: "\f06a";
  background: none;
}

.errado p:first-child,
.certo p:first-child,
.atencao p:first-child {
  font-weight: bold;
  font-size: 1.4em;
}

.red {
  background: #c41348;
}

.green {
  background: #66ac2f;
}

input[type="text"] {
  /* Input Text (Preencher verdadeiro ou falso) */
  border: 1px solid rgba(135, 135, 135, 0.8);
  background: white;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 5px;
  vertical-align: middle;
}

select {
  border: 1px solid rgba(135, 135, 135, 0.8);
}

option,
select {
  color: #6b6b6b;
  padding: 10px;
}

input {
  border: none;
}

input:focus {
  outline: none;
}

ol#trueorfalse {
  margin: 30px 10px 10px 25px;
  line-height: 2em;
}

.trueorfalse {
  float: left;
  width: 80px;
  text-align: center;
}

.trueorfalse input[type="radio"] {
  height: 18px;
  width: 18px;
}

.trueorfalse p {
  padding: 0;
  font-weight: bold;
}

.trueorfalse ol,
.trueorfalse ul {
  list-style: none;
  margin-left: 0;
}
#trueorfalse .col-3:first-child {
  margin-top: -10px;
}

.col-3 .trueorfalse:nth-child(2) {
  width: 42px;
}

.container_check {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 25px;
}

/* Oculta o checkbox padrão do navegador */
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Cria o checkbox custumizado */
.checkmark {
  position: absolute;
  top: 0;
  left: 50%;
  height: 25px;
  width: 25px;
  background-color: #f6f6f6;
  transform: translateX(-50%);
  border: 1px solid #6b6b6b;
}

/* Mouse-over, adiciona o background cinza 
.container_check:hover input ~ .checkmark {
    background-color: #dedfe0;
}*/

/* Quando o checkbox está marcado, adiciona o fundo azul 
.container_check input:checked ~ .checkmark {
    background-color: #00474E;
}*/

/* Cria o marcador/indicador (oculto quando não ticado) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Exibe o checkmark quando ticado */
.container_check input:checked ~ .checkmark:after {
  display: block;
}

/* Estilo do marcador/indicador */
.container_check .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #6b6b6b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Radio button Circular */

.roundeds {
  list-style: none;
  text-align: center;
}

.roundeds:after {
  content: "";
  clear: both;
}

.button-rounded {
  box-sizing: border-box;
  display: inline-block;
  height: 120px;
  position: relative;
  width: 120px;
  border-radius: 100%;
}

.button-rounded label {
  background: #fff no-repeat center center;
  bottom: 1px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  border-radius: 50%;
  border: 1px solid #006666;
}

.button-rounded label span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.roundeds input {
  display: none;
}

.button-rounded + .button-rounded {
  margin-left: 25px;
}

.roundeds input:focus + label,
.roundeds input:checked + label {
  border: 3px solid #00474e;
}

@-moz-document url-prefix() {
  .roundeds input:checked + label:after {
    bottom: 0;
    right: 0;
    background-color: #00474e;
  }
}

.overlay .atencao2 {
  padding: 0 20px 10px 70px;
}

.overlay .certo2 p,
.overlay .errado1 p,
.overlay .errado2 p,
.overlay .certo2 .titulobox,
.overlay .errado1 .titulobox,
.overlay .errado2 .titulobox,
.atencao2 p,
.certo2 p,
.errado1 p,
.errado2 p,
.certo2 .titulobox,
.errado1 .titulobox,
.errado2 .titulobox,
.atencao2 .titulobox {
  color: #fff;
}

.atencao2 p:first-child,
.certo2 p:first-child,
.errado1 p:first-child,
.errado2 p:first-child {
  font-size: 1.2em;
  font-weight: bold;
}

.errado1,
.errado2,
.certo2,
.atencao2 {
  padding-left: 70px;
  width: 100%;
  position: relative;
  max-width: 600px;
}

.errado1::after,
.errado2::after,
.certo2::after,
.atencao2::after {
  content: "";
  font: normal normal normal 4em/1 FontAwesome;
  color: #fff;
  position: absolute;
  width: 56px;
  height: 56px;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.errado1::after {
  background: url(../img/_template/emoji_triste.png) no-repeat center;
  background-size: contain;
}

.errado1 {
  background: #c41348;
}

.errado2::after {
  background: url(../img/_template/emoji_triste.png) no-repeat center;
  background-size: contain;
}

.errado2 {
  background: #c41348;
}

.certo2::after {
  background: url(../img/_template/emoji_feliz.png) no-repeat center;
  background-size: contain;
}

.certo2 {
  background: #66ac2f;
}

.atencao2 {
  background: #302d2d;
}

.atencao2::after {
  content: "\f06a";
}

.atencao2 i {
  background: #fff !important;
  color: #302d2d !important;
}

.errado1 i,
.certo2 i {
  background: #fff !important;
}

.errado1 i {
  color: #c41348 !important;
}

.errado2 i,
.certo2 i {
  background: #fff !important;
}

.errado2 i {
  color: #c41348 !important;
}

.certo2 i {
  color: #66ac2f !important;
}

.resp {
  position: relative;
}

.resp::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #9f9e9e;
  left: 50%;
  top: -13px;
  border-radius: 100%;
  transform: translatex(-50%);
  padding-top: 5px;
  box-sizing: border-box;
  text-align: center;
}

.respcerto.resp::after {
  background: #3fb890;
}

.resperrado.resp::after {
  background: #d94242;
}

.respcerto::after {
  content: "\f00c";
  font: normal normal normal 1.2em/1 FontAwesome;
  color: #fff;
}

.resperrado::after {
  content: "\f00d";
  font: normal normal normal 1.2em/1 FontAwesome;
  color: #fff;
}

label.resp.respcerto,
.circ_certo {
  border-color: #66ac2f !important;
}

label.resp.resperrado {
  border-color: #c41348 !important;
}

.disabledtrue,
.disabledtrue:hover {
  background: #66ac2f !important;
  cursor: default;
  box-shadow: inset 0 0 0 4px #66ac2f, 0 0 1px transparent !important;
  color: #fff !important;
}

.disabledfalse,
.disabledfalse:hover {
  background: #c41348 !important;
  cursor: default;
  box-shadow: inset 0 0 0 4px #c41348, 0 0 1px transparent !important;
  color: #fff !important;
}

/* FIM, Radio button Circular */

/* --------- FIM, EXERCÍCIOS --------- */

/* Separadores */

.separador {
  width: 90%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 30px auto;
}

.separador::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 6px;
  background-color: #f4f4f4;
  left: 50%;
  transform: translateX(-50%);
}

.separador::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #6b6b6b;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: -2px;
}

.separador2 {
  position: relative;
  width: 80%;
  height: 1px;
  background: #6b6b6b;
  margin: 15px auto;
}

.separador2::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #6b6b6b;
  width: 80%;
}

/* Fim, Separadores */

/* --------- Fim, Geral --------- */

/* --------- (Tablets) Dispositivos com largura entre 600px e 768px --------- */

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .dflex2 {
    display: block !important;
  }

  #trueorfalse .hideondesktop {
    display: block !important;
  }

  #trueorfalse .negativetop {
    margin-top: unset !important;
  }
}

/* --------- Fim, (Tablets) --------- */

/* --------- (Desktop) Dispositivos com largura superior a 768px --------- */

@media only screen and (min-width: 768px) {
  [class*="col-"] {
    float: left;
  }

  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }
}

#trueorfalse .negativetop {
  margin-top: -20px;
}

/* --------- Fim, (Desktop) --------- */

/* --------- Mudanças Mobile --------- */

@media only screen and (max-width: 1000px) {
  [class*="col-xs"] {
    float: left;
  }

  .col-xs-1 {
    width: 8.33%;
  }
  .col-xs-2 {
    width: 16.66%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33%;
  }
  .col-xs-5 {
    width: 41.66%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33%;
  }
  .col-xs-8 {
    width: 66.66%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33%;
  }
  .col-xs-11 {
    width: 91.66%;
  }
  .col-xs-12 {
    width: 100%;
  }

  .hideonmobile {
    display: none !important;
  }

  .hideondesktop {
    display: block !important;
  }

  .h1capa {
    padding-top: 0;
  }

  .titulo-curso {
    margin: 0px auto !important;
  }

  #wrapper {
    background: none;
  }

  #logo {
    max-width: 180px !important;
  }

  header,
  header .fixed {
    height: 125px;
  }

  header nav#menu-principal ul,
  header nav#menu-acessibilidade ul {
    padding: 0 10px;
  }

  header p {
    top: 75%;
    width: 100%;
    padding: 0;
  }

  header #menu-principal {
    margin-left: 7px;
    margin-top: 20px;
  }

  header #menu-acessibilidade {
    margin-right: 50px;
  }

  #NavPaginas {
    top: 125px;
  }

  .cabecalho {
    margin: 10px auto;
  }

  a.head-ico:hover {
    opacity: 0.2 !important;
  }

  .navlateral .closebtn {
    top: 120px;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 55;
  }

  #logo {
    max-width: 180px;
  }

  .dropdown-content a {
    color: #00474e;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
  }

  .showconfig {
    display: block;
  }

  .container {
    width: 90% !important;
  }

  .copyright {
    text-align: center;
  }

  #capa {
    min-height: 488px !important;
  }

  #capa .img-capa {
    top: 45% !important;
  }

  #capa #capa-icones {
    background: url(../img/capa-icones-mobile.png) no-repeat center !important;
    top: 45% !important;
    background-size: 100% !important;
  }

  #sessao-capa {
    width: 100%;
    height: auto;
  }

  #sessao-capa #rolagem {
    position: absolute;
    left: 50%;
    /* bottom: -50px; */
    bottom: 30px;
    transform: translateX(-50%);
    /* width: 20px; */
    z-index: 2;
  }

  #titCapa {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #00474e;
    width: 160px;
    padding: 10px;
    margin: 0 auto;
    position: absolute;
    left: 34%;
  }

  .dflex,
  .dflex2 {
    display: block !important;
  }

  #mosaico {
    width: 50% !important;
    margin: 0 auto;
    min-width: 250px;
  }

  /* Exercícios */

  .border-right {
    border: none !important;
  }

  .certo,
  .errado,
  .atencao {
    top: 20px;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    width: 100%;
    left: 0;
    margin-bottom: 40px;
  }

  /* Fim, Exercícios */

  /* Pontos de Destaque */

  #highlight-img::before {
    content: "";
    clear: both;
  }

  .highlight-spot,
  .highlight-spot-1,
  .highlight-spot-2 {
    width: 40px;
    height: 40px;
  }

  #grafico-spot::after,
  #arquivo-spot::after,
  .highlight-spot-visited::after {
    font: normal normal normal 0.9em/1 FontAwesome;
  }

  .highlight-spot:hover::after {
    font: normal normal normal 0.9em/1 FontAwesome;
    top: 30%;
    left: 32%;
  }

  .barra-grafico {
    /* Gráfico Animado */
    max-width: 20px !important;
  }

  /* Fim, Pontos de Destaque */

  .proximo,
  .anterior {
    display: none !important;
  }

  .slideshow-container {
    max-height: 500px;
    overflow-y: auto;
  }

  .myslideshow {
    padding: 10px !important;
  }

  .dot {
    height: 23px;
    width: 23px;
    margin: 0 5px;
  }

  #trueorfalse .negativetop {
    margin-top: unset !important;
  }

  footer {
    height: 265px;
    padding-bottom: 20px;
  }
}

/* --------- (Mobile) Dispositivos com largura entre 599px --------- */
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .h1estilo1 {
    font-size: 1.8em !important;
  }

  .h1estilo2 {
    font-size: 1.4em !important;
  }

  p,
  q,
  label {
    font-size: 1.1em !important;
  }

  .swiper-slide .row {
    width: 80%;
    margin: 20px auto;
  }

  #img-capa {
    max-width: 350px;
  }

  .importante,
  .saibamais,
  .dica,
  .vcsabia {
    padding-right: 15px;
  }

  .importante::after,
  .saibamais::after,
  .dica::after,
  .vcsabia::after {
    top: 50px;
  }

  ul li {
    font-size: 1.1em;
  }
}

/* --------- Fim, Mobile --------- */
/*Imagem ZOOM - MP17102019*/
.click-zoom input[type="checkbox"] {
  display: none;
}

.click-zoom img {
  /*margin: 100px;*/
  transition: transform 0.25s ease;
  cursor: zoom-in;
}

.click-zoom input[type="checkbox"]:checked ~ img {
  transform: scale(1.4);
  cursor: zoom-out;
  width: 100%;
  /*position: absolute;*/
  margin-bottom: 19%;
}
/*FIM Imagem ZOOM - MP17102019*/
/*Img circular - MP 16102019*/
.circular--square {
  border-radius: 50%;
  width: 100px;
  float: left;
  margin-right: 25px;
  background-color: #00474e;
}
/*FIM Img circular*/

/*Image responsive*/
.img-responsive {
  width: 100%;
  height: auto;
}

/*Image Medium ZOOM*/
.medium-zoom--opened .medium-zoom-overlay {
  cursor: zoom-out;
  background: #00474e;
  opacity: 0.7 !important;
  z-index: 100;
}

.medium-zoom-image {
  z-index: 101;
}

/*FIM Image responsive - MP 17102019*/

.obj-id {
  float: right;
  background: rgba(0, 219, 0, 1);
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

#tema-section {
  background: #00474e;
  color: #fff;
  padding: 5px;
}

html {
  scroll-behavior: smooth;
}
