a span.menu:hover {
  color: #13745d;
}

.rd-navbar-static .rd-navbar-megamenu > li ul a,
.rd-navbar-static .rd-navbar-dropdown > li > a {
  font-size: 15px;
}

.fc .fc-col-header-cell-cushion {
  color: #13745d;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
  font-family: "Fira";

  color: #2c2c2c;
}

h6,
span {
  font-family: "Franklin";

  color: #2c2c2c;
}

body {
  letter-spacing: 0px !important;

  background-color: #2c2c2c;

  background-position: center !important;

  background-attachment: fixed !important;

  display: flex;

  justify-content: center;
}

@font-face {
  font-family: "Fira";

  src: url("../fonts/Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-Medium.ttf");
}

@font-face {
  font-family: "Dancing";

  src: url("../fonts/DancingScript-VariableFont_wght.ttf");
}

@font-face {
  font-family: "Franklin";

  src: url("../fonts/LibreFranklin-VariableFont_wght.ttf");
}

@font-face {
  font-family: "Lusitana";

  src: url("../fonts/Lusitana/Lusitana-Regular.ttf");
}

span.rd-navbar-submenu-toggle {
  font-family: "FontAwesome", sans-serif !important;
}

h3 {
  font-size: 22px !important;
}

h4 {
  font-size: 18px !important;
}

h5 {
  font-size: 16px !important;
}

h6 {
  font-size: 13px !important;

  color: #3e3e3e;
}

div.cell-lg-5-research {
  background-color: #e7a500;
}

div.cell-lg-5-education {
  background-color: #13745d;
}

div.shell {
  font-display: "Franklin";
}

.range > .cell-lg-5-research,
.range > .cell-lg-5-education {
  -webkit-flex-basis: 50%;

  -ms-flex-preferred-size: 50%;

  flex-basis: 50%;

  max-width: 50%;
}

html.lt-ie-10 .range > .cell-lg-5-research,
html.lt-ie-10 .range > .cell-lg-5-education {
  margin-left: auto;

  margin-right: auto;

  max-width: 41.66667%;
}

div.cell-lg-5-research,
div.cell-lg-5-education {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  padding-top: 15px;
}

div.research-menu,
div.education-menu {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;
}

div.button-education-menu .button-secondary-1,
.button-secondary-1:focus,
.button-secondary-1:active {
  color: #fff;

  background-color: #13745d !important;
}

div.button-education-menu .button-secondary-1:hover {
  color: #fff;

  background-color: #13745d;
}

div.title-menu-area span {
  font-size: 30px;

  font-weight: 500;

  letter-spacing: 0;

  color: #151515;
}

div.title-menu-area {
  margin-top: 15px;
}

