@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gulzar&display=swap");

@font-face {
  font-family: "MontserratBold";
  font-style: bold;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcvEr6Hm6RMS0v1dtXsGir4g.ttf)
    format("truetype");
}

:root {
  --grisMuyClaro: #f0f0f0;
  --grisNeutro: #8d8d8d;
  --grisTor: #8d8d8d;
  --grisClaro: #73716b;
  --grisMedio: #666666;
  --grisOscuro: #4b4b4b;
  --negroSuave: #181818;
  --primario: #1971c2;
  --primarioClaro: #339af0;
  /*--primario: #8B2030;
	--primarioClaro: #b93549;*/
  /* --primarioClaro: #-f53d3d;
	--primario: #-E03131; */
  --primarioNOscuro: #4b4b4b;
  --primarioNClaro: #1f1f1f;
  --rojo: #ff0033;
  --rojoOscuro: #c60042;
  --fuente: "Montserrat", sans-serif;
  --fuenteSec: "Roboto", sans-serif;
}

* {
  box-sizing: border-box;
  font-family: var(--fuente);
  font-weight: 400;
}

::-moz-selection {
  color: white;
  background: var(--primario);
  background: #1971c2;
}

::selection {
  color: white;
  background: var(--primario);
  background: #1971c2;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  /* min-height: 100vh; */
  margin: 0;
  font-size: 1em;
  overflow-x: hidden;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  width: 100vw;
  color: var(--negro);
}

header {
  display: flex;
  width: 100%;
  display: -ms-flexbox;
  justify-content: center;
  background-color: var(--primario);
  background-color: #1971c2;
  /* padding: 1em; */
  padding: 0.5em 0;
  margin-bottom: 3em;
  color: #ffffff;
  align-items: center;
}

header h2 {
  margin-bottom: 0;
}

header h2 a {
  display: flex;
  align-items: baseline;
  /* transform: translateX(-1.5em);
	transition: transform 0.2s; */
}

/* 
header h2 a:hover{
	transform: translateX(0);
}

header h2 a:hover svg{
	opacity: 1;
} 

header h2 a svg path,
header h2 a svg{
	fill: #FFFFFF;
}

header h2 a svg{
	transition: opacity 0.2s;
	opacity: 0;
	margin-right: 0.5em;
} */

.logo-responsive {
  display: none;
}

main {
  width: 75%;
  display: flex;
  align-self: center;
  flex-direction: column;
}

nav {
  display: flex;
  width: 100%;
  display: -ms-flexbox;
  justify-content: center;
  /* padding: 1em 0; */
  align-items: center;
  padding-top: 0.4em;
}

nav .frame {
  justify-content: space-between;
}

svg {
  overflow: visible;
}

.frame.index {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 2em;
}

.frame.index img {
  width: 49%;
}

.frame .form-part-double.flex-start,
.middle-col.flex-start,
.form-element.flex-start,
.flex-start {
  align-self: flex-start;
}

.pub-menu {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}

li.menu_pub {
  margin-right: 1em;
}

li.menu_pub:last-child {
  margin-right: 0;
}

a {
  text-decoration: none;
  color: var(--negroSuave);
  color: #181818;
  font-weight: bold;
  transition: 0.2s;
}

.pdf-list a.normal,
.desplegable a.normal,
.pdf-list a.normal:hover,
.desplegable a.normal:hover {
  padding: 0;
  border: none;
}

