/*@color: #3f5d80; 
@color-100: #395473;
@color-500: #9faebf;*/
@font-face {
  font-family: 'FontAwesome';
  src: url('/Content/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/Content/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/Content/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/Content/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/Content/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: 'Open Sans';
  font-weight: 300 !important;
  font-size: 16px;
  color: #57585b;
  margin: 0;
  padding: 0;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.popup h1 {
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 10px;
  color: #E51721;
  border-bottom: dotted 1px #E51721;
  font-size: 32px;
}
body.popup hr {
  margin: 0 0 16px 0;
  border: none;
  border-bottom: dotted 1px #E51721;
}
.clearfix {
  clear: both;
}
a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
}
label,
.label,
.control-label {
  font-family: 'Open Sans';
  font-weight: 300 !important;
  font-size: 16px;
  font-size: 14px;
  font-weight: normal !important;
}
input[type="checkbox"] {
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
}
.form-control {
  border-color: #9faebf;
}
.btn {
  font-family: 'Open Sans';
  font-weight: 300 !important;
  font-size: 16px;
  border-style: solid;
  border-width: 1px;
  border-radius: 16px;
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
}
.btn-primary,
.btn-default {
  background-color: #d31721 !important;
  border-color: #d31721 !important;
  color: #fff;
}
.btn-primary:hover,
.btn-default:hover,
.btn-primary:focus,
.btn-default:focus,
.btn-primary:active,
.btn-default:active {
  background-color: #E51721 !important;
  color: #fff !important;
}
.field-validation-error,
.field-validation-error span {
  color: red;
  font-size: 14px;
}
.container-fluid {
  padding: 16px 24px;
}
.panel {
  background-color: #fff;
  border: none;
  box-shadow: none;
}
.panel .panel-heading {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.panel .panel-heading h1 {
  font-family: 'Open Sans';
  font-weight: 300 !important;
  font-size: 16px;
  font-size: 24px;
  color: #E51721;
  margin: 0;
  padding-bottom: 10px;
  text-shadow: 1px 1px 1px #fefefe;
  border-bottom: dotted 1px #9faebf;
}
.panel .panel-heading .btn {
  margin-top: 5px;
}
.panel .panel-body {
  border: none;
}
.partial-view {
  background-image: none;
}
.partial-view.loading {
  background-image: url('/Content/img/loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 115px;
}
.page-header {
  background-color: #E51721;
  margin: 0;
  padding: 24px;
  margin-top: 64px;
  margin-bottom: 10px;
}
.page-header h1 {
  font-family: 'Open Sans';
  font-weight: 700 !important;
  font-size: 16px;
  font-size: 32px;
  color: #fff;
  display: inline-block;
  margin: 0;
}
.page-header .buttons {
  text-align: right;
}
.page-header .buttons .btn {
  border-color: #fff !important;
  background-color: #E51721 !important;
}
.page-header .buttons .btn:hover {
  background-color: #d31721;
}
.page-header .filters {
  margin-top: 24px;
}
.page-header .filters label {
  font-family: 'Open Sans';
  font-weight: 300 !important;
  font-size: 16px;
  color: #fff;
}
table.dataTable thead {
  background-color: #eee;
}
table.dataTable thead th,
table.dataTable thead td {
  font-family: 'Open Sans';
  font-weight: 700 !important;
  font-size: 16px;
  padding: 10px 16px;
  text-shadow: 1px 1px 1px #fefefe;
}
table.dataTable tbody th,
table.dataTable tbody td {
  font-family: 'Open Sans';
  font-weight: 300 !important;
  font-size: 16px;
  padding: 10px 16px;
  border: none;
  border-bottom: solid 1px #eee;
}
.badge {
  padding: 10px 12px;
  background-color: #d31721;
  border-radius: 50%;
  text-align: center;
}
.badge i {
  font-size: 16px;
  width: 16px;
}
.not-visible {
  display: none;
}
.visibility-hidden {
  visibility: hidden;
}
ul.nav.nav-tabs li.active a {
  background-color: #337ab7;
  margin-right: 0;
  color: #fff;
}
.tab-pane.active .tab-container {
  border: 1px solid #ddd;
  border-top: none;
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*******************************************
    Rodapé
*******************************************/
#rodape {
  background-color: #e10f27;
  padding: 20px;
}
#rodape .hidden-xs {
  padding-top: 27px;
}
#rodape .hidden-xs.hidden-sm {
  padding-top: 0;
}
#rodape .conteudo {
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  #rodape .conteudo {
    border-right: none;
  }
}
#rodape .conteudo a {
  font-family: 'Open Sans';
  font-weight: 300 !important;
  font-size: 16px;
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: left;
  padding: 8px;
  padding-left: 20%;
}
@media (max-width: 767px) {
  #rodape .conteudo a {
    padding-left: 0;
  }
}
#rodape .endereco {
  border-right: none;
}
@media (max-width: 767px) {
  #rodape .endereco {
    margin-top: 25px;
  }
}
#rodape .endereco div {
  padding-right: 10%;
}
#rodape .endereco div img {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #rodape .endereco div img {
    float: left !important;
  }
}
#rodape .endereco div span {
  font-family: 'Open Sans';
  font-weight: 300 !important;
  font-size: 16px;
  display: block;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: right;
}
@media (max-width: 767px) {
  #rodape .endereco div span {
    text-align: left;
  }
}
/*******************************************
    Página / Padrão
*******************************************/
.page-responsive-blocked {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .page-responsive-blocked {
    width: 1200px;
  }
}
#page {
  margin-top: 40px;
}
#page .page-top {
  padding: 6px 11px 6px 11px;
}
#page .page-top .logo-company {
  display: block;
  margin: 0;
  margin-right: 30px;
}
#page .page-top .logo-company img {
  display: block;
  width: 100%;
}
#page .page-top .logo-company.hidden-sm.hidden-md.hidden-lg {
  width: 74px;
  height: 74px;
}
#page .page-top .logo-company.hidden-xs {
  width: 126px;
  height: 126px;
}
#page .page-top .mundo-info {
  margin-top: 34px;
}
#page .page-top .mundo-info.hidden-sm.hidden-md.hidden-lg,
#page .page-top .mundo-info.mobile {
  margin-top: 0;
}
#page .page-top .mundo-info .mundo-nome {
  font-family: 'Open Sans';
  font-weight: 800 !important;
  font-size: 32px;
  color: #e30088;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -5px;
  font-stretch: expanded;
}
#page .page-top .mundo-info .praca-nome,
#page .page-top .mundo-info .praca-sintonia {
  font-family: 'Open Sans';
  font-weight: 800 !important;
  font-size: 32px;
  color: #000;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: -1px;
  position: relative;
  top: 5px;
}
#page .page-top .mundo-info .praca-sintonia {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  top: -5px;
  margin-bottom: 5px;
  letter-spacing: 0;
}
#page .page-top .other-mundo {
  display: block;
  margin-right: 20px;
  margin-top: 8px;
}
#page .page-top .other-mundo .btn-group {
  display: block;
}
#page .page-top .other-mundo .logo-company {
  display: block;
  margin: 7px 7px 0 0;
}
#page .page-top .other-mundo .logo-company img {
  display: block;
  width: 100%;
}
#page .page-top .other-mundo .logo-company.hidden-sm.hidden-md.hidden-lg {
  width: 65px;
  height: 65px;
}
#page .page-top .other-mundo .logo-company.hidden-xs {
  width: 65px;
  height: 65px;
}
#page .page-top .other-mundo .mundo-info {
  margin-top: 7px;
}
#page .page-top .other-mundo .mundo-info .mundo-nome {
  margin-top: 20px;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -4px;
}
#framePage {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#livePlayer {
  position: fixed;
  width: 100%;
  height: 200px;
  top: 100%;
  margin-top: -200px;
  background-color: #4b4b4b;
  opacity: 0.9;
  overflow-x: hidden;
}
.propaganda {
  width: 170px;
  text-align: left;
}
.propaganda + div {
  overflow: hidden;
}
@media (max-width: 767px) {
  .propaganda + div {
    overflow: unset;
  }
}
/*******************************************
    Dropdown Styles
*******************************************/
.wrapper-dropdown {
  font-family: 'Open Sans';
  font-weight: 700 !important;
  font-size: 16px;
  position: relative;
  margin: 0;
  padding: 4px;
  padding-right: 25px;
  background: #e10f27;
  color: #feeb3d;
  font-size: 12px;
  cursor: pointer;
  outline: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wrapper-dropdown:after {
  content: "";
  width: 9px;
  height: 0;
  position: absolute;
  right: 6px;
  top: 49%;
  margin-top: -3px;
  border-width: 8px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown + ul.dropdown-menu {
  cursor: pointer;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/*******************************************
    redes sociais
*******************************************/
.redes-sociais {
  width: 57px;
  background-color: #c8c6c6;
  opacity: 0.5;
  padding: 12px 8px;
  position: fixed;
  top: 48%;
  left: 100%;
  margin-left: -57px;
}
.redes-sociais:hover {
  opacity: 1;
}
.redes-sociais .box-container {
  background-color: #eee;
  padding: 6px;
}
.redes-sociais .box-container .item {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #d74852;
  text-align: center;
  margin-bottom: 6px;
  padding-top: 5px;
}
.redes-sociais .box-container .item:last-child {
  margin-bottom: 0;
}
.redes-sociais .box-container .item i {
  font-size: 20px;
  color: #eee;
}
/*******************************************
    dataTables tables itens - adjusts
*******************************************/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #E51721;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #E51721;
  border-color: #E51721;
}
table tr td a.list-group-item {
  border: none !important;
}
.navbar {
  background-color: #d31721;
  height: 40px;
  min-height: 40px;
  text-align: center;
  padding: 0;
}
.navbar .container-fluid {
  padding: 0;
}
.navbar a,
.navbar a:hover,
.navbar a:visited {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  padding: 2px 5px 0 5px;
}
.navbar a.menu {
  font-family: 'Open Sans';
  font-weight: 300 !important;
  font-size: 16px;
  font-size: 30px;
  line-height: 30px;
}
.navbar a.menu i {
  color: #feeb3d;
  font-size: 30px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.navbar a.menu + div {
  top: calc(100% + 5px);
  box-shadow: 8px 8px 16px 0 rgba(10, 11, 11, 0.56);
}
.navbar a.menu + div:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  margin-top: -10px;
  background-color: #e10f27;
}
.navbar a.menu.menu-xs + div > div > ul {
  width: 100%;
}
.navbar a.logo {
  height: 32px;
}
.navbar a.logo img {
  margin-top: 10px;
  margin-bottom: 15px;
  height: 45px;
}
.navbar a.institution {
  height: 66px;
  border-left: solid 1px #E51721;
  border-right: solid 1px #E51721;
  font-size: 16px;
  line-height: 24px 2;
  text-transform: uppercase;
}
.navbar a.institution i {
  font-size: 24px;
  margin-right: 10px;
}
.navbar .busca #busca.form-control {
  font-family: 'Open Sans';
  font-weight: 400 !important;
  font-size: 16px;
  width: 305px;
  height: 32px;
  border: none;
  border-radius: unset;
  margin-top: 4px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .navbar .busca #busca.form-control {
    width: auto;
  }
}
.navbar .busca a {
  display: block;
  width: 37px;
  height: 32px;
  border: 1px solid #fff;
  margin-top: 4px;
  text-align: center;
}
.navbar .busca a i {
  display: block;
  margin-top: 3px;
  font-size: 20px;
  line-height: 20px;
  color: #feeb3d;
}
.navbar .busca a:hover i {
  color: #ffffa1;
}
.navbar ul {
  display: block;
  width: 196px;
  list-style-type: none;
  padding: 12px 0 12px 0;
}
.navbar ul li {
  display: block;
  padding: 5px 0 5px 16px;
}
.navbar ul li a,
.navbar ul li a:hover,
.navbar ul li a:visited {
  font-family: 'Open Sans';
  font-weight: 800 !important;
  font-size: 32px;
  font-size: 14px;
  color: #4b4b4b;
}
.navbar ul li a:hover,
.navbar ul li a:hover:hover,
.navbar ul li a:visited:hover {
  color: rgba(10, 11, 11, 0.56);
}
#sidebar {
  position: fixed;
  width: 256px;
  height: 100%;
  padding: 16px 24px;
  top: 0;
  left: -256px;
  z-index: 9999;
  background: #d31721;
  /* Old browsers */
  background: -moz-linear-gradient(top, #57585b 0, #000000 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #57585b), color-stop(80%, #000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #57585b 0, #000 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #57585b 0, #000 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #57585b 0, #000 80%);
  /* IE10+ */
  background: linear-gradient(to bottom);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57585b', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.95;
  overflow: hidden;
}
#sidebar.active {
  left: 0;
}
#sidebar .btn-close {
  margin-top: 10px;
  font-size: 25px;
  color: #a7a7a9;
  color: #fff;
  margin-bottom: 24px;
}
#sidebar hr {
  border: none;
  height: 1px;
  background-color: #57585b;
}
#sidebar ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar ul li {
  width: 100%;
  list-style: none;
  padding: 10px 10px 10px 0;
}
#sidebar ul li a,
#sidebar ul li a:hover,
#sidebar ul li a:visited {
  font-family: 'Open Sans';
  font-weight: 700 !important;
  font-size: 16px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
