/*******************************************************************

  Definició de les variables less

  Aquest fitxer s'inclou a tots els fitxers less del template, de
  manera que es poden usar a qualsevol fitxer.


*********************************************************************/
/** Tipus de lletres *****/
/** Colors *****/
/****  Color general per la web   ****/
/** Enllaç general  ****/
/** Botons ****/
/** Titols i resaltats ***/
/** Bullet llista ****/
/***********************************************************************

    Ajustos per diferents mides

    * Extra EXTRA small devices (small phones, less than 480px) - afegida aladetres
    * Extra small devices (phones, less than 768px)
    * Small devices (tablets, 768px and up)
    * Medium devices (desktops, 992px and up)
    * Large devices (large desktops, 1200px and up)

**********************************************************************/
/******************************************************
  MIDA XXS - per telefon vertical
****************************************************/
@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
  }
  .txt_peu_foto {
    font-size: 10px;
  }
  .foto_contingut {
    width: 100% !important;
  }
  .banner_portada .titol_banner {
    color: #fff;
    text-align: center;
    letter-spacing: 0em !important;
    font-weight: 600;
    font-size: 40px;
    padding: 30px 0 30px 0;
  }
  .entradeta {
    font-size: 16px;
  }
  #slogan {
    font-size: 0;
  }
  #menu_tablet {
    overflow: scroll;
    height: 100%;
    padding: 5px 10px 5px 15px;
    position: fixed;
  }
  #menu_tablet .tablet_n2 {
    padding: 10px 20px 15px 10px;
  }
}
/**************************************************/
/** MIDA XS  - telefons horitzontal
/**************************************************/
@media screen and (min-width: 480px) and (max-width: 767px) {
  #slogan {
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .taula_fotos_horitzontals {
    width: 767px;
  }
  #menu_clavat {
    padding-bottom: 5px;
    border-bottom: 1px solid #888888;
  }
  .cc-cookies a.cc-cookie-accept {
    display: block;
    margin: 1em 0;
  }
  .cc-cookies {
    position: absolute;
    bottom: 0;
    top: auto;
  }
  h1 {
    font-size: 30px;
    padding: 10px 0px 10px 0px;
  }
  .form_voltant form {
    padding: 0px;
  }
  .container {
    padding: 0px 5px 0px 5px;
  }
  #menu_tablet .tablet_n2 {
    margin-bottom: 0px;
  }
}
/**************************************************/
/** MIDA SM  - telefons grans                   **/
/**************************************************/
/*** SOLS a SM *****/
@media (min-width: 768px) and (max-width: 991px) {
  .item_menu {
    font-size: 12px !important;
    margin: 0  !important;
    height: 50px;
  }
  .container {
    width: 100%;
  }
  .titol_banner {
    padding: 0px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    color: #A60000;
  }
  #peu_sup .td_justificat {
    font-size: 16px !important;
  }
  h1 {
    font-size: 35px;
    padding: 10px 0px 20px 0px;
  }
}
/*** Fins a SM (inclòs) *****/
@media (max-width: 991px) {
  /* input[type='text'], textarea, .valor_read_only {
        width:100%;
    }*/
  #img_logo {
    width: 70px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #slogan {
    padding-left: 10px;
  }
  input[type="submit"] {
    float: right;
  }
  label.error {
    width: 100%;
  }
  input[type='text'].input_data {
    width: 134px;
  }
}
/**************************************************/
/** MIDA MD  - Tablet / escriptori  petit        **/
/**************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
  .item_menu {
    margin: 0  !important;
  }
  #menu_deplegable .item_menu {
    font-size: 13px;
  }
}
/**************************************************/
/** MIDA LG  - Escriptori gran                  **/
/**************************************************/
/*# sourceMappingURL=responsive.css.map */