.section-menu-grad {
  height: 300px;

  width: 100%;

  background-image: linear-gradient(to bottom, #13745d, #096e58);

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: space-around;
}

.section-menu-grad div.row-menu {
  display: flex;

  align-items: center;

  justify-content: space-around;

  width: 40%;

  height: 100%;
}

.section-menu-grad div.row-menu div.img {
  height: 15px;

  filter: drop-shadow(0.1em 0.1em 0.2em black);
}

.section-menu-grad div.element {
  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  transition: 0.5s ease;

  -moz-transition: 0.5s ease;

  -webkit-transition: 0.5s ease;
}

.section-menu-grad a {
  height: 100%;
}

.section-menu-grad div.element div.img {
  height: 50%;

  display: flex;

  align-items: flex-end;

  justify-content: center;
}

.section-menu-grad div.element div.img img {
  height: 60px;
}

.section-menu-grad div.element:hover {
  transform: scale(1.1);

  -moz-transform: scale(1.1);

  -webkit-transform: scale(1.1);
}

div.element span {
  height: 50%;

  font-size: 22px;

  width: min-content;

  color: white;

  text-shadow: black 2px 2px 4px;

  font-weight: 500;
}

div.logos-space {
  height: 280px;

  width: 100%;

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: space-evenly;

  background-image: linear-gradient(
    to bottom,

    rgba(224, 214, 187),
    rgba(224, 179, 68)
  );
}

div.logos-space a {
  max-width: 25%;

  display: flex;

  justify-content: center;
}

div.logos-space img {
  cursor: pointer;

  width: 80%;

  transition: all 1s ease;

  -moz-transition: all 1s ease;

  -webkit-transition: all 1s ease;
}

div.logos-space img:hover {
  filter: opacity(0.5);
}

.central-menu-area {
  margin-top: 30px;

  margin-bottom: 30px;

  width: 60%;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: row;
}

.central-menu-area div.research-central-menu-area,
.central-menu-area div.education-central-menu-area {
  margin-top: 15px;

  margin-bottom: 30px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;
}

.central-menu-area div.research-central-menu-area h4,
.central-menu-area div.education-central-menu-area h4 {
  font-size: 25px;

  color: white;

  text-shadow: black 2px 2px 4px;

  font-weight: 500;
}

div.title {
  height: 30%;

  width: 90%;

  transition: height 0.5s ease;

  -moz-transition: height 0.5s ease;

  -webkit-transition: height 0.5s ease;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: flex-end;
}

div.section-lg div.shell p {
  font-weight: 500;

  color: white;

  text-shadow: black 2px 2px 4px;
}

div.section-lg div.shell h1 {
  font-weight: 500;

  color: white;

  text-shadow: black 2px 2px 4px;
}

.page-footer-full,
.section a {
  font-weight: 500;
}

div.latest-articles {
  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 15px;
}

div.latest-articles div.container-latest-articles {
  height: 80%;

  width: 60%;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: flex-start;
}

div.latest-articles
  div.container-latest-articles
  div.header-latest-articles
  span {
  font-weight: 500;

  font-size: 30px;
}

div.research-article {
  margin-top: 15px;

  width: 100%;

  border-top: rgb(16 99 79) solid 2px;

  border-left-width: 80%;

  display: flex;

  flex-direction: column;

  align-items: flex-start;
}

div.content-latest-articles {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: flex-start;
}

div.research-article div.research-article-title {
  padding-top: 7.5px;

  font-size: 15px;

  font-weight: bold;

  cursor: pointer;
}

div.research-article div.research-article-authors {
  font-size: 9px;

  font-style: italic;
}

div.research-article div.research-article-ref {
  margin-top: 7.5px;

  font-size: 9px;

  margin-left: 7.5px;

  font-weight: bolder;
}

div.research-article div.research-article-abstract {
  font-size: 12px;

  margin-top: 7.5px;

  text-align: justify;
}

div.container-latest-articles div.buttons-latest-articles {
  margin-top: 15px;

  padding-top: 15px;

  width: 100%;

  border-top: rgb(16 99 79) solid 2px;

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: flex-end;
}

div.navbar-menu-rrss {
  margin-top: 10px;

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: flex-end;

  margin-right: 20px;

  /*   height: 10%;

  width: 100%;

  padding-right: 10%; */
}

div.navbar-col-menu {
  display: flex;

  flex-direction: column;

  align-items: center;

  width: 100%;

  margin-top: 10px;
}

div.navbar-col-menu div.navbar-menu-rrss {
  width: 100%;

  margin-bottom: 15px;

  display: flex;

  align-items: center;

  justify-content: flex-end;
}

div.navbar-menu-rrss div.navbar-access-top-menu {
  /* width: 20%; */

  display: flex;

  align-items: center;

  justify-content: space-evenly;
}

div.navbar-menu-rrss div.navbar-access-top-menu a {
  margin-left: 10px;
}

div.navbar-menu-rrss div.navbar-rrss-top-menu {
  display: flex;

  margin-left: 5px;

  align-items: center;

  justify-content: flex-end;
}

div.navbar-menu-rrss div.navbar-access-top-menu span {
  cursor: pointer;

  font-size: 12px;

  color: #13745d;

  font-weight: bold;
}

div.navbar-menu-rrss div.navbar-access-top-menu span:hover {
  color: #e7a500;
}

div.info-personal-data {
  display: flex;

  flex-direction: column;

  align-items: flex-start;

  justify-content: flex-start;

  margin-top: 10px;
}

div.personal-data-fields h6.text-field {
  font-size: 13px;
}

h6.affiliations-separator {
  margin: 10px 0 2px 5px;

  font-size: 14px !important;

  font-family: "Fira" !important;
}

div.info-personal-data div.personal-data-fields,
div.info-personal-data div.research-group-data-fields {
  display: flex;

  flex-direction: row;

  align-items: center;
}

div.info-personal-data div.personal-data-fields div.unit-body {
  margin-left: 5px;
}

div.info-personal-data div.personal-data-fields div.unit-left {
  height: 23px !important;

  width: 23px !important;

  display: flex;

  justify-content: center;

  align-items: center;
}

div.info-personal-data div.personal-data-fields div.unit-left span {
  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

div.info-personal-data div.personal-data-fields div.unit-body {
  display: flex;

  flex-direction: row;

  align-items: flex-start;
}

div.info-personal-data div.personal-data-fields {
  margin-top: 2px;
}

img.email-img {
  height: 12px;

  margin-left: 3px;

  cursor: pointer;
}

img.university-email-img {
  height: 15px;

  margin-left: 3px;

  cursor: pointer;
}

section.personal-profile-data,
section.research-programs,
section.research-units {
  display: flex;

  flex-direction: column;

  align-items: center;

  margin-bottom: 30px;

  max-width: 1230px;

  padding: 25px 2.5% 25px 2.5%;
}

section.informative-page,
section.interviewsSection,
section.research-programs {
  padding: 25px 0 25px 0 !important;
}

section.interviewsSection,
section.official-sites,
section.research-programs {
  width: 95%;
}

section.research-programs,
section.research-units,
section.official-sites,
section.projectsTableContainer {
  padding-left: 0px !important;

  padding-right: 0px !important;
}

section.research-programs {
  flex-direction: row !important;

  align-items: flex-start !important;
}

section.research-units {
  flex-direction: row !important;
}

section.research-units div.units-headers-container {
  width: 75% !important;
}

section.research-programs div.programs-headers-container {
  width: 75%;
}

section.personal-profile-data div.personal-information,
section.personal-profile-data div.research-group-information,
section.personal-profile-data div.cv-summary,
section.personal-profile-data div.research-areas,
section.personal-profile-data div.noted-publications,
section.personal-profile-data div.cvMember {
  margin-top: 15px;

  width: 100%;

  height: max-content;

  background-color: #f6f6f6;

  border: 1px solid #dddd;

  border-radius: 10px;
}

section.research-programs div.program-name,
section.research-programs div.area-name {
  margin-top: 15px;

  width: 100%;

  height: max-content;

  border: 1px solid #cecece;

  height: 70px;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;
}

section.research-programs div.area-name {
  cursor: auto !important;
}

div.area-name-fix {
  cursor: auto !important;

  -webkit-filter: brightness(95%);

  filter: brightness(95%);
}

section.research-programs div.program-name,
section.research-programs div.area-name {
  background-color: #f6f6f6;

  border-radius: 10px;
}

section.personal-profile-data div.personal-information,
section.personal-profile-data div.research-group-information {
  border: none !important;
}

section.personal-profile-data div.research-group-information div.location,
section.personal-profile-data div.personal-information div.location,
div.contact-info {
  border: 1px solid #dddd;
}

section.personal-profile-data div.personal-information,
section.personal-profile-data div.research-group-information {
  background-color: transparent;

  display: flex;

  flex-direction: row;

  justify-content: space-between;
}

section.personal-profile-data div.personal-information div.profile-photo {
  width: 35%;

  border-radius: 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;
}

section.personal-profile-data
  div.research-group-information
  div.research-group-logo {
  align-items: flex-start !important;
}

section.personal-profile-data div.personal-information div.profile-data,
section.personal-profile-data div.research-group-information div.profile-data {
  width: 65%;

  background-color: #f6f6f6;

  border-radius: 10px;

  border: 1px solid #dddd;
}

section.research-group-profile-data div.personal-information div.profile-data,
section.research-group-profile-data
  div.research-group-information
  div.profile-data {
  width: 100% !important;
}

section.personal-profile-data div.research-group-information div.profile-data,
section.personal-profile-data div.cv-summary,
section.personal-profile-data div.research-areas,
section.personal-profile-data div.noted-publications {
  display: flex;

  align-items: flex-start;

  flex-direction: column;

  border: 1px solid #dddddd;
}

section.personal-profile-data div.personal-information div.profile-data {
  padding: 30px 30px 0 30px;
}

section.personal-profile-data
  div.noted-publications
  div.noted-publications-list
  div.publication-info {
  margin-top: 5px;

  margin-bottom: 5px;

  display: flex;

  flex-direction: row;

  align-items: flex-start;

  justify-content: flex-start;
}

div.noted-publications-list div.project-info {
  margin-top: 20px !important;

  border-left: 3px solid #13745d;

  padding-left: 10px;

  display: flex !important;

  flex-direction: column !important;
}

section.personal-profile-data
  div.noted-publications
  div.noted-publications-list
  div.publication-info
  img {
  height: 13px;

  margin-top: 4px;

  margin-right: 3px;
}

section.personal-profile-data div.cv-summary h6 {
  text-align: justify;

  font-size: 13px;
}

img.memberPic {
  border-radius: 50%;

  width: 220px;
}

section.personal-profile-data
  div.personal-information
  div.profile-photo
  img.logoURL {
  border-radius: 0% !important;
}

span.projectTitle {
  line-height: 1.3;

  font-size: 14px;

  color: #2d2d2d;
}

section.personal-profile-data div.research-areas div.research-areas-menu {
  display: flex;

  width: 100%;

  flex-direction: row;

  align-items: flex-start;

  justify-content: flex-start;

  flex-wrap: wrap;
}

section.personal-profile-data
  div.research-areas
  div.research-areas-menu
  div.research-area-info {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  width: 142px;
}

section.personal-profile-data
  div.research-areas
  div.research-areas-menu
  div.research-area-info
  h5 {
  text-align: center;
}

section.personal-profile-data
  div.research-areas
  div.research-areas-menu
  div.research-area-info
  img {
  width: 100px;

  height: 100px;

  margin-bottom: 10px;
}

div.unit-container img.unidad {
  width: 120px !important;

  height: 120px !important;

  margin-bottom: 0px !important;
}

section.personal-profile-data
  div.research-areas
  div.research-areas-menu
  div.research-area-info
  h6 {
  text-align: center;
}

section.personal-profile-data
  div.research-areas
  div.research-areas-menu
  div.research-area-info
  img,
section.researchAreas div.containerAreas div.research-area-info img,
div.contact-icon-list div.contactList div.container-logo img,
section.research-programs div.area-container div.section img.unit-logo {
  border-radius: 10px;

  transition: all 1s ease;

  -moz-transition: all 1s ease;

  -webkit-transition: all 1s ease;
}

div.contact-icon-list div.contactList div.container-logo img.logoImg {
  border-radius: 50%;
}

section.personal-profile-data
  div.research-areas
  div.research-areas-menu
  div.research-area-info
  img:hover,
section.researchAreas div.containerAreas div.research-area-info img:hover,
div.contact-icon-list div.contactList div.container-logo img:hover,
section.research-programs div.area-container div.section img.unit-logo:hover {
  filter: opacity(0.5);
}

section.personal-profile-data
  div.research-areas
  div.research-areas-menu
  div.research-area-info
  img,
section.personal-profile-data
  div.research-areas
  div.research-areas-menu
  div.research-area-info
  h5,
section.members div.member img,
section.members div.member h4,
div.unitMembersList div.containerList div.research-area-info,
div.unitMembersList div.containerList div.research-area-info img,
div.unitMembersList div.containerList div.research-area-info h4 {
  -webkit-transition: all 1s ease;

  transition: all 1s ease;
}

section.members div.member,
section.research-programs div.program-name,
section.research-programs div.area-name {
  -webkit-transition: all 1s ease;

  transition: all 1s ease;
}

section.members div.member:hover,
section.research-programs div.program-name:hover {
  -webkit-filter: brightness(95%);

  filter: brightness(95%);
}

section.personal-profile-data
  div.research-areas
  div.research-areas-menu
  div.research-area-info:hover
  img,
section.personal-profile-data
  div.research-areas
  div.research-areas-menu
  div.research-area-info:hover
  h5,
section.members div.member:hover img,
section.members div.member:hover h4,
div.unitMembersList div.containerList div.research-area-info:hover img,
section#healthAreas
  div.containerHealthAreas
  div.unitMembersList
  div.containerList
  div.research-area-info:hover
  h4 {
  -webkit-filter: brightness(70%);

  filter: brightness(70%);

  color: #13745d;
}

div.containerHealthAreas
  div.unitMembersList
  div.containerList
  div.research-area-info
  img.unitIcon {
  width: 20px;

  margin-left: 5px;

  cursor: pointer;
}

img.unitIcon {
  height: 20px;
}

div.unitMembersList div.containerList div.research-area-info:hover {
  background-color: #e0ded9;
}

section.members div.member:hover img,
div.research-area-info:hover a img {
  transform: scale(1.075);
}

div.name-style h2,
div.name-style {
  text-shadow: black 2px 2px 4px;

  color: white;
}

section.research-group-profile-data
  div.personal-information
  div.research-group-logo {
  display: flex;

  align-items: center;

  justify-content: center;
}

section.research-group-profile-data
  div.research-group-information
  div.research-group-logo
  img {
  max-width: 330px;

  max-height: 330px;

  border-top-left-radius: 10px;

  border-bottom-left-radius: 10px;
}

img.supportServiceIMG {
  max-width: 150px !important;

  border-radius: 0px !important;
}

img.smallLogo {
  max-height: 60px;

  max-width: 80px;

  margin: 5px 0px 0px 10px;
}

img.smallresearchGroupLogo {
  max-height: 20px;

  max-width: 80px;
}

img.email-research-group {
  height: 20px;
}

div.profile-data p {
  color: #3e3e3e;
}

section.personal-profile-data div.personal-information div.location {
  width: 49%;

  background-color: #f6f6f6;

  border-radius: 10px;

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  justify-content: center;
}

section.personal-profile-data div.personal-information div.location h4 {
  margin-left: 30px;
}

section.personal-profile-data
  div.personal-information
  div.location
  div.iframe-map {
  margin-top: 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;
}

section.personal-profile-data div.personal-information div.contact-info {
  width: 49%;

  background-color: #f6f6f6;

  border-radius: 10px;
}

section.personal-profile-data div.main-image img {
  border-radius: 10px;
}

iframe.video-streaming {
  border-radius: 10px;
}

div.rd-navbar-inner {
  padding-top: 0px !important;
}

div.cell-sm-5 p.copyright {
  width: max-content;
}

div.cell-sm-5 a {
  font-size: 16px;

  margin-left: 5px;

  color: #13745d !important;
}

div.cell-sm-5 a:hover {
  color: #e7a500 !important;
}

div.page-loader-body img {
  width: 50px;
}

div.form-button {
  margin-top: 15px !important;
}

.button {
  margin-top: 15px;
}

div.background,
div.backgroundMob {
  height: 100%;

  width: 100%;

  background-image: url(../images/landing.jpg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  display: flex;

  flex-direction: column;
}

section.members {
  display: flex;

  align-items: stretch;

  justify-content: space-evenly;

  flex-direction: row;

  flex-wrap: wrap;

  margin-top: 30px;

  margin-bottom: 30px;

  padding: 0 15% 0 15%;
}

section.groups {
  display: flex;

  align-items: center;

  justify-content: space-evenly;

  flex-direction: row;

  margin-top: 30px;

  margin-bottom: 30px;

  max-width: 1470px;
}

section.members a.member {
  width: 45%;
}

section.members div.member {
  display: flex;

  flex-direction: row;

  justify-content: flex-start;

  color: rgb(20, 20, 20);

  font-size: 16px;

  align-items: center;

  margin-top: 20px;

  position: relative;

  background: #f6f6f6;

  border: 1px solid #cecece;

  border-radius: 10px;

  padding: 10px;

  cursor: pointer;
}

div.groupsLogosList {
  width: 100%;

  padding: 20px 20px;

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  align-items: center;

  justify-content: flex-start;
}

section.groups div.researchGroup,
div.groupsLogosList div.researchGroup {
  max-width: 200px;

  margin: 10px 0px 10px 0px;

  display: flex;

  flex-direction: column;

  align-items: center;
}

section.members div.member img,
section.groups div.researchGroup div.groupLogo img {
  max-height: 150px !important;

  /* border-radius: 10px !important  ; */
}

div.groupsLogosList div.researchGroup div.groupLogo img {
  max-height: 80px !important;

  /* border-radius: 10px !important  ; */
}

div.groupsLogosList div.researchGroup div.groupLogo img {
  max-height: 80px !important;
}

div.groupsLogosList div.researchGroup div.groupLogo img.unitLogo {
  max-height: 160px !important;

  max-width: 160px !important;

  border-radius: 10px;
}

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

.supportServicesImg {
  border-radius: 0px !important;
}

div.researchGroup div.groupLogo img,
div.groupData h5,
div.groupData h6 {
  transition: 0.5s ease;

  -moz-transition: 0.5s ease;

  -webkit-transition: 0.5s ease;
}

div.researchGroup:hover div.groupLogo img {
  -webkit-filter: brightness(85%);

  filter: brightness(85%);
}

div.research-area-info a div.member-picture,
section.members div.member div.member-picture {
  border-radius: 50%;

  overflow: hidden;

  width: 100px;

  height: 100px;
}

section.members div.member div.memberData {
  display: flex;

  flex-direction: column;

  justify-content: center;

  width: 70%;

  padding-left: 10px;
}

section.groups div.researchGroup div.groupData,
div.groupsLogosList div.researchGroup div.groupData {
  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;
}

div.groupData h6 {
  margin-top: 10px !important;
}

section.groups div.researchGroup div.groupData h6,
div.groupsLogosList div.researchGroup div.groupData h6 {
  margin-top: 10px;

  text-align: center;
}

section.groups div.researchGroup:hover div.groupData h5,
div.groupsLogosList div.researchGroup:hover div.groupData h5,
div.groupsLogosList div.researchGroup:hover div.groupData h6 {
  color: #096e58 !important;
}

section.groups div.researchGroup a.researchGroup,
div.groupsLogosList div.researchGroup a.researchGroup {
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;
}

a.researchGroup h5 {
  text-align: center;
}

a.researchGroup:hover h5 {
  color: #13745d;
}

section.members div.member div.memberData div.info {
  display: flex;

  flex-direction: column;

  margin-left: 10px;
}

section.members div.member div.memberData div.fullName {
  margin-left: 10px;

  margin-bottom: 3px;
}

section.members div.member div.memberData div.fullName h4:hover {
  color: #096e58;
}

section.members div.member div.memberData::before {
  content: "";

  position: absolute;

  height: 65%;

  border-left: 2px solid #13745d;
}

section.researchAreas {
  display: flex;

  width: 80%;

  justify-content: center;

  align-items: center;

  padding: 30px;
}

section.researchAreas div.containerAreas {
  width: 70%;

  display: flex;

  justify-content: center;

  margin: 50px 0 50px 0;

  flex-wrap: wrap;
}

section.researchAreas div.containerAreas div.research-area-info {
  width: 200px !important;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: flex-start;

  margin-bottom: 30px;
}

div.research-area-info a h5 {
  margin-top: 5px;

  -webkit-transition: all 1s ease;

  transition: all 1s ease;

  font-size: 14px !important;
}

section.researchAreas div.containerAreas div.research-area-info:hover a h5 {
  color: #096e58;
}

section.researchAreas div.containerAreas div.research-area-info img {
  border-radius: 50%;

  margin-bottom: 10px;

  width: 150px !important;
}

section.researchAreas div.containerAreas div.research-area-info h6 {
  text-align: center;
}

div.contact-icon-list {
  display: flex;

  flex-direction: column;

  margin-top: 20px;
}

div.contact-icon-list div.contactList {
  display: flex;

  flex-direction: row;

  width: 100%;
}

div.contact-icon-list div.contactList div.container-logo {
  width: 35px;

  height: 35px;
}

div.contact-icon-list div.contactList div.container-logo:not(:last-child) {
  margin-right: 5px;
}

div.webList {
  margin-left: 8px;

  display: flex;

  flex-direction: column;

  margin-top: 5px;
}

div.webList div.webURL {
  display: flex;

  flex-direction: row;

  align-items: center;

  margin-top: 5px;
}

div.webList div.webURL div.dot {
  height: 5px;

  width: 5px;

  background-color: #13745d;

  border-radius: 50%;

  display: inline-block;

  margin-right: 5px;
}

section.customBreadcrumb div.section-lg {
  padding-top: 30px;

  padding-bottom: 30px;
}

section.customBreadcrumb div.section-lg a {
  display: flex;

  align-items: center;

  justify-content: center;
}

section.customBreadcrumb div.section-lg img {
  max-height: 75px;

  border-radius: 5px;

  margin-right: 20px;
}

div.personal-information {
  border-style: solid;

  border-width: 1px;

  border-color: #dddddd;
}

img.rgLogoImg {
  max-width: 140px;

  max-height: 70px;

  margin: 0px 0 20px 0;

  border-radius: 10px;
}

div.cv-summary h6,
div.publication-info h6,
div.project-info h6 {
  line-height: 1.55;
}

div.research-areas h4,
div.cv-summary h4,
div.noted-publications h4 {
  width: 100% !important;

  background-color: #2c2c2c !important;

  color: #f5f5f5 !important;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;
}

div.research-areas div.research-areas-menu,
div.noted-publications div.noted-publications-list {
  padding: 20px 30px 20px 30px;
}

div.projects-list {
  padding: 0px 30px 20px 30px !important;
}

/* div.cv-summary h6 {

  background-color: #f6f6f6 !important;

} */

div.cv-summary {
  padding: 40px 30px 40px 30px !important;
}

section.personal-profile-data div.cv-summary h6 {
  width: 100% !important;

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;
}

div.research-area-info a {
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;
}

p {
  margin: 0px !important;

  padding: 0px !important;
}

div.research-group-information div.profile-data {
  border-radius: 10px !important;

  padding: 30px;
}

div.research-group-information div.profile-data span.accessLink {
  font-weight: bold;

  color: #096e58;
}

span.accessLink:hover {
  color: #2d2d2d;
}

div.research-unit-group-list {
  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: space-evenly;

  width: 100%;
}

div.container-unit-group {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  margin: 20px 0px 20px 0px;
}

div.container-unit-group a {
  display: flex;

  flex-direction: column;

  align-items: center;
}

div.container-unit-group a img {
  max-height: 100px;

  max-width: 200px;

  margin-bottom: 5px;
}

div.cv-summary br {
  margin-bottom: 14px;
}

div.research-area-info {
  margin-bottom: 10px;

  margin-top: 10px;
}

section.research-programs div.program-container,
section.research-programs div.area-container,
section.research-programs div.unit-container {
  display: none;

  width: 100%;

  border-radius: 10px;

  margin-top: 15px;

  margin-bottom: 30px;

  padding: 20px 30px 20px 30px;

  background-color: #f6f6f6;
}

section.research-programs div.program-container,
section.research-programs div.area-container {
  border: 1px solid #dddd;
}

section.research-programs div.unit-container,
section.research-programs div.area-container {
  display: flex;

  flex-direction: column;
}

section.research-programs div.program-container div.section,
section.research-programs div.area-container div.section {
  display: flex;

  flex-direction: column;
}

section.research-programs div.area-container div.section img.unit-logo {
  width: 160px;

  height: 160px;

  border-radius: 10px;
}

section.research-programs div.area-container div.section-unit {
  display: flex;

  flex-direction: row;
}

section.research-programs div.area-container div.section-unit img {
  width: 30px;

  height: 30px;

  margin-right: 10px;
}

section.research-programs div.program-container div.section span.section-title,
section.research-programs div.area-container div.section span.section-title,
section.informative-page div.general-objectives span.section-title {
  font-size: 18px;

  color: #151515;

  border-bottom: 1px solid #096e58;

  width: auto;

  margin-bottom: 10px;

  font-family: "Fira" !important;
}

section.research-programs div.program-container div.section span.information,
section.research-programs div.area-container div.section span.information {
  text-align: justify;

  color: #494949;

  padding: 10px;
}

section.research-programs div.area-container div.section span.subsection-title {
  color: #2e2d2d;

  font-size: 16px;
}

.swiper-modern .swiper-container {
  height: 350px !important;
}

span.menu {
  font-size: 18px;

  font-family: "Fira" !important;

  font-weight: 500;
}

nav.rd-navbar--is-stuck div.navbar-menu-rrss {
  display: none;
}

div.inubeContainer {
  width: 100%;

  max-width: 1600px;
}

div.inubeContainer div.page {
  height: 100%;

  display: flex;

  flex-direction: column;
}

div.inubeContainer div.page section.growAll {
  flex-grow: 1;

  width: 95% !important;
}

div.calendar h2.fc-toolbar-title {
  font-size: 18px !important;
}

nav.rd-navbar,
nav.rd-navbar-minimal,
nav.rd-navbar-original,
nav.rd-navbar-static {
  max-width: 1600px !important;
}

nav.rd-navbar--is-stuck nav.rd-navbar,
nav.rd-navbar--is-stuck nav.rd-navbar-minimal,
nav.rd-navbar--is-stuck nav.rd-navbar-original,
nav.rd-navbar--is-stuck nav.rd-navbar-static {
  height: 70px !important;
}

/* nav.rd-navbar--is-stuck img.header-logo {

  max-width: 70%;

  padding: 0px 10px 0px 10px;

} */

nav.rd-navbar--is-stuck div.rd-navbar-inner {
  padding-bottom: 0px !important;

  padding: 10px 0px 20px 0px !important;
}

div.container-block {
  background-color: #f3f1ec;
}

div.inubeContainer section.section-sm {
  padding-top: 30px !important;

  padding-bottom: 20px !important;

  background-color: #e1e1e1 !important;
}

.section {
  max-width: 1600px !important;
}

div.researchGroupName {
  font-size: 13px;

  display: flex;

  margin-bottom: 3px;
}

div.researchGroupName img {
  width: 13px;

  height: 13px;
}

div.researchGroupName span {
  line-height: 18px;
}

span.degree {
  font-size: 13px;

  line-height: 18px;

  margin-bottom: 3px;
}

div.logo-initiative {
  width: 100%;

  display: flex;

  justify-content: center;

  margin-bottom: 20px;
}

div.button-see-more,
div.button-see-more-small {
  width: 100%;

  display: flex;

  justify-content: center;
}

div.button-see-more-small a {
  width: 100px !important;

  height: 30px !important;

  min-width: 0px !important;

  min-height: 0px !important;
}

a.button a.button-secondary-1 a.button-effect-ujarak {
  background-color: #13745d !important;
}

a.button {
  font-family: "Franklin" !important;
}

div.link-access-button {
  cursor: pointer;
}

div.link-access-button span {
  font-size: 10px;

  font-weight: bold;
}

div.link-access-button a,
div.projectFooter a {
  width: 60px !important;

  height: 20px !important;

  border-radius: 7px;

  font-size: 9px;

  min-width: 0px !important;

  min-height: 0px !important;

  margin-top: 3px !important;

  margin-bottom: 5px !important;

  font-weight: bold;
}

div.cv-summary h6 br,
span.responseContainerText br {
  margin-bottom: 10px;

  display: block;

  content: " ";
}

div.research-areas h4,
div.group-members h4,
div.cv-summary h4,
div.noted-publications h4 {
  padding: 8px 15px 8px 15px !important;
}

div.unit-body a:hover h6 {
  color: #13745d;
}

.button-effect-ujarak::before {
  background-color: #e7a500 !important;
}

div.contact-us {
  padding: 0px 10% 0px 10%;

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: space-evenly;
}

footer div.cell-sm-5 {
  margin-bottom: 0px !important;

  display: flex;

  flex-direction: row;

  align-items: center;
}

div.footer-container {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  background-color: #e1e1e1;

  padding: 10px 0 30px 0;
}

section.contact-us div.container-follow-us {
  display: flex;

  flex-direction: column !important;
}

div.footer-container div.container-copyright {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;
}

section.contact-us div.container-follow-us {
  margin: 10px 0 10px 0;

  width: 60px;

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: space-around;
}

section.contact-us div.container-follow-us a {
  margin-left: 0px !important;

  color: #13745d !important;
}

section.contact-us div.container-follow-us a:hover {
  color: #e7a500 !important;
}

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

section.contact-us div.container-follow-us h4 {
  margin-bottom: 10px;
}

iframe.header-video {
  filter: brightness(0.5);
}

div.container-video {
  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  flex-direction: column;

  justify-content: center;

  z-index: -1;

  height: 600px;

  position: relative;

  display: flex;

  align-items: center;
}

div.container-video iframe {
  position: absolute;
}

div.info-banner {
  position: absolute;

  display: flex;

  justify-content: center;

  text-align: center;

  flex-direction: column;

  z-index: 1;

  top: 230px;

  width: 100%;
}

div.info-banner img {
  width: 200px;
}

div.info-banner h2 {
  color: rgb(243, 243, 243);

  margin-bottom: 10px;

  font-size: 30px;
}

div.info-banner h2.tag-text {
  margin-bottom: 10px;
}

h4.speaker-position {
  width: 100%;

  padding: 0 0 0 23.8%;

  margin-top: 0px !important;
}

section.contact-us {
  background-color: #e1e1e1;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 30px 0 10px 0;

  text-align: center;
}

section.contact-us div.info,
section.contact-us div.inubeLogo,
section.contact-us div.container-follow-us,
section.contact-us div.legality {
  width: 18%;

  display: flex;

  align-items: center;

  justify-content: center;
}

section.contact-us div.info div.field {
  margin-bottom: 10px;

  display: flex;

  align-items: center;

  flex-direction: column;
}

section.contact-us div.info h3 {
  font-size: 18px !important;

  color: #13745d !important;
}

section.contact-us div.info h4 {
  font-size: 15px !important;
}

section.contact-us div.info div.field div.header {
  display: flex;

  align-items: center;
}

section.official-sites {
  display: flex;

  flex-direction: row;

  justify-content: flex-start;

  padding: 25px 5% 25px 5%;

  max-width: 1230px;
}

section.official-sites div.left-menu {
  margin-top: 0px !important;

  height: min-content !important;
}

section.official-sites div.general-container {
  width: 75% !important;

  flex-wrap: wrap;

  display: flex;

  flex-direction: row;

  align-items: stretch;

  justify-content: space-between;
}

section.official-sites div.general-container div.official-site-container {
  width: 450px !important;

  margin: 0px !important;

  margin-bottom: 20px !important;
}

section.official-sites div.official-site-container {
  display: flex;

  border-radius: 10px;

  padding: 20px;

  border: 1px solid #e0ded9;

  width: 400px;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  background-color: #f6f6f6;

  margin: 10px;
}

section.official-sites div.official-site-container div.map {
  width: 100%;
}

section.official-sites div.official-site-container h3 {
  margin-bottom: 20px;

  text-align: center;
}

h6.email-official-site {
  margin-top: -4px;
}

div.general-objectives {
  padding: 10px 0px;

  font-size: 13px;

  display: flex;

  flex-direction: column;
}

h5.objective-title {
  margin-left: 10px;

  color: #096e58;

  font-weight: bold;
}

/* div.objective ul {

  color: #3e3e3e;

  margin-left: 20px;

}

div.objective li {

  text-align: justify;

  margin-top: 5px;

  margin-left: -10px;

  color: #096e58;

} */

div.slider-header {
  width: 100%;

  text-align: right;

  position: relative;

  display: flex;

  align-items: flex-end;

  justify-content: flex-end;
}

div.slider-header span {
  font-size: 30px;

  color: #096e58;

  position: absolute;

  padding-right: 24px;

  font-family: "Dancing" !important;
}

section.video-gallery {
  padding: 50px 5% 50px 5%;

  color: #3e3e3e !important;
}

section.video-gallery div.text-block-16 {
  font-size: 24px;
}

section.video-gallery div.text-block-17 {
  font-size: 18px;

  font-family: "Fira" !important;
}

div.title-page {
  width: 100%;

  padding: 50px 0 0 0;

  display: flex;

  align-items: center;

  justify-content: center;
}

div.title-page h2 {
  color: #3e3e3e !important;

  font-size: 33px !important;
}

div.title-page img {
  width: 28px;

  margin-right: 10px;
}

div.div-block-8 a div.see-more h3 {
  transition: all 1s ease;

  -moz-transition: all 1s ease;

  -webkit-transition: all 1s ease;
}

div.div-block-8 a div.see-more:hover h3 {
  color: #096e58;
}

div.see-more img {
  width: 50px !important;

  height: 50px !important;
}

div.see-more img:hover {
  transform: rotate(90deg);

  cursor: pointer;
}

section.video-block {
  pointer-events: none;
}

.mob {
  display: none !important;
}

div.official-site-contact-info {
  width: 100%;
}

section.inube-news {
  padding: 50px;

  color: #2c2c2c;
}

div.admission-pending {
  display: flex;

  align-items: flex-end;

  justify-content: flex-end;

  color: #096e58;

  font-size: 11px;

  width: 100%;

  height: 30px;
}

div.admission-pending img {
  margin-bottom: 3px;
}

div.admission-pending div.space {
  height: 30px;

  width: 100%;
}

img.favicon {
  height: 10px;

  width: 10px;

  margin-right: 3px;
}

section#healthAreas div.containerHealthAreas {
  width: 70%;

  display: flex;

  align-items: center;
}

section#healthAreas div.containerHealthAreas div.interactiveMap {
  padding: 10px 0 10px 0;

  width: 50%;

  display: flex;

  justify-content: center;

  align-items: center;
}

section#healthAreas div.containerHealthAreas div.unitMembersList {
  display: flex;

  align-items: center;

  flex-direction: column;

  max-height: 600px;

  width: 50%;
}

