@charset "UTF-8";
/*
    Archivo solo para hacer imports, si se quiere añadir css, crear un nuevo fichero
    e importar en este.
    Precompilar solo el fichero main.scss
*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,400,600,700);
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap");
/** Responsive mixins - BEGIN **/
/** Responsive mixins - END **/
/****** anchors from CKEditor ******/
.ckeditor-anchor-red p a {
  color: #c00000;
  text-decoration: underline;
}
.ckeditor-anchor-red p a:hover {
  text-decoration: none;
}

/****** nav links menu local tasks ******/
.nav-tabs .nav-item.show a.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-item a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  display: block;
  padding: 0.5rem 1rem;
}
.nav-tabs .nav-item a:hover, .nav-tabs .nav-item a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  text-decoration: none;
}

/********************/
body {
  font-family: "Open Sans", sans-serif;
}

.section {
  padding-top: 40px;
  margin-bottom: 40px;
  margin-top: 0;
}
.section:first-child {
  padding-top: 0;
}
.section:last-child {
  margin-bottom: 0;
}

.layout-container a {
  font-size: 15px;
  color: #000;
}
.layout-container a:hover {
  text-decoration: none;
  color: #c00000;
}
.layout-container a.btn {
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  color: var(--white);
  padding: 17px 25px;
  border: none;
  border-radius: 0;
}
.layout-container a.btn.btn-primary {
  background-color: #c00000;
}

.top-bar-header {
  background-color: #f3f3f2;
  padding: 8px 0;
}
.top-bar-header .links.languages {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
}
.top-bar-header .links.languages li {
  text-transform: uppercase;
  margin-left: 15px;
}
.top-bar-header .links.languages li.is-active {
  font-weight: bold;
}
.top-bar-header .links.languages li:first-child {
  margin-left: 0;
}
.top-bar-header .links.languages li a {
  line-height: 15px;
}
.top-bar-header .bar-elements {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-bar-header .bar-elements .social-media-block {
  margin-left: 15px;
  /* border-left: 2px solid; Ocultos hasta que se habilite el multi idioma */
  padding-left: 15px;
  line-height: 14px;
}
.top-bar-header .bar-elements .social-media-block a {
  margin-right: 15px;
}
.top-bar-header .bar-elements .social-media-block a:last-child {
  margin-right: 0;
}
.top-bar-header .bar-elements .social-media-block img {
  width: 20px;
}
.top-bar-header.desktop {
  display: block;
}
@media (max-width: 991px) {
  .top-bar-header.desktop {
    display: none;
  }
}
.top-bar-header.mobile {
  display: none;
}
.top-bar-header.mobile .language-switcher-language-url {
  float: right;
}
@media (max-width: 991px) {
  .top-bar-header.mobile {
    display: block;
    padding: 15px 0;
    margin-top: 12px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.social-media-block.mobile a {
  margin-right: 15px;
}
.social-media-block.mobile a:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  #block-prodeca-theme-breadcrumbs {
    padding-top: 10px;
  }
}

.center {
  text-align: center;
}

.hr-black {
  border-top: 0.75px solid black;
  margin: 30px 0;
  display: block;
  line-height: 0.1;
  min-height: 1px;
}
.hr-black.small {
  margin: 20px 0;
}
.hr-black.transparent {
  border-color: transparent;
}

.content-extra-link p {
  margin: -8px 0;
  color: #c00000;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
}
.content-extra-link p a {
  color: #c00000;
}
.content-extra-link p a svg {
  margin-left: 10px;
}

.main-title p, .main-title h1 {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #000;
}
.main-title.red p, .main-title.red h1 {
  color: #c00000;
}

p {
  font-size: 15px;
  line-height: 18px;
  color: #000;
}
p.inner-title {
  font-size: 20px;
  line-height: 23px;
  color: #c00000;
  font-weight: bold;
}
p.inner-title-margin {
  margin-bottom: 4rem;
}

img {
  max-width: 100%;
  height: auto;
}

.col-md-esp {
  position: relative;
  min-height: 1px;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-md-esp {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .col-md-esp:nth-child(3n) {
    padding-right: 0 !important;
  }
  .col-md-esp:nth-child(3n+4) {
    padding-left: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .col-md-esp {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-esp:nth-child(2n) {
    padding-right: 0 !important;
  }
  .col-md-esp:nth-child(2n+3) {
    padding-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .col-md-esp {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .col-md-esp:nth-child(5n) {
    padding-right: 10px !important;
  }
  .col-md-esp:nth-child(6n) {
    padding-left: 10px !important;
  }
}

.col-md-esp2 {
  position: relative;
  min-height: 1px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-md-esp2 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .col-md-esp2:nth-child(3n) {
    padding-right: 0 !important;
  }
  .col-md-esp2:nth-child(3n+4) {
    padding-left: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .col-md-esp2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-esp2:nth-child(2n) {
    padding-right: 0 !important;
  }
  .col-md-esp2:nth-child(2n+3) {
    padding-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .col-md-esp2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .col-md-esp2:nth-child(5n) {
    padding-right: 10px !important;
  }
  .col-md-esp2:nth-child(6n) {
    padding-left: 10px !important;
  }
}

.section-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.subtitle-red {
  font-size: 24px;
  line-height: 28px;
  color: #c00000;
  font-weight: bold;
  margin-bottom: 30px;
}

.subtitle-black {
  font-size: 20px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
}

.testimonial-quote {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 35px;
  margin-top: 20px;
}

.grid-title {
  color: #c00000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.grey-box {
  padding: 20px 30px 30px;
  background-color: #f3f3f2;
  margin-bottom: 30px;
}
.grey-box h4 {
  font-size: 18px;
  line-height: 22px;
  color: #c00000;
  font-weight: 600;
  margin-bottom: 20px;
}
.grey-box .related-title {
  font-weight: 600;
}
.grey-box .red-sidebar-title {
  font-size: 18px;
  line-height: 24px;
  color: #c00000;
  text-transform: uppercase;
  font-weight: bold;
}
.grey-box .document-url .file-box {
  display: flex;
  margin-bottom: 20px;
}
.grey-box .document-url .file-box .document-image img {
  width: 30px;
  margin-right: 20px;
}
.grey-box .document-url .file-box .document-date {
  max-width: 80%;
}
.grey-box .document-url .file-box .document-date p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}
.grey-box .document-url:last-child .file-box {
  margin-bottom: 0;
}
.grey-box.type-b .document-url .file-box {
  border-top: 0.75px solid #000;
  padding-top: 12px;
}
.grey-box.type-b .document-url .file-box .document-image {
  display: none;
}
.grey-box.type-b .document-url .file-box .document-date {
  max-width: 100%;
}

.related-title {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  margin-bottom: 18px;
  font-weight: 600;
}
.related-title.news {
  font-weight: bold;
}

.section-title {
  font-size: 24px;
  line-height: 28px;
  color: #c00000;
  font-weight: bold;
  margin-bottom: 25px;
}

.see-more-link {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  display: block;
}

.related-news .row .col-md-6 {
  margin-bottom: 50px;
}
.related-news .row .col-sm-6 {
  margin-bottom: 20px;
}

.page-content {
  padding-top: 70px;
}
.page-content > .col-lg-8 .subtitle-red {
  margin-bottom: 15px;
}

.v-align {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-banner {
  height: 350px; /* Modificar cuando este hecho el apartado banner a max-height */
  background-size: cover;
  background-position: 50%;
}
.main-banner .container {
  position: relative;
  height: 100%;
}
.main-banner .container .banner-text {
  width: 40%;
}
.main-banner .container .banner-text h1, .main-banner .container .banner-text h2 {
  font-size: 30px;
  line-height: 33px;
  color: #000;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .main-banner .container .banner-text {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .main-banner .container .banner-text {
    width: 75%;
  }
}
.main-banner .container .banner-text a {
  display: inline-block;
}
.main-banner .container .banner-text p {
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
}
.main-banner .container .banner-text .bf-hashtag {
  color: #FFF;
  font-weight: lighter;
  font-size: 25px;
  margin-bottom: 8px;
}
.main-banner .container .banner-text .bf-title {
  color: #FFF;
  font-size: 65px;
  line-height: 60px;
}
.main-banner .container .banner-text .bf-desc {
  color: #FFF;
  font-size: 18px;
  font-weight: initial;
  line-height: 22px;
}

span.line-break {
  display: block;
}

.red-ribbon-box {
  background-color: #c00000;
}
.red-ribbon-box h3 {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #FFF;
  font-weight: 400;
  padding: 25px 30px;
  margin-bottom: 0;
}
.red-ribbon-box p {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #FFF;
  margin: 0;
  padding: 8px 24px;
}
.red-ribbon-box p a {
  color: #FFF !important;
  font-size: 20px;
}
.red-ribbon-box p a:hover {
  color: #FFF !important;
}
.red-ribbon-box .base-ck-box {
  margin: 0;
}

.read-more {
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

.fair-contact {
  margin-bottom: 2px;
  padding-left: 20px;
}

.bg-grey-half {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 140px);
  background-color: #f3f3f2;
  z-index: -1;
}
.bg-grey-half.dark {
  background-color: #e4e4e4;
}
.bg-grey-half.black {
  background-color: #a5a4a5;
}

.social-media p {
  font-weight: 600;
  color: #000;
}

.related-fair-international .inner-title {
  margin: 20px 0 30px;
}

.form-private-area-login .radio-buttons,
.webform-submission-newsletter-subscribe-form .radio-buttons,
.butlleti-box .radio-buttons,
.webform-submission-join-prodeca-form .radio-buttons,
.webform-newsletter-footer .radio-buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.form-private-area-login input[type=text], .form-private-area-login input[type=email], .form-private-area-login input[type=password],
.webform-submission-newsletter-subscribe-form input[type=text],
.webform-submission-newsletter-subscribe-form input[type=email],
.webform-submission-newsletter-subscribe-form input[type=password],
.butlleti-box input[type=text],
.butlleti-box input[type=email],
.butlleti-box input[type=password],
.webform-submission-join-prodeca-form input[type=text],
.webform-submission-join-prodeca-form input[type=email],
.webform-submission-join-prodeca-form input[type=password],
.webform-newsletter-footer input[type=text],
.webform-newsletter-footer input[type=email],
.webform-newsletter-footer input[type=password] {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding: 6px 0;
  /* margin-bottom: 5px; */
  width: 100%;
  background-color: transparent;
  font-size: 15px;
}
.form-private-area-login textarea,
.webform-submission-newsletter-subscribe-form textarea,
.butlleti-box textarea,
.webform-submission-join-prodeca-form textarea,
.webform-newsletter-footer textarea {
  padding: 6px 0;
  width: 100%;
  margin: 5px 0 0;
  border: none;
  border-bottom: 1px solid black;
  height: 70px;
  font-size: 15px;
}
.form-private-area-login .js-form-type-checkbox,
.webform-submission-newsletter-subscribe-form .js-form-type-checkbox,
.butlleti-box .js-form-type-checkbox,
.webform-submission-join-prodeca-form .js-form-type-checkbox,
.webform-newsletter-footer .js-form-type-checkbox {
  display: flex;
  align-items: baseline;
  margin-top: 15px;
}
.form-private-area-login .js-form-type-checkbox input,
.webform-submission-newsletter-subscribe-form .js-form-type-checkbox input,
.butlleti-box .js-form-type-checkbox input,
.webform-submission-join-prodeca-form .js-form-type-checkbox input,
.webform-newsletter-footer .js-form-type-checkbox input {
  margin-right: 15px;
}
.form-private-area-login .js-form-type-checkbox .description, .form-private-area-login .js-form-type-checkbox a,
.webform-submission-newsletter-subscribe-form .js-form-type-checkbox .description,
.webform-submission-newsletter-subscribe-form .js-form-type-checkbox a,
.butlleti-box .js-form-type-checkbox .description,
.butlleti-box .js-form-type-checkbox a,
.webform-submission-join-prodeca-form .js-form-type-checkbox .description,
.webform-submission-join-prodeca-form .js-form-type-checkbox a,
.webform-newsletter-footer .js-form-type-checkbox .description,
.webform-newsletter-footer .js-form-type-checkbox a {
  font-size: 10px;
  line-height: 13px;
}
.form-private-area-login input[type=submit],
.form-private-area-login .webform-button--submit,
.webform-submission-newsletter-subscribe-form input[type=submit],
.webform-submission-newsletter-subscribe-form .webform-button--submit,
.butlleti-box input[type=submit],
.butlleti-box .webform-button--submit,
.webform-submission-join-prodeca-form input[type=submit],
.webform-submission-join-prodeca-form .webform-button--submit,
.webform-newsletter-footer input[type=submit],
.webform-newsletter-footer .webform-button--submit {
  margin-top: 18px;
  background-color: #c00000;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  border: none;
  padding: 6px 20px;
  text-transform: uppercase;
}
.form-private-area-login input[type=submit]:hover,
.form-private-area-login .webform-button--submit:hover,
.webform-submission-newsletter-subscribe-form input[type=submit]:hover,
.webform-submission-newsletter-subscribe-form .webform-button--submit:hover,
.butlleti-box input[type=submit]:hover,
.butlleti-box .webform-button--submit:hover,
.webform-submission-join-prodeca-form input[type=submit]:hover,
.webform-submission-join-prodeca-form .webform-button--submit:hover,
.webform-newsletter-footer input[type=submit]:hover,
.webform-newsletter-footer .webform-button--submit:hover {
  color: #fff;
  background-color: #4A4A4A;
  cursor: pointer;
}
.form-private-area-login input[type=submit].secondary,
.form-private-area-login .webform-button--submit.secondary,
.webform-submission-newsletter-subscribe-form input[type=submit].secondary,
.webform-submission-newsletter-subscribe-form .webform-button--submit.secondary,
.butlleti-box input[type=submit].secondary,
.butlleti-box .webform-button--submit.secondary,
.webform-submission-join-prodeca-form input[type=submit].secondary,
.webform-submission-join-prodeca-form .webform-button--submit.secondary,
.webform-newsletter-footer input[type=submit].secondary,
.webform-newsletter-footer .webform-button--submit.secondary {
  background-color: #000;
}
.form-private-area-login input[type=submit].tertiary,
.form-private-area-login .webform-button--submit.tertiary,
.webform-submission-newsletter-subscribe-form input[type=submit].tertiary,
.webform-submission-newsletter-subscribe-form .webform-button--submit.tertiary,
.butlleti-box input[type=submit].tertiary,
.butlleti-box .webform-button--submit.tertiary,
.webform-submission-join-prodeca-form input[type=submit].tertiary,
.webform-submission-join-prodeca-form .webform-button--submit.tertiary,
.webform-newsletter-footer input[type=submit].tertiary,
.webform-newsletter-footer .webform-button--submit.tertiary {
  background-color: transparent;
  border: 2px solid #000;
  color: #000 !important;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .form-private-area-login,
  .webform-submission-newsletter-subscribe-form,
  .butlleti-box,
  .webform-submission-join-prodeca-form,
  .webform-newsletter-footer {
    margin-top: 40px;
  }
}
.form-private-area-login .form-control:focus,
.webform-submission-newsletter-subscribe-form .form-control:focus,
.butlleti-box .form-control:focus,
.webform-submission-join-prodeca-form .form-control:focus,
.webform-newsletter-footer .form-control:focus {
  box-shadow: none;
}
.form-private-area-login .form-data-error-message,
.webform-submission-newsletter-subscribe-form .form-data-error-message,
.butlleti-box .form-data-error-message,
.webform-submission-join-prodeca-form .form-data-error-message,
.webform-newsletter-footer .form-data-error-message {
  color: #c00000;
  font-size: 12px;
}

.cke-webform .btn-main {
  display: inline-block;
}

.btn-main {
  margin-top: 18px;
  background-color: #c00000;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  border: none;
  padding: 6px 20px;
  text-transform: uppercase;
}
.btn-main:hover {
  color: #fff;
  background-color: #4A4A4A;
  cursor: pointer;
}
.btn-main.secondary {
  background-color: #000;
}
.btn-main.tertiary {
  background-color: transparent;
  border: 2px solid #000;
  color: #000 !important;
  margin-right: 10px;
}

#content-footer {
  margin-top: 30px;
}
#content-footer .inner-title {
  margin-bottom: 25px;
}

.files-box img {
  width: 24px;
  margin: 0 15px 0 0 !important;
}
.files-box a {
  color: #000 !important;
}
.files-box a p {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
}
.files-box .file-box {
  display: flex;
  align-items: end;
}

.video-box {
  margin-bottom: 30px;
}

.two-row-video .video-thumbnail img {
  width: 100%;
}
.two-row-video .video-content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.two-row-video .video-content .see-more-link {
  position: absolute;
  bottom: 0;
}

.contact-bottom-block {
  margin-top: 80px;
  margin-bottom: 60px;
}
.contact-bottom-block .butlleti-box input[type=text] {
  background-color: transparent;
}
.contact-bottom-block .btn-main {
  display: inline-block;
}

.offers-webform {
  background-color: #f3f3f2;
  padding: 30px 0;
}
.offers-webform .webform-flex--container .form-item-form-data-joboffer-category, .offers-webform .webform-flex--container .form-item-form-data-cv {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .offers-webform .webform-flex--container .form-item-form-data-joboffer-category, .offers-webform .webform-flex--container .form-item-form-data-cv {
    padding-left: 0;
    margin: 15px 0;
  }
}
.offers-webform .webform-flex--container .form-item-form-data-joboffer-category label, .offers-webform .webform-flex--container .form-item-form-data-cv label {
  margin: 0;
  flex: 0 0 125px;
}
.offers-webform .webform-flex--container .form-item-form-data-joboffer-category label.webform-file-button, .offers-webform .webform-flex--container .form-item-form-data-cv label.webform-file-button {
  padding: 6px 30px;
  margin-top: 0.25rem;
  margin-bottom: 5px;
  background: #a5a4a5;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.offers-webform .webform-flex--container .form-item-form-data-joboffer-category label.webform-file-button:hover, .offers-webform .webform-flex--container .form-item-form-data-cv label.webform-file-button:hover {
  cursor: pointer;
}
.offers-webform .webform-flex--container select.form-select {
  padding: 6px 25px 6px 8px;
  margin-bottom: 5px;
  margin-top: 0.25rem;
  background-color: transparent;
  border: 0.75px solid black;
}
@media (max-width: 767px) {
  .offers-webform .webform-flex--container select.form-select {
    width: 100%;
  }
}
.offers-webform textarea.form-textarea {
  width: 100%;
  border: 0.75px solid black;
  background-color: transparent;
}

.section-next-events {
  position: relative;
  margin-top: 35px;
}

.sector-last-projects {
  position: relative;
  padding-bottom: 30px;
  z-index: 1;
}
.sector-last-projects #content-last-knowledge-docs {
  margin-top: 30px !important;
}
.sector-last-projects .bg-grey-half {
  height: 52%;
}

.sectors-box {
  margin-top: 35px;
}
.sectors-box .sector-list {
  display: flex;
  flex: 0 0 20%;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.sectors-box .sector-list li {
  max-width: 20%;
  padding: 10px;
}
.sectors-box .sector-list li img {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sectors-box .sector-list li {
    max-width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sectors-box .sector-list li {
    max-width: 33%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sectors-box .sector-list li {
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .sectors-box .sector-list li {
    max-width: 100%;
  }
}
.sectors-box .sector-list a {
  position: relative;
  display: block;
}
.sectors-box .sector-list a h5 {
  background: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  color: var(--white);
  padding: 10px 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sectors-box .sector-list {
    flex: 0 0 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sectors-box .sector-list {
    flex: 0 0 33%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sectors-box .sector-list {
    flex: 0 0 50%;
  }
}
@media (max-width: 576px) {
  .sectors-box .sector-list {
    flex: 0 0 100%;
  }
}

.section-projects {
  position: relative;
  margin-bottom: 40px;
  margin-top: 35px;
  padding-bottom: 30px;
}
.section-projects .project-item {
  margin-bottom: 30px;
}
.section-projects .project-item > article {
  height: 100%;
  background: #FFF;
}
.section-projects .reduced-date-box .thumbnail-image img {
  margin-bottom: 0;
}
.section-projects .reduced-date-box .thumbnail-body {
  padding: 20px 30px;
  background: #FFF;
  /* .read-more-link {
      display: none;
  } */
}
.section-projects .row {
  justify-content: center;
}
.section-projects .row .project-item {
  margin-bottom: 30px;
}
.section-projects .read-more-link {
  margin-bottom: 0;
}
.section-projects .bottom-button {
  position: relative;
}
.section-projects .bottom-button .btn {
  position: absolute;
  right: 15px;
  top: 0;
}
@media (max-width: 991px) {
  .section-projects .bottom-button .btn {
    right: 50%;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    line-height: 18px;
    top: -20px;
  }
}

#projects-list {
  margin-bottom: 60px;
}
#projects-list > .row {
  justify-content: center;
}
#projects-list > .row .logo-link > .row {
  justify-content: center;
}

@media (max-width: 767px) {
  .webform-newsletter-footer {
    margin-top: 40px;
  }
}

#shadow-items .related-item article {
  height: 100%;
  box-shadow: 5px 5px 8px #717171;
  background: #fff;
}
#shadow-items .related-item article .thumbnail-body {
  padding: 15px 20px;
  /* .read-more-link {
      display: none;
  } */
}
@media (max-width: 575px) {
  #shadow-items .related-item {
    margin-bottom: 35px;
  }
  #shadow-items .related-item:last-child {
    margin-bottom: 0;
  }
}
#shadow-items .see-more-link {
  margin-top: 20px;
}

.sidebar-filter {
  align-items: start;
  margin-bottom: 20px;
  padding-top: 0;
}
.sidebar-filter .navbar-toggler .navbar-brand {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sidebar-filter .navbar-toggler .navbar-brand {
    display: none;
  }
}
.sidebar-filter .navbar-toggler .navbar-toggler-icon {
  float: right;
  width: initial;
  height: inherit;
  padding: 6px 0;
}
@media (max-width: 767px) {
  .sidebar-filter .navbar-toggler {
    width: 100%;
    background: #f3f3f2;
    text-align: left;
    border: none;
    border-radius: 0;
    padding: 8px 30px;
  }
  .sidebar-filter .navbar-toggler:focus {
    outline: none;
  }
}
.sidebar-filter #content-filters {
  width: 100%;
}
.sidebar-filter #content-filters > div form > .js-form-item {
  background-color: #f3f3f2;
  padding: 0 30px 15px;
}
.sidebar-filter #content-filters > div form > .js-form-item:first-child {
  padding-top: 20px;
}
.sidebar-filter #content-filters > div form > .js-form-item.form-item-data-inici {
  padding-bottom: 0;
}
.sidebar-filter #content-filters > div form > .js-form-item.form-item-data-fi {
  margin-bottom: 20px;
}
.sidebar-filter #content-filters > div form > .js-form-item.form-item-data-fi + .js-form-item {
  padding-top: 20px;
}
.sidebar-filter #content-filters > div form > .js-form-item.js-form-type-textfield.form-no-label {
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sidebar-filter #content-filters > div form > .js-form-item.js-form-type-textfield.form-no-label {
    margin-top: 20px;
  }
}
.sidebar-filter #content-filters > div form > .js-form-item.js-form-type-textfield.form-no-label > input {
  width: calc(100% - 39px);
  display: inline-block;
  margin: 0;
  border: none;
  padding: 5px 30px;
  background: #f3f3f2;
}
.sidebar-filter #content-filters > div form > .js-form-item.js-form-type-textfield.form-no-label > #form-search-by-text-submit {
  background: #e4e4e4;
  padding: 5px 9px;
  margin: 0;
  display: inline-block;
}
.sidebar-filter #content-filters > div form > .js-form-item.js-form-type-textfield.form-no-label + .js-form-item {
  padding-top: 20px;
}
.sidebar-filter #content-filters > div form > .form-actions {
  background-color: #f3f3f2;
  padding: 0 30px 20px;
}
.sidebar-filter #content-filters > div form > .js-form-type-select > label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
.sidebar-filter #content-filters > div form .fieldset-class legend {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
.sidebar-filter #content-filters > div form .fieldset-class > .fieldset-wrapper {
  padding-left: 10px;
}
.sidebar-filter #content-filters > div form .fieldset-class > .fieldset-wrapper input.form-checkbox {
  margin-right: 6px;
  vertical-align: middle;
}
.sidebar-filter #content-filters > div form .fieldset-class > .fieldset-wrapper label {
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 0;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .sidebar-filter #content-filters > div form .fieldset-class > .fieldset-wrapper label {
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  .sidebar-filter #content-filters > div form .fieldset-class > .fieldset-wrapper label {
    max-width: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-filter #content-filters > div form .fieldset-class > .fieldset-wrapper label {
    line-height: 20px;
  }
}
.sidebar-filter #content-filters > div form #edit-actions input,
.sidebar-filter #content-filters > div form #edit-actions--2 input {
  margin-top: 10px;
  background-color: #c00000;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  border: none;
  padding: 6px 20px;
  text-transform: uppercase;
}
.sidebar-filter #content-filters > div form #edit-actions input:hover,
.sidebar-filter #content-filters > div form #edit-actions--2 input:hover {
  color: #fff;
  background-color: #4A4A4A;
  cursor: pointer;
}
.sidebar-filter #content-filters > div form #edit-actions input.secondary,
.sidebar-filter #content-filters > div form #edit-actions--2 input.secondary {
  background-color: #000;
}
.sidebar-filter #content-filters > div form #edit-actions input.tertiary,
.sidebar-filter #content-filters > div form #edit-actions--2 input.tertiary {
  background-color: transparent;
  border: 2px solid #000;
  color: #000 !important;
  margin-right: 10px;
}
.sidebar-filter #content-filters > div form .form-item-data-inici > label, .sidebar-filter #content-filters > div form .form-item-data-fi > label {
  width: 28%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-filter #content-filters > div form .form-item-data-inici > label, .sidebar-filter #content-filters > div form .form-item-data-fi > label {
    width: 80%;
  }
}
.sidebar-filter #content-filters > div form .form-item-data-inici > input, .sidebar-filter #content-filters > div form .form-item-data-fi > input {
  width: 58%;
  font-size: 15px;
  padding: 2px 15px;
  display: inline-block;
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-filter #content-filters > div form .form-item-data-inici > input, .sidebar-filter #content-filters > div form .form-item-data-fi > input {
    width: 78%;
    margin: 0 0 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-filter #content-filters > div form .form-item-data-inici > input, .sidebar-filter #content-filters > div form .form-item-data-fi > input {
    width: 56%;
  }
}
.sidebar-filter #content-filters > div form .form-item-data-inici > button, .sidebar-filter #content-filters > div form .form-item-data-fi > button {
  border: none;
  background: #e4e4e4;
}

