/*
Theme Name: CIMNE
Theme URI: https://www.cimne.com/
Template: Divi
Author: Cimne Webmaster
Author URI: https://www.cimne.com/
Description: Tema hijo para la nueva web del Centro Internacional de Métodos Numéricos en Ingeniería
Version: 1.0.1718180136
Updated: 2024-06-12 10:15:36

*/



/*
PX ↔︎ REM conversion tables
Pixels	REM
1px	0.06rem
2px	0.13rem
3px	0.19rem
4px	0.3rem
5px	0.3rem
6px	0.4rem
8px	0.5rem
10px	0.6rem
12px	0.8rem
14px	0.9rem
15px	0.9rem
16px	1rem
18px	1.1rem
20px	1.3rem
24px	1.5rem
25px	1.6rem
28px	1.8rem
32px	2rem
36px	2rem
40px	3rem
44px	3rem
48px	3rem
50px	3rem
56px	4rem
64px	4rem
72px	5rem
75px	5rem
80px	5rem
90px	6rem
100px	6rem

REM	Pixels
0.01rem	0.16px
0.03rem	0.5px
0.05rem	0.8px
0.08rem	1.3px
0.1rem	1.6px
0.15rem	2px
0.2rem	3px
0.5rem	8px
1rem	16px
2rem	32px
3rem	48px
4rem	64px
5rem	80px
6rem	96px
8rem	128px
10rem	160px
15rem	240px
20rem	320px
30rem	480px
40rem	640px
50rem	800px
60rem	960px
80rem	1280px
100rem	1600px


*/

/* Icon fonts: https://graphemica.com/*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


/*--------------------------------------------------------------
  Estilos generales
----------------------------------------------------------------*/
/**/
body {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #02A0A5;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
}

.stories h1,
.stories h2,
.stories h3,
.stories h4,
.stories h5,
.stories h6 {
  color: #004996 !important;
}

h1 {
  font-size: 64px;
  line-height: 4.25rem;
}

h2 {
  font-size: 42px;
  line-height: 3.25rem;
}

h3 {
  font-size: 40px;
  line-height: 2.75rem;
}

h4 {
  font-size: 2rem;
  line-height: 2.25rem;
}

h5,
.intro {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

#main-content #first-section .et_pb_column {
  padding-top: 160px;
  border-top: none;
}

.delivery-page-image img:first-child {
  width: 100% !important;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fit-img img {
  
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
.refresh:hover span,
.clickable-cta [class^="flecha-container"]:hover .text-flecha,
.clickable-cta p:hover,
.clickable-cta p:hover:before,
div.list-website:hover a,
span.list-website:hover del,
.back:hover,
.project-back:hover {
  color: #02A0A5;
}
.text-flecha-white,
.clickable-cta [class^="flecha-container"]:hover .text-flecha-white {
  color: #fff;
}
.text-flecha-blue,
.clickable-cta [class^="flecha-container"]:hover .text-flecha-blue {
  color: #004996;
}

.adress p {
  padding-bottom: 0.2rem;
}


@media (max-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 3.25rem;
  }

  h2 {
    font-size: 36px;
    line-height: 2.25rem;
  }

  h3 {
    font-size: 24px;
    line-height: 1.75rem;
  }

  h4 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  h5,
  .intro {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }

  #main-content #first-section .et_pb_column {
    padding-top: 10px;

  }

  #main-content #first-section .et_pb_column:first-child {
    padding-top: 90px;

  }

}

/* Dos columnas en mobile */
@media (max-width: 768px) {
  .three-columns .et_pb_column {
    width: 33% !important;
  }
}

@media (max-width: 768px) {
  .two-columns .et_pb_column {
    width: 50% !important;
  }
}

/* First block */
div.first-block {
  padding-top: 143px !important;
}

@media (max-width: 768px) {
  div.first-block {
    padding-top: 80px !important;
  }
}


/* Toggle function */
[id*="toggle-target"] {
  display: none;
}

div.toggle-background:has(div.background-parent-active-grey) {
  background-color: #F2F2F2;
}

/* Filtros y buscador para proyectos y publicaciones */
:root {
  --display-ongoing-projects: block;
  --display-finished-projects: none;
}

.hide-element {
  display: none;
}

/* Ocultar categorías en las entradas del blog pero mantiene el contenido para usarlo con javascript */
.categories-hidden p.post-meta {
  font-size: 0 !important; /* oculta el texto suelto (incluido el |) */
}

.categories-hidden p.post-meta .published {
  font-size: 14px !important;
  display: inline;
}

/*--------------------------------------------------------------
  Estilos slick.js
----------------------------------------------------------------*/