section#healthAreas
  div.containerHealthAreas
  div.unitMembersList
  div.containerList {
  display: flex;

  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%;
}

section#healthAreas
  div.containerHealthAreas
  div.unitMembersList
  div.containerList
  div.research-area-info {
  width: 100%;

  display: flex;

  margin-bottom: 0px !important;

  margin-top: 0px !important;

  padding: 5px 20px 5px 20px;
}

section#healthAreas
  div.containerHealthAreas
  div.unitMembersList
  div.containerList
  div.research-area-info
  a {
  flex-direction: row;

  justify-content: flex-start;

  align-items: center;

  width: fit-content;
}

section#healthAreas
  div.containerHealthAreas
  div.unitMembersList
  div.containerList
  div.research-area-info
  h4 {
  margin-top: 0px !important;

  text-align: left;

  margin-left: 10px;

  width: max-content;

  color: #151515;

  font-size: 14px !important;
}

section#healthAreas div.containerHealthAreas object {
  height: 600px;

  width: 100%;
}

section#healthAreas
  div.containerHealthAreas
  div.unitMembersList
  div.containerList
  div.research-area-info
  div.member-picture {
  height: 50px;

  width: 50px;
}

section#healthAreas
  div.containerHealthAreas
  div.unitMembersList
  div.containerLogo {
  height: 150px;
}