.base-ck-box {
  /* margin: 40px 0; */
}
.base-ck-box + .base-ck-box {
  margin-top: 30px;
}
.base-ck-box .base-ck-box-body {
  margin: 0;
  padding: 0;
}
.base-ck-box .base-ck-box-body .inner-grid {
  float: left;
  /* &.inner-grid-3 {
      @media (max-width: $desktop - 1px) {
          max-width: 33%;
          flex: 0 0 33%;
          margin-bottom: 20px;
          &:nth-child(3n) {
              padding-right: 0;
          }
          &:nth-child(4n) {
              padding-left: 0;
          }
          &:nth-last-child(-n+3){
              .title-desc-box {
                  margin-bottom: 0;
              }
          }
          .icon-text {
              justify-content: left;
          }
      }
      @media (min-width: $desktop) {
          margin-bottom: 20px;
          &:nth-child(4n) {
              padding-right: 0;
          }
          &:nth-child(4n+5) {
              padding-left: 0;
          }
          &:nth-last-child(-n+3){
              .title-desc-box {
                  margin-bottom: 0;
              }
          }
          .title-desc-box {
              margin-bottom: 10px;
          }
          &:nth-child(3n+2) {
              .ck-grey-box {
                  background-color: $grey-box-prodeca;
              }
          }
          &:nth-child(8n+2) {
              .ck-grey-box {
                  background-color: $black-grey-prodeca;
              }
          }

          &:nth-child(8n+4) {
              .ck-grey-box {
                  background-color: $black-grey-prodeca;
              }
          }
          &:nth-child(8n+5) {
              .ck-grey-box {
                  background-color: $black-grey-prodeca;
              }
          }

          &:nth-child(8n+7) {
              .ck-grey-box {
                  background-color: $black-grey-prodeca;
              }
          }

          &:nth-child(8n+1) {
              .ck-grey-box {
                  background-color: $grey-box-prodeca;
              }
          }

          &:nth-child(8n+3) {
              .ck-grey-box {
                  background-color: $grey-box-prodeca;
              }
          }

          &:nth-child(8n+6) {
              .ck-grey-box {
                  background-color: $grey-box-prodeca;
              }
          }
      }
      @media (max-width: $tablet - 1px) {
          max-width: 50%;
          flex: 0 0 50%;
          margin-bottom: 20px;
          &:nth-child(odd) {
              padding: 0 10px 0 0;
          }
          &:nth-child(even) {
              padding: 0 0 0 10px;
          }
      }
      .ck-grey-box {
          margin: 0;

      }
  } */
}
.base-ck-box .base-ck-box-body .inner-grid:nth-child(even) .icon-text-box {
  background-color: #e4e4e4;
}
.base-ck-box .base-ck-box-body .inner-grid:nth-child(even) .image-text-v-box {
  background-color: #f3f3f2;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-box {
  background-color: #f3f3f2;
  height: 100%;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-box .icon-text {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  padding: 10px 20px;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-box .icon-text p {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-box .icon-text p:first-child {
  margin-right: 20px;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-box .icon-text p a {
  font-size: 22px;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-box .icon-text p img {
  max-width: 65px;
  margin-bottom: 0;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-list-box {
  background-color: #f3f3f2;
  height: 100%;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-list-box .icon-text-list {
  padding: 10px 20px;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-list-box .icon-text-list > div:first-child {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  margin-bottom: 10px;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-list-box .icon-text-list > div:first-child p {
  margin-left: 20px;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-list-box .icon-text-list > div p {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-list-box .icon-text-list > div p a {
  font-size: 22px;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-list-box .icon-text-list > div ul {
  margin-bottom: 0;
  padding: 0 15px 0 25px;
}
.base-ck-box .base-ck-box-body .inner-grid .icon-text-list-box .icon-text-list > div ul li {
  font-size: 15px;
  line-height: 20px;
}
.base-ck-box .base-ck-box-body .inner-grid .image-text-v-box {
  background-color: #e4e4e4;
  height: 100%;
  padding: 15px;
  text-align: center;
}
.base-ck-box .base-ck-box-body .inner-grid .image-text-v-box p {
  margin: 0;
}
.base-ck-box .base-ck-box-body .inner-grid .image-text-v-box img {
  margin-bottom: 10px;
}
.base-ck-box .base-ck-box-body .inner-grid > .inner-grid.inner-grid-6:nth-child(n+3) {
  margin-top: 20px;
}
.base-ck-box .base-ck-box-body .inner-grid > .inner-grid.inner-grid-6:nth-child(even) {
  padding-right: 0;
}
.base-ck-box .base-ck-box-body .inner-grid > .inner-grid.inner-grid-6:nth-child(odd) {
  padding-left: 0;
}
.base-ck-box .base-ck-box-body .inner-grid > .inner-grid.inner-grid-4:nth-child(n+4) {
  margin-top: 20px;
}
.base-ck-box .base-ck-box-body .inner-grid .title-desc h4 {
  font-size: 20px;
  line-height: 22px;
  color: #c00000;
  text-align: center;
  padding: 14px;
  font-weight: 600;
}
.base-ck-box .base-ck-box-body .inner-grid .title-desc .title-desc-content {
  text-align: center;
}
.base-ck-box .base-ck-box-body .inner-grid .title-desc p {
  padding: 18px 20px;
  margin-bottom: 0;
}
.base-ck-box .base-ck-box-body .inner-grid:nth-child(odd) .title-desc h4, .base-ck-box .base-ck-box-body .inner-grid:nth-child(odd) .title-desc p {
  background-color: #f3f3f2;
}
.base-ck-box .base-ck-box-body .inner-grid:nth-child(even) .title-desc h4, .base-ck-box .base-ck-box-body .inner-grid:nth-child(even) .title-desc p {
  background-color: #e4e4e4;
}
.base-ck-box .base-ck-box-body .inner-grid .btn-main {
  display: inline-block;
}
.base-ck-box .base-ck-box-body .inner-grid ul {
  padding: 0 15px;
}
.base-ck-box .base-ck-box-body .inner-grid ul li {
  padding-left: 10px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-4 {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-4:nth-child(odd) {
    padding: 0 10px 0 0;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-4:nth-child(even) {
    padding: 0 0 0 10px;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-4 .icon-text {
    justify-content: left;
  }
}
@media (min-width: 992px) {
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-4:nth-child(3n) {
    padding-right: 0;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-4:nth-child(4n) {
    padding-left: 0;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-4:nth-last-child(-n+3) .title-desc-box {
    margin-bottom: 0;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-4 .title-desc-box {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-4 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-4:nth-child(odd) {
    padding: 0;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-4:nth-child(even) {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-8 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-8 + .inner-grid-4 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-8 + .inner-grid-4 > .inner-grid-12 {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-8 + .inner-grid-4 > .inner-grid-12:nth-child(odd) {
    padding: 0 10px 0 0;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-8 + .inner-grid-4 > .inner-grid-12:nth-child(even) {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-8 + .inner-grid-4 > .inner-grid-12 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-8 + .inner-grid-4 > .inner-grid-12:nth-child(odd) {
    padding: 0;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-8 + .inner-grid-4 > .inner-grid-12:nth-child(even) {
    padding: 0;
  }
}
.base-ck-box .base-ck-box-body .inner-grid.inner-grid-8 + .inner-grid-4 .inner-grid {
  padding: 0;
  margin-bottom: 20px;
}
.base-ck-box .base-ck-box-body .inner-grid.inner-grid-8 + .inner-grid-4 .inner-grid .icon-text {
  justify-content: left;
}
.base-ck-box .base-ck-box-body .inner-grid.inner-grid-6:nth-child(2n) {
  padding-right: 0;
}
@media (max-width: 767px) {
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-6 {
    padding: 0;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-6:first-child {
    margin-bottom: 20px;
  }
  .base-ck-box .base-ck-box-body .inner-grid.inner-grid-6 > img {
    margin-bottom: 20px;
  }
}
.base-ck-box .base-ck-box-body > .inner-grid:first-child, .base-ck-box .base-ck-box-body > .inner-grid.inner-grid-esp:nth-child(6) {
  padding-left: 0;
}
.base-ck-box .base-ck-box-body > .inner-grid:last-child, .base-ck-box .base-ck-box-body > .inner-grid.inner-grid-esp:nth-child(5) {
  padding-right: 0;
}
.base-ck-box .base-ck-box-body > .inner-grid-12 {
  margin: 35px 0 15px;
  padding: 0 !important;
}
.base-ck-box .base-ck-box-body img {
  margin: 0 0 10px;
}
.base-ck-box .base-ck-box-body img[data-align=center] {
  margin: 0 auto 10px;
  display: block;
}
.base-ck-box .base-ck-box-body .page-transparency .inner-grid {
  height: 108px;
}
.base-ck-box .base-ck-box-body .page-transparency .inner-grid .icon-text {
  height: 100%;
}

#content-socialmedia-share {
  margin: 40px 0;
}
#content-socialmedia-share .hr-black.small:first-child {
  margin-bottom: 15px;
}
#content-socialmedia-share .hr-black.small:last-child {
  margin-top: 15px;
}
#content-socialmedia-share div p {
  margin: 0;
  font-weight: 600;
}
#content-socialmedia-share .social-media-block {
  display: flex;
}
#content-socialmedia-share .social-media-block a {
  margin-right: 15px;
}
#content-socialmedia-share .social-media-block a:last-child {
  margin-right: 0;
}

/*** CKEditor styles - BEGIN ***/
.ya-se-vera .col-md-4 {
  margin-bottom: 10px;
}
.ya-se-vera .col-md-4 h4 {
  font-size: 20px;
  line-height: 22px;
  color: #c00000;
  text-align: center;
  padding: 14px;
  font-weight: 600;
}
.ya-se-vera .col-md-4 .ya-se-vera-content {
  text-align: center;
}
.ya-se-vera .col-md-4:nth-child(odd) h4, .ya-se-vera .col-md-4:nth-child(odd) p {
  background-color: #f3f3f2;
}
.ya-se-vera .col-md-4:nth-child(even) h4, .ya-se-vera .col-md-4:nth-child(even) p {
  background-color: #e4e4e4;
}
.ya-se-vera .col-md-4 p {
  padding: 18px 20px;
}

.red-text {
  color: #c20000;
}

.black-text {
  color: #000;
}

.cke_widget_wrapper.cke_widget_wrapper_base-ck-box {
  display: flex;
}
.cke_widget_wrapper .base-ck-box {
  background-color: #fbf9e7;
  /*display: flex;*/
  width: 100%;
}
.cke_widget_wrapper .base-ck-box .row {
  margin: 0;
  padding: 10px;
}
.cke_widget_wrapper .base-ck-box .row > .cke_widget_block {
  background-color: #e8e8c6;
  border: 1px solid #555;
}
.cke_widget_wrapper .base-ck-box .row > .cke_widget_block + p {
  background: #ccc;
  min-width: 56px;
  min-height: 56px;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-12 {
  width: 100%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-12 .inner-grid-6 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-6 {
  width: 50%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-6 .inner-grid-6 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-4 {
  width: 33%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-4 .inner-grid-4 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-8 {
  width: 67%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-8 .inner-grid-8 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-3 {
  width: 25%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-3 .inner-grid-3 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-9 {
  width: 75%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-9 .inner-grid-9 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-5 {
  width: 42%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-5 .inner-grid-5 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-7 {
  width: 58%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-7 .inner-grid-7 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-esp {
  width: 20%;
  flex: 0 0 20%;
  max-width: 20%;
  height: 100%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-esp .inner-grid-esp {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 100%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-esp:nth-child(odd) .cke_widget_widgetbootstrapImageTextV {
  background-color: #e4e4e4;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-esp:nth-child(even) .cke_widget_widgetbootstrapImageTextV {
  background-color: #f3f3f2;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-esp2 {
  width: 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
  padding: 10px;
  height: 100%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-esp2 .inner-grid-esp2 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 100%;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-esp2:nth-child(odd) .cke_widget_widgetbootstrapImageTextV {
  background-color: #e4e4e4;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_wrapper_inner-grid-esp2:nth-child(even) .cke_widget_widgetbootstrapImageTextV {
  background-color: #f3f3f2;
}
.cke_widget_wrapper .base-ck-box .row .cke_widget_widgetbootstrapImageTextV {
  height: 100%;
  text-align: center;
  padding: 15px;
}
.cke_widget_wrapper .base-ck-box .row .icon-text-box .icon-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cke_widget_wrapper .base-ck-box .row .icon-text-box .icon-text p {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.cke_widget_wrapper .base-ck-box .row .icon-text-box .icon-text p:first-child {
  margin-right: 20px;
}
.cke_widget_wrapper .base-ck-box .row .icon-text-list-box {
  background-color: #f3f3f2;
  height: 100%;
}
.cke_widget_wrapper .base-ck-box .row .icon-text-list-box .icon-text-list {
  padding: 10px;
}
.cke_widget_wrapper .base-ck-box .row .icon-text-list-box .icon-text-list > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cke_widget_wrapper .base-ck-box .row .icon-text-list-box .icon-text-list > div:first-child p {
  margin-left: 20px;
}
.cke_widget_wrapper .base-ck-box .row .icon-text-list-box .icon-text-list > div:first-child img {
  margin: 0;
}
.cke_widget_wrapper .base-ck-box .row .icon-text-list-box .icon-text-list > div p {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.cke_editable .home-what-box {
  padding: 10px;
  border: 1px solid #bbb;
  margin: 10px;
  border-radius: 5px;
}
.cke_editable .home-what-box .cke_widget_wrapper_what-item {
  width: 33%;
}
.cke_editable .home-what-box .cke_widget_wrapper_what-item .what-item {
  min-width: 100%;
}
.cke_editable .home-what-box .cke_widget_wrapper_what-item .what-item img {
  margin: 0 auto 10px;
}
.cke_editable .home-what-box .cke_widget_wrapper_what-item .what-item p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
.cke_editable .home-what-box .cke_widget_wrapper_what-item .what-item p b {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.ckeditor-accordion-container > dl {
  border: none;
}
.ckeditor-accordion-container > dl dt.active > a {
  background: transparent;
  color: #c00000;
}
.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before, .ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:after {
  background: #c00000;
}
.ckeditor-accordion-container > dl dt:last-of-type > a {
  border-bottom: 0.75px solid #000;
}
.ckeditor-accordion-container > dl dt > a {
  color: #000 !important;
  border-bottom: 0.75px solid #000 !important;
  background: transparent !important;
  padding: 25px 30px 25px 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.ckeditor-accordion-container > dl dt > a:hover {
  background: transparent !important;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  right: 0;
  left: unset;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  background: #000;
}
.ckeditor-accordion-container > dl dd {
  padding: 40px 0 10px;
}
.ckeditor-accordion-container > dl dd .base-ck-box {
  margin: 0;
}

.cke-combopanel {
  width: 350px;
  height: 300px;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2);
}

/*** CKEditor styles - END ***/
/*** ***/
@media (max-width: 992px) {
  .node--type-reports-and-publications .page-content,
  .node--type-infographic-and-map .page-content,
  .node--type-infographics .page-content,
  .node--type-exportations .page-content,
  .node--type-transparency .page-content,
  .node--type-shareholders-meeting .page-content,
  .node--type-action .page-content,
  .node--type-denomination .page-content {
    flex-direction: column-reverse;
  }
  .node--type-reports-and-publications .page-content .main-title,
  .node--type-infographic-and-map .page-content .main-title,
  .node--type-infographics .page-content .main-title,
  .node--type-exportations .page-content .main-title,
  .node--type-transparency .page-content .main-title,
  .node--type-shareholders-meeting .page-content .main-title,
  .node--type-action .page-content .main-title,
  .node--type-denomination .page-content .main-title {
    order: 1;
  }
}
@media (max-width: 992px) {
  .node--type-reports-and-publications .page-content > .col-lg-4,
  .node--type-infographic-and-map .page-content > .col-lg-4,
  .node--type-infographics .page-content > .col-lg-4,
  .node--type-exportations .page-content > .col-lg-4,
  .node--type-transparency .page-content > .col-lg-4,
  .node--type-shareholders-meeting .page-content > .col-lg-4,
  .node--type-action .page-content > .col-lg-4,
  .node--type-denomination .page-content > .col-lg-4 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .node--type-reports-and-publications .page-content > .col-lg-4 > div,
  .node--type-infographic-and-map .page-content > .col-lg-4 > div,
  .node--type-infographics .page-content > .col-lg-4 > div,
  .node--type-exportations .page-content > .col-lg-4 > div,
  .node--type-transparency .page-content > .col-lg-4 > div,
  .node--type-shareholders-meeting .page-content > .col-lg-4 > div,
  .node--type-action .page-content > .col-lg-4 > div,
  .node--type-denomination .page-content > .col-lg-4 > div {
    width: 50%;
    float: left;
    padding-left: 20px;
  }
  .node--type-reports-and-publications .page-content > .col-lg-4 > div.sidebar-main-image,
  .node--type-infographic-and-map .page-content > .col-lg-4 > div.sidebar-main-image,
  .node--type-infographics .page-content > .col-lg-4 > div.sidebar-main-image,
  .node--type-exportations .page-content > .col-lg-4 > div.sidebar-main-image,
  .node--type-transparency .page-content > .col-lg-4 > div.sidebar-main-image,
  .node--type-shareholders-meeting .page-content > .col-lg-4 > div.sidebar-main-image,
  .node--type-action .page-content > .col-lg-4 > div.sidebar-main-image,
  .node--type-denomination .page-content > .col-lg-4 > div.sidebar-main-image {
    padding-left: 0;
  }
}

/* .node--type-case-of-success {
  .page-content {

  }
} */
.body-content > p > img {
  margin: 30px 0 0;
}
.body-content > p + .base-ck-box {
  padding: 20px 0;
}
.body-content ul li, .body-content ol li {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  margin-bottom: 8px;
}

.distributor-page #content-result.view-results .views-row {
  margin-bottom: 30px;
}
.distributor-page #content-introduction {
  margin-bottom: 40px;
}
.distributor-page.training_programs #content-result.view-results .views-row .featured-description, .distributor-page.exportations #content-result.view-results .views-row .featured-description {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.distributor-page.cases_of_success .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.distributor-page.cases_of_success .js-pager__items.pager {
  list-style: none;
  padding: 0 15px;
}
.distributor-page.testimonials .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.distributor-page.testimonials .views-infinite-scroll-content-wrapper .views-row {
  margin-bottom: 40px;
}
.distributor-page.testimonials .js-pager__items.pager {
  list-style: none;
  padding: 0 15px;
}

/* FOOTER - BEGIN */
footer .top-bar-footer {
  background-color: #f3f3f2;
  padding: 35px 0 20px;
  margin-top: 70px;
}
footer .top-bar-footer ul {
  padding: 0;
  list-style: none;
}
footer .top-bar-footer ul li {
  font-size: 15px;
  line-height: 27px;
}
footer .top-bar-footer ul li > span {
  text-transform: uppercase;
  font-weight: bold;
}
footer .top-bar-footer #footer-one.mobile {
  border: none;
  margin-bottom: 20px;
}
footer .top-bar-footer #footer-one > div {
  padding-right: 70px;
}
@media (max-width: 767px) {
  footer .top-bar-footer #footer-one > div {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .top-bar-footer #footer-one .social-media-block {
    margin-bottom: 15px;
  }
}
footer .top-bar-footer #footer-one .social-media-block a {
  margin-right: 15px;
}
footer .top-bar-footer #footer-one .social-media-block a:last-child {
  margin-bottom: 0;
}
footer .top-bar-footer #footer-four p {
  margin-bottom: 5px;
}
footer .top-bar-footer #footer-four p:first-child {
  line-height: 27px;
  margin-bottom: 8px;
}
footer .top-bar-footer #footer-four p a {
  margin-top: 30px;
  display: block;
}
@media (max-width: 767px) {
  footer .top-bar-footer #footer-four > div {
    padding: 10px 0;
  }
}
footer .top-bar-footer #extra-footer.mobile {
  border-bottom: none;
  border-top: 2px solid #000;
  width: 100%;
  padding: 10px 15px;
}
footer .top-bar-footer .desktop {
  display: block;
}
@media (max-width: 767px) {
  footer .top-bar-footer .desktop {
    display: none;
  }
}
footer .top-bar-footer .mobile {
  display: none;
  border-bottom: 2px solid #000;
}
footer .top-bar-footer .mobile > .btn {
  width: 100%;
  text-align: left;
  padding: 10px 0;
  font-size: 15px;
  color: #000;
  line-height: 30px;
  text-transform: uppercase;
}
footer .top-bar-footer .mobile > .btn:focus {
  box-shadow: none;
}
footer .top-bar-footer .mobile .card-body {
  background-color: transparent;
  border: none;
  padding: 0 10px;
}
@media (max-width: 767px) {
  footer .top-bar-footer .mobile {
    display: block;
  }
}
footer .main-bar-footer {
  background-color: #000;
  padding: 15px 0;
}
footer .main-bar-footer p {
  margin-bottom: 0;
  text-align: center;
  color: #FFF;
}
footer .floating-contact-form {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 114px;
  height: 114px;
  z-index: 200;
}
@media (max-width: 576px) {
  footer .floating-contact-form {
    width: 70px;
    height: 70px;
    bottom: 25px;
    right: 25px;
  }
}
footer .floating-contact-form img {
  width: 100%;
}

/* FOOTER - END */
/* HEADER - BEGIN */
.main-bar-header {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .main-bar-header {
    padding-bottom: 0;
  }
}
.main-bar-header .main-menu-header .logo-header img {
  width: 240px;
}
@media (min-width: 992px) {
  .main-bar-header .main-menu-header .logo-header img {
    float: left;
  }
}
@media (max-width: 575px) {
  .main-bar-header .main-menu-header .logo-header img {
    width: 180px;
  }
}

/** HAMBURGER MENU ANIMATION - BEGIN **/
.animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #000;
}
.animated-icon2 span:nth-child(1) {
  top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}
.animated-icon2 span:nth-child(4) {
  top: 20px;
}
.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/** HAMBURGER MENU ANIMATION - END  **/
/* HEADER - END */
/* BREADCRUMB - BEGIN */
.breadcrumb {
  background-color: transparent;
  padding: 0 0 0.75rem;
  margin-bottom: 0;
}
.breadcrumb li {
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.breadcrumb-item {
  color: #c00000 !important;
}

/* BREADCRUMB - END */
.pager {
  width: 100%;
  margin-top: 20px;
}
.pager .pager__items {
  display: flex;
  list-style: none;
  justify-content: center;
}
.pager .pager__items li a {
  width: 20px;
  display: block;
  text-align: center;
  margin: 0 2px;
  line-height: 18px;
}
.pager .pager__items li a span {
  font-size: 30px;
  font-weight: 100;
  line-height: 12px;
}
.pager .pager__items li.is-active a {
  border: 1px solid #000;
}

/** HOME - BEGIN **/
.home-page {
  /*.home-we-are {
  }
  .home-video {
  }*/
}
.home-page .subtitle-red {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .home-page .home-featured {
    margin-top: 40px;
  }
}
.home-page .section-projects .related-item {
  margin-bottom: 35px;
}
.home-page .section-projects .related-item > article {
  height: 100%;
}
.home-page .section-projects .related-item > article > div {
  height: 100%;
}
.home-page .section-projects .related-item > article > div > div[role=article] {
  height: 100%;
}
.home-page .section-projects .related-item > article > div > div[role=article] > .thumbnail {
  height: 100%;
  background-color: #FFF;
}
.home-page .home-present {
  /*margin-top: 35px;*/
  background-image: url(https://cdn.zeplin.io/5d43e30bd50d78454d649e5c/assets/F4000CA7-3EC0-4AAE-A538-BD3C414629CE.svg);
  background-size: contain;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}
.home-page .home-present .news-list .row {
  justify-content: center;
}
.home-page .home-present .news-list .row .home-new {
  margin-bottom: 25px;
}
.home-page .home-present .news-list .row .home-new > article {
  background-color: #FFF;
  box-shadow: 5px 5px 8px #717171;
  height: 100%;
}
.home-page .home-present .news-list .row .home-new > article .thumbnail .thumbnail-body {
  padding: 0 20px 15px;
}

.home-what-box h4 {
  font-size: 20px;
  line-height: 22px;
  color: #c00000;
  font-weight: 600;
}
.home-what-box .hr-black {
  margin-top: 15px;
}
.home-what-box .what-item {
  text-align: center;
  color: var(--black);
  margin-bottom: 25px;
}
.home-what-box .what-item img {
  width: 75px;
  margin-bottom: 12px;
}
.home-what-box .what-item p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
.home-what-box .what-item p b {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

/** HOME - END **/
/** TRAINING PROGRAM - BEGIN **/
.open-inscription.grey-box {
  padding: 30px;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .open-inscription.grey-box .btn-main {
    display: inline-block;
    margin: 8px 20px 0 0;
  }
}
.open-inscription p {
  margin: 0;
}
.open-inscription p b {
  margin-right: 25px;
}
.open-inscription .btn-main {
  margin-left: 20px;
}
.open-inscription #icalc {
  background-color: #4A4A4A;
}

.related-box .inner-title {
  margin-bottom: 30px;
}
.related-box .reduced-date-box > * {
  display: none;
}
.related-box .reduced-date-box > .thumbnail-image {
  display: block;
}
.related-box .reduced-date-box .featured-description {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/**************/
/* */
.services-landing .main-title .subtitle-red {
  margin-bottom: 25px;
}
.services-landing #content-knowledge-search {
  background-color: #a5a4a5;
  padding: 20px 0;
  margin-top: 40px;
}
.services-landing #content-knowledge-search form .row {
  align-items: center;
}
.services-landing #content-knowledge-search form .row input[type=text] {
  width: 100%;
  border: none;
  padding: 8px 30px;
}
.services-landing #content-knowledge-search form .row input[type=submit] {
  position: absolute;
  font-size: 0;
  padding: 20px;
  border: none;
  right: 15px;
  background-image: url(/sites/default/files/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
}
.services-landing #content-knowledge-search form .row p {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}
.services-landing #content-last-knowledge-docs {
  margin-top: 60px;
}
.services-landing #content-last-knowledge-docs .related-title {
  color: #c00000;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .services-landing #content-last-knowledge-docs .views-row {
    margin-bottom: 30px;
  }
}
.services-landing #content-last-knowledge-docs .views-row article {
  height: 100%;
  box-shadow: 5px 5px 8px #717171;
  background: #fff;
}
.services-landing #content-last-knowledge-docs .views-row article .thumbnail.reduced-date-box img {
  margin: 0;
}
.services-landing #content-last-knowledge-docs .views-row article .thumbnail.reduced-date-box .thumbnail-body {
  padding: 15px 20px;
}
@media (max-width: 991px) {
  .services-landing #content-last-knowledge-docs .related-projects .row .related-item {
    margin-bottom: 30px;
  }
}
.services-landing #content-last-knowledge-docs .related-projects .row .related-item article {
  border: 1px solid #979797;
  height: 100%;
}
.services-landing #content-last-knowledge-docs .related-projects .row .related-item article .thumbnail-body {
  padding: 20px 30px;
  background: #FFF;
}
.services-landing #content-last-knowledge-docs .related-projects .row .related-item article .thumbnail-body .read-more-link {
  display: none;
}
.services-landing #content-last-knowledge-docs .related-projects .row .related-item article .thumbnail-image img {
  margin: 0;
}
.services-landing #content-last-knowledge-docs .see-more-link {
  margin-top: 20px;
}
.services-landing #content-faq {
  background-color: #f3f3f2;
  padding: 10px 0 50px;
}
.services-landing #content-eca {
  padding-top: 60px;
}

/********/
/** News - BEGIN **/
.node--type-news .content-title .subtitle-red,
.node--type-landing-main-news .content-title .subtitle-red,
.node--type-landing-main-galleries .content-title .subtitle-red,
.node--type-landing-main-press .content-title .subtitle-red {
  margin-bottom: 30px;
}
.node--type-news .sidebar-filter > .navbar,
.node--type-landing-main-news .sidebar-filter > .navbar,
.node--type-landing-main-galleries .sidebar-filter > .navbar,
.node--type-landing-main-press .sidebar-filter > .navbar {
  padding: 0;
}
.node--type-news .main-banner,
.node--type-landing-main-news .main-banner,
.node--type-landing-main-galleries .main-banner,
.node--type-landing-main-press .main-banner {
  margin-bottom: 60px;
}
.node--type-news .views-infinite-scroll-content-wrapper,
.node--type-landing-main-news .views-infinite-scroll-content-wrapper,
.node--type-landing-main-galleries .views-infinite-scroll-content-wrapper,
.node--type-landing-main-press .views-infinite-scroll-content-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.node--type-news .js-pager__items.pager,
.node--type-landing-main-news .js-pager__items.pager,
.node--type-landing-main-galleries .js-pager__items.pager,
.node--type-landing-main-press .js-pager__items.pager {
  list-style: none;
  padding: 0 15px;
}

.node--type-landing-main-news .main-banner {
  margin-bottom: 0;
}

/** News - END **/
/** SERVICES - BEGIN **/
.advice-box {
  background-color: #f3f3f2;
  padding: 1px 0;
  margin-bottom: 50px;
}
.advice-box > .container {
  position: relative;
}
.advice-box > .container img {
  position: absolute;
  right: 0;
  top: -70px;
}
@media (max-width: 1199px) {
  .advice-box > .container img {
    display: none;
  }
}
.advice-box > .container .inner-grid-6:first-child {
  padding-right: 60px;
  border-right: 2px solid #000;
}
@media (max-width: 767px) {
  .advice-box > .container .inner-grid-6:first-child {
    max-width: 100%;
    padding-right: 0;
    border-bottom: 2px solid #000;
    border-right: 0;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
}
.advice-box > .container .inner-grid-6:last-child {
  padding-left: 50px;
  max-width: 30%;
}
@media (max-width: 991px) {
  .advice-box > .container .inner-grid-6:last-child {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .advice-box > .container .inner-grid-6:last-child {
    max-width: 80%;
    padding: 0;
  }
}

/** SERVICES - END **/
/** Reports and Publications - BEGIN **/
@media (max-width: 991px) {
  .node--type-reports-and-publications .page-content > .row:nth-child(2),
  .node--type-transparency .page-content > .row:nth-child(2),
  .node--type-shareholders-meeting .page-content > .row:nth-child(2),
  .node--type-fair-local .page-content > .row:nth-child(2),
  .node--type-fair-international .page-content > .row:nth-child(2) {
    flex-direction: column-reverse;
  }
  .node--type-reports-and-publications .page-content > .row:nth-child(2) > .col-lg-8,
  .node--type-transparency .page-content > .row:nth-child(2) > .col-lg-8,
  .node--type-shareholders-meeting .page-content > .row:nth-child(2) > .col-lg-8,
  .node--type-fair-local .page-content > .row:nth-child(2) > .col-lg-8,
  .node--type-fair-international .page-content > .row:nth-child(2) > .col-lg-8 {
    margin-bottom: 50px;
  }
}

/** European Projects - END **/
/** European Projects - BEGIN **/
@media (max-width: 991px) {
  .node--type-european-project .page-content > .row:nth-child(2) {
    flex-direction: column-reverse;
  }
  .node--type-european-project .page-content > .row:nth-child(2) > .col-lg-8 {
    margin-bottom: 50px;
  }
}
.node--type-european-project .page-content > .row #body-content {
  position: relative;
}
.node--type-european-project .page-content > .row #body-content .project-logo img {
  position: absolute;
  right: 0;
  max-height: 90px;
  width: auto;
  top: -55px;
  margin: 0;
}
@media (max-width: 767px) {
  .node--type-european-project .page-content > .row #body-content .project-logo img {
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }
}
.node--type-european-project .page-content > .row #body-content > .subtitle-red {
  width: 70%;
}
@media (max-width: 767px) {
  .node--type-european-project .page-content > .row #body-content > .subtitle-red {
    width: 100%;
  }
}

/** European Projects - END **/
.socialmedia-body-box a {
  margin-right: 15px;
}
.socialmedia-body-box a:last-child {
  margin-right: 0;
}

/** Sectors detail - BEGIN **/
.node--type-sector .page-content {
  background-image: url(https://cdn.zeplin.io/5d43e30bd50d78454d649e5c/assets/F4000CA7-3EC0-4AAE-A538-BD3C414629CE.svg);
  background-size: contain;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}
.node--type-sector .page-content .section-next-events {
  margin-top: 75px;
}
.node--type-sector .page-content .section-business-forum {
  background-color: #dbdbdb;
  margin: 60px 0 10px;
  padding: 35px 0;
}
.node--type-sector .page-content .section-business-forum .image-col {
  margin-top: -35px;
}
.node--type-sector .page-content .section-business-forum .image-col > div {
  /* background: #fff;
  padding: 20px; */
}
.node--type-sector .page-content .section-business-forum .image-col > div p {
  font-size: 45px;
  line-height: 45px;
  margin: 0;
}
@media (max-width: 767px) {
  .node--type-sector .page-content .section-business-forum .image-col {
    margin-bottom: 10px;
  }
}
.node--type-sector .page-content .section-business-forum .body-col .date-info {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.node--type-sector .page-content .section-business-forum .body-col .btn-main {
  margin-right: 20px;
  display: inline-block;
  margin-top: 5px;
}
.node--type-sector .page-content .section-business-forum .body-col .btn-main.secondary {
  border: 2px solid #000;
}
.node--type-sector .page-content .section-business-forum .body-col .btn-main.secondary:hover {
  background-color: transparent;
  color: #000 !important;
  border: 2px solid #000;
}
@media (max-width: 991px) {
  .node--type-sector .page-content #content-introduction .base-ck-box .inner-grid-4 + .inner-grid-8 {
    order: -1;
  }
}
.node--type-sector .page-content #content-introduction .base-ck-box:first-child {
  margin: 0;
}
.node--type-sector .page-content #content-introduction .base-ck-box:first-child .section-title:first-child {
  margin-bottom: 0;
}

/** Sectors detail - END **/
/** Sector landing page - BEGIN **/
.node--type-landing-main-sectors .page-content {
  background-image: url(https://cdn.zeplin.io/5d43e30bd50d78454d649e5c/assets/F4000CA7-3EC0-4AAE-A538-BD3C414629CE.svg);
  background-size: contain;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}
.node--type-landing-main-sectors .page-content .base-ck-box .eca-more-info {
  display: none;
}
.node--type-landing-main-sectors .page-content #content-introduction {
  margin-top: 80px;
}

/** Sector landing page - END **/
/** Landing page Ofertas de trabajo - END **/
.node--type-lading-main-job-offers .main-title p {
  margin-bottom: 10px;
}
.node--type-lading-main-job-offers .offer-node {
  padding-bottom: 50px;
}

/** Landing page Ofertas de trabajo - END **/
/** Landing Projectes Europeus - BEGIN **/
.node--type-landing-main-european-projects .red-ribbon-box {
  background-color: #e4e4e4;
}
.node--type-landing-main-european-projects .red-ribbon-box h3 {
  color: #000;
}
.node--type-landing-main-european-projects #content-introduction {
  margin-top: 35px;
}
.node--type-landing-main-european-projects .home-present {
  background-image: url(https://cdn.zeplin.io/5d43e30bd50d78454d649e5c/assets/F4000CA7-3EC0-4AAE-A538-BD3C414629CE.svg);
  background-size: contain;
  background-position: 50% bottom;
  background-repeat: no-repeat;
  padding-top: 0;
}

/** Landing Projectes Europeus - END **/
/** Landing Qui som - BEGIN **/
.pdf-block.white .grey-box {
  background-color: transparent;
  padding: 5px 0;
  margin-bottom: 0;
}

/** Landing Qui som - END **/
/** Landing Fires internacionals - BEGIN **/
.node--type-fair-international .main-banner .bf-title-detail {
  margin-bottom: 15px;
  font-size: 30px;
}
.node--type-fair-international .main-banner p {
  font-size: 20px;
  line-height: 20px;
}
.node--type-fair-international .main-title h1 {
  color: #c00000;
}

.node--type-landing-main-international-fairs .content-title .subtitle-red {
  margin-bottom: 30px;
}
.node--type-landing-main-international-fairs .sidebar-filter > .navbar {
  padding: 0;
}
.node--type-landing-main-international-fairs .js-pager__items.pager {
  list-style: none;
  padding: 0 15px;
}
.node--type-landing-main-international-fairs .introduction-box {
  margin-bottom: 50px;
}
.node--type-landing-main-international-fairs .introduction-box .inner-title {
  margin-bottom: 25px;
}
.node--type-landing-main-international-fairs .red-ribbon-box {
  background-color: #e4e4e4;
}
.node--type-landing-main-international-fairs .red-ribbon-box h3 {
  color: #000;
}
.node--type-landing-main-international-fairs .main-banner .banner-text .btn-main {
  font-size: 20px;
  line-height: 30px;
}
.node--type-landing-main-international-fairs .main-banner .banner-text h1 {
  margin-bottom: 10px;
}
.node--type-landing-main-international-fairs .thumbnail .thumbnail-body .inscription-btn .btn-main {
  display: block;
  position: absolute;
  bottom: 0;
}
.node--type-landing-main-international-fairs .view-results article {
  height: 100%;
}
.node--type-landing-main-international-fairs .view-results article > div {
  height: 100%;
}
.node--type-landing-main-international-fairs .view-results article > div > div[role=article] {
  height: 100%;
  padding-bottom: 30px;
  position: relative;
}

/** Landing Fires internacionals - END **/
/** BEGIN **/
.node--type-landing-services #content-introduction .base-ck-box {
  padding: 0px 0 40px;
}
.node--type-landing-services #content-introduction .base-ck-box:first-child {
  padding-top: 20px;
}
.node--type-landing-services #content-introduction .base-ck-box:last-child {
  padding-bottom: 0;
}