.slick-slide {
  float: left;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -80px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 28px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

@media only screen and (max-width: 768px) {
  .slick-dots {
    bottom: -60px;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  /* background: #14b9d5; */
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'etmodules';
  font-size: 25px;
  line-height: 1;
  opacity: .75;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  /* left: 16px; */
  left: 0 !important;
  z-index: 99;
}

[dir='rtl'] .slick-prev {
  /* right: 16px; */
  right: 0px !important;
  left: auto;
}

.slick-prev:before {
  content: '\34';
}

[dir='rtl'] .slick-prev:before {
  content: '\35';
}

.slick-next {
  /* right: 16px; */
  right: 0px !important;
  z-index: 99;
}

[dir='rtl'] .slick-next {
  right: auto;
  /* left: 16px; */
  left: 0px !important;
}

.slick-next:before {
  content: '\35';
}

[dir='rtl'] .slick-next:before {
  content: '\34';
}


/*--------------------------------------------------------------
  Formas
----------------------------------------------------------------*/

/* Rectangulo */
.rectangle {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 120px;
  height: 48px;
  background: #fff;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rectangle-div {
  position: relative;
  width: 128px;
  height: 48px;
  background: #fff;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

span.rectangle-text,
.rectangle-text p {
  color: #444444;
  border-top: #02A0A5 solid 1px;
  text-transform: capitalize;
  font-style: italic;
  font-family: 'Lora', Times, serif;
}

.orange span.rectangle-text,
.orange .rectangle-text p,
.rectangle-text.rectangle-text-orange p {
  border-top: #F3921A solid 1px;
}

.square-form-img:hover,
.img-square-container:hover .square-form-img,
.img-square-blog article:hover .square-form-img {
  cursor: pointer;
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.square-form-img {
  width: 64px !important;
  height: 64px !important;
  position: absolute !important;
  bottom: -12px;
  right: -12px;
  z-index: 999;
}
.no-image .square-form-img{
  bottom: 0px !important; 
  right: 0px !important;
}
@media (max-width: 768px) {
  .no-image .square-form-img {
    width: 32px !important;
    height: 32px !important;
  }
}

/* Efecto hover zoom en las imágenes */ 
.overlay-img span{
  overflow: hidden;
}
.overlay-img:hover img:first-child {
  /* filter: blur(5px); */
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/* modificado */
.orange .square-form-img {
  background-color: #F3921A;
}
.blue .square-form-img {
  background-color: #004996;
}
.turquoise .square-form-img {
  background-color: #02A0A5;
}

@media (max-width: 768px) {
  .square-form-img {
    width: 48px;
    height: 48px;
  }
}

/* animación pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  70% {
    -webkit-transform: scale(.9);
            transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  70% {
    -webkit-transform: scale(.9);
            transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Imagen que contiene el cuadrado */
.the-img-container {
  position: relative;
  display: inline-block;
}

.the-image {
  display: block;
  width: 100%;
  /* Ajusta el tamaño de la imagen según sea necesario */
  height: auto;
}

.img-bottom-msg p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
}

.the-img-container .icono-arrow-left,
.img-square-container .icono-arrow-left {
  bottom: 30px;
  right: 19px;
}

/* sdg icons */
.sdg-icon-img {
  position: absolute !important;
  top: 15px;
  left: 15px;
}

/* Flechas */
.text-flecha,
.text-flecha-white,
.text-flecha-blue {
  padding-left: 15px;
}

[class^="flecha-container"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flecha-container-position-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.flecha-container-position-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.flecha-container-position-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[class^="cuerpo-flecha"] {
  width: 34px;
  height: 1px;
  background-color: #444444;
}
.cuerpo-flecha-white {
  background-color: #fff;
}
.cuerpo-flecha-blue {
  background-color: #004996;
}

[class^="punta-flecha"]{
  height: 2px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

[class^="flecha-container"]:hover .cuerpo-flecha {
  -webkit-animation: move-body 0.6s forwards;
          animation: move-body 0.6s forwards;
}

[class^="flecha-container"]:hover .punta-flecha {
  -webkit-animation: move-head 0.6s forwards;
          animation: move-head 0.6s forwards;
}

[class^="flecha-container"]:hover .cuerpo-flecha-white {
  -webkit-animation: move-body-white 0.6s forwards;
          animation: move-body-white 0.6s forwards;
}

[class^="flecha-container"]:hover .punta-flecha-white {
  -webkit-animation: move-head-white 0.6s forwards;
          animation: move-head-white 0.6s forwards;
}

[class^="flecha-container"]:hover .cuerpo-flecha-blue {
  -webkit-animation: move-body-blue 0.6s forwards;
          animation: move-body-blue 0.6s forwards;
}

[class^="flecha-container"]:hover .punta-flecha-blue {
  -webkit-animation: move-head-blue 0.6s forwards;
          animation: move-head-blue 0.6s forwards;
}

@-webkit-keyframes move-body {
  to {
    width: 40px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    background-color: #02A0A5;
  }
}

@keyframes move-body {
  to {
    width: 40px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    background-color: #02A0A5;
  }
}

@-webkit-keyframes move-head {
  to {

    -webkit-transform: translateX(5px);

            transform: translateX(5px);
    border-left: 6px solid #02A0A5;
  }
}

@keyframes move-head {
  to {

    -webkit-transform: translateX(5px);

            transform: translateX(5px);
    border-left: 6px solid #02A0A5;
  }
}
@-webkit-keyframes move-body-white {
  to {
    width: 40px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    background-color: #fff;
  }
}
@keyframes move-body-white {
  to {
    width: 40px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    background-color: #fff;
  }
}

@-webkit-keyframes move-head-white {
  to {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    border-left: 6px solid #fff;
  }
}

@keyframes move-head-white {
  to {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    border-left: 6px solid #fff;
  }
}

@-webkit-keyframes move-body-blue {
  to {
    width: 40px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    background-color: #004996;
  }
}

@keyframes move-body-blue {
  to {
    width: 40px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    background-color: #004996;
  }
}

@-webkit-keyframes move-head-blue {
  to {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    border-left: 6px solid #004996;
  }
}

@keyframes move-head-blue {
  to {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    border-left: 6px solid #004996;
  }
}

/* Flechas hacia abajo movimiento infinito */
.flecha-container-move-down {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #02A0A5;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}

.home-header-image .flecha-container-move-down {
  position: absolute;
  top: 80vh;
  left: 60vw;
}

.cuerpo-flecha-move-down{
  margin-top: 12px;
  width: 2px;
  height: 0px;
  background-color: #fff;
}

.punta-flecha-move-down {
  width:0px;
  height:0px;
  border-style: solid;
  border-width: 4px;
  border-bottom-width: 0px;
  border-color: #fff transparent transparent transparent;
}

.flecha-container-move-down .cuerpo-flecha-move-down {
-webkit-animation: move-body-down 1.5s infinite;
        animation: move-body-down 1.5s infinite;


}
.flecha-container-move-down .punta-flecha-move-down {
 -webkit-animation: move-head-down 1.5s infinite;
         animation: move-head-down 1.5s infinite;
}

@-webkit-keyframes move-body-down {
to {
  height:40px; 
}
}

@keyframes move-body-down {
to {
  height:40px; 
}
}

@-webkit-keyframes move-head-down {
to {
  border-top: 4px solid #fff;
}
}

@keyframes move-head-down {
to {
  border-top: 4px solid #fff;
}
}



/*--------------------------------------------------------------
  Header
----------------------------------------------------------------*/

/*
  Desktop menu bar
*/

[id*="main-bar"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-col-left {
  max-width: 980px;
}
.menu-col-right {
  max-width: 490px;
}
body.home [id*="main-bar"] {
  position: relative !important;
  top: 0 !important;
}

body.home [id*="main-bar"] .category-menu-left li.first-level>a {
  color: #fff;
}

.category-menu-right .et_pb_menu__wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around;

}

/* Logo a la izquierda e items de menú a la derecha */
.top-bar .et_pb_menu__wrap {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;

  padding-right: 2rem;
}

@media (min-width: 768px) {
  .et_pb_menu__logo-wrap {
    padding-left: 2rem;

  }
}

.category-menu .et_pb_menu__search-button {
  padding-right: 5px;
}

.category-menu .et_pb_menu__search-button a,
.category-menu li.menu-button a,
.category-menu .et_pb_menu__search-button,
.mobile-menu button.et_pb_menu__search-button {
  border-radius: 25px;
}

.category-menu .et_pb_menu__search-button,
.mobile-menu button.et_pb_menu__search-button {
  padding: 15px 15px;
}

.category-menu .et-menu a:hover {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.category-menu .et_pb_menu_inner_container {
  padding: 27px 0;
}


#main-bar.hover {
  background-color: #004996;
}

.hover .category-menu-left li.first-level>a {
  color: #fff;
}

.hover [id^="menu-main-right"] li a,
.hover .category-menu-right button.et_pb_menu__search-button {
  border-color: #fff !important;
  color: #fff !important;
}

/*
  Desktop top bar
*/
.top-bar ul li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.top-bar ul li a {
  color: #02A0A5 !important;
}



/* 
  Desktop dropdown menu
*/

.dropdown-menu {
  visibility: hidden;
}
li.intranet-icon {
	list-style-image: url("/wp-content/uploads/2025/07/log-in-sm.png");
	align-content: center;
}
.category-menu .et_pb_menu__menu .dropdown-menu {

  visibility: hidden;
  opacity: 0;
  -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  -o-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  position: fixed !important;
  top: 144px;
  /* top: 104px; */
  left: 0px;
}

.category-menu .et_pb_menu__menu li.first-level:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.category-menu .et_pb_menu__menu li {
  margin-top: 0px !important;
}

.category-menu .et_pb_menu__menu li>a {
  margin-top: 0px !important;
  padding: 16px 10px !important;
}

.category-menu .et_pb_menu__menu li.menu-button>a {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.category-menu-left li.first-level>a {
  color: #004996;
}

.category-menu-left li.first-level>a:hover {

  z-index: 1100;
  border-bottom: 3px solid #fff;

}

[id^="menu-main-right"] li a {
  color: #02A0A5;
}

.category-menu-right .et_pb_menu__menu li.first-level>a:hover {

  background-color: #fff;
  color: #004996 !important;
}

.category-menu .et_pb_menu__menu>nav>ul>li {

  position: static !important;
}

/* Se añaden links a los items de menú */

.dropdown-menu .dropdown-menu-item {
  padding: 10px 0 !important;
}

.dropdown-menu .dropdown-menu-item a {
  color: #fff !important;
  font-weight: 400 !important;
  transition: font-size 0.3s ease !important;
}

.dropdown-menu .dropdown-menu-item a:hover {
  color: #fff !important;
  font-size: 22px;
}

/* 
   Desktop search imput 
*/

input.et_pb_menu__search-input::-webkit-input-placeholder {
  font-size: 16px !important;
}

input.et_pb_menu__search-input::-moz-placeholder {
  font-size: 16px !important;
}

input.et_pb_menu__search-input:-ms-input-placeholder {
  font-size: 16px !important;
}

input.et_pb_menu__search-input::-ms-input-placeholder {
  font-size: 16px !important;
}

input.et_pb_menu__search-input::placeholder {
  font-size: 16px !important;
}

/* Search field colors in no home*/
#menu-right input.et_pb_menu__search-input {
  color: rgb(255, 255, 255);
  border-bottom: 1px solid #fff;

}

#menu-right input.et_pb_menu__search-input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);

}

#menu-right input.et_pb_menu__search-input::-moz-placeholder {
  color: rgb(255, 255, 255);

}

#menu-right input.et_pb_menu__search-input:-ms-input-placeholder {
  color: rgb(255, 255, 255);

}

#menu-right input.et_pb_menu__search-input::-ms-input-placeholder {
  color: rgb(255, 255, 255);

}

#menu-right input.et_pb_menu__search-input::placeholder {
  color: rgb(255, 255, 255);

}

#menu-right .et_pb_menu__close-search-button::after {
  color: #fff;
}


/*
  Mobile menu bar general
*/

/* Ancho completo, barra y desplegable */
.et_pb_fullwidth_menu.mobile-menu .et_pb_row {
  width: 100%;
}

#page-container .mobile-menu li.mobile-first-level-bottom-item,
.mobile-menu ul.et_mobile_menu li,
.mobile-menu ul.et_mobile_menu li a {
  border: none;
}

/* Barra principal en función de si es home */
#page-container .mobile-menu-no-home {
  background-color: #fff;
  border-bottom: 1px solid #D9D9D9;
}