.frame {
  width: 1350px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

.frame.inicio {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}

.frame .login-vip {
  align-self: center;
}

.frame.inicio .middle {
  display: flex;
  justify-content: center;
  width: 45%;
  flex-direction: column;
  align-content: center;
}

.frame.col {
  width: 1350px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
}

.contenedor_login .frame.col {
  align-items: center;
}

.frame.space-between {
  justify-content: space-between;
}

.frame.space-between span {
  font-weight: bold;
  /*font-size: 1.2em;*/
}

.zona-privada .frame.col h1.nombre-prod,
.frame h1,
h2.h1-style {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  font-family: var(--fuente);
}

.zona-privada .frame.col h1.nombre-prod {
  font-size: 2em;
}

.zona-privada .lbl_conexion {
  display: none;
}

.zona-privada h1.nombre-prod::before,
.zona-privada h1.nombre-prod.es::before,
.zona-privada h1.nombre-prod.eu::before {
  content: none;
}

h1.nombre-prod.es::before {
  content: "Sesión iniciada: ";
}

h1.nombre-prod.eu::before {
  content: "Saioa hasita: ";
}

.zona-privada .frame.col h1.nombre-prod {
  padding-bottom: 1em;
}

.frame.col h1.nombre-prod {
  padding-bottom: 0;
  border-bottom: none;
  text-align: left;
  font-size: 1em;
}

.frame h1 {
  padding-bottom: 1em;
}

h2.h1-style {
  font-size: 1.25em;
  display: flex;
  min-height: 5em;
  background-color:
		/*#e2e2e2*/ #f0f0f0;
  border-radius: 6px;
  padding: 0.5em;
  align-items: center;
  justify-content: center;
}

h2.border-bottom {
  /* border-bottom: 0.4em solid var(--primario); */
  margin-bottom: 1em;
}

.contenedor_login h1.prod-es,
.contenedor_login h1.prod-eu {
  border-bottom: none !important;
  font-size: 1em;
  text-align: left;
  margin-bottom: 0;
  padding: 0;
}

.contenedor_login h1.prod-es::before {
  content: "Sesión iniciada: ";
  font-weight: normal;
  font-family: var(--fuenteSec);
}

.contenedor_login h1.prod-eu::before {
  content: "Sesioa hasita: ";
  font-weight: normal;
  font-family: var(--fuenteSec);
}

h2.h1-style:hover {
  background-color: var(--grisMuyClaro);
  background-color: #f0f0f0;
  border-bottom: 1px solid var(--grisMuyClaro);
  border-bottom: 1px solid #f0f0f0;
}

.secondary-font {
  font-family: var(--fuenteSec);
}

.half-text {
  margin-block-start: 0;
  width: 45%;
  text-align: justify;
}

.index div h2 {
  text-align: left;
  line-height: 1em;
}

.frame.row.index {
  justify-content: space-between;
}

h2 a {
  font-size: 0.7em;
  font-family: var(--fuente);
  color: #ffffff;
  font-weight: bold;
}

h2 {
  color: var(--negroSuave);
  color: #ffffff;
  font-family: var(--fuente);
  font-weight: bold;
  margin-block-start: 0;
  margin-block-end: 0;
}

h3 {
  text-align: center;
  font-weight: bold;
}

/*main {
	width: 100%;
}*/

ul li {
  list-style: none;
}

.span.basic.first-child {
  margin-bottom: 1em;
}

.span.basic b {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.span.basic p,
.span.basic ul,
.span.basic ul li {
  font-family: "Roboto", sans-serif;
}

.span.basic ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}

.span.basic ul li {
  list-style: disc;
}

.span.basic a.normal {
  color: #1971c2;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

h2.dark {
  color: #181818;
}

.no-req {
  border: 1px solid /*#e2e2e2*/ #f0f0f0;
  border-radius: 6px;
  padding: 2em;
  margin-bottom: 2em;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.no-req svg {
  fill: var(--grisNeutro);
  fill: #8d8d8d;
}

.no-req h2 {
  color: var(--grisNeutro);
  color: #8d8d8d;
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
}

.no-req .gray-bg:last-child {
  margin-bottom: 0;
}

.zona-privada .frame.col h1.nombre-prod,
.frame h1,
h2.h1-style {
  border-bottom: 1px solid /*#e2e2e2*/ #f0f0f0;
}

/*
.lang a{
	width: auto;
	text-align: right;
}

.lang.index a #sp_abr_idioma,
.lang.index a #sp_texto_idioma{
	color: #FFFFFF;
}

.lang.index a{
	display: flex;
    flex-direction: row;
    align-items: center;
}

.lang.index svg{
	margin-right: 0.25em;
	fill: #FFFFFF;
}*/

.lang {
  display: flex;
  /*margin-left: 0.5em;*/
  flex-direction: row;
  align-items: center;
  align-content: center;
}

nav.lang {
  padding: 0;
}

.lang ul li:first-child {
  margin-bottom: 1em;
}

.lang span a,
ul#lang-nav li a {
  font-family: var(--fuenteSec);
  font-weight: 500;
  color: var(--grisTor);
  color: #8d8d8d;
}

ul#lang-nav li {
  padding: 0;
}

#current-lang {
  cursor: pointer;
}

#lang-nav {
  z-index: 10;
  box-shadow: 0 0 10px rgb(24 24 24 / 20%);
  top: 3.5em;
  padding: 1em;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.32s cubic-bezier(0.52, 0.16, 0.24, 1);
  border-radius: 6px;
  margin-left: -15px;
  position: absolute;
  background: #ffffff;
  flex-direction: column;
  /*opacity: 0;*/
  display: none;
  pointer-events: none;
}

nav.lang-mult ul::after,
nav.lang ul::after {
  bottom: 100%;
  left: 26px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
  filter: drop-shadow(0 -3px 2px rgba(24, 24, 24, 0.1));
}

.index.lang .lang .icon--filled__glyph,
.index.lang .lang .icon-filled__glyph {
  fill: #ffffff;
}

.block-menu-overlay.overlay .icon--filled,
.block-menu-overlay.overlay .icon--filled__glyph {
  fill: #ffffff;
}

.index.lang .lang #current-lang a {
  color: #ffffff;
}

.lang .icon--filled__glyph,
.lang .icon-filled__glyph {
  fill: var(--grisTor);
  fill: #8d8d8d;
}

.frame div.lang a:hover {
  opacity: 1;
}

#current-lang svg {
  vertical-align: baseline;
}

.area-privada input {
  margin-bottom: 1em;
}

.login {
  /* width: 40%;
    padding: 1em 3em; */
  width: 315px;
}

.login-vip {
  width: 315px;
}

.login-vip a.button,
.login a.button {
  margin-top: 2.5em;
}

.login-vip .button {
  width: 100%;
}

.index div {
  /*width: 100%;*/
  width: 32%;
  border: 1px solid /*#e2e2e2*/ #f0f0f0;
  padding: 1.5em 1em 1em 1em;
  border-radius: 6px;
  margin-bottom: 3em;
}

.index div span {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /*align-items: center;*/
  align-items: flex-start;
  align-content: flex-start;
}

.index div p {
  border-top: 1px solid /*#e2e2e2*/ #f0f0f0;
  padding-top: 0.5em;
  font-family: var(--fuenteSec);
}

.index div nav {
  width: auto;

  flex-direction: column;
  align-items: flex-start;
}

.index div nav a {
  /* margin-right: 1em; */
  /* background-color: var(--primario);
	background-color: #1971c2; */
  /* border: 1px solid var(--primario); */
  color: var(--negroSuave);
  color: #181818;
  /* padding: 0.5em; */
  border-radius: 6px;
  font-size: 0.9em;
  padding: 0.5em 0;
}

.index div nav a:hover {
  opacity: 1;
  color: var(--primario);
  color: #1971c2;
  background-color: #ffffff;
}

