@media(max-width: 600px) {
  body {
    padding-bottom: 3rem;
  }
  .menu-mobile {
    display: block;
  }
  .menu-desktop {
    display: none;
  }
  .menu-mobile-top form {
    margin-bottom: 2rem!important;
  }
  .card-comum {
    max-width: 180px;
    padding-right: 10px;
    margin: 0 auto;
  }
  .titulo-card {
    font-size: 14px;
  }
  .img-banner {
    max-height: 110px;
  }
  .titulo-card-destaque {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: rgb(25, 31, 40);
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .area-footer-lista ul {
    margin-bottom: 3rem;
  }
  .input-pesquisa {
    width: auto;
    min-width: auto;
  }
  .navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
  }
  .slick-prev {
    left: 85%;
    position: absolute;
    top: -40px;
  }
  .slick-next {
    top: -40px;
    right: 0px;
  }
  .titulo-parceiro {
    font-size: 20px;
  }
  .btn-pesquisa {
    margin-right: 0px;
  }
  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media(min-width: 601px) {
  .menu-mobile {
    display: none;
  }
  .menu-mobile-top {
    display: none;
  }
  .menu-desktop {
    display: flex;
  }
  .card-comum {
    padding: 10px;
    width: 285px;
  }
}
@media(max-width: 600px) {
  .img-centro-foco {
    border-radius: 0px;
  }
  .img-principal-evento > img {
    display: none;
  }
  .area-centro-img {
    position: initial;
  }
  .area-seleciona-ingresso {
    height: auto!important;
  }
  .camp-pesquisa {
    margin-bottom: 15px;
  }
  .card-destaque .card-evento-img img{
    max-height: 120px;
    width: 170px;
    border-radius: 8px;
  }
  #methods-pag #nav-tab a {
    padding: 0px;
  }
  #area-pesquisa .card-evento-img img {
    width: 100%;
    height: 170px;
    border-radius: 8px;
  }
  #card-evento-comum .card-evento-img img {
    width: 100%;
    height: 140px;
    border-radius: 8px;
  }
  .icone-whats-flut {
    bottom: 6rem;
    right: 1rem;
  }
}
@media (min-width: 768px) {
  .pop-img {
    max-width: 370px;
    margin: 0 auto;
    display: flex;
  } 
}
@media (max-width: 767px) {
  .pop-img {
    width: 100%;
  }
}
@media(min-width: 600px) {
  .dashboard-content-ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .dashboard-content-ul > li:nth-child(odd) {
    clear: both;
    float: left;
    width: 50%;
  }
  .dashboard-content-ul > li {
    display: block;
    list-style-type: none;
    margin: 0;
    box-sizing: border-box;
    height: 25%;
  }
  .range-tickets {
    margin-top: 3rem;
  }
  .card-destaque .card-evento-img img{
    min-width: 250px;
    border-radius: 8px;
    height: 200px;
  }
  #area-pesquisa .card-comum .card-evento-img img {
    height: 260px;
    width: 100%;
    border-radius: 8px;
  }
  #card-evento-comum .card-evento-img img {
    width: 100%;
    height: 225px;
    border-radius: 8px;
  }
}
/* start map Gl ponto venda */
@media(max-width: 500px) {
  .sidebar {
    width: auto;
    width: 100%;
  }
  .mapboxgl-ctrl-top-right {
    /*right: 0;
    bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: end;*/
    bottom: 10rem;
    left: 1rem;
    right: auto;
    top: auto;
  }
}
@media(min-width: 501px) {
  .mapboxgl-ctrl-top-right {
    bottom: 4rem;
    top: auto;
    right: 1rem;
  }
}
/* end map Gl ponto venda */
