@charset "UTF-8";
/*Importen les variables per SASS*/
/*******************************************************************************
********************************  INFO PEL SASS ********************************
    1.- Per compilar sass: 
        npm install -g sass (des de l'arrel del projecte)
    2.- Un cop instal·lat, per transformar el fitxer SCSS a CSS: 
        sass css/styles.scss css/styles.css
        sass css/menus.scss css/menus.css
        sass css/secot.scss css/secot.css
        sass css/home_actividades.scss css/home_actividades.css
        sass css/agenda.scss css/agenda.css
*******************************************************************************/
/* Colors ****/
/* Grey */
/* Blue */
/* Green */
/* Colors */
/*Colors **********************************************************************/
.bg-grey-ultra-light {
  background-color: #f1f1f7 !important;
}

.bg-grey-light {
  background-color: #cbcbcb !important;
}

.bg-grey-normal {
  background-color: #8e8e93 !important;
}

.bg-grey-dark {
  background-color: #5b5b5b !important;
}

.bg-grey-ultra-dark {
  background-color: #272727 !important;
}

.bg-blue-ultra-light {
  background-color: #e5ebf1 !important;
}

.bg-blue-light {
  background-color: #93abce !important;
}

.bg-blue-normal {
  background-color: #27589d !important;
}

.bg-blue-dark {
  background-color: #18345a !important;
}

.bg-blue-ultra-dark {
  background-color: #0d213d !important;
}

.bg-green-normal {
  background-color: #00907b !important;
}

.bg-white {
  background-color: #FFF !important;
}

.fcolor-grey-ultra-light {
  color: #f1f1f7 !important;
}

.fcolor-grey-light {
  color: #cbcbcb !important;
}

.fcolor-grey-normal {
  color: #8e8e93 !important;
}

.fcolor-grey-dark {
  color: #5b5b5b !important;
}

.fcolor-grey-ultra-dark {
  color: #272727 !important;
}

.fcolor-blue-ultra-light {
  color: #e5ebf1 !important;
}

.fcolor-blue-light {
  color: #93abce !important;
}

.fcolor-blue-normal {
  color: #27589d !important;
}

.fcolor-blue-dark {
  color: #18345a !important;
}

.fcolor-blue-ultra-dark {
  color: #0d213d !important;
}

.fcolor-green-normal {
  color: #00907b !important;
}

.fcolor-white {
  color: white !important;
}

.fcolor-black {
  color: black !important;
}

.fcolor-red {
  color: red !important;
}

/* Font size ******************************************************************/
.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-48 {
  font-size: 48px !important;
}

/* Fonts **********************************************************************/
@font-face {
  font-family: NexaBold;
  src: url("../fonts/NexaBold.otf");
}
@font-face {
  font-family: NexaLight;
  src: url("../fonts/NexaLight.otf");
}
.ffamily-NexaBold {
  font-family: NexaBold;
}

.ffamily-NexaLight {
  font-family: NexaLight;
}

/* Cursors ********************************************************************/
.cursor-pointer {
  cursor: pointer !important;
}

.cursor-auto {
  cursor: auto !important;
}

/* Generals *******************************************************************/
.text-underline {
  text-decoration: underline !important;
}

a {
  color: #27589d !important;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  text-decoration: underline;
}

.border-blue {
  border: 1px solid #18345a;
}

.border-grey {
  border: 1px solid #5b5b5b;
}

.fbold {
  font-weight: bold;
}

.list-no-style {
  list-style: none !important;
}

/* Títulos ********************************************************************/
.titulo {
  color: #18345a;
  font-weight: 900;
  font-size: 18px;
}

/* Boxes **********************************************************************/
.box-info {
  padding: 30px;
  margin-bottom: 20px;
}

.box-info p {
  text-align: justify;
}

/* Grey */
.box-info.box-info-grey {
  background-color: #f1f1f7;
}

.box-info.box-info-grey h4 {
  color: #27589d !important;
  border-bottom: 1px solid #27589d;
}

/* Blue */
.box-info.box-info-blue {
  background-color: #e5ebf1;
}

.box-info.box-info-blue h4 {
  color: #18345a !important;
}

.text-align-justify {
  text-align: justify !important;
}

.text-align-center {
  text-align: center !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-right {
  text-align: right !important;
}

/* Slides *********************************************************************/
.carousel-control:hover {
  background-color: #93abce;
  opacity: 0.5;
}

/* Mapa web *******************************************************************/
#mapa_web a {
  color: #5b5b5b !important;
  text-decoration: none;
}