.index div nav a:last-child {
  margin-right: 0;
}

.psw {
  width: 60%;
}

.login-vip h2,
.login h2,
.psw h2 {
  margin-bottom: 1em;
  font-size: 1em;
}

.psw .two-buttons .button {
  width: 45%;
}

.login .secondary-font,
.psw .secondary-font {
  margin-bottom: 1.5em;
  font-size: 0.9em;
}

label {
  font-weight: bold;
  margin-bottom: 0.3em;
  font-size: 0.8rem;
  color: var(--negroSuave);
  color: #181818;
}

.form-part,
.form-part-double,
.part-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2em;
}

.form-part,
.form-part-double {
  justify-content: space-between;
}

.part-form {
  justify-content: flex-start;
}

.form-part-double.no-wrap {
  flex-wrap: nowrap !important;
}

.middle-col .form-part-double .form-element {
  width: 49% !important;
  display: block;
}

.form-part .form-element,
.part-form .form-element {
  /*width: 27vw;*/
  width: 32%;
}

.form-part-double .middle-col,
.form-part-double .form-element {
  width: 49%;
}

.middle-col .form-element {
  width: 100% !important;
}

.form-part-double textarea {
  min-height: 17em;
}

/* .form-element-full-width{
	width: 100%;
}

.form-element-full-width textarea{
	min-height: 10em;
} */

.form-part label {
  text-transform: capitalize;
}

.form-element,
.form-element-full-width {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  margin: 1.2em 0;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}

/* .row-nowrap{
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
} */

#lbl_pr_presupuesto {
  font-weight: normal;
  font-style: italic;
  margin-top: 4.25em;
}

#dv_documentacion_solicitada {
  margin-top: 1em;
  border: 1px solid #e2e2e2;
  padding: 1em;
  border-radius: 6px;
  height: 200px;
  overflow-y: scroll;
}
#dv_documentacion_solicitada ul li {
  font-family: var(--fuenteSec);
  list-style: decimal;
  margin-left: 1em;
}
.middle-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.col-dir {
  display: flex;
  flex-direction: column;
}

.login.area-privada .row-dir {
  flex-direction: column;
  align-items: flex-start;
}

.login.area-privada .row-dir a {
  margin-top: 0.5em;
  font-size: 0.85em;
  text-decoration: underline;
}

.login.area-privada .row-dir a:first-child {
  margin-top: 0;
}

.row-dir {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0.5em 0;
}

.row-dir.space-bw {
  justify-content: space-between !important;
}

.row-dir.space-bw.no-mrg {
  justify-content: space-between !important;
  margin: 0 !important;
}

.row-dir.space-bw.no-mrg label {
  font-family: var(--fuente);
}

.row-dir.space-bw.no-mrg label.checkbox {
  font-family: var(--fuenteSec);
}

.row-dir.space-bw.no-mrg .checkbox {
  margin-right: 0 !important;
  margin-bottom: 0.5em !important;
}

.row-dir label {
  font-family: var(--fuenteSec);
}

.dir-row {
  width: calc(100% - (100vw - 1350px));
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /*padding: 1em 0;*/
  padding: 0.65em 0 1.15em 0;
}

.dir-row a svg {
  vertical-align: middle;
}

.form-element.smaller {
  width: 30%;
}

/* .row-nowrap .form-element:first-child{
	margin-right: 1em;
}

.row-nowrap .form-element:nth-child(3){
	margin-left: 1em;
} */

select {
  width: 100%;
}

textarea {
  font-family: var(--fuenteSec);
  padding-top: 0.5em;
  resize: none;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  font-size: 0.9rem;
  background-color: #ffffff;
  border: 1px solid /*#e2e2e2*/ #f0f0f0;
  border-radius: 6px;
  padding-left: 0.5em;
}

/* SCROLLBAR */
#td_ficheros_nuevos::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
  background-color: var(--grisNeutro);
  background-color: #8d8d8d;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}

