@font-face {
  font-family: 'effralight';
  src: url("../fonts/dalton_maag_-_effra_light-webfont.eot");
  src: url("../fonts/dalton_maag_-_effra_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dalton_maag_-_effra_light-webfont.woff2") format("woff2"), url("../fonts/dalton_maag_-_effra_light-webfont.woff") format("woff"), url("../fonts/dalton_maag_-_effra_light-webfont.ttf") format("truetype"), url("../fonts/dalton_maag_-_effra_light-webfont.svg#effralight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'effrabold';
  src: url("../fonts/effra_std_bd-webfont.eot");
  src: url("../fonts/effra_std_bd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/effra_std_bd-webfont.woff2") format("woff2"), url("../fonts/effra_std_bd-webfont.woff") format("woff"), url("../fonts/effra_std_bd-webfont.ttf") format("truetype"), url("../fonts/effra_std_bd-webfont.svg#effrabold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'effra_heavyregular';
  src: url("../fonts/effra_std_he-webfont.eot");
  src: url("../fonts/effra_std_he-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/effra_std_he-webfont.woff2") format("woff2"), url("../fonts/effra_std_he-webfont.woff") format("woff"), url("../fonts/effra_std_he-webfont.ttf") format("truetype"), url("../fonts/effra_std_he-webfont.svg#effra_heavyregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'effra_mediumregular';
  src: url("../fonts/effra_std_md-webfont.eot");
  src: url("../fonts/effra_std_md-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/effra_std_md-webfont.woff2") format("woff2"), url("../fonts/effra_std_md-webfont.woff") format("woff"), url("../fonts/effra_std_md-webfont.ttf") format("truetype"), url("../fonts/effra_std_md-webfont.svg#effra_mediumregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'effraregular';
  src: url("../fonts/effra_std_rg-webfont.eot");
  src: url("../fonts/effra_std_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/effra_std_rg-webfont.woff2") format("woff2"), url("../fonts/effra_std_rg-webfont.woff") format("woff"), url("../fonts/effra_std_rg-webfont.ttf") format("truetype"), url("../fonts/effra_std_rg-webfont.svg#effraregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
@font-face {
    font-family: 'Effra';
    font-style:normal;
    src: url('../fonts/Effra.eot');
    src: url('../fonts/Effra.eot') format('embedded-opentype'),
         url('../fonts/Effra.woff2') format('woff2'),
         url('../fonts/Effra.woff') format('woff'),
         url('../fonts/Effra.ttf') format('truetype'),
         url('../fonts/Effra.svg#Effra') format('svg');
}

@font-face {
    font-family: 'Effra';
    font-style:normal;
    font-weight:bold;
    src: url('../fonts/EffraBold.eot');
    src: url('../fonts/EffraBold.eot') format('embedded-opentype'),
         url('../fonts/EffraBold.woff2') format('woff2'),
         url('../fonts/EffraBold.woff') format('woff'),
         url('../fonts/EffraBold.ttf') format('truetype'),
         url('../fonts/EffraBold.svg#EffraBold') format('svg');
}

@font-face {
    font-family: 'Effra';
    font-style:italic;
    src: url('../fonts/EffraLight.eot');
    src: url('../fonts/EffraLight.eot') format('embedded-opentype'),
         url('../fonts/EffraLight.woff2') format('woff2'),
         url('../fonts/EffraLight.woff') format('woff'),
         url('../fonts/EffraLight.ttf') format('truetype'),
         url('../fonts/EffraLight.svg#EffraLight') format('svg');
}
*/
body {
  font-family: 'effraregular'; }

.centraliza {
  width: fit-content;
  display: block;
  margin: 0px auto; }
#section-faixa-destaque{
  width: 100%;
  margin-bottom: 20px;
}

#transmissao-live{
  width: 100%;
  margin-bottom: 5px;
  /* background-color: rgb(1,1,1); */
  }
  #transmissao-live .faixa{
    background-color: #105E98;
    height: 80px;
    width: 100%;
    padding: 0px 15px;
    cursor: pointer;}
  #transmissao-live .rec{
      width: 15px;
      height: 15px;
      background-color: #000;
      border-radius: 50%;}
      #transmissao-live p{
      font-family: 'Montserrat-bold';
      color: #FFFFFF;
      margin: 0px 20px;
      font-size: 21px;
      line-height: 19px;
      margin-bottom: 0px;}
      #transmissao-live p span{
          font-family: 'Montserrat-extrabold';
          font-size: 30px;}
      #transmissao-live .btn{
        margin-left: auto;
        border-radius: 15px;
        width: 170px;
        padding: 6px 20px;
        text-align: left;
        transition: all 0.4s;}
      #transmissao-live .btn.btn-transmissao{
          background-color: #000;
          font-size: 17px;
          font-family: 'Montserrat-bold';
          color: #FFFFFF;}
          #transmissao-live .btn.btn-transmissao .fas{
              padding-left: 20px;
              font-size: 1.9rem;
              position: absolute;
              margin-top: 8px;}
              #transmissao-live:hover > .container .btn{
                  transform: scale(1.05);}
                  @media (max-width: 1199.98px){
                    #transmissao-live .rec{
                          width: 14px;
                          height: 14px;}
                          #transmissao-live p{
                          font-size: 18px;}
                          #transmissao-live p span{
                              font-size: 26px;}
                            #transmissao-live .btn{
                              width: 150px;}
                              #transmissao-live .btn.btn-transmissao{
                                  font-size: 15px;}
                                  #transmissao-live .btn.btn-transmissao .fas{
                                    padding-left: 20px;
                                    font-size: 1.5rem;}}
                                  @media (max-width: 991.98px){
                                    #transmissao-live .rec{
                                          width: 15px;
                                          height: 15px;}
                                          #transmissao-live p{
                                          font-size: 16px;}
                                          #transmissao-live p span{
                                              font-size: 24px;}
                                              #transmissao-live .btn{
                                                width: 150px;}
                                                #transmissao-live .btn.btn-transmissao{
                                                    font-size: 14px;}
                                                    #transmissao-live .btn.btn-transmissao .fas{
                                                        font-size: 1.4rem;}}
                                                  @media (max-width: 767.98px){
                                                    #transmissao-live .rec{
                                                          width: 20px;
                                                          height: 16px;}
                                                          #transmissao-live p{
                                                          font-size: 16px;
                                                          line-height: 23px;}
                                                          #transmissao-live p span{
                                                              font-size: 25px;}
                                                              #transmissao-live .btn{
                                                          width: 170px;}
                                                          #transmissao-live .btn.btn-transmissao{
                                                              font-size: 15px;}
                                                              #transmissao-live .btn.btn-transmissao .fas{
                                                                  padding-left: 10px;
                                                                  font-size: 1.5rem;}}
                                                                  @media (max-width: 575.98px){
                                                                    #transmissao-live .rec{
                                                                          height: 12.5px;}
                                                                          #transmissao-live p{
                                                                          font-size: 15px;
                                                                          line-height: 21px;}
                                                                          #transmissao-live p span{
                                                                              font-size: 21px;}
                                                                              #transmissao-live .btn{
                                                                          width: 160px;}
                                                                          #transmissao-live .btn.btn-transmissao{
                                                                              font-size: 13px;}
                                                                              #transmissao-live .btn.btn-transmissao .fas{
                                                                                  padding-left: 10px;
                                                                                  font-size: 1.2rem;}}
                                                                                  @media (max-width: 450.98px){
                                                                                    #transmissao-live .rec{
                                                                                          height: 10px;
                                                                                          width: 15px;}
                                                                                          #transmissao-live p{
                                                                                          font-size: 13px;
                                                                                          margin: 0px 10px;
                                                                                          line-height: 14px;}
                                                                                          #transmissao-live p span{
                                                                                              font-size: 16px;}
                                                                                              #transmissao-live .btn{
                                                                                                padding: 5px 15px;
                                                                                                width: 105px;}
                                                                                                #transmissao-live .btn.btn-transmissao{
                                                                                                    font-size: 11px;}
                                                                                                    #transmissao-live .btn.btn-transmissao .fas{
                                                                                                        padding-left: 8px;
                                                                                                        font-size: 1.1rem;}}
