@media (max-width: 700px){
  .menu-desk {
    display: none!important;
  }
}
@media (max-width: 850px){
  .ocult-pesq-f {
    display: none!important;
  }
}
@media (max-width: 1000px){
  .btn-area-usuario {
    display: none!important;
  }
}
@media(max-width: 600px) {
  .slick-next {
    right: 1.5rem;
  }
  .slick-prev {
    left: 1.5rem;
    z-index: 1;
  }
  .prs_upcom_slide_first {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
@media(min-width: 768px) {
  .fale-conosco {
    margin-bottom: 3rem;
    margin-top: 0;
  }
  .acorPe {
    display: initial!important;
  }
  .img-detail-event {
    max-width: 370px;
  }
}
@media(min-width: 600px) {
  /*.img-event-common {
    height: 250px;
  }*/
  .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%;
  }
  .prs_footer_social_wrapper ul svg {
    margin-top: 0px;
  }
}
@media(max-width: 600px) {
  #accordionDadosPesqu {
    max-width: 350px;
    margin: 1rem auto;
  }
}
@media (max-width: 700px) {
  .dado-eventr h3 {
    font-size: 25px;
  }
  #btn-conf-pag-final {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    right: 0;
    padding-bottom: 1rem;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
  }
  .prs_bottom_footer_wrapper {
    text-align: center;
  }
  .prs_footer_social_wrapper ul svg {
    margin-top: 10px;
  }
}