#td_ficheros_nuevos::-webkit-scrollbar,
textarea::-webkit-scrollbar {
  width: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px white inset !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input[type="text"] {
  font-family: var(--fuenteSec);
}

input[type="password"],
input[type="password"]:focus,
input[type="text"],
input[type="text"]:focus {
  color: var(--negroSuave);
  color: #181818;
  width: 100%;
  border-radius: 6px;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  font-size: 0.9rem;
  height: 3em;
}

input[type="password"],
input[type="text"],
select,
.input-style {
  background-color: white;
  border: 1px solid /*#e2e2e2*/ #f0f0f0;
  border-radius: 6px;
  height: 3em;
  padding-left: 0.5em;
}

input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus,
select:focus-visible {
  background-color: white;
  border: 1px solid var(--primario);
  border: 1px solid #1971c2;
  border-radius: 6px;
}

select,
select:focus,
select:focus-visible {
  outline: none;
}

input[type="password"] {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

h2.border-top {
  padding-top: 1em;
  width: 100%;
  border-top: 1px solid /*#e2e2e2*/ #f0f0f0;
}

select,
option,
.lopd-warning {
  font-family: var(--fuenteSec);
}

.lopd-warning ul li {
  font-family: var(--fuenteSec);
  list-style: disc;
  margin-left: 1.25em;
}

.lopd-warning b {
  font-weight: bold;
}

.desc {
  color: var(--rojo);
  color: #ff0033;
  font-weight: 500;
  font-family: var(--fuenteSec);
}

.desc-svg {
  fill: none;
  margin-right: 0.2em;
  stroke: var(--rojo);
  stroke: #ff0033;
}

.bloque-info {
  justify-self: center;
  width: 50%;
  margin: 1em 0;
  border: 1px solid /*#e2e2e2*/ #f0f0f0;
  border-radius: 6px;
  padding: 1em;
  text-align: left;
}

.bloque-info h3 {
  text-align: left;
  margin: 0.5em 0;
}

.bloque-info span {
  font-family: var(--fuenteSec);
}

.frame div svg {
  vertical-align: middle;
}

.frame div a:hover {
  transition: 0.2s;
}

.frame div a:hover {
  opacity: 0.5;
}

.category-area {
  padding: 0.5em;
  background:
		/*#e2e2e2*/ #f0f0f0;
  margin: 0.5em 1em 0.5em 0;
  border-radius: 6px;
  color: var(--negroSuave);
  color: #181818;
  font-size: 0.9em;
  font-weight: bold;
}

.categories {
  margin: 1.2em 0 2em 0;
  justify-content: left !important;
}

.homolog {
  color: var(--rojoOscuro);
  color: #c60042;
  width: 100%;
  text-decoration: underline;
  margin: 0.5em 0 1em 0;
  font-weight: bold;
  font-size: 0.8em;
}

.homolog svg {
  margin-right: 0.5em;
  vertical-align: bottom !important;
}

/* BOTONES */
input[type="button" i] {
  align-items: center;
}

.button,
a.button {
  text-align: center;
  appearance: none;
  border: none;
  border-radius: 6px;
  font-family: var(--fuente);
  font-size: 0.9rem;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: capitalize;
  height: 3em;
  width: 30%;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  vertical-align: middle;
  flex-direction: column;
  transition: 0.2s;
  font-weight: bold;
  background: var(--primario);
  background: #1971c2;
}

.button.gray-but-bg {
  background: var(--grisClaro);
  background: #73716b;
}

.login .button {
  width: 100%;
}

#cloudflare-container iframe {
  align-self: center;
  width: 100% !important;
}

#cloudflare-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
}

.button-area {
  margin: 2em 0;
  display: flex;
  justify-content: center;
}

.login.area-privada .two-buttons {
  margin-top: 0.5em;
  flex-direction: row;
}

.two-buttons {
  margin-top: 3em;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}

.two-buttons a.button:first-child,
.two-buttons .button:first-child {
  margin-left: 1.5em;
}

.login.area-privada .two-buttons .button:first-child {
  margin-right: 1.5em;
  margin-left: 0;
}

.gray-bg {
  margin: 3em 0 2em 0;
  width: 100%;
  background:
		/*#e2e2e2*/ #f0f0f0;
  padding: 2em 0;
  border-radius: 6px;
}

.gray-bg h3 {
  color: var(--grisClaro);
  color: #73716b;
}

.lopd-warning {
  font-size: 0.8em;
  margin: 2em 0;
  border-radius: 6px;
  padding: 2em;
  color: var(--negroSuave);
  color: #181818;
  background:
		/*#e2e2e2*/ #f0f0f0;
}

input[type="button"]:focus.button,
input[type="button"]:hover.button,
a.button:hover {
  border-radius: 6px;
  /* border: 0.125rem solid var(--primarioClaro); */
  font-family: var(--fuente);
  font-size: 0.9rem;
  text-decoration: none;
  background: var(--primarioClaro);
  background: #339af0;
  font-weight: bold;
  transform: translateY(-0.2em);
  cursor: pointer;
  opacity: 1 !important;
}

.button.red:focus,
.button.red:hover,
.button#btn_eliminar:hover,
.button.gray-but-bg:hover,
input[type="button"]:focus.button#btn_eliminar,
input[type="button"]:hover.button#btn_eliminar {
  background: var(--rojo);
  background: #ff0033;
}

.button.red,
input[type="button"].button#btn_eliminar,
.button#btn_eliminar {
  background: var(--rojoOscuro);
  background: #c60042;
}

.button.green:focus,
.button.green:hover,
.button#EnviarDatos:focus,
.button#EnviarDatos:hover,
.button#Reenviar:focus,
.button#Reenviar:hover,
.button#Entrar:hover,
.button#Entrar:focus {
  background: #8bc830;
}

.button#Entrar,
.button.green,
.button#EnviarDatos,
.button#Reenviar {
  background: #589437;
}

input[type="button"]:focus.button.gray-but-bg,
input[type="button"]:hover.button.gray-but-bg {
  background: var(--grisTor);
  background: #8d8d8d;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

/*.pdf-list{
	margin: 2em 0;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pdf-list a {
    color: var(--negro)!important;
    font-weight: bold;
    width: 100%;
    padding: 0.75em;
    border-radius: 6px;
    border: 1px solid #F0F0F0;
    margin-bottom: 1em;
    width: 100%;
}

.pdf-list span{
	font-weight: bold;
}

.pdf-list a:hover .view{
	opacity: 1;
}

.pdf-list .view{
	float: right;
	opacity: 0;
	transition: 0.2s;
}

.pdf-list svg{
	vertical-align: text-bottom!important;
	margin-right: 0.5em;
}

.pdf-list a:hover{
	opacity: 1;
	border: 1px solid var(--grisTor);
}*/

.frame .pdf-list a:hover {
  opacity: 1;
}

/* ICONS */

.item .item__document .icon--filled .icon--filled__glyph,
.icon--filled,
.icon--filled__glyph,
.item .item__document .icon-filled .icon-filled__glyph,
.icon-filled,
.icon-filled__glyph {
  fill: var(--primario);
  fill: #1971c2;
}

.icon--stroke {
  stroke: var(--primario);
  stroke: #1971c2;
}

.pdf-list span .icon--stroke {
  vertical-align: middle !important;
}

/* CHECKBOX */

.checkbox {
  display: block;
  position: relative;
  padding-left: 1.7em;
  margin-right: 1.5em;
  margin-bottom: 1em;
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div .checkbox {
  font-family: var(--fuenteSec);
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-mark {
  position: absolute;
  border-radius: 3px;
  top: 0;
  left: 0;
  height: 1.15em;
  width: 1.15em;
  background-color: var(--grisNeutro);
  background-color: #8d8d8d;
}

.checkbox:hover input ~ .checkbox-mark {
  background-color: var(--grisClaro);
  background-color: #73716b;
}

.checkbox input:checked ~ .checkbox-mark {
  background-color: var(--primario);
  background-color: #1971c2;
}

.checkbox-mark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkbox-mark:after {
  display: block;
}

#dv_anexar {
  -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.5);
}

#dv_boton_volver {
  font-size: 1.25em;
  margin-right: 0.25em;
  cursor: pointer;
  align-self: flex-start;
  color: var(--negroSuave);
  color: #181818;
  transition: 0.2s;
  transform: translateX(-4px);
}

