@charset "utf-8";
/* CSS Document

	*	Richmond
	* 	22/03/2018
	*	Author: GM5

*/
@import url("https://use.typekit.net/tvj3xel.css");

@import url("bootstrap-grid.min.css");
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header,
section,
footer,
article,
figcaption,
hgroup,
figure,
details,
aside,
nav,
time {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
input[type="search"],
input[type="submit"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 0;
  -webkit-border-radius: 0;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
a:active,
a:selected,
a:focus,
a:visited {
  border: none;
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
ul {
  list-style: none;
}
html > object {
  display: none;
}
@font-face {
  font-family: 'Fontello Moderna Icons';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icons-moderna.eot"), url("../fonts/icons-moderna.woff2") format("woff2"), url("../fonts/icons-moderna.woff") format("woff"), url("../fonts/icons-moderna.ttf") format("truetype"), url("../fonts/icons-moderna.svg") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Free Solid';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -moz-transform: rotate(359deg);
  }
}
@-moz-keyframes move {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes move {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -moz-transform: rotate(359deg);
  }
}
@keyframes move {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@sm : screen and (max-width: 767px);
@md : screen and (max-width: 991px and min-width: 768px);
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.row-height .col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
a.voltarAoTopo {
  padding: 15px 20px;
  background: #fff;
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 16px;
  font-size: 14px;
  color: #444;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e5e5e5;
}
.container h1 {
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 26px;
  font-weight: normal;
  font-size: 24px;
  color: #444444;
}
.container h2 {
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 26px;
  font-weight: normal;
  font-size: 24px;
  color: #444444;
}
.container p {
    font-family: "liberation-sans";
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #444444;
}
footer .container p {
  line-height: 49px;
}
.container ul {
  list-style-type: none;
}
.container img {
  width: 100%;
}
.container button {
  cursor: pointer;
}
html.activeMenu,
html.iframe {
  height: 100%;
  width: 100%;
}
html.activeMenu a.hambMenu,
html.iframe a.hambMenu {
  background: #9f0038;
}
.menuRapido {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.areaDeLogo {
  height: 200px;
  width: 310px;
  margin-top: -15px;
  border: dashed 2px #bfbfbf;
}
.content {
  padding: 50px 0;
  background: #f7f7f7;
}
.bgBranco {
  background: #fff;
}
#meuPersonalizado {
  position: relative;
  background: #f7f7f7;
}
#meuPersonalizado .bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(25, 25, 25, 0.9);
  width: 100%;
  position: absolute;
  min-height: 300px;
}
#meuPersonalizado .ovfa {
  padding: 0 30px !important;
}
#meuPersonalizado .boxMp {
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin: 270px 0 5px 0;
  padding: 35px 0;
  position: relative;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}
#meuPersonalizado .boxMp h2 {
  margin: 0 30px 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-weight: normal;
  font-size: 24px;
  color: #184c66;
  font-weight: 600;
}
#meuPersonalizado .boxMp .spaceBox {
  position: relative;
}
#meuPersonalizado .boxMp .spaceBox.loading:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 11;
}
#meuPersonalizado .boxMp .spaceBox.loading:after {
  content: "\f110";
  font: bold normal normal 40px/1 'Font Awesome 5 Free Solid';
  color: #184c66;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: move 1s infinite steps(8);
  -moz-animation: move 1s infinite steps(8);
  animation: move 1s infinite steps(8);
  z-index: 12;
}
#meuPersonalizado .boxMp .spaceBox .boxSelecao {
  background: #f7f7f7;
  height: 190px;
  position: relative;
  margin: 20px 0 0 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#meuPersonalizado .boxMp .spaceBox .boxSelecao p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  margin: 0;
}
#meuPersonalizado .boxMp .spaceBox .boxSelecao p:before {
  content: "+";
  font-family: 'Open Sans', sans-serif;
  line-height: 60px;
  font-weight: normal;
  font-size: 58px;
  color: #b3b3b3;
  display: block;
  position: absolute;
  height: 41px;
  width: 41px;
  line-height: 35px;
  bottom: 100%;
  transform: translateY(-15px);
  left: calc(50% - 20px);
}
#meuPersonalizado .boxMp .spaceBox .boxSelecao .form-group {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 60px);
  left: 30px;
  margin: 0;
}
#meuPersonalizado .boxMp .spaceBox .boxSelecao .form-group .sSelectStyle {
  width: 100%;
  display: block;
  margin: 0;
  padding-bottom: 1px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  position: relative;
  height: 35px;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
#meuPersonalizado .boxMp .spaceBox .boxSelecao .form-group .sSelectStyle:after {
  content: "\f107";
  font: bold normal normal 14px/1 'Font Awesome 5 Free Solid';
  color: #333333;
  line-height: 14px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
#meuPersonalizado .boxMp .spaceBox .boxSelecao .form-group .sSelectStyle:before {
  content: "";
  width: 1px;
  height: calc(100% - 16px);
  top: 8px;
  background: #ccc;
  position: absolute;
  display: block;
  right: 40px;
}
#meuPersonalizado .boxMp .spaceBox .boxSelecao .form-group .sSelectStyle select {
  width: 100%;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: 'Open Sans', sans-serif;
  line-height: 17px;
  font-weight: normal;
  font-size: 15px;
  color: #666;
  line-height: 19px;
  padding: 6px 42px 6px 6px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  height: 33px;
  cursor: default;
  position: relative;
  z-index: 10;
}
#meuPersonalizado .boxMp .spaceBox .boxSelecao .form-group .sSelectStyle select::-ms-expand {
  display: none;
}
#meuPersonalizado .boxMp .spaceBox .boxContIco {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#meuPersonalizado .boxMp .spaceBox .boxContIco a:link,
#meuPersonalizado .boxMp .spaceBox .boxContIco a:visited {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
}
.voltarEFavoritar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
a.favoritar {
  padding: 10px 20px;
  position: relative;
  font-family: "proxima-nova", sans-serif;font-weight: 600;
  line-height: 16px;
  font-size: 14px;
  color: #808080;
  letter-spacing: 0.03em;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.favoritar:before {
  content: "\f004";
  font: normal normal normal 18px/1 'Font Awesome 5 Free';
  color: #808080;
  line-height: 18px;
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-right: 10px;
  position: absolute;
  left: -10px;
  top: 8px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.favoritar:hover {
  font-family: "proxima-nova", sans-serif;font-weight: 600;
  line-height: 16px;
  font-size: 14px;
  color: #444;
  letter-spacing: 0.03em;
}
a.favoritar:hover:before {
  font: normal normal normal 18px/1 'Font Awesome 5 Free';
  color: #444;
  line-height: 18px;
}
a.favoritar:active {
  font-family: "proxima-nova", sans-serif;font-weight: 600;
  line-height: 16px;
  font-size: 14px;
  color: #e40051;
  letter-spacing: 0.03em;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a.favoritar:active:before {
  font: normal normal normal 18px/1 'Font Awesome 5 Free';
  color: #e40051;
  line-height: 18px;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a.favoritar.ativo {
  font-family: "proxima-nova", sans-serif;font-weight: 600;
  line-height: 16px;
  font-size: 14px;
  color: #e40051;
  letter-spacing: 0.03em;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a.favoritar.ativo:before {
  content: "\f004";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #e40051;
  line-height: 18px;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.boxCinzaEscuro {
  background: #e5e5e5;
  padding: 0;
  overflow: hidden;
}
.boxCinzaEscuro img{
display: block;
    margin: auto;
}
.boxCinzaClaro {
  background: #f7f7f7;
}
div.voltarBusca {
  padding: 30px 0;
}
div.campoDeFiltros {
  padding-top: 100px;
}
div.boxFiltroHeader {
  height: 60px;
  border-bottom: 1px solid #eee;
  position: relative;
}
div.boxFiltroHeader a {
  padding: 30px 0 0 20px;
  width: 100%;
  height: 100%;
  display: block;
}
div.boxFiltroHeader:before {
  content: '\f107';
  font: bold normal normal 20px/1 'Font Awesome 5 Free Solid';
  color: #666;
  line-height: 20px;
  position: absolute;
  top: 27px;
  right: 20px;
}
div.boxFiltroHeader h1 {
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 16px;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.025em;
}
div.boxFiltroCollapse {
  display: none;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
div.boxFiltroCollapse.aberto {
  display: block;
}
div.boxFiltroCollapse ul {
  padding: 10px 0 0;
}
div.boxFiltroCollapse li {
  height: 38px;
}
div.boxFiltroCollapse a {
  padding: 10px 20px 10px 60px;
  width: 100%;
  height: 100%;
  display: block;
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #666;
  letter-spacing: 0.025em;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
div.boxFiltroCollapse a:hover {
  background: #eee;
}
div.boxFiltroCollapse a:active {
  background: #fce5ed;
}
div.boxFiltroCollapse a.ativo {
  background: #fce5ed;
}
div.boxFiltroFooter {
  height: 68px;
  position: relative;
}
div.boxFiltroFooter a {
  padding: 30px 20px 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: end;
}
div.boxFiltroFooter h1 {
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.025em;
}
div.boxFiltro {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-bottom: 20px;
}
div.boxResultadoFiltros img {
  display: block;
  width: 100%;
  height: 100%;
}
div.boxResultadoFiltros h1 {
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 20px;
  font-size: 18px;
  color: #444;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 50px;
}
div.limparTodosOsFiltros {
  text-align: center;
  height: 40px;
}
div.limparTodosOsFiltros a {
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.025em;
}
header {
  background: #e40051;
  height: 60px;
}
header .container {
  position: relative;
  width: 92%;
  max-width: 1140px;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  header .container:before, header .container:after{display:none}
}
header .container .logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  header .container .logo {
    order: 2;
    position: relative;
    height: 60px;
  }
  header .container .logo + div {
    display: none;
  }
  header .container{
    justify-content: flex-start;
  }
}
header .container .icons {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  header .container .icons {
    order: 3;
    display: flex;
  }
}
header .container .icons ul {
  display: flex;
  list-style: none;
}
header .container .icons ul.icones {
  margin-right: 35px;
}
@media only screen and (max-width: 767px) {
  header .container .icons ul.icones {
    margin-right: 0;
  }
}
header .container .icons ul.icones li {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  header .container .icons ul.icones li.home {
    display: none;
  }
}
header .container .icons ul.icones li.home a {
  background: url(../images/icon-home-hover.svg) no-repeat;
  width: 130px;
  height: 25px;
  background-position: center left;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  align-items: center;
  justify-content: flex-end;
}
header .container .icons ul.icones li.home a:hover {
  background: url(../images/icon-home-hover.svg) no-repeat;
  text-decoration: underline;
  background-position: center left;
  color: #FFF;
}
header .container .icons ul.icones li.home a:active {
  background: url(../images/icon-home-active.svg) no-repeat;
  background-position: center left;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  header .container .icons ul.icones li.heart {
    display: none;
  }
}
header .container .icons ul.icones li.heart a {
  background: url(../images/icon-heart.svg) no-repeat;
  width: 28px;
  height: 25px;
  display: block;
}
header .container .icons ul.icones li.heart a:hover {
  background: url(../images/icon-heart-hover.svg) no-repeat;
}
header .container .icons ul.icones li.heart a:active {
  background: url(../images/icon-heart-active.svg) no-repeat;
}
header .container .icons ul.icones li a.search {
  background: url(../images/icon-search.svg) no-repeat;
  width: 28px;
  height: 25px;
  display: block;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
header .container .icons ul.icones li a.search:hover {
  background: url(../images/icon-search-hover.svg) no-repeat;
}
header .container .icons ul.icones li a.search:active {
  background: url(../images/icon-search-active.svg) no-repeat;
}
header .container .icons ul.lingua {
  font-family: "proxima-nova", sans-serif;font-weight: 600;
  line-height: 15px;
  font-size: 13px;
  color: #880030;
  margin-right: 35px;
}
@media only screen and (max-width: 767px) {
  header .container .icons ul.lingua {
    display: none;
  }
}
header .container .icons ul.lingua li {
  padding: 0 2px;
  position: relative;
}
header .container .icons ul.lingua li:not(:last-child):before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
header .container .icons ul.lingua li a:link,
header .container .icons ul.lingua li a:visited {
  text-decoration: none;
  padding: 0 5px;
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 15px;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
}
header .container .icons ul.lingua li a:hover{
  text-decoration: underline;
}
header .container .icons ul.lingua li a.ativo {
  font-family: "proxima-nova", sans-serif;font-weight: 800;
  line-height: 15px;
  font-size: 13px;
  color: #fff;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 767px) {
  header .container ul.linkMenu {
    order: 1;
  }
  .icons-locale{display:none;}
}
header .container ul.linkMenu li {
  position: relative;
}
header .container ul.linkMenu li a.hambMenu:link,
header .container ul.linkMenu li a.hambMenu:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  text-decoration: none;
}
header .container ul.linkMenu li a.hambMenu{
  background: #cd0048 url(../images/ico_menu.png) no-repeat center center;
}
header .container ul.linkMenu li a.hambMenu:hover {
      background: #9f0038 url(../images/ico_menu.png) no-repeat center center;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
header .container ul.linkMenu li a.hambMenu.ativo {
  background: #cd0048 url(../images/ico_menu.png) no-repeat center center;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header #menu {
  display: none;
  background: #fff;
  position: absolute;
  left: -240px;
  top: 55px;
  width: 300px;
  height: auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 3px 0 rgba(2, 0, 5, 0.5);
  -moz-box-shadow: 0px 0px 3px 0 rgba(2, 0, 5, 0.5);
  box-shadow: 0px 0px 3px 0 rgba(2, 0, 5, 0.5);
  z-index: 8888;
}
@media only screen and (max-width: 767px) {
  header #menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 80%;
    height: 100vh;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
header #menu:before {
  content: "\f0de";
  font: bold normal normal 30px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 30px;
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: -10px;
  left: 262px;
}
@media only screen and (max-width: 767px) {
  header #menu:before {
    left: 22px;
  }
}
header #menu span.fecharMenu {
  display: none;
}
@media only screen and (max-width: 767px) {
  header #menu span.fecharMenu {
    display: block;
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
  }
  header #menu span.fecharMenu:before {
    content: "\f00d";
    font: bold normal normal 24px/1 'Font Awesome 5 Free Solid';
    color: #b3b3b3;
    line-height: 24px;
  }
}
header #menu .logoMenu {
  display: none;
}
@media only screen and (max-width: 767px) {
  header #menu .logoMenu {
    display: block;
    margin: 31px 6% 30px;
    text-align: center;
  }
}
header #menu .iconsMenu {
  display: none;
}
@media only screen and (max-width: 767px) {
  header #menu .iconsMenu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 20px;
  }
  header #menu .iconsMenu ul {
    width: 45%;
    display: flex;
  }
  header #menu .iconsMenu ul.icones {
    justify-content: flex-start;
  }
  header #menu .iconsMenu ul.icones li {
    padding: 0 20px 0 0;
  }
  header #menu .iconsMenu ul.icones li.home a {
    background: url(../images/icon-home-menu.svg) no-repeat;
    width: 26px;
    height: 25px;
    display: block;
    width: 130px;
    display: flex;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    align-items: center;
    color: #666666;
    justify-content: flex-end;
  }
  header #menu .iconsMenu ul.icones li.heart a {
    background: url(../images/icon-heart-menu.svg) no-repeat;
    width: 28px;
    height: 25px;
    display: block;
  }
  header #menu .iconsMenu ul.lingua {
    align-items: center;
    justify-content: flex-end;
    font-family: "proxima-nova", sans-serif;font-weight: 600;
    line-height: 15px;
    font-size: 13px;
    color: #880030;
  }
  header #menu .iconsMenu ul.lingua li {
    padding: 0 2px;
    position: relative;
  }
  header #menu .iconsMenu ul.lingua li:not(:last-child):before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 15px;
    top: 0;
    right: 0;
    background: #b3b3b3;
  }
  header #menu .iconsMenu ul.lingua li a:link,
  header #menu .iconsMenu ul.lingua li a:visited {
    text-decoration: none;
    padding: 0 5px;
    font-family: "proxima-nova", sans-serif;font-weight: 400;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #b3b3b3;
  }
  header #menu .iconsMenu ul.lingua li a.ativo {
    font-family: "proxima-nova", sans-serif;font-weight: 800;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #e40051;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  header #menu nav {
    margin-top: 15px;
    overflow-y: auto;
    height: 80%;
  }
}
header #menu nav ul {
  margin: 15px 0 0;
}
header #menu nav ul li.menu-sair {
  border-top: 1px solid #ededed;
}
header #menu nav ul li.menu-sair a {
  background: url(../images/bg_menu_out.png) no-repeat 90% center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