section#healthAreas
  div.containerHealthAreas
  div.unitMembersList
  div.containerLogo
  img.unitLogo {
  width: 150px;

  border-radius: 10px;
}

section.section-events {
  max-width: 1230px;

  display: flex;

  flex-direction: row;

  padding: 25px 0 25px 0;
}

section.section-events div.left-menu {
  height: max-content;
}

section.section-events div.div-block-21 {
  margin-bottom: 0px !important;

  margin: 0 !important;

  margin-top: 50px !important;
}

section.section-events div.text-block-10 {
  margin-top: 0px !important;
}

section.section-events div.div-block-17 {
  flex-direction: column;

  align-items: center;

  margin-top: 0px !important;

  width: 75% !important;
}

.menu-img {
  width: 18px;

  height: 18px;

  margin-right: 8px;
}

.rd-navbar-dropdown a {
  display: flex;

  flex-direction: row;

  justify-content: flex-start;

  align-items: center;
}

.acronym-unit-menu {
  font-size: 11px;
}

.section-unit-card img.unit-logo {
  width: 100%;

  height: 100%;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;
}

.area-container-cards {
  display: flex;

  flex-direction: row;

  justify-content: space-between;

  width: 100%;

  flex-wrap: wrap;
}

.section-unit-card {
  width: 30%;

  border-radius: 10px;

  margin-top: 15px;

  background-color: #f6f6f6;

  border: 1px solid #dddd;

  transition: all 1s ease;
}

.section-unit-card a {
  display: flex;

  justify-content: center;
}

.section-unit-card div.groupLogo img {
  max-width: 100px !important;

  max-height: 50px !important;
}

.section-unit-card a.researchGroup {
  display: flex;

  flex-direction: column;

  align-items: center;
}

.section-unit-card div.groupLogo img.supportServiceImg {
  max-width: 200px !important;

  max-height: 200px !important;
}

.section-unit-card .groupsLogosList {
  justify-content: center;
}

.research-programs .support-container-cards {
  justify-content: space-evenly !important;
}

.research-unit-profile {
  flex-direction: row !important;

  padding: 0px !important;

  background-color: #fafafa !important;

  align-items: center !important;
}

.right-container-info {
  padding: 20px 20px 20px 40px;
}

.rd-navbar-static
  .rd-navbar-nav
  > li
  > .rd-navbar-dropdown
  .rd-navbar-dropdown {
  margin-top: 0px !important;

  margin-left: 0px !important;

  transform: none !important;
}

.section-unit-card:hover {
  -webkit-filter: brightness(85%);

  filter: brightness(85%);
}

.support-card {
  padding: 20px;
}

div.representatives {
  margin: 30px;

  display: flex;

  flex-direction: row;

  align-items: flex-start;

  justify-content: flex-start;
}

div.representatives div.person {
  width: 200px;

  display: flex;

  flex-direction: column;

  align-items: center;
}

div.representatives div.person span {
  text-align: center;
}

div.representatives div.person span.name {
  margin-top: 5px;

  font-family: "Fira" !important;
}

div.representatives div.person span.position {
  font-size: 12px;
}

div.representatives div.person img {
  border-radius: 50%;

  width: 100px !important;

  height: 100px !important;
}

section.contactInformation,
section.projectsTableContainer {
  display: flex;

  flex-direction: row;

  align-items: flex-start;

  justify-content: space-evenly;

  margin-top: 50px;

  margin-bottom: 50px;
}

section.projectsTableContainer {
  align-items: flex-start !important;

  max-width: 1230px !important;

  padding: 25px 5% 25px 5% !important;
}

section.contactInformation div.contactForm,
section.contactInformation div.additionalInformation {
  width: 30%;
}

section.contactInformation div.contactForm form {
  display: flex;

  flex-direction: column;

  align-items: center;
}

section.contactInformation div.contactForm input {
  width: 100%;

  height: 40px;

  font-size: 18px;
}

section.contactInformation div.contactForm textarea {
  font-size: 18px !important;
}

section.contactInformation div.contactForm textarea {
  height: 100px;

  width: 100%;

  resize: none;
}

section.contactInformation div.contactForm div.containerButton {
  width: fit-content;
}

section.contactInformation div.contactForm div.formField,
div.contactForm div.formMessage {
  width: 100%;

  margin-bottom: 20px;

  display: flex;
}

section.contactInformation div.contactForm div.formField div,
div.contactForm div.formMessage div {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 40px;
}

section.contactInformation div.contactForm div.formMessage div.message {
  align-items: flex-start;

  margin-top: 5px;
}

section.contactInformation div.contactForm div.formField div span,
div.contactForm div.formMessage div span {
  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 22px;
}

section.contactInformation div.contactForm input.button-effect-ujarak:hover {
  background-color: #e7a500 !important;
}

section.contactInformation div.additionalInformation div.field {
  margin-bottom: 35px;
}

section.contactInformation div.additionalInformation div.field div.header {
  display: flex;

  flex-direction: row;

  align-items: center;
}

section.contactInformation div.additionalInformation span,
section.contactInformation div.additionalInformation h3 {
  font-size: 22px !important;

  color: #13745d;
}

section.contactInformation div.additionalInformation span {
  margin-right: 5px;
}

section.contactInformation div.additionalInformation h4 {
  margin: 10px 0px 0px 30px;

  color: #3e3e3e !important;

  font-size: 18px !important;
}