#page-container .mobile-menu-home,
#mobile-menu-container {
  background-color: transparent;
}

/* 
   Mobile menu bar primer nivel
*/

/* Fondo de los submenus primer nivel*/
li.mobile-first-level-bottom-divider {
  background-color: #d9f1f2 !important;
  padding-top: 1rem;
}

/* Borde de los submenus primer nivel*/
li.mobile-first-level-bottom-item span:last-child a {
  border-bottom: #02A0A5 1px solid !important;
  padding-left: 0 !important;
  margin-left: 5% !important;
  margin-right: 5% !important;
  padding-bottom: 0.6rem !important;
}

/* Fuente de los submenus primer nivel*/
#page-container .mobile-menu .mobile-first-level-bottom-item a,
#page-container .mobile-menu .mobile-first-level-bottom-lang-selector a {
  color: #02A0A5 !important;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.mobile-first-level-bottom-lang-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#mobile_menu4>li.menu-item.wpml-ls-item.wpml-ls-menu-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5%;
  padding-top: 10px;
}

#mobile_menu4>li.menu-item.wpml-ls-item.wpml-ls-menu-item>a {
  color: #02A0A5 !important;
}

#mobile_menu4>li.menu-item.wpml-ls-item.wpml-ls-menu-item.wpml-ls-current-language>a {
  font-weight: bold;
}