header #menu nav ul li.menu-sair a:hover{
  background: url(../images/bg_menu_out_hover.png) no-repeat 90% center
}
header #menu nav ul li.sociais {
  display: none;
}
@media only screen and (max-width: 767px) {
  header #menu nav ul li.sociais {
    display: block;
    border-top: 1px solid #ededed;
    padding: 10px 20px;
    margin-bottom:-15px; 
  }
  header #menu nav ul li.sociais a {
    display: inline-block;
    padding: 5px 0;
    margin: 0 15px 0 0;
  }
  header #menu nav ul li.sociais a:hover {
    background: none;
  }
  header #menu nav ul li.sociais a img {
    width: 30px;
    height: auto;
  }
}
header #menu nav ul li a {
  display: block;
  padding: 15px 20px;
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 16px;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  text-decoration: none;
}
header #menu nav ul li a:hover, header #menu nav ul li a.active {
  background-color: #eeeeee;
  color: #444;
}
header #menu nav ul li ul {
  margin: 0 0 10px;
}
header #menu nav ul li ul li:last-child {
  border-top: none;
}
header #menu nav ul li ul li:last-child a {
  background: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
header #menu nav ul li ul li:last-child a:hover {
  background-color: #eeeeee;
}
header #menu nav ul li ul li a {
  padding: 15px 20px 15px 45px;
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #b3b3b3;
  text-transform: none;
}
footer {
  padding: 90px 0 20px;
  background: #eeeeee;
  position: relative;
}