section.contactInformation div.contactForm div.containerButton input {
  font-size: 12px !important;
}

div.unitMembersList div.containerAreaName {
  color: #13745d;

  font-size: 18px;

  display: flex;

  align-items: center;
}

div.unitMembersList div.containerAreaName h4 {
  font-size: 18px !important;

  color: #13745d !important;

  margin-top: 0px !important;
}

div.personal-data-fields div.containerLogo {
  min-width: 23px;

  display: flex;

  align-items: center;

  justify-content: center;
}

table.projects,
table.agreements {
  width: 100%;

  color: #3e3e3e;

  table-layout: fixed;
}

table.projects tr:nth-child(even),
table.agreements tr:nth-child(even) {
  background-color: #e1e1e1;
}

table.projects th,
td {
  padding: 5px;
}

table.agreements th,
td {
  padding: 5px;
}

table.projects img.unitIcon,
table.agreements img.unitIcon {
  width: 20px;

  margin-right: 5px;
}

section.projectsTableContainer div.filterContainer {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  font-weight: bold;
}

section.projectsTableContainer div.filterContainer span {
  font-family: "Fira" !important;

  font-weight: 500;
}

section.projectsTableContainer div.filterContainer a {
  color: #3e3e3e;

  background-color: transparent !important;
}

div#select2-drop.select2-display-none.select2-drop-active {
  color: #3e3e3e !important;
}

ul.rd-navbar-megamenu,
ul.rd-navbar-open-right {
  width: 50% !important;
}

div.supportServiceExtra {
  padding: 0 10px 0 50px;
}

img.titleIcon {
  width: auto;

  max-height: 25px;

  margin-right: 8px;
}

img.footerImg {
  width: 200px;
}

span.fc-icon {
  color: #cecece !important;
}

div.support-card h6,
div.support-card h4 {
  text-align: center;
}

div.support-card h4 {
  font-size: 16px !important;
}

div.container-copyright h6.copyright {
  color: #2c2c2c !important;

  font-size: 13px !important;

  margin-top: 5px;
}

div.container-copyright a h6:hover {
  color: #13745d !important;
}

div.promo-video {
  padding: 20px;

  width: 100%;

  height: 500px;
}

ul.slides h1 {
  position: absolute;

  top: 140px;

  left: 300px;

  font-size: 35px;

  color: white;
}

ul.slides h1::before {
  background-color: red;

  position: absolute;

  bottom: -100px;

  animation: 1s underline ease-in-out forwards 2s;

  mix-blend-mode: screen;
}

div.text-effect {
  display: inline-block;

  overflow: hidden;

  white-space: nowrap;

  position: absolute;

  top: 365px;

  left: 50px;

  font-size: 80px;

  color: #fafafa;
}

div.logo-slider {
  top: 300px !important;
}

div.text-effect:first-of-type {
  animation: showup 7s infinite;
}

div.text-effect:last-of-type {
  width: 0px;

  animation: reveal 7s infinite;
}

div.text-effect:last-of-type span {
  margin-left: 350px;

  animation: slidein 7s infinite;
}