.node--type-landing-main-services .base-ck-box,
.node--type-landing-main-transparency .base-ck-box {
  margin: 40px 0;
}

.node--type-landing-main-services #content-eca + .section {
  padding-top: 0;
}
.node--type-landing-main-services .page-content .main-title.red h1 {
  font-size: 30px;
  margin-bottom: 5px;
}

.node--type-content-distributor .distributor-page {
  margin-top: 40px;
}
.node--type-content-distributor .training_programs .thumbnail .thumbnail-body .inscription-btn .btn-main {
  display: block;
  font-size: 13px;
  padding: 6px 2px;
}
.node--type-content-distributor .training_programs .thumbnail .thumbnail-body .inscription-btn.notify .btn-main {
  cursor: auto;
  background-color: #4A4A4A;
}
.node--type-content-distributor .training_programs .view-results article {
  height: 100%;
}
.node--type-content-distributor .training_programs .view-results article > div {
  height: 100%;
}
.node--type-content-distributor .training_programs .view-results article > div > div[role=article] {
  height: 100%;
  padding-bottom: 30px;
  position: relative;
}

.node--type-landing-main-local-fairs .section-projects {
  margin-bottom: 80px;
}

.eca-more-info {
  margin-top: 20px;
}

.node--type-basic-page {
  /* .main-title {
      h1, p {
          text-transform: none;
      }
  } */
}
.node--type-basic-page p.inner-title {
  padding-top: 15px;
}