#mapa_web ul {
  list-style-image: url("../img/web/bullet_grey.png");
  margin-left: 12px;
  padding-left: 0px;
}

#mapa_web .titol_columna {
  display: block;
  margin-bottom: 10px;
}

#title_page {
  border-top: 5px solid #27589d;
  background-color: #8e8e93;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
}

#title_page.covid-professionales {
  background-color: #0058a2;
}

.covid-titulo-seccion {
  color: #00907b;
  vertical-align: middle;
  font-size: 19px;
  font-weight: bold;
  padding-left: 15px;
  text-align: left;
}

.contenido-seccion tr, .contenido-seccion td {
  min-height: 58px;
}

.covid_fecha {
  font-size: 0.9em;
}

.ver_mas_menos {
  color: #00907b;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 130px;
  display: inline-block;
  cursor: pointer;
}

.ver_mas_menos.mas:after {
  content: " ▼";
  margin-left: 7px;
}

.ver_mas_menos.menos:after {
  content: " ▲";
  margin-left: 7px;
}

.covid-secciones-etiquetas-row .pestana {
  border: 1px solid #00907b;
  cursor: pointer;
}

.covid-secciones-etiquetas-row .pestana.activa {
  border: 2px solid #00907b;
  border-top: none;
}

.covid-img-idioma {
  height: 16px;
  margin-left: 10px;
}

.covid-img-idioma-old {
  display: none;
}

.menu_seccion {
  cursor: pointer;
}

.seccion_activa {
  border-bottom: 7px solid #00907b;
  background-color: white;
}

.subtitle_page {
  color: #27589d;
}

.title_img {
  color: #18345a;
  font-size: 1em;
  margin: 5px 0;
}

/* Submenús *******************************************************************/
.submenu {
  border: 1px solid #8e8e93;
  malign-left: 0;
  padding: 10px;
}

.submenu * {
  color: #27589d !important;
  list-style: none;
  malign-left: 0;
  padding-left: 0;
}

.submenu ul {
  padding-left: 15px;
}

.submenu > li {
  margin: 5px 0;
  line-height: 1.5em;
  width: 100%;
}

.submenu > li li {
  margin: 5px 0;
  line-height: 1.5em;
  width: 100%;
}

.submenu a:hover {
  font-style: italic;
}

.submenu .actiu {
  font-weight: bold;
}

.formacion h4 {
  min-height: 120px;
}

/* Llistes ********************************************************************/
ul {
  list-style: url("../img/web/bullet_green.png");
}

/*# sourceMappingURL=styles.css.map */

/* COOKIES */

.avis-cookies{
    display: none;
    background: #fff;
    padding: 20px;
    width: calc(100% -40px);
    max-width: 600px;
    min-width: 300px;
    line-height: 150%;
    border-radius: 10px;
    position: fixed;
    bottom: 2%;
    width: 40%;
    right: 1%;
    font-size: 14px;
    margin: auto;
    z-index: 999;
    /*padding-top: 60px;*/
    box-shadow: 0 px 2px 20px 10px rgba(222,222,222, .25);
    text-align: center;
    border: 1px solid #3861A1;
    opacity: 0.96;
}
.avis-cookies p{
    text-align: center;
}

.avis-cookies.actiu{
    display:block;
}

.avis-cookies .title-cookie,
.avis-cookies .p{
    margin-bottom: 15px;
}

.avis-cookies a{
    font-size: 12px;
}

.boto-cookies{
    width: 32%;
    background: #3861A1;
    border: none;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 5px;
    margin-bottom:  15px;
    font-size: 14px;
}
.boto-cookies:hover{
    background: #5390ed;
}
.boto-cookies-rechazar{
    background: #083951;
}
.boto-cookies-rechazar:hover{
    background: #083999;
}
.boto-cookies-info{
    background: #d3d3d3;
}
.boto-cookies-info:hover{
    background: #d3d3e9;
    color: #000;
}

.fons-avis-cookies{
    display: none;
    background: rgba(0,0,0, .45);
    position: fixed;
    z-index: 998;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.fons-avis-cookies.actiu{
    /*display:block;*/
}
@media(max-width: 991px){
    .boto-cookies{
        width: 100%;
    }
}