#dv_boton_volver:hover a {
  opacity: 1;
}

#dv_boton_volver svg {
  fill: var(--negroSuave);
  fill: #181818;
  transition: 0.2s;
}

#dv_boton_volver:hover svg {
  transform: translateX(-8px);
  fill: var(--primario);
  fill: #1971c2;
}

/* ANEXOS */

.capa {
  padding: 1em;
  border-radius: 6px;
  border: 1px solid /*#e2e2e2*/ #f0f0f0;
}

.capa p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: bold;
}

#lbl_doc {
  display: inline;
  text-overflow: ellipsis;
  overflow-x: hidden;
  max-width: 55%;
  color: var(--grisClaro);
  color: #73716b;
  font-family: var(--fuente);
  align-self: center;
  margin-bottom: 0;
  margin-left: 0.5em;
}

.bloque-anexos {
  margin-top: 0.5em;
  display: flex;
  background:
		/*#e2e2e2*/ #f0f0f0;
  width: 100%;
  border-radius: 6px;
  padding: 1em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#td_ficheros_nuevos {
  background: #ffffff;
  width: 63%;
  min-height: 2.5em;
  border-radius: 6px;
  overflow-y: scroll;
  max-height: 200px;
  display: flex;
  padding: 0 1em;
  overflow-x: hidden;
  flex-direction: column;
  align-items: flex-start;
}

#td_ficheros_nuevos ul li img {
  width: 60px;
  /* border-radius: 6px; */
  margin-left: 0.75em;
}

#labelFicheros ul li,
#td_ficheros_nuevos ul li {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*justify-content: center;*/
  justify-content: flex-start;
}

label#labelFicheros {
  font-size: 1em;
  opacity: 0.5;
}

#td_ficheros_nuevos ul {
  margin: 0.75em 0;
}

/* #td_ficheros_nuevos ul:first-child{
	margin: 0 0 1em 0;
}

#td_ficheros_nuevos ul:last-child{
	margin: 1em 0 0 0;
} */

.bloque-anexos .col-dir {
  margin-left: 1em;
}