/* Colores de background menu primer nivel */
.mobile_nav [class*="menu-mobile-item"] {
  background-color: #004996;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

li.menu-mobile-jobs {
  background-color: #02A0A5 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mbile_nav .menu-mobile-jobs a,
.mobile_nav [class*="menu-mobile-item"] a {
  font-size: 1.2rem !important;
  line-height: 1.8em !important;
  text-transform: uppercase;
}

.mobile-submenu-item a:not([href]) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}



/* 
  Mobile menu bar segundo nivel
*/

/* Flechas de menus segundo nivel */

.submenu-heading div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.submenu-arrow {
  vertical-align: middle;
}

/* Tamaño y posición del segundo nivel de menú */
.content-tab {
  position: fixed !important;
  left: 1000px;
  top: 80px;
}

.content-tab .mobile-tab {
  height: calc(100vh - 80px);
}

.mobile_nav [id*="mobile_menu"] {
  /* background-color: #d9f1f2 !important; */
  height: calc(100vh - 80px);
  border-top: none;
  padding: 0 0 0 0 !important;
}

/* 
   Mobile menu bar - Search field y Dropdonw
*/

/* icono dropdown */
.mobile_nav.opened .mobile_menu_bar::before {
  content: "\4d";
  color: #fff !important;
}

/* search icon en función de si es home */
.mobile-menu-no-home button.et_pb_menu__search-button {
  border: #004996 solid 1px;
}

.mobile-menu-home button.et_pb_menu__search-button {
  border: #fff solid 1px;
}

/* search field font size*/
.et_pb_menu input.et_pb_menu__search-input,
.et_pb_fullwidth_menu input.et_pb_menu__search-input {
  font-size: 14px !important;
}

input.et_pb_menu__search-input::-webkit-input-placeholder {
  font-size: 16px !important;
}

input.et_pb_menu__search-input::-moz-placeholder {
  font-size: 16px !important;
}

input.et_pb_menu__search-input:-ms-input-placeholder {
  font-size: 16px !important;
}

input.et_pb_menu__search-input::-ms-input-placeholder {
  font-size: 16px !important;
}

input.et_pb_menu__search-input::placeholder {
  font-size: 16px !important;
}

/* search field colors in home*/
.mobile-menu-home input.et_pb_menu__search-input {
  color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);

}

.mobile-menu-home input.et_pb_menu__search-input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);

}