#section-banners-principais {
  width: 100%;
  float: left;
  overflow: hidden; }
  #section-banners-principais.aux {
    padding-top: 2em;
    padding-bottom: 2em; }
    @media screen and (max-width: 992px) {
      #section-banners-principais.aux {
        padding-top: 2em;
        padding-bottom: 2em; } }
    @media screen and (max-width: 767px) {
      #section-banners-principais.aux {
        padding-top: 1em;
        padding-bottom: 1em; } }
    #section-banners-principais.aux .contador-jogos-escolares {
      justify-content: flex-start; }
    #section-banners-principais.aux .logo-jogos-escolares {
      background: white;
      padding: 15px;
      padding-top: 20px;
      padding-bottom: 40px;
      max-width: 100% !important; }
      @media screen and (min-width: 1024px) {
        #section-banners-principais.aux .logo-jogos-escolares {
          -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%); } }
      @media screen and (max-width: 992px) {
        #section-banners-principais.aux .logo-jogos-escolares {
          padding: 15px;
          margin-left: 0 !important; } }
      @media screen and (max-width: 767px) {
        #section-banners-principais.aux .logo-jogos-escolares {
          max-width: 40% !important;
          background: white; } }
      #section-banners-principais.aux .logo-jogos-escolares img {
        box-shadow: none !important; }
    #section-banners-principais.aux .logo-time-brasil {
      text-align: center;
      align-self: center; }
      @media screen and (min-width: 1025px) {
        #section-banners-principais.aux .logo-time-brasil {
          margin-top: -0.9em; } }
      @media screen and (max-width: 1024px) {
        #section-banners-principais.aux .logo-time-brasil {
          padding-right: 2em; } }
      @media screen and (max-width: 992px) {
        #section-banners-principais.aux .logo-time-brasil {
          display: none; } }
      #section-banners-principais.aux .logo-time-brasil img {
        max-width: 80%; }
    #section-banners-principais.aux .texto-sub-banner {
      text-transform: uppercase;
      color: white;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      align-self: center; }
      #section-banners-principais.aux .texto-sub-banner.t-brasil {
        display: initial !important; }
      @media screen and (max-width: 992px) {
        #section-banners-principais.aux .texto-sub-banner {
          display: none; } }
      @media screen and (max-width: 767px) {
        #section-banners-principais.aux .texto-sub-banner {
          font-size: 1.5em !important; } }
      #section-banners-principais.aux .texto-sub-banner .t-brasil {
        width: 100%;
        font-size: 2em !important; }
        @media screen and (max-width: 1024px) {
          #section-banners-principais.aux .texto-sub-banner .t-brasil {
            font-size: 1.4em !important; } }
        @media screen and (max-width: 992px) {
          #section-banners-principais.aux .texto-sub-banner .t-brasil {
            font-size: 2.7em !important; } }
        @media screen and (max-width: 767px) {
          #section-banners-principais.aux .texto-sub-banner .t-brasil {
            font-size: 1.7em !important;
            padding-left: 11px; } }
      #section-banners-principais.aux .texto-sub-banner .t-brasil-medalhas {
        width: 100%;
        font-size: 17px;
        margin-top: -6px; }
      #section-banners-principais.aux .texto-sub-banner .logo-t-brasil {
        padding-right: 0.3em;
        max-width: 12%; }
        @media screen and (max-width: 992px) {
          #section-banners-principais.aux .texto-sub-banner .logo-t-brasil {
            padding-right: 1em; } }
        @media screen and (min-width: 992px) {
          #section-banners-principais.aux .texto-sub-banner .logo-t-brasil {
            display: none; } }
        @media screen and (max-width: 767px) {
          #section-banners-principais.aux .texto-sub-banner .logo-t-brasil {
            padding-right: 5px; } }
      #section-banners-principais.aux .texto-sub-banner .texto-amarelo {
        color: #ffe400; }
    #section-banners-principais.aux .texto-auxiliar-mobile {
      display: flex;
      margin-top: 1em;
      margin-bottom: 1em; }
      @media screen and (min-width: 992px) {
        #section-banners-principais.aux .texto-auxiliar-mobile {
          display: none; } }
    #section-banners-principais.aux .coluna-medalhas {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center; }
      @media screen and (max-width: 922px) {
        #section-banners-principais.aux .coluna-medalhas {
          flex-direction: row;
          order: 1; }
          #section-banners-principais.aux .coluna-medalhas .logo-time-brasil {
            padding-right: 10px; } }
      @media screen and (max-width: 767px) {
        #section-banners-principais.aux .coluna-medalhas {
          display: none; } }
      #section-banners-principais.aux .coluna-medalhas .medalha {
        float: left;
        position: relative;
        width: 100%;
        max-width: 250px;
        align-self: center;
        margin-right: 0px; }
        #section-banners-principais.aux .coluna-medalhas .medalha figure {
          position: relative;
          text-align: center;
          margin-bottom: 0;
          float: left;
          width: 120px; }
          #section-banners-principais.aux .coluna-medalhas .medalha figure img {
            max-width: 100%; }
            @media screen and (max-width: 992px) {
              #section-banners-principais.aux .coluna-medalhas .medalha figure img {
                max-width: 50%; } }
          #section-banners-principais.aux .coluna-medalhas .medalha figure figcaption {
            position: absolute;
            font-size: 1.5em;
            left: 52%;
            margin-left: -39px;
            width: 74px;
            top: 50%;
            margin-top: -15px;
            font-weight: bold; }
            @media screen and (min-width: 992px) and (max-width: 1024px) {
              #section-banners-principais.aux .coluna-medalhas .medalha figure figcaption {
                font-size: 1.2em;
                margin-top: unset;
                margin-left: -38px; } }
            @media screen and (max-width: 992px) {
              #section-banners-principais.aux .coluna-medalhas .medalha figure figcaption {
                font-size: 1.5em;
                margin-top: unset; } }
            #section-banners-principais.aux .coluna-medalhas .medalha figure figcaption .medalha-bronze {
              color: #915d43;
              text-align: center; }
              @media screen and (min-width: 992px) and (max-width: 1024px) {
                #section-banners-principais.aux .coluna-medalhas .medalha figure figcaption .medalha-bronze {
                  margin-top: -12px; } }
              @media screen and (max-width: 992px) {
                #section-banners-principais.aux .coluna-medalhas .medalha figure figcaption .medalha-bronze {
                  font-size: 1.5em;
                  margin-top: -20px; } }
            #section-banners-principais.aux .coluna-medalhas .medalha figure figcaption .medalha-prata {
              color: #a4b1bb;
              text-align: center; }
              @media screen and (min-width: 992px) and (max-width: 1024px) {
                #section-banners-principais.aux .coluna-medalhas .medalha figure figcaption .medalha-prata {
                  margin-top: -12px; } }
              @media screen and (max-width: 992px) {
                #section-banners-principais.aux .coluna-medalhas .medalha figure figcaption .medalha-prata {
                  font-size: 1.5em;
                  margin-top: -20px; } }
            #section-banners-principais.aux .coluna-medalhas .medalha figure figcaption .medalha-ouro {
              color: #b69100;
              text-align: center; }
              @media screen and (min-width: 992px) and (max-width: 1024px) {
                #section-banners-principais.aux .coluna-medalhas .medalha figure figcaption .medalha-ouro {
                  margin-top: -12px; } }
              @media screen and (max-width: 992px) {
                #section-banners-principais.aux .coluna-medalhas .medalha figure figcaption .medalha-ouro {
                  font-size: 1.5em;
                  margin-top: -20px; } }
        #section-banners-principais.aux .coluna-medalhas .medalha .desc-medalha {
          float: left;
          color: white;
          font-weight: bold;
          font-size: 1.3em;
          line-height: 1em;
          text-align: center;
          margin-top: 1.6em; }
          @media screen and (max-width: 1024px) {
            #section-banners-principais.aux .coluna-medalhas .medalha .desc-medalha {
              margin-top: 0; } }
          @media screen and (max-width: 992px) {
            #section-banners-principais.aux .coluna-medalhas .medalha .desc-medalha {
              margin-top: 0.5em; } }
        #section-banners-principais.aux .coluna-medalhas .medalha .qtd-medalha {
          position: absolute;
          font-size: 2.2em;
          color: black;
          font-weight: bold;
          bottom: 2px;
          left: 57px; }
    #section-banners-principais.aux.antidoping .t-brasil {
      padding-top: 0px;
      padding-bottom: 70px; }
    #section-banners-principais.aux.antidoping .medalha figure {
      width: 50px; }
    #section-banners-principais.aux.antidoping .medalha .desc-medalha {
      margin-top: 15px; }
    #section-banners-principais.aux.antidoping .texto-auxiliar-mobile {
      margin-bottom: 0px; }
      @media (max-width: 767px) {
        #section-banners-principais.aux.antidoping .texto-auxiliar-mobile {
          display: inline; } }
      #section-banners-principais.aux.antidoping .texto-auxiliar-mobile .t-brasil {
        width: 100%;
        float: left;
        text-align: center;
        padding-left: 0px;
        padding-bottom: 20px; }
      #section-banners-principais.aux.antidoping .texto-auxiliar-mobile .medalha {
        width: 50%;
        padding-bottom: 20px; }
        #section-banners-principais.aux.antidoping .texto-auxiliar-mobile .medalha figure {
          width: 100%; }
          #section-banners-principais.aux.antidoping .texto-auxiliar-mobile .medalha figure img {
            height: 50px;
            display: block;
            margin: 0px auto; }
        #section-banners-principais.aux.antidoping .texto-auxiliar-mobile .medalha .desc-medalha {
          width: 100%;
          text-align: center !important;
          padding-left: 0px;
          color: #fff;
          font-size: 17px;
          margin-top: 0px; }
  #section-banners-principais .contador-evento {
    transition: all 0.4s ease;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 992px) {
      #section-banners-principais .contador-evento {
        padding-top: 0;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        background: rgba(19, 99, 173, 0.9);
        background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0) 20%, rgba(8, 61, 117, 0.9) 20%, rgba(8, 61, 117, 0.9) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(20%, rgba(255, 255, 255, 0.9)), color-stop(20%, rgba(8, 61, 117, 0.9)), color-stop(100%, rgba(8, 61, 117, 0.9)));
        background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0) 20%, rgba(8, 61, 117, 0.9) 20%, rgba(8, 61, 117, 0.9) 100%);
        background: -o-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0) 20%, rgba(8, 61, 117, 0.9) 20%, rgba(8, 61, 117, 0.9) 100%);
        background: -ms-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0) 20%, rgba(8, 61, 117, 0.9) 20%, rgba(8, 61, 117, 0.9) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0) 20%, rgba(8, 61, 117, 0.9) 20%, rgba(8, 61, 117, 0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1363ad', GradientType=0 );
        max-height: 100px; } }
    @media screen and (max-width: 767px) {
      #section-banners-principais .contador-evento {
        max-height: 85px; } }
    #section-banners-principais .contador-evento .logo-evento {
      align-self: center; }
      @media screen and (min-width: 1024px) {
        #section-banners-principais .contador-evento .logo-evento {
          max-width: 40%;
          margin-bottom: 3em; } }
      @media screen and (max-width: 992px) {
        #section-banners-principais .contador-evento .logo-evento {
          max-width: 10%;
          margin-left: 15px;
          float: left; }
          #section-banners-principais .contador-evento .logo-evento img {
            box-shadow: 0px 0px 0px 1px rgba(211, 211, 211, 0.4); } }
      @media screen and (max-width: 767px) {
        #section-banners-principais .contador-evento .logo-evento {
          max-width: 20%;
          margin-top: -10px; } }
    #section-banners-principais .contador-evento .container-mascote {
      padding-top: 1em;
      padding-bottom: 2.1em;
      display: flex;
      position: relative; }
      @media screen and (max-width: 1024px) {
        #section-banners-principais .contador-evento .container-mascote {
          justify-content: center; } }
      @media screen and (max-width: 767px) {
        #section-banners-principais .contador-evento .container-mascote {
          padding-top: 1.4em;
          align-items: flex-end; } }
      #section-banners-principais .contador-evento .container-mascote .img-mascote {
        position: absolute;
        right: -20px;
        max-width: 85%; }
        @media screen and (max-width: 1024px) {
          #section-banners-principais .contador-evento .container-mascote .img-mascote {
            display: none; } }
    #section-banners-principais .contador-evento .contador-jogos-escolares {
      justify-content: center; }
      #section-banners-principais .contador-evento .contador-jogos-escolares .evento-countdown {
        padding-left: 1em !important; }
    @media screen and (max-width: 992px) {
      #section-banners-principais .contador-evento .container-contador {
        display: flex;
        width: 90%;
        padding-top: 0.8em; } }
    @media screen and (max-width: 767px) {
      #section-banners-principais .contador-evento .container-contador {
        flex-wrap: wrap;
        padding-top: 0; } }
    #section-banners-principais .contador-evento .evento-countdown {
      padding-top: 0.3em;
      padding-bottom: 0.3em;
      font-size: 1.5em;
      font-weight: bold;
      display: flex; }
      @media screen and (max-width: 1024px) {
        #section-banners-principais .contador-evento .evento-countdown {
          font-size: 1.3em; } }
      @media screen and (max-width: 992px) {
        #section-banners-principais .contador-evento .evento-countdown {
          align-self: center;
          padding-left: 1.3em;
          font-size: 1.3em; }
          #section-banners-principais .contador-evento .evento-countdown .legenda-countdown {
            margin-left: 5px !important; } }
      @media screen and (max-width: 767px) {
        #section-banners-principais .contador-evento .evento-countdown {
          flex-direction: column;
          justify-content: center;
          align-items: center;
          padding-left: 1.3em;
          font-size: 0.8em;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          width: 25%; }
          #section-banners-principais .contador-evento .evento-countdown .legenda-countdown {
            margin-left: 0 !important; } }
      #section-banners-principais .contador-evento .evento-countdown .token-numero {
        color: white;
        width: 55px;
        height: 55px;
        border-radius: 100%;
        text-align: center;
        padding-top: 10px; }
        @media screen and (max-width: 1024px) {
          #section-banners-principais .contador-evento .evento-countdown .token-numero {
            width: 45px;
            height: 45px;
            padding-top: 7px; } }
        @media screen and (max-width: 992px) {
          #section-banners-principais .contador-evento .evento-countdown .token-numero {
            width: 50px;
            height: 50px;
            padding-top: 10px; } }
        @media screen and (max-width: 767px) {
          #section-banners-principais .contador-evento .evento-countdown .token-numero {
            width: 35px;
            height: 35px;
            padding-top: 8px; } }
      #section-banners-principais .contador-evento .evento-countdown .legenda-countdown {
        margin-left: 10px;
        align-self: center; }
  #section-banners-principais #slick-banners-principais {
    width: 100%;
    float: left; }
    #section-banners-principais #slick-banners-principais .slick-arrow {
      display: none !important; }
    #section-banners-principais #slick-banners-principais .grid {
      width: 100%;
      float: left;
      background-color: #001a4d; }
      #section-banners-principais #slick-banners-principais .grid.grid-1 .reg-banner {
        width: 100%;
        height: 506px; }
        @media (max-width: 1199px) {
          #section-banners-principais #slick-banners-principais .grid.grid-1 .reg-banner {
            height: 376px; } }
        @media (max-width: 900px) {
          #section-banners-principais #slick-banners-principais .grid.grid-1 .reg-banner {
            height: 290px; } }
        @media (max-width: 767px) {
          #section-banners-principais #slick-banners-principais .grid.grid-1 .reg-banner {
            height: 194px; } }
        @media (max-width: 450px) {
          #section-banners-principais #slick-banners-principais .grid.grid-1 .reg-banner {
            height: 168px; } }
        @media (max-width: 375px) {
          #section-banners-principais #slick-banners-principais .grid.grid-1 .reg-banner {
            height: 148px; } }
        @media (max-width: 360px) {
          #section-banners-principais #slick-banners-principais .grid.grid-1 .reg-banner {
            height: 142px; } }
        @media (max-width: 320px) {
          #section-banners-principais #slick-banners-principais .grid.grid-1 .reg-banner {
            height: 126px; } }
      #section-banners-principais #slick-banners-principais .grid.grid-2 .reg-banner {
        width: 50%;
        height: 506px; }
        @media (max-width: 1199px) {
          #section-banners-principais #slick-banners-principais .grid.grid-2 .reg-banner {
            height: 376px; } }
      #section-banners-principais #slick-banners-principais .grid.grid-3 .reg-banner {
        width: 40%;
        height: 253px; }
        @media (max-width: 1199px) {
          #section-banners-principais #slick-banners-principais .grid.grid-3 .reg-banner {
            height: 188px; } }
        #section-banners-principais #slick-banners-principais .grid.grid-3 .reg-banner:nth-child(1) {
          width: 60%;
          height: 506px; }
          @media (max-width: 1199px) {
            #section-banners-principais #slick-banners-principais .grid.grid-3 .reg-banner:nth-child(1) {
              height: 376px; } }
          #section-banners-principais #slick-banners-principais .grid.grid-3 .reg-banner:nth-child(1) .mascara strong {
            font-size: 15px; }
            @media (max-width: 1199px) {
              #section-banners-principais #slick-banners-principais .grid.grid-3 .reg-banner:nth-child(1) .mascara strong {
                font-size: 14px; } }
          #section-banners-principais #slick-banners-principais .grid.grid-3 .reg-banner:nth-child(1) .mascara h2 {
            font-size: 27px; }
            @media (max-width: 1199px) {
              #section-banners-principais #slick-banners-principais .grid.grid-3 .reg-banner:nth-child(1) .mascara h2 {
                font-size: 23px; } }
    #section-banners-principais #slick-banners-principais .reg-banner {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      float: left;
      overflow: hidden;
      position: relative;
      transition: all 0.4s; }
      #section-banners-principais #slick-banners-principais .reg-banner:hover .mascara {
        background: rgba(0, 0, 0, 0.65);
        padding-top: 30px; }
        #section-banners-principais #slick-banners-principais .reg-banner:hover .mascara.subtitulo {
          padding-bottom: 30px; }
          #section-banners-principais #slick-banners-principais .reg-banner:hover .mascara.subtitulo p {
            opacity: 1;
            height: auto; }
      #section-banners-principais #slick-banners-principais .reg-banner .mascara {
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        /* IE6-9 */
        width: 100%;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 130px 30px 0px 30px;
        transition: all 0.4s; }
        @media (max-width: 992px) {
          #section-banners-principais #slick-banners-principais .reg-banner .mascara {
            padding: 130px 15px 0px 15px; } }
        #section-banners-principais #slick-banners-principais .reg-banner .mascara strong {
          float: left;
          font-size: 12px;
          text-transform: uppercase;
          color: #fff;
          padding: 5px 7px; }
          @media (max-width: 767px) {
            #section-banners-principais #slick-banners-principais .reg-banner .mascara strong {
              font-size: 10px;
              padding: 3px 5px; } }
        #section-banners-principais #slick-banners-principais .reg-banner .mascara h2 {
          width: 100%;
          float: left;
          padding-top: 8px;
          overflow: hidden;
          color: #fff;
          font-size: 29px;
          font-weight: bold; }
          @media (max-width: 1199px) {
            #section-banners-principais #slick-banners-principais .reg-banner .mascara h2 {
              font-size: 20px; } }
          @media (max-width: 767px) {
            #section-banners-principais #slick-banners-principais .reg-banner .mascara h2 {
              font-size: 16px;
              margin-bottom: 0px; } }
        #section-banners-principais #slick-banners-principais .reg-banner .mascara p {
          width: 100%;
          height: 22px;
          float: left;
          margin: 0px;
          padding-top: 0px;
          overflow: hidden;
          color: #fff;
          font-size: 15px;
          font-weight: bold;
          opacity: 0;
          transition: all 0.4s; }
          @media (max-width: 1199px) {
            #section-banners-principais #slick-banners-principais .reg-banner .mascara p {
              font-size: 14px; } }
    #section-banners-principais #slick-banners-principais .slick-dots {
      width: fit-content;
      display: block;
      padding: 0;
      padding-top: 15px;
      margin: 0px auto; }
      #section-banners-principais #slick-banners-principais .slick-dots li {
        display: inline;
        float: left;
        padding-left: 2px;
        padding-right: 2px;
        list-style: none; }
        #section-banners-principais #slick-banners-principais .slick-dots li.slick-active button {
          background-color: #28a85e; }
        #section-banners-principais #slick-banners-principais .slick-dots li button {
          background-color: #064b84;
          width: 13px;
          height: 13px;
          float: left;
          padding: 0px;
          border: 0px;
          border-radius: 50%;
          text-indent: -9999px; }

