*{box-sizing: border-box;}
html, body {
    margin: 0;
    padding: 0;
line-height: 1.3;
    font-size: 15px;
}
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-weight: normal
}
p{line-height: 1.5; margin-bottom: 20px; margin-top: 0}
a{color: #000; text-decoration: none; transition: 0.3s all}
a:hover{opacity: 0.8; }
ul{margin: 0; list-style: none}
img{max-width: 100%; object-fit: contain; min-width: 0}
section{padding-top: 30px; padding-bottom: 30px}

.container{max-width: 1400px; padding: 0 20px; width: 100%; margin: auto}
.flex{display:flex; gap: 30px 20px}
.flex-wrap{flex-wrap: wrap}
.justify-space{justify-content: space-between}
.justify-center{justify-content: center}
.justify-end{justify-content: end}
.align-center{  align-content: center;
  align-items: center;}
.align-end{  align-items: end;}
.align-stretch{align-items: stretch;}

.position-relative{position: relative}

.txt-black{color: #000}
.txt-orange{color: #08AED7}
.txt-white{color: #fff}
.txt-justify{text-align:justify}
.txt-center{text-align: center}
.txt-left{text-align: left}
table td.txt-right,
.txt-right{text-align: right}
.fw-light{font-weight: lighter}
.fw-600{font-weight: 500}
.font-s-12{font-size: 12px}
.font-s-19{font-size: 19px}
.font-s-24{font-size: 24px}
.font-s-28{font-size: 28px}
.font-s-32{font-size: 32px}

.font-s-40{font-size: 40px}


h1{color: #fff; font-weight: 500; margin: 20px 0; font-size: 38px}
h2{font-size: 30px; margin-top: 0; margin-bottom: 20px}
h3{font-size: 22px}
h4{font-size: 18px; margin-top: 0}
h2, h3, h4{color: #08AED7}
ul{list-style:disc}
.btn{
    cursor: pointer;
    border: 0;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(90deg, #08AED7 0%, #167EBE 100%);
    padding: 5px 15px; 
    font-weight: 600;
    transition: 0.3s all
}
.btn:hover{background: linear-gradient(-90deg, #08AED7 0%, #167EBE 100%);}
.gap-0{gap:0}
.gap-10{gap: 10px}
.gap-20{gap: 20px}
.gap-30{gap: 30px}
.gap-l-20{gap: 20px}
.gap-40{gap:40px}
.gap-50{gap:50px}
.gap-70{gap:70px}


.margin-b-70{margin-bottom: 70px}
.margin-b-50{margin-bottom: 50px}
.margin-t-50{margin-top: 50px}
.margin-t-10{margin-top: 10px}
.margin-b-10{margin-bottom: 10px}
.margin-t-30{margin-top: 30px}
.margin-b-30{margin-bottom: 30px}
.margin-t-20{margin-top: 20px}
.margin-b-20{margin-bottom: 20px}
.margin-b-20{margin-bottom: 20px}
.margin-t-0{margin-top: 0}
.margin-b-0{margin-bottom: 0}
.margin-0{margin: 0}
.margin-auto{margin-left: auto; margin-right: auto}
.padding-5{padding: 5px}
.padding-10{padding: 10px}
.padding-20{padding: 20px}
.padding-l-20{padding-left: 20px}
.padding-r-20{padding-right: 20px}
.padding-t-20{padding-top: 20px}
.padding-b-20{padding-bottom: 20px}
.padding-30{padding: 30px}
.padding-t-30{padding-top: 30px}
.padding-b-30{padding-bottom: 30px}
.padding-40{padding: 40px}
.padding-50{padding: 50px}
.padding-r-50{padding-right: 50px}
.padding-l-50{padding-left: 50px}
.padding-b-50{padding-bottom: 50px}
.padding-t-50{padding-top: 50px}
.padding-b-0{padding-bottom: 0}

.w-10{width: 10%}
.w-15{width: 15%}
.w-20{width: 20%}
.w-23{width: 23%}
.w-25{width: 25%}
.w-30{width: 29%}
.w-33{width: 33%}
.w-40{width: 40%}
.w-45{width: 45%}
.w-49{width: 49%}
.w-50{width: 50%}
.w-60{width: 60%}
.w-70{width: 70%}
.w-75{width: 75%}
.w-80{width: 80%}
.w-100{width: 100%}


.height-100v{height: 100vh}
.height-200{height: 200px}
.height-300{height: 300px}


.object-cover{object-fit: cover}
.bg-orange-l{background: #F5FCFD}
.bg-orange-m{background: #CDEFF7}
.bg-orange-ml{background: #60CBE5   }
.bg-orange-fl{background: #37BEDF}
.bg-orange-f{background: #08AED7}
.bg-gray{background: #F1F1F1}
.bg-white{background: #fff}

.gradient{background: linear-gradient(90deg, #08AED7 0%, #167EBE 100%);}
.border-o-3{border: 3px solid #08AED7}
hr{border: 1px solid #08AED7}

table,
tr,
td{border: 0; margin: 0;     border-spacing: 0; 
}

td{padding: 15px}
/*header*/
header {
            background: linear-gradient(90deg, #08AED7 0%, #167EBE 100%);
    color: #fff;
    padding: 15px 0 ;
  position: fixed;
  width: 100%;
  z-index: 999;
    min-height: 90px;
}
.tit-header{  font-size: 20px;
  text-align: right;
  padding-right: 20px;
      line-height: 23px;
}
#menu-ico{transform: scale(0.9); margin-top: 5px}
.toggleIcon line {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.toggleIcon.cross .line1 {
    transform: rotate(45deg) translate(7px, 7px);
    transform-origin: center;
}

.toggleIcon.cross .line2 {
    opacity: 0;
}

.toggleIcon.cross .line3 {
    transform: rotate(-45deg) translate(7px, -7px);
    transform-origin: center;
}
#menu-ico{cursor: pointer}
#menu-header{
    
    background: #fff; 
    position: fixed;
    left: auto;
    top: -100vw;
    width: 100%;
    transition: 0.3s all;
    
    z-index: 9999;
    
    overflow: auto;
    padding: 40px 0;
}
#menu-header.open{
    top: 0
}
#close-menu{position: absolute; top: 20px; right: 20px}
#overlay{display: none}
#overlay.open{position: fixed; background: #08AED7; opacity: 0.4; width: 100%; height: 100%;   z-index: 999;display: block}

nav ul{list-style: none; display: flex; font-size: 20px;  height: 100%; flex-wrap: wrap; gap:30px; padding: 0}
nav ul > li{width: CALC(25% - 30px); }
nav ul > li a{display: flex; flex-direction: column; gap: 15px; padding: 30px; transition: 0s}
nav ul > li img{width: 50px; height: 50px; object-fit: contain; object-position: bottom}
nav ul .active,
nav ul li:hover{background: linear-gradient(90deg, #08AED7 0%, #167EBE 100%);border-radius: 10px}
nav ul .active a,
nav ul li:hover a{color: #fff !Important; opacity: 1; transition: 0}
nav ul .active img,
nav ul li:hover img{filter: brightness(100); opacity: 1; transition: 0}


/*FOOTER*/
footer {
    background-color: #3D3D3D;
    color: #fff;
    padding: 3em 0 2em;
    
    font-weight: 100
}
footer a{color: #fff; font-weight: 100}
footer  ul{width: 30%; display: flex; flex-direction: column; gap: 10px; list-style: none}
.subfooter{margin-top: 2em;  font-size: 0.8em}
/*MAIN*/
#main{padding-top: 90px}

/*PAGES*/
.header-page{background: url('./img/header-page.jpg') no-repeat cover; background-repeat: no-repeat; background-size: cover}
.header-page> div{min-height: 400px; }
.header-premis.header-page > div{min-height: 500px}
#qualitat3 .item img{height:100px; object-fit: contain}

/*TAB*/
.tab-content{ padding: 30px 0; }
#organs .tab-content{padding: 30px 20px}
h3.tab-title{background: linear-gradient(90deg, #08AED7 0%, #167EBE 100%); color: #fff; padding: 10px 20px; position: relative; cursor: pointer; font-size: 20px}
h3.tab-title::after{
    background: url('../img/angle.svg') no-repeat;
    content: '';
    position: absolute;
    right: 10px;
    width: 40px;
    height: 100%;
    top: 0;
    background-position: center;
    transform:rotate(180deg);
    transition: 0.3s all
}
.tab.active h3.tab-title::after{transform:rotate(0deg)}


/*POPUP*/

.thumbnail-container-popup {
      display: flex;
  justify-content: center;
  width: 100%;
  align-content: center;
  align-items: center;
    cursor: pointer;
    position: relative;
    position: relative;
    height: 350px
}
.xifres .thumbnail-container-popup {
    height: auto
}


.thumbnail-content-popup{
    background: rgba(219, 74, 0, 0.5);
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: end;
  flex-direction: column;
    width:100%; 
    z-index: 1;
    transition: 0.3s all
}
.thumbnail-content-popup:hover{background: rgba(219, 74, 0, 0.7);}
.thumbnail-container-popup canvas{padding: 0px; opacity: 0.6; max-height: 100%}

.thumbnail-title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.popup-content {
    width: 900px;
    max-height: 85vh;
    overflow: auto;
    padding: 40px;
    position: relative; 
}


.popup-content h3{margin-top: 0}
.popup-content img{width: 100%; max-height: 60vh; object-fit: cover; object-position: left top}
.act-insti img{object-fit: contain; }

.popup-content canvas{max-height: CALC(80vh - 130px)}
.ChartContainer5 canvas{max-height: CALC(100% - 30px) !important}
@media(min-width:1450pxpx){
    #thumbnailChartContainerAct12{max-height: 100%;max-width: 100%; object-fit: none}
}

.popup-title{font-size: 25px; text-decoration: underline}
.popup-close {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #000;
    font-weight: lighter;
    font-size: 40px;
}
.veure-grafic{color: #fff}

.column-5 > div{
  padding: 10px;
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
    column-gap: 10px;
      align-content: flex-end;
    padding: 20px;
    cursor: pointer;
    
}
.veure-popup {position: absolute;
  bottom: 10px;left: 10px}
.veure-popup img{max-width: 15px; min-width: 15px}
.show-popup{cursor: pointer}
.list-popup{  align-content: flex-start;}
.list-popup br{margin-bottom: 10px}
.list-popup u{font-weight: bold}
.list-popup-container > div:hover{background: linear-gradient(90deg, #08AED7 0%, #167EBE 100%);}
.list-popup-container > div p{margin-bottom: 10px}
.list-popup-container > div>*{margin: 0; width: 100%}

.list-popup > div{width: 100%}
.list-popup h4{margin-bottom: 10px}
.list-popup p{margin-bottom: 5px}
.organigrama * {
  
  padding: 0;
  box-sizing: border-box;
}

.organigrama {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 20px; /* Ajusta el padding exterior */
    position: relative;
}

.organigrama ul {
  padding-top: 30px;
  position: relative;
}

.organigrama li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 30px 9px 0 9px; /* Ajusta el padding top a 30px */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.organigrama li::before,
.organigrama li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #000;
  width: 50%;
  height: 30px; /* Ajusta la altura a 30px */
}

.organigrama li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #000;
}

.organigrama li:only-child::before,
.organigrama li:only-child::after {
  display: none;
}

.organigrama li:only-child {
  padding-top: 0;
}

.organigrama li:first-child::before,
.organigrama li:last-child::after {
  border: 0 none;
}

.organigrama li:last-child::before {
  border-right: 1px solid #000;
  border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after {
  border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #000;
  width: 0;
  height: 30px; /* Ajusta la altura a 30px */
}

.organigrama li a {
  border: 0px solid #000;
  text-decoration: none;
  width: 280px;
  display: inline-block;
  transition: all 500ms;
  gap: 5px;
  padding: 15px 5px;
  min-height: 70px; /* Altura mínima */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
    pointer-events: none;
    font-size: 14px;
}
.organigrama li a.show-popup{
    pointer-events: all;
    cursor: pointer
}
.organigrama li a.show-popup:hover {
  background: linear-gradient(90deg, #08AED7 0%, #167EBE 100%);
}

.organigrama > ul > li > a {
  font-size: 1em;
  font-weight: bold;
  border: 0;
}

.organigrama > ul > li > ul > li > a {
  padding: 0;
  background: #fff;
  border: 3px solid #08AED7;
}

.organigrama > ul > li > ul > li > ul > li > a {
  background: #37BEDF;
  border: 0;
}

.organigrama > ul > li > ul > li > ul > li > ul > li  a {
  background: #AEE5F2;
}

.organigrama strong {
  font-size: 17px;
}

.organigrama > ul > li img {
  max-width: 100%;
    border: 5px solid #fff
}

.organigrama span {
  display: block;
  width: 100%;
}
.direccions-tecniques{position: absolute; bottom: 0; right: 70px; cursor: pointer}
.direccions-tecniques span{width: 30px; height: 30px; background: #37BEDF; border-radius: 100%}
.direccions-tecniques:hover span{background: #37BEDF}
.direccions-tecniques span img{  width: 100%;
  padding: 6px 5px 5px 6px;}

.column-4,
.column-5{gap:20px}
.column-5 > div{width: CALC(20% - 16px); padding: 0}
.column-4 > div{width: CALC(25% - 15px)}
.column-4 img,
.column-5 img{width: 100%; height: 100%; object-fit: cover}
.act-institucionals img{object-position: top center}
.content-img{display: none}
.caption-img-poup{font-style: italic}

.list-chart-popup{display: flex;  gap: 20px; flex-wrap: wrap}
.list-chart-popup > div{width: CALC(50% - 20px);}
.chart-item p{margin-bottom: 0}
.chart-item .title1{font-weight: bold}

canvas{margin: auto; min-width: 100% !Important; object-fit: contain;max-width:100%}

#presentacio .presentacio5,
#presentacio .ChartContainer5{height: 440px; object-fit: cover}
.list-filials p{margin-bottom: 0}
.list-filials img{height: 100px; width: 200px; object-fit: contain; min-width: 200px; max-width: 200px}

.membres-protectors img{height: 120px; width: 240px; object-fit: contain; min-width: 200px; max-width: 240px}
.universitat-interact img{height: 70px; width: 180px; object-fit: contain; }


/*INTERACT*/
.list-popup .w-10{width: 10% !Important}
.list-popup .w-15{width: 15% !Important}
.list-popup .w-18{width: 18% !Important}
.list-popup .w-20{width: 20% !Important}
.list-popup .w-24{width: 24% !Important}
table{max-width:100%}
table tr.tr-orange td,
table .tr-orange-light,
table tr th{background: #08AED7; color: #fff; font-weight: bold; padding: 20px 40px; border-left: 1px solid #fff; border:0}
table tr.tr-orange td,
table .tr-orange-light{padding-left: 20px; padding-right: 20px; }
table .tr-orange-light{background: #CDEFF7; color: #08AED7; }
table tr td{border: 1px solid #000; border-width: 0px; text-align: center}
.table-txt-center td{text-align: left}
table tr:nth-child(odd){background: #CDEFF7}
table tr:nth-child(even){background: #F5FCFD}




/*FORM*//* Ocultar los inputs de radio */
/* Ocultar los inputs de radio */
.c-form__input {
    display: none;
}

/* Estilo para los labels que simulan estrellas */
.c-form__input--star {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 2rem; /* Tamaño de la estrella */
    color: grey; /* Color de la estrella vacía */
    width: 30px;
    height: 30px;
}
/* Ocultar los inputs de radio */
.c-form__input {
    display: none;
}

/* Estilo para los labels que simulan estrellas */
.c-form__input--star {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 2rem; /* Tamaño de la estrella */
    color: grey; /* Color de la estrella vacía */
    width: 30px;
    height: 30px;
}

/* Estrella vacía */
.c-form__input--star::before {
    content: '';
    background-image: url('../img/star.svg');
    background-size: contain; /* Ajusta la imagen al tamaño del contenedor */
    background-position: center; /* Centra la imagen dentro del contenedor */
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    transition: background-image 0.2s;
}

/* Estrellas llenas al pasar el ratón sobre una estrella y todas las anteriores */
.c-form__input--star:hover::before,
.c-form__input--star:hover ~ .c-form__input--star::before {
    background-image: url('../img/star-fill.svg');
}

/* Estrellas llenas cuando está seleccionada */
.c-form__input:checked + .c-form__input--star::before,
.c-form__input:checked + .c-form__input--star ~ .c-form__input--star::before {
    background-image: url('../img/star-fill.svg');
}

/* Mostrar el texto descriptivo al pasar el ratón o enfocar */
.c-form__input--star:hover .c-form__input--star-text,
.c-form__input--star:focus .c-form__input--star-text {
    visibility: visible;
}

/* Estilos para los labels con texto descriptivo */
.c-form__input--star-text {
    visibility: hidden;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: #08AED7;
    color: white;
    padding: 5px;
    border-radius: 0;
    white-space: nowrap;
    font-size: 14px;
    bottom: -40px;
}


/* Flexbox para los botones de radio */
fieldset {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

/* Estilo para textarea */
textarea {
    width: 86%;
    margin-top: 10px;
    border: 1px solid #08AED7;
}

/* Estilo para legend */
legend {
    font-weight: bold;
    width: 100%;
    margin-bottom: 7px
}

/* Estilo para el botón de envío */
.enviar-form {
    padding: 10px 30px;
}

/* Margen superior pequeño */
.u-mt-sm {
    margin: 10px 0 20px;
    display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}


.float{position: fixed;
  z-index: 999999;
  right: 0;
  bottom: 10vh;
  display: flex;
  flex-direction: column;
  gap: 10px;}
.float img{width: 50px; transition: 0.3s all}
.float img:hover{box-shadow: -1px 1px 4px #555}
#popup-container-abr .popup-content{width: 1250px; max-width: 90%;   max-height: 90vh;}
.modal-list{list-style: none; font-size: 12px; padding: 0}
.modal-list span{color: #08AED7}

table.resultats{font-size: 13px}
table.resultats tr th{padding: 20px}

.hidden{display: none}
.nota-popup{display: none}
#nota-popup{font-style: italic; font-size: 13px; margin-top: 20px}

.column-5 > div.popup-square{padding: 20px}

.premis h5{ 
      font-size: 15px;
  margin: 25px 0 5px;
  font-weight: bold;
}

.zigzag{margin-top: -8px; position: relative}
.zigzag::after{
   /*background-image: url('../img/triangle.png');*/background-repeat: repeat-y;
  background-size: 18px;
  content: "";
  width: 12px;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 60px;
  z-index: 3;
  background-color: #F5FCFD;
  transform: rotate(180deg);
  border-left: 5px solid #0184A4;
  border-right: 5px solid #0184A4;
}
.zigzag::before{
      content: '';
  background: #F5FCFD;
  width: 35px;
  position: absolute;
  bottom: 40px;
  right: 0;
  height: 20px;
}
.after-zigzap{  margin-left: -34px;
  z-index: 1;}

#cookies-message{  position: fixed;
  bottom: 10px;
  background: #fff;
  padding: 20px;
  left: 20px;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
z-index: 9999;
}
.cc-window-title{font-weight: bold; padding-bottom: 10px}
.cc-window-message{padding-bottom: 10px}
.cc-window-buttons{  display: flex;
  gap: 20px;}
#cookies-message a{text-decoration: underline}

.ico-info{column-gap: 50px}
.ico-info img{width: 60px; height: 60px; }
.ico-info > div{width: 15%; text-align: center}

.cajas-info strong{display: block}
.datos-center{  
    
  text-align: center;
  font-size: 20px;
    position: absolute;
  left: 50%;
  transform: translateX(-50%) translatey(-50%);
  top: 50%;
}

@media(max-height:900px){
    .popup-content{  max-height: 95vh;}
    .popup-content img{max-height: 66vh}
}

.list-rel > div > div{margin-bottom: 20px}
.icon-rel img{width: 170px; height: 90px; object-fit: contain}

.logos-societats-acti img{max-height: 120px; max-width: 180px; object-fit: contain}
.img-act1{  width: 100%; }
.img-act2{  width: 100%; height: 100%; object-fit: cover}

.list-popup-container.list-for > div p{text-transform: uppercase}

.beneficis-list {gap: 35px;
  }
.beneficis-list > div{  width: 17%;
  background: #F5FCFD;
  padding: 15px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;}
.beneficis-list > div > h4{
    margin-bottom: 7px;
  font-size: 15px;}
.beneficis-list > div > p{margin-bottom: 0}

.retribucio2{margin-left: -100px}
.equip-img{  height: 300px;
  width: 100%;
  object-fit: cover;}

@media(min-width:768px){
    
    #thumbnailChartContainerAct5{max-width: 100%}
    .popup-thumbnailContainerAct5 canvas{  max-height: none; max-width: 100%}
    .popup-thumbnailContainerAct12 canvas{  max-height: none; object-fit: none}

    .popup-ChartContainerpro1 canvas{min-height: 600px}

    #thumbnailContainer2F canvas{min-height: 500px}
    #thumbnailChartContainerpro1,
    #thumbnailChartContainerpro2,
    #thumbnailChartContainerpro3{height: 600px !Important}
}
    
@media(max-width:1400px){
    .organigrama li a{width: 250px} 
    
}
@media(max-width:1300px){
    #menu-header{min-width: 40%}
    nav ul{  gap: 20px;padding-left: 0}
    
    .organigrama{  justify-content: flex-start;}
    .organigrama>ul>li>ul>li{float: none}
    .organigrama>ul>li>ul>li::before{display: none}
    
    .organigrama li{  align-items: flex-start;}
    
    .organigrama ul ul::before {
      left: 0px;
      height: 70px;
      border-bottom: 1px solid #000;
      width: 20px;
    }
    .organigrama li::after{display: none}
    .organigrama li::before{  left: -27px;
  z-index: -1;  top: 50px;}
}
@media(max-width:768px){
    nav ul{flex-direction: column;   font-size: 16px;}
    nav ul > li{width: 100%}
    nav ul > li a{flex-direction: row;   align-items: center;   padding: 10px;}
    nav ul > li img{width: 30px; height: 30px,}
    
    
    .w-49, 
    .w-50, 
    .w-60, 
    .w-70, 
    .w-75, 
    .w-80{width: 100%}
    
    #main .flex{    flex-wrap: wrap;}
    .margin-b-50,
    .margin-b-30{margin-bottom: 20px;}
    .gap-40,
    .gap-50,
    .gap-70,
    .gap-50{gap:30px}
    section{  padding-top: 20px;  padding-bottom: 20px;}
    h3{margin-top: 10px;}
    #menu-header{min-width: 90%}
    
    .membres-protectors img {
      height: 80px;
      width: 160px;
      object-fit: contain;
      min-width: 160px;
      max-width: 180px;
    }
    .item{display: flex; gap: 20px}
    table tr.tr-orange td, table .tr-orange-light, table tr th{}
    #menu-header{display: none}
    .open#menu-header{display: block}
    .padding-30,
    .padding-50{padding: 20px}
    .tab-content{  padding: 20px 0;}
    .flex { gap: 20px 10px;}
    .column-5 > div,
    .column-4 > div{  width: 100%;  height: auto !important;}
    #thumbnailContainer2F canvas{min-height: 100px}
    .ico-info{justify-content: center}
    .ico-info > div{width: 48%}
/*}
@media(max-width:530px){*/
     .w-10,
    .w-15,
    .w-20,
    .w-23,
    .w-25,
    .w-30,
    .w-33,
    .w-40,
    .w-49,
    .w-50,
    .w-60,
    .w-70,
    .w-75,
    .w-80{width: 100%}
    header>div> a{  align-self: flex-start;}
    header .logo{width: 230px}
    header > div{flex-direction: column; gap:10px !Important}
    .header2{  align-self: end;}
    .tit-header{font-size: 18px}
    #menu-ico{  transform: scale(0.8);}
    
      
    .list-filials .list-logos{ width:60%}
    .list-filials img{  height: 100px;
  width: 30%;
  object-fit: contain;
  min-width: 30%;
  max-width: 30%;}
    .organigrama > ul{padding-bottom: 20px}
    h3.tab-title{font-size: 18px; padding-right: 40px}
    h3.tab-title::after {  width: 24px; background-size: 100%}
    h2{font-size: 25px}
    footer > div{flex-direction: column}
    footer ul{width: 100%; padding-left: 0}
    #popup-container-abr .flex{flex-direction: column}
    .modal-list li{margin: 5px 0}
    .popup-title{font-size: 20px; margin-bottom: 10px}
    h1{font-size: 30px}
    h3{font-size: 21px}
    .margin-t-50{margin-top: 30px}
    .header-premis.header-page > div,
    .header-page > div{  min-height: 280px;}
    table{display: flex}
    thead{  position: sticky;  top: 180px;  height: 100%;}
    thead,
    tbody{width: 48%}
    thead tr{  display: flex;flex-direction: column;}
    tbody tr,
    thead td{display: flex; flex-direction: column; }
    tbody td,
    thead th{height: 50px}
    table th.txt-right,
    table td.txt-right{text-align: center}
    
}
.nou{background: #08AED7;
  display: block;
  width: 40px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 10px;
  color: #fff;}

#thumbnailChartContainerRel8A{max-height: 550px}
#thumbnailChartContainerRel9,
#thumbnailChartContainerRel10{max-height: 590px;}

.show-popup.img-popup-thumbnail{position: relative; transition: 0.3s all}
.show-popup.img-popup-thumbnail:hover{box-shadow: 0px 2px 6px rgba(0,0,0,0.5)}
.show-popup.img-popup-thumbnail::after{
content: '';
  background-image: url(../img/more.png);
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
}


.premis .list-popup-container p{display: none}
.premis .column-5 img{object-fit: contain; }
.over-blue{position: relative; border: 2px solid #08AED7;}

    .over-blue::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  
  height: 100%;
  opacity: 0.3;
        top: 0
}
.over-blue:hover{background: #fff !Important; }

    .over-blue:hover::after{background: #08AED7 !Important}
    
.popup-content .logo-popup{max-width: 150px; max-height: 100px; object-fit: contain;   object-position: right top;}
.tit-popup{justify-content: space-between;  margin-bottom: 20px}

.sex-img{width: 50px}

.jornades .over-blue{padding: 25px; background: #08AED711;   align-content: center;}
.jornades .over-blue > a > img{height: 300px; object-fit: contain}
.jornades .over-blue .veure-popup{left: auto; right: 7px; bottom: 5px;   object-fit: contain;}
.jornades .over-blue::after{display: none}