#sidebar ul li a i,
#sidebar ul li a:hover i,
#sidebar ul li a:visited i {
  width: 40px;
  color: #a7a7a9;
  padding-right: 24px;
  font-size: 22px;
  position: relative;
  top: 2px;
  text-align: center;
}
#message {
  position: fixed;
  width: 40%;
  left: 30%;
  /*top: 100%;
    margin-top: -100px;    */
  top: 16px;
  border-color: transparent;
  border-radius: 5px;
  z-index: 9999;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
  padding: 0 16px 0 16px;
  transition: all 5s ease-out 5s;
}
#message p {
  font-family: 'Open Sans';
  font-weight: 400 !important;
  color: #fff;
  font-size: 16px;
  text-shadow: 1px 1px 1px #333;
  position: relative;
}
#message p span {
  margin-right: 16px;
  font-size: 32px;
  color: #fff;
  text-shadow: 1px 1px 1px #999;
  position: relative;
  top: 5px;
}
#message.success {
  background-color: #aed581;
}
#message.error {
  background-color: #e57373;
}
#message.danger {
  background-color: #ffd54f;
}
.banner-seta-prev,
.banner-seta-next {
  display: none;
  float: left;
  position: relative;
  top: -70px;
  margin-bottom: -53px;
  cursor: pointer;
}
.banner-seta-prev.visible,
.banner-seta-next.visible {
  display: block;
}
.banner-seta-prev {
  margin-left: 0;
}
.banner-seta-next {
  float: right;
  margin-right: 0;
}
.banner-vitrine {
  width: 100%;
  overflow: hidden;
}
.banner-vitrine ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-y: hidden;
}
.banner-vitrine ul li {
  display: block;
  float: left;
  margin: 0;
  overflow: hidden;
}
.banner-vitrine ul li img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-vitrine.banner-computer {
  min-height: 350px;
}
.banner-vitrine.banner-computer ul {
  min-height: 350px;
}
.banner-vitrine.banner-computer ul li {
  min-height: 350px;
}
.banner-vitrine.banner-computer ul li img {
  display: block;
  margin: 0 auto;
  min-height: 350px;
}
.banner-vitrine.banner-mobile {
  min-height: 150px;
}
.banner-vitrine.banner-mobile ul {
  min-height: 150px;
}
.banner-vitrine.banner-mobile ul li {
  min-height: 150px;
}
.banner-vitrine.banner-mobile ul li img {
  display: block;
  margin: 0 auto;
  min-height: 150px;
}
.banner-vitrine-trick {
  display: table;
  position: relative;
  height: 30px;
  margin: 0 auto;
  margin-bottom: -30px;
  top: -30px;
}
.banner-vitrine-trick span {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 4px;
  background-color: #666;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
}
.banner-vitrine-trick span.active {
  border-color: #fff;
  background-color: #efed7b;
}
.banner-player,
.banner-rodape {
  width: 100%;
  margin: 25px 0;
  margin-bottom: 15px;
  overflow: hidden;
}
.banner-player img,
.banner-rodape img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 80px;
  max-height: 95px;
}
.banner-rodape img {
  height: 146px;
  min-height: unset;
  max-height: unset;
}
@media (max-width: 991px) {
  .banner-rodape img {
    height: unset;
    min-height: 80px;
    max-height: 100px;
  }
}
