/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

#iframeRtve {
    opacity: 0;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    z-index: unset;
}

.judici-main-wrapper {
    opacity: 0;
}

#formulariSendAccions, #materialCampanyaWrapper {
    display: none;
    padding-top: 3rem;
}

#textSendingStatus {
    display: none;
}

#post-form .col-sm-4, #post-form .col-sm-12 {
    padding-left: 0;
}

.loading-spinner {
    opacity: 1;
    position: relative;
    height: 100vh;
}

.loading-spinner img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* TIPOGRAFIA VENEER CONVERTIDA */

/* @font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/Veneer.woff2') format('woff2'),
    url('../fonts/Veneer.woff') format('woff'),
    url('../fonts/Veneer.ttf') format('truetype'),
    url('../fonts/Veneer.svg#Veneer') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */


@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}


@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url('../fonts/roboto300.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url('../fonts/roboto400.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}


/*
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}


.main-contingut {
    top: -60px;
}

/*
* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support.
*/
[hidden] {
    display: none
}

.xs-show, .xs-show-inline {
    display: none;
}

.text-sharer {
    font-size: 2.8rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 2.9rem;
    color: #000;
    padding: 2rem;
}

.joacusoslidertoptext h1 {
    font-size: 5.3rem;
    line-height: 5.1rem;
    color: #000;
    margin-top: 0.1rem;
}

.joacusoslidertoptext h2 {
    font-size: 2.8rem;
    color: #fff;
}

.font-2-5-rem {
    font-size: 2.5rem !important;
}

.joacusoslidertoptext.joacusotextmobil h1 {
    font-size: 5rem;
    line-height: 5.1rem;
    color: #000;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.joacusoslidertoptext.joacusotextmobil h2 {
    font-size: 0.8rem;
    color: #fff;
}

.play-joacuso-slider {
    background-image: url("../img/play_blanc_rodo.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 5rem;
    height: 5rem;
    margin-bottom: 2rem;
}

.play-joacuso-slider:hover {
    background-image: url("../img/play_blanc_rodo_hover.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 5rem;
    height: 5rem;
    margin-bottom: 2rem;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex:before, .flex:after {
    display: none;
}

/* ==========================================================================
Base
========================================================================== */
/*
* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom.
*/


html {
    font-size: 10px;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}


/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/
html, button, input, select, textarea {
    font-family: 'Roboto Slab', sans-serif;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.judici-main-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
    margin: 0;
    font-family: 'Roboto Slab', sans-serif;
}

/*
* Font Smoothing
*/
html, html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    /*outline: thin dotted;*/
    text-decoration: none;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome.
*/

h1 {
    margin: 0;
    font-size: 2.5rem;
}

h2 {
    margin: 0;
    font-size: 2rem;
}

h3 {
    margin: 0;
    font-size: 1.8rem;
}

h4 {
    margin: 0;
    font-size: 1.6rem;
}

h5 {
    margin: 0;
    font-size: 0.83rem;
}

h6 {
    margin: 0;
    font-size: 0.75rem;
}


/*
* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted
}

/*
* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b, strong {
    font-weight: bold
}

blockquote {
    margin: 0px
}

/*
* Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
    font-style: italic
}

/*
* Addresses styling not present in IE 6/7/8/9.
*/
mark {
    background: #ff0;
    color: #000;
}

/*
* Addresses margins set differently in IE 6/7.
*/
p, pre {
    margin: 1rem 0
}

/*
* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code, kbd, pre, samp {
    font-size: 1em;
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
}

/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
* Addresses CSS quotes not supported in IE 6/7.
*/
q {
    quotes: none
}

/*
* Addresses `quotes` property not supported in Safari 4.
*/
q:before, q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%
}

/*
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

/* ==========================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE 6/7.
*/

dl, menu, ol, ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

/*
* Addresses paddings set differently in IE 6/7.
*/
menu, ol, ul {
    padding: 0
}

/*
* Corrects list images handled incorrectly in IE 7.
*/
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7.
*/

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
* Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
    overflow: hidden
}

/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
    margin: 0
}

/* ==========================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/

form {
    margin: 0
}

/*
* Define consistent border, margin, and padding.
*/
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

/*
* 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
    padding: 0;
    border: 0; /* 1 */
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button, input, select, textarea {
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    font-size: 100%; /* 1 */
    *vertical-align: middle; /* 3 */
}

/*
* Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet.
*/
button, input {
    line-height: normal
}

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6.
*/
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    cursor: pointer; /* 3 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible; /* 4 */
}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled], input[disabled] {
    cursor: default
}

/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6.
*/
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
    /* 2 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield; /* 1 */
    white-space: afterproperty;
}

/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

/*
* Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/

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

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
    content: "";
    display: table;
    clear: both;
}

a {
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    -o-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

p {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.row {
    margin: 0;
}

.row-15 {
    margin-left: -15px;
    margin-right: -15px;
}

a {
    color: #333;

}

a:hover, a:focus {
    color: #ff3300;
    text-decoration: none;
}


/* ==========================================================================
Navigation
========================================================================== */
.nav-toggle {
    position: relative;
    float: right;
    /* top: 0;
     right: 15px;*/
    z-index: 999999;
    padding: 11px 25px 9px 20px;
    cursor: pointer;
}

.nav-toggle:focus {
    outline: none;
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background: #000;
    cursor: pointer;
}

.nav-toggle span:before {
    top: -8px
}

.nav-toggle span:after {
    bottom: -8px
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
    background-color: transparent
}

.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}

.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-toggle.active span:after {
    top: 8px;
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.navicon {
    position: relative;
    padding-top: 0.8rem;
    padding-left: 0;
    padding-right: 0;

}

.logos-left {
    padding-left: 0;
    padding-right: 0;
}

.navicon p {
    margin: 1px 50px 0 0
}

.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}

.segueix-directe {
    font-size: 3.2rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 3.2rem;
    color: #ff3300;
}

.video-js {
    font-family: 'Roboto Slab', sans-serif;
}