.node--type-landing-main-prodeca .base-ck-box {
  margin: 40px 0 50px;
}

/** END **/
/** **/
.path-user #block-prodeca-theme-content > form .form-item {
  padding-top: 20px;
}
.path-user #block-prodeca-theme-content > form .form-item label {
  margin: 0;
}
.path-user #block-prodeca-theme-content > form .form-item .description {
  font-size: 12px;
}
.path-user #block-prodeca-theme-content > form .form-submit {
  margin-top: 18px;
  background-color: #c00000;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  border: none;
  padding: 6px 20px;
  text-transform: uppercase;
}
.path-user #block-prodeca-theme-content > form .form-submit:hover {
  color: #fff;
  background-color: #4A4A4A;
  cursor: pointer;
}
.path-user #block-prodeca-theme-content > form .form-submit.secondary {
  background-color: #000;
}
.path-user #block-prodeca-theme-content > form .form-submit.tertiary {
  background-color: transparent;
  border: 2px solid #000;
  color: #000 !important;
  margin-right: 10px;
}

/** **/
/** **/
.node--type-business-forum table tr {
  background: #f3f3f2;
  display: flex;
  margin-bottom: 4px;
}
.node--type-business-forum table tr:last-child {
  margin-bottom: 0;
}
.node--type-business-forum table tr th {
  background: #e4e4e4;
  width: 100%;
  padding: 10px 25px;
}
.node--type-business-forum table tr td {
  padding: 10px 25px;
}
.node--type-business-forum .red-ribbon-box {
  background-color: #f3f3f2;
  /* margin-bottom: 40px; */
}
.node--type-business-forum .red-ribbon-box h3, .node--type-business-forum .red-ribbon-box p {
  color: #000;
}
.node--type-business-forum .red-ribbon-box .inner-grid p {
  text-align: left;
  display: flex;
  font-size: 18px;
  line-height: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.node--type-business-forum .red-ribbon-box .inner-grid img {
  flex: 0 0 auto;
  height: -moz-max-content;
  height: -webkit-max-content;
  height: -o-max-content;
  height: -ms-max-content;
  margin-right: 12px;
}
.node--type-business-forum .body-content p img {
  margin: 0;
}
.node--type-business-forum .main-banner .container .banner-text .bf-title {
  font-size: 50px;
  line-height: 50px;
  color: #000;
  margin-bottom: 0;
}
.node--type-business-forum .main-banner .container .banner-text .bf-title:last-of-type {
  margin-bottom: 15px;
}
.node--type-business-forum .main-banner .container .banner-text .bf-date {
  color: #000;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.node--type-business-forum #content-introduction {
  margin-bottom: 0;
}
.node--type-business-forum #content-introduction > p {
  margin-bottom: 0;
}
.node--type-business-forum #content-introduction > p + .base-ck-box {
  margin-top: 0;
}

