#imgs{
  font-size: 190%;
  border: 1px solid;
  width: 20%;
  background-color: #337ab7;
  border-color: #337ab7;
  color: white;
}
#lista_imgs{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 1300px){
  .container {
      width: 1320px;
  }
}
ul{
	padding: 0;
}
p{
  margin:0;
}
.row{
  margin: 0;
}
.no-padding{
  padding: 0;
}
#cadastro .botao{
  width: 15%;
  height: 30px;
  font-size: 15px;
  color: #555555;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-radius: 3px;
}
.modal-dialog {
  margin: 20vh auto 0px auto !important;
}
.alinhamento{
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
  height: 3.9em;
  border-radius: 10px 0px 0px 10px;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #032AB6;
  font-size: 27px;
  height: 68px;
  border: none;
  cursor: pointer;
  border-radius: 0px 10px 10px 0px;
  margin: 0;
  color: white;
}

.overlay button:hover {
  background: #bbb;
}

/* LOGO MENU */
.topo-div{
  height: 45px;
}
.topo .container{
  position: relative;
  height: 45px;
  bottom: -88%;
}
.topo .fa{
  font-size: 22px;
  padding-right: .7em;
}
.borda-topo{
  border-right: 1px solid #5C659D;
  height: 15px;
}
.topo span{
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 100;
  display: flex;
  font-family: 'Montserrat', sans-serif;
}
.telefone-topo span{
  font-weight: 400;
}
.titulo-topo{
  line-height: 37px;
  padding-left: 1em;
}
.logo_topo a{
  text-decoration: none;
  color: transparent;
}
#textoPrefLogo{
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #152272;
  padding-left: 3px;
}
#textoNomeLogo{
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 56px;
  color: #152272;
}
  @media screen and (min-width: 280px){
    .topo{
      background-color: #152272;
    }
    .logo-menu{
      height: auto;
    }
    .logo-menu .container{
      height: inherit;
      display: block;
    }
    .logo_topo {
      justify-content: center;
      padding-top: 1em;
    }
    .data-topo{
      justify-content: center;
    }
  }
  @media screen and (min-width: 592px){
    .topo{
      background-color: #152272;
    }
    .logo-menu{
      height: auto;
    }
    .logo-menu .container{
      height: inherit;
      display: block;
    }
    .logo_topo {
      justify-content: center;
      padding-top: 1em;
    }
    .data-topo{
      justify-content: center;
    }
  }
  @media screen and (min-width: 768px){
    .topo{
      background-color: #152272;
    }
    .logo-menu{
      height: 170px;
    }
    .logo-menu .container{
      height: inherit;
      display: block;
    }
    .logo_topo {
      justify-content: center;
      padding-top: 1em;
    }
    .data-topo{
      justify-content: center;
    }
  }
  @media screen and (min-width: 992px){
    .topo{
      background-color: #152272;
    }
    .logo-menu{
      height: 170px;
    }
    .logo-menu .container{
      height: inherit;
      display: block;
    }
    .logo_topo {
      justify-content: center;
      padding-top: 1em;
    }
    .data-topo{
      justify-content: flex-start;
    }
  }
  @media screen and (min-width: 1200px){
    .topo{
      background-color: #152272;
    }
    .logo-menu{
      height: 140px;
    }
    .logo-menu .container{
      height: inherit;
      display: flex;
    }
    .logo_topo{
      justify-content: flex-start;
    }
    .data-topo{
      justify-content: flex-start;
    }
  }
  @media screen and (min-width: 1300px){
    .topo{
      background-color: #152272;
    }
    .logo-menu{
      height: 140px;
    }
    .logo-menu .container{
      height: inherit;
      display: flex;
    }
    .logo_topo{
      justify-content: flex-start;
    }
    .data-topo{
      justify-content: center;
    }
  }
  @media screen and (min-width: 1730px){
    .topo{
      height: 345px;
      background-color: #152272;
      margin: 0 4.5%;
      border-radius: 200px;
      position: relative;
      bottom: 305px;
    }
    .data-topo{
      justify-content: flex-start;
    }
  }
/* menu */
.menuResponsivo nav, #menu-principal, #navbar-top{
  width: 100%;
}
#nav-principal{
  margin: 0;
  background: none;
  border: none;
}
.navbar-default .navbar-nav>li>a{
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #221F1A;
}