/* ==========================================================================
Header judici
========================================================================== */
.header-judici {
    position: relative;
    padding: 60px 0 60px 0;
    width: 100%;
    height: 100vh;
    background: rgb(0, 0, 0) url('../img/back_comptador.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}

.joacuso-back-img {
    width: 100%;
}

.header-judici .youtube-media {
    color: #fff;

}

.header-judici h1 {
    margin: 0;
    font-size: 3.9rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 2.3rem;
}

.header-judici h2 {
    margin: 0 0 1.5rem 0;
    font-size: 2rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.canal-oficial-span {
    background-color: #ff3300;
    padding: 4px 8px 4px 8px;
}


/* ==========================================================================
Custom Slider Controls (Flickity)
========================================================================== */
.flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: transparent;
    border: 2px solid #fff;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.flickity-page-dots .dot.is-selected {
    background: #fff;
}


.features-img {
    width: 100%;
    height: 450px;
    text-align: center;
    line-height: 450px;
}

.slider-judici {
    position: relative;
}

.fons-15-gris {
    background-color: #e2e2e2;
}

.fons-e5e5e5 {
    background-color: #e5e5e5;
}

.fons-gris-accions {
    background-color: #97989a;
}

.accio-mobilitzat {
    background-image: url("../img/accio_mobilitzacions.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.accio-actes {
    background-image: url(../img/actesslider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.accio-autoinculpacions {
    background-image: url(../img/actes-autoinculpacions.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.accio-feste-soci {
    background-image: url(../img/actes-feste-soci.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.accio-europa {
    background-image: url(../img/backcampanya.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.accio-ensjutgenatots {
    background-image: url(../img/accionsagendaback.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

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

.slider-judici ul li {
    width: 100%;

}


.features-intro-img {
    position: relative
}

.slides li h1 {

    padding: 0;
}

.slider-judici .flickity-page-dots {
    text-align: left;
    margin-top: 50px;
    position: static;
}

.slider-judici .flickity-page-dots .dot {
    margin: 0 12px 0 0;
}

/* ==========================================================================
SLIDER TIMELINE ANYS (A SOTA)
========================================================================== */

.slider-anys {
    background-color: #b1b1b1;
    padding: 0.2rem 0;
    height: 100%;

}

.slider-anys ul li {
    width: 33.333333%;

}

.slider-anys ul li p {
    font-size: 3.2rem;
    color: #fff;
    margin: 1.4rem 0
}

.slider-anys ul li.is-selected p {

    font-size: 3.2rem;

    color: #000;
    margin: 1.4rem 0
}

.slider-anys li {
    text-align: center;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.slider-esdeveniments {
    background-color: #efefef;
    padding: 0;

}



.slider-esdeveniments ul li {
    width: 66.6666%;
    padding: 2rem;
    border-left: 1px solid #000;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* border-right: 1px solid #000; */
    /*transition: width 400ms;*/
}


.slider-esdeveniments li {
    text-align: left;

}

.slider-esdeveniments li img {
    width: auto;
    max-width: 100%;
    max-height: 200px;
    -webkit-transition: width 400ms;
    -o-transition: width 400ms;
    transition: width 400ms;
}

p.descripcio-esdeveniment {
    text-align: left;
    font-size: 1.1rem;
    font-weight: 300;
    margin: 0.4rem 0 1rem 0;
    line-height: 1.5rem;
    /*min-height: 150px;*/

}


.flickity-button {
    background: none;
}

/* ==========================================================================
Features List
========================================================================== */
.video-top-wrapper {
    padding: 0;
}


.visible {
    opacity: 1
}

/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.2rem;
    background: #eeeeee;
    color: #000000;
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 30%;
    height: 60%;
    font-size: 1rem;
    line-height: 1.4rem;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
}

.overlay ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.overlay p {
    color: #000;
}

.overlay ul li {
    display: block;
}

.overlay ul li a {
    display: block;
    color: #000;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 2.5rem;
    margin-top: 0.5rem;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.overlay ul.selector-llengua-ul li {
    display: inline-block;
}

.overlay ul.selector-llengua-ul li a {
    display: inline-block;
}

.overlay ul.selector-llengua-ul {
    display: none;
    border-top: 1px solid #ff3300;
}

.overlay .menu-top, .overlay .menu-top-2 {
    border-top: 1px solid #ff3300;
}


.overlay ul li a:hover, .overlay ul li a:focus {
    color: #ff3300;
}

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    -o-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-boxify.open {
    padding-left: 3rem;
    padding-right: 3rem;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-boxify nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.overlay-boxify.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible
}

.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/*custom Òmnium*/

.logo-top {
    margin-right: 1.2rem;
    width: 12rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

img.logo-petit-entitats-auto {
    width: 8rem;
}

img.logo-petit-entitats-footer {
    width: 5rem !important;
    display: inline-block !important;
}

.logo-jd {
    width: 10rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.logo-jd.logo-canal24h {
    width: 17rem;
}

.video-resum-video {
    padding: 5rem 0 5rem 5rem;
}

.accions-text {
    padding: 5rem 5rem 12rem 5rem;
}

.accions-text-2 {
    padding: 5rem 5rem 28rem 5rem;
}

.video-resum-text-wrapper {
    padding: 5rem 5rem 3rem 3rem;
}

.top-blanc {
    border-top: 6px solid #fff;
}

.bottom-blanc {
    border-bottom: 6px solid #fff;
}

.top-negre {
    border-top: 6px solid #000;
}

.top-gris {
    border-top: 6px solid #666;
}

.top-vermell {
    border-top: 6px solid #ff3300;
}

.bottom-negre {
    /*border-bottom: 6px solid #000;*/
}

/* For a 3-column grid */
.video-resum-video:nth-child(3n+3) {
    margin-right: 0;
    float: right;
}

.video-resum-video .imatge-video-resum img {
    width: 100%;
}


.video-resum-descripcio h1 {
    color: #ff3300;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 3.3rem;
    margin-bottom: 1rem;
}

.video-resum-descripcio-donatiu h1 {
    color: #000000;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 3.3rem;
    margin-bottom: 1rem;
}



.video-resum-descripcio p {
    color: #000;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 300;
    margin: 1.5rem 0 1.5rem 0;
}

.video-resum-descripcio p.data-video-resum {
    margin: 0 0 0.8rem 0;
}

.video-resum-divider {
    display: inline-block;
    width: 2.8rem;
    border-top: 3px solid #ff3300;
}

.footer-divider {
    display: inline-block;
    width: 100%;
    border-top: 1.5px solid #ff3300;
}

.col-md-12 {
    padding: 0;
}

.xxss-quadrats img {
    width: 2.5rem;
    margin-right: 0.3rem;
}

.slider-esdeveniments li .xxss-quadrats img {
    width: 2.5rem;
    margin-right: 0.3rem;
}

.sharer-wrapper-section {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.slider-esdeveniments ul li.slide-zero {
    text-align: left;
    padding: 2rem 3rem 2rem 5rem;
}

/* position dots in gallery */
.flickity-page-dots {
    bottom: 0px;
}

/* white circles */
.flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid #fff;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: #fff;
}

/* Container holding the image and the text */
.video-procediment {
    background-image: url(../img/foto_video_final.jpg);
    color: #fff;
    background-size: cover;
    min-height: 35rem;
}

.video-procediment img {
    width: 100%;
}

.text-video-procediment-farsa {
    padding: 5rem 2rem 3rem 5rem;
}

.p-es-una-farsa {
    width: 45%;
}

.video-procediment-icona-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-procediment-icona-play img {
    width: 6rem;
}

.uneixte-divider {
    display: inline-block;
    width: 20rem;
    border-top: 6px solid #ff3300;
}

.vjs-error-display {
font-size: 1.2rem;
    line-height: 1.6rem;
    padding-top: 3rem;
}

.vjs-error .vjs-error-display:before {
    content: none;
}

.presos-divider {
    display: inline-block;
    width: 1.8em;
    border-top: 2px solid #000;
}

.h1-uneixte {
    margin: 0;
    font-size: 3.2rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 3.3rem;
    color: #000;
}

.h1-accions {
    margin: 0 0 1rem 0;
    font-size: 3.2rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 3.3rem;
    color: #000;
}

.text-vermell {
    color: #ff3300;
}

.p-accions {
    margin: 3rem 0 3rem 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #fff;
    font-weight: 500;
}

.color-negre {
    color: #000;
}

.fons-blanc-accions {
    background-color: #fff;
    color: #000;
    padding: 0 0.5rem;
}

.fons-vermell-accions {
    background-color: #ff3300;
    color: #fff;
    padding: 0 0.5rem;
}

.fons-d4d4d4 {
    background-color: #d4d4d4;
}

.table-accions {
    margin: 3rem 0 3rem 0;
}

.data-accions {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 3.2rem;
    line-height: 3.6rem;
}


.descripcio-accions {
    color: #fff;
    font-size: 1.6rem;
    padding-left: 1rem;
}

.boto-negre.boto-accions.boto-accions-blanc {
    margin-bottom: 0;
    background-color: #fff;
    color: #000;
}

.accio-mobilitzat .accions-text {
    padding-bottom: 3rem;
}

.accio-mobilitzat .share-icons-lateral .share-icon-quadrat, .accio-mobilitzat .share-icons-lateral .share-icon-quadrat.primeraIcona {
    border-color: #fff;
}


.h1-presos {
    margin: 0;
    font-size: 2.2rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    color: #000;
}

.p-214-anys {
    font-size: 11.3rem;
    margin: 1.5rem 0 0 0;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 10.6rem;
    color: #fff;
}

.p-presos {
    margin: 0;
    font-size: 2.36rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 2.1rem;
    color: #fff;
}

.p-presos2 {
    margin: 0;
    font-size: 1.95rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 2.05rem;
    color: #fff;
}

.p-presos3 {
    margin: 0;
    font-size: 2.14rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 2.2rem;
    color: #fff;
}

.boto-negre.boto-presos.boto-rodo {
    background-color: transparent;
    color: #000;
    font-size: 6rem;
    line-height: 6rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.p-214-anys-mobil {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3rem;
    line-height: 3.1rem;
}

h1.h1-farsa {
    margin: 0 0 1.7rem 0;
    font-size: 4.7rem;
    line-height: 4.8rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
}

span.red-farsa {
    background-color: #ff3300;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.p-uneixte {
    margin: 1rem 0 3rem 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #ff3300;
}

.boto-negre {
    display: block;
    background-color: #000;
    border: none;
    padding: 1rem;
    color: #fff;
    font-size: 1rem;
}

.footer {
    background-color: #f1f1f1;
}

.footer-judici {
    padding: 2rem 5rem 1rem 4rem;
}

.footer-copyright {
    background-color: #e2e2e2;
}

.h1-footer {
    margin: 0;
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
    font-weight: 400;
}

.p-copyright {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 300;
}

.col-12-footer-legal {
    text-align: center;
    padding: 4rem 1rem 1rem 1rem;
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 300;
    background-color: #f1f1f1;
}

.divider-legal {
    margin: 0 0.4rem;
}

.p-footer {
    margin: 1rem 0 0;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 0.96rem;
    color: #000;
}

.p-footer a {
    color: #000;
    display: block;
    margin-bottom: 1rem;
}

.uneixte-esquerre {
    padding: 3rem 5rem 5rem 5rem;
}

.text-header-auto {
    padding: 3rem;
}

.foto-uneixte-whatsapp {
    text-align: center;
}

.foto-uneixte-whatsapp-mobil {
    text-align: center;
}

.foto-uneixte-whatsapp img {
    width: 100%;
    padding: 4rem 4rem 4rem 4rem;
}

.foto-uneixte-whatsapp-mobil img {
    width: 100%;
    padding: 2rem 1rem 1rem 1rem;
}

.boto-negre.boto-accions {
    margin-bottom: 2rem;
    margin-top: 0.8rem;
    display: inline-block;
}


.accions-imatge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accions-imatge img {
    width: 80%;
    padding: 0.5rem;
}

.share-icons-lateral.share-lateral-diari {
    top: 3rem;
}

.sharer-accions-mobil {
    display: none;
}

.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xxss-quadrats.xxss-accions {
    margin-top: 5rem;
}

p.data-esdeveniment {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    margin: 0;
    text-align: left;
}

p.primer-esdeveniment {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 4.7rem;
    margin: 0;
    text-align: left;
    line-height: 4.8rem;
}

p.titol-esdeveniment {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0;
    font-size: 2.4rem;
    line-height: 2.5rem;
    margin: 10px 0 0 0;
    text-align: left;
    color: #ff3300;
}

.carousel-presos {
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0;
    width: 100%;
}

.carousel-presos.flickity-lazyloaded,
.carousel-presos.flickity-lazyerror {
    opacity: 1;
}

.col-3-footer-contingut img {
    width: 40%;
    display: block;
    margin: 1rem 0 0 0;
}

.canal24footer img {
    width: 100%;
    padding-bottom: 1rem;
}

.boto-negre.uneix-footer {
    margin: 1rem 0 0 0;
}

.comptador-desktop {
    padding-left: 5rem;
    padding-top: 24vh;
}

.comptador-mobile {
    padding-left: 3rem;
    padding-top: 28vh;
}

.comptador-mobile .comptador-mobile-text-falten {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3.5rem;
    margin-top: 2.8rem;
}

.text-comptador-desktop {
    justify-content: flex-start;
    margin-bottom: 3rem;
}

.text-comptador-desktop h1 {
    font-size: 4.5rem;
}

.text-comptador-desktop .canal-oficial-span {
    margin-left: 1.5rem;
    font-size: 2.2rem;
    padding: 0.6rem 1.4rem 0.6rem 1.4rem;
}

.red-line-falten-dies {
    border-bottom: 0.4rem solid #ff3300;
}

tr.etiquetes-comptador td {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
}

.comptadorJXD span.span-hms {
    width: 30%;
    font: 8rem 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    background-color: #ff3300;
    background-image: -webkit-linear-gradient(top, #ff3300, #fa251b);
    background-image: -o-linear-gradient(top, #ff3300, #fa251b);
    border-top: 1px solid #ff3300;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    margin: 0 1.2rem 0 0;
    line-height: 8.6rem;
    display: inline-block;
    position: relative;
}

.comptadorJXD span.span-dies {
    width: 30%;
    font: 8rem 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ff3300;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff);
    border-top: 1px solid #fff;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    margin: 0 1.2rem 0 0;
    line-height: 8.6rem;
    display: inline-block;
    position: relative;
}

.comptadorJXD span.comptador-dos-punts {
    font-size: 8rem;
    line-height: 8.6rem;
    text-align: center;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
    position: relative;
    width: 20%;
    color: #ff3300;
    bottom: 1rem;
}

#comptadorJudici #comptador > span:before {
    content: "";
    width: 100%;
    height: 13px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1;
}

.comptadorJXD span.span-dies:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 1px solid #a51e17;
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
}

.comptadorJXD span.span-hms:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 1px solid #a51e17;
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
}

#comptadorJudici .labels {
    width: 100%;
    height: 25px;
    text-align: center;
    bottom: 8px;
}

#comptadorJudici .labels li {
    width: 102px;
    font: 15px 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}


table.comptadorJXD {
    width: 100%;
    text-align: left;
    max-width: 1070px;
}

table.comptadorJXD td {
    width: 25%;
    vertical-align: top;
}

nav.navbar {
    max-width: 100%;
    margin: 0 auto;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav.navbar.nav-bar-negre {
    background-color: #000;
}

.nav-wrapper {
    padding-top: 2rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav.navbar.shrink {
    min-height: 6rem;
    background-color: #eeeeee;
}

nav.navbar.shrink .nav-wrapper {
    padding-top: 1.3rem;
    padding-bottom: 1.2rem;
}

nav.navbar.shrink .navicon {
    padding-top: 0.8rem;
}

nav.navbar.shrink .logo-jd {
    width: 9rem;
}

nav.navbar.shrink .logo-jd.logo-canal24h {
    width: 16rem;
}

nav.navbar.shrink .logo-top {
    width: 9rem;
}

/*CTA UNEIX-TE*/

.boto-cta-uneixte {
    display: none;
    position: fixed;
    padding: 1rem 1.4rem 1rem 1.4rem;
    bottom: 6vh;
    right: 0;
    background-color: #ff3300;
    color: #ffffff;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.21);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.21);
    font-size: 1.5rem;
}

.boto-cta-uneixte a {
    color: #ffffff;
    text-decoration: none;
}

.boto-cta-uneixte a:hover, a:focus {
    color: #ffffff;
    text-decoration: none;
}

.boto-cta-fes-donatiu {
    display: none;
    position: fixed;
    padding: 1rem 1.4rem 1rem 1.4rem;
    bottom: 6vh;
    right: 0;
    background-color: #ff3300;
    color: #ffffff;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.21);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.21);
    font-size: 1.5rem;
}

.boto-cta-fes-donatiu a {
    color: #ffffff;
    text-decoration: none;
}

.boto-cta-fes-donatiu a:hover, a:focus {
    color: #ffffff;
    text-decoration: none;
}


.slider-esdeveniments ul li.is-selected {
    border: none;
}

.slider-esdeveniments ul li.is-selected.is-expanded {
    width: 66.6666%;
    border-right: 1px solid grey;
    border-left: 1px solid grey;
}

.slider-esdeveniments ul li.is-selected.is-expanded img {
    width: auto;
    max-width: 100%;
    max-height: 240px;
}

.slider-esdeveniments ul li {
    width: 33.3333%;
}

.slider-esdeveniments ul li.no-border {
    border: none;
}

.slider-esdeveniments ul li.border-left {
    border-left: 1px solid #000;
}

.text-principal {
    position: absolute;
    bottom: 15vh;
    left: 12vh;
}

.flickity-resize li {
    min-height: 100%;
}

/* buttons, no circle */
.flickity-prev-next-button {
    padding: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    opacity: 0.6;
}

.flickity-prev-next-button:hover {
    background: transparent;
    opacity: 1;
}

/* arrow color */
.flickity-prev-next-button .arrow {
    fill: #ff3300;
}

.flickity-prev-next-button.no-svg {
    color: #ff3300;
}

/* closer to edge */
.flickity-prev-next-button.previous {
    left: 0;
}

.flickity-prev-next-button.next {
    right: 0;
}

/* hide disabled button */
.flickity-prev-next-button:disabled {
    display: none;
}

.carousel-cell {
    width: 100%;
    /* flex-box, center image in cell */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.carousel-cell img {
    display: block;
    width: 100%;
}



/**************************** GRAELLA PRESOS **************************/
.graella-presos {
    display: none;
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 4rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.containerPresos .share-icons-lateral {
    top: 3rem;
}

.graella-videos {
    margin-top: 0;
    padding-bottom: 4rem;
    font-family: 'Roboto Slab', sans-serif;
}


/* ---- grid ---- */
.fons-gris-15 {
    background-color: #e2e2e2;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
    float: left;
    width: 280px;
    height: 280px;
    margin-bottom: 30px;
}

.video-item {
    float: left;
    width: 280px;
    margin-bottom: 24px;
    background-color: #e5e5e5;
}

.accio-item {
    margin-bottom: 1.8rem;
}

.top-presos {
    padding: 2.5rem 3rem 0rem 5rem;
    margin: 0;
}

.presos-pol-text1 {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 4.7rem;
    line-height: 4.8rem;
}

.titol-form-diari {
    font-size: 4rem;
    line-height: 3.9rem;
}

.divider-form-diari {
    margin-top: 1rem;
    margin-bottom: 3rem;
    border-top: 2px solid #000;
}

.form-diari-img {
    padding: 3rem 5rem 0 5rem;
}

.form-diari-img img {
    width: 100%;
}

.presos-pol-text2 h4 {
    color: #ff3300;
    font-size: 1.6rem;
    line-height: 1.7rem;
    margin: 0.6rem 0 0.6rem 0;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
}

.card {
    position: relative;
    width: 280px;
    height: 280px;
    float: left;
    -webkit-perspective: 600px;
    perspective: 600px;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card:hover .content .back {
    opacity: 1;
}

.card:hover .content .front {
    opacity: 0;
}

.front,
.back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    line-height: 300px;
    color: #000;
}

.front {
    z-index: 2;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.back {
    opacity: 0;
    background: #000;
    color: #fff;
    padding: 10px;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.imatge-front > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
}

.text-front {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    -webkit-transition: .5s opacity, .5s background-color;
    -o-transition: .5s opacity, .5s background-color;
    transition: .5s opacity, .5s background-color;
}

.presos-text-gran {
    margin-left: 1rem;
    font-size: 5rem;
    line-height: 4.6rem;
    margin-top: 1rem;
}

.presos-text-petit {
    margin-top: 0.5rem;
    text-align: left;
    line-height: 3.1rem;
    margin-left: 1rem;
    font-size: 3.5rem;
}

.presos-nom-cognom {
    margin-top: 12px;
    text-transform: uppercase;
    text-align: left;
    margin-left: 1rem;
    font-size: 1.5rem;
    line-height: 1.7rem;
}

.presos-carrec {
    margin-top: 1rem;
    color: #ff3300;
    text-transform: uppercase;
    text-align: left;
    margin-left: 1rem;
    font-size: 1.7rem;
    line-height: 1.8rem;
}

.presos-acusacio {
    margin-top: 1rem;
    text-align: left;
    margin-left: 1rem;
    font-size: 2.5rem;
    line-height: 2.6rem;
}

.accions .xs-show {
    padding: 0.7rem 3rem 2rem 3rem;
}

.accions .xs-show .xxss-quadrats.xxss-accions {
    margin-top: 2rem;
}

.accions .xs-show .p-accions {
    margin: 0 0 2rem 0;
}

.fons-vermell {
    background-color: #ff3300;
}

.presos-esquerre-text {
    padding: 3rem 3rem 1rem 5rem;
    color: #ff3300;
}

.presos-esquerre p {
    margin: 0;
}

.boto-negre.boto-presos {
    margin-top: 2rem;
}

.linia-anys {
    display: inline-block;
    width: 1rem;
    border-top: 3px solid #ff3300;
}

.slider-anys .flickity-prev-next-button .arrow, .slider-accions .flickity-prev-next-button .arrow {
    fill: #fff;
}

.paddingLR15 {
    padding-left: 15px;
    padding-right: 15px;
}

.fes-un-donatiu-logo {
    width: 120px;
    margin-top: -18px;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav.navbar.shrink .fes-un-donatiu-logo {
    width: 100px;
    margin-top: -10px;
}

.logo-top-nolletra {
    display: none;
    width: 3.9rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav.navbar.shrink .logo-top-nolletra {
    width: 3rem;
}

.header-negre-top-pagines {
    background-color: #eeeeee;
    height: 7.5rem;
}

.contingut-legal {
    padding: 2rem 0 2rem 0;
    font-weight: 300;
}

.form-whatsapp {
    padding: 2rem 0 2rem 0;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
}

.h1-legal {
    font-size: 2.5rem;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.contingut-legal h3 {
    margin-top: 2rem;
}

.contingut-legal a {
    text-decoration: underline;
}

.presentacio-text h1 {
    color: #fff;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 4.7rem;
    line-height: 5.1rem;
    margin-bottom: 3rem;
}

.presentacio-text h1 a.link-vermell {
    color: #ff3300;
    text-decoration: underline;
}

.presentacio-text h1 a.link-vermell:hover {
    text-decoration: none;
    color: #ff3300;
}

.boto-festen-soci {
    color: #000;
    border: 1px solid #000;
    padding: 0.6rem;
    font-size: 1rem;
}

.menu-mobil-container {
    padding-left: 3rem;
    padding-right: 3rem;
}

.ajudans-donatiu-text-wrapper {
    padding: 3.5rem 3rem 3.5rem 3rem;
}

.presentacio-text-wrapper {
    position: absolute;
    top: 15rem;
    left: 42%;
}

.ajudans-donatiu-imatge-wrapper {
    background-image: url(../img/foto-donatiu.jpg);
    background-size: cover;
    min-height: 35rem;
}

.joacuso-imatge-wrapper img {
    width: 100%;
}

.show-cta {
    display: block;
}

.icona-whats-cta, .icona-donatiu-cta {
    max-width: 100%;
}

.sh-jd-sh-facebook-blanc { background-position: 0 0%; background-size: 100%; }
.sh-jd-sh-telegram-blanc { background-position: 0 4.099746%; background-size: 100%; }
.sh-jd-sh-twitter-blanc { background-position: 0 8.199493%; background-size: 100%; }
.sh-jd-sh-twitter-negre { background-position: 0 12.299239%; background-size: 100%; }
.sh-jd-sh-whatsapp-blanc { background-position: 0 16.398986%; background-size: 100%; }
.sh-jd-sh-whatsapp-negre { background-position: 0 20.498732%; background-size: 100%; }
.sh-jd-sh-facebook-negre { background-position: 0 24.598478%; background-size: 101.075269%; }
.sh-jd-sh-telegram-negre { background-position: 0 28.698225%; background-size: 101.075269%; }
.sh-jd-icona-donatiu { background-position: 0 32.441472%; background-size: 117.5%; }
.sh-jd-facebook-blanc { background-position: 0 35.454165%; background-size: 134.285714%; }
.sh-jd-facebook-negre { background-position: 0 38.535565%; background-size: 134.285714%; }
.sh-jd-facebook-vermell { background-position: 0 41.607367%; background-size: 134.285714%; }
.sh-jd-flickr-blanc { background-position: 0 44.704897%; background-size: 134.285714%; }
.sh-jd-flickr-negre { background-position: 0 47.782427%; background-size: 134.285714%; }
.sh-jd-flickr-vermell { background-position: 0 50.8581%; background-size: 134.285714%; }
.sh-jd-instagram-blanc { background-position: 0 53.95563%; background-size: 134.285714%; }
.sh-jd-instagram-negre { background-position: 0 57.029289%; background-size: 134.285714%; }
.sh-jd-instagram-vermell { background-position: 0 60.108832%; background-size: 134.285714%; }
.sh-jd-telegram-blanc { background-position: 0 63.206362%; background-size: 134.285714%; }
.sh-jd-twitter-blanc { background-position: 0 66.303893%; background-size: 134.285714%; }
.sh-jd-twitter-negre { background-position: 0 69.372385%; background-size: 134.285714%; }
.sh-jd-twitter-vermell { background-position: 0 72.457095%; background-size: 134.285714%; }
.sh-jd-whatsapp-blanc { background-position: 0 75.554625%; background-size: 134.285714%; }
.sh-jd-youtube-blanc { background-position: 0 78.652156%; background-size: 134.285714%; }
.sh-jd-youtube-negre { background-position: 0 81.715481%; background-size: 134.285714%; }
.sh-jd-youtube-vermell { background-position: 0 84.805358%; background-size: 134.285714%; }
.sh-jd-telegram-negre { background-position: 0 87.866109%; background-size: 136.231884%; }
.sh-jd-telegram-vermell { background-position: 0 90.95856%; background-size: 136.231884%; }
.sh-jd-whats-icon-negre { background-position: 0 93.859649%; background-size: 136.231884%; }
.sh-jd-whatsapp-negre { background-position: 0 96.903766%; background-size: 136.231884%; }
.sh-jd-whatsapp-vermell { background-position: 0 100%; background-size: 136.231884%; }

.icona-whats-cta {
    width: 1.5rem;
    height: 1.5rem;
}

.icona-donatiu-cta {
    width: 1.5rem;
    height: 1.5rem;
}

.share-icons-lateral {
    position: absolute;
    top: 5rem;
    left: 0;
}

.share-icons-lateral .share-icon-quadrat.primeraIcona {
    border-top: 1px solid #000;
}

.share-icons-lateral .share-icon-quadrat {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    max-width: 100%;
    background-size: 100%;
    background-image: url('../img/sprite_share.png');
    width: 3.1rem;
    height: 3.1rem;
}

.share-icon-quadrat.share-facebook {
    background-position: 0 24.598478%; background-size: 101.075269%;
}

.share-icon-quadrat.share-twitter {
    background-position: 0 12.299239%; background-size: 100%;
}

.share-icon-quadrat.share-telegram {
    background-position: 0 28.698225%; background-size: 101.075269%;
}

.share-icon-quadrat.share-whatsapp {
    background-position: 0 20.498732%; background-size: 100%;
}

.share-icon-quadrat.share-facebook:hover {
    background-position: 0 0%; background-size: 100%;
    background-color: #000;
}

.share-icon-quadrat.share-twitter:hover {
    background-position: 0 8.199493%; background-size: 100%;
    background-color: #000;
}

.share-icon-quadrat.share-telegram:hover {
    background-position: 0 4.099746%; background-size: 100%;
    background-color: #000;
}

.share-icon-quadrat.share-whatsapp:hover {
    background-position: 0 16.398986%; background-size: 100%;
    background-color: #000;
}

.accio-mobilitzat .share-icon-quadrat.share-facebook {
    background-position: 0 0%; background-size: 100%;
    background-color: #000;
}

.accio-mobilitzat .share-icon-quadrat.share-twitter {
    background-position: 0 8.199493%; background-size: 100%;
    background-color: #000;
}

.accio-mobilitzat .share-icon-quadrat.share-telegram {
    background-position: 0 4.099746%; background-size: 100%;
    background-color: #000;
}

.accio-mobilitzat .share-icon-quadrat.share-whatsapp {
    background-position: 0 16.398986%; background-size: 100%;
    background-color: #000;
}

.accio-mobilitzat .share-icon-quadrat.share-facebook:hover {
    background-position: 0 24.598478%; background-size: 101.075269%;
    background-color: #fff;
}

.accio-mobilitzat .share-icon-quadrat.share-twitter:hover {
    background-position: 0 12.299239%; background-size: 100%;
    background-color: #fff;
}

.accio-mobilitzat .share-icon-quadrat.share-telegram:hover {
    background-position: 0 28.698225%; background-size: 101.075269%;
    background-color: #fff;
}

.accio-mobilitzat .share-icon-quadrat.share-whatsapp:hover {
    background-position: 0 20.498732%; background-size: 100%;
    background-color: #fff;
}

.margin-top-1rem {
    margin-top: 1rem;
}

.fons-vermell-accions.backcol-negre {
    background-color: #000;
}

.accions-desc-activitat a {
    color: #ff3300;
    font-weight: bold;
}

.presos214img {
    width: 70%;
}

.flexVideoResum {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.share-lateral-timeline {
    top: 2.5rem;
}

.accions-text .share-lateral-timeline {
    top: 4.5rem;
}

.containerPresos {
    position: relative;
    padding: 3rem 1rem 3rem 5rem;
}

.containerPresos .grid {
    max-width: 100%;
}

.avis-cookies {
    display: none;
    position: fixed;
    bottom: 0;
    color: #000;
    width: 100%;
    background: #eeeeee;
    padding: 4rem 4rem 4rem 4rem;
    font-weight: 300;
}

.avis-cookies p, .avis-cookies a {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top: 0;
}

.cookies_popup_message {
    margin-bottom: 1.6rem;
}

.more_info {
    float: left;
    margin: 0;
    color: #fff;
    background-color: #ff3300;
    padding: 1rem 2rem 1rem 2rem;
    font-weight: 400;
}

.accept_cookies {
    float: right;
    margin: 0;
    color: #fff;
    background-color: #ff3300;
    padding: 1rem 2rem 1rem 2rem;
    font-weight: 400;
}

.accept_cookies:hover {
    cursor: pointer;
    background-color: #fff;
    color: #000;
}

.more_info:hover {
    cursor: pointer;
    background-color: #fff;
    color: #000;
}

.xxss-menu-top {
    margin-left: 3rem;
    width: fit-content;
    padding-top: 1rem;
}

.xxss-menu-top > a > div {
    display: inline-block;
    width: 3.1rem;
    height: 3.3rem;
    margin-right: 0.2rem;
    max-width: 100%;
    background-size: 100%;
    background-image: url('../img/sprite_share.png');
}

.xxss-menu-top .share-facebook {
    background-position: 0 35.454165%; background-size: 134.285714%;
}

.xxss-menu-top .share-twitter {
    background-position: 0 66.303893%; background-size: 134.285714%;
}

.xxss-menu-top .share-youtube {
    background-position: 0 78.652156%; background-size: 134.285714%;
}

.xxss-menu-top .share-instagram {
    background-position: 0 53.95563%; background-size: 134.285714%;
}

.xxss-menu-top .share-flicker {
    background-position: 0 44.704897%; background-size: 134.285714%;
}

.xxss-menu-top .share-telegram {
    background-position: 0 63.206362%; background-size: 134.285714%;
}

.xxss-menu-top .share-whatsapp {
    background-position: 0 75.554625%; background-size: 134.285714%;
}

.xxss-menu-top .share-facebook:hover {
    background-position: 0 41.607367%; background-size: 134.285714%;
}

.xxss-menu-top .share-twitter:hover {
    background-position: 0 72.457095%; background-size: 134.285714%;
}

.xxss-menu-top .share-youtube:hover {
    background-position: 0 84.805358%; background-size: 134.285714%;
}

.xxss-menu-top .share-instagram:hover {
    background-position: 0 60.108832%; background-size: 134.285714%;
}

.xxss-menu-top .share-flicker:hover {
    background-position: 0 50.8581%; background-size: 134.285714%;

}

.xxss-menu-top .share-telegram:hover {
    background-position: 0 90.95856%; background-size: 136.231884%;
}

.xxss-menu-top .share-whatsapp:hover {
    background-position: 0 100%; background-size: 136.231884%;
}

.xxss-footer {
    margin-left: 0;
    width: fit-content;
}

.xxss-footer > a > div {
    display: inline-block;
    width: 1.65rem;
    height: 1.75rem;
    margin-right: 1px;
    max-width: 100%;
    background-size: 100%;
    background-image: url('../img/sprite_share.png');
}

.xxss-footer .share-facebook {
    background-position: 0 41.607367%; background-size: 134.285714%;
}

.xxss-footer .share-twitter {
    background-position: 0 72.457095%; background-size: 134.285714%;
}

.xxss-footer .share-youtube {
    background-position: 0 84.805358%; background-size: 134.285714%;
}

.xxss-footer .share-instagram {
    background-position: 0 84.805358%; background-size: 134.285714%;
}

.xxss-footer .share-flicker {
    background-position: 0 50.8581%; background-size: 134.285714%;
}

.xxss-footer .share-telegram {
    background-position: 0 90.95856%; background-size: 136.231884%;
}

.xxss-footer .share-whatsapp {
    background-position: 0 100%; background-size: 136.231884%;
}

.xxss-footer .share-facebook:hover {
    background-position: 0 38.535565%; background-size: 134.285714%;
}

.xxss-footer .share-twitter:hover {
    background-position: 0 69.372385%; background-size: 134.285714%;
}

.xxss-footer .share-youtube:hover {
    background-position: 0 81.715481%; background-size: 134.285714%;
}

.xxss-footer .share-instagram:hover {
    background-position: 0 57.029289%; background-size: 134.285714%;
}

.xxss-footer .share-flicker:hover {
    background-position: 0 47.782427%; background-size: 134.285714%;
}

.xxss-footer .share-telegram:hover {
    background-position: 0 87.866109%; background-size: 136.231884%;
}

.xxss-footer .share-whatsapp:hover {
    background-position: 0 96.903766%; background-size: 136.231884%;
}

a.link-form-contacte {
    color: #ff3300 !important;
    text-decoration: underline !important;
}

.flickity-enabled.is-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e2e2e2;
    z-index: 9999;
    padding-bottom: 0;
}

.video-item-img {
    position: relative;
}

.video-item-img img {
    width: 100%;
}

.video-item-content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/*mes videos page*/

.mainwrapper {
    padding-left: 3%;
    padding-right: 3%;
}


.front img {
    width: 100%;
}


#msg-box {
    display: none;
    font-size: 2rem;
    text-align: center;
    padding-top: 1rem;
}

/* ---- input ---- */
.h1-mes-videos {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 3.3rem;
    margin-bottom: 2.4rem;
}

.lupa-cerca-div {
    margin-bottom: 2.4rem;
}

.lupa-cerca-div img {
    width: 2.3rem;
    vertical-align: bottom;
    /*cursor: pointer;*/
}

#quicksearch:focus {
    outline: none;
}

.input-search-mes-videos {
    /*display: none;*/
    font-size: 1.2rem;
    background: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #000;
    font-weight: bold;
    color: #ff3300;
    padding: 0;
    line-height: 2.4rem;
}

.image-container-mes-videos {
    position: relative;
}

.img-mes-videos {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.data-video-item .data-span-videos {
    position: relative;
}

.play-graella {
    background-image: url("../img/play_blanc_rodo.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-container-mes-videos:hover .img-mes-videos {
    opacity: 0.3;
}

.image-container-mes-videos:hover .play-graella {
    background-image: url("../img/play_blanc_rodo_hover.png");
}

.single-video-item-img .play-single-video {
    width: 6rem;
    height: 6rem;
}

.video-item-img .play-single-video {
    width: 6rem;
    height: 6rem;
}

.boto-veure-videos-single {
    margin-right: 2.6rem;
    vertical-align: top;
    display: inline-block;

}

.containerSingleVideo .single-video-item-content .share-icons-lateral {
    display: none;
}

/* ---- button ---- */

.buttonMesVideos {
    display: inline-block;
    padding: 0.5rem 1.6rem;
    background: #e5e5e5;
    border: none;
    color: #000000;
    font-size: 1.2rem;
    cursor: pointer;
    font-weight: 300;
}

.buttonMesVideos:hover {
    background-color: #b3b3b3;
    color: #222;
}

.buttonMesVideos:active,
.buttonMesVideos.is-checked {
    background-color: #ff3300;
    color: #fff;
}

.buttonMesVideos:focus {
    outline: none;
}

/* ---- button-group ---- */

.button-groupMesVideos:after {
    content: '';
    display: block;
    clear: both;
}

.button-groupMesVideos .buttonMesVideos {
    border-radius: 0;
    margin-right: 1.6rem;
    margin-bottom: 1.6rem;
}

.button-groupMesVideos {
    margin-bottom: 3.2rem;
}

/* ---- grid ---- */
.gridMesVideos {
    margin: 0 auto; /* centered */
}

/* clear fix */
.gridMesVideos:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item- mes videos ---- */

.titol-video-item {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 0.5rem 0 0.5rem 0;
    font-weight: 400;
}

.descripcio-video-item {
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1.1rem;
    margin-top: 0.5rem;
}

.data-video-item {
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-top: -1rem;
    line-height: 2rem;
}

.data-span-videos {
    background-color: #ff3300;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.joacuso-slider-wrapper {
    position: relative;
}

.joacusoslidertoptext {
    position: absolute;
    bottom: 3rem;
    left: 5rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.joacusoslidertoptext.joacusotextmobil {
    position: absolute;
    padding: 3rem;
    bottom: 0;
    left: 0;
    top: 7rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#joacusosliderdesktop .gallery-joacuso-item, #joacusoslidermobil .gallery-joacuso-item {
    width: 100%;
    background: #000;
    color: #fff;
    height: fit-content;
    text-align: center;
}

#joacusosliderdesktop .gallery-joacuso-item img, #joacusoslidermobil .gallery-joacuso-item img {
    display: block;
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bloc-donar-text {
    text-align: center;
    background-color: #ff3300;
    padding: 2rem 0.8rem 0.8rem 0.8rem;
    margin-bottom: 30px;
}

.bloc-donar-ara {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.input-euro {
    position: relative;
    margin-right: 1rem;
}
.input-euro.left input {
    padding-left:18px;
}
.input-euro.right input {
    padding-right:18px;
    text-align:end;
    font-size: 1.4rem;
}

.input-euro:before {
    color: #000;
    position: absolute;
    top: 0;
    content:"€";
}
.input-euro.left:before {
    left: 5px;
}
.input-euro.right:before {
    right: 10px;
}

.top-bottom-2rem {
    margin: 2rem 0 2rem 0;
}

.top-bottom-4rem {
    margin: 4rem 0 4rem 0;
}

.boto-donar {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    background-color: #fff;
    padding: 0.5rem 1.2rem;
    border-radius: 2rem;
    cursor: pointer;
}


.desc-boto-donar {
    color: #fff;
}

.bloc-donar img {
    width: 100%;
}

/* Fade CSS joacuso sliders */

#joacusosliderdesktop .flickity-slider, #joacusoslidermobil .flickity-slider {
    transform: none !important;
}

#joacusosliderdesktop .gallery-joacuso-item, #joacusoslidermobil .gallery-joacuso-item {
    left: 0 !important;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: -1;
}

#joacusosliderdesktop .gallery-joacuso-item.is-selected, #joacusoslidermobil .gallery-joacuso-item.is-selected {
    opacity: 1;
    z-index: 0
}

.cookies-donatius {
    top: 0;
    bottom: unset;
}

.col-3-footer-contingut img.caratulafooter {
    width: 100%;
    display: block;
    margin: 1rem 0 0 0;
}

.moltesgracieswrapper {
    background-image: url("../img/moltesgraciesback.jpg");
    background-size: cover;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    height: 100vh;
}

.moltesgracies-msg {
    font-size: 8.6rem;
    line-height: 14rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    padding-top: 10rem;
    opacity: 0;
    transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out;
}

.moltesgraciesspanred {
    background-color: #ff3300;
    padding: 0.2rem 1rem 0.2rem 1rem;
}

.streamwrapper {
    padding: 2rem 10rem;
}

.modal-judici {
background-image: url("../img/fonsplayer_off.jpg") !important;
    font-size: 1.5rem;
    background-size: cover !important;
}

.single-video-data {
    font-size: 1rem;
    margin-top: 0;
}

#streamjudici {
    background-image: url("../img/back_comptador.jpg");
    background-size: cover;
    background-position: center;
}

.content-footer-form-auto {
    max-width: 755px;
    margin: auto;
}

.max-755-auto {
    max-width: 755px;
    margin: auto;
    padding: 0 3rem 0 3rem;
    text-align: center;
}

.padding-bottom-2rem {
    padding-bottom: 2rem;
}

.max-755-auto p {
    text-align: center; font-size: 1.6rem;
}

.max-755-auto img {
    width: 100%;
    max-width: 10rem;
}

.margin-top-3-5-rem {
    margin-top: 3.5rem;
}

.color-vermell {
    color: #ff3300 !important;
}

.xifra-beneficis-fiscals {
    margin: 0.8rem 0;
    font-size: 4rem !important;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 4.1rem;
    color: #ff3300 !important;
}

#persones-fisiques-link, #persones-juridiques-link {
    cursor: pointer;
    font-weight: bold;
}

#persones-fisiques-link:hover, #persones-juridiques-link:hover {
    color: #ff3300;
}

#persones-fisiques-link {
    color: #ff3300;
}

.formulari-feste-soci {
    background-image: url("../img/back-form-soci.jpg");
    background-size: cover;
    background-position-x: right;
    background-position-y: top;
}

.container-footer-auto {
    max-width: 755px;
    margin: 0 auto 4rem auto;
    background-color: #ffffffeb;
    padding: 3rem;
}

.content-footer-form-auto p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: bold;
    margin: 0;
    padding-bottom: 2rem;
}

.content-footer-form-auto img {
    width: 100%;
}

.back-video-top {
    background-size: cover;
    background-position: center;
}

.ultim-video-content {
    padding: 30rem 5rem 3rem 5rem;
}

.ultim-video-content-2 {
    padding: 2rem 5rem 3rem 5rem;
}
.color-blanc {
    color: #fff !important;
}

#filter-auto {
    padding-top: 1rem;
}

#filter-auto input[type="checkbox"] {
    zoom: 1.5;
}

#filter-auto label {
    color: #000;
}

.h1-entregues {
    margin: 0 !important;
    font-size: 5.1rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 5.1rem;
    color: #fff !important;
}

.ultim-video-content-autoinculpacions {
    padding: 3rem 5rem 10rem 5rem;
}

.text-descarrega-autoinculpacions {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ff3300;
    font-size: 3.5rem;
    line-height: 3.6rem;
    text-align: center;
    padding: 5rem 10rem;
}

.text-descarrega-autoinculpacions a {
    text-decoration: underline;
    color: #ff3300;
}

.text-descarrega-autoinculpacions a:hover {
    text-decoration: underline;
    color: #000000;
}

.ultim-video-data {
    font-size: 1.6rem;
}

.ultim-video-titol {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 4.5rem;
    line-height: 4.6rem;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}


.single-video-titol {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600;
    margin-top: 1.6rem;
    margin-bottom: 0;
}

.single-video-divider {
    display: inline-block;
    width: 2.2rem;
    border-top: 1px solid #000;
}

.single-video-h1 {
    padding-left: 7rem;
    margin-bottom: 3rem;
    margin-top: 3.2rem;
}

.single-video-descripcio {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 0.5rem;
    margin-bottom: 2.6rem;
}

.play-single-video {
     background-image: url("../img/play_blanc_rodo.png");
     background-size: cover;
     background-repeat: no-repeat;
     width: 8rem;
     height: 8rem;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

.play-single-video:hover {
    background-image: url("../img/play_blanc_rodo_hover.png");
}

.play-ultim-video {
    background-image: url("../img/play_videofinal_blanc-29.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 8rem;
    height: 8rem;
    margin: 100px auto 0 auto;
}

.topAccions {
    color: #fff;
    position: relative;
    padding: 3rem 5rem 3rem 5rem;
    background-image: url("../img/accionsagendaback.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.topAccions.top-campanya {
    background-image: url(../img/backcampanya.jpg);
}

.num-accions-wrapper {
    font-size: 2rem;
    line-height: 2.1rem;
    color: #fff;
}

.afegir-accions {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3rem;
    line-height: 3.2rem;
    padding: 0;
    cursor: pointer;
}

#post-form label {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
}

.form-control-accions {
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    margin-bottom: 2rem;
}

.actes-territori-text {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 9rem;
    line-height: 8.5rem;
    padding: 0;
    margin: 3rem 0 3rem 0;
    color: #fff;
}

.boto-negre-enviar-form {
    display: block;
    background-color: #000;
    border: none;
    padding: 1rem 4rem;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 2rem;
}

.desc-accio-textarea {
    border: 1px solid #000;
    padding: 0.8rem;
    overflow: auto;
    resize: none;
    height: 6rem;
}

.privacitat-form-accions p {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.text-top-actes {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 8rem;
    line-height: 8.2rem;
    padding: 0;
}

.text-top-actes.top-europa {
    font-size: 6rem;
    line-height: 6rem;
}

.descarregat-material-text {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3rem;
    line-height: 3.2rem;
    padding: 0;
}

.aqui-trobaras {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: bold;
    padding: 2rem 0 3rem 0;
}


.containerAccions {
    position: relative;
    padding: 3rem 5rem 3rem 5rem;
}

.select-Wrapper-accions {
    margin-bottom: 2rem;
}

.select-accions {
    padding: 0 0.5rem 0 0;
}

.select-Wrapper-accions label {
    font-size: 1.2rem;
    font-weight: 400;
    color: #a0a0a0;
}

.select-Wrapper-accions select {
    font-size: 1.2rem;
}

.accio-div {
    padding: 0 1rem;
}

.accions-poble {
    margin: 0 0 0 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: bold;
 }

.filtres-accions {
    align-items: flex-end;
    border-bottom: 1px solid #000;
    padding: 0 0 3rem 0;
}

.text-agenda-actes {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #ff3300;
    font-size: 3rem;
    line-height: 3.2rem;
    padding: 0 0.5rem;
}

.lupa-accions {
    margin:0;
}

.accions-entitat {
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
}
.accions-titol {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ff3300;
    font-size: 2rem;
    line-height: 2.1rem;
    margin: 0 0 1.2rem 0;

}
.accions-desc-activitat {
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.accions-data {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 0 0 1rem 0;
}

.accions-comarca {
    text-align: left;
    margin: 0 0 0.4rem 0;
}


.accions-comarca-span {
    background-color: #c4c4c4;
    padding: 0 0.4rem 0 0.4rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.passat * {
    color: #6c6c6c !important;
}

.passat .accions-comarca-span {
    background-color: #dedede !important;
}

.single-video-item-content {
    padding: 0rem 0rem 0rem 1.5rem;
}

.video-item a {
    color: #000;
}

.video-item a:hover {
    color: #ff3300;
}

.containerSingleVideo {
    position: relative;
    padding: 0rem 7rem 3rem 7rem;
}

.share-icons-lateral.single-video-share-wrapper {
    top: 0;
}

.square-jutgen {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.square-jutgen:hover {
    border-radius: 50%;
    cursor: pointer;
}

.square-inner {
    opacity: 0;
    width: 12rem;
    height: 12rem;
    text-align: center;
    transition: all .4s ease-in-out;
    transform: scale(1);
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square-textInner .ensjutgen-quantity {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

.square-textInner .ensjutgen-description {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.square-jutgen:hover .square-inner {
    opacity: 1;
    transform: scale(1.2);
}

.square-jutgen:hover .boto-donar-ensjutgen {
    opacity: 0;
}

.square-jutgen:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.boto-donar-ensjutgen {
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    background-color: #fff;
    padding: 0.5rem 1.2rem;
    border-radius: 2rem;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: all .4s ease-in-out;
    margin: 0 0 3.5rem 2.3rem;
}

.contingut-autoinculpacions {
    border-right: 1px solid #000;
}

.margin-top-bottom-2rem {
    margin: 2rem 0 2rem 0 !important;
}
.header-gran {
    padding-top: 10rem;
    margin: 0 0 2rem 0;
    font-size: 4rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 4.1rem;
    color: #000;
}

.h2-headers {
    margin: 0;
    font-size: 2rem;
    font-family: 'bebas_neueregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 2.1rem;
    color: #000;
}

#htaf-auto {
        background-image: url(../img/back-autoinculpacions.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 7rem;
}

.span-taronja {
    background-color: #ff3300;
    padding: 0.5rem 1rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 2.3rem;
}

.paragraf-2rem-bottom {
    margin-bottom: 2rem;
}

.margin-bottom-3rem {
    margin-bottom: 3rem;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
}

.resp-sharing-button__icon svg {
  width: 2.5em;
  height: 2.5em;
  margin-right: 0.8em;
  vertical-align: top
}


.resp-sharing-button--facebook svg {
  fill: #c5c5c5;
}

.resp-sharing-button--facebook svg:hover,
.resp-sharing-button--facebook svg:active {
  fill: #2d4373;
}

.resp-sharing-button--twitter svg {
  fill: #c5c5c5;
}

.resp-sharing-button--twitter svg:hover,
.resp-sharing-button--twitter svg:active {
  fill: #2795e9;
}

.resp-sharing-button--email svg {
  fill: #c5c5c5;
}

.resp-sharing-button--email svg:hover,
.resp-sharing-button--email svg:active {
  fill: #ff3300;
}

.resp-sharing-button--whatsapp svg {
  fill: #c5c5c5;
}

.resp-sharing-button--whatsapp svg:hover,
.resp-sharing-button--whatsapp svg:active {
  fill: #1DA851;
}

.resp-sharing-button--telegram svg {
  fill: #c5c5c5;
}

.resp-sharing-button--telegram svg:hover {
  fill: #4B97D1;}