#section-links-interesses {
  background-color: #fff;
  width: 100%;
  float: left;
  padding-top: 40px;
  padding-bottom: 30px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    #section-links-interesses {
      padding-top: 30px;
      padding-bottom: 0; } }
  #section-links-interesses p {
    width: 100%;
    float: left;
    padding-bottom: 5px;
    color: #546c77;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  #section-links-interesses ul {
    width: 100%;
    float: left;
    padding-left: 0px; }
    #section-links-interesses ul li {
      width: calc(25% - 1px);
      float: left;
      overflow: hidden;
      margin-right: 1px; }
      @media (max-width: 767px) {
        #section-links-interesses ul li {
          width: calc(50% - 1px) !important;
          margin-bottom: 1px; } }
      #section-links-interesses ul li a {
        background-size: 100% auto;
        background-position: center;
        width: 100%;
        float: left;
        overflow: hidden;
        margin-bottom: 2px;
        transition: all 0.4s; }
        @media (max-width: 922px) {
          #section-links-interesses ul li a {
            background-size: cover; } }
        @media (max-width: 767px) {
          #section-links-interesses ul li a {
            margin-bottom: 0px; } }
        #section-links-interesses ul li a:hover {
          background-size: 120% auto; }
          #section-links-interesses ul li a:hover .mascara {
            background-color: rgba(17, 107, 167, 0.85); }
        #section-links-interesses ul li a .mascara {
          background-color: rgba(17, 107, 167, 0.65);
          width: 100%;
          height: 165px;
          float: left;
          overflow: hidden;
          display: table;
          position: relative;
          transition: all 0.4s; }
          @media (max-width: 1199px) {
            #section-links-interesses ul li a .mascara {
              height: 132px; } }
          @media (max-width: 767px) {
            #section-links-interesses ul li a .mascara {
              height: 113px; } }
          #section-links-interesses ul li a .mascara span {
            width: 100%;
            display: table-cell;
            vertical-align: middle;
            font-size: 25px;
            line-height: 28px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            padding-left: 40px;
            padding-right: 40px;
            color: #fff;
            text-shadow: 1px 1px 1px #000; }
            @media (max-width: 1199px) {
              #section-links-interesses ul li a .mascara span {
                font-size: 15px;
                line-height: 18px;
                padding-left: 25px;
                padding-right: 25px; } }
            @media (max-width: 767px) {
              #section-links-interesses ul li a .mascara span {
                font-size: 12px;
                line-height: 15px; } }