@keyframes showup {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes reveal {
  0% {
    opacity: 0;

    width: 0px;
  }

  20% {
    opacity: 1;

    width: 0px;
  }

  30% {
    width: 100%;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;

    width: 100%;
  }
}

div.text-effect span {
  font-size: 30px;

  color: #f0f1f1;

  margin-top: 200px;
}

section.informative-page {
  flex-direction: row !important;

  align-items: flex-start;

  width: 95%;
}

section.section-allnews {
  width: 95% !important;
}

section.informative-page .cv-summary h6 {
  border-radius: 10px !important;
}

section.informative-page .cv-summary {
  width: 75% !important;
}

div.left-menu {
  margin-right: 20px;

  margin-top: 15px;

  background-color: green;

  border-radius: 10px;

  background-color: #f6f6f6;

  border: 1px solid #dddddd;
}

div.left-menu .rd-navbar-megamenu {
  width: 100% !important;

  padding: 0px 20px 10px 20px !important;
}

div.left-menu .rd-navbar-megamenu h6 {
  border-bottom: 1px solid #13745d;

  margin-top: 10px;
}

div.left-menu .rd-navbar-megamenu-divider {
  margin-top: 5px !important;
}

div.left-menu ul {
  margin-top: 0px !important;
}

div.sites-container {
  width: 75% !important;

  display: flex;

  flex-wrap: wrap;
}

div.support-services-container {
  width: 75%;
}

div.sites-container .official-site-container {
  width: 300px !important;
}

.logo-slider .fade-in {
  animation: fadeIn ease 4s;

  -webkit-animation: fadeIn ease 4s;

  -moz-animation: fadeIn ease 4s;

  -o-animation: fadeIn ease 4s;

  -ms-animation: fadeIn ease 4s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.logo-slider img {
  width: 300px;
}

.rd-navbar-static.rd-navbar--is-stuck {
  padding-top: 10px !important;
}

.legality {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;
}

.legality h5 {
  padding: 5px;
}

.legality h5:hover {
  color: #13745d;
}

div.left-menu-container {
  width: 25%;
}

h5.left-header-menu {
  color: #f6f6f6;

  background-color: #2c2c2c;

  padding: 5px 15px;

  width: 100%;

  border-top-left-radius: 10px !important;

  border-top-right-radius: 10px !important;
}

.desactivated {
  color: rgb(173, 173, 173) !important;

  font-weight: normal !important;

  font-style: italic !important;
}

.rd-navbar-static .rd-navbar-megamenu-item-inner,
.rd-navbar-fullwidth .rd-navbar-megamenu-item-inner {
  max-width: 240px !important;
}

.sliderContainer {
  width: 100%;

  /* height: 550px; */

  position: relative;
}

.constructionMessage {
  font-size: 30px !important;
}

.constructionSecondMessage {
  color: #2c2c2c !important;

  margin-top: 10px !important;
}

.constructionSection {
  background-color: #f3f1ec;
}

div.interviewContainer {
  height: 100% !important;

  display: flex;
}

div.interviewContainer div.headerInterview {
  height: 130px !important;

  display: flex;

  flex-direction: column;

  align-items: center;

  width: 100%;

  margin: 10px 30px 10px 30px;
}

div.headerInterview h3 {
  margin-bottom: 10px;
}

div.headerInterviewContainer {
  width: 100%;

  display: flex;

  align-items: center;
}

div.headerInterviewImg {
  display: flex;
}

div.headerInterviewImg img {
  width: 80px;

  height: 80px;

  border-radius: 50% !important;
}

div.headerInterviewInfo {
  display: flex;

  flex-direction: column;

  margin-left: 20px;

  width: 82%;
}

section.interviewsSection div.program-container span.question {
  font-weight: bold;
}

div.questionAnswerContainer {
  display: flex;

  flex-direction: column;

  margin-bottom: 15px;
}

div.responseContainer {
  display: flex;

  flex-direction: row;
}

div.responseContainer img {
  width: 30px;

  height: 30px;

  border-radius: 50%;
}

span.responseContainerText {
  text-align: justify;

  margin-left: 10px;
}

div.headerInterviewInfoUnit {
  display: flex;

  flex-direction: row;
}

div.headerInterviewInfoUnit img {
  width: 20px;

  height: 20px;

  margin-right: 5px;
}

h4.headerInterviewInfoName {
  margin-bottom: 5px;
}

div.questionContainer {
  display: flex;

  flex-direction: row;

  align-items: center;

  margin-bottom: 5px;
}

div.questionContainer img {
  width: 12px;

  height: 12px;

  margin-right: 5px;
}

div.dropDownContainer img {
  width: 25px;
}

div.learnMoreContainer {
  display: flex;

  flex-direction: row;

  padding: 20px;

  align-items: center;
}

div.learnMoreContainer img {
  width: 20px;

  margin-right: 10px;
}

div.learnMoreContainer a {
  color: #13745d;
}

div.learnMoreContainer a:hover {
  color: #e7a500 !important;
}

div.peopleInterviewedContainer {
  width: 75%;

  display: flex;

  align-items: center;

  justify-content: center;
}

div.peopleInterviewedContainer div.representatives {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  align-items: stretch;

  justify-content: center;
}

section.eventsPage div.div-block-17 {
  flex-direction: row !important;
}

section.research-programs div.program-name h4 {
  width: 95%;

  text-align: center;
}

div.informativeContentContainer {
  padding: 30px 10px;
}

span.information {
  font-size: 13px !important;
}

div.informativeContentContainer ol {
  padding-left: 12px;

  padding-top: 5px;

  list-style: decimal !important;
}

div.informativeContentContainer ol li {
  margin-top: 10px;
}

div.informativeContentContainer ul li {
  margin-top: 0px;
}

div.informativeContentContainer ol li::marker {
  color: #13745d;

  margin-bottom: 5px;
}

div.informativeContentContainer ul {
  list-style: none;

  padding: 5px;
}

div.informativeContentContainer ul li::before {
  content: "\2022";

  padding-right: 8px;

  color: #13745d;
}

div.informativeContentContainer div.objective ol {
  list-style: lower-alpha;
}

div.informativeContentContainer div.objective ol li {
  font-weight: bold;

  color: #13745d;
}

div.informativeContentContainer div.objective ul li {
  font-weight: normal !important;

  color: #3e3e3e !important;
}

div.cvMember {
  padding: 0px !important;
}

div.cvMember h6 {
  padding: 20px 30px 20px 30px !important;
}

section.customBreadcrumb {
  width: 100% !important;
}

div.peopleInterviewedContainer div.person {
  margin: 10px;
}

section.video-gallery div.video {
  background-color: #f6f6f6;

  border: 1px solid #cecece;
}

section.video-gallery div.video:hover {
  filter: brightness(95%);

  transition: all 1s ease;
}

section.video-gallery div.video div.div-block-30 {
  padding: 10px 20px 10px 20px;

  margin-top: 0px !important;
}

.nomob,
.nomob a {
  height: 100% !important;
}

/* .rd-navbar-static .rd-navbar-nav > li + li {

  margin-left: 40px !important;

} */

div.dropDownContainer img.rotateIcon {
  -moz-transition: all 0.25s linear;

  -webkit-transition: all 0.25s linear;

  transition: all 0.25s linear;
}

div.dropDownContainer img.downIcon {
  -moz-transform: rotate(180deg);

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);
}

.disclaimer {
  justify-content: center;
}

.informativeContentTitle {
  font-size: 18px;

  color: #151515;

  border-bottom: 1px solid #096e58;

  margin-bottom: 10px;

  font-family: "Fira" !important;

  width: 100%;
}

.informativeContentHeader {
  display: flex;

  width: 100%;
}

.jobOfferContainer {
  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: center;

  /* width: 80%; */

  margin-bottom: 20px;
}

.offerTitle,
.offerContact {
  padding: 5px;
}

.offerContact span {
  font-weight: bold;
}

.offerSubTitle {
  font-size: 20px !important;

  font-family: "Fira" !important;

  color: #2c2c2c;

  line-height: normal;
}

.offerContact a,
.jobOffer a {
  font-family: "Fira" !important;
}

.offerImg {
  width: 200px;

  margin-right: 25px;

  display: flex;

  justify-content: flex-end;
}

.jobOffer ol li {
  font-weight: normal !important;

  color: #3e3e3e !important;
}

.jobOffer ol li::marker {
  font-weight: bold;
}

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

.jobOffer p {
  font-family: "Franklin" !important;

  color: #2c2c2c !important;

  margin-bottom: 10px !important;
}

.jobOffer strong {
  color: #096e58;
}

.jobOffer div.general-objectives {
  padding: 0px !important;
}

.globalPaperContainer {
  width: 100%;

  display: flex;

  flex-direction: row;

  align-items: center;

  flex-wrap: wrap;
}

.lastPaperContainer {
  width: 55%;

  padding-top: 50px;

  height: 700px;

  max-height: 820px;

  display: flex;

  flex-direction: column;

  align-items: center;
}

.lastPapersContainer {
  width: 45%;

  padding-right: 50px;
}

.paperContainer {
  height: 100%;

  border: solid 1px;

  /* background-image: url(/images/paper.png); */

  background-color: #ebecec;

  background-repeat: no-repeat;

  background-position: center;

  position: relative;

  background-size: contain;

  width: 500px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.simplePaperContainer {
  width: 100%;

  display: flex;

  flex-direction: row;

  padding: 20px 0px;

  border-bottom: 1px solid #13745d;
}

.simplePaperContainer:last-child {
  border-bottom: none !important;
}

.simplePaperContainer img {
  width: 100px;

  margin-right: 10px;
}

.simplePaperInfoContainer {
  display: flex;

  flex-direction: column;
}

.paperInfoContainer {
  position: absolute;

  width: 410px;

  /*   height: 55%; */

  /* margin-left: 50px; */

  display: flex;

  flex-direction: column;
}

.paperTitle,
.paperAuthors,
.paperJournal {
  font-family: "Lusitana" !important;

  text-align: center;

  margin-bottom: 10px;
}

.paperTitle {
  font-size: 20px;
}

.paperAbstractContainer {
  /*   height: 60%;

  overflow: scroll; */

  text-align: justify;

  padding-top: 10px;

  display: flex;

  flex-direction: column;

  overflow-x: hidden;
}

.paperAbstract {
  font-family: "Lusitana" !important;
}

.paperAccessContainer {
  width: 100%;

  display: flex;

  justify-content: center;
}

.paperAccessButton {
  margin: 0 20px 0 20px;
}

.paperAccessButtonSmall {
  margin: 0 5px 0 5px;
}

.papersAccessButton {
  margin-top: 10px;
}

.listLatestPublications {
  width: 75%;

  display: flex;

  flex-direction: column;

  padding: 0 20px;
}

.listLatestPublications .featuredArticle {
  width: 100% !important;

  margin-left: 0px !important;
}

.listLatestPublications img {
  width: 60px !important;

  height: max-content !important;
}

.featuredArticle img {
  width: 120px !important;

  height: max-content !important;
}

.featuredArticle .simplePaperInfoContainer span.title {
  font-size: 20px !important;
}

div.projectsListContainer {
  display: flex;

  align-items: stretch;

  justify-content: space-evenly;

  flex-direction: row;

  flex-wrap: wrap;

  margin-top: 30px;

  margin-bottom: 30px;

  padding: 0 15% 0 15%;
}

div.projectSheetContainer {
  width: 45%;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  color: rgb(20, 20, 20);

  font-size: 16px;

  align-items: flex-start;

  margin-top: 20px;

  position: relative;

  background: #f6f6f6;

  border: 1px solid #cecece;

  border-radius: 10px;

  padding: 5px 20px 5px 20px;
}

div.projectSheetContainer span {
  font-size: 13px;

  font-family: "Franklin";
}

div.projectSheetContainer img.projectUnitIcon {
  width: 18px;

  margin-right: 3px;
}

div.projectSheetContainerHeader {
  width: 100%;

  flex-direction: column;

  display: flex;

  align-items: center;

  justify-content: center;

  border-bottom: 1px solid #13745d;

  padding-bottom: 10px;

  margin-bottom: 10px;
}

div.projectSheetContainerHeader h4 {
  margin-top: 0px !important;
}

div.projectSheetContainerHeader .projectYear {
  font-size: 10px !important;

  display: flex;

  width: 100%;

  justify-content: flex-end;

  font-family: "Fira";

  color: #4a4a4a !important;
}

div.projectSheetContainer .projectFooter {
  width: 100%;

  height: 100%;

  display: flex;

  align-items: flex-end;

  margin-top: 5px;
}

div.projectSheetContainer .projectFooter span {
  font-size: 11px !important;

  font-family: "Fira";

  color: #4a4a4a !important;
}

div.projectSheetContainer .projectFooter .projectUnitInfo {
  display: flex;

  align-items: flex-start;
}

div.projectSheetContainer .projectFooter .projectUnitInfo .projectUnitIcon {
  width: 15px;
}

section.members div.info div.researchGroupName {
  align-items: center;
}

section.members div.info div.researchGroupName .unitIcon {
  width: 15px !important;

  height: 15px !important;
}

section.members div.info div.researchGroupName span {
  font-size: 12px !important;

  font-family: "Fira";

  color: #4a4a4a !important;
}

section.contentFilter {
  margin-bottom: 0px !important;

  padding: 0px !important;
}

.hiddenElement {
  display: none !important;
}

.humanResourcesTableUnitLogo {
  width: 20px;

  margin-right: 5px;
}

.humanResourcesTable tr,
.humanResourcesTable td {
  padding: 5px 10px 5px 10px !important;

  border-bottom: 1px solid #dddd;
}

.humanResourcesTable tr.humanResourcesTableUnit {
  background-color: #dddddd;

  font-weight: bold !important;

  font-family: "Fira" !important;
}

table.humanResourcesTable tr.humanResourcesTableUnit td {
  border-right: none !important;
}

tr.humanResourcesTableUnit div.headerTable {
  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: center;

  width: 100%;
}

div.informativeTable {
  padding: 0px !important;

  border: none !important;
}

table.humanResourcesTable {
  border-collapse: separate !important;
}

table.humanResourcesTable tr:first-child td:first-child {
  border-top-left-radius: 10px !important;
}

table.humanResourcesTable tr:first-child td:last-child {
  border-top-right-radius: 10px !important;
}

table.humanResourcesTable tr:last-child td:first-child {
  border-bottom-left-radius: 10px !important;
}

table.humanResourcesTable tr:last-child td:last-child {
  border-bottom-right-radius: 10px !important;
}

table.humanResourcesTable tr:last-child td {
  border: none !important;
}

table.humanResourcesTable tr td:nth-child(2) {
  border-left: 1px solid #dddd;
}

table.humanResourcesTable {
  font-size: 13px !important;

  width: 100%;

  border: 1px solid #dddd !important;

  border-radius: 10px !important;
}

.footerTable {
  height: 80px;

  background-color: #dddd;

  width: 100%;
}

.tableSummary {
  display: flex;

  align-items: center;

  justify-content: flex-end;
}

.tableSummary span {
  font-size: 16px !important;

  width: 20%;

  display: flex;

  justify-content: center;
}

.humanResourcesTableUnitGroup {
  margin-left: 5px;

  font-size: 10px;
}

.globalPaperContainer .buttonSeeMore {
  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.buttonMedium {
  min-width: 120px !important;

  min-height: 30px !important;

  border-radius: 7px !important;

  padding: 0px !important;

  margin: 0px !important;

  border-radius: 0px !important;
}

.paperAccessContainer a {
  margin: 0 10px !important;

  top: -50px !important;
}

.globalPaperContainer a {
  border-radius: 0px !important;
}

.section-block .simplePaperContainer {
  border: none !important;
}

table.humanResourcesTable a:hover {
  transition: 0.3s ease-out all;
}

table.humanResourcesTable a:hover span {
  color: #096e58 !important;
}

.rd-navbar-fixed .rd-navbar-nav li + li:hover span {
  color: #f6f6f6 !important;
}

.table-container {
  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.videos,
.elements-container {
  border: 1px solid #dddddd;
}

.jobOffersListContainer {
  width: 75% !important;
}

section.informative-page .jobOffersListContainer div {
  width: 100% !important;
}

.offerImg img {
  max-height: 90px;

  width: auto;
}

.offerInfo {
  width: 60%;
}

.jobOffer {
  margin-bottom: 20px;
}

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

.doubleBR {
  margin-bottom: 15px !important;
}

div.newGalleryContainer {
  display: flex;

  width: 100%;

  flex-direction: row;

  align-items: flex-start;

  justify-content: flex-start;

  flex-wrap: wrap;

  margin-top: 15px;
}

div.newGallery {
  margin: 5px;

  border: 1px solid #ccc;

  float: left;

  width: 200px;
}

div.newGallery:hover {
  border: 1px solid #777;
}

div.newGallery img {
  width: 100% !important;

  height: auto !important;
}

div.desc {
  padding: 15px;

  text-align: center;
}

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

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  div.navbar-menu-rrss,
  div.sliderDots {
    display: none !important;
  }

  div.sliderContainer .next,
  div.sliderContainer .prev {
    font-size: 15px !important;
  }

  div.peopleInterviewedContainer {
    width: 95% !important;
  }

  div.mainnews div.div-block-14,
  div.mainnews div.div-block-11 {
    width: 90% !important;
  }

  div.mainnews div.summarized-text {
    height: 220px !important;
  }

  div.containerHealthAreas {
    width: 90% !important;
  }

  section.contact-us div.inubeLogo,
  section.contact-us div.info,
  section.contact-us div.legality,
  section.contact-us div.container-follow-us {
    width: 23% !important;
  }

  section.official-sites div.general-container div.official-site-container {
    width: 100% !important;
  }

  section.members {
    padding: 0 2.5% 0 2.5% !important;
  }

  section.customBreadcrumb {
    width: 100% !important;
  }

  section.section-allnews div.div-block-14 {
    min-width: 0 !important;

    width: 100% !important;
  }

  section.section-allnews div.summarized-text {
    justify-content: space-between !important;
  }

  ul.rd-navbar-megamenu,
  ul.rd-navbar-open-right {
    width: auto !important;
  }

  .rd-navbar-brand img {
    max-width: none !important;

    height: 80% !important;

    width: auto !important;
  }

  .jobOfferContainer {
    flex-direction: column !important;

    width: 90% !important;
  }

  .offerImg {
    margin-right: 0px !important;

    margin-bottom: 20px !important;
  }

  .sliderContainer h2.text {
    bottom: 35px !important;

    left: 10px !important;
  }

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

  .lastPaperContainer {
    width: 90% !important;

    height: 800px !important;

    margin-bottom: 30px !important;
  }

  .lastPapersContainer {
    width: 90% !important;

    padding: 0px !important;
  }

  .paperInfoContainer {
    left: 27% !important;

    top: 13% !important;

    height: 70% !important;

    margin-left: 0px !important;

    width: 380px !important;
  }

  .paperAbstractContainer {
    height: 50% !important;
  }

  .paperContainer {
    margin-bottom: 20px;
  }

  .projectsListContainer {
    padding: 0 2.5% 0 2.5% !important;
  }

  .tableSummary span {
    width: 30% !important;
  }

  .paperAccessContainer a {
    top: -10px !important;
  }

  .jobOffersListContainer {
    width: 100% !important;
  }

  .offerInfo {
    width: 100% !important;

    text-align: center !important;
  }

  .offerImg {
    width: auto !important;
  }
}

/* Responsive Mobile */

@media only screen and (max-width: 767px) {
  div.personal-information {
    flex-direction: column !important;

    align-items: center !important;
  }

  section.personal-profile-data {
    width: calc(100% - 10px) !important;
  }

  div.profile-photo {
    width: 90% !important;
  }

  div.profile-data {
    width: 100% !important;

    margin-top: 10px;
  }

  div.title {
    width: 100% !important;

    display: flex !important;

    justify-content: center !important;
  }

  div.title h4 {
    text-align: center !important;
  }

  div.container-latest-articles {
    width: 90% !important;
  }

  div.row-menu {
    width: 90% !important;

    height: 100% !important;

    flex-direction: column !important;

    align-items: center !important;

    margin-top: 10px;

    margin-bottom: 10px;
  }

  .section-menu-grad {
    height: max-content !important;
  }

  div.element span {
    font-size: 16px !important;

    font-weight: normal !important;
  }

  div.element {
    font-size: 16px !important;

    margin-top: 15px !important;
  }

  div.logos-space {
    flex-direction: column !important;
  }

  div.logos-space img {
    height: 60px !important;

    width: auto !important;
  }

  div.research-areas-menu {
    flex-direction: column !important;

    margin-top: 10px !important;

    align-items: center !important;

    padding-top: 0px !important;
  }

  div.research-areas-menu div.research-area-info {
    width: max-content !important;

    margin-top: 10px !important;

    align-items: center !important;

    margin-bottom: 0px !important;
  }

  section.central-menu-area {
    width: 90% !important;

    flex-direction: column !important;
  }

  section.central-menu-area div.research-menu,
  section.central-menu-area div.education-menu {
    width: 90% !important;
  }

  section.central-menu-area {
    margin-bottom: 0px !important;
  }

  div.profile-photo {
    justify-content: center !important;
  }

  div.profile-photo img {
    width: 60% !important;
  }

  div.cv-summary,
  div.research-areas,
  div.group-members,
  div.noted-publications {
    align-items: center !important;

    padding: 10px !important;
  }

  div.cv-summary h6,
  div.research-areas h6,
  div.group-members h6,
  div.noted-publications-list {
    margin-top: 10px !important;
  }

  div.profile-data h3,
  div.profile-data p {
    width: 100%;
  }

  div.group-members div.research-area-info div.member-picture img {
    width: 100% !important;
  }

  div.navbar-menu-rrss {
    display: none !important;
  }

  div.rd-navbar-brand img {
    width: 50% !important;
  }

  div.location {
    width: 100% !important;
  }

  div.cell-sm-5 p.copyright {
    width: auto !important;

    text-align: center !important;
  }

  div.text-sm-right ul {
    display: flex !important;

    justify-content: center !important;
  }

  div.research-article {
    align-items: center !important;

    width: 98% !important;
  }

  div.research-area-info a {
    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;
  }

  div.research-group-logo img {
    width: 50% !important;
  }

  div.publication-info h6 {
    text-align: justify !important;
  }

  section.personal-profile-data div.personal-information div.contact-info,
  section.personal-profile-data div.personal-information div.location {
    margin-top: 15px !important;
  }

  section.personal-profile-data div.personal-information {
    margin-top: 0px !important;
  }

  section.personal-profile-data,
  section.research-group-profile-data {
    margin-bottom: 15px !important;
  }

  section.personal-profile-data div.main-image {
    width: 100% !important;
  }

  section.members {
    margin-top: 10px !important;

    margin-bottom: 10px !important;
  }

  section.members div.member {
    width: 90% !important;

    margin-top: 10px !important;

    margin-bottom: 10px !important;

    flex-direction: column !important;
  }

  section.members div.member div.memberData {
    width: 100% !important;

    text-align: center !important;

    padding-left: 0px !important;
  }

  section.members div.member div.memberData a div.fullName {
    margin-left: 0px !important;
  }

  section.members div.member div.memberData div.info {
    margin-left: 0px !important;
  }

  section.members div.member div.memberData:before {
    position: inherit !important;

    width: 100%;

    height: 0% !important;

    border-left: none !important;

    border-top: 1px solid #13745d;

    margin-top: 10px !important;

    margin-bottom: 10px !important;
  }

  section.members div.member img {
    max-height: 100px !important;
  }

  section.groups {
    flex-direction: column !important;
  }

  section.groups div.researchGroup {
    max-width: 80% !important;

    margin-top: 10px;

    margin-bottom: 10px;
  }

  section.groups div.researchGroup a div.groupData {
    text-align: center !important;
  }

  section.personal-profile-data div.personal-information div.profile-data {
    padding: 15px;
  }

  section.research-programs {
    margin-bottom: 0px !important;
  }

  section.research-programs div.area-container,
  section.research-programs div.program-container {
    padding: 10px !important;
  }

  section.research-programs div.area-container div.section,
  section.research-programs div.program-container div.section {
    margin: 0px !important;

    width: 100% !important;
  }

  section.research-programs div.area-name,
  section.research-programs div.program-name {
    height: 70px !important;

    padding: 0px 5px 0px 5px !important;
  }

  section.interviewsSection div.program-name {
    height: auto !important;
  }

  section.interviewsSection div.headerInterview {
    margin: 10px !important;

    height: auto !important;
  }

  section.interviewsSection div.headerInterview h3 {
    text-align: center;
  }

  section.interviewsSection div.headerInterviewImg img {
    width: 50px !important;

    height: 50px !important;
  }

  section.interviewsSection div.headerInterviewContainer {
    flex-direction: column !important;
  }

  section.interviewsSection div.headerInterviewInfo {
    margin-left: 0px !important;

    width: 95% !important;

    align-items: center !important;
  }

  section.research-programs div.area-name h4,
  section.research-programs div.program-name h4 {
    text-align: center !important;

    font-size: 16px !important;
  }

  div.cell-lg-4 {
    padding: 0px 20px 0px 20px !important;
  }

  div.info-banner {
    padding: 0px 10px 0px 10px !important;

    top: 95px !important;
  }

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

  div.div-block-26 iframe {
    height: 200px !important;

    width: 100% !important;
  }

  div.div-block-4 {
    padding: 0px !important;

    width: 90%;
  }

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

  .nomob {
    display: none !important;
  }

  .mob {
    display: unset !important;

    height: 100% !important;
  }

  .mob .brand-name {
    height: 100% !important;
  }

  .mob .header-logo {
    height: 80% !important;

    width: auto !important;
  }

  div.container-copyright {
    text-align: center !important;
  }

  section.personal-profile-data,
  section.research-programs {
    width: 90% !important;

    padding: 20px 0 20px 0 !important;
  }

  div.cv-summary {
    padding: 0px !important;

    margin-top: 0px !important;
  }

  div.noted-publications,
  div.group-members {
    padding: 0px !important;
  }

  div.cv-summary h6 {
    margin-top: 0px !important;

    padding: 15px !important;
  }

  div.title-page {
    padding: 50px 0 20px 0 !important;
  }

  div.title-page h2 {
    font-size: 24px !important;
  }

  section.official-sites {
    flex-direction: column !important;

    align-items: center !important;

    padding: 0px !important;
  }

  div.official-site-container {
    width: 380px !important;
  }

  section.members a.member {
    width: 100% !important;
  }

  section.members a.member div.member {
    width: 100% !important;

    margin-top: 5px !important;

    margin-bottom: 5px !important;
  }

  div.personal-information {
    margin-bottom: 15px !important;
  }

  div.fc-header-toolbar {
    display: flex !important;

    flex-direction: column !important;
  }

  div.fc-header-toolbar div.fc-toolbar-chunk {
    margin-top: 5px !important;
  }

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

  div.logos-space {
    height: 320px !important;

    padding: 20px !important;
  }

  div.contact-icon-list {
    margin-bottom: 20px !important;
  }

  div.contactList {
    justify-content: center !important;
  }

  div.profile-data {
    align-items: center !important;
  }

  div.container-logo a img.logoImg,
  div.container-logo {
    width: 45px !important;
  }

  div.div-block-3 {
    margin-top: 0px !important;
  }

  div.div-block.streamBlock {
    margin-bottom: 10px !important;
  }

  section.section-block h4.speaker-position {
    padding: 20px !important;

    text-align: justify !important;
  }

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

    flex-direction: column !important;

    padding: 10px !important;
  }

  a.questions img {
    margin: 10px;
  }

  div.div-block-7 {
    margin-right: 0px !important;
  }

  div.div-block-7 {
    margin-top: 0px !important;
  }

  div.streamTitle {
    margin-bottom: 20px !important;
  }

  div.research-group-logo {
    display: none !important;
  }

  div.research-group-information {
    margin-bottom: 15px !important;
  }

  section.official-sites {
    margin-bottom: 20px !important;
  }

  div.videos {
    display: flex !important;

    flex-wrap: wrap !important;
  }

  div.videos div.video {
    width: 100% !important;
  }

  section.video-gallery {
    padding: 0 20px 20px 20px !important;
  }

  img.memberPic {
    margin: 10px !important;
  }

  section.inube-news {
    padding: 20px !important;
  }

  section#healthAreas div.containerHealthAreas object {
    height: 420px !important;
  }

  section#healthAreas div.containerHealthAreas {
    width: 90% !important;

    flex-direction: column;
  }

  section#healthAreas div.containerHealthAreas div.interactiveMap {
    width: 100% !important;
  }

  section#healthAreas div.containerHealthAreas div.unitMembersList {
    width: 100% !important;
  }

  section#healthAreas
    div.containerHealthAreas
    div.unitMembersList
    div.containerList {
    margin: 0px !important;

    width: 100% !important;
  }

  section#healthAreas
    div.containerHealthAreas
    div.unitMembersList
    div.containerLogo {
    margin: 10px;
  }

  section.members div.researchGroupName {
    align-items: center;

    justify-content: center;
  }

  section.members div.researchGroupName img.unitIcon {
    margin-left: 10px;
  }

  section.members {
    padding: 0 5% 0 5% !important;
  }

  div.unitMembersList div.containerList div.research-area-info h4 {
    color: #151515 !important;
  }

  section.contact-us {
    display: flex !important;

    flex-direction: column !important;
  }

  section.contact-us div {
    margin: 5px;

    width: auto !important;
  }

  section.contact-us div.fields {
    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;
  }

  section.contact-us div.fields div.field {
    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    margin-bottom: 0px !important;
  }

  section.section-events {
    display: flex;

    flex-direction: column;

    align-items: center;
  }

  section.section-events div.div-block-17 {
    width: 90% !important;
  }

  section.section-events div.div-block-18 {
    width: 95% !important;
  }

  section.section-events div.div-block-17 div.calendar {
    width: 100% !important;

    padding: 20px 0 20px 0 !important;
  }

  section.section-events div.div-block-17 div.calendar div.fc-header-toolbar {
    flex-direction: row !important;
  }

  .page-header + .section-breadcrumb.section-breadcrumb {
    width: 100% !important;
  }

  html.rd-navbar-fixed-linked .page {
    padding-top: 30px !important;
  }

  div.noted-publications div.noted-publications-list {
    padding: 15px !important;

    margin-top: 0px !important;

    width: 100%;

    display: flex;

    align-items: flex-start;

    flex-direction: column;
  }

  div.slider-header {
    margin-top: 25px !important;

    display: block !important;
  }

  span.section-title {
    margin: 10px 10px 0px 10px !important;
  }

  div.unit-container {
    padding: 10px !important;
  }

  div.unit-container div.groupsLogosList {
    padding: 0px !important;

    justify-content: space-between !important;

    align-items: stretch !important;
  }

  div.groupsLogosList a.researchGroup {
    margin-right: 0px !important;

    max-width: 150px !important;
  }

  div.groupsLogosList a.researchGroup div.groupLogo img.unitLogo {
    max-width: 150px !important;

    max-height: 150px !important;
  }

  div.section-unit-card {
    width: 48% !important;
  }

  div.slider-header span {
    font-size: 18px !important;

    right: 10px !important;

    /* top: 70px !important; */

    padding-right: 0px !important;
  }

  div.slider-header img {
    width: 100% !important;

    /* height: 160px !important; */

    max-width: none !important;
  }

  div.right-container-info {
    width: 100% !important;

    padding: 20px !important;
  }

  div.slider-header-special {
    margin-top: 0px !important;
  }

  div.representatives {
    margin: 10px 0 10px 0;

    flex-wrap: wrap;

    flex-direction: row !important;

    justify-content: center !important;
  }

  div.representatives div.person {
    margin-top: 10px;

    width: 165px !important;
  }

  div.representatives div.person img {
    width: 100px !important;

    height: 100px !important;
  }

  div.support-card {
    height: 250px;
  }

  div.support-card h6,
  div.support-card h4 {
    text-align: center;
  }

  div.support-card h4 {
    font-size: 16px !important;
  }

  div.support-card div.groupsLogosList {
    padding: 10px !important;
  }

  div.support-card div.groupsLogosList a.researchGroup {
    width: 100%;

    height: 100%;
  }

  div.support-card img.supportServiceImg {
    width: 100% !important;

    height: 100% !important;
  }

  section.contactInformation {
    flex-direction: column !important;

    align-items: center;

    margin-top: 0px !important;

    margin-bottom: 20px !important;
  }

  section.contactInformation div.contactForm {
    width: 80% !important;

    margin-bottom: 20px !important;

    margin-right: 20px !important;
  }

  section.contactInformation div.contactForm div.containerButton {
    margin-left: 20px !important;
  }

  section.contactInformation .button {
    margin-top: 0px !important;
  }

  section.contactInformation div.additionalInformation {
    width: 70%;

    margin-top: 20px !important;

    display: flex;

    flex-direction: column;

    align-items: center;
  }

  section.contactInformation div.additionalInformation div.field {
    margin-bottom: 20px !important;
  }

  section.contactInformation div.additionalInformation span,
  section.contactInformation div.additionalInformation h3 {
    font-size: 20px !important;
  }

  ul.rd-navbar-megamenu,
  ul.rd-navbar-open-right {
    width: auto !important;
  }

  div.cv-summary h6 {
    border-radius: 15px !important;
  }

  div.div-block-8 div.see-more img {
    width: 50px !important;
  }

  div.unitMembersList div.containerAreaName {
    margin: 20px !important;
  }

  div.unitMembersList div.containerAreaName {
    align-items: flex-start !important;
  }

  div.unitMembersList div.containerLogo {
    height: auto !important;
  }

  div.unitMembersList div.containerAreaName img {
    margin-top: 2px !important;
  }

  div.container-copyright h6 {
    font-family: "Fira" !important;
  }

  section.research-programs div.program-name {
    margin-top: 0px !important;

    margin-bottom: 15px !important;
  }

  section.research-programs div.program-container {
    margin-top: 0px !important;

    margin-bottom: 15px !important;
  }

  section.projectsTableContainer {
    margin-top: 0px !important;
  }

  table.projects,
  table.agreements {
    display: block !important;
  }

  section.projectsTableContainer div.filterContainer {
    /* flex-direction: column !important; */

    justify-content: center !important;
  }

  table.projects,
  table.agreements,
  table.projects tbody,
  table.agreements tbody,
  table.projects th,
  table.agreements th,
  table.projects td,
  table.agreements td,
  table.agreements tr,
  table.projects tr {
    display: block;
  }

  table.projects th,
  table.agreements th {
    display: none !important;
  }

  table.projects tr:nth-child(even),
  table.agreements tr:nth-child(even) {
    background-color: #e1e1e1;
  }

  table.projects td,
  table.agreements td {
    border: none;

    border-bottom: 1px solid #eee;

    position: relative;

    padding-left: 35%;
  }

  table.agreements td {
    padding-left: 45% !important;
  }

  table.projects td:before,
  table.agreements td:before {
    position: absolute;

    left: 6px;

    width: 45%;

    padding-right: 10px;

    white-space: nowrap;
  }

  table.projects td,
  table.agreements td {
    text-align: justify !important;
  }

  table.projects td:nth-of-type(1):before {
    content: "Unidad";

    font-weight: bold;
  }

  table.projects td:nth-of-type(2):before {
    content: "Participantes";

    font-weight: bold;
  }

  table.projects td:nth-of-type(3):before {
    content: "Plan";

    font-weight: bold;
  }

  table.projects td:nth-of-type(4):before {
    content: "Programa";

    font-weight: bold;
  }

  table.projects td:nth-of-type(5):before {
    content: "Año";

    font-weight: bold;
  }

  table.projects td:nth-of-type(6):before {
    content: "Referencia";

    font-weight: bold;
  }

  table.projects td:nth-of-type(7):before {
    content: "Cuantía (€)";

    font-weight: bold;
  }

  table.agreements td:nth-of-type(1):before {
    content: "Unidad";

    font-weight: bold;
  }

  table.agreements td:nth-of-type(2):before {
    content: "Participantes";

    font-weight: bold;
  }

  table.agreements td:nth-of-type(3):before {
    content: "Entidad Financiadora";

    font-weight: bold;
  }

  table.agreements td:nth-of-type(4):before {
    content: "Tipología";

    font-weight: bold;
  }

  table.agreements td:nth-of-type(5):before {
    content: "Inicio";

    font-weight: bold;
  }

  table.agreements td:nth-of-type(6):before {
    content: "Fin";

    font-weight: bold;
  }

  table.agreements td:nth-of-type(7):before {
    content: "Referencia";

    font-weight: bold;
  }

  table.agreements td:nth-of-type(8):before {
    content: "Cuantía (€)";

    font-weight: bold;
  }

  section.official-sites div.official-site-container {
    margin: 20px 10px 10px 10px !important;
  }

  section.video-gallery {
    padding: 20px 20px 20px 20px !important;
  }

  section.video-gallery .text-block-16 {
    font-size: 18px !important;
  }

  .left-menu-container,
  .left-menu {
    display: none !important;
  }

  section.informative-page .cv-summary,
  section.construction {
    width: 100% !important;
  }

  section.official-sites div.general-container {
    width: 90% !important;
  }

  div.programs-headers-container,
  section.research-units div.units-headers-container,
  div.support-services-container {
    width: 100% !important;
  }

  div.slider-header span.sliderUnitName {
    /* display: none !important; */

    top: none !important;

    bottom: 0px !important;
  }

  a.rgLogo {
    width: 100%;

    display: flex;

    justify-content: center;
  }

  div.logos-space a {
    max-width: 100% !important;
  }

  section.interviewsSection div.headerInterviewInfoUnit {
    justify-content: center !important;
  }

  section.interviewsSection div.questionAnswerContainer span {
    text-align: justify;
  }

  section.interviewsSection div.questionContainer {
    align-items: flex-start !important;
  }

  section.interviewsSection div.questionContainer img {
    margin-top: 5px !important;
  }

  section.interviewsSection div.program-container {
    padding: 15px !important;
  }

  div.peopleInterviewedContainer {
    width: 90% !important;
  }

  div.see-more {
    height: 50px !important;
  }

  section.eventsPage div.div-block-17 {
    flex-direction: column !important;
  }

  div.sliderContainer {
    margin-top: 25px !important;
  }

  div.sliderContainer h3 {
    display: none !important;
  }

  div.dropDownContainer {
    width: 12%;

    display: flex;

    align-items: center;

    justify-content: center;
  }

  div.dropDownContainer img {
    width: 15px !important;
  }

  section.contactInformation div.additionalInformation div.field div.header {
    justify-content: center;
  }

  .informativeContentHeader {
    padding: 5px 15px 0 15px;
  }

  .jobOfferContainer {
    flex-direction: column !important;

    width: 90% !important;
  }

  .offerImg {
    margin-right: 0px !important;

    margin-bottom: 20px !important;
  }

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

  .lastPapersContainer {
    width: 90% !important;

    padding-right: 0px !important;
  }

  .simplePaperContainer {
    /*     padding: 0px !important;

    margin-bottom: 20px !important; */

    padding: 20px 0px !important;

    border-bottom: 1px solid #13745d;
  }

  .simplePaperContainer img {
    width: 40px !important;
  }

  .lastPaperContainer {
    height: 500px !important;

    width: auto !important;

    margin-bottom: 50px !important;
  }

  .paperInfoContainer {
    width: 32% !important;

    height: 75% !important;

    left: 36% !important;

    top: 10% !important;

    margin: 0px !important;

    font-size: 12px !important;
  }

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

  .paperAccessButton {
    min-width: 120px !important;
  }

  .paperContainer {
    margin-bottom: 20px;
  }

  .latest-publications .listLatestPublications {
    width: 100% !important;
  }

  .latest-publications .listLatestPublications .featuredArticle img {
    width: 70px !important;
  }

  .latest-publications .listLatestPublications .featuredArticle .title {
    font-size: 18px !important;
  }

  .latest-publications .listLatestPublications .simplePaperContainer {
    width: auto !important;
  }

  .latest-publications .listLatestPublications .featuredArticle {
    margin-left: 0px !important;
  }

  .section-block .div-block-18,
  .eventsPage .div-block-18 {
    display: flex;

    width: 95% !important;
  }

  .section-block .div-block-18 div,
  .section-block .div-block-18 a,
  .eventsPage .div-block-18 div,
  .eventsPage .div-block-18 a {
    width: 100% !important;

    word-break: break-word !important;

    text-align: justify !important;
  }

  .projectsListContainer {
    flex-direction: column !important;

    margin-top: 10px !important;

    margin-bottom: 10px !important;

    padding: 0 5% 0 5% !important;
  }

  .projectSheetContainer {
    width: 100% !important;
  }

  section.humanResourcesSection {
    padding: 30px 0px 30px 0px !important;
  }

  table.humanResourcesTable td {
    width: 50%;
  }

  .tableSummary span {
    width: 50% !important;

    font-size: 15px !important;
  }

  .paperAccessContainer a {
    top: -10px !important;
  }

  .globalPaperContainer {
    flex-wrap: nowrap !important;
  }

  section.projectsTableContainer div.filterContainer {
    width: 80% !important;
  }

  .jobOffersListContainer {
    width: 100% !important;
  }

  .offerInfo {
    width: 100% !important;

    text-align: center !important;
  }

  .offerImg {
    width: auto !important;
  }
}
