*{
  padding: 0;
  margin: 0;
}
body{
  overflow-x: hidden !important;
}
header{
      position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    background: linear-gradient(180deg, #006da9 50%, #ebebeb 50%);
}
    .logo img{
      max-width: 150px;
    }
    .linkTopo a img{
      max-width: 20px;
    }
    .linkIco{
      width: 30px;
      height: 30px;
      float: left;
      display: block;
      text-align: center;
      margin: 0 2px;
    }
    .menuMobile{
      display: none;
    }
    .menuMobile nav ul{
      display: inline;
      float: right;
    }
    .menuMobile nav ul li{
      display: inline;
      float: left;
      margin: 0 15px;
      padding: 4px 0 0 0;
    }
    .menuMobile nav ul li a{
      font-family: 'Montserrat regular';
      color: #000;
      font-size: 14px;
    }
    .menuDesk nav ul{
      display: flex;
      justify-content: center;
    }
    .menuDesk nav ul li:first-child {
      margin-left: 0;
    }
    .menuDesk nav ul li:last-child {
      margin-right: 0;
    }
    .menuDesk nav ul li{
      display: inline;
      float: left;
      margin: 0 31px;
      padding: 4px 0 0 0;
    }
    .menuDesk nav ul li{
      transform: scaley(1.15);
      transform-origin: 0px 17px;
    }
    .menuDesk nav ul li a{
      font-family: 'Montserrat regular';
      color: #006da9;
      font-size: 14px;
    }
    .menuDesk nav ul li a:hover{
      font-weight: bold;
      text-decoration: none;
      font-size: 14px;
    }
    .topoSlogan{
      color: #FFF;
    }
    .topoSlogan h6{
      font-family: 'Montserrat bold';
      font-size: 13px;
    }
    .topoSlogan p{
      font-family: 'Montserrat regular';
      font-size: 11px;
    }
    .banner{
      margin: 150px 0 0 0;
    }
    .carousel-indicators {
      position: absolute !important;
      display: block !important;
      margin: 0 !important;
      bottom: unset;
      top: -10px;
    }
    .carousel-indicators li{
      text-indent: unset !important;
      width: 100%;
      height: auto !important;
      position: relative;
    }
    .descricaoBnn{
      font-family: 'Montserrat regular';
      color: #FFF;
      position: absolute;
      font-size: 15px;
      z-index: 999999999999999999;
      opacity: 1;
      font-weight: 700;
      top: 26px;
      left: 20px;
    }
    .carousel-caption {
      position: absolute;
      width: 100%;
      right: 15%;
      bottom: 0;
      left: 0;
      z-index: 10;
      height: 175px;
      padding: 20px;
      /* padding-bottom: 20px; */
      color: #fff;
      text-align: left;
      background-image: linear-gradient(
      0deg, #006da9, transparent);
    }
    .meutexto{
      width: 70%;
      height: auto;
      float: left;
      margin: 70px 0 0 0;
    }
    .meulink{
      width: 29%;
      height: auto;
      float: left;
      margin: 70px 0 0 0;
    }
    .meulink a{
        color: #FFF;
        position: absolute;
        font-family: 'Montserrat regular';
        right: 20px;
        bottom: 15px;
        text-decoration: none;
    }
    .meutexto h3{
      font-family: 'Montserrat regular';
      color: #FFF;
      font-weight: 700;
      font-size: 20px;
    }
    .mancha{
      background-color: #dfdfdf;
      position: absolute;
      top: -15px;
      right: 0;
      width: 241px;
      height: 105%;
      z-index: -9;
    }
    .linkBlueBnn{
      color: #006da9 !important;
      margin: 7px 0 0 0;
      font-weight: bold;
      font-family: 'Montserrat regular';
      display: block;
    }
    .mancha::before{
      content: '';
      display: block;
      width: 184px;
      height: 4px;
      bottom: -2px;
      right: 0;
      position: absolute;
      background-color: #006da9;
    }
    .frame{
      height: 253px;
      background-color: #ebebeb;
      border-radius: 7px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center;
      transition: all 0.3s;
    }
    .frame p{
      font-family: 'Montserrat bold';
      margin: 30px 0 0 0;
    }
    .frame:hover{
      color: #FFF;
      background-color: #006da9;
    }
    .frame:hover img{
      filter: brightness(0) contrast(1000) grayscale(1) invert(1);
      transition: all 0.3s;
    }
    .titlePadrao{
      font-family: 'Montserrat bold';
      color: #006da9;
    }
    .titlePadrao h2{
      font-size: 25px;
    }
    .linkP{
      border: solid 1px #333;
      border-radius: 5px;
      height: 85px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
    }
    footer{
      background-color: #efefef;

    }
    .textoMont{
      font-family: 'Montserrat regular';
      color: #333;
      font-size: 12px;
    }
    .textoMont a{
      color: #333;
      text-decoration: underline;

    }
    .meuForm{
          padding: 0 40px;
          font-family: 'Montserrat regular';
    }
    .linksRodape{
      color: #FFF;
      font-size: 12px;
      font-family: 'Montserrat light';
    }
     .linksRodape a{
      text-decoration: underline;
      color: #FFF;
    }
    .opcoes{
      background-color: #006da9;
      color: #FFF;
      font-family: 'Montserrat bold';
    }
    .noticia{
      margin-bottom: 3%;
    }
    .noticia h3{
      color: #006da9;
      font-family: 'Montserrat bold';
      font-size: 14px;
      margin: 0 0 35px 0;
    }

    .noticia a{
      color: #006da9;
      font-family: 'Montserrat regular';
      font-size: 14px;
      display: block;
      position: absolute;
      right: 16px;
      bottom: 0;
      text-decoration: underline;
    }

    .diretoria{
      margin-bottom: 3%;
      border:solid #333 1px;
      border-radius: 5px;
    }
    .diretoria h3{
      color: #006da9;
      font-family: 'Montserrat bold';
      font-size: 14px;
      margin: 0 0 5px 0;
    }
    .diretoria p{
      color: #7e7e7c;
      font-family: 'Montserrat regular';
      font-size: 12px;
    }
    
    .paginacao a{
      color: #006da9;
      font-family: 'Montserrat regular';
          padding: 0 5px;
    }
    .share{
      width: 20px;
      position: fixed;
      left: 10px;
      top: 30%;
    }
    .s1{
      width: 30px;
      height: 30px;
      float: left;
      text-align: center;
      border: solid #016eaa 1px;
      border-bottom: none;

    }
    
    .s2{
      width: 30px;
      height: auto;
      float: left;
      text-align: center;
      margin: 15px 0 0 0;

    }
    .mySubmit{
      color: #FFF;
      border:none;
      border-radius: 5px;
      background-color: #006da9;
      font-family: 'Montserrat regular';
    }
    .textoformatado{
      font-family: 'Montserrat regular';
      color: #333;
    }
    .textoContato{
      font-family: 'Montserrat regular';
      color: #006da9;
      font-size: 20px;
    }
    .maiscontato{
      margin: -10% 0 0 0;
    }
    .btnMenu{
      display: none;
    }
    @media screen and (max-width: 480px) {
      header {
        background: linear-gradient(
        180deg, #006da9 50%, #006da9 50%);
      }
      
      .hideCel{
        display: none;
      }
      .btnSite {
        width: 100%;
        margin: 0 0 10px 0;
      }
      .subForm{
        width: 220px;
      }
      .imgAbs{
        position: relative !important;
      }
      .menuDesk{
        display: none;
      }
      .menuMobile{
        display: block;
      }
      .checkMenu{
        position: absolute;
        width: 40px;
        height: 40px;
        right: 29px;
        top: -14px;
      }
      .menuMobile nav ul {
          display: grid;
          float: right;
          text-align: left;
          position: absolute;
          height: 250px;
          background: #FFF;
          width: 100%;
          left: 0;
          top: 0px;
          border-bottom: solid #0e0e0e 3px;

          
      }

      
      .open{
        right: -0;
        transition: all 1s;
        z-index: 9999999;
      }
      .menuList{
        display: none;
      }
      .logo{
        margin: 0 0 5% 0; 
      }
      .topoSlogan{
        text-align: center !important;
      }
      .banner {
          margin: 180px 0 0 0;
      }
      .carrousselMobile{
        margin: 105% 0 0 0;
      }
      .meutexto h3 {
          font-size: 13px;
      }
      .descricaoBnn{
        padding: 0 20px 0 0;
      }
      .maiscontato {
        margin: 5% 0 0 0;
      }
      .topoSlogan p {
          display: none;
      }
      .btnMenu{
        display: block;
        position: absolute;
        right: 13px;
        z-index: 999999;
        width: 35px;
        height: 35px;
        top: 0;
      }
    }