.inner-grid .ck-grey-box {
  height: 100%;
  background: #f3f3f2;
  padding: 15px 15px 0 15px;
}
.inner-grid:nth-child(3n+2) .ck-grey-box {
  margin: 0 -8px;
  background: #e4e4e4;
}
@media (max-width: 991px) {
  .inner-grid:nth-child(3n+2) .ck-grey-box {
    margin: 0;
  }
}
.inner-grid.inner-grid-4 {
  margin-bottom: 20px;
}
.inner-grid.inner-grid-4:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.cke_widget_block .ck-section-base {
  padding: 30px 0px;
  background: #ddd;
}
.cke_widget_block .image-desktop,
.cke_widget_block .image-mobile {
  display: block !important;
}

@media (max-width: 767px) {
  .image-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .image-mobile {
    display: none;
  }
}

.page-node-type-business-forum .body-content .btn-main,
.node--type-business-forum .body-content .btn-main,
.node--type-landing-main-business-forum .body-content .btn-main {
  display: block;
  width: 100%;
  text-align: center;
}
.page-node-type-business-forum .body-content .btn-main.tertiary,
.node--type-business-forum .body-content .btn-main.tertiary,
.node--type-landing-main-business-forum .body-content .btn-main.tertiary {
  background-color: transparent;
}
.page-node-type-business-forum .body-content .btn-main:hover,
.node--type-business-forum .body-content .btn-main:hover,
.node--type-landing-main-business-forum .body-content .btn-main:hover {
  background-color: #4A4A4A;
  color: #FFF !important;
}
.page-node-type-business-forum .body-content .btn-main.secondary,
.node--type-business-forum .body-content .btn-main.secondary,
.node--type-landing-main-business-forum .body-content .btn-main.secondary {
  display: inline-block;
  background-color: #000;
  width: inherit;
}
.page-node-type-business-forum .top-bar-header,
.page-node-type-business-forum .main-bar-header,
.page-node-type-business-forum #block-prodeca-theme-local-tasks,
.node--type-business-forum .top-bar-header,
.node--type-business-forum .main-bar-header,
.node--type-business-forum #block-prodeca-theme-local-tasks,
.node--type-landing-main-business-forum .top-bar-header,
.node--type-landing-main-business-forum .main-bar-header,
.node--type-landing-main-business-forum #block-prodeca-theme-local-tasks {
  position: absolute;
  width: 100%;
}
.page-node-type-business-forum .top-bar-header,
.node--type-business-forum .top-bar-header,
.node--type-landing-main-business-forum .top-bar-header {
  z-index: 1;
  top: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
}
.page-node-type-business-forum .top-bar-header .links.languages li a,
.node--type-business-forum .top-bar-header .links.languages li a,
.node--type-landing-main-business-forum .top-bar-header .links.languages li a {
  color: #fff !important;
}
.page-node-type-business-forum .top-bar-header .social-media-block,
.node--type-business-forum .top-bar-header .social-media-block,
.node--type-landing-main-business-forum .top-bar-header .social-media-block {
  border-color: #fff;
}
.page-node-type-business-forum .top-bar-header .social-media-block a,
.node--type-business-forum .top-bar-header .social-media-block a,
.node--type-landing-main-business-forum .top-bar-header .social-media-block a {
  color: #fff !important;
}
@media (max-width: 991px) {
  .page-node-type-business-forum .top-bar-header,
  .node--type-business-forum .top-bar-header,
  .node--type-landing-main-business-forum .top-bar-header {
    top: inherit;
  }
}
.page-node-type-business-forum .main-bar-header,
.node--type-business-forum .main-bar-header,
.node--type-landing-main-business-forum .main-bar-header {
  width: 100%;
  z-index: 1;
  top: 45px;
}
.page-node-type-business-forum .main-bar-header .main-menu-header .navbar .nav-item .nav-link,
.node--type-business-forum .main-bar-header .main-menu-header .navbar .nav-item .nav-link,
.node--type-landing-main-business-forum .main-bar-header .main-menu-header .navbar .nav-item .nav-link {
  color: #fff;
}
@media (max-width: 991px) {
  .page-node-type-business-forum .main-bar-header .main-menu-header .navbar .nav-item .nav-link,
  .node--type-business-forum .main-bar-header .main-menu-header .navbar .nav-item .nav-link,
  .node--type-landing-main-business-forum .main-bar-header .main-menu-header .navbar .nav-item .nav-link {
    color: #000;
  }
}
@media (max-width: 991px) {
  .page-node-type-business-forum .main-bar-header .main-menu-header .navbar .navbar-toggler,
  .node--type-business-forum .main-bar-header .main-menu-header .navbar .navbar-toggler,
  .node--type-landing-main-business-forum .main-bar-header .main-menu-header .navbar .navbar-toggler {
    top: -35px;
  }
}
@media (max-width: 991px) {
  .page-node-type-business-forum .main-bar-header .main-menu-header .navbar #navbarNav,
  .node--type-business-forum .main-bar-header .main-menu-header .navbar #navbarNav,
  .node--type-landing-main-business-forum .main-bar-header .main-menu-header .navbar #navbarNav {
    top: 72px;
    position: absolute;
    width: calc(100% + 60px);
    left: 0px;
    background: white none repeat scroll 0% 0%;
    margin: 0px -30px;
    padding: 8px 45px 40px;
  }
}
@media (max-width: 991px) {
  .page-node-type-business-forum .main-bar-header,
  .node--type-business-forum .main-bar-header,
  .node--type-landing-main-business-forum .main-bar-header {
    top: inherit;
  }
}
.page-node-type-business-forum .main-banner,
.node--type-business-forum .main-banner,
.node--type-landing-main-business-forum .main-banner {
  height: 525px;
  padding-top: 175px;
}
.page-node-type-business-forum .main-banner:before,
.node--type-business-forum .main-banner:before,
.node--type-landing-main-business-forum .main-banner:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 175px;
  background: linear-gradient(#000, transparent);
}

.node--type-business-forum .top-bar-footer {
  background-color: #000;
  margin-top: 50px;
}
.node--type-business-forum .top-bar-footer #footer-one > div {
  padding-right: 30px;
}
.node--type-business-forum .top-bar-footer #footer-one p {
  color: #fff;
}
.node--type-business-forum .top-bar-footer #footer-one .social-media-block a {
  color: #FFF !important;
}
.node--type-business-forum .top-bar-footer #footer-one .social-media-block a:hover {
  color: #c00000;
}
.node--type-business-forum .top-bar-footer #footer-four a {
  color: white !important;
}
.node--type-business-forum .top-bar-footer #footer-four a:hover {
  color: #c00000;
}
.node--type-business-forum .main-bar-footer {
  background-color: #f3f3f2;
}
.node--type-business-forum .main-bar-footer p {
  color: #000;
}
.node--type-business-forum .main-banner {
  height: 600px;
  padding-top: 150px;
}
.node--type-business-forum .main-banner .container .banner-text .bf-hashtag {
  color: #000;
  margin-bottom: 20px;
}
.node--type-business-forum .main-banner .container .banner-text .bf-title-detail {
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 12px;
}
.node--type-business-forum .main-banner .container .banner-text .bf-desc {
  color: #000;
}
.node--type-business-forum .btn-main.secondary {
  background-color: #000;
}
.node--type-business-forum .btn-main.secondary:hover {
  background-color: #4A4A4A;
  color: #FFF !important;
}

