@charset "UTF-8";
/* ********* */
/* @NORMALIZE */
/* ********* */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    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 in Chrome and Safari on macOS.
 */
[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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* ********* */
/* @RESET */
/* ********* */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: square;
    padding-left: 32px;
}

.row{
    margin-right: 0;
    margin-left: 0;
}

.row>*{
    padding-right: 0;
    padding-left: 0;
}

/* ********* */
/* @VARIABLES */
/* ********* */
/* ********* */
/* @MIXINS */
/* ********* */
/* ********* */
/* @TYPOGRAPHY */
/* ********* */
body {
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 133%;
}

h1, h2, h3, h4 {
    color: #3C537E;
    font-weight: 700;
    line-height: 120%;
    margin: 20px 0 10px 0;
}

h1 {
    font-size: 32px;
    margin-bottom: 16px;
}

h2 {
    font-size: 17px;
    margin: 0px 0px 10px 0px;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    padding: 0;
    margin: 20px 0 10px 0;
    font-family: 'Open Sans',sans-serif;
}

h4 {
    font-size: 20px;
}

a {
    color: #2a6de7;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.destacado {
    color: #2a6de7;
}

/* ********* */
/* @BUTTONS */
/* ********* */
.buton a{
    background-color: #296de7;
    border: medium none;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff !important;
    margin: 5px 5px 10px 0;
    min-height: 33px;
    min-width: 85px;
    padding: 7px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    text-decoration: none !important;
    width: max-content;
}
.buton a:hover{
    background-color: #363636;
}
.buton.btn2 a{
    background-color: #d78e31;
}
.buton.btn2 a:before {
    content: "";
    display: block;
    width: 25px;
    height: 29px;
    padding-right: 16px;
    background-image: url("/sites/default/files/media-icons/generic/iconjurisprudencia.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.buton.btn2:hover {
    background-color: #363636;
}

/* ********* */
/* @BANNER */
/* ********* */
/* ********* */
/* @HEADER */
/* ********* */
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}
header .header__top__contenedor {
    max-width: 1170px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 990px) {
    header .header__top__contenedor {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        margin-top: 16px;
    }
}
header .header__top__contenedor__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}
@media screen and (max-width: 990px) {
    header .header__top__contenedor__logo {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
    header .header__top__contenedor__logo img {
        width: 100%;
    }
}
header .header__top__contenedor__contacto {
    grid-column: 1/span-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    margin-top: 8px;
}
@media screen and (max-width: 990px) {
    header .header__top__contenedor__contacto {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        font-size: 11px;
        padding-right: 8px;
    }
}

header .header__top__contenedor__contacto > div.content{
    flex-grow: 1;
}

header .header__top__contenedor__contacto .idiomas{
    display: flex;
}

header .header__top__contenedor__contacto .idiomas a {
    margin-right: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}
@media screen and (max-width: 990px) {
    header .header__top__contenedor__contacto .idiomas {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}
header .header__top__contenedor__contacto .tel, header .header__top__contenedor__contacto .mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
header .header__top__contenedor__contacto .tel:before, header .header__top__contenedor__contacto .mail:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    padding-right: 8px;
    background-image: url("/sites/default/files/media-icons/generic/phone.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 990px) {
    header .header__top__contenedor__contacto .tel:before, header .header__top__contenedor__contacto .mail:before {
        width: 15px;
        height: 15px;
    }
}
header .header__top__contenedor__contacto .tel a, header .header__top__contenedor__contacto .mail a {
    color: #444;
}
header .header__top__contenedor__contacto .horario {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
header .header__top__contenedor__contacto .horario:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    padding-right: 8px;
    background-image: url("/sites/default/files/media-icons/generic/clock.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 990px) {
    header .header__top__contenedor__contacto .horario:before {
        width: 15px;
        height: 15px;
    }
}
header .header__top__contenedor__contacto .horario p {
    margin: 0;
}
header .header__top__contenedor__buscador {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column-align: right;
    justify-self: right;
    -ms-grid-row-align: center;
    align-self: center;
}
@media screen and (max-width: 990px) {
    header .header__top__contenedor__buscador {
        margin-top: 0;
        margin-bottom: 16px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        -ms-grid-column-align: center;
        justify-self: center;
    }
}
header .header__top__contenedor__buscador .buscador {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
header .header__top__contenedor__buscador .buscador--input {
    width: 100%;
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #d5d5d5;
}
header .header__top__contenedor__buscador .buscador--input.focused, header .header__top__contenedor__buscador .buscador--input:hover {
    border-color: #2a6de7;
}
header .header__top__contenedor__buscador .buscador--input.focused input, header .header__top__contenedor__buscador .buscador--input:hover input {
    color: #2a6de7 !important;
}
header .header__top__contenedor__buscador .buscador--input > input {
    border: none;
    background-color: #fff;
}
header .header__top__contenedor__buscador .buscador--input > input[type=text] {
    width: 100%;
}
header .header__nav {
    width: min-content;
    background-color: #fbfbfa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 990px) {
    header .header__nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .header__nav:after {
        content: "◢";
        font-size: 12px;
        color: #444;
        height: 26px;
        padding: 15px 0px 0px 8px;
        z-index: 10;
        position: absolute;
        right: 32px;
        top: -10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
header .header__nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    width: 100%;
    max-width: 1170px;
    padding: 0;
    margin: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
    header .header__nav__menu {
        display: none;
    }
}
header .header__nav__menu__item {
    background-color: #eaeaea;
    border-right: 1px solid #d5d5d5;
    border-top: 1px solid #CFDEFF;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 200px;
    height: 65px;
    padding-right: 12px;
    position: relative;
}
header .header__nav__menu__item:hover {
    background-color: #fff;
    border-top: 5px solid #2a6de7;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
header .header__nav__menu__item.menu-item--expanded:after{
    content: "^";
    padding-right: 8px;
    rotate: 180deg;
    font-size: 14px;
    font-weight: bolder;
    margin-top: -4px;
    position: absolute;
    right: 16px;
}
header .header__nav__menu__item:hover section.header__nav .header__nav__menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
header .header__nav__menu__item:hover section.header__nav .header__nav__menu section.header__nav .header__nav__menu{
    display: none;
}

header .header__nav__menu__item section.header__nav .header__nav__menu__item.menu-item--expanded:hover section.header__nav .header__nav__menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
header .header__nav__menu__item a {
    color: #444;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .header__nav__menu__item section.header__nav .header__nav__menu{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
}
header .header__nav__menu__item section.header__nav .header__nav__menu:before {
    border-color: transparent transparent #2a6bed;
    left: 1%;
    top: -9px;
    content: "";
    border-style: solid;
    border-width: 0 9px 9px 9px;
    height: 0;
    position: absolute;
    width: 0;
}
header .header__nav__menu__item section.header__nav .header__nav__menu .header__nav__menu__item {
    background-color: #eaeaea;
    border-right: 1px solid #d5d5d5;
    border-top: 1px solid #CFDEFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    width: 100%;
    max-width: 250px;
    height: fit-content;
    min-height: 65px;
}
header .header__nav__menu__item section.header__nav .header__nav__menu .header__nav__menu__item:hover {
    background-color: #fff;
    border-top: 5px solid #2a6de7;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

header .header__nav__menuMobile {
    display: none;
    width: 90%;
    margin: 0 auto;
    padding: 12px 6px !important;
    -webkit-appearance: none;
    color: #444;
    padding-right: 24px !important;
}
@media screen and (max-width: 990px) {
    header .header__nav__menuMobile {
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
header .header__nav__menuMobile option {
    padding: 12px 6px !important;
    margin: 4px 0 !important;
}

.banner img {
    width: 100%;
}

.miembros {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    column-gap: 110px;
    row-gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px !important;
}

@media all and (max-width: 768px) {
    .miembros {
        gap: 16px;
    }
}

.miembro__contenedor {
    padding: 16px !important;
    border: 1px solid #d5d5d5;
    background-color: #fbfbfa;
    width: 100%;
    max-width: 430px;
}

.miembro__contenedor img {
    width: 100%;
    height: 450px;
    margin-bottom: 16px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

@media all and (max-width: 768px) {
    .miembro__contenedor img {
        width: 100%;
        height: 340px;
        margin-bottom: 16px;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.miembro__contenedor__texto .views-field {
    margin-bottom: 16px;

}
.miembro__contenedor__texto span.views-label {
    color: #2a6de7;
    display: block;
}

.memorias {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 990px) {
    .memorias {
        gap: 10px;
    }
}
.memorias .memoria {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7faff;
    padding: 50px;
}
@media screen and (max-width: 990px) {
    .memorias .memoria {
        padding: 15px;
    }
}
.memorias .memoria:before {
    content: "";
    display: block;
    width: 26px;
    height: 31px;
    padding-right: 8px;
    background-image: url("/sites/default/files/media-icons/generic/icon-llibre.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.archivos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.archivos .archivo {
    border-top: 1px solid #d5d5d5;
    padding: 20px;
}
.archivos .archivo__contenedor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.archivos .archivo__contenedor:before {
    content: "";
    display: block;
    width: 14px;
    height: 28px;
    padding-right: 44px;
    background-image: url("/sites/default/files/media-icons/generic/icon-fletxa.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.archivos .archivo__contenedor--tipo {
    display: block;
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-right: 44px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.archivos .archivo__contenedor--tipo-mp4 {
    background-image: url("/sites/default/files/media-icons/generic/icon-mp4.png");
}
.archivos .archivo__contenedor--tipo-pdf {
    background-image: url("/sites/default/files/media-icons/generic/icon-pdf.png");
}
.archivos .archivo__contenedor__texto--link {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.archivos .archivo__contenedor__texto--parrafo {
    margin: 0;
}
.archivos .archivo__contenedor__texto--rojo .archivo__contenedor__texto--link {
    color: #f15a24 !important;
}

footer {
    background-color: #363636;
    color: #fff;
    padding: 40px 0 20px;
}
footer .footer__contenedor {
    text-align: center;
}
footer .footer__contenedor__links {
    padding: 32px;
}
footer .footer__contenedor__links--link {
    padding: 0 8px;
}
footer .footer__contenedor__links--link:first-child {
    border-right: 1px solid #fff;
}

/* ********* */
/* @NAVIGATOR */
/* ********* */
/* ********* */
/* @FOOTER */
/* ********* */
/* ********* */
/* @FORMS */
/* ********* */
label {
    font-weight: bold;
    margin-bottom: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

input {
    border-radius: 3px;
    font-size: 14px;
    padding: 12px 8px !important;
    border: 1px solid #d5d5d5;
    color: #999;
    width: 100%;
}
input:focus-visible, input:focus {
    border-color: #2a6de7;
    color: #2a6de7 !important;
    outline: none;
}

input[type=submit] {
    cursor: pointer;
    border: none;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
input[type=submit]:focus-visible {
    border: none;
    outline: none;
}

.form__campo {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form__select {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999999;
    font-size: 14px;
    min-height: 30px;
    padding: 7px;
    width: 100%;
    height: auto;
}

.form__description {
    font-size: 0.85em;
    margin: 0;
}

.form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width: 990px) {
    .form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.form .form__campo:has(input[type=submit]) {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
@media screen and (min-width: 990px) {
    .form .form__campo:has(input[type=submit]) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
    }
}
.form .form__campo:has(input[type=submit]) input[type=submit] {
    margin: 0;
}

/* ********* */
/* @GRID*/
/* ********* */
/* ********* */
/* @SIDEBAR */
/* ********* */
/* ********* */
/* @HOME */
/* ********* */
body {
    background-color: #fbfbfa;
}

main {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0;
    padding: 30px 60px 60px;
}
@media screen and (max-width: 990px) {
    main {
        padding: 30px 16px 60px;
    }
}

.sliderIMG {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sliderIMG__slider {
    width: 90%;
}
.sliderIMG__slider .slick-prev {
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
    left: -15px;
}
.sliderIMG__slider .slick-prev:hover {
    left: -20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.sliderIMG__slider .slick-prev:before {
    content: none;
}
.sliderIMG__slider .slick-next {
    right: -15px;
}
.sliderIMG__slider .slick-next:hover {
    right: -20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.sliderIMG__slider .slick-next:before {
    content: none;
}
.sliderIMG__slider--slide {
    padding: 8px;
}

.imgLink__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    background-color: white;
}

@media all and (max-width: 768px) {
    .imgLink__col {
        padding-top: 16px;
    }
}

.imgLink {
    padding-bottom: 16px;
    background-color: transparent;
}
.imgLink__contenedor {
    width: 277px;
    height: 255px;
    background-image: url("/sites/default/files/media-icons/generic/Q-constitucio_0.jpg");
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-decoration: none !important;
    position: relative;
    cursor: pointer;
}
.imgLink__contenedor--texto {
    height: 40%;
    width: 100%;
    background-color: rgba(176, 203, 251, 0.37);
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.imgLink__contenedor .views-field-field-url-banner{
    display: none;
}

.imgLink__contenedor .views-field-nothing{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background-color: rgba(176, 203, 251, 0.37);
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.view-causes, .causas{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 32px;
}

.view-causes .view-content.row .view-grouping, .causas .causa{
    margin-bottom: 32px;
}
.view-causes .view-content.row .view-grouping .view-grouping-header, .causas .causa .views-field-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F4F8FF;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 120%;
    font-size: 17px;
    padding: 8px;
    gap: 8px;
}

.view-causes .view-content.row .view-grouping .view-grouping-header a:before, .causas .causa .views-field-title a:before {
    content: "Causa ";
}

.view-causes .view-content.row .view-grouping .view-grouping-header, .causas .causa .views-field-title{
    display: flex;
    gap: 8px;
    align-items: center;
}

.view-causes .view-content.row .view-grouping .view-grouping-header:before, .causas .causa .views-field-title:before {
    content: "";
    display: flex;
    display: block;
    width: 24px;
    height: 23px;
    padding-right: 8px;
    background-image: url("/sites/default/files/media-icons/generic/icon-causa.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.view-causes .view-content.row .view-grouping-content .causas > div{
    padding-bottom: 16px;
}

.articulos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.articulos .art {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.articulos .art--titulo a {
    font-size: 20px;
    color: #444;
}

.articulos h5 a{
    font-size: 20px;
    color: #444;
}

.articulos .art--texto {
    margin: 2px;
}

.contenedor__tabla {
    width: 100%;
    overflow-x: overlay;
    padding-bottom-bottom: 25px;
}

table{
    font-size: 14px;
}

@media all and (max-width: 768px) {
    table{
        font-size: 10px;
    }
}

tr{
    background-color: transparent;
}

.contenedor__tabla{
    margin-left: 20%;
    overflow-x: auto;
    overflow-y: visible;
    width: 75%;
}

.tabla {
    width: 100%;
    border-collapse: collapse;
    overflow: scroll;
    margin-bottom: 20px;
    font-size: 13px;
}

.contenedor__tabla .tabla{
    width: max-content;
}

@media all and (max-width: 768px) {
    .tabla {
        font-size: 10px;
    }
}

.tabla thead {
    text-align: left;
}
.tabla thead tr th {
    padding-bottom: 16px;
    background-color: #fff;
}
.tabla.stats th {
    background-color: #296de7;
    color: #fff;
}
.tabla tbody tr {
    background: none;
    background-color: white;
}
.tabla tbody tr td {
    padding: 8px 0;
    line-height: 142%;
    vertical-align: top;
    box-shadow: none;
}
@media all and (max-width: 768px) {
    .tabla tbody tr td {
    height: 50px;
    }
}
.tabla.stats th, .tabla.stats td {
    text-align: center;
    padding: 8px;
}
.tabla th {
    background-color: #296de7;
    color: #fff;
}
.tabla thead th:first-child {
    background-color: #fff;
}
.tabla tbody {
    overflow: visible;
}
.tabla tbody tr:nth-child(odd) {
    background-color: #eaeffa;
}
.tabla tbody tr:last-child {
    color: #444 !important;
    font-weight: 700;
}
.tabla tbody tr:last-child td {
    background-color: #D6CBC9;
}
.tabla tbody tr:last-child td:first-child {
    background-color: #fff !important;
}
.tabla .td-destacado {
    color: #fff;
    text-decoration: underline;
    background-color: #000 !important;
}

.tabla tr:last-child td:last-child{
    border: 1px solid white;
    background: black;
}

.tabla tr:last-child td:last-child a{
    color: white;
    text-decoration: underline;
    font-style: italic;
}

.view-display-id-quadre_2 + .tabla tr:last-child td:nth-child(2){
    border: 1px solid white;
    background: black;
}

.view-display-id-quadre_2 + .tabla tr:last-child td:nth-child(2) a{
    color: white;
    text-decoration: underline;
    font-style: italic;
}

.view-display-id-quadre_2 + .tabla tr:last-child td:last-child{
    border: none;
    background-color: #D6CBC9;
}

.view-display-id-quadre_2 + .tabla tr:last-child td:last-child a{
    color: #2a6de7;
    text-decoration: none;
    font-style: normal;
}

.contenedor__tabla .tabla tbody tr td:first-child, .tabla thead tr th:first-child {
    border: none;
    left: 0px;
    margin-top: 0px;
    position: absolute;
    top: auto;
    width: 20%;
    padding-right: 0;
    padding-left: 0;
    z-index: 1;
    border-right: 1px solid white;
}

.tabla thead tr th:first-child{
    padding: 0;
}

.contenedor__tabla .tabla tbody tr:nth-child(odd) td:first-child {
    background: none repeat scroll 0 0 #eaeffa;
}

.tabla tbody tr:nth-child(pair) td:first-child {
    background: none repeat scroll 0 0 #fff;
}

.em {
    background: none repeat scroll 0 0 #fbfbfa;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.56;
    padding: 20px 120px;
    text-align: center;
}
@media screen and (max-width: 990px) {
    .em {
        padding: 20px 10px;
    }
}

.contenedorPaginador {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 990px) {
    .contenedorPaginador {
        display: none;
    }
}

.pager {
    padding: 0;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pager-item a, .pager-ellipsis {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    display: block;
    margin: 5px 3px 5px 0;
    padding: 4px 12px;
    text-decoration: none;
}
.pager-item a:hover, .pager-ellipsis:hover {
    background: none repeat scroll 0 0 #296de7;
    color: #fff !important;
}
.pager-current {
    background: none repeat scroll 0 0 #296de7;
    color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    display: block;
    margin: 5px 3px 5px 0;
    padding: 4px 12px;
}

.contenedorAcordeon .ui-icon {
    display: none;
}
.contenedorAcordeon h3 {
    border: 0;
    background-color: #fff;
    color: #3C537E;
    cursor: pointer;
    font-size: 20px !important;
    margin: 20px 0 0;
    padding: 15px;
    clear: both;
}
.contenedorAcordeon .acordeon {
    border: none;
    display: block;
    overflow: hidden;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
}
.contenedorAcordeon .acordeon--titulo {
    border: 0;
    background-color: #fff;
    color: #3C537E;
    cursor: pointer;
    font-size: 18px !important;
    margin: 0;
    padding: 15px;
    clear: both;
}
.contenedorAcordeon .acordeon__content {
    border: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.contenedorAcordeon .acordeon__content a {
    color: #2a6de7;
    text-decoration: none;
}
.contenedorAcordeon .acordeon__content a:hover {
    text-decoration: underline;
}
.contenedorAcordeon .acordeon__content a:after {
    content: ",";
    color: #444;
}

/**/

.view-causes .view-header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f2f2;
}

.view-causes .view-header:before{
    content: 'Últimes resolucions';
    background: url("/sites/default/files/media-icons/generic/banner-resolucions.png")  no-repeat scroll -3px -2px;
    border-radius: 10px 0 0 10px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    height: 44px;
    width: 100%;
    line-height: 43px;
    padding-left: 75px;
}

.view-causes .view-header .buton a{
    margin: 0;
    margin-right: 8px;
}

.field--name-field-fotografies{
    position: relative;
    display: flex !important;
    width: 100%;
    justify-content: center;
    margin: 0;
}

.field--name-field-fotografies .field__items .owl-stage-outer{
    margin: 0 32px;
}

.field--name-field-fotografies .field__label{
    display: none;
}

.field--name-field-fotografies .owl-item .field__item{
    /*width: 220px;*/
    height: 160px;
    padding: 8px;
}

.field--name-field-fotografies .owl-item .field__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.field--name-field-fotografies .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.field--name-field-fotografies .owl-nav img{
    margin: 0;
}

.field--name-field-fotografies .owl-nav .owl-prev{
transform: rotate(180deg);
}

/* Banner img*/

.featured-top__inner{
    max-width: 100%;
    padding: 0;
}
@media all and (max-width: 768px) {
    .featured-top__inner{
        display: none;
    }
}

.featured-top__inner .slide__caption{
    padding: 0 !important;
}

.featured-top__inner .view-diapositivas .row{
    margin: 0 !important;
}

.featured-top__inner .slick--view--diapositivas{
    padding: 0 !important;
}

.featured-top__inner .view-id-diapositivas .slick-wrapper{
    padding: 0;
}


.accordion .accordion-item{
    border: none !important;
    margin-bottom: 16px;
    border-radius: 0 !important;
}

.accordion .accordion-button{
    color: #555;
    font-size: 20px;
    text-decoration: none;
    background-color: var(--bs-accordion-active-bg);
    border-radius: 0 !important;
    box-shadow: none !important;
}

.accordion .accordion-button[aria-expanded="true"]{
    color: black;
}

.accordion .accordion-button:hover{
    color: black;
}

.accordion .accordion-button:after{
    content: unset;
}

/* tabla jurisprudència */

.tablaJur, .table th{
    color: #444;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
}

.tablaJur tr{
    background-color: transparent !important;
    background: transparent;
}

.tablaJur thead tr th, .tablaJur thead tr td, .tablaJur tbody tr th, .tablaJur tbody tr td {
    padding: 8px;
    line-height: 142%;
    vertical-align: top;
}

.tablaJur tr, th {
    background-color: transparent;
    border-bottom: 2px solid #dfdfdf;
}

.tablaJur tr td{
    background-color: transparent !important;
    background: transparent;
    box-shadow: none;
    padding: 8px;
}

.tablaJur .tipus{
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}
@media all and (max-width: 768px) {
    .tablaJur .tipus{
        font-size: 10px;
        line-height: 10px;
    }
}

.tablaJur .tipus.Aute:before{
    content: '';
    display: block;
    background-image: url("/sites/default/files/media-icons/generic/icon-aute.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width: 35px;
}

.tablaJur .tipus.Aute-suplica:before{
    content: '';
    display: block;
    background-image: url("/sites/default/files/media-icons/generic/icon-aute-supl.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width: 35px;
}

.tablaJur .tipus.Causa:before{
    content: '';
    display: block;
    background-image: url("/sites/default/files/media-icons/generic/icon-causa.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width: 35px;
}

.tablaJur .tipus.Sentencia:before{
    content: '';
    display: block;
    background-image: url("/sites/default/files/media-icons/generic/icon-sentencia.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width: 35px;
}

.tablaTri tr{
    background: none;
}

.tablaTri .tablepad{
    background: none;
}

.tablaTri .tablepad th, .tablaTri .tablepad tr, .tablaTri .tablepad td {
    border: 25px solid white;
    border-spacing: 10px;
    padding: 10px;
}

.tablaTri .rtecenter {
    text-align: center;
}

/*Botón de editar, solo visible si estas logueado*/

body:not(.user-logged-in) .btn-editar{
    display: none;
}

/* Cercador de jurisprudència. */
.header__top__contenedor__buscador form{
    width: 100%;
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #d5d5d5;
    padding: 0 4px !important;
}

.header__top__contenedor__buscador form .form-type-search{
    flex-grow: 1;
}

.header__top__contenedor__buscador form div{
    margin: 0 !important;
}

.header__top__contenedor__buscador form input.form-search{
    border: none;
    background-color: #fff;
    font-size: 14px;
    min-height: 50px;
    padding: 8px;
    text-align: left;
}

.header__top__contenedor__buscador form:has(input.form-search:hover), .header__top__contenedor__buscador form:has(input.form-search:focus) {
    border-color: #2a6de7;
}
.header__top__contenedor__buscador form input.form-search:hover input {
    color: #2a6de7 !important;
}

.header__top__contenedor__buscador .form-control:focus{
    box-shadow: none;
}

.header__top__contenedor__buscador .form-actions{
    display: flex;
    align-items: center;
    align-self: center !important;
}

.header__top__contenedor__buscador form .form-actions button{
    background: transparent;
    border: none;
    padding: 0;
}

.header__top__contenedor__buscador form .form-actions button:focus{
    box-shadow: none;
}

.header__top__contenedor__buscador form .form-actions button:before{
    content: '';
    display: block;
    width: 30px;
    height: 17px;
    background-image: url("/sites/default/files/media-icons/generic/icon-lupa.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    fill: grey;
}

/* Página buscar */
body.search-node .search-form .form-type-search{
    width: 70%;
}

/* #main.container */
#main-wrapper{
    background-color: #f5f5f5;
}

#main.container{
    max-width: 1170px;
    padding: 30px 60px 60px;
    background: none repeat scroll 0 0 white;
    box-shadow: 0 0 10px -7px black;
}

@media all and (max-width: 768px) {
    #main.container{
        padding: 30px 16px 60px;
    }
}

#main.container > .row:has(#sidebar_second){
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 50px;
}
@media all and (max-width: 768px) {
    #main.container > .row:has(#sidebar_second){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

#main.container main.main-content{
    flex: unset;
    max-width: 100%;
    padding: 0;
}

#main.container #sidebar_second {
    width: 100% !important;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0;
}

#main.container #sidebar_second .section > .block{
    padding: 0;
}

/* Menu */
#header #navbar-main{
    width: 100%;
    padding: 0;
    justify-content: center !important;

}

#header #navbar-main #CollapsingNavbar{
    width: 100%;
    max-width: 1170px;
    justify-content: center !important;
}

.node--type-pagina-inicial h1.title{
    display: none;
}

.pagination{
    justify-content: center;
}

.rtecenter {
    text-align: center;
}

table.tablepad th, table.tablepad tr, table.tablepad td {
    border: 25px solid white;
    border-spacing: 10px;
    padding: 10px;
}

.org_colDer tbody tr{
    border-top: 0;
}

.em {
    background: none repeat scroll 0 0 #f4f4f4;
    color: #363636;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.56;
    padding: 20px 120px;
    text-align: center;
}

@media all and (max-width: 768px) {
 .em{
     padding: 16px;
 }
}

.view-id-diapositivas .slick__arrow button{
    display: none;
}

.view-id-diapositivas div.views-field-field-media-image-1 img{
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.view-id-causes div.view-content.row {
    margin-right: 0;
    margin-left: 0;
}

#block-tca-theme-powered{
    display: none;
}

.site-footer{
    padding: 0;
}

#block-footertca .field--name-body{
    text-align: center;
}

/* Causa */

.node--type-causa .node__content .field--name-field-estat{
    margin-bottom: 0;
}

.node--type-causa .node__content .field{
    display: flex;
    gap: 15px;
}
.node--type-causa .ui-dialog .node__content .field--name-field-contingut{
    display: block;
}

.node--type-causa .node__content .field__label:after{
    content: ':';
}

.node--type-causa .node__content .field .field__label{
     color: #296DE7;
}

.node--type-causa .node__content .field .field__item a{
    color: black;
}

.node--type-causa .node__content .resum-causa{
    flex-direction: column;
    padding: 20px;
    margin: 40px 0 0;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    background: none repeat scroll 0 0 #fcfcfc
}

.node--type-causa .node__content .resum-causa > div:first-child{
    font-size: 24px;
    margin: 18px 0;
    color: #3C537E;
    font-weight: bold;
}

.node--type-causa .node__content .resum-causa > div{
    margin-bottom: 16px;
}

.view-id-causa .accordion-tesaurus:has(.Documents){
    padding: 20px;
    margin: 40px 0 0;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    background: none repeat scroll 0 0 #fcfcfc
}

.view-id-causa .accordion-tesaurus .Documents .DJurisprudencia{
    float: left;
    background-color: #d78e31;
    border: medium none;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 5px 16px 10px 0;
    padding: 7px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.view-id-causa .accordion-tesaurus .Documents .DJurisprudencia a{
    color: #ffffff;
    text-decoration: none !important;
}

.view-id-causa .accordion-tesaurus .Documents .DJurisprudencia:before{
    content: "";
    display: block;
    width: 25px;
    height: 29px;
    background-image: url("/sites/default/files/media-icons/generic/iconjurisprudencia.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Contenido idioma */

.view-id-traduccions .views-row{
    border-top: 1px solid #dedede;
    clear: both;
    margin: 12px 0 25px;
    padding: 20px 0;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
}

.view-id-traduccions .views-row .views-field-field-fitxer{
    background: url("/sites/default/files/media-icons/generic/icon-pdf.png") no-repeat scroll 0 3px rgba(0,0,0,0);
    /*float: left;*/
    height: 45px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    grid-column: 1/2;
    grid-row: 1/3;
}

.view-id-traduccions .views-row .views-field-field-fitxer .file--application-pdf{
    background-image: none;
    padding-left: 0;
}

.view-id-traduccions .views-row .views-field-field-fitxer .file--application-pdf a{
    font-size: 0;
    width: 45px;
    height: 45px;
    display: block;
}

.view-id-traduccions .views-row .views-field-title{
    grid-column: 2/3;
    grid-row: 1/2;
}

.view-id-traduccions .views-row .views-field-title span{
    color: #3b6cc4;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.view-id-traduccions .views-row .views-field-field-etiqueta{
    grid-column: 2/3;
    grid-row: 2/3;
}

.view-id-traduccions .views-row .views-field-body{
    grid-column: 1/3;
    grid-row: 3/4;
    margin-top: 16px;
}

.page-node-71 .field--name-body h2{
    margin-top: 20px;
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
}

.sumari-cronologic .view-causes .view-header{
    display: none;
}

.autes{
    flex-direction: column;
    padding: 20px;
    margin: 40px 0 0;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    background: none repeat scroll 0 0 #fcfcfc;
}

.autes-content{
    display: flex;
    gap: 32px;
    align-items: center;
    margin-top: 32px;
}

.autes-content .view-id-causa .views-row{
    display: flex;
    gap: 16px;
    align-items: center;
}

.autes-content .view-id-causa .views-row .views-field:nth-child(2) a{
    background: none repeat scroll 0 0 #296de7;
    border-radius: 2px;
    color: white;
    padding: 11px;
}

.autes-content .view-id-causa .views-row .views-field:nth-child(3) a{
    display: block;
    background: url("/sites/default/files/media-icons/generic/icon-pdf.png") no-repeat scroll 0 3px rgba(0,0,0,0);
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    font-size: 0;
}

/* Col·loquis */

.field--name-field-documents-ponencia .field__item{
    border-top: 1px solid #dedede;
    clear: both;
    min-height: 80px;
    height: fit-content;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 32px;
}

/*Tiago*/
/*Estils de les rows*/
#block-views-block-ponencies-block-1 > div.content > div > div > div.view-content.row > div > div > div > span{
    border-top: 1px solid #dedede;
    clear: both;
    min-height: 80px;
    height: fit-content;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.field--name-field-documents-ponencia .field__item a {
    text-decoration: none;
    color: #3b6cc4;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

/*Tiago*/
/*Estil text enllaç*/
#block-views-block-ponencies-block-1 > div.content > div > div > div.view-content.row > div > div > div > span > a {
    text-decoration: none;
    color: #3b6cc4;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}


#block-views-block-ponencies-block-1 .field-content:has(.tipus-Informe) .tipus-Informe,
#block-views-block-ponencies-block-1 .field-content:has(.tipus-Presentació) .tipus-Presentació
{
    color: #f15a24 !important;
}

/*Tiago*/
/*Fletxa de les rows*/
#block-views-block-ponencies-block-1 .field-content:before {
    content: " ";
    display: block;
    float: left;
    height: 28px;
    position: relative;
    width: 45px;
    min-width: 45px;
    background-image: url("/sites/default/files/media-icons/generic/icon-fletxa.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    order: -2;
}

#block-views-block-ponencies-block-1 .field-content:has(.tipus-Informe):before{
    content: " ";
    display: block;
    float: left;
    height: 45px;
    position: relative;
    width: 45px;
    min-width: 45px;
    background-image: url("/sites/default/files/media-icons/generic/icon-texte.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    order: -2;
}

#block-views-block-ponencies-block-1 .field-content:has(.tipus-Presentació):before{
    content: " ";
    display: block;
    float: left;
    height: 45px;
    position: relative;
    width: 45px;
    min-width: 45px;
    background-image: url("/sites/default/files/media-icons/generic/icon-ponent.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    order: -2;
}


.field--name-field-documents-ponencia .field__item:before{
    content: " ";
    display: block;
    float: left;
    height: 28px;
    position: relative;
    width: 14px;
    min-width: 14px;
    background-image: url("/sites/default/files/media-icons/generic/icon-fletxa.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    order: -2;
}

/*Tiago*/
/*Imatge PDF per row*/
#block-views-block-ponencies-block-1 .field-content:after {
    content: " ";
    display: block;
    float: left;
    height: auto;
    position: relative;
    height: 45px;
    width: 45px;
    min-width: 45px;
    background-image: url("/sites/default/files/media-icons/generic/icon-pdf.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    order: -1;
}

#block-views-block-ponencies-block-1 .field-content:has(.tipus-Video):after {
    content: " ";
    display: block;
    float: left;
    height: auto;
    position: relative;
    height: 45px;
    width: 45px;
    min-width: 45px;
    background-image: url("/sites/default/files/media-icons/generic/icon-mp4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    order: -1;
}

.field--name-field-documents-ponencia .field__item:after{
    content: " ";
    display: block;
    float: left;
    height: auto;
    position: relative;
    height: 45px;
    width: 45px;
    min-width: 45px;
    background-image: url("/sites/default/files/media-icons/generic/icon-pdf.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    order: -1;
}

@media all and (max-width: 768px) {
    .field--name-field-documents-ponencia .field__item:before, .field--name-field-documents-ponencia .field__item:after{
        content: '';
    }
}

.field--name-field-documents-ponencia .field__item:nth-child(odd){
    background: #FBFBFA;
}

#block-views-block-ponencies-block-1 > div.content > div > div > div.view-content.row > div > div:nth-child(odd) {
    background: #FBFBFA;
}

.field--name-field-documents-ponencia .field__item a{
    text-decoration: none;
    color: #3b6cc4;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.owl-item.active{
    background-color: initial;
}

.path-tesaurus .accordion .accordion-button{
    background-color: initial;
}

.accordion h3{
    margin: 0;
}

.accordion-body ol li a{
    color: black;
}

.accordion-body ol li a:hover{
    color: #3b6cc4;
}

.iframe-wrapper{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.iframe-wrapper iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.field--name-body .persones p:nth-child(odd){
    margin-bottom: 0;
}

table table{
    font-size: 1.071em;
}

@media all and (max-width: 768px) {
    .tableTC > tbody > tr{
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .tableTC > tbody > tr > td:first-child{
        width: 100%;
    }
}

.articulos .panel{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.articulos .panel .art .field-content{
    display: flex;
    background-color: #f1f8fe;
}

.articulos .panel .art .field-content:after{
    content: ',';
}

.view-stats .view-filters{
    background: none repeat scroll 0 0 #fcfcfc;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    margin: 16px 0 64px;
    padding: 0 24px;
}

.view-stats .view-filters fieldset{
    padding: 0;
    margin: 0;
}

.view-stats .view-filters fieldset .fieldset-wrapper{
    display: flex;
    gap: 16px;
}

.view-stats .view-filters #edit-actions{
    align-self: center;
    margin-bottom: 0 !important;
    margin-top: 8px;
}

#block-tca-theme-content article.node--type-ponencia div.field--name-field-documents-ponencia{
    display: none;
}

body.page-view-stats #block-tca-theme-content{
    position: relative;
}

#cboxLoadedContent > img{
    max-height: 90vh;
    max-width: 90vw;
    object-fit: contain;
    object-position: center;
}

.file--application-pdf {
    background-image: none !important;
}

.list-group-item {
    border: none !important;
}

.flex-data {
    display: flex;
    gap: 10px;
}