.navbar-default .navbar-nav>li:first-child>a::after, .navbar-default .navbar-nav>li:last-child>a::after, .navbar-default .navbar-nav>li:nth-last-child(2)>a::after{
  border: none;
}
.fa-home{
  font-size: 190%;
}
#bt_pesquisa{
  font-size: 140%;
}
#btn-hidden-pesquisa{
  background-color: transparent;
  border: none;
  font-size: 25px;
  margin: .4em .6em;
}
  @media screen and (min-width: 280px){
    #navbar-top{
      justify-content: space-around;
      display: block;
      margin: 0;
      overflow: hidden;
    }
  }
  @media screen and (min-width: 592px){
    #navbar-top{
      justify-content: space-around;
      display: block;
      margin: 0;
      overflow: hidden;
    }
  }
  @media screen and (min-width: 768px){
    #navbar-top{
      justify-content: space-around;
      display: flex;
      margin: auto;
      overflow: unset;
    }
    .navbar-default .navbar-nav>li>a::after{
      content: '';
      border-right: 1px solid #908F8C;
      height: 15px;
      position: absolute;
      right: -5%;
      top: 35%;
    }
  }
  @media screen and (min-width: 992px){
    #navbar-top{
      justify-content: space-around;
      display: flex;
      margin: auto;
      overflow: unset;
    }
    .navbar-default .navbar-nav>li>a::after{
      content: '';
      border-right: 1px solid #908F8C;
      height: 15px;
      position: absolute;
      right: -10%;
      top: 35%;
    }
  }
  @media screen and (min-width: 1200px){
    #navbar-top{
      justify-content: space-around;
      display: flex;
      margin: auto;
      overflow: unset;
    }
    .navbar-default .navbar-nav>li>a::after{
      content: '';
      border-right: 1px solid #908F8C;
      height: 15px;
      position: absolute;
      right: -10%;
      top: 35%;
    }
  }
/* BANNER */
.bannext, .banprev{
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  text-decoration: none;
}
.banprev:hover, .bannext:hover, .banprev:focus, .bannext:focus{
  color: #000000;
  text-decoration: none;
}