.mobile-menu-home input.et_pb_menu__search-input::-moz-placeholder {
  color: rgb(255, 255, 255);

}

.mobile-menu-home input.et_pb_menu__search-input:-ms-input-placeholder {
  color: rgb(255, 255, 255);

}

.mobile-menu-home input.et_pb_menu__search-input::-ms-input-placeholder {
  color: rgb(255, 255, 255);

}

.mobile-menu-home input.et_pb_menu__search-input::placeholder {
  color: rgb(255, 255, 255);

}

/* search field colors in NOT home*/
.mobile-menu-no-home input.et_pb_menu__search-input {
  color: #004996;
  border-bottom: 1px solid #004996;

}

.mobile-menu-no-home input.et_pb_menu__search-input::-webkit-input-placeholder {
  color: #004996;

}

.mobile-menu-no-home input.et_pb_menu__search-input::-moz-placeholder {
  color: #004996;

}

.mobile-menu-no-home input.et_pb_menu__search-input:-ms-input-placeholder {
  color: #004996;

}

.mobile-menu-no-home input.et_pb_menu__search-input::-ms-input-placeholder {
  color: #004996;

}

.mobile-menu-no-home input.et_pb_menu__search-input::placeholder {
  color: #004996;

}

/* Estilos dinámicos del menu mobile */
.mobile-menu.isHomeIsOpen {
  position: fixed;
}

#mobile-menu-container.isHomeIsOpen {
  background-color: '#004996';
}

.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button.isHomeIsOpen {
  color: '#fff';
}

.mobile-menu button.et_pb_menu__search-button.isHomeIsOpen {
  border: '#fff solid 1px';
}

.mobile_nav.opened .mobile_menu_bar.isHomeIsOpen::before {
  color: '#fff';
}

#page-container .mobile-menu.isHomeIsOpen {
  background-color: '#004996';
}

.mobile-menu.isHomeIsNotOpen {
  position: 'relative';
}

#mobile-menu-container.isHomeIsNotOpen {
  background-color: 'transparent';
}

#page-container .mobile-menu.isHomeIsNotOpen {
  background-color: 'transparent';
}

.mobile-menu button.et_pb_menu__search-button.isNotHomeIsOpen {
  border: '#fff solid 1px';
  color: '#fff';
}

.mobile-menu button.et_pb_menu__search-button {
  color: '#fff';
}

#page-container .mobile-menu.isNotHomeIsOpen {
  background-color: '#004996';
}

.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button.isNotHomeIsNotOpen {
  color: '#004996';
}

.mobile-menu button.et_pb_menu__search-button.isNotHomeIsNotOpen {
  border: '#004996 solid 1px';
  color: '#004996';
}

#page-container .mobile-menu.isNotHomeIsNotOpen {
  background-color: '#fff';
}

/* Se añaden links a los items de menú */

.mobile-tab .dropdown-menu-item {
  padding: 10px 0 !important;
}

.mobile-tab .dropdown-menu-item a {
  color: #fff !important;
  font-weight: 400 !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 20px;
}



/*--------------------------------------------------------------
  Tabs navigation
----------------------------------------------------------------*/

[id*="nav-item"],
[class*="nav-item"],
[class*="tab-item"] {
  cursor: pointer;
}

#events-tabs .nav-item-active,
[class*="tab-item"].nav-item-active div,
#section-events-data-menu .events-nav-item.nav-item-active,
#section-projects-data-menu .projects-nav-item.nav-item-active {
  border-bottom: 2px solid #004996;
}


/*--------------------------------------------------------------
  Home page
----------------------------------------------------------------*/

/* Banner text */
.home-header-image p {
  color: #fff;
  text-transform: uppercase;
  top: 40vh;
}

.home-header-image .et_pb_code_inner {
  position: unset !important;
}

/* Banner text mobile */
@media (max-width: 768px) {

  .home-header-image p {
    left: 0;
    line-height: 1.9rem;
    padding-bottom: 0.1rem !important;
    position: relative;
  }

  .home-header-image .banner-heading-top {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 1.9vw;
  }

  .home-header-image .banner-heading-middle {
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 1vw;
  }

  .home-header-image .banner-heading-bottom {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1vw;
  }

  .banner-cuadrado-container .square-form-img {
    bottom: 24px;
    right: 24px;
  }
}

/* Banner text desktop */
@media (min-width: 769px) {

  .home-header-image p {
    line-height: 4rem;
    /* position: absolute; */
    /* left: 100px; */
    left: 3%;
    top: 40vh;
    padding-bottom: 0.1rem !important;
    position: relative;
  }

  .home-header-image .banner-heading-top {
    font-weight: 700;
    font-size: 4rem;
  }

  .home-header-image .banner-heading-middle {
    font-weight: 300;
    font-size: 3rem;
  }

  .home-header-image .banner-heading-bottom {
    font-weight: 700;
    font-size: 2.5rem;
  }

  .banner-cuadrado-container .square-form-img {
    bottom: 48px;
    right: 40%;
  }
}

.home-blog article[id*="post-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; 
  padding-top: 50px;
  /* width: 45%; */
}


/*--------------------------------------------------------------
  Clusters page
----------------------------------------------------------------*/