#section-noticias {
  background-color: #fff;
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden; }
  #section-noticias .header {
    width: 100%;
    float: left;
    padding-bottom: 25px;
    overflow: hidden; }
    #section-noticias .header h2 {
      float: left;
      margin: 0px;
      color: #00194b;
      font-size: 36px;
      font-weight: bold; }
    #section-noticias .header a {
      float: right;
      background-color: #fff;
      width: fit-content;
      margin-right: 0px;
      margin-top: 10px;
      padding: 4px 10px;
      border: 1px solid #00194b;
      color: #00194b;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 16px;
      transition: all 0.4s; }
      #section-noticias .header a:hover {
        background-color: #00194b;
        color: #fff;
        text-decoration: none; }
  #section-noticias .conteudo {
    width: 100%;
    float: left;
    overflow: hidden; }

.reg-noticias {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  transition: all 0.4s; }
  .reg-noticias a {
    width: 100%;
    float: left;
    overflow: hidden;
    transition: all 0.4s; }
    .reg-noticias a:hover .img figure img {
      transform: scale(1.1); }
    .reg-noticias a:hover .dados span {
      color: #064a81; }
    .reg-noticias a:hover .dados h3 {
      color: #064a81; }
    .reg-noticias a:hover .dados p {
      color: #064a81; }
    .reg-noticias a .img {
      width: 100%;
      float: left;
      overflow: hidden; }
      .reg-noticias a .img figure {
        width: 100%;
        float: left;
        margin-bottom: 0px;
        overflow: hidden; }
        .reg-noticias a .img figure img {
          width: 100%;
          transition: all 0.4s; }
      .reg-noticias a .img strong {
        height: 32px;
        float: left;
        position: relative;
        padding: 3px 9px;
        overflow: hidden;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin-top: -32px;
        text-transform: uppercase; }
        @media (max-width: 1199px) {
          .reg-noticias a .img strong {
            padding: 5px 9px;
            font-size: 16px; } }
    .reg-noticias a .editoria{
      font-family: 'effraregular';}
    .reg-noticias a .dados {
      width: 100%;
      float: left;
      padding-top: 17px;
      overflow: hidden; }
      .reg-noticias a .dados span {
        width: 100%;
        float: left;
        overflow: hidden;
        font-size: 15px;
        color: #556d77;
        transition: all 0.4s; }
      .reg-noticias a .dados h3 {
        width: 100%;
        float: left;
        overflow: hidden;
        font-size: 22px;
        color: #556d77;
        font-weight: bold;
        line-height: 26px;
        transition: all 0.4s; }
        @media (max-width: 1199px) {
          .reg-noticias a .dados h3 {
            font-size: 19px;
            line-height: 22px; } }
      .reg-noticias a .dados p {
        width: 100%;
        float: left;
        overflow: hidden;
        font-size: 15px;
        color: #556d77;
        transition: all 0.4s; }
  .reg-noticias .links {
    background-color: #fff;
    width: fit-content;
    float: left;
    margin-right: 7px;
    padding: 4px 10px;
    border: 1px solid #064a81;
    color: #064a81;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px; }
    .reg-noticias .links:hover {
      background-color: #064a81;
      color: #fff;
      text-decoration: none; }
  .reg-noticias .compartilhar-noticia {
    position: relative;
    transition: all 0.4s ease; }
    .reg-noticias .compartilhar-noticia .texto-compartilhar {
      transition: all 0.4s ease;
      background: white;
      color: #064a81;
      z-index: 50;
      position: relative;
      padding: 4px 10px; }
    .reg-noticias .compartilhar-noticia .box-compartilhar {
      z-index: 40;
      transition: all 0.4s ease;
      display: block;
      visibility: hidden;
      position: absolute;
      width: 144px;
      height: 34px;
      left: 0px;
      bottom: -1px; }
      .reg-noticias .compartilhar-noticia .box-compartilhar .link-compartilhar {
        transform: scale(0.8);
        visibility: hidden; }
      .reg-noticias .compartilhar-noticia .box-compartilhar > * {
        z-index: 40; }
    .reg-noticias .compartilhar-noticia:hover .texto-compartilhar {
      background: #064a81;
      color: white; }
    .reg-noticias .compartilhar-noticia:hover .box-compartilhar {
      transition: all 0.4s ease;
      visibility: visible;
      width: 118px;
      height: 34px;
      background: #064a81;
      left: 100%;
      bottom: -1px; }
    .reg-noticias .compartilhar-noticia:hover .link-compartilhar {
      transition: all 0.8s ease;
      visibility: visible;
      margin-top: -4px;
      transform: scale(1); }
      .reg-noticias .compartilhar-noticia:hover .link-compartilhar:hover {
        margin-top: -10px; }
  .reg-noticias .box-redes-sociais {
    width: fit-content;
    float: right; }
    .reg-noticias .box-redes-sociais span {
      width: fit-content;
      float: left;
      padding-right: 10px;
      padding-top: 10px;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase; }
    .reg-noticias .box-redes-sociais ul {
      float: left;
      padding-left: 0px;
      margin-bottom: 0px; }
      .reg-noticias .box-redes-sociais ul li {
        display: inline;
        float: left;
        padding-left: 4px; }
        .reg-noticias .box-redes-sociais ul li a {
          background-color: #900;
          width: 35px;
          height: 35px;
          border-radius: 7px;
          float: left;
          text-align: center;
          padding-top: 8px;
          overflow: hidden;
          transition: all 0.4s; }
          .reg-noticias .box-redes-sociais ul li a:hover {
            transform: scale(1.2); }
          .reg-noticias .box-redes-sociais ul li a.facebook {
            background-color: #01529c; }
          .reg-noticias .box-redes-sociais ul li a.whatsapp {
            background-color: #24cd63; }
          .reg-noticias .box-redes-sociais ul li a.twitter {
            background-color: #00a7e7; }
          .reg-noticias .box-redes-sociais ul li a i {
            font-size: 20px;
            color: #fff; }
  @media screen and (max-width: 1024px) {
    .reg-noticias .botoes-noticia {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .reg-noticias .subtitulo-noticia {
      display: none; } }

#publicidade-160x600 {
  background-color: #333;
  width: 160px;
  height: 600px;
  float: right;
  overflow: hidden; }
  @media (max-width: 1199px) {
    #publicidade-160x600 {
      display: none; } }
  #publicidade-160x600 a {
    width: 100%;
    float: left;
    overflow: hidden; }
    #publicidade-160x600 a img {
      width: 100%;
      float: left;
      overflow: hidden; }

#section-contadores {
  background-color: #edeff2;
  width: 100%;
  float: left;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 30px;
  overflow: hidden;
  display: none; }
  #section-contadores #container-eventos {
    width: 100%;
    float: left;
    overflow: hidden; }
  #section-contadores .reg-contador {
    width: 250px;
    display: block;
    margin: 0px auto;
    overflow: hidden; }
    @media (max-width: 767px) {
      #section-contadores .reg-contador {
        margin-bottom: 20px; } }
    #section-contadores .reg-contador .img {
      width: 93px;
      float: left;
      overflow: hidden; }
      #section-contadores .reg-contador .img img {
        width: 100%;
        float: left; }
    #section-contadores .reg-contador .dados {
      width: 157px;
      float: left;
      overflow: hidden; }
      #section-contadores .reg-contador .dados > span {
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 16px;
        color: #556d77;
        text-align: center;
        text-transform: uppercase; }
        #section-contadores .reg-contador .dados > span.dias-label {
          font-size: 30px;
          line-height: 30px; }
      #section-contadores .reg-contador .dados > strong {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 58px;
        color: #2aa65f;
        line-height: 47px; }
      #section-contadores .reg-contador .dados ul {
        width: 100%;
        float: left;
        padding-top: 5px;
        padding-left: 15px;
        padding-right: 15px; }
        #section-contadores .reg-contador .dados ul li {
          width: 33.333%;
          float: left;
          display: inline;
          list-style: none; }
          #section-contadores .reg-contador .dados ul li strong {
            width: 100%;
            float: left;
            text-align: center;
            font-size: 18px;
            color: #2aa65f;
            line-height: 20px; }
          #section-contadores .reg-contador .dados ul li span {
            width: 100%;
            float: left;
            text-align: center;
            font-size: 14px;
            color: #556d77;
            line-height: 14px; }
    #section-contadores .reg-contador p {
      width: 100%;
      float: left;
      font-size: 13px;
      color: #556d77;
      text-transform: uppercase;
      text-align: center;
      padding-top: 5px; }