@media screen and (min-width: 280px){

}
@media screen and (min-width: 592px){

}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 992px){
  .banprev{
    position: absolute;
    font-size: 65px;
    z-index: 99;
    top: 40%;
    left: 1%;
    color: #2F2C27;
  }
  .bannext{
    position: absolute;
    font-size: 65px;
    z-index: 99;
    top: 40%;
    right: 1%;
    color: #2F2C27;
  }
}
@media screen and (min-width: 1200px){
  .banprev{
    position: absolute;
    font-size: 65px;
    z-index: 99;
    top: 40%;
    left: 1%;
    color: #2F2C27;
  }
  .bannext{
    position: absolute;
    font-size: 65px;
    z-index: 99;
    top: 40%;
    right: 1%;
    color: #2F2C27;
  }
}
@media screen and (min-width: 1300px){
  .banprev{
    position: absolute;
    font-size: 65px;
    z-index: 99;
    top: 40%;
    left: 13%;
    color: #2F2C27;
  }
  .bannext{
    position: absolute;
    font-size: 65px;
    z-index: 99;
    top: 40%;
    right: 13%;
    color: #2F2C27;
  }
}
/* ICONES CENTRO */
.item-meio figure{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.item-meio figure:hover img{
  zoom: 1.15;
  transition: .3s;
}
.item-meio figure:hover figcaption{
  font-weight: 600;
}
.item-meio a{
  text-decoration: none;
}
.item-meio figcaption{
  padding-top: 1em;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-align: center;
  color: #152272;
}
  @media screen and (min-width: 280px){
    .item-meio{
      width: calc(100%/2);
      height: 82px;
    }
    .icones-centro .container{
      height: inherit;
      flex-wrap: wrap;
      background: #FFF;
      border-radius: 0px 0px 20px 20px;
      box-shadow: 0px 2px #D3D3D3;
    }
    .icones-centro{
      height: 460px;
      background-color: #152272;
      background-image: linear-gradient(135deg, transparent, transparent 7px, rgb(138,144,184) 7px, rgb(138,144,184) 7px, transparent 8px, transparent) !important;
      background-size: 10px 10px;
      background-attachment: fixed;
    }
  }
  @media screen and (min-width: 592px){
    .item-meio{
      width: calc(100%/2);
      height: 82px;
    }
    .icones-centro .container{
      height: inherit;
      flex-wrap: wrap;
      background: #FFF;
      border-radius: 0px 0px 20px 20px;
      box-shadow: 0px 2px #D3D3D3;
    }
    .icones-centro{
      height: 560px;
      background-color: #152272;
      background-image: linear-gradient(135deg, transparent, transparent 7px, rgb(138,144,184) 7px, rgb(138,144,184) 7px, transparent 8px, transparent) !important;
      background-size: 10px 10px;
      background-attachment: fixed;
    }
  }
  @media screen and (min-width: 768px){
    .item-meio{
      width: calc(100%/5);
      height: 82px;
    }
    .icones-centro .container{
      height: inherit;
      flex-wrap: wrap;
      background: #FFF;
      border-radius: 0px 0px 20px 20px;
      box-shadow: 0px 2px #D3D3D3;
    }
    .icones-centro{
      height: 175px;
      background-color: #152272;
      background-image: linear-gradient(135deg, transparent, transparent 7px, rgb(138,144,184) 7px, rgb(138,144,184) 7px, transparent 8px, transparent) !important;
      background-size: 10px 10px;
      background-attachment: fixed;
    }
  }
  @media screen and (min-width: 992px){
    .item-meio{
      width: calc(100%/10);
      height: 82px;
    }
    .icones-centro .container{
      height: inherit;
      justify-content: space-between;
      background: #FFF;
      border-radius: 0px 0px 20px 20px;
      box-shadow: 0px 2px #D3D3D3;
    }
    .icones-centro{
      height: 125px;
      background-color: #152272;
      background-image: linear-gradient(135deg, transparent, transparent 7px, rgb(138,144,184) 7px, rgb(138,144,184) 7px, transparent 8px, transparent) !important;
      background-size: 10px 10px;
      background-attachment: fixed;
    }
  }
  @media screen and (min-width: 1200px){
    .item-meio{
      width: calc(100%/10);
      height: 82px;
    }
    .icones-centro .container{
      height: inherit;
      justify-content: space-between;
      background: #FFF;
      border-radius: 0px 0px 20px 20px;
      box-shadow: 0px 2px #D3D3D3;
    }
    .icones-centro{
      height: 125px;
      background-color: #152272;
      background-image: linear-gradient(135deg, transparent, transparent 7px, rgb(138,144,184) 7px, rgb(138,144,184) 7px, transparent 8px, transparent) !important;
      background-size: 10px 10px;
      background-attachment: fixed;
    }
  }
/* NOTICIAS */
.noticia-titulo{
  height: 70px;
  background-color: #EEEEEE;
}
.noticia-titulo .container{
  height: inherit;
}
.noticia-titulo span{
  font-size: 23px;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
}
.destaque .container{
  height: inherit;
  background-color: #FFF;
  padding-top: 2em;
}
.destaque a{
  text-decoration: none;
}
.box-ultimas figure{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

  @media screen and (min-width: 280px){
    .destaque .bannerNoticia img, .destaque .carousel{
      width: 240px;
      height: 210px;
      margin: 0 auto;
      object-fit: contain;
    }
    .borda-noticia {
      border-bottom: 1px solid #CCCCCC;
      height: 285px;
      border-right: none;
    }
    .box-ultimas img {
      width: 210px;
      height: 133px;
    }
    .ultimas{
      padding-top: 2em;
    }
    .legenda-ultima {
      width: 210px;
      height: 47px;
      padding-top: .5em;
      margin-bottom: 1em;
      font-size: 14px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      color: black;
      line-height: 1em;
      overflow: hidden;
    }
    .vertodas button {
      background-color: #FFF;
      border-radius: 0px;
      border: 1px solid #CDCDCD;
      box-shadow: 1px 2px 1px #cdcdcd;
      font-size: 14px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      width: 160px;
      height: 45px;
    }
    .destaque {
      height: 820px;
      background-color: #FFF;
      background-image: linear-gradient(135deg, transparent, transparent 7px, #DDDDDD 7px, #DDDDDD 7px, transparent 8px, transparent) !important;
      background-size: 10px 10px;
      background-attachment: fixed;
    }
    .destaque .bannerNoticia figcaption {
      font-size: 26px;
      color: black;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      padding-top: .5em;
      height: 50px;
    }
    .vertodas {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 55px;
    }
    .destaque .bprev {
      position: absolute;
      font-size: 55px;
      color: #152272;
      bottom: 38%;
      left: -10%;
    }
    .destaque .bnext {
      position: absolute;
      font-size: 55px;
      color: #152272;
      bottom: 38%;
      right: -10%;
    }
    .curva{
      padding: 0;
      padding-right: 0;
    }
    .ultimas .col-xs-6 {
      width: 100%;
    }
  }
  @media screen and (min-width: 592px){
    .destaque .bannerNoticia img, .destaque .carousel{
      width: 499px;
      height: 310px;
      margin: 0 auto;
      object-fit: contain;
    }
    .borda-noticia {
      border-bottom: 1px solid #CCCCCC;
      height: 435px;
      border-right: none;
    }
    .box-ultimas img {
      width: 210px;
      height: 133px;
    }
    .ultimas{
      padding-top: 1em;
    }
    .legenda-ultima {
      width: 210px;
      height: 47px;
      padding-top: .5em;
      margin-bottom: 1em;
      font-size: 14px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      color: black;
      line-height: 1em;
      overflow: hidden;
    }
    .vertodas button {
      background-color: #FFF;
      border-radius: 0px;
      border: 1px solid #CDCDCD;
      box-shadow: 1px 2px 1px #cdcdcd;
      font-size: 14px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      width: 160px;
      height: 45px;
    }
    .destaque {
      height: 740px;
      background-color: #FFF;
      background-image: linear-gradient(135deg, transparent, transparent 7px, #DDDDDD 7px, #DDDDDD 7px, transparent 8px, transparent) !important;
      background-size: 10px 10px;
      background-attachment: fixed;
    }
    .destaque .bannerNoticia figcaption {
      font-size: 26px;
      color: black;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      padding-top: .5em;
      height: 50px;
    }
    .vertodas {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 55px;
    }
    .destaque .bprev {
      position: absolute;
      font-size: 55px;
      color: #152272;
      bottom: 50%;
      left: -7%;
    }
    .destaque .bnext {
      position: absolute;
      font-size: 55px;
      color: #152272;
      bottom: 51%;
      right: -7%;
    }
    .curva{
      padding: 0;
      padding-right: 0;
    }
    .ultimas .col-xs-6 {
      width: 50%;
    }
  }
  @media screen and (min-width: 768px){
    .destaque .bannerNoticia img, .destaque .carousel{
      width: 410px;
      height: 310px;
      margin: 0 auto;
      object-fit: contain;
    }
    .borda-noticia {
      border-right: 1px solid #CCCCCC;
      height: 435px;
      border-bottom: none;
    }
    .box-ultimas img {
      width: 160px;
      height: 113px;
    }
    .ultimas{
      padding-top: 0;
    }
    .legenda-ultima {
      width: 160px;
      height: 63px;
      padding-top: .5em;
      margin-bottom: 1em;
      font-size: 14px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      color: black;
      line-height: 1em;
      overflow: hidden;
    }
    .vertodas button {
      background-color: #FFF;
      border-radius: 0px;
      border: 1px solid #CDCDCD;
      box-shadow: 1px 2px 1px #cdcdcd;
      font-size: 14px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      width: 160px;
      height: 45px;
    }
    .destaque {
      height: 530px;
      background-color: #FFF;
      background-image: linear-gradient(135deg, transparent, transparent 7px, #DDDDDD 7px, #DDDDDD 7px, transparent 8px, transparent) !important;
      background-size: 10px 10px;
      background-attachment: fixed;
    }
    .destaque .bannerNoticia figcaption {
      font-size: 26px;
      color: black;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      padding-top: .5em;
      height: 50px;
    }
    .vertodas {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 55px;
    }
    .destaque .bprev {
      position: absolute;
      font-size: 55px;
      color: #152272;
      bottom: 50%;
      left: -7%;
    }
    .destaque .bnext {
      position: absolute;
      font-size: 55px;
      color: #152272;
      bottom: 51%;
      right: -7%;
    }
    .curva{
      padding: 0;
      padding-right: 2em;
    }
    .ultimas .col-xs-6 {
      width: 100%;
    }
  }
  @media screen and (min-width: 992px){
    .destaque .bannerNoticia img, .destaque .carousel{
      width: 530px;
      height: 440px;
      margin: 0 auto;
      object-fit: contain;
    }
    .borda-noticia {
      border-right: 1px solid #CCCCCC;
      height: 525px;
      border-bottom: none;
    }
    .box-ultimas img {
      width: 199px;
      height: 143px;
    }
    .legenda-ultima {
      width: 200px;
      height: 63px;
      padding-top: .5em;
      margin-bottom: 1em;
      font-size: 18px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      color: black;
      line-height: 1em;
      overflow: hidden;
    }
    .vertodas button {
      background-color: #FFF;
      border-radius: 0px;
      border: 1px solid #CDCDCD;
      box-shadow: 1px 2px 1px #cdcdcd;
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      width: 210px;
      height: 45px;
    }
    .destaque {
      height: 630px;
      background-color: #FFF;
      background-image: linear-gradient(135deg, transparent, transparent 7px, #DDDDDD 7px, #DDDDDD 7px, transparent 8px, transparent) !important;
      background-size: 10px 10px;
      background-attachment: fixed;
    }
    .destaque .bannerNoticia figcaption{
      font-size: 26px;
      color: black;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      padding-top: .5em;
      height: 65px;
    }
    .vertodas{
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 71px;
    }
    .destaque .bprev{
      position: absolute;
      font-size: 55px;
      color: #152272;
      bottom: 50%;
      left: -4%;
    }
    .destaque .bnext{
      position: absolute;
      font-size: 55px;
      color: #152272;
      bottom: 51%;
      right: -4%;
    }
    .curva{
      padding: 0;
      padding-right: 2em;
    }
  }
  @media screen and (min-width: 1200px){
    .destaque .bannerNoticia img, .destaque .carousel{
      width: 690px;
      height: 588px;
      margin: 0 auto;
      object-fit: contain;
    }
    .borda-noticia{
      border-right: 1px solid #CCCCCC;
      height: 665px;
      border-bottom: none;
    }
    .box-ultimas img{
      width: 269px;
      height: 213px;
    }
    .legenda-ultima{
      width: 270px;
      height: 65px;
      padding-top: .5em;
      margin-bottom: 1em;
      font-size: 18px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      color: black;
      line-height: 1em;
      overflow: unset;
    }
    .vertodas button{
      background-color: #FFF;
      border-radius: 0px;
      border: 1px solid #CDCDCD;
      box-shadow: 1px 2px 1px #cdcdcd;
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      width: 270px;
      height: 45px;
    }
    .destaque{
      height: 750px;
      background-color: #FFF;
      background-image: linear-gradient(135deg, transparent, transparent 7px, #DDDDDD 7px, #DDDDDD 7px, transparent 8px, transparent) !important;
      background-size: 10px 10px;
      background-attachment: fixed;
    }
    .destaque .bannerNoticia figcaption{
      font-size: 26px;
      color: black;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      padding-top: .5em;
      height: 65px;
    }
    .vertodas{
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 71px;
    }
    .destaque .bprev{
      position: absolute;
      font-size: 55px;
      color: #152272;
      bottom: 50%;
      left: -4%;
    }
    .destaque .bnext{
      position: absolute;
      font-size: 55px;
      color: #152272;
      bottom: 51%;
      right: -4%;
    }
    .curva{
      padding: 0;
      padding-right: 2em;
    }
  }
  @media screen and (min-width: 1300px){
    .destaque .bannerNoticia img, .destaque .carousel{
      width: 742px;
      height: 588px;
      margin: 0 auto;
      object-fit: contain;
    }
    .borda-noticia{
      border-right: 1px solid #CCCCCC;
      height: 665px;
      border-bottom: none;
    }
    .box-ultimas img{
      width: 269px;
      height: 213px;
    }
    .legenda-ultima{
      width: 270px;
      height: 65px;
      padding-top: .5em;
      margin-bottom: 1em;
      font-size: 18px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      color: black;
      line-height: 1em;
      overflow: unset;
    }
    .vertodas button{
      background-color: #FFF;
      border-radius: 0px;
      border: 1px solid #CDCDCD;
      box-shadow: 1px 2px 1px #cdcdcd;
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      width: 270px;
      height: 45px;
    }
    .destaque{
      height: 750px;
      background-color: #FFF;
      background-image: linear-gradient(135deg, transparent, transparent 7px, #DDDDDD 7px, #DDDDDD 7px, transparent 8px, transparent) !important;
      background-size: 10px 10px;
      background-attachment: fixed;
    }
    .destaque .bannerNoticia figcaption{
      font-size: 26px;
      color: black;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      padding-top: .5em;
      height: 65px;
    }
    .vertodas{
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 71px;
    }
    .destaque .bprev{
      position: absolute;
      font-size: 55px;
      color: #152272;
      bottom: 50%;
      left: -4%;
    }
    .destaque .bnext{
      position: absolute;
      font-size: 55px;
      color: #152272;
      bottom: 51%;
      right: -4%;
    }
    .curva{
      padding: 0;
      padding-right: 2em;
    }
  }
/* GALERIA DE VIDEOS */


/* GALERIA DE EVENTOS */
.titulo-evento{
  background-image: url('../images/topo_galeria_foto.png');
  height: 75px;
}
.titulo-evento .container{
  height: inherit;
}
.titulo-evento span{
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  font-weight: 800;
  color: #FFF;
}
.evento{
  height: 300px;
  background-color: #221F1A;
}
.evento .container{
  height: inherit;
}
.evento figure img{
  width: 210px !important;
  height: 165px;
  margin: 0 auto;
}

  @media screen and (min-width: 280px){
    .evento figcaption {
      width: 210px;
      height: 45px;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #FFF;
      text-align: center;
      overflow: hidden;
      margin: 0 auto;
      margin-bottom: 1em;
    }
    .evento .owl-carousel.owl-drag .owl-item {
      height: 236px;
    }
    .evento figure:hover img, .evento figure:hover figcaption{
      zoom: 1.1;
      transition: .5s;
    }
  }
  @media screen and (min-width: 592px){
    .evento figcaption {
      width: 210px;
      height: 45px;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #FFF;
      text-align: center;
      overflow: hidden;
      margin: 0 auto;
      margin-bottom: 1em;
    }
    .evento .owl-carousel.owl-drag .owl-item {
      height: 236px;
    }
    .evento figure:hover img, .evento figure:hover figcaption{
      zoom: 1.1;
      transition: .5s;
    }
  }
  @media screen and (min-width: 768px){
    .evento figcaption {
      width: 210px;
      height: 45px;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #FFF;
      text-align: center;
      overflow: hidden;
      margin: 0 auto;
      margin-bottom: 1em;
    }
    .evento .owl-carousel.owl-drag .owl-item {
      height: 236px;
    }
    .evento figure:hover img, .evento figure:hover figcaption{
      zoom: 1.1;
      transition: .5s;
    }
  }
  @media screen and (min-width: 992px){
    .evento figcaption {
      width: 210px;
      height: 45px;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #FFF;
      text-align: center;
      overflow: hidden;
      margin: 0 auto;
      margin-bottom: 1em;
    }
    .evento .owl-carousel.owl-drag .owl-item {
      height: 236px;
    }
    .evento figure:hover img, .evento figure:hover figcaption{
      zoom: 1.1;
      transition: .5s;
    }
  }
  @media screen and (min-width: 1200px){
    .evento figcaption {
      width: 210px;
      height: 45px;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #FFF;
      text-align: center;
      overflow: hidden;
      margin: 0 auto;
      margin-bottom: 1em;
    }
    .evento .owl-carousel.owl-drag .owl-item {
      height: 236px;
    }
    .evento figure:hover img, .evento figure:hover figcaption{
      zoom: 1.04;
      transition: .5s;
    }
  }
  @media screen and (min-width: 1300px){
    .evento figcaption {
      width: 210px;
      height: 45px;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #FFF;
      text-align: center;
      overflow: hidden;
      margin: 0 auto;
      margin-bottom: 1em;
    }
    .evento .owl-carousel.owl-drag .owl-item {
      height: 236px;
    }
    .evento figure:hover img, .evento figure:hover figcaption{
      zoom: 1.1;
      transition: .5s;
    }
  }

/* INFORMATIVOS */
.titulo-informativo{
  background-image: url('../images/topo_informativos.png');
  height: 70px;
}
.titulo-informativo .container{
  height: inherit;
}
.titulo-informativo span{
  font-size: 23px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  color: black;
}
.informativo{
  height: 140px;
  border-bottom: 1px solid #D3D3D3;
}
.informativo .container{
  height: inherit;
}
.informativo .owl-carousel img{
  width: 140px;
  height: 75px;
  margin: 0 auto;
}
.informativo .alinhamento{
  height: inherit;
}
  @media screen and (min-width: 280px){
    .informativo .owl-carousel .owl-prev {
      position: absolute;
      font-size: 32px;
      color: black;
      bottom: 27%;
      left: 0%;
    }
    .informativo .owl-carousel .owl-next {
      position: absolute;
      font-size: 32px;
      color: black;
      bottom: 27%;
      right: 0%;
    }
  }
  @media screen and (min-width: 592px){
    .informativo .owl-carousel .owl-prev {
      position: absolute;
      font-size: 32px;
      color: black;
      bottom: 27%;
      left: 0%;
    }
    .informativo .owl-carousel .owl-next {
      position: absolute;
      font-size: 32px;
      color: black;
      bottom: 27%;
      right: 0%;
    }
  }
  @media screen and (min-width: 768px){
    .informativo .owl-carousel .owl-prev {
      position: absolute;
      font-size: 32px;
      color: black;
      bottom: 27%;
      left: 0%;
    }
    .informativo .owl-carousel .owl-next {
      position: absolute;
      font-size: 32px;
      color: black;
      bottom: 27%;
      right: 0%;
    }
  }
  @media screen and (min-width: 992px){
    .informativo .owl-carousel .owl-prev{
      position: absolute;
      font-size: 32px;
      color: black;
      bottom: 27%;
      left: -3%;
    }
    .informativo .owl-carousel .owl-next{
      position: absolute;
      font-size: 32px;
      color: black;
      bottom: 27%;
      right: -3%;
    }
  }
  @media screen and (min-width: 1200px){
    .informativo .owl-carousel .owl-prev{
      position: absolute;
      font-size: 32px;
      color: black;
      bottom: 27%;
      left: -3%;
    }
    .informativo .owl-carousel .owl-next{
      position: absolute;
      font-size: 32px;
      color: black;
      bottom: 27%;
      right: -3%;
    }
  }
/* HORARIO ATENDIMENTO */
.horario-atendimento .container{
 height: inherit;
}

  @media screen and (min-width: 280px){
    .horario-atendimento span{
      color: #222222;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
    }
    .horario-atendimento{
      height: 100px;
    }
  }
  @media screen and (min-width: 592px){
    .horario-atendimento span{
      color: #222222;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
    }
    .horario-atendimento{
      height: 50px;
    }
  }
  @media screen and (min-width: 768px){
    .horario-atendimento span{
      color: #222222;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
    }
    .horario-atendimento{
      height: 50px;
    }
  }
  @media screen and (min-width: 992px){
    .horario-atendimento span{
      color: #222222;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
    }
    .horario-atendimento{
      height: 50px;
    }
  }
  @media screen and (min-width: 1200px){
    .horario-atendimento span{
      color: #222222;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
    }
    .horario-atendimento{
      height: 50px;
    }
  }
/* DADOS LOGO RODAPE */
.titulo-rodape{
  line-height: 38px;
  padding-left: 1em;
}
.logo-rodape a{
  text-decoration: none;
}
#texto-logo-rodape{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
#texto-nome-pref{
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: 800;
  color: #fff;
}

.dados-rodape .endereco-rodape, .dados-rodape .email-rodape{
  font-weight: 200;
  font-size: 15px;
}
.dados-rodape .telefone-rodape{
  font-weight: 500;
  font-size: 15px;
}

  @media screen and (min-width: 280px){
    .dados-rodape{
      color: #FFF;
      font-family: 'Montserrat', sans-serif;
      height: 120px;
      flex-direction: column;
      display: flex;
      align-items: center;
      justify-content: space-around;
    }
    .endereco-rodape, .telefone-rodape, .email-rodape{
      width: 100%;
    }
    .dados-rodape .endereco-rodape span{
      text-align: center;
    }
    .dados-rodape .endereco-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: -1%;
      bottom: 47%;
    }
    .dados-rodape .telefone-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: 21%;
      bottom: -9%;
    }
    .dados-rodape .email-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: -3%;
      bottom: 2%;
    }
    .logo-dados-rodape{
      height: 230px;
      background-color: #152272;
      background-image: linear-gradient(135deg, transparent, transparent 6px, rgb(44,56,128) 6px, rgb(44,56,128) 6px, transparent 7px, transparent) !important;
      background-size: 9px 9px;
      background-attachment: fixed;
    }
    .logo-dados-rodape .container{
      height: inherit;
      display: block;
    }
    .titulo-logo-rodape{
      justify-content: center;
      padding-top: 1em;
    }
  }
  @media screen and (min-width: 592px){
    .dados-rodape{
      color: #FFF;
      font-family: 'Montserrat', sans-serif;
      height: 120px;
      flex-direction: column;
      display: flex;
      align-items: center;
      justify-content: space-around;
    }
    .endereco-rodape, .telefone-rodape, .email-rodape{
      width: 100%;
    }
    .dados-rodape .endereco-rodape span{
      text-align: inherit;
    }
    .dados-rodape .endereco-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: 7%;
      bottom: -4%;
    }
    .dados-rodape .telefone-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: 36%;
      bottom: -9%;
    }
    .dados-rodape .email-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: 23%;
      bottom: 2%;
    }
    .logo-dados-rodape{
      height: 230px;
      background-color: #152272;
      background-image: linear-gradient(135deg, transparent, transparent 6px, rgb(44,56,128) 6px, rgb(44,56,128) 6px, transparent 7px, transparent) !important;
      background-size: 9px 9px;
      background-attachment: fixed;
    }
    .logo-dados-rodape .container{
      height: inherit;
      display: block;
    }
    .titulo-logo-rodape{
      justify-content: center;
      padding-top: 1em;
    }
  }
  @media screen and (min-width: 768px){
    .dados-rodape{
      color: #FFF;
      font-family: 'Montserrat', sans-serif;
      height: 120px;
      flex-direction: column;
      display: flex;
      align-items: center;
      justify-content: space-around;
    }
    .endereco-rodape, .telefone-rodape, .email-rodape{
      width: 100%;
    }
    .dados-rodape .endereco-rodape span{
      text-align: inherit;
    }
    .dados-rodape .endereco-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: 17%;
      bottom: -4%;
    }
    .dados-rodape .telefone-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: 39%;
      bottom: -9%;
    }
    .dados-rodape .email-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: 29%;
      bottom: 2%;
    }
    .logo-dados-rodape{
      height: 230px;
      background-color: #152272;
      background-image: linear-gradient(135deg, transparent, transparent 6px, rgb(44,56,128) 6px, rgb(44,56,128) 6px, transparent 7px, transparent) !important;
      background-size: 9px 9px;
      background-attachment: fixed;
    }
    .logo-dados-rodape .container{
      height: inherit;
      display: block;
    }
    .titulo-logo-rodape{
      justify-content: center;
      padding-top: 1em;
    }
  }
  @media screen and (min-width: 992px){
    .dados-rodape{
      color: #FFF;
      font-family: 'Montserrat', sans-serif;
      height: inherit;
      flex-direction: column;
      display: flex;
      align-items: center;
      justify-content: space-around;
    }
    .endereco-rodape, .telefone-rodape, .email-rodape{
      width: 100%;
    }
    .dados-rodape .endereco-rodape span{
      text-align: inherit;
    }
    .dados-rodape .endereco-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: 16%;
      bottom: -4%;
    }
    .dados-rodape .telefone-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: 39%;
      bottom: -9%;
    }
    .dados-rodape .email-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: 29%;
      bottom: 2%;
    }
    .logo-dados-rodape{
      height: 120px;
      background-color: #152272;
      background-image: linear-gradient(135deg, transparent, transparent 6px, rgb(44,56,128) 6px, rgb(44,56,128) 6px, transparent 7px, transparent) !important;
      background-size: 9px 9px;
      background-attachment: fixed;
    }
    .logo-dados-rodape .container{
      height: inherit;
      display: flex;
    }
    .titulo-logo-rodape{
      justify-content: flex-start;
    }
  }
  @media screen and (min-width: 1200px){
    .dados-rodape{
      color: #FFF;
      font-family: 'Montserrat', sans-serif;
      height: inherit;
      flex-direction: column;
      display: flex;
      align-items: center;
      justify-content: space-around;
    }
    .endereco-rodape, .telefone-rodape, .email-rodape{
      width: 100%;
    }
    .dados-rodape .endereco-rodape span{
      text-align: inherit;
    }
    .dados-rodape .endereco-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: 22%;
      bottom: -4%;
    }
    .dados-rodape .telefone-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: 41%;
      bottom: -9%;
    }
    .dados-rodape .email-rodape .fa {
      font-size: 160%;
      position: absolute;
      left: 32%;
      bottom: 2%;
    }
    .logo-dados-rodape{
      height: 120px;
      background-color: #152272;
      background-image: linear-gradient(135deg, transparent, transparent 6px, rgb(44,56,128) 6px, rgb(44,56,128) 6px, transparent 7px, transparent) !important;
      background-size: 9px 9px;
      background-attachment: fixed;
    }
    .logo-dados-rodape .container{
      height: inherit;
      display: flex;
    }
    .titulo-logo-rodape{
      justify-content: flex-start;
    }
  }
  @media screen and (min-width: 1300px){
    .dados-rodape{
      color: #FFF;
      font-family: 'Montserrat', sans-serif;
      height: auto;
      display: block;
    }
    .endereco-rodape{
      width: 50%;
    }
    .telefone-rodape{
      width: 16.66666667%;
    }
    .email-rodape{
      width: 33.33333333%;
    }
    .dados-rodape .endereco-rodape .fa{
      font-size: 160%;
      position: absolute;
      left: -1%;
      bottom: -4%;
    }
    .dados-rodape .telefone-rodape .fa{
      font-size: 160%;
      position: absolute;
      left: -1%;
      bottom: -9%;
    }
    .dados-rodape .email-rodape .fa{
      font-size: 160%;
      position: absolute;
      left: 1%;
      bottom: 2%;
    }
    .logo-dados-rodape{
      height: 120px;
      background-color: #152272;
      background-image: linear-gradient(135deg, transparent, transparent 6px, rgb(44,56,128) 6px, rgb(44,56,128) 6px, transparent 7px, transparent) !important;
      background-size: 9px 9px;
      background-attachment: fixed;
    }
    .logo-dados-rodape .container{
      height: inherit;
      display: flex;
    }
    .titulo-logo-rodape{
      justify-content: flex-start;
    }
  }