footer .backTop {
  display: inline-block;
  background: #fff;
  padding: 15px 20px;
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 16px;
  font-size: 14px;
  color: #444;
  text-transform: uppercase;
  line-height: 14px;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #ccc;
  position: absolute;
  top: -160px;
  left: 42%;
  letter-spacing: 0.01em;
}
footer .backTop:hover {
  text-decoration: none;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
}
footer .backTop:focus {
  text-decoration: none;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
}
footer .backTop:before {
  content: "\f176";
    font: normal normal 20px/1 'Font Awesome 5 Pro';
    color: #444;
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 10px;
}
footer .backTop span{
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}
@media only screen and (max-width: 991px) {
  footer .backTop {
    width: 60px;
    height: 60px;
    background: #e40051;
    opacity: 0.5;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    top: -160px;
    right: 20px;
    left: initial;
  }
  footer .backTop:before {
    content: "\f176";
    font: normal normal 20px/1 'Font Awesome 5 Pro';
    color: #444;
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 10px;
  }
  footer .backTop span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  footer .backTop {
    width: 60px;
    height: 60px;
    background: #e40051;
    opacity: 0.5;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    top: -85px;
    right: 20px;
    left: initial;
  }
  footer .backTop:before {
    content: "";
    font: bold normal normal 30px/1 'Font Awesome 5 Free Solid';
    color: #fff;
    line-height: 30px;
    background: url(../images/arrow_up.png) no-repeat left top;
    position: absolute;
    display: block;
    width: 31px;
    height: 17px;
    top: 21px;
    left: 14px;
  }
  footer .backTop span {
    display: none;
  }
}
footer ul.socialIcons {
  margin-bottom: 40px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul.socialIcons li {
  margin: 0 5px;
}
footer ul.logos {
  height: 65px;
  /*margin-bottom: 70px;*/
}
footer .blocoLogo:nth-child(6) ul.logos, footer .blocoLogo:nth-child(12) ul.logos {
	margin-left:-70px;
}
.box-copyright {
  margin-top:45px;
}

footer p {
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
}

/*Logos nas páginas não responsivas*/
footer .footer-rest-interna {width:100%;}
footer .footer-rest-interna tr td{text-align:center;padding-bottom:20px;}
footer .footer-rest-interna tr td img{width:auto;}
.busca {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 1000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  display: block;
  height: 0;
  overflow: hidden;
}
.busca .centerBusca {
  position: fixed;
  top: 5%;
  width: 100%;
  left: 0;
  display: none;
}
.busca .centerBusca .boxBusca fieldset legend {
  display: none;
}
.busca .centerBusca a.fecharBusca:link,
.busca .centerBusca a.fecharBusca:visited {
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  cursor: pointer;
  margin: 0 0 40px 0;
  text-align: center;
  text-decoration: none;
}
.busca .centerBusca a.fecharBusca:link span,
.busca .centerBusca a.fecharBusca:visited span {
  display: none;
}
.busca .centerBusca a.fecharBusca:link:before,
.busca .centerBusca a.fecharBusca:visited:before {
  content: "\f00d";
  font: bold normal normal 40px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 40px;
}
.busca .centerBusca .buscasRecentes {
  padding: 50px 30px 0 30px;
}
.busca .centerBusca .buscasRecentes h4 {
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  font-weight: normal;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.busca .centerBusca .buscasRecentes ul {
  list-style: none;
}
.busca .centerBusca .buscasRecentes ul li {
  padding: 6px 0;
}
.busca .centerBusca .buscasRecentes ul li:nth-child(n+8) {
  display: none;
}
.busca .centerBusca .buscasRecentes ul li a:link,
.busca .centerBusca .buscasRecentes ul li a:visited {
  font-family: 'Open Sans', sans-serif;
  line-height: 17px;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
.busca.open {
  height: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.busca.open .centerBusca {
  display: block;
}
.busca form .form-group {
  position: relative;
}
.busca form .form-group label {
  font-family: 'Open Sans', sans-serif;
  line-height: 40px;
  font-weight: normal;
  font-size: 38px;
  color: #fff;
  font-weight: 800;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 20px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.busca form .form-group input[type="text"] {
  border: none;
  border-bottom: 2px solid #fff;
  background: none;
  display: block;
  width: 100%;
  height: 90px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  padding: 10px 100px 10px 20px;
}
.busca form .form-group input[type="text"]:focus + label,
.busca form .form-group input[type="text"].notEmpty + label {
  top: -20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}
.busca form .form-group input[type="text"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.busca form .form-group input[type="text"]:disabled {
  background: #f8f8f8;
}
.busca form .form-group button[type="submit"] {
  border: none;
  background: none;
  height: 90px;
  width: 90px;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.busca form .form-group button[type="submit"]:before {
  content: "\f002";
  font: bold normal normal 30px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 30px;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}
.busca form .form-group.has-error input[type="text"] {
  border-bottom: 2px solid #e40051;
}
.busca form .form-group.has-error button {
  border-bottom: 2px solid #e40051;
}
.busca form .form-group.has-error span.msg {
  position: absolute;
  bottom: -10px;
  background: #e40051;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  padding: 4px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  right: 0;
}
.busca form .form-group.has-error span.msg:before {
  content: "\f0d9";
  font: bold normal normal 32px/1 'Font Awesome 5 Free Solid';
  color: #e40051;
  line-height: 32px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: -11px;
}
.boxObras {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  width: 100%;
}
.boxObras img {
  width: 100%;
  height: 100%;
}
.boxObras.vazio {
  background: #eeeeee;
}
.boxObras h1 {
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 20px;
  font-weight: normal;
  font-size: 18px;
  color: #b3b3b3;
  text-align: center;
  width: 150px;
}
.boxObras:before {
  content: "";
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.boxObras:hover:before {
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.boxObras:link,
.boxObras:visited {
  text-decoration: none;
}
.boxObras:active:before {
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.cardFerramentas {
  margin-top: 20px;
  height: 100%;
  width: 100%;
  display: block;
  border: 1px solid #dcdcdc;
  padding: 0 35px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.cardFerramentas .cardTitle {
  height: 50px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cardFerramentas .cardTitle h1 {
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  font-weight: 700;
  font-size: 16px;
  color: #444;
}
.cardFerramentas .cardText p {
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.cardFerramentas .cardFooter {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cardFerramentas .cardFooter p {
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #666666;
}
.cardFerramentas:active {
  background: #e5e5e5;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.cardLink {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 100%;
  width: 100%;
}
.cardLink:link,
.cardLink:visited {
  text-decoration: none;
}
.cardLink:hover {
  background: #f5f5f5;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menuPersonalizado {
  background: #fff;
  width: 100%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.2);
  margin-top: -20px;
  margin-bottom: 65px;
  padding: 30px;
}
.menuPersonalizado h1 {
  margin-left: 15px;
}
.spaceBox {
  position: relative;
  margin-top: 20px;
}
.spaceBox .cardConteudosExclusivos {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  margin: 0;
}
.spaceBox .cardConteudosExclusivos a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.spaceBox .cardConteudosExclusivos span.fechar {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  outline: none;
  border: none;
}
.spaceBox .cardConteudosExclusivos span.fechar:before {
  content: "\f00d";
  font: bold normal normal 22px/1 'Font Awesome 5 Free Solid';
  color: #b3b3b3;
  line-height: 22px;
  width: 24px;
  height: 25px;
  display: block;
}
.cardMenuPersonalizado {
  width: 100%;
  height: 200px;
  padding: 30px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cardMenuPersonalizado:before {
  content: "";
  background: url(../images/simbolo-mais.png);
  width: 41px;
  height: 41px;
  position: absolute;
  top: 30px;
}
.cardMenuPersonalizado h1 {
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 20px;
  font-weight: normal;
  font-size: 18px;
  color: #808080;
  margin-top: 50px;
  margin-left: 0;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
.cardMenuPersonalizado .selectStyle {
  width: 100%;
  height: 32px;
  overflow: hidden;
  padding-bottom: 1px;
  margin: 0;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.cardMenuPersonalizado .selectStyle:before {
  content: "\f078";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 25px;
  font: bold normal normal 14px/1 'Font Awesome 5 Free Solid';
  color: #444;
  line-height: 14px;
}
.cardMenuPersonalizado .selectStyle select {
  width: 100%;
  height: 32px;
  padding: 0 50px 0 25px;
  border: solid 1px #e5e5e5;
  background: transparent;
  z-index: 1;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #444;
}
.cardConteudosExclusivos {
  position: relative;
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #dcdcdc;
  background: #fff;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cardConteudosExclusivos a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cardConteudosExclusivos:hover {
  -webkit-box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, 0.2);
  background: #f5f5f5;
}
.cardConteudosExclusivos:active {
  background: #e5e5e5;
  -webkit-box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, 0.2);
}
.cardConteudosExclusivos h1 {
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 20px;
  font-size: 18px;
  color: #666;
  letter-spacing: 0.01em;
  text-align: center;
  margin-left: 0;
}
.cardConteudosExclusivos.comBotaoFechar a {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.wraperFlex {
  display: flex;
  justify-content: space-between;
}
.wraperFlex.materialSuplementar {
  margin-top: 20px;
}
.menuLateral {
  position: relative;
  background: #fff;
  width: 240px;
  margin-left: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.menuLateral .botoesAcesso {
  border-bottom: 1px solid #ededed;
  padding: 30px 20px 20px;
}
.menuLateral .botoesAcesso ul {
  list-style: none;
}
.menuLateral .botoesAcesso ul li {
  margin-bottom: 10px;
}
.menuLateral .botoesAcesso ul li a {
  margin-bottom: 15px;
  font-family: "proxima-nova", sans-serif;font-weight: 600;
  line-height: 16px;
  font-size: 14px;
  color: #b3b3b3;
  letter-spacing: 0.01em;
}
.menuLateral .botoesAcesso ul li a:link,
.menuLateral .botoesAcesso ul li a:visited {
  text-decoration: none;
}
.menuLateral .botoesAcesso ul li a.perfil:before {
  content: "";
  margin-right: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../images/icone-perfil.png') no-repeat;
}
.menuLateral .botoesAcesso ul li a.alterarSenha:before {
  content: "";
  margin-right: 12px;
  margin-left: -2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: bottom;
  background: url('../images/icone-configuracao.png') no-repeat;
}
.menuLateral .botoesAcesso ul li a.colecao:before {
  content: "";
  margin-right: 14px;
  display: inline-block;
  width: 14px;
  height: 16px;
  vertical-align: top;
  background: url('../images/icone-codigos.png') no-repeat;
}
.menuLateral .adicionarColecao {
  padding: 30px 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menuLateral .adicionarColecao h1.addObra {
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 16px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.menuLateral .adicionarColecao p {
  margin-bottom: 20px;
}
.menuLateral .adicionarColecao input {
  height: 30px;
  width: 100%;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #e5e5e5;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #444;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.menuLateral .adicionarColecao input::placeholder {
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #b3b3b3;
}
.menuLateral .adicionarColecao input.invalido {
  background: #ffd5e3;
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #b60040;
  border: 1px solid #b60040;
  letter-spacing: 0;
}
.menuLateral .adicionarColecao input:hover,
.menuLateral .adicionarColecao input:focus {
  border: 1px solid #444;
}
.menuLateral .adicionarColecao button {
  cursor: pointer;
  width: 110px;
  height: 30px;
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 18px;
  font-size: 16px;
  color: #b3b3b3;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  outline: none;
  border: none;
  text-align: center;
  align-self: center;
  border: 1px solid #b3b3b3;
  background: #fff;
}
.menuLateral .adicionarColecao button:hover {
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 18px;
  font-size: 16px;
  color: #666;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menuLateral .adicionarColecao button:active {
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 18px;
  font-size: 16px;
  color: #666;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #d2d2d2;
  border: none;
}
.conteudoExclusivo {
  padding-top: 60px;
}
.areaPersonalizeSeuMenu {
  padding-bottom: 20px;
}
.ferramentas h1.title {
  margin-left: 1rem;
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 26px;
  font-weight: normal;
  font-size: 24px;
  color: #444;
}
.conteudosExclusivos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tutoriais {
  padding: 35px 30px 80px 30px;
}
.tutoriais div.thumbsFlex {
  display: flex;
  justify-content: space-between;
}
.tutoriais div.legendaThumbs {
  height: 49px;
  width: 100%;
  overflow: hidden;
}
.tutoriais div.legendaThumbs h1 {
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 23px;
  font-size: 21px;
  color: #444;
  letter-spacing: 0;
}
.tutoriais div.thumbs {
  margin-top: 20px;
  margin-bottom: 10px;
  display: relative;
}
.tutoriais div.thumbs img {
  width: 100%;
}
.tutoriais div.thumbs a {
  width: 100%;
  height: auto;
  display: block;
}
.tutoriais div.thumbs a:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.35);
}
.detalheVideoEAudio {
  padding: 35px 30px 70px 30px;
}
.detalheVideoEAudio div.detalheVideoEAudioFlex {
  display: flex;
  justify-content: space-between;
}
.detalheVideoEAudio .detalheVideo {
  display: block;
  width: 1050px;
}
.videoAudio {
  margin-bottom: 30px;
}
.videoAudio .videoPlayer .totalTime.half,
.videoAudio .audioPlayer .totalTime.half {
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 28px;
  right: 20px;
}
.videoAudio .videoPlayer .totalTime.full,
.videoAudio .audioPlayer .totalTime.full {
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 14px;
  right: 20px;
}
.videoAudio .videoPlayer .audio .barraProgresso,
.videoAudio .audioPlayer .audio .barraProgresso,
.videoAudio .videoPlayer .video .barraProgresso,
.videoAudio .audioPlayer .video .barraProgresso {
  margin: 0 0 0 0;
  background: #e30051;
  height: 4px;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.videoAudio .videoPlayer .audio .barraProgresso:before,
.videoAudio .audioPlayer .audio .barraProgresso:before,
.videoAudio .videoPlayer .video .barraProgresso:before,
.videoAudio .audioPlayer .video .barraProgresso:before {
  content: "";
  background: #636363;
  display: block;
  width: 100%;
  height: 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.videoAudio .videoPlayer .audio .barraProgresso .progresso,
.videoAudio .audioPlayer .audio .barraProgresso .progresso,
.videoAudio .videoPlayer .video .barraProgresso .progresso,
.videoAudio .audioPlayer .video .barraProgresso .progresso {
  display: block;
  background: #e30051;
  height: 4px;
  margin-top: -4px;
  width: 0;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.videoAudio .videoPlayer .audio .barraProgresso .progresso:after,
.videoAudio .audioPlayer .audio .barraProgresso .progresso:after,
.videoAudio .videoPlayer .video .barraProgresso .progresso:after,
.videoAudio .audioPlayer .video .barraProgresso .progresso:after {
  content: "";
  background: #e30051;
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  margin-top: -6px;
  margin-right: -8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.videoAudio .videoPlayer .audio a.playPause,
.videoAudio .audioPlayer .audio a.playPause,
.videoAudio .videoPlayer .video a.playPause,
.videoAudio .audioPlayer .video a.playPause {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 20px;
  top: 12px;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  margin: 0;
}
.videoAudio .videoPlayer .audio a.playPause span,
.videoAudio .audioPlayer .audio a.playPause span,
.videoAudio .videoPlayer .video a.playPause span,
.videoAudio .audioPlayer .video a.playPause span {
  display: none;
}
.videoAudio .videoPlayer .audio a.subtitle,
.videoAudio .audioPlayer .audio a.subtitle,
.videoAudio .videoPlayer .video a.subtitle,
.videoAudio .audioPlayer .video a.subtitle {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  bottom: 12px;
  right: 90px;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  margin: 0;
  z-index: 2;
}
.videoAudio .videoPlayer .audio a.subtitle span,
.videoAudio .audioPlayer .audio a.subtitle span,
.videoAudio .videoPlayer .video a.subtitle span,
.videoAudio .audioPlayer .video a.subtitle span {
  display: none;
}
.videoAudio .videoPlayer .audio a.subtitle:before,
.videoAudio .audioPlayer .audio a.subtitle:before,
.videoAudio .videoPlayer .video a.subtitle:before,
.videoAudio .audioPlayer .video a.subtitle:before {
  content: "\f20a";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  display: block;
}
.videoAudio .videoPlayer .audio a.pausar:before,
.videoAudio .audioPlayer .audio a.pausar:before,
.videoAudio .videoPlayer .video a.pausar:before,
.videoAudio .audioPlayer .video a.pausar:before {
  content: "\f04c";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  display: block;
}
.videoAudio .videoPlayer .audio a.tocar:before,
.videoAudio .audioPlayer .audio a.tocar:before,
.videoAudio .videoPlayer .video a.tocar:before,
.videoAudio .audioPlayer .video a.tocar:before {
  content: "\f04b";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  display: block;
}
.videoAudio .videoPlayer .audio a.volume,
.videoAudio .audioPlayer .audio a.volume,
.videoAudio .videoPlayer .video a.volume,
.videoAudio .audioPlayer .video a.volume {
  width: 20px;
  height: 20px;
  bottom: 13px;
  right: 53px;
  display: block;
  position: absolute;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
}
.videoAudio .videoPlayer .audio a.volume span,
.videoAudio .audioPlayer .audio a.volume span,
.videoAudio .videoPlayer .video a.volume span,
.videoAudio .audioPlayer .video a.volume span {
  display: none;
}
.videoAudio .videoPlayer .audio a.volume:before,
.videoAudio .audioPlayer .audio a.volume:before,
.videoAudio .videoPlayer .video a.volume:before,
.videoAudio .audioPlayer .video a.volume:before {
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
  display: block;
  width: 20px;
}
.videoAudio .videoPlayer .audio a.volume.mute:before,
.videoAudio .audioPlayer .audio a.volume.mute:before,
.videoAudio .videoPlayer .video a.volume.mute:before,
.videoAudio .audioPlayer .video a.volume.mute:before {
  content: "\f028";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.videoAudio .videoPlayer .audio a.volume.mute:after,
.videoAudio .audioPlayer .audio a.volume.mute:after,
.videoAudio .videoPlayer .video a.volume.mute:after,
.videoAudio .audioPlayer .video a.volume.mute:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 28px;
  background: #fff;
  top: -3px;
  right: 8px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  border: 1px solid green;
}
.videoAudio .videoPlayer .audio a.volume.min:before,
.videoAudio .audioPlayer .audio a.volume.min:before,
.videoAudio .videoPlayer .video a.volume.min:before,
.videoAudio .audioPlayer .video a.volume.min:before {
  content: "\f026";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.videoAudio .videoPlayer .audio a.volume.med:before,
.videoAudio .audioPlayer .audio a.volume.med:before,
.videoAudio .videoPlayer .video a.volume.med:before,
.videoAudio .audioPlayer .video a.volume.med:before {
  content: "\f027";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.videoAudio .videoPlayer .audio a.volume.max:before,
.videoAudio .audioPlayer .audio a.volume.max:before,
.videoAudio .videoPlayer .video a.volume.max:before,
.videoAudio .audioPlayer .video a.volume.max:before {
  content: "\f028";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.videoAudio .videoPlayer .audio .legend,
.videoAudio .audioPlayer .audio .legend,
.videoAudio .videoPlayer .video .legend,
.videoAudio .audioPlayer .video .legend {
  position: absolute;
  bottom: 50px;
  text-align: center;
  left: 0;
  width: 100%;
}
.videoAudio .videoPlayer .audio .legend span[class^="msg"],
.videoAudio .audioPlayer .audio .legend span[class^="msg"],
.videoAudio .videoPlayer .video .legend span[class^="msg"],
.videoAudio .audioPlayer .video .legend span[class^="msg"] {
  display: none;
  background: rgba(0, 0, 255, 0.8);
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  line-height: 33px;
  padding: 0 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.videoAudio .videoPlayer {
  overflow: hidden;
  border: none;
  background: #a0a0a0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  position: relative;
  width: 100%;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.videoAudio .videoPlayer .thumbWithCover {
  background-size: cover;
}
.videoAudio .videoPlayer .video {
  background: #a0a0a0;
  padding: 0;
  position: relative;
  width: 100%;
}
.videoAudio .videoPlayer .video:before {
  content: "";
  background: #333;
  height: 46px;
  width: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
}
.videoAudio .videoPlayer .video .playPauseBig {
  height: calc( 100% - 46px);
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
}
.videoAudio .videoPlayer .video .playPauseBig span {
  display: none;
}
.videoAudio .videoPlayer .video .playPauseBig:before {
  width: 80px;
  height: 80px;
  background: rgba(179, 179, 179, 0.2);
  display: block;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  position: absolute;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.videoAudio .videoPlayer .video .playPauseBig.pausar:before {
  content: "\f04c";
  font: bold normal normal 40px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 40px;
  line-height: 80px;
}
.videoAudio .videoPlayer .video .playPauseBig.tocar:before {
  content: "\f04b";
  font: bold normal normal 40px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 40px;
  line-height: 80px;
  padding-left: 7px;
}
.videoAudio .videoPlayer .video a.fullScreen {
  width: 20px;
  height: 20px;
  bottom: 13px;
  right: 13px;
  display: block;
  position: absolute;
  cursor: pointer;
  margin: 0;
}
.videoAudio .videoPlayer .video a.fullScreen span {
  display: none;
}
.videoAudio .videoPlayer .video a.fullScreen:before {
  content: "\f065";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
}
.videoAudio .videoPlayer .video a.line {
  margin-top: 2px;
  border-bottom: 2px solid #fff;
  z-index: 2;
}
.videoAudio .videoPlayer .video video {
  display: block;
  width: 100%;
  height: auto;
}
.videoAudio .videoPlayer .video video::cue {
  background: rgba(255, 192, 203, 0.5);
  bottom: 50px;
  left: 0;
  width: 100%;
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  margin: 0 0 50px 0;
}
.videoAudio .videoPlayer .video video::cue(b) {
  margin: 0 0 50px 0;
  background: rgba(0, 0, 139, 0.5);
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  bottom: 50px;
  left: 0;
  width: 100%;
  position: absolute;
}
.videoAudio .videoPlayer .video .controleAudio {
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 46px;
}
.videoAudio .videoPlayer .video .controleAudio .playPause.tocar {
  top: auto;
  bottom: 12px;
}
.videoAudio .videoPlayer .video .controleAudio .playPause.pausar {
  top: auto;
  bottom: 12px;
}
.videoAudio .videoPlayer .video .barraProgresso {
  width: calc(100% - 260px);
  left: 70px;
  bottom: 0;
  position: absolute;
}
.videoAudio .videoPlayer .video .totalTime.full {
  bottom: 14px;
  top: auto;
  right: 90px;
}
.videoAudio .videoPlayer .video:not(.loadedVideo):before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .playPauseBig {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .volume {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .fullScreen {
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .controleAudio {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .barraProgresso {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .totalTime {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .subtitle {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer:hover .video:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 1;
}
.videoAudio .videoPlayer:hover .video .playPauseBig.tocar {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.videoAudio .videoPlayer:hover .video .playPauseBig.tocar:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.videoAudio .videoPlayer:hover .video a.fullScreen {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.videoAudio .videoPlayer:hover .video a.volume {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.videoAudio .videoPlayer:hover .video a.subtitle {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.videoAudio .videoPlayer:hover .video .totalTime.full {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.videoAudio .videoPlayer:hover .video .barraProgresso {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.videoAudio .videoPlayer:hover .video .controleAudio {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.videoAudio .videoPlayer.fullScreen {
  width: 100%;
  height: 100%;
  position: fixed;
  border: 0;
  top: 0;
  left: 0;
  display: block;
  z-index: 999999;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.videoAudio .videoPlayer.fullScreen .video {
  height: 100%;
  width: 100%;
  background: orange;
}
.videoAudio .videoPlayer.fullScreen .video video {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.videoAudio .videoPlayer.fullScreen .video a.fullScreen:before {
  content: "\f066";
}
.videoAudio .videoPlayer.fullScreen .video .legend span[class^="msg"] {
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  line-height: 33px;
}
.videoAudio .videoPlayer.autohide .video .playPauseBig {
  cursor: none;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo):before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) .playPauseBig {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) a.fullScreen {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) a.volume {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) a.subtitle {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) .totalTime.full {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) .barraProgresso {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) .controleAudio {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .audioPlayer {
  padding: 0;
  overflow: hidden;
  height: 46px;
  border: 1px solid black;
  background: black;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 100px 0 90px;
  position: relative;
}
.videoAudio .audioPlayer.bigSpace {
  padding: 0 150px 0 70px;
}
.videoAudio .audioPlayer.smallSpace {
  padding: 0 130px 0 70px;
}
.videoAudio .audioPlayer .audio {
  background: yellow;
  padding: 0;
  height: 4px;
}
.videoAudio .audioPlayer .audio audio {
  display: none;
}
.videoAudio .audioPlayer .audio a.volume {
  right: 13px;
}
.videoAudio .audioPlayer .audio .totalTime.full {
  right: 50px;
}
.videoAudio .audioPlayer .audio .totalTime.half {
  right: 50px;
}
.videoAudio .poster {
  display: block;
  width: 100%;
  height: auto;
}
.videoAudio .poster img {
  display: block;
  width: 100%;
}
.videoAudio .poster a.playPauseBigAudio {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
}
.videoAudio .poster a.playPauseBigAudio span {
  display: none;
}
.videoAudio .poster.autohide a.playPauseBigAudio.pausar:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media (orientation: portrait) {
  .videoAudio .videoPlayer.fullScreen .video {
    height: 100%;
    width: 100%;
  }
  .videoAudio .videoPlayer.fullScreen .video video {
    width: 100%;
    height: auto;
    margin: 0;
    position: absolute;
    top: calc(50% - 23px);
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
.descricaoVideo h1.title {
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 38px;
  font-size: 36px;
  color: #444;
}
.descricaoVideo h2.subtitle {
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: 600;
  font-size: 14px;
  color: #444;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.descricaoVideo p.descricao {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #444;
}
.descricaoVideo p.lorem {
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: 600;
  font-size: 14px;
  color: #444;
  letter-spacing: 0.03em;
}
div.avaliacao {
  padding: 20px 0 0;
}
div.linha {
  margin-top: 30px;
  border-top: 2px solid #e5e5e5;
}
div.loremIpsum {
  padding-left: 60px;
}
div.bolas {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}
div.bolaBranca {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #d2d2d2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
ul.listaPalavraChave {
  display: flex;
  flex-wrap: wrap;
}
ul.listaPalavraChave li {
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
}
ul.listaPalavraChave a {
  padding: 5px 15px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #b3b3b3;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #444;
  letter-spacing: 0.03em;
}
a.expandir {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.expandir:before {
  content: '\f107';
  font: bold normal normal 20px/1 'Font Awesome 5 Free Solid';
  color: #666;
  line-height: 20px;
}
.conteudoFiltros h1 {
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 26px;
  font-weight: normal;
  font-size: 24px;
  color: #444;
  margin-bottom: 30px;
}
.conteudoFiltros h2 {
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #444;
}
.conteudoFiltros div.resultadoFiltros {
  margin-top: 20px;
}
.paginacao {
  text-align: center;
}
.paginacao .boxPaginacao {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
}
.paginacao .boxPaginacao.pagination-right {
  float: right;
}
.paginacao .boxPaginacao ul {
  padding: 0;
}
.paginacao .boxPaginacao ul > li {
  display: inline;
  position: relative;
}
.paginacao .boxPaginacao ul > li > a {
  margin: 0 2px;
  line-height: 1.3;
}
.paginacao .boxPaginacao ul > li > a:link,
.paginacao .boxPaginacao ul > li > a:visited {
  position: relative;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  background: none;
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 16px;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.01em;
  line-height: 1.3;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.paginacao .boxPaginacao ul > li > a:hover {
  color: #fff;
  background: #e40051;
}
.paginacao .boxPaginacao ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 16px;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.01em;
  line-height: 1.42857143;
}
.paginacao .boxPaginacao ul > li.dot {
  position: relative;
  float: left;
  padding: 4px 8px;
  line-height: 1.42857143;
  text-decoration: none;
  background: none;
  margin-left: -1px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.paginacao .boxPaginacao ul > li:first-child > a,
.paginacao .boxPaginacao ul > li:first-child > span {
  margin-left: 0;
  position: relative;
}
.paginacao .boxPaginacao ul > li:first-child > a:before,
.paginacao .boxPaginacao ul > li:first-child > span:before {
  content: "\f053";
  font: bold normal normal 16px/1 'Font Awesome 5 Free Solid';
  color: #666;
  line-height: 16px;
  position: absolute;
  left: -10px;
}
.paginacao .boxPaginacao ul > li:last-child > a,
.paginacao .boxPaginacao ul > li:last-child > span {
  margin-left: 0;
  position: relative;
}
.paginacao .boxPaginacao ul > li:last-child > a:before,
.paginacao .boxPaginacao ul > li:last-child > span:before {
  content: "\f054";
  font: bold normal normal 16px/1 'Font Awesome 5 Free Solid';
  color: #666;
  line-height: 16px;
  position: absolute;
  right: -10px;
}
.paginacao .boxPaginacao ul > li:first-child > a:hover,
.paginacao .boxPaginacao ul > li:last-child > a:hover {
  background: none !important;
  color: #444;
}
.paginacao .boxPaginacao ul > li.active > a {
  margin: 0 2px !important;
}
.paginacao .boxPaginacao ul > li.active > a,
.paginacao .boxPaginacao ul > li.active > span,
.paginacao .boxPaginacao ul > li.active > a:hover,
.paginacao .boxPaginacao ul > li.active > span:hover,
.paginacao .boxPaginacao ul > li.active > a:focus,
.paginacao .boxPaginacao ul > li.active > span:focus {
  z-index: 2;
  color: #fff;
  background: #e40051;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: default;
}
.paginacao .boxPaginacao ul > li.disable > span,
.paginacao .boxPaginacao ul > li.disable > a:hover,
.paginacao .boxPaginacao ul > li.disable > span:hover,
.paginacao .boxPaginacao ul > li.disable > a:focus,
.paginacao .boxPaginacao ul > li.disable > span:focus {
  color: #b3b3b3;
  background: none;
  cursor: not-allowed;
}
span.stars {
  display: inline-block;
  margin-right: 3px;
}
span.stars:before {
  content: "\f005";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #f5e768;
  line-height: 18px;
}
span.stars.vazio:before {
  content: "\f005";
  font: normal normal normal 18px/1 'Font Awesome 5 Free';
  color: #666;
  line-height: 18px;
}
div.checkbox input {
  display: none;
}
div.checkbox a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 35px;
  border: 2px solid #cccccc;
  background: #fff;
  margin-top: 1px;
}
ul.lista-conteudo {
  margin: 20px 0 35px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

ul.lista-conteudo li {
  width: 30%;
  display: flex;
  margin: 0 0 25px;
  position: relative;
  height: auto;
}
ul.lista-conteudo li:nth-child(3n+2) {
    margin: 0 auto 25px;
}
ul.lista-conteudo li.adcCateg.center{
    margin-left: 5%;
}
ul.lista-conteudo li a {
  width: auto;
  height: auto;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  /*background: #ededed;*/
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
ul.lista-conteudo li.adcCateg{
    height: 169px;    
}
ul.lista-conteudo li.adcCateg a{
   background: #ededed;
}
ul.lista-conteudo li a:before{
    content: '';
    width: 100%;
    position: absolute;
    height: 0;
    background: rgba(0,0,0,0.2);
    bottom: 0;
    border-radius: 20px;
}
ul.lista-conteudo li a:hover:before{
    height: 100%;
}
ul.lista-conteudo li a:active:before{
    background: rgba(0,0,0,0.4);
}
ul.lista-conteudo li a span {
  display: block;
  width: 69%;
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 20px;
  font-weight: normal;
  font-size: 18px;
  color: #808080;
}
ul.lista-conteudo li a img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
ul.lista-conteudo li a:hover img{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 8px 8px 25px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 8px 8px 25px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 8px 8px 25px 0px rgba(0, 0, 0, 0.4);
}
ul.lista-material {
  margin: 20px 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.lista-material li {
  background: #fff;
  width: 30%;
  margin: 0 0 25px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
}
ul.lista-material li a{
  display: block;
  position: relative;
}
ul.lista-material li a:hover{
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 8px 8px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 8px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 8px 8px 25px 0px rgba(0, 0, 0, 0.2);
  background: #f5f5f5;
  color: #666666;
}
ul.lista-material li a:active{
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 8px 8px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 8px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 8px 8px 25px 0px rgba(0, 0, 0, 0.2);
  background: #e5e5e5;
  color: #666666;
}

ul.lista-material li img {
  width: 80px;
  height: auto;
  margin: 30px 0 0;
}
ul.lista-material li h3 {
  margin: 20px 0;
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  color: #666;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
#userMenu {
  background: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 0 24px 20px;
  margin: 45px 0 0;
}
#userMenu .exibe-bts {
  padding: 30px 24px 10px;
  border-bottom: 1px solid #ededed;
  margin: 0 -24px 20px;
  display: flex;
  flex-direction: column;
}
#MsgAguarde {
  margin:10px 0 20px!important;
}
#MsgAguarde span{
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #666;
}
#MsgAguarde span.erro{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  color: #b60040;
}
#MsgAguarde span img{
  display:inline-block;
  width:10px;
  height:10px;
  margin-right: 10px; 
}
#userMenu .exibe-bts li {
  width: 100%;
}
#userMenu .exibe-bts li a {
  font-family: "proxima-nova", sans-serif;font-weight: 600;
  line-height: 16px;
  font-size: 14px;
  color: #b3b3b3;
  display: block;
  min-height: 18px;
  margin: 0 0 10px;
  padding: 2px 0px 0 28px;
}

#userMenu .exibe-bts li a:hover {
  color: #666;
}
#userMenu .exibe-bts li a.perfil {
  background: url('../images/icone-perfil.png') no-repeat left top;
}
#userMenu .exibe-bts li a.perfil:hover,
#userMenu .exibe-bts li a.perfil:focus{
  background: url('../images/icone-perfil-hover.png') no-repeat left top;
}
#userMenu .exibe-bts li a.senha {
  background: url('../images/icone-configuracao.png') no-repeat left top;
}
#userMenu .exibe-bts li a.senha:hover,
#userMenu .exibe-bts li a.senha:focus {
  background: url('../images/icone-configuracao-hover.png') no-repeat left top;
}
#userMenu .exibe-bts li a.codigos {
  background: url('../images/icone-codigos.png') no-repeat left top;
}
#userMenu .exibe-bts li a.codigos:hover,
#userMenu .exibe-bts li a.codigos:focus {
  background: url('../images/icone-codigos-hover.png') no-repeat left top;
}
#userMenu h5 {
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

#userMenu p {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  margin: 20px 0;
}
#userMenu input {
  margin: 5px 0 0;
  background: #e5e5e5;
  color: #666;
  border: none;
  width: 180px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  font-size: 14px;
}
#userMenu input:hover{
  border: 1px solid #444;
  background: #e5e5e5;
}
#userMenu input:focus {
  border: 1px solid #444;
  background: #e5e5e5;
  color: #444;
}
#userMenu input.erro{
  border: 1px solid #b60040;
  background: #ffd5e3;
  font-size: 14px;
  letter-spacing: 0;
  color: #b60040;
}
#userMenu fieldset {
  border:none;
}
#userMenu input.alert {
  background: #ffd5e3;
  border: 1px solid #b60040;
  color: #b60040;
}
#userMenu span.alert {
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #b60040;
}
#userMenu button {
  width: 110px;
  height: 30px;
  text-align: center;
  background: #fff;
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 18px;
  font-size: 16px;
  color: #b3b3b3;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  border: 2px solid #b3b3b3;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-transform: uppercase;
}
#userMenu button:hover {
  border-color: #b3b3b3;
  color: #666666;
}
#userMenu button:focus{
  background: #b2b2b2;
  border: none;
  color: #666666;
}
#userMenu button:active{
  background: #b2b2b2;
  border: none;
  color: #666666;
}
ul.listaBoxes {
  margin: 20px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.listaBoxes li {
  background: #fff;
  width: 23%;
  margin: 0 2.66% 25px 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
}
ul.listaBoxes li:nth-child(4n+0) {
  margin: 0 0 25px 0;
}
ul.listaBoxes li img {
  width: 80px;
  height: auto;
  margin: 30px 0 0;
}
ul.listaBoxes li h3 {
  margin: 20px 40px 30px;
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  color: #666;
  font-size: 18px;
}
ul.listaUltimos {
  margin: 20px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

ul.listaUltimos li {
  width: 30%;
  display: flex;
  margin: 0 4.8% 25px 0;
}
ul.listaUltimos li:nth-child(3n+0) {
  margin: 0 0 25px 0;
}
ul.listaUltimos li a:hover img {
  filter: brightness(80%);
}
ul.listaUltimos li a img {
  transition: all 0.2s ease-in-out;
}
ul.listaUltimos li a p {
  font-size: 18px;
  line-height: 18px;
}
.mobile h2 {
  margin: 0 0 20px;
  display: inline-block;
}
.mobile p > span {
  margin: 0 0 10px;
  display: block;
}
.categorias,
#facets-categoria {
  margin: 0 0 12px 0;
  overflow: hidden;
}
.categorias ul,
#facets-categoria ul {
  overflow: hidden;
}
.categorias ul li,
#facets-categoria ul li {
  list-style: none;
}
.categorias ul li.filterItem,
#facets-categoria ul li.filterItem {
  float: left;
}
.categorias ul li.filterItem a:link,
#facets-categoria ul li.filterItem a:link,
.categorias ul li.filterItem a:visited,
#facets-categoria ul li.filterItem a:visited {
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  padding: 5px 20px;
  display: block;
  border: 1px solid #b3b3b3;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: none;
  margin: 4px 9px 4px 0;
}
.categorias ul li.filterItem a:hover,
#facets-categoria ul li.filterItem a:hover {
  background: #e4e4e4;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  border: 1px solid #e4e4e4;
}
.categorias ul li.filterItem a:focus,
#facets-categoria ul li.filterItem a:focus {
  text-decoration: none;
}
.categorias ul li.filterItem.active a,
#facets-categoria ul li.filterItem.active a {
  color: #fff;
  background: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #184c66;
  padding: 9px 13px 9px 20px;
}
.categorias ul li.filterItem.active a span,
#facets-categoria ul li.filterItem.active a span {
  display: none;
}
.categorias ul li.filterItem.active a:after,
#facets-categoria ul li.filterItem.active a:after {
  content: "\f057";
  font: bold normal normal 15px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 15px;
  margin-left: 10px;
  font-size: 17px;
}
.categorias .ocultar,
#facets-categoria .ocultar {
  display: none;
}
.categorias.setas .mascara,
#facets-categoria.setas .mascara {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  max-height: 110px;
  overflow: hidden;
}
.categorias.setas .expandir,
#facets-categoria.setas .expandir {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.categorias.setas .expandir:before,
#facets-categoria.setas .expandir:before {
  content: "\f078";
  font: bold normal normal 14px/1 'Font Awesome 5 Free Solid';
  color: #333333;
  line-height: 14px;
  font-size: 25px;
}
.categorias.setas .expandir:hover,
#facets-categoria.setas .expandir:hover,
.categorias.setas .expandir:focus,
#facets-categoria.setas .expandir:focus {
  text-decoration: none;
}
.categorias.setas.open .mascara,
#facets-categoria.setas.open .mascara {
  mask-image: initial;
  -webkit-mask-image: initial;
  max-height: 100%;
}
.categorias.setas.open .expandir,
#facets-categoria.setas.open .expandir {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-top: 10px;
}
.categorias.setas.open .expandir:before,
#facets-categoria.setas.open .expandir:before {
  content: "\f102";
  font: bold normal normal 15px/1 'Font Awesome 5 Free Solid';
  color: #184c66;
  line-height: 15px;
  font-size: 25px;
}
.listaBusca h2 {
  display: inline-block;
}
.listaBusca ul.listaConteudos {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listaBusca ul.listaConteudos li.item {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 20px 15px;
}
.listaBusca ul.listaConteudos li.item .itemBusca a {
  overflow: hidden;
  display: block;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #666;
}
.listaBusca ul.listaConteudos li.item .itemBusca a h2 {
  font-family: 'Open Sans', sans-serif;
  line-height: 21px;
  font-weight: normal;
  font-size: 19px;
  color: #7c7c7c;
  font-weight: 600;
  margin: 0 0 10px 0;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.listaBusca ul.listaConteudos li.item .itemBusca a p {
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #666;
  margin: 0 0 10px 0;
}
.listaBusca ul.listaConteudos li.item .itemBusca a p span.categoria {
  display: block;
}
.listaBusca ul.listaConteudos li.item .itemBusca a .foto {
  margin: 0 0 10px 0;
  overflow: hidden;
}
.listaBusca ul.listaConteudos li.item .itemBusca a .foto .lazyImg {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.listaBusca ul.listaConteudos li.item .itemBusca a .btnConteudo {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  font-weight: 600;
  margin: 0;
}
.listaBusca ul.listaConteudos li.item .itemBusca a .btnConteudo:after {
  content: "\f105";
  font: bold normal normal 16px/1 'Font Awesome 5 Free Solid';
  color: #666666;
  line-height: 16px;
  margin: 0 0 0 5px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.listaBusca ul.listaConteudos li.item .itemBusca a:hover h2 {
  color: #184c66;
}
.listaBusca ul.listaConteudos li.item .itemBusca a:hover .btnConteudo {
  color: #184c66;
}
.listaBusca ul.listaConteudos li.item .itemBusca a:hover .btnConteudo:after {
  margin: 0 0 0 10px;
  color: #184c66;
}
.listaBusca ul.listaConteudos li.item .itemBusca a:hover .foto .lazyImg {
  -webkit-opacity: 0.7 !important;
  -moz-opacity: 0.7 !important;
  opacity: 0.7 !important;
  transform: scale(1.1);
}
.listaBusca ul.listaConteudos li.item .ctEx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.listaBusca ul.listaConteudos li.item .ctEx .center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
}
.listaBusca ul.listaConteudos li.item .ctEx .center p {
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.listaBusca ul.listaConteudos li.item .ctEx .center p:last-child:after {
  content: "\f35d";
  font: bold normal normal 15px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 15px;
  margin: 0 0 0 10px;
}
.listaBusca ul.listaConteudos li.item:hover .ctEx {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 991px) {
  .listaBusca {
    display: block !important;
  }
}
.imageLoad {
  background: #fafafa;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.imageLoad .lazyImg {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-position: center center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.imageLoad:after {
  content: "\f1ce";
  font: bold normal normal 40px/1 'Font Awesome 5 Free Solid';
  color: #666666;
  line-height: 40px;
  -webkit-animation: move 2s infinite steps(8);
  -moz-animation: move 2s infinite steps(8);
  animation: move 2s infinite steps(8);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 10;
  display: block;
}
.imageLoad.animated .lazyImg {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.imageLoad.animated:after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.imageLoad img {
  display: block;
  height: auto;
  width: 100%;
}
.imageLoad img.lazy {
  width: 1px;
  height: 1px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}
.imageLoad img.bgCol {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.marginFiltro {
  margin-top: 100px;
}
.exibe {
  position: absolute;
}
h2.search {
  font-family: 'Open Sans', sans-serif;
  line-height: 15px;
  font-weight: normal;
  font-size: 13px;
  color: #513d24;
  margin-bottom: 20px;
}
.searchFilter {
  background: #fff;
  padding: 15px 15px;
  font-weight: normal;
  margin: 0 0 20px 0;
  box-shadow: 0 0 4px 1px #b3b3b3;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.searchFilter ul {
  list-style: none;
  margin: 0 0 10px 0;
}
.searchFilter ul a:link,
.searchFilter ul a:visited {
  font-family: 'Open Sans', sans-serif;
  line-height: 15px;
  font-weight: normal;
  font-size: 13px;
  color: #666666;
  font-weight: 600;
}
.searchFilter ul .active > a:link,
.searchFilter ul .active > a:visited {
  font-family: 'Open Sans', sans-serif;
  line-height: 15px;
  font-weight: normal;
  font-size: 13px;
  color: #21536c;
  font-weight: 600;
}
.searchFilter ul.listColection {
  position: relative;
}
.searchFilter ul.listColection > li > a:link,
.searchFilter ul.listColection > li > a:visited {
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  display: block;
  margin: 10px -15px 15px -15px;
  padding: 0 15px 15px;
  position: relative;
  overflow: hidden;
}
.searchFilter ul.listColection > li > a:link:before,
.searchFilter ul.listColection > li > a:visited:before {
  font: bold normal normal 16px/1 'Font Awesome 5 Free Solid';
  color: #21536c;
  line-height: 16px;
  font-size: 15px;
  padding: 0 5px 0 3px;
}
.searchFilter ul.listColection > li > a:link.materialcomplementar,
.searchFilter ul.listColection > li > a:visited.materialcomplementar {
  font-family: 'Open Sans', sans-serif;
  line-height: 15px;
  font-weight: normal;
  font-size: 13px;
  color: #666666;
  font-weight: 600;
}
.searchFilter ul.listColection > li > a:link.materialcomplementar:before,
.searchFilter ul.listColection > li > a:visited.materialcomplementar:before {
  content: "\f3fa";
}
.searchFilter ul.listColection > li > a:link.open:after,
.searchFilter ul.listColection > li > a:visited.open:after {
  content: "\f077";
  font: bold normal normal 16px/1 'Font Awesome 5 Free Solid';
  color: #5c5c5c;
  line-height: 16px;
  position: absolute;
  right: 20px;
}
.searchFilter ul.listColection > li > a:link.closed:after,
.searchFilter ul.listColection > li > a:visited.closed:after {
  content: "\f078";
  font: bold normal normal 16px/1 'Font Awesome 5 Free Solid';
  color: #5c5c5c;
  line-height: 16px;
  position: absolute;
  right: 20px;
}
.searchFilter ul.listColection > li > ul {
  overflow: hidden;
}
.searchFilter ul.listColection > li > ul.disciplinas {
  padding-left: 11px;
}
.searchFilter ul.listColection > li > ul > li a:link,
.searchFilter ul.listColection > li > ul > li a:visited {
  margin-bottom: 10px;
  display: block;
}
.searchFilter ul.listColection > li > ul > li a:link.open,
.searchFilter ul.listColection > li > ul > li a:visited.open {
  color: #21536c;
}
.searchFilter ul.listColection > li > ul > li a:link.open:before,
.searchFilter ul.listColection > li > ul > li a:visited.open:before {
  content: "\f106";
  font: bold normal normal 16px/1 'Font Awesome 5 Free Solid';
  color: #21536c;
  line-height: 16px;
  position: relative;
  left: -6px;
}
.searchFilter ul.listColection > li > ul > li a:link.close,
.searchFilter ul.listColection > li > ul > li a:visited.close {
  color: #5c5c5c;
  float: none;
  opacity: 1;
  text-shadow: none;
}
.searchFilter ul.listColection > li > ul > li a:link.close:hover,
.searchFilter ul.listColection > li > ul > li a:visited.close:hover {
  text-decoration: underline;
  cursor: pointer;
  opacity: 1;
}
.searchFilter ul.listColection > li > ul > li a:link.close:before,
.searchFilter ul.listColection > li > ul > li a:visited.close:before {
  content: "\f107";
  font: bold normal normal 16px/1 'Font Awesome 5 Free Solid';
  color: #5c5c5c;
  line-height: 16px;
  position: relative;
  left: -6px;
}
@media only screen and (min-width: 1025px), only screen and (min-device-width: 1025px) {
  .searchFilter ul.listColection > li > ul > li a:link,
  .searchFilter ul.listColection > li > ul > li a:visited {
    width: 100%;
  }
}
.searchFilter ul.listColection > li > ul > li > ul {
  padding: 0 0 0 20px;
  list-style: none;
}
.searchFilter ul.listColection > li > ul > li > ul > li > ul {
  padding: 0 0 0 20px;
  list-style: none;
}
.searchFilter ul.listColection .form-group {
  margin-bottom: 8px;
}
.searchFilter ul.listColection .form-group .checkbox {
  padding-left: 23px;
  margin: 0;
}
.searchFilter ul.listColection .form-group .checkbox label {
  font-family: 'Open Sans', sans-serif;
  line-height: 15px;
  font-weight: normal;
  font-size: 13px;
  color: #666666;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  min-height: 20px;
}
.searchFilter ul.listColection .form-group .checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  margin-top: 2px;
  border: 1px solid #cccccc;
  background: #fff;
}
.searchFilter ul.listColection .form-group .checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.searchFilter ul.listColection .form-group .checkbox label span.favoritos:before {
  content: "\f004";
  font: bold normal normal 13px/1 'Font Awesome 5 Free Solid';
  color: #fe736a;
  line-height: 13px;
  margin: 0 5px 0 0;
}
.searchFilter ul.listColection .form-group .checkbox label span.rateStars .star:before {
  content: "\f005";
  font: bold normal normal 14px/1 'Font Awesome 5 Free Solid';
  color: #ffca00;
  line-height: 14px;
  margin: 0;
}
.searchFilter ul.listColection .form-group .checkbox label span.hideText {
  display: none;
}
.searchFilter ul.listColection .form-group .checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 0;
}
.searchFilter ul.listColection .form-group .checkbox input[type="checkbox"]:checked + label:before {
  background: #e40051;
  border: 1px solid #e40051;
}
.searchFilter ul.listColection .form-group .checkbox input[type="checkbox"]:checked + label:after {
  content: "\f00c";
  font: bold normal normal 16px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  top: 2px;
}
.searchFilter .limparFiltro {
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  margin: 20px 0 10px;
  display: inline-block;
  text-transform: uppercase;
  float: right;
}
.searchFilter .limparFiltro:hover {
  color: #e40051;
}

a.btn.limparTodosFiltros {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-family: "proxima-nova", sans-serif;font-weight: 400;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}
a.btn.limparTodosFiltros:hover {
  text-decoration: none;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #e40051;
}
a.btn.limparTodosFiltros:focus,
a.btn.limparTodosFiltros:active {
  text-decoration: none;
  color: #e40051;
}
a.like {
  display: inline-block;
  float: right;
  margin: 10px 0 0 2px;
  font-family: "proxima-nova", sans-serif;font-weight: 600;
  line-height: 16px;
  font-size: 14px;
  color: #e40051;
  text-transform: uppercase;
}
a.like:before {
  content: "\f004";
  font: normal normal normal 18px/1 'Font Awesome 5 Free';
  color: #e40051;
  line-height: 18px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-right: 5px;
}
a.like.active:before {
  content: "\f004";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #e40051;
  line-height: 18px;
  color: #ff736b;
  margin-right: 5px;
}
a.like:focus {
  text-decoration: none;
}
a.like:hover {
  text-decoration: none;
}
a.like:hover:before {
  content: "\f004";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  line-height: 18px;
  color: #ff736b;
}
a.voltar {
  display: inline-block;
  background: #fff;
  padding: 8px 20px;
  font-family: "proxima-nova", sans-serif;font-weight: 700;
  line-height: 16px;
  font-size: 14px;
  color: #444;
  text-transform: uppercase;
  line-height: 14px;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #e5e5e5;
  margin: 0 0 20px;
}
a.voltar:before {
  content: "";
  background: url(../images/arrow-left.png);
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-right: 10px;
}
.midia {
  padding: 0 0 20px;
  clear: both;
}
.midia .html5 {
  border: 1px solid #b8b8b8;
  margin: 20px 0;
  overflow: hidden;
  height: 500px;
  border: 1px solid #184c66;
  padding-bottom: 75%;
  position: relative;
}
.midia .html5 iframe {
  width: 100%;
  min-height: 100%;
  border: 0;
  display: block;
  position: absolute;
}
.midia .pdf {
  min-height: 495px;
  width: 100%;
  border: 1px solid #184c66;
  padding: 0;
  overflow: hidden;
  background: #fafafa;
  position: relative;
}
.midia .pdf:not(.loaded):before {
  content: "\f1ce";
  font: bold normal normal 30px/1 'Font Awesome 5 Free Solid';
  color: #184c66;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin-top: -15px;
  margin-left: -15px;
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}
.midia .pdf object {
  min-height: 495px;
  width: 100%;
  display: block;
  padding: 0;
  position: relative;
  z-index: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.midia .pdf.loaded object {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.videoAudio .videoPlayer .totalTime.half,
.videoAudio .audioPlayer .totalTime.half {
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 28px;
  right: 20px;
}
.videoAudio .videoPlayer .totalTime.full,
.videoAudio .audioPlayer .totalTime.full {
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 14px;
  right: 20px;
}
.videoAudio .videoPlayer .audio .barraProgresso,
.videoAudio .audioPlayer .audio .barraProgresso,
.videoAudio .videoPlayer .video .barraProgresso,
.videoAudio .audioPlayer .video .barraProgresso {
  margin: 0 0 0 0;
  background: #fff;
  height: 4px;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.videoAudio .videoPlayer .audio .barraProgresso:before,
.videoAudio .audioPlayer .audio .barraProgresso:before,
.videoAudio .videoPlayer .video .barraProgresso:before,
.videoAudio .audioPlayer .video .barraProgresso:before {
  content: "";
  background: #fff;
  display: block;
  width: 100%;
  height: 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.videoAudio .videoPlayer .audio .barraProgresso .progresso,
.videoAudio .audioPlayer .audio .barraProgresso .progresso,
.videoAudio .videoPlayer .video .barraProgresso .progresso,
.videoAudio .audioPlayer .video .barraProgresso .progresso {
  display: block;
  background: #073b55;
  height: 4px;
  margin-top: -4px;
  width: 0;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.videoAudio .videoPlayer .audio .barraProgresso .progresso:after,
.videoAudio .audioPlayer .audio .barraProgresso .progresso:after,
.videoAudio .videoPlayer .video .barraProgresso .progresso:after,
.videoAudio .audioPlayer .video .barraProgresso .progresso:after {
  content: "";
  background: #073b55;
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  margin-top: -6px;
  margin-right: -8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.videoAudio .videoPlayer .audio a.playPause,
.videoAudio .audioPlayer .audio a.playPause,
.videoAudio .videoPlayer .video a.playPause,
.videoAudio .audioPlayer .video a.playPause {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 20px;
  top: 12px;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  margin: 0;
}
.videoAudio .videoPlayer .audio a.playPause span,
.videoAudio .audioPlayer .audio a.playPause span,
.videoAudio .videoPlayer .video a.playPause span,
.videoAudio .audioPlayer .video a.playPause span {
  display: none;
}
.videoAudio .videoPlayer .audio a.subtitle,
.videoAudio .audioPlayer .audio a.subtitle,
.videoAudio .videoPlayer .video a.subtitle,
.videoAudio .audioPlayer .video a.subtitle {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  bottom: 12px;
  right: 90px;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  margin: 0;
  z-index: 2;
}
.videoAudio .videoPlayer .audio a.subtitle span,
.videoAudio .audioPlayer .audio a.subtitle span,
.videoAudio .videoPlayer .video a.subtitle span,
.videoAudio .audioPlayer .video a.subtitle span {
  display: none;
}
.videoAudio .videoPlayer .audio a.subtitle:before,
.videoAudio .audioPlayer .audio a.subtitle:before,
.videoAudio .videoPlayer .video a.subtitle:before,
.videoAudio .audioPlayer .video a.subtitle:before {
  content: "\f20a";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  display: block;
}
.videoAudio .videoPlayer .audio a.pausar:before,
.videoAudio .audioPlayer .audio a.pausar:before,
.videoAudio .videoPlayer .video a.pausar:before,
.videoAudio .audioPlayer .video a.pausar:before {
  content: "\f04c";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  display: block;
}
.videoAudio .videoPlayer .audio a.tocar:before,
.videoAudio .audioPlayer .audio a.tocar:before,
.videoAudio .videoPlayer .video a.tocar:before,
.videoAudio .audioPlayer .video a.tocar:before {
  content: "\f04b";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  display: block;
}
.videoAudio .videoPlayer .audio a.volume,
.videoAudio .audioPlayer .audio a.volume,
.videoAudio .videoPlayer .video a.volume,
.videoAudio .audioPlayer .video a.volume {
  width: 20px;
  height: 20px;
  bottom: 13px;
  right: 53px;
  display: block;
  position: absolute;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
}
.videoAudio .videoPlayer .audio a.volume span,
.videoAudio .audioPlayer .audio a.volume span,
.videoAudio .videoPlayer .video a.volume span,
.videoAudio .audioPlayer .video a.volume span {
  display: none;
}
.videoAudio .videoPlayer .audio a.volume:before,
.videoAudio .audioPlayer .audio a.volume:before,
.videoAudio .videoPlayer .video a.volume:before,
.videoAudio .audioPlayer .video a.volume:before {
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
  display: block;
  width: 20px;
}
.videoAudio .videoPlayer .audio a.volume.mute:before,
.videoAudio .audioPlayer .audio a.volume.mute:before,
.videoAudio .videoPlayer .video a.volume.mute:before,
.videoAudio .audioPlayer .video a.volume.mute:before {
  content: "\f028";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.videoAudio .videoPlayer .audio a.volume.mute:after,
.videoAudio .audioPlayer .audio a.volume.mute:after,
.videoAudio .videoPlayer .video a.volume.mute:after,
.videoAudio .audioPlayer .video a.volume.mute:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 28px;
  background: #fff;
  top: -3px;
  right: 8px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  border: 1px solid #184c66;
}
.videoAudio .videoPlayer .audio a.volume.min:before,
.videoAudio .audioPlayer .audio a.volume.min:before,
.videoAudio .videoPlayer .video a.volume.min:before,
.videoAudio .audioPlayer .video a.volume.min:before {
  content: "\f026";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.videoAudio .videoPlayer .audio a.volume.med:before,
.videoAudio .audioPlayer .audio a.volume.med:before,
.videoAudio .videoPlayer .video a.volume.med:before,
.videoAudio .audioPlayer .video a.volume.med:before {
  content: "\f027";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.videoAudio .videoPlayer .audio a.volume.max:before,
.videoAudio .audioPlayer .audio a.volume.max:before,
.videoAudio .videoPlayer .video a.volume.max:before,
.videoAudio .audioPlayer .video a.volume.max:before {
  content: "\f028";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.videoAudio .videoPlayer .audio .legend,
.videoAudio .audioPlayer .audio .legend,
.videoAudio .videoPlayer .video .legend,
.videoAudio .audioPlayer .video .legend {
  position: absolute;
  bottom: 50px;
  text-align: center;
  left: 0;
  width: 100%;
}
.videoAudio .videoPlayer .audio .legend span[class^="msg"],
.videoAudio .audioPlayer .audio .legend span[class^="msg"],
.videoAudio .videoPlayer .video .legend span[class^="msg"],
.videoAudio .audioPlayer .video .legend span[class^="msg"] {
  display: none;
  background: rgba(24, 76, 102, 0.8);
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  line-height: 33px;
  padding: 0 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.videoAudio .videoPlayer {
  overflow: hidden;
  border: 1px solid #184c66;
  background: #184c66;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  position: relative;
  width: 100%;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.videoAudio .videoPlayer .thumbWithCover {
  background-size: cover;
}
.videoAudio .videoPlayer .video {
  background: #cfe5ef;
  padding: 0;
  position: relative;
  width: 100%;
}
.videoAudio .videoPlayer .video:before {
  content: "";
  background: #184c66;
  height: 46px;
  width: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
}
.videoAudio .videoPlayer .video .playPauseBig {
  height: calc( 100% - 46px);
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
}
.videoAudio .videoPlayer .video .playPauseBig span {
  display: none;
}
.videoAudio .videoPlayer .video .playPauseBig:before {
  width: 80px;
  height: 80px;
  border: 5px solid #184c66;
  display: block;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  position: absolute;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.videoAudio .videoPlayer .video .playPauseBig.pausar:before {
  content: "\f04c";
  font: bold normal normal 40px/1 'Font Awesome 5 Free Solid';
  color: #184c66;
  line-height: 40px;
  line-height: 70px;
}
.videoAudio .videoPlayer .video .playPauseBig.tocar:before {
  content: "\f04b";
  font: bold normal normal 30px/1 'Font Awesome 5 Free Solid';
  color: #184c66;
  line-height: 30px;
  line-height: 70px;
}
.videoAudio .videoPlayer .video a.fullScreen {
  width: 20px;
  height: 20px;
  bottom: 13px;
  right: 13px;
  display: block;
  position: absolute;
  cursor: pointer;
  margin: 0;
}
.videoAudio .videoPlayer .video a.fullScreen span {
  display: none;
}
.videoAudio .videoPlayer .video a.fullScreen:before {
  content: "\f065";
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 18px;
  line-height: 20px;
}
.videoAudio .videoPlayer .video a.line {
  margin-top: 2px;
  border-bottom: 2px solid #fff;
  z-index: 2;
}
.videoAudio .videoPlayer .video video {
  display: block;
  width: 100%;
  height: auto;
}
.videoAudio .videoPlayer .video video::cue {
  background: rgba(24, 76, 102, 0.5);
  bottom: 50px;
  left: 0;
  width: 100%;
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  margin: 0 0 50px 0;
}
.videoAudio .videoPlayer .video video::cue(b) {
  margin: 0 0 50px 0;
  background: rgba(24, 76, 102, 0.5);
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  bottom: 50px;
  left: 0;
  width: 100%;
  position: absolute;
}
.videoAudio .videoPlayer .video .controleAudio {
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 46px;
}
.videoAudio .videoPlayer .video .controleAudio .playPause.tocar {
  top: auto;
  bottom: 12px;
}
.videoAudio .videoPlayer .video .controleAudio .playPause.pausar {
  top: auto;
  bottom: 12px;
}
.videoAudio .videoPlayer .video .barraProgresso {
  width: calc(100% - 260px);
  left: 70px;
  bottom: 0;
  position: absolute;
}
.videoAudio .videoPlayer .video .totalTime.full {
  bottom: 14px;
  top: auto;
  right: 90px;
}
.videoAudio .videoPlayer .video:not(.loadedVideo):before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .playPauseBig {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .volume {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .fullScreen {
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .controleAudio {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .barraProgresso {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .totalTime {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer .video:not(.loadedVideo) .subtitle {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.videoAudio .videoPlayer:hover .video:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 1;
}
.videoAudio .videoPlayer:hover .video .playPauseBig.tocar {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.videoAudio .videoPlayer:hover .video .playPauseBig.tocar:before {
  color: #184c66;
  border-color: #184c66;
  text-shadow: 3px 3px #073b55;
  box-shadow: 3px 3px #073b55;
  -webkit-box-shadow: 3px 3px #073b55;
  -moz-box-shadow: 3px 3px #073b55;
}
.videoAudio .videoPlayer:hover .video a.fullScreen {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.videoAudio .videoPlayer:hover .video a.volume {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.videoAudio .videoPlayer:hover .video a.subtitle {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.videoAudio .videoPlayer:hover .video .totalTime.full {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.videoAudio .videoPlayer:hover .video .barraProgresso {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.videoAudio .videoPlayer:hover .video .controleAudio {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.videoAudio .videoPlayer.fullScreen {
  width: 100%;
  height: 100%;
  position: fixed;
  border: 0;
  top: 0;
  left: 0;
  display: block;
  z-index: 999999;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.videoAudio .videoPlayer.fullScreen .video {
  height: 100%;
  width: 100%;
  background: #184c66;
}
.videoAudio .videoPlayer.fullScreen .video video {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.videoAudio .videoPlayer.fullScreen .video a.fullScreen:before {
  content: "\f066";
}
.videoAudio .videoPlayer.fullScreen .video .legend span[class^="msg"] {
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  line-height: 33px;
}
.videoAudio .videoPlayer.autohide .video .playPauseBig {
  cursor: none;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo):before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) .playPauseBig {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) a.fullScreen {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) a.volume {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) a.subtitle {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) .totalTime.full {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) .barraProgresso {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .videoPlayer.autohide .video:not(.loadedVideo) .controleAudio {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.videoAudio .audioPlayer {
  padding: 0;
  overflow: hidden;
  height: 46px;
  border: 1px solid #184c66;
  background: #184c66;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 100px 0 90px;
  position: relative;
}
.videoAudio .audioPlayer.bigSpace {
  padding: 0 150px 0 70px;
}
.videoAudio .audioPlayer.smallSpace {
  padding: 0 130px 0 70px;
}
.videoAudio .audioPlayer .audio {
  background: #cfe5ef;
  padding: 0;
  height: 4px;
}
.videoAudio .audioPlayer .audio audio {
  display: none;
}
.videoAudio .audioPlayer .audio a.volume {
  right: 13px;
}
.videoAudio .audioPlayer .audio .totalTime.full {
  right: 50px;
}
.videoAudio .audioPlayer .audio .totalTime.half {
  right: 50px;
}
.videoAudio .poster {
  display: block;
  width: 100%;
  height: auto;
}
.videoAudio .poster img {
  display: block;
  width: 100%;
}
.videoAudio .poster a.playPauseBigAudio {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
}
.videoAudio .poster a.playPauseBigAudio span {
  display: none;
}
.videoAudio .poster.autohide a.playPauseBigAudio.pausar:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.fright {
  padding: 20px 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin: 0 15px;
  width: 100%;
  display: block;
}
.fright h3 {
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin: 0 0 10px;
}
.stars {
  float: left;
  display: block;
  overflow: hidden;
  padding: 0;
}
.stars a:link,
.stars a:visited {
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin: 2px;
  text-decoration: none;
}
.stars a:link:before,
.stars a:visited:before {
  font: normal normal normal 18px/1 'Font Awesome 5 Free';
  color: #666666;
  line-height: 18px;
  content: "\f005";
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.stars a:hover:before {
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  line-height: 18px;
  content: "\f005";
  color: #ffca00;
}
.stars a.btnEstrelaCheia,
.stars a.EstrelaCheia,
.stars a.icon-star {
  text-decoration: none;
}
.stars a.btnEstrelaCheia:before,
.stars a.EstrelaCheia:before,
.stars a.icon-star:before {
  font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
  line-height: 18px;
  content: "\f005";
  color: #ffca00;
}
.textDetalhes p {
  margin: 20px 0;
}
ul.listaDownloads {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
ul.listaDownloads li a {
  display: block;
  width: 50px;
  height: 50px;
  background: #f9e9f0 url('../images/ico-download.png') no-repeat center center;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  text-indent: -9999em;
}
.tags {
  padding: 15px 15px 0;
  margin: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tags span {
  display: block;
  margin: 0 0 15px 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}
.tags ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags ul li {
  border: 1px solid #b3b3b3;
  padding: 0 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0 10px 10px 0;
}
.tags ul li a {
  display: block;
  padding: 5px 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}
.busca {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 1000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  display: block;
  height: 0;
  overflow: hidden;
}
.busca .centerBusca {
  position: fixed;
  top: 5%;
  width: 100%;
  left: 0;
  display: none;
}
.busca .centerBusca .boxBusca fieldset legend {
  display: none;
}
.busca .centerBusca a.fecharBusca:link,
.busca .centerBusca a.fecharBusca:visited {
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  cursor: pointer;
  margin: 0 0 40px 0;
  text-align: center;
  text-decoration: none;
}
.busca .centerBusca a.fecharBusca:link span,
.busca .centerBusca a.fecharBusca:visited span {
  display: none;
}
.busca .centerBusca a.fecharBusca:link:before,
.busca .centerBusca a.fecharBusca:visited:before {
  content: "\f00d";
  font: bold normal normal 40px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 40px;
}
.busca .centerBusca .buscasRecentes {
  padding: 50px 30px 0 30px;
}
.busca .centerBusca .buscasRecentes h4 {
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  font-weight: normal;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.busca .centerBusca .buscasRecentes ul {
  list-style: none;
}
.busca .centerBusca .buscasRecentes ul li {
  padding: 6px 0;
}
.busca .centerBusca .buscasRecentes ul li:nth-child(n+8) {
  display: none;
}
.busca .centerBusca .buscasRecentes ul li a:link,
.busca .centerBusca .buscasRecentes ul li a:visited {
  font-family: 'Open Sans', sans-serif;
  line-height: 17px;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
.busca.open {
  height: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.busca.open .centerBusca {
  display: block;
}
.busca form .form-group {
  position: relative;
}
.busca form .form-group label {
  font-family: 'Open Sans', sans-serif;
  line-height: 40px;
  font-weight: normal;
  font-size: 38px;
  color: #fff;
  font-weight: 800;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 20px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.busca form .form-group input[type="text"] {
  border: none;
  border-bottom: 2px solid #e40051;
  background: none;
  display: block;
  width: 100%;
  height: 90px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  padding: 10px 100px 10px 20px;
}
.busca form .form-group input[type="text"]:focus + label,
.busca form .form-group input[type="text"].notEmpty + label {
  top: -20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}
.busca form .form-group input[type="text"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.busca form .form-group input[type="text"]:disabled {
  background: #f8f8f8;
}
.busca form .form-group button[type="submit"] {
  border: none;
  background: none;
  height: 90px;
  width: 90px;
  border-bottom: 2px solid #cfe5ef;
  position: absolute;
  top: 0;
  right: 0;
}
.busca form .form-group button[type="submit"]:before {
  content: "\f002";
  font: bold normal normal 30px/1 'Font Awesome 5 Free Solid';
  color: #fff;
  line-height: 30px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}
.busca form .form-group.has-error input[type="text"] {
  border-bottom: 2px solid #e40051 !important;
}
.busca form .form-group.has-error button {
  border-bottom: 2px solid #e40051;
}
.busca form .form-group.has-error span.msg {
  position: absolute;
  bottom: -10px;
  background: #e40051;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  padding: 4px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  right: 0;
}
.busca form .form-group.has-error span.msg:before {
  content: "\f0d9";
  font: bold normal normal 32px/1 'Font Awesome 5 Free Solid';
  color: #e40051;
  line-height: 32px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: -11px;
}

.page {
  padding: 0;
}
.page.activeMenu #menu {
  display: block;
}
#header {
  height: 90px;
  position: relative;
}
#header .navBar {
  width: 100%;
  background: #cfe5ef;
}
#header .navBar h1 {
  margin: 18px 0;
  float: left;
}
#header .navBar h1 a {
  display: block;
  float: left;
}
#header .navBar h1 a img.logo {
  padding: 0;
  margin: 0;
  width: 150px;
  height: 54px;
  display: block;
  max-width: 150px;
}
#header .navBar ul {
  margin: 0;
  float: right;
  list-style: none;
}
#header .navBar ul li {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
  display: block;
  float: left;
}
#header .navBar ul li a {
  padding: 17px 20px;
  display: block;
  text-decoration: none;
}
#header .navBar ul li a:link,
#header .navBar ul li a:visited {
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #184c66;
  font-weight: 300;
}
#header .navBar ul li a:before {
  font: bold normal normal 32px/1 'Font Awesome 5 Free Solid';
  color: #184c66;
  line-height: 32px;
  display: block;
  padding-bottom: 5px;
  width: 40px;
  height: 40px;
}
#header .navBar ul li.navUser a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header .navBar ul li.navUser a span.img {
  overflow: hidden;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: 1px auto 4px auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(25, 25, 25, 0.9);
}
#header .navBar ul li.navUser a span.img img {
  width: 35px;
  height: 35px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#header .navBar ul li.navUser a span.img.semPerfilImagem {
  background: none;
}
#header .navBar ul li.navUser a span.img.semPerfilImagem:before {
  content: "\f2bd";
  font: bold normal normal 32px/1 'Font Awesome 5 Free Solid';
  color: #184c66;
  line-height: 32px;
  line-height: 35px;
}
#header .navBar ul li.navEntrar a:before {
  content: '\f2bd';
  padding-top: 4px;
}
#header .navBar ul li.navBusca a:before {
  content: '\f002';
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#header .navBar ul li.navMenu a:before {
  content: '\f0c9';
}
#header .navBar ul li.navSair a:before {
  content: '\f2f5';
}
#header .navBar ul li.navCad a:before {
  content: '\f044';
  font-weight: 400 !important;
  margin: 0 auto;
}




@media only screen and (max-width: 1279px), only screen and (max-device-width: 1279px) {
  .searchFilter ul.listColection > li > ul > li > ul > li > ul {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 1200px) {
  ul.lista-conteudo li.adcCateg {
    height: 142px;
  }
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .searchFilter ul.listColection > li > ul > li > ul > li > ul {
    padding: 0 0 0 20px;
  }
}

@media only screen and (min-width: 992px), only screen and (min-device-width: 992px) and (orientation: portrait) {
  .filtros {
    display: block !important;
  }
  .filtrarConteudoBtn {
    display: none;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) and (orientation: portrait) {
  .filtros {
    display: none;
  }
  .filtros.filtroAberto {
    display: block;
    margin: 100px 0 0;
    width: 100%;
  }
  .filtrarConteudoBtn:link,
  .filtrarConteudoBtn:visited {
    display: inline-block;
    height: 22px;
    border-left: 1px solid #a2a2a2;
    font-family: "proxima-nova", sans-serif;font-weight: 400;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #e40051;
    text-decoration: none;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
  }
  .filtrarConteudoBtn:link:after,
  .filtrarConteudoBtn:visited:after {
    content: "\f0b0";
    font: bold normal normal 16px/1 'Font Awesome 5 Free Solid';
    color: #e40051;
    line-height: 16px;
    display: inline-block;
    margin-left: 10px;
  }
  .filtrarConteudoBtn.ativo:link:after,
  .filtrarConteudoBtn.ativo:visited:after {
    display: none;
  }
  .filtrarConteudoBtn.ativo:link:before,
  .filtrarConteudoBtn.ativo:visited:before {
    content: "\f104";
    font: bold normal normal 18px/1 'Font Awesome 5 Free Solid';
    color: #e40051;
    line-height: 18px;
    margin-left: 0;
    margin-right: 10px;
  }
  .voltarFiltroM:link,
  .voltarFiltroM:visited {
    display: block;
    height: 58px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    border-top: 2px solid #184c66;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #295d77;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    line-height: 58px;
  }
}

@media (orientation: portrait) {
  .videoAudio .videoPlayer.fullScreen .video {
    height: 100%;
    width: 100%;
  }
  .videoAudio .videoPlayer.fullScreen .video video {
    width: 100%;
    height: auto;
    margin: 0;
    position: absolute;
    top: calc(50% - 23px);
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

@media (max-width: 991px) {
  ul.listaBoxes li {
    width: 47%;
    margin: 0 0 25px;
  }
  ul.listaBoxes li h3 {
    margin: 20px 20px 30px;
  }
  ul.listaUltimos li a p {
    font-size: 14px;
  }
  a.voltar {
    display: none;
  }
  ul.listaDownloads {
    justify-content: flex-start;
  }
  ul.listaDownloads li {
    margin: 0 20px 20px 0;
  }
  ul.listaBoxes {
    justify-content: space-between;
  }
  #userMenu button {
    display: inline-block;
    margin: 0 0 0 5%;
    width: 40%;
    max-width: 110px;
  }
  #userMenu input {
    max-width: 180px;
    width: 50%;
  }
  #userMenu h5 {
    font-size: 16px;
  }
  #userMenu .exibe-bts li a {
    font-family: "proxima-nova", sans-serif;font-weight: 600;
    line-height: 18px;
    font-size: 16px;
    color: #b3b3b3;
    padding: 0 0 0 25px;
  }
  #userMenu .exibe-bts li {
    width: 33%;
  }
  #userMenu .exibe-bts {
    flex-direction: row;
  }
  #userMenu {
    margin: 0 0 60px;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  #meuPersonalizado .boxMp h2 {
    margin: 0 0 0;
  }
  #meuPersonalizado .boxMp {
    padding: 35px 20px;
  }
  #meuPersonalizado .ovfa {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 769px), only screen and (max-device-width: 769px) {
  .busca .centerBusca span.fecharBusca {
    margin: 0 0 20px 0;
  }
  .busca form .form-group input[type="text"] {
    padding: 10px 100px 10px 10px;
  }
}


@media only screen and (max-width: 767px), only screen and (max-device-width: 768px) {
  .busca .centerBusca span.fecharBusca {
    margin: 0 0 20px 0;
  }
  .busca .centerBusca .buscasRecentes {
    padding: 0 0 0 0;
  }
  .busca form .form-group input[type="text"] {
    padding: 10px 100px 10px 10px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  #header .noPaddingXs {
    padding: 0;
  }
  #header .navBar h1 {
    display: block;
    margin: 18px auto;
    float: none;
    overflow: hidden;
    line-height: 0;
    width: 40px;
  }
  #header .navBar h1 a {
    display: inline-block;
    float: none;
  }
  #header .navBar ul li a {
    padding: 25px 8px;
  }
  #header .navBar ul li a span:not(.img) {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: 35px;
    display: block;
    height: 0;
    position: absolute;
    text-indent: -9999px;
  }
  #header .navBar ul li.navUser a span.img {
    margin: 4px auto 1px auto;
  }
  #header .navBar ul li.navBusca a:before {
    position: relative;
    top: 0;
    left: -4px;
  }
  #header .navBar ul li.navMenu a:before {
    position: relative;
    top: 4px;
  }
  #header .navBar ul li.navCad a:before {
    position: relative;
    top: 3px;
  }
}


@media (max-width: 767px) {
  ul.listaBoxes {
    flex-direction: column;
    margin: 20px 0 0;
  }
  ul.listaBoxes li {
    width: 100%;
  }
  ul.listaUltimos li {
    width: 100%;
    margin: 0 0 25px;
  }
  ul.listaUltimos {
    flex-direction: column;
  }
  #userMenu fieldset {
    border: none;
    position: relative;
    padding-bottom: 15px;
  }
  #MsgAguarde {
    position: absolute;
    bottom: -30px;
  }
  #userMenu .exibe-bts li {
    width: 100%;
    margin: 0 0 20px;
  }
  #userMenu .exibe-bts {
    flex-direction: column;
    padding: 30px 24px 0;
  }
  ul.lista-material li h3 {
    margin: 61px 0 61px 30px;
    float: left;
    display: block;
    width: auto;
  }
  ul.lista-material li img{
    width: 80px;
    height: auto;
    margin: 30px 0 30px 30px;
    display: block;
    float: left;
  }
  ul.lista-conteudo li.adcCateg{
     height: 370px;
  }
  ul.lista-conteudo li.adcCateg a{
      width: 100%;
  }
  ul.lista-material li {
    width: 100%;
  }
  ul.lista-material {
    margin: 20px 0 0;
  }
  ul.lista-conteudo li {
    width: 100%;
  }
  ul.lista-conteudo li:nth-child(3n+2) {
    margin: 0 0 25px;
  }
  ul.lista-conteudo li.adcCateg{
    margin-left: 0;
  }
  ul.lista-conteudo li.adcCateg.center{
    margin-left: 0;
  }
  footer {
    padding: 20px 0;
  }
  footer p {
    font-size: 12px;
  }
  footer ul.logos {
    display: none !important;
  }
  .box-copyright {
    margin-top:0;
  }
  footer ul.socialIcons {
    display: none;
  }
  footer .backTop {
    display: none
  }
}
@media (max-width: 440px) {
  footer .container p {
    text-align: center;
    display: block;
  }
  footer .container p img{
    max-width: 100%;
    width: auto;
  }
  .box-copyright{
      flex-direction: column;
  }
}


