@charset "UTF-8";

:root {
  --sistema-color: #0094b8;
}

/* noto-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-v42-latin-regular.woff2") format("woff2");
}

/* noto-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/noto-sans-v42-latin-italic.woff2") format("woff2");
}

/* noto-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-v42-latin-700.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  font-family: "Noto Sans", sans-serif;
  padding: 0;
  margin: 0;
  background: #fff;
  font-size: 17px;
  height: 100%;
  width: 100%;
  color: #333;
}

a,
a:link,
a:visited {
  color: var(--sistema-color);
  text-decoration: none;
}

a:hover,
a:active {
  color: #222222;
}

img {
  max-width: 100%;
}

.lineas {
  border-top: 1px solid #ccc;
  height: 1px;
  width: 100%;
  padding-bottom: 10px;
}

.lineas.dash {
  border-top: 1px dashed #ccc;
}

.clearfix {
  clear: both;
}

.contenido {
  width: 60%;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}

.contenido_ochenta {
  width: 80%;
  margin: 0 auto;
}

.contenido_noventa {
  width: 90%;
  margin: 0 auto;
}

ul {
  margin: 0 0 0 10px;
  padding: 2px 10px 10px 15px;
  list-style: square;
}

ul ul {
  list-style: circle;
  font-size: 0.9em;
  margin-left: 25px;
}

li {
  padding: 2px 0;
}

/* textos */

p {
  margin: 0 0 20px;
}

h1 {
  font-size: 1.8em;
  margin: 20px 0 10px;
}

h2 {
  font-size: 1.3em;
  margin: 20px 0;
  line-height: 0.9;
}

h3 {
  font-size: 1.15em;
}

h4 {
  margin: 20px auto 10px;
}

.texto_small {
  font-size: 0.7em;
}

.texto_centrado {
  text-align: center;
}

.texto_derecha {
  text-align: right;
}

.izquierda {
  float: left;
}
.derecha {
  float: right;
}

.negrita_ {
  font-weight: bold;
}

/* espacios */

.top_20 {
  padding-top: 20px;
}

.bottom_20 {
  padding-bottom: 20px;
}

.espacio_30 {
  height: 30px;
  display: block;
}

.espacio_50 {
  height: 50px;
  display: block;
}

.espacio_100 {
  height: 100px;
  display: block;
}

/* estilos flex generales */

.flex_izquierdo {
  justify-content: left;
}

.flex_centrado {
  justify-content: center;
}

