<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***** Tablets *****/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
/***** smartphones *****/

@media screen and (max-width: 850px) {
  #menuMapaSite &gt; div &gt; nav &gt; div &gt; ul {
    display: flex;
    flex-wrap: wrap;
  }
  #banner{
    position: relative;
  }
  .nav-banner {
      display: flex !important;
      position: absolute !important;
      justify-content: space-between;
      /* column-gap: 180px !important; */
      bottom: 20px !important;
      width: 100% !important;
      left: 0% !important;
  }
  .carousel-geral {
    position: relative;
}
  .controlador {
    width: initial !important;
  }
  #headerPrincipal &gt; div &gt; div.col-md-10 &gt; div.moduletable &gt; div {
    position: relative;
    left: 62vw !important;
    top: -9px;
    display: flex;
    width: 100px !important;
  }

  #localizacao h1 {
    color: white;
    font-size: 50px !important;
  }
  .col-md-7.lo-img {
    padding: 0px;
  }

  .col-md-2.informacao-mapa {
    width: 38% !important;
  }
  iframe {
    width: 100% !important;
}
#localizacao .container-fluid, #localizacao .container-fluid &gt; div, #localizacao .container-fluid .lo-img {
  padding-right: 15px;
}
div#menuMapaSite {
  height: auto;
}
  .col-md-2.informacao-mapa {
    position: relative;
    bottom: 0 !important;
    left: 0 !important;
  }
  .carousel-geral .slick {
    height: 250px;
    overflow: hidden;
  }
  .not-img img{
    height: auto!important;
  }
  .lista-menu-principal {
    margin-top: 39px !important;
  }
  #menuMapaSite &gt; div:nth-child(2) .custom {
    width: 100%;
    padding: 0px 9%;
  }
  #developer-logo {
    text-align: center!important;
  }
  .col-md-2.informacao-mapa {
    width: 100% !important;
    padding: 0px 25%;
  }
  .menu-mapa-do-site .lista-menu-principal {
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  #menuMapaSite .moduletable {
    display: flex;
    justify-content: center;
  }
  #menuMapaSite &gt; div:nth-child(2) .custom {
    align-content: center;
    justify-content: center;
  }

  #position-menu .moduletable {
    margin: 0;
    position: absolute;
    top: 67px !important;
    background: transparent;
    left: 6vw !important;
  }
  .col-md-5.sociais p {
    font-size: 2rem;
    margin-top: 10px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 19px;
}
  .moduletablesoci {
    position: absolute;
    top: 7px;
    left: 27vw !important;
  }

  .col-md-7.lo-img {
    overflow: hidden;
  }

  .carousel-geral {
    flex-direction: column;
  }

  .carousel-geral &gt; div {
    width: 100% !important;
  }

  #banner img {
    height: auto;
  }

  div#banner {
    min-height: 500px;
    /* display: flex; */
    height: 100%!important;
  }
  .carousel-geral .slick {
    height: 250px;
    overflow: hidden;
  }
  .bandeiras {
    position: relative;
    top: -100px;
    left: -3vw;
  }
  .bannertitle.cat {
    margin-top: 0;
  }
  .bannertitle h1 {
    font-size: 2.3rem;
  }
  .texto-not h4 {
    margin-bottom: 46px;
  }
  .texto-not &gt; p {
    margin-bottom: 55px;
  }

  .texto-not a {
    color: black;
    text-align: center;
    margin-left: 22% !important;
    top: 10px;
    position: relative;
  }

  #menuMapaSite &gt; div:nth-child(2) {
    margin-top: 0 !important;
  }

  /* #menuMapaSite &gt; div:nth-child(2) &gt; div {
    height: 30px;
  } */
  #menuMapaSite &gt; div:nth-child(2) .custom {
    display: flex;
    flex-direction: column-reverse;
    align-items: anchor-center;
}
  .col-md-5.sociais {
    position: relative;
    left: 2vw !important;
  }
  .butoes {
    flex-direction: column;
  }
  .col-md-3.card.con {
    text-align: center;
    width: 100% !important;
  }

  .col-md-6.img-Banner {
    display: none;
  }

  div.noticias &gt; :nth-child(n + 4) {
    display: none;
  }
  div#site-logo img {
    height: auto!important;
    margin-top: 10px;
    margin-left: -21px;
  }
  div#contador {
    width: 70%;
    margin: 0 15%;
    height: auto !important;
  }
  .lo-img img {
    margin-top: 12px;
    height: 250px;
    width: 100vw !important;
    margin-left: -12vw;
  }
  .menu-padrao ul.lista-menu-principal &gt; li &gt; ul {
    display: none;
  }
  table.mod_events_latest_table.jevbootstrap tbody {
    flex-direction: column;
  }
  #patrocinio &gt; div &gt; div &gt; div {
    display: grid;
    grid-template-columns: auto !important;
  }
  .carroseltext a.botao {
    position: absolute;
    bottom: 57px;
    left: 26vw !important;
  }
}
/***** iphone5 e smartphones antigos *****/

@media screen and (max-width: 420px) {
}

/***** 1080 *****/
@media screen and (min-width: 1900px) {
}

/***** 1600x900p laptop *****/
@media screen and (min-width: 1450px) and (max-width: 1600px) and (max-height: 900px) {
}

/***** 1440x900p desktop *****/
@media screen and (min-width: 1401px) and (max-width: 1440px) and (max-height: 900px) {
}

/***** 768 *****/
@media screen and (max-width: 1400px) {
}

@media (min-width: 1700px) and (max-width: 2000px) {
}
</pre></body></html>