.link-anexo {
  width: 50vw;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bloque-anexos i {
  font-family: var(--fuenteSec);
  font-size: 0.85em;
}

div.upload_cas,
div.upload_eus {
  position: relative;
  margin: 1em 0;
}

div.upload_cas {
  width: 167px;
}

div.upload_eus {
  width: 107px;
}

div.upload_eus span,
div.upload_cas span {
  border-radius: 6px;
  padding: 1em;
  border: 1px solid var(--primario);
  border: 1px solid #1971c2;
  color: var(--primario);
  color: #1971c2;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

div.upload_cas span:hover,
div.upload_eus span:hover {
  background-color: var(--primario);
  background-color: #1971c2;
  color: #ffffff;
}

div.upload_cas input,
div.upload_eus input {
  position: absolute;
  left: 0;
  height: 3em;
  right: 0px;
  margin: 0;
  padding: 0;
  opacity: 0;
}

/* LISTA PROYECTOS */

.lista-proyectos,
.proyect,
.proyect-list-title {
  width: 100%;
}

.proyect-list-title {
  width: 100%;
  margin-bottom: 1em;
}

.proyect-list-title label {
  color: var(--grisClaro);
  color: #73716b;
}

.lista-proyectos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.proyect {
  color: var(--negroSuave);
  color: #181818;
  margin: 1em 0;
  border: 1px solid /*#e2e2e2*/ #f0f0f0;
  padding: 0.5em 1em 1em 1em;
  border-radius: 6px;
  width: 32%;
}

.proyect:nth-child(3n) {
  margin-left: 2%;
  margin-right: 2%;
}

.proyect div.proyect-title {
  text-transform: uppercase;
  border-bottom: 1px solid /*#e2e2e2*/ #f0f0f0;
  width: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: var(--primario);
  color: #1971c2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.proyect div.proyect-title svg {
  cursor: pointer;
  fill: var(--primario);
  fill: #1971c2;
  /*fill: var(--primario);
	width: 24px;
	height: 24px;*/
}

.proyect div.proyect-title a {
  align-self: flex-start;
}

.proyect div.proyect-title a:hover {
  opacity: 1 !important;
}

.proyect div.proyect-title a svg:hover {
  fill: var(--primarioClaro);
  fill: #339af0;
}

.proyect-tag span {
  font-size: 0.8em;
  font-family: var(--fuenteSec);
}

.proyect-tag input {
  margin-top: 0.5em;
}

.proyect-title span {
  font-size: 0.8em;
  font-family: var(--fuenteSec);
}

.proyect-title span {
  display: flex;
  font-size: 0.8em;
  font-weight: 500;
  flex-direction: row;
  font-family: var(--fuenteSec);
  align-items: center;
  justify-content: space-between;
}

.proyect div.proyect-title svg {
  margin-right: 0.25em;
  width: 1em;
  height: 0.8em;
}

.proyect div.proyect-title svg.button-style {
  width: 32px;
  height: 32px;
  margin-right: 0;
}

.proyect u {
  font-weight: bold;
  font-size: 0.8em;
  margin: 1em 0;
  text-decoration: none;
  background: var(--grisNeutro);
  background: #8d8d8d;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 6px;
  padding: 0 0.25em;
}

.proyect i {
  font-style: normal;
  font-size: 0.8em;
  font-family: var(--fuenteSec);
}

.proyect div.proyect-title span.opened {
  color: green;
}

.proyect div.proyect-title span.opened svg {
  fill: green;
}

.proyect div.proyect-title span.closed {
  color: #9b9b9b;
}

.proyect div.proyect-title span.closed svg {
  fill: #9b9b9b;
}

.proyect div.proyect-title span.null {
  color: #c30909;
}

.proyect div.proyect-title span.null svg {
  fill: #c30909;
}

.proyect div.proyect-title span.prox {
  color: #1971c2;
}

.proyect div.proyect-title span.prox svg {
  fill: #1971c2;
}

.proyect-list-title.extra-margin {
  margin-top: 2em;
}

.proyect a {
  cursor: pointer;
}

.lista-proyectos.antiguos {
  margin-top: 1em;
}

/* MENSAJES */
.mod-message span {
  font-weight: bold;
  margin-left: 1em;
}

.mod-message svg,
.out-message svg {
  /*fill: var(--primario);*/
  fill: #999999;
}

.out-message svg {
  margin-bottom: 2em;
}

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

.out-message span {
  font-weight: bold;
  margin-bottom: 1em;
}

.out-message a.button {
  margin-top: 1em;
}

.mensaje-error,
.mensaje-ok {
  font-weight: bold;
  margin: 0 0 1em 0;
  font-size: 0.75em;
  padding: 0.5em;
  width: 100%;
}

.frame div.mensaje-error svg,
.frame div.mensaje-ok svg {
  vertical-align: bottom;
}

.mensaje-error {
  color: #e3002d;
  background: rgb(255 0 51 / 8%);
}

.mensaje-error svg {
  fill: var(--rojo);
  fill: #e3002d;
}

.mensaje-ok {
  color: #008000;
  background: rgb(0 128 0 / 8%);
}

.mensaje-ok svg {
  fill: #008000;
}

.messages {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zona-privada a.logout {
  display: flex;
}

a.logout {
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.8em;
  display: none;
  padding: 0.5em 1em;
  border-radius: 6px;
  color: var(--primario);
  color: #1971c2;
  border: 1px solid var(--primario);
  border: 1px solid #1971c2;
  transition: 0.2s;
  margin-right: 1em;
  align-items: center;
}

a.logout:hover {
  background-color: var(--primario);
  background-color: #1971c2;
  color: #ffffff;
  transition: 0.2s;
}

a.logout:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
  transition: 0.2s;
}

a.logout svg {
  fill: var(--primario);
  fill: #1971c2;
  stroke: #1971c2;
  stroke-width: 5px;
  margin-right: 0.5em;
  width: 16px;
  height: 16px;
}

a.logout span {
  font-weight: bold;
}

/* Ini - De las pestanas principales */
.pestana_global {
  align-self: flex-start;
  flex-direction: row;
  display: flex;
  /* padding: 1em 0; */
  align-items: baseline;
}

.pestana_global svg {
  margin-right: 2em;
}

.pestana_global li {
  list-style: none;
  margin-right: 1.25em;
  padding: 1.1em 0;
  border-bottom: 2px solid #ffffff;
}

.pestana_global li:last-child {
  margin-right: 0;
}

li.menu_pub_act,
.pestana_global li.pestana_global-active {
  /* text-decoration: underline; */
  border-bottom: 2px solid var(--grisTor);
  border-bottom: 2px solid #8d8d8d;
}

.menu_pub_act a,
a.pestana_global-active {
  color: #181818 !important;
}

.pestana_conexion {
  position: relative;
  margin: 1px;
  overflow: hidden;
}

.pestana_conexion li {
  display: inline-block;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 10px;
  margin-right: 150px;
  background: #959492;
  color: white;
}

a #sp_texto_idioma {
  font-family: var(--fuente);
  font-weight: bold;
  color: var(--negroSuave);
  color: #181818;
  font-size: 0.85em;
  transition: 0.2s;
}

a #sp_texto_idioma:hover {
  color: var(--negroSuave);
  color: #181818;
}

#sp_abr_idioma {
  display: none;
}

p.small-text {
  font-weight: bold;
  width: auto;
  font-size: 0.8em;
  background:
		/*#e2e2e2*/ #f0f0f0;
  padding: 0.5em;
  border-radius: 6px;
  color: var(--negroSuave);
  color: #181818;
}