/* MENU RODAPE */
.menu-rodape{
  height: 330px;
  background-color: #222222;
}
.menu-rodape .container{
  height: inherit;
  align-items: baseline;
}
.menu-rodape ul, .menu-rodape li{
  list-style: none;
}
.item-menu>ul>li{
  color: #AAAAAA;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  line-height: 3em;
  font-weight: 700;
  padding-top: 1em;
}
.item-menu>ul>ul>li>a{
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #AAAAAA;
}
@media screen and (min-width: 280px){

}
@media screen and (min-width: 592px){

}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 992px){

}
@media screen and (min-width: 1200px){
  
}
/* FAIXA DOWNLOAD ATUALIZAÇÃO */
.download-inga{
  height: 55px;
  background-color: #000000;
}
.download-inga .container{
  height: inherit;
}
.ultima-atualizacao span{
  font-family: 'MOntserrat', sans-serif;
  font-size: 13px;
  color: #ffffff;
}
.dados-inga .divisao span{
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #FFFFFF;
}
.dados-inga{
  display: flex;
  align-items: center;
  justify-content: center;
}
.dados-inga .divisao{
  border-right: 1px solid white;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.logo-inga{
  display: flex;
  align-content: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px){
  .download-inga {
      height: 155px;
  }
  .dados-inga .lojas{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .download-inga .container {
      height: inherit;
      flex-direction: column;
      justify-content: space-between;
  }
  .ultima-atualizacao{
      text-align: center;
  }
  .logo-inga {
    justify-content: center;
  }
}
@media screen and (max-width: 600px){
  .download-inga {
      height: 75px;
  }
  .dados-inga .lojas {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .logo-inga {
    justify-content: center;
  }
}
@media screen and (max-width: 320px){
  .download-inga {
      height: 110px;
  }
  .logo-inga {
    justify-content: center;
  }
}

*{font-family: 'Montserrat', sans-serif;}