#section-banner-publicidade {
  background-color: #fff;
  width: 100%;
  float: left;
  padding-top: 0px;
  padding-bottom: 60px;
  overflow: hidden; }
  #section-banner-publicidade #publicidade-900x120 {
    background-color: #333;
    width: 900px;
    height: 120px;
    display: block;
    overflow: hidden;
    margin: 0px auto; }
  #section-banner-publicidade #publicidade-300x100 {
    background-color: #333;
    width: 300px;
    height: 100px;
    display: block;
    overflow: hidden;
    margin: 0px auto; }
    @media (max-width: 767px) {
      #section-banner-publicidade #publicidade-900x120 {
        display: none; } }
    @media (max-width: 300px) {
      #section-banner-publicidade #publicidade-300x100 {
        display: none; } }
    @media (min-width: 500px) {
      #section-banner-publicidade #publicidade-300x100 {
        display: none; } }

#section-redes-sociais {
  /* background-color: #eee; */
  background-color: #FFFF;
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 70px;
  overflow: hidden; }
  #section-redes-sociais .box {
    width: 100%;
    display: block;
    margin: 0px auto;
    overflow: hidden; }
    @media (max-width: 992px) {
      #section-redes-sociais .box {
        margin-bottom: 40px; } }
    #section-redes-sociais .box .header {
      display: flex;
      justify-content: center;
      width: 100%;
      float: left;
      padding-bottom: 15px;
      overflow: hidden; }
        #section-redes-sociais .box .header img {
          float: left; }
        #section-redes-sociais .box .header strong {
          float: left;
          padding-left: 10px;
          font-size: 28px;
          color: #99afb8;
          text-transform: uppercase; }
    #section-redes-sociais .box .conteudo {
      background-color: #f1f1f1;
      width: 100%;
      height: 381px;
      float: left;
      overflow: hidden; }

