@font-face {
  font-family: "Franklin";
  src: url("../fonts/LibreFranklin-VariableFont_wght.ttf");
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
.text-block {
  position: static;
  margin-left: 5px;
  padding: 0px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  text-align: center;
}
.div-block-2 {
  width: 10px;
  height: 10px;
  border: 0px solid #000;
  border-radius: 50%;
  background-color: #fff;
}
.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: red;
}
.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: "Franklin" !important;
  color: #151515;
  cursor: pointer;
}
.text-block-2 {
  font-size: 24px;
  font-weight: 400;
}
.text-block-3 {
  color: #151515;
  font-size: 18px;
}
.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  width: 100%;
  padding: 0 20% 0 20%;
}
.text-block-4 {
  margin-left: 5px;
}
.text-block-5 {
  margin-left: 5px;
}
.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.text-block-6 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.div-block-6 {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: red;
}
.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #090000;
  margin-right: 20px;
}
.image {
  width: 250px;
  height: 250px;
}
.image.icon {
  opacity: 1;
}
.image.uniticon {
  margin: 10px;
  border-radius: 15px;
}
.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-top: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text-block-7 {
  font-size: 24px;
  font-weight: 700;
}
.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mainnews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c3bdb7;
  background-color: #f5f5f5;
  /* padding: 20px 5% 20px 5%; */
  padding: 0 0 20px 0;
}

.div-block-11 img.image-2 {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 400px;
}
.text-block-8 {
  margin-top: 20px;
  font-size: 20px;
  text-align: left;
}
.div-block-12 {
  width: 100%;
  margin-top: 0px;
  padding: 0px 20px 20px 20px;
}
.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-block-9 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 88.7%, 0);
  color: #acacac;
  font-size: 14px;
  line-height: 0px;
}

.text-block-9 h5 {
  color: #13745d;
}
.image-3 {
  width: 13px;
  height: 15px;
  margin-right: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  bottom: 2px;
  position: relative;
}
.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-between;
}
.summarizednew {
  width: 32%;
  border: 1px solid #c3bdb7;
  background-color: #f5f5f5;
}
.summarized-text {
  padding: 20px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.summarized-text div.text-block-8 {
  margin-top: 0px !important;
  height: 60%;
}
.div-block-16 {
  height: 200px;
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  width: 60%;
}
.calendar {
  width: 50%;
  padding: 30px;
}

.generalEventsContainer {
  width: 100%;
}

.generalEventsContainer .calendar {
  padding-top: 15px !important;
}

.generalEventsContainer .calendar,
.generalEventsContainer .div-block-18 {
  width: 100% !important;
}

.div-block-18 {
  padding: 30px;
  width: 50%;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
}
.text-block-10 {
  margin-top: 25px;
  font-size: 20px;
}
div.text-block-10 h4 {
  color: #10634f !important;
}
.text-block-11 {
  font-size: 18px;
}
.div-block-19 {
  width: 8px;
  height: 20px;
  margin-right: 10px;
  background-color: #e7a500;
}
.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 15px;
  border-left: 3px solid #10634f;
  padding-left: 5px;
}
.div-block-13-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-block-12 {
  margin-top: 5px;
  color: #acacac;
}
.div-block-19-copy {
  width: 5px;
  height: 25px;
  margin-right: 10px;
  background-color: #e7a500;
}
.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: end;
  margin-bottom: 25px;
}
.text-block-13 {
  font-size: 24px;
  font-weight: 700;
}
.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.div-block-23 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-4 {
  width: 100%;
  max-width: 700px;
}