/*  Clusters header  */
ul#cluster-groups-temp,
ul#cluster-groups,
ul.list-with-long-dashes {
  list-style-image: url('/wp-content/uploads/2024/09/Line-32x16-1.png');
  padding-left: 2.5rem;
}
ul#cluster-groups-temp li,
ul#cluster-groups li {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
}

li.item-cluster-group a {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #02A0A5;
}

li.item-cluster-group span.item-cluster-group-subtitle {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #444444;
}

/* Clusters tabs */
.projects-nav-item .et_pb_blurb_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

[class*="tab-content"] .projects-nav-item.nav-item-active {
  border-left: 3px solid #02A0A5 !important;
}

[class*="tab-content"] .projects-nav-item.nav-item-active .et_pb_main_blurb_image span,
[class*="tab-content"] .projects-nav-item.nav-item-active .et_pb_blurb_container h6 span {
  color: #02A0A5;
}

[class*="tab-content"] .projects-nav-item.nav-item-active.blue-nav-item {
  border-left: 3px solid #004996 !important;
}

[class*="tab-content"] .projects-nav-item.nav-item-active.blue-nav-item .et_pb_main_blurb_image span,
[class*="tab-content"] .projects-nav-item.nav-item-active.blue-nav-item .et_pb_blurb_container h6 span {
  color: #004996;
}

td.send-email::after,
.staff-email::before {
  font-family: 'ETMODULES';
  content: '\e010';
  color: #000;
  vertical-align: text-top;
  padding-right: 10px;
}

.staff-phone::before {
  font-family: 'ETMODULES';
  content: '\e090';
  color: #000;
  vertical-align: text-top;
  padding-right: 10px;
}

h5.staff-heading {
  font-weight: 700;
  color: #004996 !important;
  text-align: left;
}


/* Staff list - Sustituye a responsive table(comentar pero no borrar)*/
.staff-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.staff-block.staff-block-justified {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staff-item {
  width: 280px;
  padding: 10px;
  margin: 20px;
  border: 1px solid #02A0A5;
}

@media (max-width: 768px) {
  .staff-item {
    width: 100%;
  }
}

.staff-item p {
  padding-bottom: 0;
}

p.staff-name {
  margin-bottom: 0.25rem;
  font-weight: 700;
  border-bottom: 1px solid #D9D9D9;
}

/* Description list */

.description-list .list-title span {
  cursor: pointer;
  font-size: 1.1rem;
  color: #02A0A5;
  font-weight: 700;
}
.description-list.cenit-projects .list-title span {
  color: #F3921A;
}
.iu-projects .description-list .list-title span {
  color: #004996;
}
.description-list .list-title span:first-child {
  -webkit-text-decoration: capitalize;
          text-decoration: capitalize;
}

.description-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iu-details .abstract-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.description-list .list-block {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #D9D9D9;
}

.description-list .title {
  font-size: 1.1rem;
  color: #004996;
  font-weight: 700;
}
.iu-projects.cenit-projects .description-list .title {
  color: #F3921A;
}
.iu-projects .description-list .title {
  color: #0f9d58;
}


.list-website a,
.list-website del,
span.list-website {
  color: #444444;
  font-size: 18px;
  font-weight: 600;
}

.description-list .list-title,
.description-list .list-item {
  padding-top: 5px;
  width: 80%;
}

.description-list .list-title:first-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-website-mobile {
  display: none;
}

.contract-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contract-list-container .left {
  padding: 10px 10px;
}
.list-item span.link {
  padding-left: 16px;
}

.contract-list-container .left img {
  width: 220px;
  max-width: -webkit-fit-content ;
  max-width: -moz-fit-content ;
  max-width: fit-content ;
}
.contract-list-container .abstract-item h5 {
  color: #004996;
}

@media (max-width: 768px) {

  .description-list .list-title,
  .description-list .list-item {
    width: 100%;
  }

  .list-website-desktop {
    display: none;
  }

  .list-website-mobile {
    padding-top: 5px;
    display: block;
  }
  .contract-list-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contract-list-container .left {
    padding: 10px 0;
  }
  .list-item span.link {
    padding-left: 0;
  }

}

/* Ficha de proyecto */

#project-ficha {
  position: relative;
  color: #444444;
  margin-bottom: 20px;
}

[class*="project-ficha"] {
  background: rgba(2, 160, 165, 0.15);
  padding: 20px;

}
.iu-projects.cenit-projects [class*="project-ficha"] {
  background: rgba(243,146,26,0.2);
  padding: 20px;
}
.iu-projects [class*="project-ficha"] {
  background: rgba(35, 229, 89, 0.15);
  padding: 20px;
}

/* new styles 2 */
.project-ficha-back {
  cursor: pointer;
  text-align: right;
  padding: 5px 20px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.staff-ficha-back {

  text-align: right;
  padding: 5px 20px;
  color: #02A0A5;

}
.project-ficha-back span::after,
.staff-ficha-back span::after {
  content: '\2B8C';
  padding-left: 10px;
}
.project-ficha-back span.share-project::after {
  font-family: 'ETMODULES';
  content: '\e02c';
}
/* end of new styles 2 */

span.back::after,
span.project-back::after {
  cursor: pointer;
  content: '\2B8C';
  padding-left: 10px;
}

.project-ficha-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 5px;
}

.project-ficha-heading .acronim {
  font-weight: 700;
}