#box-youtube {
  background-color: #eee;
  width: 100%;
  float: left;
  padding: 50px 0px;
  overflow: hidden; }
  #box-youtube .header {
      display: flex;
      justify-content: center;
      width: 100%;
      float: left;
      padding-bottom: 30px;
      overflow: hidden; }
    #box-youtube .header img {
      float: left; }
    #box-youtube .header strong {
      float: left;
      padding-left: 10px;
      font-size: 28px;
      font-weight: bold;
      color: #99afb8;
      text-transform: uppercase; }
    #box-youtube .header a {
      background-color: #fff;
      width: fit-content;
      float: right;
      padding: 4px 10px;
      border: 1px solid #064a81;
      color: #064a81;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 16px;
      transition: all 0.4s; }
      #box-youtube .header a:hover {
        background-color: #064a81;
        color: #fff;
        text-decoration: none; }

    #box-youtube .frame-video{
      cursor: pointer;}
    #box-youtube .video-principal{
      font-family: 'effraregular';}
      #box-youtube .video-principal h4{
        margin-top: 10px;
        margin-bottom: 2px;
        font-weight: bold;
        font-size: 21px;
        color: #7597A5;}
        #box-youtube .video-principal:hover > h4{
          color: #5f7a86;}
        #box-youtube .video-principal p{
          font-size: 21px;
          color: #949FA4;}
          #box-youtube .video-principal .embed{
            width: 100%;
            height: 360px;}
            #box-youtube .video-principal .embed img{
              position: absolute;}
            #box-youtube .video-principal .embed .icon{
              font-size: 6rem;
              color: #F8F8F8;
              opacity: 0.48;
              text-shadow: 0px 3px 6px rgb(1 1 1 / 36%);
              transition: all 0.2s;}
              #box-youtube .video-principal:hover > .embed .icon{
                font-size: 6.5rem;
                opacity: 0.9;}
    #box-youtube ul{
     padding-left: 20px; }
      #box-youtube ul .item{
        height: 135px;
        list-style: none;}
        #box-youtube ul .item .embed{
          width: 120px;
		      height: 90px;}
          #box-youtube ul .item .embed img{
            position: absolute;}
            #box-youtube ul .item .embed .icon{
              font-size: 2.8rem;
              color: #F8F8F8;
              opacity: 0.48;
              text-shadow: 0px 3px 6px rgb(1 1 1 / 36%);
              transition: all 0.3s;}
              #box-youtube ul .item:hover > .embed .icon{
                font-size: 3rem;
                opacity: 0.9;}
          #box-youtube ul .item .dados{
            width: fit-content;
            margin-left: 20px;
            max-width: 400px;}
            #box-youtube ul .item .dados{
              font-family: 'effraregular';}
              #box-youtube ul .item .dados h4{
                color: #7597A5;
                margin-bottom: 2px;
                font-size: 18px;
                font-weight: bold;}
                #box-youtube ul .item:hover > .dados h4{
                  color: #5f7a86;}
                #box-youtube ul .item .dados p{
                  color: #949FA4;
                  font-size: 18px;}
    
    @media (max-width: 1199px){
      #box-youtube{
        padding-top: 50px;
        padding-bottom: 10px;}
        #box-youtube .video-principal h4, #box-youtube .video-principal p{
          font-size: 19px;}
        #box-youtube ul .item .dados h4, #box-youtube ul .item .dados p{
          font-size: 16px;}}
        @media (max-width: 540px){
          #box-youtube ul{
            padding-left: inherit;}
            #box-youtube ul .item .dados{
              margin-left: 30px;}
              #box-youtube ul .item .dados h4, #box-youtube ul .item .dados p{
                font-size: 15px;}}