.image-4-extra {
  width: auto !important;
}
.text-block-14 {
  margin-top: 20px;
  font-size: 20px;
}
section.article-zone {
  margin-top: 40px !important;
}
section.section-block {
  padding: 50px 0px 50px 0px;
  border-top: 1px solid #c3bdb7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.section-block:nth-child(even) {
  background-color: #f3f1ec;
}
section.section-block:nth-child(odd) {
  background-color: #e0ded9;
}
div.inubeContainer div.swiper-button-next,
div.inubeContainer div.swiper-button-prev {
  background-color: transparent !important;
}
div.inubeContainer h3 {
  font-size: 22px !important;
}
div.inubeContainer h4 {
  font-size: 16px !important;
}
div.inubeContainer h5 {
  font-size: 14px !important;
}
div.inubeContainer section.section-sm {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
  background-color: #e1e1e1 !important;
}
/* div.inubeContainer div.rd-navbar-inner {
  padding-bottom: 20px !important;
} */
div.div-block-8 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5% 0 5%;
}
div.div-block-8 img,
div.div-block-8 div {
  cursor: pointer;
  width: 200px;
  height: 200px;
  margin: 12px;
  border-radius: 15px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
div.div-block-8 div {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.div-block-8 img:hover {
  opacity: 0.5;
}
div.verPrograma {
  display: flex;
  justify-content: center;
}
section.section-allnews {
  /* padding: 30px 0px 60px 0px; */
  /* border-top: 1px solid #c3bdb7; */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1230px;
  padding: 25px 0 25px 0;
}
section.section-allnews div.div-block-14 {
  width: 100% !important;
  flex-direction: column !important;
  min-width: 800px;
}
section.section-allnews div.summarizednew {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  height: 180px !important;
  margin-bottom: 20px !important;
  border: 1px solid #e2dbd4;
}
section.section-allnews div.div-block-16 {
  width: 350px !important;
  height: 100% !important;
  background-size: cover;
}
section.section-allnews div.summarized-text {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  height: 100% !important;
}
section.section-allnews div.mainnews {
  width: 75% !important;
}
section.section-allnews div.text-block-8 h3:hover {
  transition: all 0.5s ease;
  color: #13745d;
}
.header-new {
  display: flex;
  flex-direction: column;
}

section.informative-page .general-objectives .new-offer-span,
.reportContainer .section-title {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

.reportContainer .section-title {
  justify-content: center;
}

section.informative-page .general-objectives .new-offer,
.reportContainer .new-offer {
  width: min-content !important;
  background-color: #e20a0a !important;
  color: #f3f1ec;
  margin: 0 5px;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paperAbstractContainer::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.nextEventExtra {
  margin-top: 50px;
}

.specificNewsContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.specificNewsContainer img {
  margin-bottom: 20px;
}

.specificNewsContainer .specificNewsImg {
  max-width: 80%;
}

.extraSubTitle {
  border-bottom: solid 1px #2c2c2c;
}

div.extraSubtitle h4 {
  color: #2c2c2c !important;
}

section.contactInformation {
  align-items: center !important;
}

.official-site-container-extra {
  width: 550px !important;
  height: 350px !important;
}

.official-site-container-extra .map {
  height: 100% !important;
}

.additionalInformation div:last-child {
  margin-bottom: 0px !important;
}

.eventExtra a {
  margin-top: 0px !important;
}

.eventExtra {
  margin-bottom: 50px;
}

section.informative-page div.containerExtraEvent {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

section.informative-page div.containerExtraEvent a {
  margin-top: 20px;
}

.buttonExtraMarg {
  margin-top: 30px;
}

section.contact-us div.container-follow-us a.icon {
  font-size: 20px !important;
}

.imgButtonContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 50px;
}

.imgButtonContainer img {
  max-width: 400px !important;
}

.div22ExtraVideo video {
  max-width: 90% !important;
}

section.informative-page div.containerExtraEvent .imgEvent {
  max-width: 60% !important;
}

.buttonPanel {
  width: 70%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.reportContainer {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: 20px;
  align-items: center;
}

.reportListContainer {
  display: flex;
  width: 100%;
  align-items: center !important;
  justify-content: space-evenly !important;
  flex-wrap: wrap;
}

.reportContainer img {
  width: 300px;
  transition: 0.3s;
}

.reportContainer img:hover {
  opacity: 0.75;
  transition: 0.3s;
}

.reportContainer span {
  font-family: "Fira" !important;
  font-size: 18px;
  color: #151515;
  font-weight: 400;
  text-align: center;
}

div.admission-pending img.favicon {
  margin-bottom: 5px !important;
}

.paperAbstract {
  max-height: 220px !important;
}

.paperAuthors {
  text-align: justify;
  display: flex;
  max-height: 80px;
  flex-direction: column;
  overflow-x: hidden;
}

.div-block-17-Extra {
  align-items: center;
  justify-content: center;
}

.researchAssociateContainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 3px;
}

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

.researchAssociateContainer .extraInfo {
  font-size: 12px !important;
  margin-left: 15px;
}

.publicationDocContainer {
  align-items: center !important;
}

.docIcon {
  height: 15px !important;
  margin-top: 0px !important;
  margin-left: 5px !important;
}

.infoOffer {
  color: red;
  margin-top: 30px;
  font-size: 18px;
  font-family: "Fira";
}

.sliderBoxVideo {
  height: 100%;
  width: 100%;
}

.ytvideo {
  pointer-events: none;
}

.conferenceNews {
  border-top: 0px !important;
  margin-bottom: 40px;
}

.conferenceCartel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conferenceCartel img {
  max-width: 60%;
}

.summarizednewExtra {
  width: 45% !important;
}

.conferenceImagesContainer {
  width: 100%;
}

.conferenceSectionContainer {
  margin-bottom: 40px;
}

.div-block-14Extra {
  width: 80% !important;
}

div.summarizednewExtra h4 {
  font-size: 20px !important;
}

div.summarizednewExtra div.summarized-text {
  height: auto !important;
}

.image-4Extra {
  max-width: 500px !important;
}

.searchMemberExtra {
  display: flex;
  flex-direction: column;
}

.videoResumeContainer {
  width: 800px;
  height: 400px;
}

.mainSection {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

.mainSectionContainer {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}

.mainSectionContainerNews {
  width: 40% !important;
}

.mainSectionContainer h3 {
  margin-bottom: 20px !important;
}

.mainSectionContainer2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}

.mainSectionContainer22 {
  width: 60% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mainSectionContainer2 .div-block-8 {
  padding: 0px !important;
}

.mainSectionContainer2 .div-block-8 .see-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px !important;
  height: 160px !important;
}

.mainSectionContainer2 .div-block-8 img {
  width: 160px !important;
  height: 160px !important;
}

.mainSectionContainer2 .contentInfo {
  width: 100% !important;
  height: auto !important;
}

.mainSectionContainer2 .contentInfo .containerHealthAreas {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 20px !important;
}

.mainSectionContainer2 .contentInfo .containerHealthAreas object {
  width: 100%;
}

.mainSectionContainer2 .contentInfo .containerHealthAreas .interactiveMap {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainSectionContainer2 .contentInfo .containerHealthAreas .unitMembersList {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-height: 600px;
  width: 50%;
}

.mainSectionContainer2
  .contentInfo
  .containerHealthAreas
  .unitMembersList
  .containerList {
  align-items: center;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e0d8;
  background-color: #f5f5f5;
  display: flex;
  overflow: auto;
  justify-content: flex-start;
  margin-top: 20px;
  width: 80%;
}

.mainSectionContainer2
  .contentInfo
  .containerHealthAreas
  .unitMembersList
  .containerList
  .research-area-info {
  width: 100%;
  display: flex;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding: 5px 20px 5px 20px;
}

.mainSectionContainer2
  .contentInfo
  .containerHealthAreas
  .unitMembersList
  .containerList
  .research-area-info
  a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
}

.mainSectionContainer2
  .contentInfo
  .containerHealthAreas
  .unitMembersList
  .containerList
  .research-area-info
  a
  .member-picture {
  width: 50px !important;
  height: 50px !important;
}

.mainSectionContainer2
  .contentInfo
  .containerHealthAreas
  .unitMembersList
  .containerList
  .research-area-info
  a
  h4 {
  margin-top: 0px !important;
  text-align: left !important;
  margin-left: 10px !important;
  width: max-content !important;
  color: #151515 !important;
  font-size: 14px !important;
}

.mainSectionContainer2
  .contentInfo
  .containerHealthAreas
  .unitMembersList
  .containerLogo {
  height: 150px;
}

.mainSectionContainer2
  .contentInfo
  .containerHealthAreas
  .unitMembersList
  .containerLogo
  .containerAreaName {
  color: #13745d;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.contentInfoNews {
  width: 100% !important;
  height: 50% !important;
  padding: 0px !important;
  margin: 0px !important;
}

.contentInfoNews img.image-2 {
  height: none !important;
}

.contentInfoNews .div-block-12 {
  height: 50% !important;
}

.contentInfoNews .summarizednew {
  height: 100% !important;
  width: 49% !important;
  border: none !important;
  border: 1px solid lightgray !important;
}

.contentInfoNews .summarizednew .summarized-text {
  height: 50% !important;
  padding: 15px !important;
}

.contentInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px !important;
}

.contentInfo .div-block-11 {
  border: 1px solid lightgray !important;
  margin-bottom: 10px !important;
}

/* .contentInfo .mainnews {
  height: 800px !important;
} */

.contentInfo img.image-4 {
  height: 90% !important;
}

.mobileVersion {
  display: none !important;
}

.memberNum {
  width: 100%;
  text-align: center;
  background-color: lightgray;
  padding: 5px;
  color: #10634f;
}

.newsPanelExtra {
  height: auto !important;
  width: 100% !important;
  padding: 0 10px !important;
}

.newsPanelExtra iframe {
  margin-bottom: 30px !important;
  min-height: 200px;
}

.newsPanelExtra img {
  margin-bottom: 10px;
}

.mainSectionContainerNews a:hover h3,
.mainSectionContainerNews a:hover h4 {
  color: #13745d !important;
}

.rd-navbar-dropdown {
  padding: 20px 0 20px !important;
}

.div-block-14Extra2 {
  justify-content: center !important;
}

.listLatestPublicationsExtra {
  width: 100% !important;
}

.publications-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid black;
}

.publications-table .publication-table-row:not(:last-child) {
  border-bottom: 1px solid black;
  text-align: justify;
}

.publication-table-row {
  width: 100%;
}

.publication-table-row td {
  padding: 10px !important;
}

.publication-table-row td:not(:last-child) {
  border-right: 1px solid black;
}

.publication-table-row .publication-title,
.publication-table-row .publication-authors {
  width: 35% !important;
}

.publication-table-row .publication-journal {
  width: 20% !important;
}

.publication-table-row .publication-url {
  width: 10% !important;
}

.publication-url .link-access-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.table-row-header {
  background-color: #dddddd;
}

.table-row-header td {
  text-align: center;
  font-weight: bold;
}

.projectsListContainerExtra {
  padding: 0% !important;
}

.projectSheetContainer span a {
  cursor: pointer !important;
}

.projectFooterExtra {
  align-items: center !important;
  justify-content: space-between !important;
}

.projectSheetContainerHeaderExtra {
  padding: 20px 0 !important;
}

.projectSheetContainerHeaderExtra .projectYear {
  display: none !important;
}

.projectUnitInfo {
  padding: 10px 0 !important;
}

.projectSheetContainerExtra {
  width: 100% !important;
}

.noMarginSpace {
  margin-bottom: 0px !important;
}

.buttonPanel2 {
  width: auto !important;
  margin-top: 15px;
  gap: 8px;
}

.buttonPanel2 a {
  margin: 0px !important;
}

div.streamBlock {
  justify-content: center;
}

div.redAnim {
  margin-right: 10px;
}

.info-content-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  text-align: center;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.iframe-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-x {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.icon-x svg {
  width: 100%;
  height: 100%;
}

.icon-x:hover svg g path {
  fill: #e7a500;
}

.icon-x svg g path {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

div.antiguos-miembros h4 {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

div.antiguos-miembros h4 img {
  width: 16px;
}

div.research-areas.group-members.visitantes h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

div.research-areas.group-members.visitantes h4 img {
  height: 17px;
  margin-right: 10px;
  filter: invert(1) grayscale(1) brightness(10);
}

div.navidades2025 {
  width: 100%;
  display: flex;
  justify-content: center;
}

div.info-double-column {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5%;
  align-items: flex-end;
}

div.info-double-column div.navidades2025 {
  width: 40%;
  display: flex;
  flex-direction: column;
}

div.info-triple-column {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5%;
  align-items: flex-start;
  margin-top: 60px;
}

div.info-triple-column div.navidades2025 {
  width: 25%;
  display: flex;
  flex-direction: column;
}

div.navidades2025 video {
  width: 100%;
  max-width: 700px;
}

section.section-block.mobileVersion div.navidades2025 {
  width: 90% !important;
}

div.navidades2025 img {
  width: 100%;
  max-width: 700px;
}

div.navidades2025 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

div.navidades2025 div h3 {
  font-size: 18px !important;
  margin-top: 20px;
}

div.several-images {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

div.several-images img {
  width: 20%;
  min-width: 320px;
}

div.several-images.two-images img {
  width: 90%;
}

div.groupsLogosList a.researchGroup {
  font-size: 20px;
}

div.section-unit-card {
  display: flex;
  flex-direction: column;
}

div.groupsLogosList {
  flex: 1;
  gap: 10px;
  padding: 20px 10px !important;
}

div.buscadorEnsayos a {
  padding: 10px 20px 10px 20px !important;
  margin-top: 45px !important;
}

div.groupsLogosList a {
  border: 1px solid;
  border-left-width: 20px;
  padding: 10px;
  border-radius: 0px 7px 7px 0px;
}

div.groupsLogosList a:hover {
  color: rgb(44, 44, 44) !important;
}

div.groupsLogosList a:not(:last-child) {
  margin-right: 0px !important;
}

div.category-legend {
  display: flex;
  justify-content: space-evenly;
  font-size: 20px;
  font-family: "Fira";
  gap: 10px;
  margin-bottom: 30px;
  margin-top: 15px;
}

div.category-legend > div {
  border: 1px solid;
  border-left-width: 20px;
  padding: 10px;
  border-radius: 0px 7px 7px 0px;
  width: 360px;
  background-color: #F6F6F6;
}

div.category-desc {
  display: flex;
  align-items: center;
}

div.category-desc-traslacional, div.groupsLogosList a.category-traslacional {
  border-color: #047842 !important;
}

div.category-desc-traslacional, div.category-desc-basica, div.category-desc-servicio {
  color: rgb(44, 44, 44);
}

div.category-desc-basica, div.groupsLogosList a.category-basica {
  border-color: #EAAF0F !important;
}

div.category-desc-servicio, div.groupsLogosList a.category-servicio {
  border-color: #ff88f9 !important;
}

.section-unit-card div.groupLogo img.supportServiceImg {
  max-height: 80px !important;
}

/* ************************************************************************************************************ */
@media screen and (max-width: 991px) {
  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-4 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-6 {
    margin-top: 10px;
  }
  .div-block-7 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-14 {
    width: 90%;
    text-align: center;
  }

  .imgButtonContainer {
    flex-direction: column !important;
  }

  .paperContainer {
    width: 90% !important;
    height: auto !important;
    padding: 30px;
    margin-bottom: 40px !important;
  }

  .lastPaperContainer {
    margin-bottom: 20px !important;
    height: auto !important;
    width: 100% !important;
    padding-top: 20px !important;
  }

  .paperInfoContainer {
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    top: 0px !important;
  }

  .publicationDocContainer,
  .learnMoreContainer {
    align-items: flex-start !important;
  }

  .publicationDocContainer img,
  .learnMoreContainer img {
    margin-top: 2px !important;
  }

  .calendar {
    padding: 0px !important;
    width: 50% !important;
  }

  .calendar .fc .fc-view-harness {
    height: 290px !important;
  }

  .div-block-17 {
    width: 80% !important;
  }

  .paperAuthors {
    overflow-x: unset !important;
  }

  .videoResumeContainer {
    width: 600px !important;
    height: 300px !important;
  }

  .mobileVersion {
    display: flex !important;
  }

  .mainSection {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-6 {
    margin-top: 10px;
  }
  .div-block-11 {
    width: 90%;
  }
  .image-2 {
    width: 100%;
  }
  .div-block-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .summarizednew {
    width: 90%;
    margin-bottom: 20px;
  }
  .div-block-17 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-23 {
    width: 90%;
  }
  .text-block-14 {
    width: 90%;
  }

  .summarized-text {
    height: auto !important;
  }

  .mobileVersion {
    display: flex !important;
  }

  .mainSection {
    display: none !important;
  }

  div.several-images {
    flex-direction: column !important;
    align-items: center;
  }

  div.several-images img,
  div.several-images.two-images img {
    width: 80%;
  }

  div.info-double-column {
    flex-direction: column !important;
    gap: 0px;
    margin-top: 40px;
  }

  div.info-double-column div.navidades2025 {
    width: 100% !important;
  }

  div.info-triple-column {
    flex-direction: column !important;
    gap: 0px;
    margin-top: 40px;
  }

  div.info-triple-column div.navidades2025 {
    width: 100% !important;
  }

  div.navidades2025 {
    padding-left: 10px;
    padding-right: 10px;
  }

  div.category-legend {
    flex-direction: column;
  }

  div.category-legend > div {
    width: 100%;
  }

  div.area-container-cards {
    flex-direction: column;
    align-items: center;
  }

  div.section-unit-card {
    width: 100% !important;
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-3 {
    margin-top: 10px;
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 150px;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-7 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-11 {
    width: 90%;
  }

  .image-2 {
    width: 100%;
  }
  .div-block-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .summarizednew {
    width: 90%;
    margin-bottom: 20px;
  }
  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .calendar {
    width: 90% !important;
  }
  .div-block-18 {
    width: 90%;
  }
  .text-block-14 {
    text-align: center;
  }
  .div-block-26 {
    margin-top: 10px;
  }
  section.section-allnews,
  section.section-events {
    padding: 20px 0px 20px 0px !important;
  }
  section.section-allnews div.mainnews {
    width: 100% !important;
  }
  section.section-allnews div.mainnews div.div-block-14 {
    width: 95% !important;
    min-width: auto !important;
  }
  section.section-allnews div.summarizednew {
    flex-direction: column !important;
    height: auto !important;
  }
  section.section-allnews div.summarizednew div.div-block-16 {
    width: 100% !important;
    height: 120px !important;
  }
  section.section-allnews div.summarized-text h3 {
    font-size: 18px !important;
  }
  section.section-allnews div.summarized-text {
    padding: 8px !important;
    height: auto !important;
  }
  section.section-allnews div.div-block-21,
  section.section-events div.div-block-21 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  section.section-allnews div.mainnews {
    padding-top: 0px !important;
  }

  .calendar {
    padding: 0px !important;
  }

  .summarized-text {
    height: auto !important;
  }

  .specificNewsContainer .specificNewsImg {
    margin-bottom: 30px !important;
  }

  .specificNewsTitle {
    text-align: center !important;
    margin-top: 30px !important;
  }

  .imgButtonContainer {
    display: flex !important;
    flex-direction: column !important;
    width: 90% !important;
    margin-top: 20px !important;
  }

  .div-block-22 {
    width: 90% !important;
  }

  .div-block-22Extra {
    width: 100% !important;
  }

  .paperContainer {
    width: 90% !important;
    height: auto !important;
    padding: 30px;
    margin-bottom: 40px !important;
  }

  .lastPaperContainer {
    margin-bottom: 20px !important;
    height: auto !important;
    width: 100% !important;
    padding-top: 20px !important;
  }

  .paperInfoContainer {
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    top: 0px !important;
  }

  .conferenceCartel img {
    max-width: 100% !important;
  }

  .summarizednewExtra {
    width: 100% !important;
  }

  .mobileVersion {
    display: flex !important;
  }

  .mainSection {
    display: none !important;
  }

  .unitMembersList .containerAreaName img {
    display: none !important;
  }
}
