/*--------------------------------
	# GENERIC RESET
--------------------------------*/

html,
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary,
audio,
canvas,
video,
mark,
code,
kbd,
pre,
samp,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
div {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  /*overflow-wrap: break-word;
  word-wrap:break-word;*/
}

input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

ul,
dl {
  list-style: none;
}

ol {
  margin-left: 1em;
  text-indent: 0;
}

/*-----------------------------------
	#TAGS HTML5 BROWSER NO SUPPORT
-------------------------------------*/

article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 16px;
  font-size: 1rem;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/*-----------------------------------
	#LINKS
-------------------------------------*/

a {
  cursor: pointer;
  background-color: transparent;
  text-decoration-skip: objects;
  -webkit-text-decoration-skip: objects;
}

a:focus,
a:hover {
  text-decoration: none;
}

a:visited,
a:active {
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}
a.marcado {
  text-decoration: underline;
}

/*-----------------------------------
	#HEADINGS, WITH AND WITHOUT LINK
-------------------------------------*/

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/*-----------------------------------
	#RESET TABLE
-------------------------------------*/

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
}

/*-----------------------------------
	#RESET FORM
-------------------------------------*/

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Remove shading to form elements
 */

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

[type="radio"] + label,
[type="checkbox"] + label {
  cursor: pointer;
}

/*-----------------------------------
	#RESET INTERACTIVE
-------------------------------------*/

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*-----------------------------------
	#RESET SCRIPTING
-------------------------------------*/

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/*-----------------------------------
	#RESET HIDDEN
-------------------------------------*/

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*--------------------------------
	# END GENERIC RESET
--------------------------------*/

/*------------------------------------
     # ELEMENT BODY
 ------------------------------------*/

body {
  position: relative;
  font-family: "lato-regular", "Source Sans Pro", Helvetica, sans-serif;
  background-color: white;
  color: #4a4d56; /**** MODIFICADO 22/08 *****/
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}

body.body-limit {
  width: 1024px;
  width: 64rem;
}

/*------------------------------------
    # END ELEMENT BODY
------------------------------------*/

/*----------------------------------------------------------------
     # ELEMENT HEADINGS
 ------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: lato-regular;
  font-weight: normal;
  color: #4c4e57;
  line-height: 1;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

/*----------------------------------------------------------------
     # END ELEMENT HEADINGS
 ------------------------------------------------------------------*/

/*------------------------------------
    # ELEMENT HTML
------------------------------------*/

html {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16px;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  height: 100%;
}

/*------------------------------------
    # END ELEMENT HTML
------------------------------------*/

/*------------------------------------
    # ELEMENT IMAGE
------------------------------------*/

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}

img,
img[width],
img[height] {
  max-width: none;
}

/*------------------------------------
    # END ELEMENT IMAGE
------------------------------------*/

/*------------------------------------
    # ELEMENT LISTS
-------------------------------------*/

li > ul,
li > ol {
  margin-bottom: 0;
}

.float-left,
.-left {
  float: left;
}
.float-right,
.-right {
  float: right;
}

a,
a:focus,
header a:hover,
a:active,
a:visited {
  text-decoration: none;
}

/****** MODIFICADO 21/08 ********/

.link,
a {
  position: relative;
  color: #4c4e57;
}

.news__link {
  position: static;
  position: initial; /* AÑADIDO 22/10 */
}

/*.link--underline:after {
  border-bottom: solid thin #adacad;
  height: 1px;
  bottom: 0;
  width: 100%;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.6);
      transition: .9s ease all .3s;
  } */

/*
  .link--underline:hover:after {
  width: 0%;
  transition: .9s ease all;
  }
*/

/******* FIN MODIFICADO ***********/

.listado-parrafos_anclas .link,
.com-listado__item a,
.link--listado {
  /** MODIFICADO 21/11/2019 **/
  display: initial;
}

.link--underline {
  position: relative;
  display: inline;
  text-decoration: underline; /* MODIFICADO 21/08 */
}

.link--underline {
  text-decoration: underline;
}

.link--underline:hover {
  text-decoration: none;
}

/*.link--underline,
  .link--underline:hover,
  .link--underline:focus,
  .link--underline:active {
  color: inherit;
  text-decoration: none;
  }*/

.link--underline::after {
  content: "";
  position: absolute;
}

.-border-xl {
  border: solid 20px #e9ebf0;
}

.-border-l {
  border: solid 14px #bcc1d3;
}

main {
  color: #4a4d56;
}