.flex_derecho {
  justify-content: right;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex_wrap_dos_columnas {
  flex-grow: 1;
  width: 50%;
}

.flex_wrap_tres_columnas {
  flex-grow: 1;
  width: 33%;
}

.flex_wrap_cuatro_columnas {
  flex-grow: 1;
  width: 25%;
}

.flex_wrap_cinco_columnas {
  flex-grow: 1;
  width: 20%;
}

.una_columna {
  width: 100%;
}

.tres_columnas {
  width: 33%;
}

figcaption::before {
  content: "»";
  margin: 0 5px;
}

figcaption {
  font-size: 0.8em;
  padding: 8px;
  color: #555;
}

.padding_bitcoin {
  padding: 0 5px;
}

/*------ bloques comunes -----*/

/* 1. Estructura base (Común a todas) */

a.volver_flecha {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 20px 30px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

a.volver_flecha svg {
  width: 20px;
}

a.volver_flecha.fondo_oscuro {
  background: rgba(20, 20, 20, 0.25);
}

a.volver_flecha,
a.volver_flecha.fondo_oscuro {
  fill: #eee;
  border-color: #eee;
}

a.volver_flecha:hover,
a.volver_flecha.fondo_oscuro:hover {
  fill: #fff;
  border-color: #fff;
}

a.volver_flecha.gris_oscuro {
  fill: #999;
  border-color: #999;
}

a.volver_flecha.gris_oscuro:hover {
  fill: #555;
  border-color: #555;
}

/* fin volver */

.banderas_wrapp img {
  width: 23px;
  height: 13px;
}

.ir_arriba_w {
  margin: 10px auto;
}

.flecha_abajo {
  position: absolute;
  width: 33px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%) rotate(270deg);
  fill: #fff;
}

.boton_simple {
  padding: 10px 20px;
  border: 1px #ccc solid;
  text-align: right;
}

.fondo_enc.img_sec {
  padding-top: 0;
}

.img_wrapp {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 35%;
  margin: 0 auto;
}

.img_wrapp .fondo_enc {
  min-width: 110%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  pointer-events: none;
}

.contenido_lista {
  max-width: 400px;
  padding: 0 30px 10px;
  margin: 40px 5px 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.frase_inicio {
  text-align: center;
  padding: 30px 0;
}

.secciones_menues {
  padding-bottom: 30px;
}

.creciente_wrapp {
  text-transform: uppercase;
  color: #888;
  font-size: 0.95em;
}

.creciente_wrapp > .linea_creciente {
  cursor: pointer;
  display: inline-block;
  margin: 30px 10px 0;
}

.creciente_wrapp > .linea_creciente:after {
  display: block;
  content: "";
  padding: 2px;
  border-bottom: 2px solid #555555;
  transform: scaleX(0);
  transition: all 250ms ease-in-out;
  transform-origin: 0% 50%;
}

.creciente_wrapp > .linea_creciente:hover:after {
  transform: scaleX(1);
}

.creciente_wrapp > .linea_creciente:hover {
  color: #555555;
}

.linea_creciente.activo:after {
  transform: scaleX(1);
  border-color: var(--sistema-color);
}

.linea_creciente.activo {
  color: #555555;
}

.relleno_creciente {
  background: linear-gradient(to left, #fff 50%, #0094b8 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  background-repeat: repeat-x;
  transition: all 250ms ease-in-out;
}

.relleno_creciente:hover {
  background-position: left;
  transition: all 250ms ease-in-out;
  border-color: var(--sistema-color);
  color: #fff;
}

.barra_de_progreso {
  height: 5px;
  background: var(--sistema-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.mvl {
  display: none;
}

.desk {
  display: block;
}

/* IDIOMAS SELECTORES
------------------ */

.enlace_idioma {
  font-size: 0.75em;
  float: right;
  padding: 14px 52px 0 0;
  position: relative;
}

.enlace_idioma a {
  font-size: 1.6em;
  position: absolute;
  right: 0;
  top: 9px;
}

html[lang="it"] .op_it {
  display: none;
}
html[lang="es"] .op_es {
  display: none;
}
html[lang="en"] .op_en {
  display: none;
}
.idiomas_wrapper {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin: 20px auto 10px;
  padding: 20px 0;
  width: 100%;
  font-size: 0.8em;
  color: #555;
}

.idiomas_wrapper a {
  color: var(--sistema-color);
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
}

.idiomas_wrapper img.idioma_bandera {
  width: 23px;
  height: 13px;
  vertical-align: middle;
  margin: 0 2px 2px;
}

h4 img.idioma_bandera {
  width: 25px;
  vertical-align: middle;
}

.idiomas_wrapper a:hover {
  transform: translateY(-2px); /* Pequeño salto al pasar el mouse */
  color: #222;
}

span.idioma_etiqueta_txt {
  font-weight: bold;
}

/* banners nft */

.banner_nft {
  /* border: 1px solid #eee; */
  margin-top: 20px;
}

.banner_nft_wrapp {
  text-align: center;
}

.banner_nft_wrapp img {
  max-width: 450px;
}

/*------ secciones -----*/

.menu_barra {
  display: none;
}

.secciones_menues ul.menues {
  list-style: none;
  padding: 0;
}

.secciones_menues ul.menues li {
  width: 32%;
  margin: 2.5% 2%;
  float: left;
  border: 1px;
  padding: 0px 0px 20px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
  transition: all 0.2s ease;
}

.img_menues {
  margin-bottom: 10px;
}

.secciones_menues ul.menues a:nth-child(3n + 1) li {
  margin-left: 0;
  margin-right: 0;
}

.secciones_menues ul.menues a:nth-child(3n + 3) li {
  margin-left: 0;
  margin-right: 0;
}

.secciones_menues ul.menues a li:hover {
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.21);
  transition: all 0.2s ease;
}

.text_bio p {
  margin-bottom: 15px;
}

.img_sec {
  margin: 0 auto;
}

.box_marco {
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin: 0 auto;
}

.box_marco:hover {
  border: 1px solid #aaa;
}

.correo {
  padding-bottom: 20px;
}

.literature ul {
  margin: 5px auto;
}

.arbol_enlace {
  display: inline-block;
  margin: 5px;
}

ul.arbol_ul > li {
  margin: 10px auto;
}

.links-sobre.pullleft {
  padding: 10px 0 20px;
}

.traducir {
  cursor: pointer;
}

.texto_wrapp {
  margin: 10px auto 20px;
}

.numerales {
  line-height: 1.75em;
}

.numerales > span {
  background: #555555;
  padding: 2px 5px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.85em;
}

.link_ilustraciones {
  padding: 70px 0 50px;
  text-align: center;
  font-size: 1.5em;
}

.enlaces_cv {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 25px;
}

.enlaces_cv span {
  margin: 0 4px;
}

/* span varios */
.entre_corchetes {
  color: #444;
  letter-spacing: 2px;
  font-weight: bold;
}

span.download_tachado {
  font-size: 0.8em;
  margin-left: 2px;
}

.download_tachado:hover {
  cursor: pointer;
  text-decoration: line-through;
}

/*--- footer ---*/

#mi_correo_footer a {
  color: #444;
}

#mi_correo_footer a:hover {
  color: var(--sistema-color);
}

.pre_footer {
  position: relative;
  padding: 0 0 30%;
  overflow: hidden;
}

.para_footer {
  position: absolute;
}

.para_footer #scene_2 {
  background: url(../../media/img/inicio/pie_03.jpg) no-repeat;
  background-size: cover;
}

#site-footer span {
  line-height: 1.8em;
}