.project-ficha-heading .title {
  font-size: 1.1rem;
  color: #02A0A5
}

.iu-projects .project-ficha-heading .title,
.iu-projects .project-ficha-heading .acronim {
  color: #004996;
}

.project-ficha-heading .logos img {
  width: 280px;
}

.project-ficha-body {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.project-ficha-body .left {
  width: 60%;
}

.project-ficha-body .right {
  width: 38%;
}

.project-ficha-body .right select {
  width: 100%;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-info {
  margin-left: 15px;
}

.profile-info p {
  padding-bottom: 0px;
  font-size: 1.1rem;
  color: #444444;
}

.profile-info .category {
  font-family: 'Lora', Times, serif;
  font-style: italic;
  font-weight: 700;
}

.profile-info .email {
  color: #02A0A5;
}

.profile-pic {
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  min-width: 100px;
  height: 100px;
  border: 1px solid #02A0A5;
}

details {
  padding: 10px;
  border-bottom: 1px solid #444444;
}

details[open] {
  background-color: #fff;
}

details.iu-details  {
  
  border-bottom: 1px solid #D9D9D9;

}
details.iu-details:first-of-type  {
  
  border-top: 1px solid #D9D9D9;
}


details summary::marker,
details[open] summary::marker {
  content: "";

}

details .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0.4rem;
}

.project-ficha-body summary {
  font-family: 'Lora', Times, serif;
  font-style: italic;
  /* font-size: 1rem; */
  font-weight: 500;
}


.iu-details .summary-title {
  color: #004996;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.iu-details .summary-subtitle {
  color: #000000;
  font-size: 1.1rem;
}

details summary::after {
  font-style: normal;
  float: right;
  padding-left: 10px;
  /* content: "\002335"; */
  content: "\001A06";
}

details[open] summary::after {
  font-style: normal;
  content: "\001A08";
}

.project-ficha-body .right ul {
  padding-left: 1.5rem;
}

.project-ficha-body .right ul,
.project-ficha-body dl,
.iu-details dl {
  margin-top: 15px;
}

.project-ficha-body dl dt,
.iu-details dl dt {
  font-weight: 700;
}

.project-ficha-body dd,
.iu-details dd {
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .project-ficha-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .project-ficha-heading .left {
    padding-bottom: 20px;
  }

  .project-ficha-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .project-ficha-body .left {
    width: 100%;
  }

  .project-ficha-body .right {
    width: 100%;
  }

  .profile-info p {
    font-size: 0.8rem;
  }
}



/* Formulario de pestaña publicaciones */
.form-control {
  width: 100%;
  padding: 6px 10px !important;
}

.form-group {
  margin: 0 0 20px 0;
}

/*--------------------------------------------------------------
  Projects & Publications page
----------------------------------------------------------------*/
.form-buttons,
.form-flex-fields {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form-buttons .refresh-icon::before {
  font-size: 1.4rem;
  font-weight: 400;
  content: '\0021BB';

}
.refresh{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.refresh:hover .refresh-icon {
  -webkit-animation: rotate-arrow-circle 0.6s forwards;
          animation: rotate-arrow-circle 0.6s forwards;
}
/* new styles */
.form-buttons span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #444444;
}

p.no-projects,
p.no-publications,
p.no-results {
    text-align: center;
    color: #02A0A5;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 10vh;
    margin-bottom: 10vh;
    /* margin-top: 10%; */
}
.no-results a {

    text-decoration: underline;
}

#publications-container .list-block{
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #D9D9D9;
}
.publication-authors,
.publication-details span {
  font-size: 14px;
  color: #444444;
}
.publication-title {
    color: #02A0A5;
    font-size: 16px;
}
.publication-details span {
  font-style: italic;
}
.publication-cluster {
  color: #004996;
  font-size: 14px;
  font-style: italic;
  font-weight: 500  ;
}

#projects-container .title:only-child {
  display: none;
}

.title:not(:has(:visible)) {
  display: none;
}

.cluster-layout #research-cluster,
.rtd-layout #research-cluster,
.rtd-layout #research-rtd {
  display: none;
}

/* end of new styles */

@-webkit-keyframes rotate-arrow-circle {
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #02A0A5;
  }
}


@keyframes rotate-arrow-circle {
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #02A0A5;
  }
}

.form-flex-fields>div {
  width: 48%;
}

.form-flex-fields input {
  width: 100%;
}

/*--------------------------------------------------------------
   Innovation units 
----------------------------------------------------------------*/


/* Newsletter form */
.inline-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-field {
  
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 20px 0;
}
.form-field input {
  padding-left: 5px;
  height: 37px;
  line-height: 18px;
  border: 0;
  outline: none;
}
/* .bee-group-form .form-field input {
  color: #23e559;
}
.cenit-group-form .form-field input {
  color: #f3921a;
} */