#section-galeria-fotos {
  background: #001c4f;
  background: -moz-linear-gradient(left, #001c4f 0%, #177dbc 51%, #28a563 100%);
  background: -webkit-linear-gradient(left, #001c4f 0%, #177dbc 51%, #28a563 100%);
  background: linear-gradient(to right, #001c4f 0%, #177dbc 51%, #28a563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c4f', endColorstr='#28a563',GradientType=1 );
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 506px;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden; }
  #section-galeria-fotos .header {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    overflow: hidden; }
    #section-galeria-fotos .header h2 {
      float: left;
      padding-top: 3px;
      font-size: 32px;
      color: #fff; }
    #section-galeria-fotos .header a {
      background-color: transparent;
      width: fit-content;
      float: right;
      padding: 4px 10px;
      border: 1px solid #fff;
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      transition: all 0.4s; }
      #section-galeria-fotos .header a:hover {
        background-color: #fff;
        color: #064a81;
        text-decoration: none; }
  #section-galeria-fotos ul {
    float: left;
    width: 100%;
    padding-left: 0px; }
    #section-galeria-fotos ul li {
      list-style: none;
      float: left;
      width: 25%;
      display: inline; }
      @media (max-width: 1199px) {
        #section-galeria-fotos ul li {
          width: 50%; } }
      @media (max-width: 767px) {
        #section-galeria-fotos ul li {
          width: 100%; } }
      #section-galeria-fotos ul li .reg-foto {
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        float: left;
        overflow: hidden;
        transition: all 0.4s; }
        @media (max-width: 767px) {
          #section-galeria-fotos ul li .reg-foto {
            margin-bottom: 5px;
            background-size: cover; } }
        #section-galeria-fotos ul li .reg-foto.height-40 {
          background-size: 100% auto; }
          #section-galeria-fotos ul li .reg-foto.height-40:hover {
            background-size: 120% auto; }
          #section-galeria-fotos ul li .reg-foto.height-40 .mascara {
            height: 111px; }
            @media (max-width: 1199px) {
              #section-galeria-fotos ul li .reg-foto.height-40 .mascara {
                height: 91px; } }
            @media (max-width: 767px) {
              #section-galeria-fotos ul li .reg-foto.height-40 .mascara {
                height: 150px; } }
        #section-galeria-fotos ul li .reg-foto.height-60 {
          background-size: 100% auto; }
          #section-galeria-fotos ul li .reg-foto.height-60:hover {
            background-size: 120% auto; }
          #section-galeria-fotos ul li .reg-foto.height-60 .mascara {
            height: 189px; }
            @media (max-width: 1199px) {
              #section-galeria-fotos ul li .reg-foto.height-60 .mascara {
                height: 159px; } }
            @media (max-width: 767px) {
              #section-galeria-fotos ul li .reg-foto.height-60 .mascara {
                height: 150px; } }
        #section-galeria-fotos ul li .reg-foto.height-100 .mascara {
          height: 300px; }
          @media (max-width: 1199px) {
            #section-galeria-fotos ul li .reg-foto.height-100 .mascara {
              height: 250px; } }
          @media (max-width: 767px) {
            #section-galeria-fotos ul li .reg-foto.height-100 .mascara {
              height: 150px; } }
        #section-galeria-fotos ul li .reg-foto:hover .mascara {
          text-decoration: none !important;
          background-color: rgba(0, 0, 0, 0.6); }
        #section-galeria-fotos ul li .reg-foto a {
          width: 100%;
          float: left; }
        #section-galeria-fotos ul li .reg-foto .mascara {
          background-color: rgba(0, 0, 0, 0.5);
          width: calc(100% + 1px);
          float: left;
          overflow: hidden;
          display: table;
          position: relative;
          transition: all 0.4s; }
          #section-galeria-fotos ul li .reg-foto .mascara h3 {
            width: 100%;
            display: table-cell;
            vertical-align: middle;
            font-size: 15px;
            font-weight: bold;
            color: #fff;
            text-align: center;
            padding-left: 15px;
            padding-right: 15px;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
            text-decoration: none; }
            @media (max-width: 1199px) {
              #section-galeria-fotos ul li .reg-foto .mascara h3 {
                font-size: 17px; } }

#section-medalistas-olimpicos {
  background-color: #fff;
  width: 100%;
  float: left;
  overflow: hidden;
  /* display: none; */} 
  #section-medalistas-olimpicos .bg1 {
    background-color: #fff;
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 20px;
    overflow: hidden; }
    @media (max-width: 767px) {
      #section-medalistas-olimpicos .bg1 {
        padding-top: 30px; } }
    #section-medalistas-olimpicos .bg1 h2 {
      float: left;
      padding-top: 3px;
      font-size: 32px;
      color: #00194b; }
      @media (max-width: 767px) {
        #section-medalistas-olimpicos .bg1 h2 {
          width: 100%;
          text-align: center;
          font-size: 28px; } }
      @media (max-width: 767px) {
        #section-medalistas-olimpicos .bg1 h2 b {
          width: 100%;
          display: block; } }
    #section-medalistas-olimpicos .bg1 a {
      background-color: transparent;
      width: fit-content;
      float: right;
      margin-top: 10px;
      padding: 4px 10px;
      border: 1px solid #00194b;
      color: #00194b;
      font-weight: bold;
      font-size: 16px;
      transition: all 0.4s; }
      @media (max-width: 767px) {
        #section-medalistas-olimpicos .bg1 a {
          display: none; } }
      #section-medalistas-olimpicos .bg1 a:hover {
        background-color: #00194b;
        color: #fff;
        text-decoration: none; }
  #section-medalistas-olimpicos .bg2 {
    background-color: #edeff2;
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden; }
    @media (max-width: 767px) {
      #section-medalistas-olimpicos .bg2 {
        padding-top: 20px;
        padding-bottom: 20px; } }
    #section-medalistas-olimpicos .bg2 .seta {
      width: 40px;
      float: left;
      margin-top: 85px;
      padding: 10px;
      text-align: center;
      transition: all 0.4s; }
      #section-medalistas-olimpicos .bg2 .seta:hover img {
        transform: scale(1.2); }
      #section-medalistas-olimpicos .bg2 .seta img {
        transition: all 0.4s; }
    #section-medalistas-olimpicos .bg2 #slick-medalhistas {
      width: calc(100% - 80px);
      float: left;
      overflow: hidden; }
      #section-medalistas-olimpicos .bg2 #slick-medalhistas .slick-arrow {
        display: none !important; }

