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

  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 ****/
/*** menu ***/
/***********************************************************************

    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) {
  .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) {
  .espai_documents,
  .continguts_relacionats {
    margin: 20px 10px 20px 10px;
  }
  h1 {
    font-size: 35px;
  }
  .titol_nivell_1 {
    font-size: 28px;
  }
  #peu_sup {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .cc-cookies {
    font-weight: 100;
    font-size: 22px;
    padding: 10px;
  }
  .cc-cookies a.cc-cookie-accept,
  .cc-cookies .cc-cookies-error a.cc-cookie-accept {
    font-weight: 100;
    font-size: 22px;
  }
  #menu_clavat {
    padding-bottom: 5px;
    border-bottom: 1px solid #888888;
  }
  .taula_fotos_horitzontals {
    width: 767px;
  }
  h1 {
    font-size: 30px;
    padding: 10px 0px 10px 0px;
  }
  .form_voltant form {
    padding: 10px;
  }
  .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: #c94365;
  }
  #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) {
  .resaltat_nivell_1 {
    width: 70%;
    margin-left: 15%;
  }
  .portada_text_wysiwyg.text-img-left .text-seccio {
    padding-top: 30px;
  }
  .portada_text_wysiwyg.text-img-right .img-seccio {
    padding-top: 30px;
  }
  #img_logo {
    width: 170px;
    margin-top: 7px;
    margin-bottom: 5px;
  }
  input[type="submit"] {
    float: right;
  }
  label.error {
    width: 100%;
  }
  input[type='text'].input_data {
    width: 134px;
  }
  #contingut .row.two-col-right .col-main {
    padding-right: 0px;
  }
  #contingut .row.two-col-left .col-main {
    padding-left: 0px;
  }
  #contingut .three-col .col-md-4 {
    padding-bottom: 20px;
    padding-left: 0px;
  }
  #contingut .two-col .col-1 {
    padding-left: 0px;
  }
  #contingut .two-col .col-2 {
    padding-left: 0px;
  }
}
/**************************************************/
/** 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 */