.node--type-landing-main-business-forum #navbarNav ul li .fa-search {
  font-size: 18px;
  vertical-align: bottom;
  color: #FFF;
  margin-left: 25px;
}
.node--type-landing-main-business-forum .red-ribbon-box {
  background-color: #f3f3f2;
  margin-bottom: 40px;
}
.node--type-landing-main-business-forum .red-ribbon-box h3, .node--type-landing-main-business-forum .red-ribbon-box p {
  color: #000;
}
.node--type-landing-main-business-forum .red-ribbon-box .inner-grid p {
  text-align: left;
  display: flex;
  font-size: 18px;
  line-height: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.node--type-landing-main-business-forum .red-ribbon-box .inner-grid img {
  flex: 0 0 auto;
  height: -moz-max-content;
  height: -webkit-max-content;
  height: -o-max-content;
  height: -ms-max-content;
  margin-right: 12px;
}
.node--type-landing-main-business-forum .bf-news {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.node--type-landing-main-business-forum .bf-news .bg-grey-half {
  height: calc(100% - 240px);
}
.node--type-landing-main-business-forum .bf-news .subtitle-red {
  color: #000;
}
.node--type-landing-main-business-forum .bf-news .thumbnail-body h6 {
  color: #000;
}
.node--type-landing-main-business-forum .news-list .home-new {
  margin-bottom: 25px;
}
.node--type-landing-main-business-forum .news-list .home-new > article {
  background-color: #fff;
  box-shadow: 5px 5px 8px #717171;
  height: 100%;
}
.node--type-landing-main-business-forum .news-list .home-new > article .thumbnail .thumbnail-body {
  padding: 0 20px 15px;
}
.node--type-landing-main-business-forum .news-list .home-new > article .thumbnail .thumbnail-body .read-more-link {
  display: none;
}
.node--type-landing-main-business-forum #bf-video-gallery {
  margin-bottom: 80px;
  padding-bottom: 30px;
}
.node--type-landing-main-business-forum #bf-video-gallery .bg-grey-half {
  height: calc(100% - 240px);
}
.node--type-landing-main-business-forum .owl-carousel.international .owl-dots {
  display: none;
}
.node--type-landing-main-business-forum #next-bf .diary-link {
  text-align: center;
}
.node--type-landing-main-business-forum #next-bf .diary-link .inner-title {
  color: #000;
}
.node--type-landing-main-business-forum .contact-bottom-block .main-title.red p {
  color: #000;
}
.node--type-landing-main-business-forum .contact-bottom-block .btn-main {
  background-color: #000;
}
.node--type-landing-main-business-forum .contact-bottom-block .btn-main:hover {
  background-color: #4A4A4A;
}
.node--type-landing-main-business-forum .contact-bottom-block .webform-submission-newsletter-subscribe-form .webform-button--submit {
  background-color: #000;
}
.node--type-landing-main-business-forum .contact-bottom-block .webform-submission-newsletter-subscribe-form .webform-button--submit:hover {
  background-color: #4A4A4A;
}

.grey-bg {
  background-color: #f3f3f2;
  padding-top: 15px;
}
.grey-bg .section {
  margin-bottom: 80px !important;
}

#bf-related {
  padding-top: 0;
}
#bf-related .col-md-4 .bf-item {
  box-shadow: 5px 5px 8px #717171;
  padding: 20px 25px;
  margin-bottom: 30px;
}
#bf-related .col-md-4 .bf-item .bf-title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
#bf-related .col-md-4 .bf-item p {
  font-weight: 600;
}
#bf-related .col-md-4 .bf-item p:last-child {
  margin-bottom: 0;
}
#bf-related .col-md-4:nth-last-child(-n+3) .bf-item {
  margin-bottom: 0;
}

.gallery-element.thumbnail {
  margin-bottom: 35px;
}

.node--type-landing-main-comunication .col-md-7 .views-row article {
  border: 1px solid #979797;
  height: 100%;
}
.node--type-landing-main-comunication .col-md-7 .views-row article .thumbnail-body {
  padding: 20px 30px;
  background: #FFF;
}

/** **/
@media (min-width: 768px) and (max-width: 991px) {
  .related-events {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .related-events article {
    display: inline-block;
    width: 49%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .related-tags {
    width: 100% !important;
    padding-left: 0 !important;
  }
}

#content-filters-h {
  margin-bottom: 60px;
}
#content-filters-h .js-form-item.js-form-type-textfield {
  position: relative;
  display: inline-block;
}
#content-filters-h .js-form-item.js-form-type-textfield input {
  margin: 0;
  padding: 5px 20px 5px 20px;
}
#content-filters-h .js-form-item.js-form-type-textfield #form-search-by-text-submit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 3px 8px;
  border-left: 1px solid #7a7a7a;
  font-size: 20px;
}
#content-filters-h .js-form-submit {
  display: none;
}

.node--type-page-search .page-search > .page-content #content-result .views-infinite-scroll-content-wrapper .views-row article {
  margin-bottom: 30px;
}
.node--type-page-search .page-search > .page-content #content-result .views-infinite-scroll-content-wrapper .views-row article:last-child {
  margin-bottom: 0;
}
.node--type-page-search .page-search > .page-content #content-result .js-pager__items.pager {
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
.node--type-page-search .page-search > .page-content #content-result .js-pager__items.pager a {
  font-weight: bold;
}
.node--type-page-search .page-search > .page-content #content-introduction {
  margin-bottom: 40px;
}

/** **/
.ekko-lightbox.modal .modal-body {
  padding-right: 30px;
  padding-left: 30px;
}
.ekko-lightbox.modal .modal-body .ekko-lightbox-nav-overlay a {
  color: #000 !important;
}
.ekko-lightbox.modal .modal-body .ekko-lightbox-nav-overlay a:first-child {
  margin-left: -53px;
}
.ekko-lightbox.modal .modal-body .ekko-lightbox-nav-overlay a:last-child {
  margin-right: -52px;
}

/** **/
/** Menu actions desktop & mobile - BEGIN **/
.main-menu-header {
  position: unset;
}
.main-menu-header .navbar.navbar-expand-lg {
  position: unset;
}

/** Menu actions desktop & mobile - END **/
/** Webform inscription - BEGIN **/
/* .webform-event-inscription {
  display: none;
} */
/** Webform inscription - END **/
#content-introduction > p + .base-ck-box {
  margin-top: 40px;
}

.grecaptcha-badge {
  display: none !important;
}

.node--type-landing-main-office .cke-webform {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .node--type-landing-main-office .cke-webform:last-child {
    margin-top: 5px;
  }
}

#modalVideoLabel.subtitle-red {
  font-size: 18px;
  line-height: 25px;
}

/** About Us **/
.node--type-landing-main-about .page-content > .row .section-block:first-child {
  margin-top: 0;
}
.node--type-landing-main-about .page-content > .row .section-block:first-child > .base-ck-box > .row .inner-grid:first-child {
  margin-top: 0;
}

/** **/
.inscription-btn {
  margin-bottom: 0;
}
.inscription-btn .btn-main {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  display: none;
}

.inscription-btn.closed .btn-main {
  background-color: #4A4A4A;
  cursor: default;
}

.eu-cookie-compliance-banner {
  padding: 15px 0;
  box-shadow: 0px -9px 11px 0 rgba(0, 0, 0, 0.4);
}
.eu-cookie-compliance-banner .agree-button, .eu-cookie-compliance-banner .decline-button {
  font-weight: bold;
  color: #fff !important;
  border: none;
  padding: 6px 20px;
  text-transform: uppercase;
  margin-top: 18px;
}
.eu-cookie-compliance-banner .agree-button:hover, .eu-cookie-compliance-banner .decline-button:hover {
  background-color: #4A4A4A;
}
.eu-cookie-compliance-banner .agree-button {
  background-color: #c00000;
}
.eu-cookie-compliance-banner .decline-button {
  background-color: #4A4A4A !important;
  background-image: unset !important;
  margin-left: 15px;
  border-radius: 0;
  text-shadow: none;
  text-transform: none;
}
.eu-cookie-compliance-banner .decline-button:hover {
  background-color: #000 !important;
}