.reg-medalhistas {
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  transition: all 0.4s; }
  .reg-medalhistas:hover {
    transform: scale(1.05); }
  .reg-medalhistas a {
    width: 100%;
    float: left;
    overflow: hidden; }
    .reg-medalhistas a .img {
      width: fit-content;
      display: block;
      margin: 0px auto;
      overflow: hidden;
      border-radius: 50%; }
      .reg-medalhistas a .img.cor-1 {
        border: 5px solid #2c84cb; }
      .reg-medalhistas a .img.cor-2 {
        border: 5px solid #f6c801; }
      .reg-medalhistas a .img.cor-3 {
        border: 5px solid #3a3a3a; }
      .reg-medalhistas a .img.cor-4 {
        border: 5px solid #17a455; }
      .reg-medalhistas a .img.cor-5 {
        border: 5px solid #e20e1c; }
      .reg-medalhistas a .img figure {
        background-color: #333;
        width: 177px;
        height: 177px;
        float: left;
        margin: 0px;
        border-radius: 50%;
        border: 6px solid #fff; }
        .reg-medalhistas a .img figure img {
          width: 100%;
          float: left;
          border-radius: 50%; }
    .reg-medalhistas a .dados {
      width: 100%;
      float: left;
      padding-top: 10px;
      overflow: hidden; }
      .reg-medalhistas a .dados h3 {
        width: 100%;
        float: left;
        margin: 0px;
        overflow: hidden;
        font-size: 20px;
        color: #556d77;
        text-align: center;
        font-weight: bold; }
        @media (max-width: 1199px) {
          .reg-medalhistas a .dados h3 {
            font-size: 18px;
            padding-bottom: 6px; } }
      .reg-medalhistas a .dados .medalhas {
        width: 100%;
        float: left;
        padding-top: 3px;
        padding-bottom: 3px;
        overflow: hidden; }
        @media (max-width: 1199px) {
          .reg-medalhistas a .dados .medalhas {
            padding-bottom: 6px; } }
        .reg-medalhistas a .dados .medalhas > div {
          width: fit-content;
          display: block;
          overflow: hidden;
          margin: 0px auto; }
          .reg-medalhistas a .dados .medalhas > div div {
            float: left;
            padding-left: 13px;
            padding-right: 3px; }
            .reg-medalhistas a .dados .medalhas > div div img {
              float: left;
              margin-left: -18px; }
      .reg-medalhistas a .dados span {
        width: 100%;
        float: left;
        overflow: hidden;
        font-size: 17px;
        color: #556d77;
        text-align: center; }

#section-cob {
  background-color: #1362ad;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 1035px;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #section-cob {
      background-image: none !important; } }
  #section-cob .esquerda {
    width: 100%;
    float: left;
    overflow: hidden; }
    #section-cob .esquerda img {
      width: 124px;
      float: left; }
      @media (max-width: 767px) {
        #section-cob .esquerda img {
          float: none;
          display: block;
          margin: 0px auto; } }
    #section-cob .esquerda > div {
      width: calc(100% - 124px);
      float: left;
      padding-left: 20px;
      overflow: hidden; }
      @media (max-width: 767px) {
        #section-cob .esquerda > div {
          width: 100%;
          padding-left: 0px;
          padding-top: 20px; } }
      #section-cob .esquerda > div p {
        color: #fff;
        font-size: 18px;
        line-height: 23px; }
        #section-cob .esquerda > div p strong {
          font-size: 21px; }
      #section-cob .esquerda > div ul {
        width: 100%;
        float: left;
        overflow: hidden;
        border-left: 3px solid #fff;
        padding-top: 60px;
        padding-left: 0px; }
        #section-cob .esquerda > div ul li {
          width: 100%;
          list-style: none;
          float: left;
          padding-bottom: 20px;
          overflow: hidden; }
          #section-cob .esquerda > div ul li:last-child {
            padding-bottom: 0px; }
          #section-cob .esquerda > div ul li:before {
            content: ' ';
            width: 20px;
            height: 3px;
            float: left;
            margin-top: 20px;
            background-color: #fff; }
            @media (max-width: 1199px) {
              #section-cob .esquerda > div ul li:before {
                margin-top: 15px; } }
          #section-cob .esquerda > div ul li div {
            width: calc(100% - 20px);
            float: left;
            padding-left: 10px;
            color: #fff;
            font-size: 15px; }
            @media (max-width: 1199px) {
              #section-cob .esquerda > div ul li div {
                font-size: 17px; } }
  #section-cob .direita {
    width: 100%;
    float: left;
    padding-top: 140px;
    overflow: hidden; }
    @media (max-width: 1199px) {
      #section-cob .direita {
        padding-top: 30px; } }
    #section-cob .direita ul {
      width: 50%;
      float: left;
      overflow: hidden;
      padding-left: 0px; }
      @media (max-width: 767px) {
        #section-cob .direita ul {
          width: 100%;
          margin-bottom: 0px; } }
      #section-cob .direita ul:nth-child(1) {
        width: 43%; }
        @media (max-width: 767px) {
          #section-cob .direita ul:nth-child(1) {
            width: 100%; } }
      #section-cob .direita ul:nth-child(2) {
        width: 57%; }
        @media (max-width: 767px) {
          #section-cob .direita ul:nth-child(2) {
            width: 100%; } }
      #section-cob .direita ul li {
        width: 100%;
        float: left;
        overflow: hidden;
        list-style: none;
        display: inline;
        padding-right: 2px; }
        #section-cob .direita ul li a {
          width: 100%;
          float: left;
          padding: 5px 8px;
          margin-bottom: 2px;
          overflow: hidden;
          transition: all 0.4s; }
          @media (max-width: 767px) {
            #section-cob .direita ul li a {
              border: 1px solid #fff;
              padding-bottom: 7px;
              position: relative; } }
          @media (max-width: 767px) {
            #section-cob .direita ul li a::after {
              content: '+';
              width: 20px;
              height: 45px;
              position: absolute;
              right: 15px;
              border-left: 1px solid #fff;
              top: 0px;
              text-align: center;
              color: #fff;
              font-size: 32px;
              line-height: 45px;
              padding-left: 8px; } }
          #section-cob .direita ul li a:hover {
            background-color: rgba(255, 255, 255, 0.2); }
          #section-cob .direita ul li a img {
            width: 24px;
            float: left; }
            @media (max-width: 767px) {
              #section-cob .direita ul li a img {
                display: none; } }
          #section-cob .direita ul li a span {
            width: calc(100% - 24px);
            float: left;
            color: #fff;
            font-size: 15px;
            padding-left: 10px;
            padding-top: 6px; }
            @media (max-width: 1199px) {
              #section-cob .direita ul li a span {
                font-size: 17px; } }
            @media (max-width: 767px) {
              #section-cob .direita ul li a span {
                width: 100%;
                padding-left: 0px;
                font-size: 15px; } }
  #section-cob #mapa {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 30px; }
    @media (max-width: 767px) {
      #section-cob #mapa {
        display: none; } }

  /* #section-link-destaques .link-box{
    border-color: #990420 !important;} */
    #section-link-destaques .link-box .link{
      /* color: #990420; */
      font-size: 22px;
      font-family: 'effrabold'}
    /* #section-link-destaques .link-box .link:hover{
      color: #610315;} */
      #section-link-destaques .link-box .link i{
        font-size: 2.1rem;}
    @media (max-width: 991.98px){
      #section-link-destaques .link-box .link{
        font-size: 19px;}
      #section-link-destaques .link-box .link i{
        font-size: 1.9rem;}}
      @media (max-width: 767.98px){
        #section-link-destaques .link-box{
          border: 0px !important;}
        #section-link-destaques .link-box .link{
          font-size: 15px;}
        #section-link-destaques .link-box .link i{
          font-size: 1.8rem;}}
        @media (max-width: 575.98px){
          #section-link-destaques .link-box .link{
            font-size: 13.5px;}
          #section-link-destaques .link-box .link i{
            font-size: 1.6rem;}}
          @media (max-width: 320px){
            #section-link-destaques .link-box .link{
              font-size: 12.5px;}
            #section-link-destaques .link-box .link i{
              font-size: 1.5rem;}}
        
.blink {
  animation: blinker 1s linear infinite;}
@keyframes blinker {
  50% { opacity: 0; }}

/*# sourceMappingURL=home.css.map */
