 
@media screen and (max-width: 480px) {
  .logo {
    width: 100% !important;
    padding: 0 20px !important;
  }

  .content_destaques {
    display: block !important;
    margin-top: 20px !important;
  }

  .content_destaques_int {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important; /* espaçamento entre os blocos */
  }

  .c33.ic_h {
    width: 90% !important;
    text-align: center !important;
    padding: 10px 0 !important;
    background: #ffc800 !important;
    border-radius: 8px !important;
  }

  .c33.ic_h img {
    width: 90% !important;
    max-width: 300px;
    height: auto !important;
  }

  .ic_mail_h {
    font-size: 13px !important;
  }

  .ic_fone_h {
    font-size: 25px !important;
    padding: 0 20px !important;
  }

  .header_int {
    margin-bottom: 20px !important;
  }

  .content_home {
    margin-top: -20px !important;
  }

  .bus {
    display: none !important;
  }

  .bg_home {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  #pagination_slider {
    bottom: 30px !important;
  }

  .bg_home h1 {
    line-height: 30px;
    padding: 0 0 30px 0 !important;
  }

  .ic_d {
    width: 100% !important;
    padding: 10px 0 !important;
    text-align: center;
  }

  .pacotes {
    width: 254px !important;
    height: 253px !important;
  }

  .dados {
    display: none;
  }
}
	
	
	
	