.-color-red {
  color: #ff020b !important;
}

.-color-white {
  color: #fff !important;
}

.-color-dark {
  color: #4c4e57 !important;
}

.-color-grey {
  color: #777777 !important;
}

h1.titulo {
  margin-bottom: 14px;
}

.title {
  font-family: titilliumWeb-semibold;
  color: #4c4e57;
}

.title--light {
  color: #777777;
}

h2.title,
h2.menu-left__header {
  font-size: 26px;
  margin-bottom: 16px;
}

h3.title {
  font-size: 22px;
  margin-bottom: 14px;
}

/****** MODIFICADO 21/08 *******/

/*
.texto {
    margin: 20px 0px;
}

.texto--destacado {
    background: #e0e3e4;
    padding: 10px 15px!important;
}

.texto--resaltado {
    font-family: lato-bold;
}

.texto--cita {
    font-family: lato-italic;
}*/

.textoDestacado,
.seccion__content .textoDestacado,
.agenda__content .textoDestacado,
.textoResaltado,
.seccion__content .textoResaltado,
.agenda__content .textoResaltado,
blockquote {
  margin: 20px 0px;
}

.seccion__content .textoDestacado,
.agenda__content .textoDestacado,
.textoDestacado {
  background: #e9ebf0;
  padding: 10px 15px;
}

.highlightBox {
  /*background: #e0e3e4;*/
  background: #e9ebf0;
  padding: 20px;
}

.highlightBox,
.textoDestacado {
  color: #111111;
}

.highlightBox .textoDestacado {
  background: #c1c1c1;
}

.textoResaltado,
.highlightBox-title {
  font-family: lato-bold;
  color: inherit;
}

.highlightBox .title,
.textoResaltado .title {
  margin-bottom: 20px;
}

blockquote {
  font-family: lato-italic;
}

iframe {
  max-width: 100%; /* AÑADIDO 17/10/2019 */
  margin: 1.5rem 0; /* AÑADIDO 04/11/2019 */
}

/******** FIN MODIFICADO *******/

/******** AÑADIDO 16/10/2019 *******/
/******** MODIFICADO 21/10/2019 ****/
/******** MODIFICADO 8/11 ******/
.textoDestacado a[target="_blank"],
.interven__item a[target="_blank"],
.xhtml-content a[target="_blank"],
.componente-texto a[target="_blank"] {
  background-image: url("../assets/img/icons/ico_abre-ventana-nueva.png");
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 4px;
  vertical-align: sub;
  padding-right: 22px;
}

.textoDestacado .link,
.interven__item .interven-enlace .link {
  background-image: none;
}

.textoDestacado a {
  color: #111111;
}

/******** MODIFICADO 8/11 ******/

.interven__item a,
.componente-texto a,
.xhtml-content a {
  margin-top: 4px;
  padding-right: 22px;
}

.componente-texto a {
  padding-right: 0px;
}

.interven__item a[href$=".pdf"],
.xhtml-content a[href$=".pdf"],
.componente-texto a[href$=".pdf"] {
  background-image: url(../assets/img/icons/ico_pdf.png);
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 4px;
  /*vertical-align: sub;*/
  padding-right: 22px;
}