.required::after {
  /* color: var(--rojoOscuro); */
  color: var(--rojo);
  color: #ff0033;
  content: " *";
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.lbl_conexion {
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
  font-size: 0.8em;
  padding: 0.5em 1em;
  border-radius: 6px;
  color: var(--primario);
  color: #1971c2;
  border: 1px solid var(--primario);
  border: 1px solid #1971c2;
  transition: 0.2s;
  white-space: nowrap;
  margin-right: 1em;
}

.lbl_conexion span {
  font-weight: bold;
}

.lbl_conexion svg {
  margin-right: 0.5em;
  transition: 0.2s;
  fill: #1971c2;
  width: 15px;
  height: 15px;
}

.frame div a.lbl_conexion:hover {
  opacity: 1;
}

.lbl_conexion:hover svg {
  fill: #ffffff;
}

.lbl_conexion:hover {
  color: #ffffff;
  background-color: var(--primario);
  background-color: #1971c2;
}

.pestana_global a {
  font-family: var(--fuenteSec);
  transition: 0.2s;
  font-size: 1em;
  font-weight: 500;
  color: var(--grisTor);
  color: #8d8d8d;
  /* color: var(--grisMedio); */
  text-decoration: none;
  cursor: pointer;
}

.pestana_global a:hover {
  color: var(--negroSuave);
  color: #181818;
}

/* MENÚ RESPONSIVE */
.responsive-logo {
  display: none;
}

a#pull {
  display: none;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
}

#pull svg {
  fill: var(--negroSuave);
  fill: #181818;
}

#sp_texto_idioma {
  display: inline;
}

#sp_abr_idioma {
  font-family: var(--fuente);
  font-weight: bold;
  color: var(--negroSuave);
  color: #181818;
  font-size: 0.85em;
  text-transform: uppercase;
  display: none;
}

#sp_al_condiciones {
  color: var(--rojoOscuro);
  color: #c60042;
  width: 100%;
  text-decoration: underline;
  margin: 0.5em 0 2em 0;
  font-weight: bold;
  font-size: 0.8em;
  display: inline-block;
}

/* MENÚ HAMBURGUESA */
.hamburger {
  display: block;
  text-align: center;
}

svg {
  cursor: pointer;
}

.frstbar,
.scndbar,
.thrdbar {
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

#burgericon.open .frstbar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#burgericon.open .thrdbar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#burgericon.open .scndbar {
  width: 0;
  opacity: 0;
}

#burgericon rect {
  fill: var(--grisNeutro);
  fill: #8d8d8d;
}

/* MENU BLOQUES */

.blocks-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  /*overflow-y: hidden;*/
  flex-wrap: wrap;
}

.block-menu-nav {
  position: relative;
  cursor: pointer;
}

.block-menu-nav.display p {
  font-family: "Roboto";
  font-size: 0.9em;
  width: 100%;
}

.block-menu {
  position: relative;
  overflow: hidden;
}

.block-menu-nav#plato p {
  position: absolute;
  bottom: 0;
  padding: 1em 2em;
  font-size: 0.9em;
  width: 100%;
  font-family: "Roboto";
  color: #181818;
}

.block-menu-nav#plato p b {
  font-weight: bold;
}

.block-menu .convocatoria {
  position: absolute;
  top: 3em;
  left: -3em;
  background: #1971c2;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0.25em;
  width: 170px;
  transform: rotate(-45deg);
  text-align: center;
}

.block-menu-nav.display,
.block-menu-overlay,
.block-menu {
  padding: 1.5em;
  /*width: 29vw;
    height: 29vw;
	width: 440px;
    height: 440px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block-menu-nav.display {
  align-items: center;
  background: #f0f0f0;
  cursor: auto;
}

.block-menu-nav.display h2 {
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 0.5em;
  width: 100%;
  font-size: 1em;
  min-height: 14%;
  display: flex;
  align-items: flex-end;
}

.block-menu-nav h2 {
  color: #181818;
}

.block-menu-nav.display svg {
  fill: #1971c2;
  display: none;
}

.block-menu:hover {
  transition: 0.2s;
  background: #e2e2e2;
}

.block-menu-nav.display,
.block-menu-overlay,
.block-menu {
  width: 40.5vw;
  height: 470px;
}

.block-menu#bloqPlato,
.block-menu-overlay#layAnt,
.block-menu#bloqAnt,
.block-menu-overlay#layFin,
.block-menu#bloqFin {
  width: 27vw;
  height: 350px;
}

/*.block-menu-overlay#layFin,
.block-menu#bloqFin {
	width: 270px;
}*/

.block-menu-overlay a:first-child:hover {
  opacity: 1;
}

.block-menu-overlay#layAnt .pdf-list {
  margin: 1em 0 0 0;
}

.block-menu-overlay#layAnt .pdf-list a {
  margin-bottom: 0;
}

.block-menu-overlay .contenido-desplegable span {
  color: #ffffff !important;
}

/*.block-menu h2,
.block-menu-nav.display h2 {
	text-align: center;
}*/

.block-menu#bloqLar h2 {
  text-align: left;
}

.block-menu-overlay {
  transform: translateY(20em);
  position: absolute;
  top: 0;
  z-index: -10;
  opacity: 0;
  pointer-events: none;
  display: none;
  background: #1971c2;
}

a.block-menu:hover {
  opacity: 1 !important;
}

.block-menu {
  cursor: pointer;
  background-color:
		/*#e2e2e2*/ #f0f0f0;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.block-menu-overlay nav,
.block-menu-nav.display nav {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  /*background: #ffffffb8;*/
  min-height: 46%;
  padding: 1em 0;
}

.block-menu-overlay h2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #3686cf;
}

.block-menu h2 {
  display: flex;
  top: 55%;
  padding: 1em;
  position: absolute;
  flex-direction: column;
  font-size: 1em;
  align-items: center;
}

#bloqAnt h2 {
  text-align: center;
}

.block-menu svg {
  position: relative;
  fill: var(--primario);
  fill: #1971c2;
}