#site-footer.contenido {
  margin-top: 0;
  padding: 40px 20px 80px;
  font-size: 0.9em;
  border-top: 1px dashed #ccc;
}

.enlaces_pie {
  margin: 10px 0;
}

.foto_pie {
  width: 100%;
}

ul.redes_pie {
  padding: 0;
  margin: 5px 0;
}

ul.redes_pie li {
  display: inline-block;
}

ul.redes_pie .fa {
  font-size: 20px;
}

ul.redes_pie .fa {
  font-size: 1.5em;
  margin: 2px 10px;
}

ul.redes_pie .fa:first-child {
  margin-left: 0;
}

/* enlaces destacados  */

.enlaces_destacados.flex_wrap > div {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  margin: 0.5%;
  box-sizing: border-box;
  width: 24%;
  font-size: 0.8em;
  text-transform: uppercase;
}

.enlaces_destacados.flex_wrap a {
  color: #444;
  max-width: 95%;
  transition: letter-spacing 250ms ease-in-out;
  -webkit-transition: letter-spacing 250ms ease-in-out;
}

.enlaces_destacados.flex_wrap a:hover {
  color: #fff;
  letter-spacing: 1px;
  transition: letter-spacing 250ms ease-in-out;
  -webkit-transition: letter-spacing 250ms ease-in-out;
}

.enlaces_destacados.flex_wrap div:hover a {
  color: #fff;
}

/* .enlaces_destacados.flex_wrap>div:hover {
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
} */

.enlaces_destacados.flex_wrap > div:nth-child(1):hover {
  background-color: #ff0266;
}

.enlaces_destacados.flex_wrap > div:nth-child(2):hover {
  background-color: #03da59;
}

.enlaces_destacados.flex_wrap > div:nth-child(3):hover {
  background-color: #ff9a02;
}

.enlaces_destacados.flex_wrap > div:nth-child(4):hover {
  background-color: #0384da;
}

@media only screen and (max-device-width: 850px) {
  .enlaces_destacados.flex_wrap > div {
    width: 45%;
    margin: 2.5%;
  }
}

@media only screen and (max-device-width: 780px) {
  .img_wrapp,
  .img_wrapp img {
    min-height: 40vh;
  }
  .img_wrapp img.fondo_enc.exhib {
    max-width: 180%;
  }
  .img_wrapp .fondo_enc {
    min-width: 150%;
    transform: translate(-50%, -50%);
  }
  .secciones_menues ul.menues li {
    width: 47.5%;
    margin: 2.5%;
  }
  .secciones_menues ul.menues a:nth-child(2n + 0) li {
    margin-left: 2.5%;
    margin-right: 0;
  }
  .secciones_menues ul.menues a:nth-child(2n + 1) li {
    margin-left: 0;
    margin-right: 2.5%;
  }
  .secciones_menues ul.menues a:nth-child(9) li {
    display: none;
  }
  .frase_inicio {
    padding: 30px 0;
  }
  .contenido {
    width: 90%;
  }
  .contenido.imagen_conten {
    width: 100%;
    padding: 0;
  }
  .flex_wrap_tres_columnas,
  .flex_wrap_cuatro_columnas {
    flex-grow: 1;
    width: 50%;
  }
}

@media only screen and (max-device-width: 480px) {
  .mvl,
  .menu_barra {
    display: block;
  }
  .desk,
  .links-sobre {
    display: none;
  }
  .contenido {
    width: 100%;
    padding: 20px 7%;
  }
  .contenido.imagen_conten {
    padding: 0;
  }
  .secciones_menues ul.menues li,
  .secciones_menues ul.menues a:nth-child(2n + 0) li,
  .secciones_menues ul.menues a:nth-child(2n + 1) li {
    width: 100%;
    margin: 20px auto;
  }
  .secciones_menues ul.menues a:nth-child(9) li {
    display: block;
  }
  h2.post-title {
    font-size: 1.5em;
  }
  .frase-soc {
    font-size: 1.25em;
  }
  .menu_barra {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 999999;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.21);
  }
  .barra_item {
    width: 24.25%;
    float: left;
    font-size: 12px;
    height: 50px;
    padding-top: 15px;
    border: 0.5px solid #eee;
  }
  a.volver_flecha {
    padding: 10px 12px 10px;
    border: none;
    background: #fff;
  }
  a.volver_flecha > svg {
    fill: #555555;
  }
  a.volver_flecha:hover,
  a.volver_flecha.gris_oscuro:hover {
    background: #555555 !important;
  }
  a.volver_flecha:hover > svg,
  a.volver_flecha.gris_oscuro:hover > svg {
    fill: #fff !important;
  }
  .tres_columnas {
    width: 100%;
  }
  .banner_nft_wrapp img {
    max-width: 100%;
  }
  .enlaces_cv span {
    display: none;
  }
  .enlaces_cv a {
    display: block;
    margin: 8px 15px;
  }
  .flex_wrap_dos_columnas {
    flex-grow: 1;
    width: 50%;
  }
  .flex_wrap_tres_columnas,
  .flex_wrap_cuatro_columnas {
    flex-grow: 1;
    width: 100%;
  }
}