.form-field input:not(:first-child) {
  margin-left: 5px;
}
.bee-group-form .form-field input::-webkit-input-placeholder {
  color: #0f9d58;
}
.bee-group-form .form-field input::-moz-placeholder {
  color: #0f9d58;
}
.bee-group-form .form-field input:-ms-input-placeholder {
  color: #0f9d58;
}
.bee-group-form .form-field input::-ms-input-placeholder {
  color: #0f9d58;
}
.bee-group-form .form-field input::placeholder {
  color: #0f9d58;
}
.cenit-group-form .form-field input::-webkit-input-placeholder {
  color: #F3921A;
}
.cenit-group-form .form-field input::-moz-placeholder {
  color: #F3921A;
}
.cenit-group-form .form-field input:-ms-input-placeholder {
  color: #F3921A;
}
.cenit-group-form .form-field input::-ms-input-placeholder {
  color: #F3921A;
}
.form-field input::placeholder {
  color: #F3921A;
}
.inline-form p {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inline-form button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.form-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  
}
.clickable-cta [class^="text-flecha"],
.form-container [class^="text-flecha"]  {
  /* color: #fff; */
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}


@media (max-width: 768px) {
  .form-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-field input {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}


/*--------------------------------------------------------------
    COMMUNITY
----------------------------------------------------------------*/

/* Events page */

.news-blog article[id*="post-"],
.events-blog article[id*="post-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; 
  padding-top: 50px;
  width: 45%;
}
.news-blog .et_pb_ajax_pagination_container,
.events-blog .et_pb_ajax_pagination_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.events-blog .attendance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; 
}

.events-blog .attendance.hybrid::before {
  padding-right: 10px;
  content: url('/wp-content/uploads/2025/04/hybrid.png');
}
.events-blog .attendance.in-person::before {
  padding-right: 10px;
  content: url('/wp-content/uploads/2025/04/user-1.png');
}
.events-blog .attendance.online::before {
  padding-right: 10px;
  content: url('/wp-content/uploads/2025/04/monitor-1.png');
}

.date {
  font-weight: 600;
}
.type-of-event {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

#workshop-blog .rectangle,
#workshop-blog .attendance,
#workshop-blog .post-meta  {
  display: none;
}

/* pagination */
.pagination-button,
.pagination-button.active {
  cursor: pointer;
}

.pagination-button,
.wp-pagenavi span.pages,
.wp-pagenavi a.page, 
.wp-pagenavi a.nextpostslink, 
.wp-pagenavi a.previouspostslink {
  background: transparent;
  color:  #444444;
  padding: 5px 12px;
  border: none;
  font-weight: 700;

}

.pagination-button.active,
.wp-pagenavi span.current {
  border: 1px solid transparent;
  border-radius: 20px;
  color: #fff;
  background: #444444;
  padding: 5px 12px;
}

/* Theses page */
.theses-list {
  border-bottom: 1px solid #D9D9D9;

}
.theses-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.theses-list dl {
  margin: 10px 0 10px 0;
}
.theses-list dt {
  font-weight: 400;
}
.theses-list dl a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .news-blog article[id*="post-"],
  .events-blog article[id*="post-"] {
    width: 100%;
  }
}

/*--------------------------------------------------------------
   ABOUT
----------------------------------------------------------------*/

/* Awards */
.profile-in-awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.awards-profile {
  width: 100%;
  margin-left: 25px;
  margin-bottom: 50px;
}
.awards-profile p {
padding-bottom: 15px;
font-size: 1.1rem;
color: #444444;
}
.ul.awards-list {
  padding-bottom: 15px;
}

.awards-profile .name {
  color: #004996;
  font-weight: 700;
}

.awards-profile .category {
font-family: 'Lora', Times, serif;
font-style: italic;
font-weight: 400;
}

.awards-profile .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0.4rem;
}
.awards-profile dl {
  margin-top: 10px;
}
.awards-profile dl dt {
  font-size: 16px;
  color: #02A0A5;
  font-weight: 600;
}

/*Staff profile*/

.staff-profile h4,
.staff-profile h5 {
  font-weight: 700;
}

.staff-profile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(4, 160, 165, 0.2);
  padding: 50px 0;
}
.staff-profile .column-left {
  width: 30%;
  padding-right: 50px;
  text-align: right;
}
.staff-profile .column-right {
  width: 60%;
  padding-left: 10px;
}

.staff-profile-header-image {
  text-align: right;
}

.staff-profile-header-image img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-profile-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #d9d9d980;
}

@media (max-width: 768px) {
  .staff-profile-header {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    padding: 50px 0;
  }
  .staff-profile .left-column,
  .staff-profile .right-column {
    width: 100%;
    padding-right: 0;
    padding-left: 10px;
  }
  .staff-profile-header__image {
    text-align: center;
  }
}


/* Transparency page */

.transparency-block .et-tabs-container {
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
}

.transparency-block ul.et-tabs-control  {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
  border: none !important;
  background-color: transparent !important;
  background-image: none !important;
}

.transparency-block .et-tabs-control li {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  width: 50%;
  text-align: center;
  font-family: 'Lora';
  font-style: italic;
  border: none !important;
}
.transparency-block .et-tabs-container .et-tabs-control li.active {
  border-bottom: 2px solid #004996 !important;
  text-shadow: none !important;
}
.transparency-block .et-tabs-container .et-tabs-control li a,
.transparency-block .et-tabs-container .et-tabs-control li.active a {
  background: transparent !important;
  text-shadow: none !important;
  color: #444444 !important;
  font-weight: 500;
  font-size: 18px;
}
.et-tabs-content {
  border: none !important;
}

/* Research integrity page */

.simple-heading-flex .et_pb_module_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}