.block-menu-overlay.overlay h2 {
  font-size: 1.25em;
}

.block-menu-overlay.overlay#layFin h2 {
  margin-top: 1.5em;
}

#fin .block-menu-overlay.overlay {
  justify-content: flex-start;
}

#ant p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  font-size: 0.8em;
  font-family: "Roboto";
  color: #ffffff;
}

.block-menu-nav.display nav a {
  color: #1971c2;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

.block-menu-overlay#layAnt .contenido-desplegable span,
.block-menu-overlay#plato .contenido-desplegable span {
  font-size: 0.8em !important;
}

.block-menu-overlay nav a {
  color: #ffffff;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

/* .block-menu-overlay nav a::before {
	content: '- ';
} */

.block-menu-nav.display nav a.shorter,
.block-menu-overlay nav a.shorter {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.frame div.block-menu-overlay a:first-child {
  align-self: flex-end;
}

.block-menu-nav.display nav a:first-child,
.block-menu-overlay nav a:first-child {
  align-self: flex-start !important;
}

.block-menu-nav.display nav a:last-child,
.block-menu-overlay nav a:last-child {
  margin-bottom: 0;
}

.block-menu-overlay p,
.block-menu-overlay p a {
  font-size: 0.9em;
  color: #ffffff;
}

.block-menu-overlay p {
  font-family: "Roboto";
}

.block-menu-overlay p b {
  font-size: 1.1em;
  font-family: "Montserrat";
}

.block-menu.overlay {
  opacity: 0;
  pointer-events: none;
}

.block-menu-overlay.overlay {
  opacity: 1;
  pointer-events: all;
  z-index: 5;
  transform: translateY(0);
  display: flex;
}

.block-menu-overlay,
.block-menu-overlay.overlay,
.overlay {
  transition: 0.5s;
}

/* FOOTER */

/* footer{
	position: absolute;
    bottom: 0;
	margin-top: 2em;
	background: var(--negroSuave);
	background: #181818;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 1em 0;
}

footer .frame.space-between{
	align-items: center;
}

footer ul li{
	color: #FFFFFF;
	font-weight: bold;
}

.short-page-footer{
	width: 100vw;
    position: absolute;
    bottom: 0;
}

footer a.logo-link{
	width: 7%;
}

footer a.logo-link img{
	width: 100%;
    filter: invert(1) brightness(200);
} */

.pdf-reader {
  margin-bottom: 10em;
}

/* FOOTER */

sibbo-cmp-layout .sibbo-layout strong {
  font-weight: inherit !important;
}

footer.absolute {
  position: absolute;
  bottom: 0;
}

footer {
  display: flex;
  width: 100%;
  background-color: var(--negroSuave);
  background-color: #181818;
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
}

footer .frame {
  width: 1350px;
  margin: 1em 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

footer img {
  width: 5%;
}

.logo-eitb-eus span {
  font-weight: bold;
  color: #ffffff;
  font-family: var(--fuenteSec);
  font-size: 0.9em;
  font-stretch: 0.5em;
  margin-left: -3px;
}

.short-page-footer {
  width: 100vw;
  position: absolute;
  bottom: 0;
}

.invert {
  /* filter: invert(1) brightness(200);
	-ms-filter: invert(1) brightness(200); */
  width: 100%;
  transition: 0.2s;
}

footer ul {
  width: 85%;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  list-style: none;
  color: #ffffff;
  justify-content: center;
}

footer ul li {
  font-size: 0.85em;
  margin-right: 1.25em;
}

footer ul li,
footer ul li a {
  font-family: var(--fuenteSec);
  font-weight: 500;
}

footer ul li::after {
  content: "|";
  margin-left: 1em;
  font-weight: normal;
}

footer ul li:last-child::after {
  content: none;
  margin-left: 0;
}

footer ul li:last-child {
  margin-right: 0;
}

footer ul a {
  color: #ffffff;
}

/* 
footer .logo-link {
	width: 6em;
} */

/* INTERNET EXPLORER */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  * {
    margin: 0;
    padding: 0;
  }

  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }

  html {
    min-height: -webkit-fill-available;
  }

  body {
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* font-smoothing: antialiased; */
  }

  *,
  .zona-privada .frame.col h1.nombre-prod,
  .frame h1,
  h2.h1-style,
  h2,
  h2 a,
  .row-dir.space-bw.no-mrg label,
  .button,
  a.button,
  input[type="button"]:focus.button,
  input[type="button"]:hover.button,
  a.button:hover,
  .pdf-list a,
  #lbl_doc,
  a #sp_texto_idioma,
  #sp_abr_idioma {
    font-family: "MontserratBold", sans-serif;
  }

  .contenedor_login h1.prod-es::before,
  .contenedor_login h1.prod-eu::before,
  .secondary-font,
  .index div p,
  .row-dir.space-bw.no-mrg label.checkbox,
  .row-dir label,
  textarea,
  input[type="text"],
  select,
  option,
  .lopd-warning,
  .desc,
  .bloque-info span,
  div .checkbox,
  .bloque-anexos i,
  .proyect-tag span,
  .pestana_global a,
  .lopd-warning ul li {
    font-family: "Roboto", sans-serif;
  }

  .block-menu h2 {
    left: 0;
    justify-content: center;
    width: 100%;
    position: static;
    align-items: stretch;
    text-align: center;
  }

  .block-menu-nav:nth-child(2) h2 {
    text-align: left;
  }

  #lang-nav {
    margin-top: 0.9em;
    border: 1px solid /*#e2e2e2*/ #f0f0f0;
    margin-left: -50px;
  }

  footer {
    left: 0;
  }
}