/*--- flecha arriba ---*/

.arriba_sup {
  display: block;
  position: fixed;
  right: 10%;
  right: calc(15% - 15px);
  bottom: -120px;
  height: 40px;
  width: 40px;
  z-index: 999;
  fill: var(--sistema-color);
  color: var(--sistema-color);
  background: #fff;
  padding: 7px 10px;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid var(--sistema-color);
  box-shadow: 0px 1px 6px 0px rgba(130, 130, 130, 0.33);
  transition: 450ms all ease-in-out;
}

.menu_act .arriba_sup {
  bottom: 20px;
  transition: 450ms all ease-in-out;
}

.arriba_flecha > svg {
  width: 22px;
}

.arriba_flecha {
  position: relative;
  overflow: hidden;
}

.arriba_flecha:hover::after {
  content: "Ir arriba";
  opacity: 0;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
  position: absolute;
  top: 1px;
  left: -70px;
  font-size: 15px;
  height: 20px;
  word-break: break-all;
  overflow: hidden;
  color: #fff;
}

html[lang="en"] .arriba_flecha:hover::after {
  content: "Scroll to top";
}

html[lang="it"] .arriba_flecha:hover::after {
  content: "Torna su";
}

.menu_act .activar.arriba_sup .arriba_flecha::after {
  opacity: 1;
  left: 29px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

@media only screen and (min-device-width: 770px) {
  .arriba_sup:hover {
    fill: #eee;
    color: #eee;
    background: var(--sistema-color);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.21);
  }
  .arriba_sup:hover {
    width: 110px;
  }
  html[lang="en"] .arriba_sup:hover {
    width: 140px;
  }
  .arriba_sup:hover .arriba_flecha::after {
    opacity: 1;
    left: 29px;
    -webkit-transition: 250ms all ease-in-out;
    transition: 250ms all ease-in-out;
  }
}

/* recuadros y destaques */

.recuadro_advertencia_rojo {
  border: 2px red solid;
  color: red;
  padding: 30px 20px 40px;
}

.recuadro_azul {
  border: 2px #0094b8 solid;
  color: var(--sistema-color);
  padding: 30px 40px;
}

.recuadro_gris {
  border: 1px #ccc solid;
  color: #777;
  padding: 20px 30px;
  font-style: italic;
}

/* navegación lateral */

#nav-lat {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

#nav-lat ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav-lat li {
  width: 50px;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 0 7px 20px;
  text-decoration: none;
  cursor: pointer;
}

.nav-dash {
  display: block;
  width: 15px;
  height: 2px;
  background-color: rgba(20, 20, 20, 0.2);
  transition: all 0.3s ease;
}

.nav-link:hover .nav-dash {
  background-color: rgba(20, 20, 20, 0.5);
}

.nav-link.active .nav-dash {
  background-color: rgb(11, 152, 186);
  width: 30px;
  /* Crece solo el guion activo */
}

/* Ocultar en móviles para evitar ruidos visuales */

@media (max-width: 768px) {
  #nav-lat {
    display: none;
  }
}

/* imagen_dragable */
.collage_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.collage_wrapper .img_draggable {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(20%) contrast(110%) sepia(10%);
  transition: filter 0.3s ease;
}
.collage_wrapper .img_draggable:hover {
  filter: grayscale(0%) contrast(100%) sepia(0%);
}
@media (max-width: 768px) {
  .collage_wrapper {
    width: 100%;
    height: 450px;
    overflow-x: auto; /* Permite mover horizontalmente */
    overflow-y: hidden; /* Oculta el desbordamiento vertical si la imagen no es tan alta */
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .collage_wrapper .img_draggable {
    max-width: none !important;
    width: auto;
    height: 450px;
    object-fit: cover;
    display: block;
  }
  .creciente_wrapp > .linea_creciente {
    display: block;
    margin: 20px auto;
  }
  .creciente_wrapp > .linea_creciente::after {
    display: none;
  }
}

body.glightbox-open {
  width: 100vw;
  overflow: hidden;
}
