.botao-idioma-toggler label {
  display: flex;
  justify-content: center;
  transition: all 0.4s ease; }

.botao-idioma-toggler input {
  visibility: hidden; }

.botao-idioma-toggler span {
  padding-top: 10px;
  padding-bottom: 10px; }

.botao-idioma-toggler .active {
  background-color: #0D70A7;
  border-color: #0D70A7; }

#box-banners .reg-ban .img {
  margin-bottom: 20px; }

.reg-ban {
  width: 100%;
  float: left;
  overflow: hidden; }
  .reg-ban:hover .img .dados {
    opacity: 0; }
  .reg-ban .img {
    background-size: cover;
    background-position: center;
    background-color: #222;
    width: 100%;
    padding-bottom: 42%;
    float: left;
    overflow: hidden;
    position: relative; }
    .reg-ban .img .links {
      background-color: rgba(0, 0, 0, 0.7);
      position: absolute;
      float: left;
      right: 0px;
      padding: 10px 15px;
      z-index: 99; }
      @media screen and (min-width: 1025px) {
        .reg-ban .img .links {
          padding: 5px 15px; } }
      .reg-ban .img .links a {
        font-size: 22px;
        color: #fff;
        padding: 0px 3px; }
        @media screen and (min-width: 1025px) {
          .reg-ban .img .links a i {
            display: none; } }
        .reg-ban .img .links a span {
          font-size: 14px; }
          @media screen and (max-width: 1024px) {
            .reg-ban .img .links a span {
              display: none; } }
    .reg-ban .img .dados {
      background-color: rgba(0, 0, 0, 0.7);
      width: 100%;
      float: left;
      opacity: 0;
      padding: 10px;
      position: absolute;
      bottom: 0px; }
      .reg-ban .img .dados strong {
        color: #fff;
        float: left;
        margin-bottom: 5px;
        padding: 3px 5px; }
      .reg-ban .img .dados h2 {
        width: 100%;
        float: left;
        color: #fff;
        font-weight: bold;
        font-size: 15px; }
      .reg-ban .img .dados p {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #fff; }

#box-exibicoes {
  width: 100%;
  float: left;
  overflow: hidden; }
  #box-exibicoes .reg-ban {
    position: relative;
    z-index: 100;
    overflow: hidden; }
    #box-exibicoes .reg-ban:hover .titulo-banner {
      opacity: 1; }
    #box-exibicoes .reg-ban:hover .nome-editoria {
      opacity: 1; }
    #box-exibicoes .reg-ban .titulo-banner {
      transition: all 0.4s ease;
      color: white;
      background: rgba(0, 0, 0, 0.466);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 1.6em;
      z-index: 110;
      opacity: 0; }
      #box-exibicoes .reg-ban .titulo-banner h5 {
        font-size: 1em; }
    #box-exibicoes .reg-ban .nome-editoria {
      transition: all 0.4s ease;
      color: white;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 110;
      background: #009046;
      padding: 0.5em 1em;
      opacity: 0; }
      #box-exibicoes .reg-ban .nome-editoria h5 {
        font-size: 1em; }
  #box-exibicoes .links .botao-corte-img {
    display: initial; }
  #box-exibicoes .links .mover-banner {
    display: none; }

#box-banners {
  width: 100%;
  float: left;
  overflow: hidden; }
  #box-banners .reg-ban {
    position: relative;
    z-index: 100;
    overflow: hidden; }
    #box-banners .reg-ban:hover .titulo-banner {
      opacity: 1; }
    #box-banners .reg-ban:hover .nome-editoria {
      opacity: 1; }
    #box-banners .reg-ban .titulo-banner {
      transition: all 0.4s ease;
      color: white;
      background: rgba(0, 0, 0, 0.466);
      position: absolute;
      bottom: 1.6em;
      left: 0;
      right: 0;
      padding-left: 1em;
      padding-right: 1em;
      z-index: 110;
      opacity: 0; }
      #box-banners .reg-ban .titulo-banner h5 {
        font-size: 1em; }
    #box-banners .reg-ban .nome-editoria {
      transition: all 0.4s ease;
      color: white;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 110;
      background: #009046;
      padding: 0.5em 1em;
      opacity: 0; }
      #box-banners .reg-ban .nome-editoria h5 {
        font-size: 1em; }
  #box-banners .links .botao-corte-img {
    display: none; }
  #box-banners .links .mover-banner {
    display: initial; }

.layout-banner {
  background-color: #fff;
  width: 100%;
  float: left;
  padding: 15px 10px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  /* ## MODELO 1 ## */
  /* ## MODELO 2 ## */
  /* ## MODELO 3 ## */ }
  .layout-banner .header {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 5px 15px 10px; }
    .layout-banner .header a {
      float: right;
      color: #000;
      font-size: 20px;
      margin-left: 10px; }
  .layout-banner .item {
    background-color: #eee;
    border-radius: 5px;
    float: left;
    overflow: left;
    margin: 5px 10px; }
  .layout-banner.modelo1 .item {
    width: calc(100% - 20px);
    min-height: 300px; }
    .layout-banner.modelo1 .item .reg-ban .img {
      padding-bottom: 42.20%; }
  .layout-banner.modelo2 .item {
    width: calc(50% - 20px);
    min-height: 300px; }
    .layout-banner.modelo2 .item .reg-ban .img {
      padding-bottom: 84.47%; }
  .layout-banner.modelo3 .item {
    min-height: 300px;
    border: 0px; }
    .layout-banner.modelo3 .item:nth-child(2) {
      width: calc(60% - 20px);
      min-height: 300px; }
      .layout-banner.modelo3 .item:nth-child(2) .reg-ban .img {
        padding-bottom: 70.03%; }
    .layout-banner.modelo3 .item:nth-child(3) {
      width: calc(40% - 20px);
      min-height: 140px;
      margin-bottom: 17px; }
      .layout-banner.modelo3 .item:nth-child(3) .reg-ban .img {
        padding-bottom: 52.81%; }
    .layout-banner.modelo3 .item:nth-child(4) {
      width: calc(40% - 20px);
      min-height: 140px; }
      .layout-banner.modelo3 .item:nth-child(4) .reg-ban .img {
        padding-bottom: 52.81%; }

#box-gerar-exibicao {
  width: 100%;
  float: left; }
  #box-gerar-exibicao span {
    float: left;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px; }
  #box-gerar-exibicao a {
    float: left;
    padding: 10px;
    transition: all 0.4s; }
    #box-gerar-exibicao a:hover {
      transform: scale(1.1); }
    #box-gerar-exibicao a img {
      width: 60px;
      display: block;
      margin: 0px auto; }

.sortable-placeholder {
  background-color: #fff8d5;
  width: 100%;
  display: block;
  overflow: hidden;
  position: initial;
  margin-bottom: 20px; }

/*# sourceMappingURL=banner_principal.css.map */