.interven__item a[href$=".xlsx"],
.xhtml-content a[href$=".xlsx"],
.componente-texto a[href$=".xlsx"] {
  background-image: url(../assets/img/icons/ico_xlsx.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 26px;
}

.interven__item a[href$=".pptx"],
.xhtml-content a[href$=".pptx"],
.componente-texto a[href$=".pptx"] {
  background-image: url(../assets/img/icons/ico_pptx.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 26px;
}

.interven__item a[href$=".png"],
.interven__item a[href$=".jpg"],
.interven__item a[href$=".jpeg"],
.interven__item a[href$=".gif"],
.xhtml-content a[href$=".png"],
.xhtml-content a[href$=".jpg"],
.xhtml-content a[href$=".jpeg"],
.xhtml-content a[href$=".gif"],
.componente-texto a[href$=".png"],
.componente-texto a[href$=".jpg"],
.componente-texto a[href$=".jpeg"],
.componente-texto a[href$=".gif"] {
  background-image: url(../assets/img/icons/ico_imagen.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 26px;
}

.interven__item a[href$=".docx"],
.xhtml-content a[href$=".docx"],
.componente-texto a[href$=".docx"] {
  background-image: url(../assets/img/icons/ico_docx.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 26px;
}

.interven__item a[href$=".zip"],
.xhtml-content a[href$=".zip"],
.componente-texto a[href$=".zip"] {
  background-image: url(../assets/img/icons/ico_zip.png);
  background-repeat: no-repeat;
  background-position: right;
}

.interven__item a[href$=".mp3"],
.xhtml-content a[href$=".mp3"],
.componente-texto a[href$=".mp3"] {
  background-image: url(../assets/img/icons/ico_mp3.png);
  background-repeat: no-repeat;
  background-position: right;
}

.interven__item a[href$=".mp4"],
.xhtml-content a[href$=".mp4"],
.componente-texto a[href$=".mp4"] {
  background-image: url(../assets/img/icons/ico_mp4.png);
  background-repeat: no-repeat;
  background-position: right;
}

/* corrección de textos en negrita que usan font-weight */
/* AÑADIDO 31/10/2019 */
b,
strong {
  font-family: lato-bold;
}

p {
  /*MODIFICADO 12/02/2020*/
  /*text-align: initial!important;*/
}
/**********************/
a[href^="mailto:"] {
  text-decoration: underline;
}

a[href^="mailto:"]:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .link--underline {
    text-decoration: underline;
  }
  .link--underline:after {
    display: none;
  }
}

/******** AÑADIDO 31/10/2019 *******/
/*** Clase para ocualtar contenido **/
.oc {
  display: none;
}

.banner-content-list__item {
  display: flex;
}

/******** AÑADIDO 26/10/2020 *******/
/*** Estilos para formulario modulo form y customform **/
.formularioAyudanosAMejorar .form-wrapper .form-row {
  width: 100%;
  padding: 0;
}

.formularioAyudanosAMejorar .form-row {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

.formularioAyudanosAMejorar .form-row > span {
  color: #d64d4d;
}

.formularioAyudanosAMejorar .form-item-m {
  margin-top: 10px;
}

.formularioAyudanosAMejorar label {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-right: 0;
  vertical-align: top;
  padding-bottom: 8px;
}

.formularioAyudanoAMejorar label span {
  font-weight: bold;
}

.formularioAyudanosAMejorar .aviso-text {
  display: inline-block;
  width: 90%;
  padding-left: 10px;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
}

/*para cotrarestar el .error del module.css*/
.formularioAyudanosAMejorar .error {
  min-height: 0px;
}

.formularioAyudanosAMejorar textarea,
.modificado-input {
  width: 100%;
  display: inline-block;
  border: solid 1px #7794a5;
  border-radius: 2px;
  padding: 5px;
}

.formularioAyudanosAMejorar {
  width: 100%;
  max-width: 500px;
}

.formularioAyudanosAMejorar .modificado-input:focus,
.formularioAyudanosAMejorar textarea {
  outline-color: #154481;
}

.button-wrapper {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.button-wrapper input {
  float: right;
  padding: 5px 10px;
  cursor: pointer;
  border: solid 1px;
  border-radius: 2px;
  background: #154481;
  border-color: transparent;
  color: #fff;
}

.button-wrapper input:hover {
  background: #efefef;
  border: solid 1px #767676;
  color: #001824;
}

/******** AÑADIDO 06/11/2020 *******/
.formularioAyudanosAMejorar .btn_cancelar {
  background: #efefef;
  margin-left: 10px;
  border: solid 1px #767676;
  color: #001824;
}

.formularioAyudanosAMejorar .btn_cancelar:hover {
  background: #e4e4e4;
}

.formularioAyudanosAMejorar .btn_enviar {
  background: #2d5b98;
  color: #fff;
}

.formularioAyudanosAMejorar .btn_enviar:hover {
  background: #154481;
  border-color: transparent;
  color: #fff;
}

.formularioAyudanosAMejorar input[type="file"] {
  overflow: hidden;
}

.formularioAyudanosAMejorar input[type="color"] {
  width: 50px;
  padding: 0;
}

.formularioAyudanosAMejorar select {
  width: 50%;
}

.formularioAyudanosAMejorar .horizontal .form-item {
  float: left;
  width: 33%;
}

.formularioAyudanosAMejorar .horizontal .form-item .aviso-text {
  width: auto;
}

@media only screen and (max-width: 560px) {
  .formularioAyudanosAMejorar .horizontal .form-item {
    width: 50%;
  }

  .formularioAyudanosAMejorar select {
    width: 100%;
  }
}
/*FIN 06/11/2020*/

/*fin estilos FORMULARIO CUSTOM*/