/** webform styles **/
.webform-submission-form .js-form-item {
  margin-bottom: 10px;
}
.webform-submission-form input[type=text], .webform-submission-form input[type=email] {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 6px 0;
  width: 100%;
  background-color: transparent;
  font-size: 15px;
  line-height: 18px;
}
.webform-submission-form input[type=text].error-validation, .webform-submission-form input[type=email].error-validation {
  color: #c00000;
}
.webform-submission-form input[type=text].error-validation::placeholder, .webform-submission-form input[type=email].error-validation::placeholder {
  color: #c00000;
}
.webform-submission-form .form-data-error-message {
  color: #c00000;
  font-size: 12px;
}
.webform-submission-form .webform-button--submit {
  background-color: #c00000;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  border: none;
  padding: 6px 20px;
  text-transform: uppercase;
  margin-top: 18px;
}
.webform-submission-form .webform-button--submithover {
  background-color: #4A4A4A;
  cursor: pointer;
}
.webform-submission-form .webform-button--submit[disabled=""] {
  background-color: #b7b7b7;
}
.webform-submission-form .js-form-type-checkbox {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.webform-submission-form .js-form-type-checkbox input {
  margin-right: 15px;
}
.webform-submission-form .js-form-type-checkbox .description, .webform-submission-form .js-form-type-checkbox a {
  font-size: 10px;
  line-height: 13px;
}
.webform-submission-form .js-form-type-checkbox a:hover {
  text-decoration: none;
  color: #c00000;
}
.webform-submission-form .js-form-type-managed-file {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0 10px;
}
.webform-submission-form .js-form-type-managed-file input.js-form-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.webform-submission-form .js-form-type-managed-file > label {
  margin-bottom: 35px;
  background-color: #4A4A4A;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  border: 0.75px solid #4A4A4A;
  padding: 4px 10px;
  text-transform: uppercase;
  margin: 0;
  width: max-content;
}
.webform-submission-form .js-form-type-managed-file > label:hover {
  background-color: transparent;
  border-color: #000;
  color: #000 !important;
  cursor: pointer;
}
.webform-submission-form .js-form-type-managed-file > .field-prefix {
  margin-right: 15px;
  display: none;
}
.webform-submission-form .form-managed-file {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.webform-submission-form .form-managed-file > .js-form-submit {
  background-color: #4A4A4A;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  border: 0.75px solid #4A4A4A;
  padding: 4px 10px;
  text-transform: uppercase;
}
.webform-submission-form .form-managed-file > .js-form-submit:hover {
  background-color: transparent;
  border-color: #000;
  color: #000 !important;
  cursor: pointer;
}
.webform-submission-form .form-managed-file > span.file {
  margin-left: 15px;
}
.webform-submission-form .js-webform-radios .js-form-type-radio label {
  font-size: 15px;
}
.webform-submission-form .js-webform-radios .js-form-type-radio:first-of-type {
  margin: 0;
}
.webform-submission-form > .title-webform-box {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 10px;
}
.webform-submission-form > .title-webform-box:first-of-type {
  margin-top: 0;
}

@media (max-width: 767px) {
  .twitter-widget-title .base-ck-box-body > .col-md-6 {
    width: 50%;
    margin-bottom: 0 !important;
  }
  .twitter-widget-title .base-ck-box-body > .col-md-6 h2 {
    cursor: pointer;
    border: 1px solid #d9d9d9;
    padding: 7px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f3f3f2;
    margin: 0;
  }
  .twitter-widget-title .base-ck-box-body > .col-md-6 h2:hover {
    color: #c00000;
  }
  .twitter-widget-title .base-ck-box-body > .col-md-6.active h2 {
    color: #c00000;
    border-bottom: none;
    background-color: #FFF;
  }
}
.twitter-widget-title.base-ck-box {
  padding: 0 !important;
}
.twitter-widget-title.base-ck-box h2 {
  font-size: 24px;
  font-weight: bold;
}

.twitter-widget .base-ck-box-body > .col-md-6 {
  max-height: 550px;
  overflow: auto;
}
@media (max-width: 767px) {
  .twitter-widget .base-ck-box-body > .col-md-6 {
    display: none;
  }
  .twitter-widget .base-ck-box-body > .col-md-6.active {
    display: block;
  }
}
@media (max-width: 767px) {
  .twitter-widget {
    margin-top: 0 !important;
    border: 1px solid #d9d9d9;
    border-top: none;
    padding: 10px;
  }
}

.webform-submission-event-inscription-form div[role=contentinfo] {
  display: none;
}

.form-private-area-login .radio-buttons {
  display: block;
  text-align: left;
}
.form-private-area-login .radio-buttons .form-item {
  display: inline-block;
  margin: 0px 10px 0px 0px;
}
.form-private-area-login .radio-buttons .form-item > * {
  vertical-align: middle;
}
.form-private-area-login .radio-buttons .form-item label {
  margin: 0px;
}
.form-private-area-login .footer-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-private-area-login input[type=submit] {
  margin-top: 0px;
}

.node--type-landing-cultura {
  background: #f2f0e5;
}
.node--type-landing-cultura .paragraph {
  padding-top: 50px;
  padding-bottom: 50px;
}
.node--type-landing-cultura .title-item {
  padding: 0 0 20px;
}
.node--type-landing-cultura .title-item h2 {
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  margin: 0;
}
.node--type-landing-cultura .silueta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 290px;
  z-index: -1;
}
.node--type-landing-cultura .silueta.silueta-dreta {
  right: 0;
}
.node--type-landing-cultura .silueta.silueta-esquerra {
  left: 0;
}
@media (max-width: 1625px) {
  .node--type-landing-cultura .silueta {
    max-width: 110px;
  }
}
@media (max-width: 1300px) {
  .node--type-landing-cultura .silueta {
    opacity: 0.2;
  }
}
.node--type-landing-cultura .paragraph--type--slideshow-principal {
  padding: 0 !important;
  position: relative;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal .gradient-background {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 212, 255, 0) 70%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
@media (max-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--slideshow-principal .gradient-background {
    background: linear-gradient(270deg, #000000 0%, rgba(0, 212, 255, 0) 100%);
  }
}
.node--type-landing-cultura .paragraph--type--slideshow-principal .logo-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--slideshow-principal .logo-image {
    z-index: 2;
  }
}
.node--type-landing-cultura .paragraph--type--slideshow-principal .logo-image img {
  max-width: 500px;
}
@media (max-width: 768px) {
  .node--type-landing-cultura .paragraph--type--slideshow-principal .logo-image img {
    max-width: 230px;
  }
}
.node--type-landing-cultura .paragraph--type--slideshow-principal .siluetes {
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
  top: 50%;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal .siluetes img {
  max-height: 900px;
  width: auto;
  /*opacity: .7;*/
}
@media (max-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--slideshow-principal .siluetes img {
    max-height: 700px;
  }
}
.node--type-landing-cultura .paragraph--type--slideshow-principal .siluetes.siluetes-dreta {
  right: 0;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal .siluetes.siluetes-esq {
  left: 0;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal .paragraph-slideshow-slide {
  height: 900px;
  background-size: cover;
  background-position: 50%;
}
@media (max-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--slideshow-principal .paragraph-slideshow-slide {
    height: 700px;
  }
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 37px;
  padding-bottom: 5px;
  z-index: 200;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca .logo-header {
  max-width: 285px;
  padding: 0;
  margin: 0;
  margin-left: 4%;
  margin-right: 3%;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca .logo-header img {
  width: 100%;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca > .navbar {
  width: 100%;
  padding: 15px 0 0;
  margin: 0;
  height: 55px;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-pack: right;
  justify-content: flex-end;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca > .navbar .animated-icon2 span {
  background: #FFF;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca > .navbar #navbarNav {
  text-align: right;
  padding-right: 15px;
  padding-top: 20px;
  -ms-flex-pack: right;
  justify-content: flex-end;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca > .navbar #navbarNav li a {
  color: #FFF !important;
  display: inline-block;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca > .navbar #navbarNav li a:hover {
  color: #c00000;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca .rrss-header {
  max-width: 200px;
  padding: 0;
  margin: 0;
  margin-left: 3%;
  margin-right: 4%;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca ul.links.languages {
  margin: 0;
  list-style: none;
  display: flex;
  padding: 15px 0 0;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca ul.links.languages li {
  text-transform: uppercase;
  margin-left: 15px;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca ul.links.languages li:first-child {
  margin-left: 0;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca ul.links.languages li.is-active {
  font-weight: bold;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca ul.links.languages li a {
  line-height: 22.5px;
  padding: 0.5rem 0;
  display: block;
  color: #FFF !important;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca ul.links.languages li a:hover {
  color: #c00000;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca .rrss-header-box {
  display: flex;
  justify-content: flex-end;
  -ms-flex-pack: right;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca .rrss-header-box .social-media-block {
  padding: 15px 0 0;
  padding-left: 15px;
  margin-left: 15px;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca .rrss-header-box .social-media-block a {
  padding: 0.5rem 0;
  display: inline-block;
  color: #FFF !important;
}
.node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca .rrss-header-box .social-media-block a:hover {
  color: #c00000;
}
@media (max-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca .rrss-header-box {
    display: block;
  }
  .node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca .rrss-header-box ul.links.languages {
    justify-content: flex-end;
    -ms-flex-pack: right;
    border-top: 1px solid white;
    display: inline-flex;
    margin-top: 15px;
  }
  .node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca .rrss-header-box .social-media-block {
    padding-top: 0;
  }
}
@media (min-width: 1201px) {
  .node--type-landing-cultura .paragraph--type--slideshow-principal #block-headerca > .navbar #navbarNav {
    padding-top: 0;
  }
}
.node--type-landing-cultura .paragraph--type--franja-vermella {
  padding: 0 !important;
  background-color: #c00000;
}
.node--type-landing-cultura .paragraph--type--franja-vermella .paragraph-franja-vermella {
  padding-top: 20px;
  padding-bottom: 20px;
}
.node--type-landing-cultura .paragraph--type--franja-vermella .paragraph-franja-vermella p {
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: initial;
}
.node--type-landing-cultura .paragraph--type--franja-vermella .paragraph-franja-vermella p:last-child {
  margin-bottom: 0;
}
.node--type-landing-cultura .paragraph--type--video {
  padding: 0 !important;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat {
  position: relative;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .column.text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .column.text .title-item {
  position: relative;
  padding: 20px 0 20px;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .column.text .title-item h1 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .column.text .title-item h1 img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .imatge-esquerra, .node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .imatge-dreta {
  width: auto;
  text-align: center;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .imatge-esquerra img, .node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .imatge-dreta img {
  width: 100%;
  height: auto;
  max-width: 178px;
  max-height: 170px;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .cta {
  text-align: center;
  width: 100%;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .cta.btn-row {
  text-align: center;
  padding-top: 40px;
  padding-left: 3.5%;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .cta.btn-row a {
  background-color: #c00000;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  border: none;
  padding: 6px 20px;
  text-transform: uppercase;
  background-color: #000;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .cta.btn-row a:hover {
  color: #fff;
  background-color: #4A4A4A;
  cursor: pointer;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .cta.btn-row a.secondary {
  background-color: #000;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .cta.btn-row a.tertiary {
  background-color: transparent;
  border: 2px solid #000;
  color: #000 !important;
  margin-right: 10px;
}
.node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .cta.btn-row a:hover {
  background-color: #AF1E29;
}
@media (min-width: 2000px) {
  .node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .imatge-esquerra {
    text-align: right !important;
  }
  .node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .imatge-dreta {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .column.text {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 62%;
  }
  .node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .imatge-esquerra, .node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .imatge-dreta {
    width: 19%;
  }
  .node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .imatge-esquerra {
    text-align: center;
  }
  .node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .imatge-dreta {
    text-align: center;
  }
  .node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .order-first {
    -webkit-box-ordinal-group: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .cta.btn-row {
    padding-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--imatge-mes-text-centrats .paragraph-imatge-text-centrat .row .column.text {
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret {
  position: relative;
}
.node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .row .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0;
}
.node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .column.text {
  width: 100%;
  padding-left: 3.5%;
  padding-right: 3.5%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .column.imatge-col {
  width: 100%;
  padding-left: 3.5%;
  padding-right: 30px;
}
.node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .cta {
  width: 100%;
}
.node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .cta.btn-row {
  padding-top: 40px;
  padding-left: 3.5%;
}
.node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .cta.btn-row a {
  background-color: #c00000;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  border: none;
  padding: 6px 20px;
  text-transform: uppercase;
  background-color: #000;
}
.node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .cta.btn-row a:hover {
  color: #fff;
  background-color: #4A4A4A;
  cursor: pointer;
}
.node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .cta.btn-row a.secondary {
  background-color: #000;
}
.node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .cta.btn-row a.tertiary {
  background-color: transparent;
  border: 2px solid #000;
  color: #000 !important;
  margin-right: 10px;
}
.node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .cta.btn-row a:hover {
  background-color: #AF1E29;
}
@media (min-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .row .order-first {
    -webkit-box-ordinal-group: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .column.text {
    width: 50%;
    padding-left: 30px;
    padding-right: 3.5%;
    padding-top: 40px;
    padding-bottom: 40px;
    min-width: 400px;
    max-width: 900px;
    margin-right: auto;
  }
  .node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .column.text .title-item {
    max-width: 500px;
  }
  .node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .column.text > div {
    max-width: 500px;
  }
  .node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .column.imatge-col {
    width: 50%;
    max-width: 1100px;
    padding-left: 75px;
    min-width: 650px;
    margin-left: auto;
  }
  .node--type-landing-cultura .paragraph--type--img-left-text-right .paragraph-imatge-text-dret .cta.btn-row {
    padding-top: 20px;
    padding-left: 0;
  }
}
.node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra {
  position: relative;
}
.node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .column.text {
  width: 100%;
  padding-left: 3.5%;
  padding-right: 3.5%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .column.imatge-col {
  width: 100%;
  padding-left: 30px;
  padding-right: 3.5%;
}
.node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .cta {
  width: 100%;
}
.node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .cta.btn-row {
  padding-top: 40px;
  padding-left: 3.5%;
}
.node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .cta.btn-row a {
  background-color: #c00000;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  border: none;
  padding: 6px 20px;
  text-transform: uppercase;
  background-color: #000;
}
.node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .cta.btn-row a:hover {
  color: #fff;
  background-color: #4A4A4A;
  cursor: pointer;
}
.node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .cta.btn-row a.secondary {
  background-color: #000;
}
.node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .cta.btn-row a.tertiary {
  background-color: transparent;
  border: 2px solid #000;
  color: #000 !important;
  margin-right: 10px;
}
.node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .cta.btn-row a:hover {
  background-color: #AF1E29;
}
@media (min-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .column.text {
    width: 50%;
    padding-left: 3.5%;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    min-width: 400px;
    max-width: 900px;
    margin-left: auto;
  }
  .node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .column.text .title-item {
    max-width: 500px;
    margin-left: auto;
  }
  .node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .column.text > div {
    max-width: 500px;
    margin-left: auto;
  }
  .node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .column.imatge-col {
    width: 50%;
    max-width: 1100px;
    padding-right: 75px;
    min-width: 650px;
    margin-right: auto;
  }
  .node--type-landing-cultura .paragraph--type--img-right-text-left .paragraph-imatge-text-esquerra .cta.btn-row {
    padding-top: 20px;
    padding-left: 0;
  }
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret {
  position: relative;
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c00000;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .row .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0;
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .column.text {
  width: 100%;
  padding-left: 3.5%;
  padding-right: 3.5%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .column.text .title-item h2 {
  color: #FFF;
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .column.text p {
  color: #FFF;
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .column.imatge-col {
  width: 100%;
  padding-left: 3.5%;
  padding-right: 30px;
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .column.imatge-col img {
  width: 100%;
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .cta {
  width: 100%;
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .cta.btn-row {
  padding-top: 40px;
  padding-left: 3.5%;
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .cta.btn-row a {
  background-color: #c00000;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  border: none;
  padding: 6px 20px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #FFF;
  color: #FFF !important;
  margin-right: 10px;
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .cta.btn-row a:hover {
  color: #fff;
  background-color: #4A4A4A;
  cursor: pointer;
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .cta.btn-row a.secondary {
  background-color: #000;
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .cta.btn-row a.tertiary {
  background-color: transparent;
  border: 2px solid #000;
  color: #000 !important;
  margin-right: 10px;
}
.node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .cta.btn-row a:hover {
  background-color: #FFF;
  color: #AF1E29 !important;
}
@media (min-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .row .order-first {
    -webkit-box-ordinal-group: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .column.text {
    width: 50%;
    padding-left: 30px;
    padding-right: 3.5%;
    padding-top: 40px;
    padding-bottom: 40px;
    min-width: 400px;
    max-width: 900px;
    margin-right: auto;
  }
  .node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .column.text .title-item {
    max-width: 500px;
  }
  .node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .column.text > div {
    max-width: 500px;
  }
  .node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .column.imatge-col {
    width: 50%;
    padding-left: 0;
    min-width: 650px;
  }
  .node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .cta.btn-row {
    padding-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .column.imatge-col {
    padding-left: 0;
    padding-right: 0;
  }
  .node--type-landing-cultura .paragraph--type--map-img-right-text-left .paragraph-map-imatge-text-dret .cta {
    padding-bottom: 30px;
  }
}
.node--type-landing-cultura .paragraph--type--slideshow-videos {
  max-width: 1400px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.node--type-landing-cultura .paragraph--type--slideshow-videos .title-item {
  text-align: center;
  padding-bottom: 40px;
}
.node--type-landing-cultura .paragraph--type--slideshow-videos .multi-videos .video-embed-field-provider-youtube {
  margin: 0 15px;
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right {
  background-color: #c00000;
  padding: 0px;
  margin-top: 200px;
  margin-bottom: 200px;
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra {
  position: relative;
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .column.text {
  width: 100%;
  padding-left: 3.5%;
  padding-right: 3.5%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .column.text .title-item h2 {
  color: #FFF;
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .column.text p {
  color: #FFF;
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .column.imatge-col {
  width: 100%;
  padding-left: 30px;
  padding-right: 3.5%;
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .cta {
  width: 100%;
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .cta.btn-row {
  padding-top: 40px;
  padding-left: 3.5%;
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .cta.btn-row a {
  background-color: #c00000;
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  border: none;
  padding: 6px 20px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #FFF;
  color: #FFF !important;
  margin-right: 10px;
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .cta.btn-row a:hover {
  color: #fff;
  background-color: #4A4A4A;
  cursor: pointer;
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .cta.btn-row a.secondary {
  background-color: #000;
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .cta.btn-row a.tertiary {
  background-color: transparent;
  border: 2px solid #000;
  color: #000 !important;
  margin-right: 10px;
}
.node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .cta.btn-row a:hover {
  background-color: #FFF;
  color: #AF1E29 !important;
}
@media (min-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .column.text {
    width: 50%;
    padding-left: 3.5%;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    min-width: 400px;
    max-width: 900px;
    margin-left: auto;
  }
  .node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .column.text .title-item {
    max-width: 500px;
    margin-left: auto;
  }
  .node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .column.text > div {
    max-width: 500px;
    margin-left: auto;
  }
  .node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .column.imatge-col {
    width: 50%;
    max-width: 1100px;
    padding-right: 75px;
    min-width: 650px;
    margin-right: auto;
  }
  .node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .column.imatge-col > div {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .cta.btn-row {
    padding-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--vermella-text-left-img-right {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .column.imatge-col {
    padding-left: 3.5%;
  }
  .node--type-landing-cultura .paragraph--type--vermella-text-left-img-right .paragraph-vermell-imatge-text-esquerra .cta {
    padding-bottom: 30px;
  }
}
.node--type-landing-cultura .paragraph--type--peu-de-pagina {
  padding-top: 20px;
  padding-bottom: 0;
  background-color: #000;
  margin-top: 50px;
}
.node--type-landing-cultura .paragraph--type--peu-de-pagina .row {
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-logo, .node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-txt, .node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-redes {
  width: 33.3%;
  text-align: center;
}
.node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-logo img {
  margin-bottom: 20px;
}
.node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-txt a, .node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-txt span {
  color: #FFF;
}
.node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-txt a:hover {
  color: #c00000;
}
.node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-redes .social-media-block a {
  color: #FFF !important;
  margin-right: 15px;
}
.node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-redes .social-media-block a:hover {
  color: #c00000;
}
.node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-redes .social-media-block a:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-redes .social-media-block {
    margin-top: 20px;
  }
}
.node--type-landing-cultura .paragraph--type--peu-de-pagina .paragraph-peu-pagina-subfooter {
  border-top: 1px solid #f2f0e5;
  margin-top: 20px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.node--type-landing-cultura .paragraph--type--peu-de-pagina .paragraph-peu-pagina-subfooter p, .node--type-landing-cultura .paragraph--type--peu-de-pagina .paragraph-peu-pagina-subfooter a {
  color: #FFF;
}
.node--type-landing-cultura .paragraph--type--peu-de-pagina .paragraph-peu-pagina-subfooter a:hover {
  color: #c00000;
}
@media (max-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-logo, .node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-txt, .node--type-landing-cultura .paragraph--type--peu-de-pagina .row .col-redes {
    width: 100%;
  }
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form {
  position: relative;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 20px;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text .title-item {
  position: relative;
  padding: 20px 0 20px;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text > div > p {
  font-size: 13px;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text form > .form-item.form-item-form-data-legal-conv-privacy {
  margin-top: 5px !important;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text form > .form-item.js-form-type-checkbox .description {
  font-size: 13px;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text form > .form-item.js-form-type-checkbox .description a {
  font-size: 13px;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text form > .form-item.js-form-type-checkbox + .error-message {
  float: left;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text form > .form-actions input {
  background-color: #000;
  margin-top: 35px;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text form > .form-actions input:hover {
  background-color: #AF1E29;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text > div {
  margin-top: 20px;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text > #newsletter-ajax-agraiments {
  margin-top: 0;
  display: none;
  margin-bottom: 15px;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text > #newsletter-ajax-agraiments > div {
  display: flex;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text > #newsletter-ajax-agraiments > div p {
  color: #247724;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text > #newsletter-ajax-agraiments > div p:last-child {
  margin-bottom: 0;
}
.node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text > #newsletter-ajax-agraiments > div svg {
  color: #247724;
  font-size: 35px;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 62%;
  }
}
@media (min-width: 768px) {
  .node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text form > .form-item {
    float: left;
    width: 75%;
  }
  .node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text form > .form-actions {
    width: 25%;
    display: inline-block;
    text-align: right;
  }
  .node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text > div {
    float: left;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .node--type-landing-cultura .paragraph--type--newsletter-form .paragraph-newsletter-form .row .column.text {
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.grid-sys {
  display: grid;
  grid-gap: 0 20px;
}
.grid-sys.five-max {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 991px) {
  .grid-sys.five-max {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-sys.five-max {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 500px) {
  .grid-sys.five-max {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-sys .grid-item {
  margin-bottom: 20px;
}

.node--type-landing-halal .news-list .row {
  justify-content: center;
}
.node--type-landing-halal .news-list .row .home-new {
  margin-bottom: 25px;
}
.node--type-landing-halal .news-list .row .home-new > article {
  background-color: #FFF;
  box-shadow: 5px 5px 8px #717171;
  height: 100%;
}
.node--type-landing-halal .news-list .row .home-new > article .thumbnail .thumbnail-body {
  padding: 0 20px 15px;
}
.node--type-landing-halal .empresa-halal {
  display: table;
  height: 100px;
  overflow: hidden;
  background: #f3f3f2;
  position: relative;
}
.node--type-landing-halal .empresa-halal > div {
  display: table-cell;
  vertical-align: middle;
}
.node--type-landing-halal .empresa-halal > div > div {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
}

.node--type-landing-families-halal .page-content .sidebar-filter > .navbar-expand-md {
  padding: 0;
}

.node--type--fitxa-empresa .related-products {
  margin-top: 35px;
}

.paragraph--type--empreses-mercats {
  margin-right: -15px;
  margin-left: -15px;
}
.paragraph--type--empreses-mercats .btn-main {
  margin-top: 10px;
  text-transform: unset;
  display: inline-block;
}
.paragraph--type--empreses-mercats img {
  margin-bottom: 20px;
}

.form-item-productes-familia .label {
  font-size: 12px;
}

.base-ck-box-block {
  margin-bottom: 3rem;
}
.base-ck-box-block.img-banner-wrapper {
  height: 350px;
  position: relative;
  padding: 4rem;
  background-image: url("../images/banner.jpeg");
}
.base-ck-box-block p.img-banner-text {
  color: white;
  font-size: 40px;
  font-weight: 700;
  width: 70%;
  margin-bottom: 2rem;
  line-height: 1;
}
.base-ck-box-block .img-button.btn-main {
  display: inline-block;
}
.base-ck-box-block .base-ck-box-block-reports .base-ck-box-block-report .report-date {
  position: relative;
}
.base-ck-box-block .base-ck-box-block-reports .base-ck-box-block-report .report-date-img {
  background-image: url("../images/bg-cards.svg");
  height: 165px;
  background-size: cover;
  background-repeat: no-repeat;
}
.base-ck-box-block .base-ck-box-block-reports .base-ck-box-block-report .report-date-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 700;
  font-size: 30px;
  inline-size: 150px;
  text-wrap: wrap;
  text-align: center;
  line-height: 1.1;
}
.base-ck-box-block .base-ck-box-block-reports .base-ck-box-block-report .report-date-text-year {
  font-size: 40px;
}
.base-ck-box-block .base-ck-box-block-reports .base-ck-box-block-report .report-info {
  padding: 1.8rem;
  border: 1px solid #a5a4a5;
  border-top: 0;
}
.base-ck-box-block .base-ck-box-block-reports .base-ck-box-block-report .report-info-description {
  color: #c00000;
  font-size: 20px;
  line-height: 1;
}
.base-ck-box-block .base-ck-box-block-reports .base-ck-box-block-report .report-info-download {
  text-decoration: underline !important;
  font-size: 18px;
}
.base-ck-box-block .base-ck-box-block-reports .base-ck-box-block-report .report-info-download:before {
  content: "";
  background: url("../images/download.svg");
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 4px;
  vertical-align: -15%;
}

.layer-opacity-20 {
  background-color: #000;
}
.layer-opacity-20 img {
  opacity: 0.2;
}
.layer-opacity-40 {
  background-color: #000;
}
.layer-opacity-40 img {
  opacity: 0.4;
}
.layer-opacity-60 {
  background-color: #000;
}
.layer-opacity-60 img {
  opacity: 0.6;
}

.btn-more {
  background-color: #c00000;
  font-size: 15px;
  font-weight: bold;
  border: none;
  padding: 6px 20px;
  text-transform: uppercase;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  height: 45px;
  min-width: 125px;
}
.btn-more a {
  color: #fff !important;
}

.inscription-tag {
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.inscription-tag--carousel {
  max-width: 205px;
}
.inscription-tag.opened {
  background-color: #c00000;
}
.inscription-tag.closed {
  background-color: #4A4A4A;
}

.modal-body--wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.modal-body--wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cookiesjsr-banner {
  color: #000;
  width: auto;
  max-width: 920px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
  border: solid #c00000 2px;
  flex-direction: column;
  bottom: 1rem;
  right: 1rem;
  left: 1rem;
}
.cookiesjsr-banner a {
  color: #c00000;
  text-decoration: none;
}
.cookiesjsr-banner--info {
  padding-right: 0;
  padding-left: 0;
  overflow: unset;
  width: 100% !important;
}
.cookiesjsr-banner--text {
  text-align: left;
}
.cookiesjsr-banner--action {
  width: auto !important;
  margin: 0 auto;
}
.cookiesjsr-banner--links {
  font-size: inherit;
}
.cookiesjsr-btn {
  font-size: 1em;
  font-weight: bold;
  color: #c00000;
  text-transform: none;
  margin-right: 1.5rem;
  margin-left: 0;
  background-color: transparent;
  border-color: #c00000;
  border-radius: 50rem;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  transform: none;
}
.cookiesjsr-btn:hover {
  color: #fff !important;
  background-color: #c40003;
  border-color: #c40003;
  transform: none;
}
.cookiesjsr-btn.invert {
  color: #c00000;
  border-color: #c00000;
}
.cookiesjsr-btn.important {
  color: #fff;
  background-color: #c00000;
  border-color: #c00000;
}
.cookiesjsr-btn.important:hover {
  background-color: #c40003;
  border-color: #c40003;
}
.cookiesjsr-btn.important.invert {
  color: #fff;
  background-color: #c00000;
  border-color: #c00000;
}
.cookiesjsr-layer--title {
  color: #c00000;
}
.cookiesjsr-layer--label-all {
  color: #c00000;
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--tab, .cookiesjsr-service-group--content {
  background: #a5a4a5 !important;
}
.cookiesjsr-service-group--tab {
  color: #c00000;
  border-bottom: rgba(192, 0, 0, 0.5);
}

/*
    Fichero para incluir los estilos del tipo de contenido 'reports_and_publications'
*/
.sidebar-main-image img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  max-width: 350px;
}
.sidebar-main-image + #content-socialmedia-share {
  margin-top: 0px !important;
}
.sidebar-main-image + #content-socialmedia-share p.hr-black:first-child {
  margin-top: 0;
}

.related-photos {
  margin-bottom: 30px;
}
.related-photos img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.related-photos .col-6 a {
  padding: 0 !important;
}
.related-photos .col-6:nth-child(even) {
  padding-left: 5px;
}
.related-photos .col-6:nth-child(odd) {
  padding-right: 5px;
}

.related-videos {
  margin-bottom: 30px;
}
.related-videos img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.related-videos img.play-video {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px !important;
  margin: -40px auto 0 !important;
  left: 0;
  opacity: 0.9;
  transition: all 0.2s;
}
.related-videos .col-6 a {
  padding: 0 !important;
  position: relative;
}
.related-videos .col-6 a:hover .play-video {
  opacity: 1;
}
.related-videos .col-6:nth-child(even) {
  padding-left: 5px;
}
.related-videos .col-6:nth-child(odd) {
  padding-right: 5px;
}

.related-events {
  margin-bottom: 30px;
}
.related-events .related-title {
  font-weight: 600;
}

.related-tags {
  margin-bottom: 30px;
}
.related-tags a {
  margin-right: 5px;
}
.related-tags a span {
  text-decoration: underline;
}
.related-tags a:last-child {
  margin-right: 0;
}

.sidebar-files img {
  width: 24px;
  margin-right: 15px;
}
.sidebar-files a {
  color: #000 !important;
}
.sidebar-files a p {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
}
.sidebar-files .file-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.sidebar-files .file-box > div:first-child {
  flex: 0 0 41px;
}

.sidebar-search {
  position: relative;
  margin-bottom: 20px;
}
.sidebar-search input[type=text] {
  background: #f3f3f2;
  border: none;
  border-radius: 0;
  padding: 6px 48px 8px 20px;
}
.sidebar-search input[type=submit] {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background: #dbdbdb;
  width: 38px;
  background-image: url(/sites/default/files/icons/icon-search.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px;
}

#cv-email p {
  margin-bottom: 0;
}

.col-lg-4 #content-socialmedia-share,
.col-md-4 #content-socialmedia-share {
  margin: 30px 0;
}
.col-lg-4 #content-socialmedia-share .socialmedia-box,
.col-md-4 #content-socialmedia-share .socialmedia-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col-lg-4 #content-socialmedia-share .socialmedia-box p,
.col-md-4 #content-socialmedia-share .socialmedia-box p {
  font-size: 14px;
}
.col-lg-4 #content-socialmedia-share .socialmedia-box .social-media-block,
.col-md-4 #content-socialmedia-share .socialmedia-box .social-media-block {
  display: flex;
}
.col-lg-4 #content-socialmedia-share .socialmedia-box .social-media-block a,
.col-md-4 #content-socialmedia-share .socialmedia-box .social-media-block a {
  margin-right: 15px;
}
.col-lg-4 #content-socialmedia-share .socialmedia-box .social-media-block a:last-child,
.col-md-4 #content-socialmedia-share .socialmedia-box .social-media-block a:last-child {
  margin-right: 0;
}
.col-lg-4 #content-socialmedia-share .social-media-block,
.col-md-4 #content-socialmedia-share .social-media-block {
  display: flex;
}
.col-lg-4 #content-socialmedia-share .social-media-block a,
.col-md-4 #content-socialmedia-share .social-media-block a {
  margin-right: 15px;
}
.col-lg-4 #content-socialmedia-share .social-media-block a:last-child,
.col-md-4 #content-socialmedia-share .social-media-block a:last-child {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-lg-4 #content-socialmedia-share,
  .col-md-4 #content-socialmedia-share {
    float: right;
    width: 50%;
    padding-left: 20px;
    margin-top: 0;
  }
}

.sidebar-webform .main-title.red {
  margin-bottom: 15px;
}
.sidebar-webform .main-title.red p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}

.thumbnail h6 {
  color: #c00000;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.thumbnail .thumbnail-image {
  position: relative;
}
.thumbnail .thumbnail-image > ahover {
  cursor: pointer;
}
.thumbnail .thumbnail-image .featured-description {
  background-color: rgba(192, 0, 0, 0.7);
  display: flex;
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 1;
}
.thumbnail .thumbnail-image .featured-description img {
  width: 36px;
  height: 21px;
  margin-right: 10px !important;
  margin-top: 2px !important;
}
.thumbnail .thumbnail-image .featured-description p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.thumbnail .thumbnail-image .play-video {
  position: absolute;
  top: 50%;
  right: 0;
  width: 80px !important;
  height: 80px;
  margin: -40px auto 0 !important;
  left: 0;
  opacity: 0.9;
  transition: all 0.2s;
}
.thumbnail .thumbnail-image:hover img.play-video {
  opacity: 1;
}
.thumbnail img {
  width: 100%;
}
.thumbnail p {
  font-size: 15px;
  line-height: 18px;
  color: #000;
}
.thumbnail .date-item {
  font-weight: 600;
}
.thumbnail.reduced-date-box .date-item {
  margin-bottom: 5px;
}
.thumbnail.reduced-date-box img {
  margin-bottom: 10px;
}
.thumbnail.reduced-date-box .featured-description + a .play-video {
  margin: -50px auto 0 !important;
}
.thumbnail.reduced-video-box .thumbnail-image img {
  margin: 0;
}
.thumbnail.reduced-video-box .thumbnail-image img.play-video {
  position: absolute;
  top: 50%;
  right: 0;
  width: 80px !important;
  height: 80px;
  margin: -40px auto 0 !important;
  left: 0;
  opacity: 0.9;
  transition: all 0.2s;
}
.thumbnail.reduced-video-box .thumbnail-image:hover img.play-video {
  opacity: 1;
}
.thumbnail.reduced-video-box .thumbnail-body {
  padding-top: 10px;
}
.thumbnail .row {
  margin: 0;
}
.thumbnail.compact-date-box {
  margin-bottom: 20px;
}
.thumbnail.compact-date-box .col-4 {
  padding: 0;
}
.thumbnail.compact-date-box p {
  margin-bottom: 0;
}
.thumbnail.compact-date-box .date-item {
  margin-bottom: 6px;
}
.thumbnail.compact-date-box .read-more-link {
  margin-top: 10px;
}
.thumbnail .pdf-item {
  background-color: #f3f3f2;
  padding: 6px 20px 8px;
  margin-bottom: 10px;
  display: flex;
}
.thumbnail .pdf-item img {
  width: 22px;
  margin: 0 10px 0 0;
}
.thumbnail .pdf-item .pdf-link {
  width: 70%;
}
.thumbnail .pdf-item .isuu-link {
  width: 30%;
  text-align: right;
}
.thumbnail .pdf-item .isuu-link a {
  justify-content: right;
}
.thumbnail .pdf-item a {
  display: flex;
  align-items: center;
}
.thumbnail .pdf-item a:hover p {
  color: #c00000;
}
.thumbnail .pdf-item p {
  margin: 0;
}
.thumbnail.compact-box {
  background-color: #f3f3f2;
  margin-bottom: 25px;
}
.thumbnail.compact-box .thumbnail-title {
  font-size: 15px;
  color: #c00000;
  font-weight: bold;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
}
.thumbnail.compact-box p {
  margin-bottom: 10px;
}
.thumbnail.compact-box .col-6:first-child {
  padding: 15px 5px 15px 15px;
}
@media (max-width: 767px) {
  .thumbnail.compact-box .col-6:first-child {
    padding-right: 15px;
  }
}
.thumbnail.compact-box .col-6:nth-child(2) {
  padding-right: 0;
}
@media (max-width: 767px) {
  .thumbnail.compact-box .col-6:nth-child(2) {
    padding-left: 0;
  }
}
.thumbnail.compact-date-home-box {
  margin-bottom: 30px;
  background: white;
  padding: 15px;
  box-shadow: 8px 9px 11px 0 rgba(0, 0, 0, 0.4);
}
.thumbnail.compact-date-home-box .col-md-4 {
  padding: 0;
}
.thumbnail.compact-date-home-box h6 {
  font-size: 15px;
  color: #c00000;
  font-weight: bold;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.thumbnail.compact-date-home-box p {
  margin-bottom: 10px;
}
.thumbnail.compact-date-home-box .date-item {
  margin-bottom: 6px;
}
.thumbnail.image-link {
  padding: 0 15px;
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 58px);
  font-size: 55px !important;
  font-weight: 100 !important;
}
.owl-carousel .owl-nav button.owl-next {
  right: -20px;
}
@media (max-width: 576px) {
  .owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
}
.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
@media (max-width: 576px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
}
.owl-carousel.testimonial .owl-stage-outer {
  margin-bottom: 15px;
}
.owl-carousel.testimonial .owl-dots {
  padding-bottom: 5px;
}
.owl-carousel.testimonial .owl-dots button.owl-dot {
  padding-right: 8px !important;
}
.owl-carousel.testimonial .owl-dots button.owl-dot span {
  width: 10px;
  display: inline-block;
  height: 10px;
  background-color: #e4e4e4;
  border-radius: 50%;
}
.owl-carousel.testimonial .owl-dots button.owl-dot.active span {
  background-color: #a5a4a5;
}
.owl-carousel.testimonial .owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-carousel.gallery-image .owl-item .item img {
  padding: 0 10px;
}
.owl-carousel.international .video-item a {
  padding-right: 0;
  padding-left: 0;
}
.owl-carousel.international .video-item a img {
  padding: 0 10px;
}
.owl-carousel.related-events {
  margin-bottom: 0;
}

.ckeditor-accordion-container > dl dt > a {
  padding-left: 0;
}
.ckeditor-accordion-container > dl dt > a:not(.button) {
  padding-left: 0;
}

/*# sourceMappingURL=main.css.map */
