@charset "utf-8";
/* CSS Document */


/* TABLET */
@media (max-width: 1024px) {
  
  #top #menu {
    width: 30%;
  }
  
  .catname {
    text-align: center;
  }
  
  /* annuncio */
  .annuncio .catname {
    font-size: 10px;
  }
  
  .annuncio .conteiner-img {
    height: 100px;
  }
  
  .annuncio img {
    min-height: 100px !important;
    min-height: 100px !important;
  }
  
  /* footer */
  #footer h3 {
    font-size: 18px;
  }
}

/* SMARTPHONE */
@media (max-width: 600px) {
  #top {
    position: relative;
  }
  
  #contaner {
    width:100% !important;
  }
  
  #slider {
    top: -75px;
  }
  
  #corpo {
    top: 0px;
    margin-bottom: 60px;
  }
  
  /* annuncio */
  .annuncio .catname {
    font-size: 8px;
  }
  
  .annuncio {
    width: 90%;
    margin-left: 5%;
  }
  
  /* footer */
  #footer .moduletable {
    position: relative;
    width: 90%;
    float: left;
    text-align: center;
  }
  
  #footer h3 {
    font-size: 22px;
  }
  
  #footer ul {
    padding: 0px;
    list-style: none;
  }
  
  #footer ul li a {
    font-size: 18px;
  }
}


@media (max-width: 320px) {
  
  #slider {
    display: none;
  }
  
  #corpo {
    margin-left: 5%;
    width: 86%;
  }
}