/**
 * @file
 * ACER Subtheme specific CSS.
 */

/*=======================================
 GLOBAL STYLES
 =====================================*/
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}
.documents_page .documents .document .title a {
  font-weight: normal !important;
}
a {
    font-weight: 600;
    text-decoration: unset;
}

/* a:hover {
    text-decoration: underline;
} */

body, html {
  font-family: 'Inter', 'arial', sans-serif;
  height: 100%;

}
.area-padding {
  padding: 70px 0 80px;
}
html {
  scroll-behavior: smooth;
}
#block-acer-page-title {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 64px;
}
h1{
  color: #000;
  font-size: 48px;
  letter-spacing: -2.4px;
  line-height: 56px;
}
h1, h2, h3, h4, h5, h6{
  font-weight: normal;
}
.text-center h2{
  text-align: center;
  width: 100%;
  display: block;
}

span.bluetext{
  color: var(--primary-blue);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

a span.bluetext:hover{
  text-decoration: underline;
}

.chart_title a{
  color: black !important;
  font-weight: 400 !important;
  font-size: 32px !important;
}

.chart_title a:hover {
  text-decoration: underline;
}

.modal-dialog{
  max-width: 80%;
}
.breadcrumb li,
.breadcrumb li a{
  color: #004FEE !important;
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: normal;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.form-required:after {
  width: 7px;
  height: 7px;
  background-size: 7px 7px;
}

/*.form-required:after --> in some forms is written in a parent div, so the * appears a line bellow.E.G. /form/acer-speaking*/
label.form-required:after,
span.form-required:after,
div.form-required a:after{
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

/* Colores */

:root {
  --azul: #004FEE;
  --gris-claro: #e8e8e8;
  --rojo-error: #dc3545;
}

.field--name-gplmigrated-sec-1-left-img img,
.field--name-field-section-2-left-image-migra img,
.field--name-gplmigrated-sec-3-left-img img {
  width: 100%;
  object-fit: cover;
}
.row.area-padding.cover-main-news.row-migrated-contents {
  border-top: 1px solid;
}
a{
  color: var(--azul);
}
a.a2a_dd.addtoany_share {
  display: none;
}
.env-btn-viewall{
  margin-top: 32px;
}

.env-btn-viewall a {
    font-weight:bold;
}

.env-btn-viewall a:hover {
    text-decoration: underline;
}


/* Focus enlaces */

.btn-primary:hover, .btn-primary:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/********************************************
    SCROLLBAR PERSONALIZADO
*********************************************/

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #004FEE;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #E8E8E8;
}



/* =======================================
          HEADER
=========================================*/

/* Pruebas de Sticky */
header#header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}

/*******************************/

/* Karel Revisar */
.w1104 {
  width: 1104px!important;
}

/* Final Karel Revisar */


.arrow-right-menu:hover {
  cursor: pointer;

}

.arrow-right-menu img {
  float: right;
}

.arrow-right-menu i {
  box-sizing: border-box;
  color: #000;
  text-align: right;
  float: right;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
}

/* Ul que muestra el menÃº de segundo nivel de la derecha */

ul.dropdown-menu.show {
  overflow-y: scroll;
  height: 500px;
  box-sizing: border-box;
  padding-right: 20px!important;
}

a.nav-link.dropdown-toggle.nav-link--.is-active.arrow-right-menu i {
  padding: 10px 5px;
}

aside.offcanvas.show nav.list-group ul.navbar-nav.principal li ul.dropdown-menu li a>i {
  display: none;
}

/* Estilos a tercer nivel */

.ul-hermano ~ ul li a {
  font-weight: 600;
}

/* Final Karel */
aside.offcanvas.show nav.list-group ul.navbar-nav.principal li ul.dropdown-menu{
  position: fixed !important;
  transform: translate(552px, 0px) !important;
  top: 148px !important;
  left: 0 !important;
  will-change: transform !important;
  border: none;
  padding: 0;
  margin: 0;
}
aside.offcanvas.show nav.list-group ul.navbar-nav.principal li ul.dropdown-menu li{
  border-bottom: 0;
  padding: 0;
  margin-bottom: 24px;
}
aside.offcanvas.show nav.list-group ul.navbar-nav.principal li ul.dropdown-menu li.active{
  background: none !important;
}
aside.offcanvas.show nav.list-group ul.navbar-nav.principal li ul.dropdown-menu li:hover{
  background: none;
}
aside.offcanvas.show nav.list-group ul.navbar-nav.principal li ul.dropdown-menu li a{
  color: #000000;
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 24px;
  margin-bottom: 8px;
}
aside.offcanvas.show nav.list-group ul.navbar-nav.principal li ul.dropdown-menu li a:hover{
  color: #000;
  text-decoration: underline;
}
aside.offcanvas.show nav.list-group ul.navbar-nav.principal li ul.dropdown-menu li a:after{
  content:none;
}
aside.offcanvas.show nav.list-group ul.navbar-nav.principal li ul.dropdown-menu ul{
  position: relative !important;
  transform: none !important;
  display: block;
  top: 0 !important;
}
aside.offcanvas.show nav.list-group ul.navbar-nav.principal li ul.dropdown-menu ul li{
  margin-bottom: 0;
}
aside.offcanvas.show nav.list-group ul.navbar-nav.principal li ul.dropdown-menu ul li a{
  font-weight: normal;
}
aside.offcanvas.show nav.list-group ul.navbar-nav.principal li ul.dropdown-menu ul ul{
  display: none;
}
/* Breadcrumbs */

.node__content{
  padding-left: 0;
  padding-right: 0;
}
ol.breadcrumb {
  width: auto !important;
  /* margin-right: 5%; */
  margin-bottom: 0;
  color: #004FEE;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  float: none;
  height: 100%;
  background: no-repeat;
  padding-left: 0;
  padding-top: 16px;
  padding-bottom: 56px;
  border-top: 1px solid black;
  border-radius: unset;
}

h2.subtitle {
  color: #000000;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: normal;
}
.row.area-padding div[class^='col-']{
  padding-right: 0;
  padding-left: 0;
}
.text-formatted.field p{
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
.text-formatted.field p a{
  color: #004FEE;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
}
.text-formatted.field p a:hover{
  text-decoration: underline;
}


.header.cover-main-news ul{
  padding-left:0;
}
.cover-main-news a,
.cover-main-news a:hover{
  color: #004FEE;
  font-weight: bold;
}
.cover-main-news a:hover{
  text-decoration: underline;
}
.share_on_block {
  padding-right: 0;
  padding-left: 0;
}
.share_on_block ul{
  padding-left: 0;
}
.share_on_label  {
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
.share_on_label + div > ul{
  padding-left: 0;
}
.share-everywhere{
  list-style: none;
}
.share-everywhere .se-trigger{
  display:none !important;
}
.share-everywhere .se-links-container{
  width: 100% !important;
  height:48px !important;
  margin-left: 0 !important;
  margin-bottom: 32px;
  float: none !important;
}
.share-everywhere .se-links-container .se-links{
  width: 100% !important;
  height:100% !important;
}
.share-everywhere .se-links-container .se-links li{
  margin-right:24px;
}
.share-everywhere .se-links-container .se-links img{
  max-height:48px !important;
}

/* Warning message for Internet Explorer */
div.ie-warning-message {
  color: white;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  background-color: #004fee;
  padding: 1rem;
}
/* =======================================
          GENERAL PAGE LAYOUT
=========================================*/
.node--type-generic-page-layout .paragraph--type--full-text-block div[class^='col-']{
  padding-left: 0;
  padding-right: 0;
}
.node--type-generic-page-layout .paragraph--type--full-text-block, .node--type-generic-page-layout .paragraph--type--image-block{
  margin-left: 0;
  margin-right: 0;
}
.node--type-generic-page-layout .paragraph--type--two-columns-block .field--name-column-one-content{
  padding-right: 64px;
}
/* Blockquote block*/
blockquote{
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 64px;
  margin-bottom: 64px;
  background-color: #81F39C;
  padding: 64px;
}
blockquote p{
  color: #000000 !important;
  font-size: 48px !important;
  letter-spacing: -2.4px !important;
  line-height: 56px !important;
}
/* =======================================
          SLIDESHOW HOME
=========================================*/
#home-cover {
  height: 100%;
}
#home-content-box {
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(0, 0, 0, 0.6);
}
#home-content-box-img{
  display: block;
  width: 100%;
  height: 100%;
}
@-moz-document url-prefix() {
  #home-content-box-img{
    height: 100vh;
  }
}

#home-content-box-img img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

#home-content-box-inner {
  display: table-cell;
  vertical-align: bottom;
  width: 951.5px;
  z-index: 1;
  bottom: 0px;
  position: absolute;
  height: 50%;
  /*padding-left: 5%;*/
}
#slides {
  width: 100%;
}
#slides #home-heading {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  justify-content: space-between;
  padding-left: 5%;
  padding-top: 5%;
}
#slides #home-heading h1 {
  color: #fff;
  font-size: 48px;
  letter-spacing: -2.4px;
  line-height: 56px;
  padding: 56px 80px 40px 15px;
  box-shadow: none;
  text-align: left;
  font-weight: normal;
}
#slides #home-heading h3 {
  color: #fff;
}
#slides p.explicacion {
  color: #ccc;
}
#slides .owl-theme .owl-nav.disabled + .owl-dots {
  background: rgba(5, 3, 3, 0.5);
  padding: 10px;
  box-shadow: 5px 6px 8px;
  margin-top: 0;
}
#slides .btn-general {
  width: 100%;
  max-width: 250px;
  padding: 28px 32px;
}
#slides .btn-general:focus{
  box-shadow: none;
}
.label-oferta {
  color: #fff;
}
#env-explicacion {
  color: #c0cbd8;
}
.imagen-fondo-promo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.owl-nav i.fa.fa-circle.fa-stack-2x::before {
  color: #b5bbbd;
}
.owl-nav button {
  background-color: #004FEE !important;
  border-radius: 0 !important;
  height: 80px !important;
  width: 80px !important;
  margin: 0 !important;
}
.owl-nav button:focus{
  outline: none;
}
.owl-nav button:hover{
  background-color: white !important;
  border: 1px solid #004FEE !important;
}
.owl-nav button .slide-arrow{
  height: 24px;
  width: 20px;
  color: #FFFFFF;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.owl-nav button:hover .slide-arrow{
  color: #004FEE;
}
.owl-nav button.owl-next {
  float: right;
}
.owl-nav button.owl-prev {
  float: left;
}
.owl-dots{
  position: absolute;
  margin-top: -48px!important;
  display: flex;
  justify-content: flex-start;
  margin-left: 5%;
  padding-left: 15px;
}
.owl-dots .owl-dot:focus{
  outline: none;
}
.owl-dots .owl-dot span{
  background-color: rgba(255,255,255,0.5) !important;
}
.owl-dots .owl-dot.active span{
  background-color: #004FEE !important;
}
#home-cover, #home-heading, #home-btn {
  animation-duration: .5s;
}
#home-cover {
  animation-delay: .1s;
}
#home-heading {
  animation-delay: .5s;
}
#home-btn {
  animation-delay: .1s;
  background-color: #004FEE;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  max-width: 231px;
  margin-right: 160px;
  position: absolute;
  bottom: 0;
}

#home-btn:hover a{
  text-decoration: underline;
}
#home-btn a{
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
/*=====================================
        QUICK ACCESS BLOCK
======================================*/
.paragraph--type--quick-access-block {
  padding: 16px 0 0 0;
  border-top: 1px solid #333;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 120px;
}
.paragraph--type--quick-access-block .container-fluid{
  padding-left: 0;
  padding-right: 0;
}

.paragraph--type--quick-access-block .container-fluid .field--name-qab-links .field__item:first-child{
  padding-left: 0;
}

.paragraph--type--quick-access-block .container-fluid .field--name-qab-links .field__item:last-child{
  padding-right: 0;
}

.paragraph--type--quick-access-block .container-fluid .row{
  margin-left: 0;
  margin-right: 0;
}
.paragraph--type--quick-access-block .container-fluid .row.quick-link-row{
  margin-bottom: 120px;
}
.paragraph--type--quick-access-block .container-fluid .row .field__item {
  padding: 0 15px;
}
.paragraph--type--quick-access-block .container-fluid .row .field__item:first-child{
  padding-left: 0;
}
.paragraph--type--quick-access-block .container-fluid .row .field__item:last-child{
  padding-right: 0;
}
.paragraph--type--quick-access-block .container-fluid .row h2{
  color: var(--black);
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  padding-left: 0;
}
.paragraph--type--quick-access-block .item-link {
  font-size: 20px !important;
  width: 100%;
  border: 1px solid var(--primary-blue);
  display: flex;
  justify-content: space-between;
}
.paragraph--type--quick-access-block .item-link:hover{
  background-color: var(--primary-blue);
  background-color: var(--primary-blue);
  color: var(--white);
  text-decoration: none;
}
.paragraph--type--quick-access-block .item-link:hover span a{
  color: var(--white);
}
.paragraph--type--quick-access-block .item-link .item-text .paragraph--type--quick-access-link{
  width: 100%;
  height: 100%;
}
.paragraph--type--quick-access-block .item-link .item-text .paragraph--type--quick-access-link .field--name-field-qaccess-link{
  width: 100%;
  height: 100%;
  position: relative;
}
.paragraph--type--quick-access-block .item-link .item-text a{
  transition: all 0.5s ease-in-out;
  color: #004FEE;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 25px;
  display: inline-block;
  overflow-wrap: anywhere;
}
.paragraph--type--quick-access-block .item-link .item-text a:hover{
  background-color: #004FEE;
  color: #fff;
  text-decoration: none;
}
.paragraph--type--quick-access-block i{
  background: #004fee;
  padding: 30px;
  color: #fff;
  height: 100%;
}
.paragraph--type--quick-access-block span.item-text {
  width: 100%;
  position: relative;
}

/* Home for europe */

.join_us_positions {
  z-index: 0;
}

/*=====================================
        LATEST FROM ACER BLOCK
======================================*/
.page-title-principal-new a,
h1.page-title a{
  color: #000000 !important;
  font-weight: normal;
}
.page-title-principal-new a span,
h1.page-title a span{
  color: #000000 !important;
  font-weight: normal;
}
h2.page-title a{
  color: #000000 !important;
  font-weight: normal;
}
h2.page-title a span{
  color: #000000 !important;
  font-weight: normal;
}
.page-title-principal-new{
  color: #000000 !important;
  font-family: Inter;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
}
.paragraph--type--lastest-news{
  padding: 16px 0 0 0 !important;
  margin-right: 5%;
  margin-left: 5%;
}
.paragraph--type--lastest-news .container-fluid .row h2{
  color: var(--black);
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: normal;
  padding-left: 0;
}
.paragraph--type--lastest-news .view-id-news_principal .view-content, .paragraph--type--lastest-news .view-id-outstanding_news .view-content{
  margin-right: 0;
  margin-left: 0;
}

.paragraph--type--lastest-news .view-id-news_principal .views-row{
  width: 100%;
  padding-left: 0;
}
.paragraph--type--lastest-news .view-id-news_principal .views-row h2.node__title a span{
  color: var(--black);
  font-family: Inter;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
}
.paragraph--type--lastest-news .view-id-outstanding_news h2.node__title a span{
  color: #000000;
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
.paragraph--type--lastest-news .view-id-news_principal .views-row h2.node__title a:hover, .paragraph--type--lastest-news .view-id-outstanding_news h2.node__title a:hover{
  color: #004FEE;
  text-decoration: none;
}
.paragraph--type--lastest-news .view-id-news_principal .views-row h2.node__title a:hover span, .paragraph--type--lastest-news .view-id-outstanding_news h2.node__title a:hover span{
  color: #004FEE;
  text-decoration: none;
}
.paragraph--type--lastest-news .view-id-news_principal .big-news-img img{
  height: auto;
  width: 100%;
  object-fit: cover;
}
.paragraph--type--lastest-news .news-home .news_col:nth-child(odd){
  padding-right: 32px;
}
.paragraph--type--lastest-news .news-home .news_col:nth-child(even){
  padding-left: 32px;
}

@media screen and (max-width:991px) {
  .paragraph--type--lastest-news .news-home .news_col:nth-child(odd){
    padding-right: 0;

    & .views-row {
      padding-right: 0;
    }
  }

  .paragraph--type--lastest-news .news-home .news_col:nth-child(even){
    padding-left: 0;

    & .row {
      padding: 0;
      margin: 0;
    }
  }
}

.paragraph--type--lastest-news .view-id-outstanding_news .outstanding-news-img img{
  height: auto;
  width: 100%;
  object-fit: cover;
}
.paragraph--type--lastest-news .view-id-outstanding_news .views-row:nth-child(odd){
  padding-right: 32px;
  padding-left: 0;
}
.paragraph--type--lastest-news .view-id-outstanding_news .views-row:nth-child(even){
  padding-left: 32px;
  padding-right: 0;
}
.paragraph--type--lastest-news .view-id-outstanding_news .views-row:nth-child(1){
  margin-bottom: 64px;
}
.paragraph--type--lastest-news .view-id-outstanding_news .views-row:nth-child(3){
  margin-bottom: 32px;
}
.paragraph--type--lastest-news .env-btn-viewall{
  margin-bottom: 120px;
  padding-left: 0;
}
.paragraph--type--lastest-news .env-btn-viewall a{
  background: none;
  border: none;
  padding: 0;
  color: #004FEE;
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.paragraph--type--lastest-news .env-btn-viewall a:hover{
  text-decoration: underline;
}
/*=====================================
        UPCOMING EVENTS BLOCK
======================================*/
.paragraph--type--public-events-block{
  padding: 16px 0 0 0;
  border-top: 1px solid #333;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 120px;
}
.paragraph--type--public-events-block .no-events{
  color: #000000;
  font-size: 48px;
  letter-spacing: -2.4px;
  line-height: 56px;
}
#upcoming-events, #webpart-events{
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#webpart-events .event-item {
  border-left: 2px solid var(--black);
  padding-left: 3.5%;
  padding-right: 2.5%;
}
#webpart-events .event-item:first-child {
  border-left:none;
  padding-left: 0;
}
#webpart-events .event-item .item-text{
  padding: 0;
}
#webpart-events .event-item .node--type-public-event .node__content{
  margin-top: 0;
}
#webpart-events .env-btn-viewall{
  flex: 0 0 100%;
  margin-top: 32px;
}

#upcoming-events .view-public-events{
  margin: 0 !important;
}

#upcoming-events .event-item {
  border-right: 1px solid var(--black);
  margin-bottom: 1.6rem;
  padding-right:2%;
  margin-right: 2%;
  padding-left: 0;
}

#upcoming-events .event-item:last-child{
  border-right: 0;
}

@media screen and (min-width:992px) {
  #upcoming-events .event-item {
    max-width: 25%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: 0;
  }

  /* #upcoming-events .event-item:last-child{
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  } */
}

@media screen and (min-width:768px) and (max-width:991px) {
  #upcoming-events .event-item {
    max-width: 50%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 0;
  }

  #upcoming-events .event-item:nth-child(even) {
    border-right: 0;
    margin-right: 0;
    /* padding-right: 0; */
  }
}

@media screen and (max-width:767px) {
  #upcoming-events .event-item {
    border-right: 0;
    margin-right: 0;
    padding-right: 12px;
    padding-left: 12px;
  }
}

#upcoming-events .event-item .views-field-field-image{
  overflow: hidden;
  margin-bottom: 1.6rem;
}

.paragraph--type--upcoming-events{
  padding: 16px 0 0 0;
  border-top: 1px solid #333;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 120px;
}
.paragraph--type--upcoming-events .container-fluid{
  padding-right: 0;
  padding-left: 0;
}
.paragraph--type--upcoming-events .quick-title{
  margin-bottom: 25px;
  margin-right: 0;
  margin-left: 0;
}
.paragraph--type--upcoming-events .quick-title h2{
  color: var(--black);
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  padding-left: 0;
}
.paragraph--type--public-events-block .container-fluid{
  padding-right: 0;
  padding-left: 0;
}
.paragraph--type--public-events-block .public-events-title{
  margin-bottom: 25px;
  margin-right: 0;
  margin-left: 0;
}
.paragraph--type--public-events-block .public-events-title h2{
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
.paragraph--type--public-events-block .node--type-public-event .fa-calendar-check{
  font-size: 24px;
}
.paragraph--type--public-events-block .node--type-public-event .date-event{
  color: #000000;
  font-size: 48px;
  letter-spacing: -2.4px;
  line-height: 56px;
  margin-bottom: 32px;
  font-weight: normal;
}
.paragraph--type--public-events-block .node--type-public-event .field--name-pubev-description{
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 16px;
}
.paragraph--type--public-events-block .node--type-public-event .scheduler, .paragraph--type--public-events-block .node--type-public-event .location-event{
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 32px;
}
.paragraph--type--public-events-block .node--type-public-event .location-event{
  margin-bottom: 0;
}
.paragraph--type--public-events-block .node--type-public-event #more-details-btn-wrapper a, .paragraph--type--public-events-block .env-btn-viewall a{
  color: #004FEE;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  background: none;
  border: none;
  padding: 0;
}
.paragraph--type--public-events-block .node--type-public-event #more-details-btn-wrapper a:hover, .paragraph--type--public-events-block .env-btn-viewall a:hover{
  text-decoration: underline;
}
/*=====================================
        LATEST PUBLICATION BLOCK
======================================*/
.paragraph--type--latest-publications{
  padding: 16px 0 120px 0;
  border-top: 1px solid #333;
  margin-right: 5%;
  margin-left: 5%;
}
.paragraph--type--latest-publications .container-fluid{
  padding-right: 0;
  padding-left: 0;
}
.paragraph--type--latest-publications .container-fluid .public-events-title{
  margin-right: 0;
  margin-left: 0;
}
.paragraph--type--latest-publications .container-fluid #webpart-latest-documents .row{
  margin-right: 0;
  margin-left: 0;
  height: auto;
}
.paragraph--type--latest-publications .container-fluid #webpart-latest-documents .env-btn-viewall a{
  color: #004FEE;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.paragraph--type--latest-publications h2{
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 32px;
  padding-left: 0;
}

.paragraph--type--latest-publications #upcoming-events .view-content.row {
  margin-inline: 0;
}

/*=====================================
        JOIN US BLOCK
======================================*/

.paragraph--type--join-us-block{
  padding: 16px 0 120px 0;
  border-top: 1px solid #333;
  margin-right: 5%;
  margin-left: 5%;
}
.paragraph--type--join-us-block .join-us-title h2{
  color: var(--black);
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 32px;
  padding-left: 0;
}
.paragraph--type--join-us-block .container-fluid .row .joinus-img{
  padding-left: 0;
  padding-right: 32px;
}
.paragraph--type--join-us-block .container-fluid .row .joinus-img img{
  width: 100%;
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content{
  padding-right: 0;
  padding-left: 32px;
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content .joinus-position-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0;
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content h2{
  color: #000000;
  font-size: 48px;
  letter-spacing: -2.4px;
  line-height: 56px;
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions p{
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 32px;
}


.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions .list-group{
/*  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: black;
  border-radius: 0;*/
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions .list-group-item{
/*  flex: 1 100%;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: black;
  padding: 0;
  border-radius: unset;*/
}

.link-tofield-link .list-group-item, .link-tofield-link .list-group {
/*  border-width: 0px !important;*/
}

.field--name-field-links-to-files-with-descri .col-md-12.col-lg-12.col-xs-12.content-acer-reference.hover-links-child.paragraph-link-to-file-default-styling{
/*  border-bottom: 0px;*/
}
.clearfix.paragraph.linktofile-block-container.paragraph--type--link-to-file.paragraph--view-mode--default.row{
/*  border-width: 1px 0 0px 0;
  border-style: solid;
  border-color: black;
  border: 0;*/

}


.field--name-field-links-to-files-with-descri .field__item:nth-child(3) {
  /*border-bottom: 1px solid #000 !important;
  border-radius: 0px;*/
}

.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions .list-group-item:hover{
  background: #004FEE;
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions .list-group-item:hover .field__item .joinus-icon a{
  color: #FFFFFF;
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions .list-group-item:hover .field__item .joinus_link a{
  color: #FFFFFF;
  text-decoration: underline
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions .list-group-item:hover .field__item .joinus-icon i{
  color: #FFF;
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions .list-group-item .field__item{
  display: flex;
  /*height: 64px;*/
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions .list-group-item .field__item .joinus-icon{
  flex: 0 0 64px;
  border-right: 1px solid black;
  justify-content: center;
  display: flex;
  align-items: center;
  float: left;
  padding-right: 5px;
  padding-left: 0px;
}
.joinus-icon i {
  color: #000;
}
.list-group-item:hover i {
  color: #fff;
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions .list-group-item .field__item .joinus_link{
  /*position: relative;*/
  width: 100%;
  /*height: 100%;*/
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions .list-group-item .field__item .joinus_link a{
  color: #004FEE;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  padding: 20px;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  /*height: 100%;*/
  /*z-index: 10;*/
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions #joinus-btn{
  margin-top: 32px;
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions #joinus-btn a{
  color: #004FEE;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  border: none;
  background: none;
  padding: 0;
}
.paragraph--type--join-us-block .container-fluid .row .joinus-content .join_us_positions #joinus-btn a:hover{
  text-decoration: underline;
}
/*=====================================
        ENERGY DATA BLOCK
======================================*/
.paragraph--type--energy-data-block {
  padding: 16px 0 0 0;
  border-top: 1px solid #333;
  margin-right: 5%;
  margin-left: 5%;
}

.paragraph--type--energy-data-block h2 {
  padding-left: 0;
}

.paragraph--type--energy-data-block .field--name-edatblock-content{
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.paragraph--type--energy-data-block .field--name-edatblock-content .energy_block:nth-child(odd){
  padding-right: 32px;
  padding-left: 0;
}
.paragraph--type--energy-data-block .field--name-edatblock-content .energy_block:nth-child(even){
  padding-left: 32px;
  padding-right: 0;
}
.paragraph--type--energy-data-block .node--type-energy-data .category-data{
  display: none;
}
.paragraph--type--energy-data-block .node--type-energy-data .node__content{
  margin-top: 0;
}
.paragraph--type--energy-data-block .node--type-energy-data .field--name-edata-category a{
  color: #000000;
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
.paragraph--type--energy-data-block .node--type-energy-data h3{
  color: #000000;
  font-family: Inter;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
  margin-bottom: 32px;
  font-weight: normal;
}
.paragraph--type--energy-data-block .node--type-energy-data .energy-img{
  position: relative;
  border: 1px solid black;
  margin-bottom: 32px;
  padding: 56px;
}
.paragraph--type--energy-data-block .node--type-energy-data .energy-img button{
  position: absolute;
  right:0;
  top: 0;
  border-radius: unset;
  background-color: #004FEE;
  border: none;
  height: 56px;
  width: 56px;
}
.paragraph--type--energy-data-block .node--type-energy-data .energy-img button:focus{
  box-shadow: none;
}
.paragraph--type--energy-data-block .energy_block:nth-child(even) .node--type-energy-data .energy-img button{
/*  right: 16px;*/
}
.paragraph--type--energy-data-block .node--type-energy-data .energy-img img{
  height: auto;
  width: 100%;
}
.paragraph--type--energy-data-block .node--type-energy-data .energy-link{
  margin-bottom: 120px;
}
.node--type-energy-data .links-files{
  display: flex;
  flex-wrap: wrap;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: black;
}
#energy-data-block .link-tofield-link{
  flex: 1 100%;
  padding: 0;
  border-top: 1px solid #000;
  border-top: 1px solid;
}

#energy-data-block .link-tofield-link .list-group-item {
  background: none;
  border-bottom: 1px solid black;
  border-top: 1px solid #000;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-right: none;
  border-left: none;
  border-top: none;
  padding: 0;
}
#energy-data-block .link-tofield-link .list-group-item .field__item{
  display: flex;
  width: 100%;
}
#energy-data-block .link-tofield-link .list-group-item .field__item:hover .icono,
#energy-data-block .link-tofield-link .list-group-item .field__item:hover .link{
  background-color: #004FEE;
}
#energy-data-block .link-tofield-link .list-group-item .field__item:hover .link a{
  color: #FFF;
  text-decoration: underline;
}
#energy-data-block .link-tofield-link .list-group-item .field__item .icono{
  display: flex;
  flex: 0 0 64px;
  border-right: 1px solid black;
  justify-content: center;
  display: flex;
  align-items: center;
}
#energy-data-block .link-tofield-link .list-group-item .field__item .icono a img{
  padding: 24px;
}
#energy-data-block .link-tofield-link .list-group-item .field__item .link{
  font-size: 10pt;
  width: 100%;
}
#energy-data-block .link-tofield-link .list-group-item .field__item .link a {
  color: #004FEE;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  padding: 20px;
  width: 100%;
  display: block;
}
#energy-data-block .link-tofield-link .list-group-item .field__item .link a:hover{
  background-color: #004FEE;
  color: #FFF;
}
/* Useful links */
#usefull-links-block .paragraph--type--useful-links-block{
  padding-top: 16px;
  padding-bottom: 160px;
}
#energy-data-block .paragraph--type--energy-data-block .field--name-edatblock-links{
  flex-wrap: wrap;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
#energy-data-block .paragraph--type--energy-data-block .field--name-edatblock-links #usefull-links-block{
  width: 100%;
}
#energy-data-block .paragraph--type--energy-data-block .field--name-edatblock-links #usefull-links-block .paragraph--type--useful-links-block{
  margin-right: 0;
  margin-left: 0;
}
#energy-data-block .paragraph--type--energy-data-block .field--name-edatblock-links #usefull-links-block .paragraph--type--useful-links-block .useful_links:nth-child(odd){
  padding-left: 0;
  padding-right: 32px;
}
#energy-data-block .paragraph--type--energy-data-block .field--name-edatblock-links #usefull-links-block .paragraph--type--useful-links-block .useful_links:nth-child(even){
  padding-left: 32px;
  padding-right: 0;
}
/*====================================
  NEWS STYLES
  ====================================*/
/*News list*/
.view-empty {
  text-align: center;
  padding: 20px 10px;
  color: #004fee;
}
.view-news .view-content.row, .view-news .view-filters {
  margin-left: 5%;
  margin-right: 5%;
}
.view-news .view-filters .form-row{
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid black;
  padding-top: 16px;
  padding-bottom: 16px;
}
.view-news .view-filters .form-row fieldset{
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.form-item-news-category-target-id label {
  display: none!important;
}
.views-exposed-form .bef-exposed-form div#edit-actions {
  display: none!important;
}

select#edit-news-category-target-id,
#views-exposed-form-news-news-list .form-control {
  border: none;
  color: #004FEE;
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  margin-right: 15px;
  padding-top: 6px;
}
.news-list-content{
  margin-right: 0;
  margin-left: 0;
}
.news-list-content .views-row{
  border-top: 1px solid black;
  padding-top: 64px;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  margin-right: 0;
  margin-left: 0;
}
.news-list-content .views-row .related-news-wrapper{
  padding: 0;
}
.news-list-content .views-row .related-news-wrapper .related-new-date{
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
.news-list-content .views-row .related-news-wrapper .title-wrapper{
  color: #000000;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
  font-weight: normal;
}
.news-list-content .views-row .related-news-wrapper .intro-wrapper{
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
.news-list-content .related-news-wrapper .btn-related{
  color: #004FEE;
  background: none;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: none;
  padding-left: 0;
  padding-top: 32px;
}

.news-list-content .related-news-wrapper .btn-related:hover{
  background: none;
  color: #004FEE;
  text-decoration: underline;
  padding-left: 0;
}

.view-display-id-news_list nav{
  margin-right: 5%;
  margin-left: 5%;
  border-top: 1px solid black;
  padding-top: 64px;
  margin-bottom: 160px;
}

/* Componente 1 Columna */
.paragraph--type--column-1 {
  background-size: cover;
  background-position: center
}

/* 2 Columns Component */
.paragraph--type--colum-2 {
  background-size: cover;
  background-position: center;
}

.field--name-contents-cols-news div[class^='col-'] .field__item .row{
  margin-left: 0;
  margin-right :0;
}

.field--name-contents-cols-news .field--name-column-one-content{
  margin-right: 64px;
}

#background-news,
#background-news-full {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.news-date{
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.main-img-news {
  padding: 0;
}

@media screen and (max-width:991px) {
  .main-img-news {
    margin-top: 16px;
  }
}

.main-img-news img {
  width: 100%;
  object-fit: cover;
}

.node--type-generic-page-layout #two-columns-section div[class^='col-']:first-child,
.node--type-news #two-columns-section div[class^='col-']:first-child{
  padding-right: 64px;
}
/*===============================
       CONTACT ACER
================================*/
.node--type-contact-page-layout .field--type-entity-reference-revisions h3{
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
.node--type-contact-page-layout .field--type-entity-reference-revisions p{
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
.node--type-contact-page-layout .field--type-entity-reference-revisions a{
  color: #004FEE;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.node--type-contact-page-layout .socials{
  margin-right: 0;
  margin-left: 0;
}
.node--type-contact-page-layout .socials #title-social-list-inside{
  margin-right: 0;
  margin-left: 0;
}
.node--type-contact-page-layout .paragraph--type--full-text-block{
  margin-right: 0;
  margin-left: 0;
}
.node--type-contact-page-layout .paragraph--type--full-text-block > div{
  padding: 0;
}
.node--type-contact-page-layout .paragraph--type--full-text-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.node--type-contact-page-layout .paragraph--type--full-text-block ul li,
ul.infobox-list li {
  flex: 0 0 50%;
  margin-bottom: 32px
}
.node--type-contact-page-layout .paragraph--type--full-text-block ul li a,
ul.infobox-list li a {
  color: #004FEE;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}

ul.infobox-list > li.infobox-listitem {
  flex: 0 0 47%;
  border: 1px solid var(--azul);
  border-top-width: 15px;
}

ul.infobox-list > li.infobox-listitem > div.infobox {
  height: 150px;
  text-align: center;
  position: relative;
}

ul.infobox-list > li.infobox-listitem > div.infobox > h3.title {
  font-weight: bold;
  margin-top: 20px;
}

ul.infobox-list > li.infobox-listitem > div.infobox > div.email_section {
  margin-top: 25px;
}

ul.infobox-list > li.infobox-listitem > div.infobox > div.email_section a {
  font-size: 15px;
}

ul.infobox-list > li.infobox-listitem > div.infobox > p.footer_content {
  position: absolute;
  font-size: 12px;
  line-height: 90%;

  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

ul.infobox-list > li.infobox-listitem > div.infobox > p.footer_content a {
  font-size: 12px;
  line-height: 90%;
}

.node--type-contact-page-layout span.a2a_kit.a2a_kit_size_56.addtoany_list {
  display: inline-block;
}

/*Documents links*/
.paragraph--type--link-to-file{
  margin-left: 0;
  margin-right: 0;
}
.links-files{
  display: flex;
  flex-wrap: wrap;
}
.field--name-linktofile-link,
.field--name-migrated-docs {
  flex: 1 100%;
  padding: 0 !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: black;
}

.field--name-field-documents-2-migrated li.list-group-item,
.field--name-field-documents-3-migrated li.list-group-item {
  padding-bottom: 0;
  padding-top: 0;
}

.field--name-field-full-links-to-files .linktofile-block {
  margin-bottom: 0;
}

.field--name-linktofile-link .list-group-item,
.field--name-migrated-docs .list-group-item,
.field--name-gplmigrated-docs .list-group-item,
.field--name-migrated-see-also .list-group-item,
.field--name-field-see-also-2-migrated .list-group-item,
.field--name-field-see-also-3-migrated .list-group-item,
.field--name-docandlinksb-link .list-group-item {
  background: none;
  border-bottom: 1px solid black;
  border-radius: unset;
  border-right: none;
  border-left: none;
  border-top: none;
  padding: 0;
}

ul.link-section .list-group-item.hover-links {
  padding: 0;
}

.link-section_item {
  display: flex;
  align-items: center;
  width: 100%;
}

.link-section_item .image-clip {
  min-width: 64px;
}

.link-section_item .link {
  flex: content;
}

.link-section_item .link a {
  display: flex;
  margin-bottom: 0;
}

.field--name-field-documents-2-migrated .link-section_item .link a:hover ,
.field--name-field-documents-3-migrated .link-section_item .link a:hover {
  text-decoration: underline;
}

@media all and (min-width: 560px) {
  .link-section_item .link {
    border-left: 1px solid #000;
  }
}

.bordes .field--name-edata-link.field--type-link.field--label-hidden a {
  padding: 22px 15px 21px;
}

.field--name-field-too-long-link {
  padding-left: 20px;
}

/* Report pages*/
.node--type-filter-page-layout .new-anchors{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-right: 5%;
  margin-left: 5%;
}
.node--type-filter-page-layout .new-anchors div[class^='col-']{
  margin-right: 0;
  margin-left: 0;
  height: 100%;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}
.node--type-filter-page-layout .new-anchors div[class^='col-'] ul{
  margin: 0;
  list-style: none;
  padding: 0;
}
.node--type-filter-page-layout .new-anchors div[class^='col-'] ul li{
  float: left;
  margin-right: 32px;
}
.node--type-filter-page-layout .new-anchors div[class^='col-'] ul li a{
  color: #004FEE;
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}

.node--type-filter-page-layout .views-exposed-form{
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  margin-right: 5%;
  margin-left: 5%;
}

.node--type-filter-page-layout .views-exposed-form label[for^="edit-title-all"]::after {
  content: 'All';
  font-size: 14px;
}

/* .node--type-filter-page-layout .views-exposed-form label[for^="edit-title-all"]:hover{
  text-decoration: underline;
} */

.node--type-filter-page-layout .views-exposed-form label[for^="edit-title-all"]{
  font-size: 0 !important;
}

.node--type-filter-page-layout .views-exposed-form .form-row{
  margin-right: 0;
  margin-left: 0;
  height: 100%;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}
.node--type-filter-page-layout .views-exposed-form .form-row .fieldgroup{
  margin-bottom: 0 !important;
}
.node--type-filter-page-layout .views-exposed-form .form-row .fieldgroup legend{
  margin: 0;
}

.node--type-filter-page-layout .views-exposed-form .js-form-wrapper{
  padding: 0;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 575px) {
  .node--type-filter-page-layout .views-exposed-form .js-form-wrapper  {
    width: 100%;
  }
}

.node--type-filter-page-layout .views-exposed-form .js-form-wrapper .fieldset-wrapper .js-form-type-radio {
  padding: 10px;
  color: var(--primary-blue);

  &  input {
    display: none;
  }

  & .form-check-label {
    font-family: Inter;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
    font-size: 14px;
    padding: 6px 4px;

    &:hover {
      color: var(--white);
      cursor: pointer;

      & label {
        color: var(--white);
      }
    }
  }

  &:has(input:checked) {
    background-color: var(--primary-blue);
    color: var(--white);
  }
}

/* .node--type-filter-page-layout .views-exposed-form .js-form-wrapper .fieldset-wrapper .js-form-type-radio

 .node--type-filter-page-layout .views-exposed-form .js-form-wrapper .fieldset-wrapper .js-form-type-radio{
  margin-right: 32px;
}

.node--type-filter-page-layout .views-exposed-form .js-form-wrapper .fieldset-wrapper .js-form-type-radio

.node--type-filter-page-layout .views-exposed-form .js-form-wrapper .fieldset-wrapper .js-form-type-radio .form-check-label */

.node--type-filter-page-layout .fieldgroup {
  & legend {
    margin: 0;
  }

  & .radio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
  }

  & .js-form-type-radio {
    margin: 0;

    &:hover {
      background-color: var(--primary-blue);
      color: var(--white) !important;
    }
  }
}

@media screen and (max-width: 575px) {
  .node--type-filter-page-layout .fieldgroup {
    & .radio {
      flex-direction: column;
    }
  }
}

.node--type-filter-page-layout .views-row article.node--type-report{
  border-top: 1px solid var(--black);
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 64px;
}

.node--type-filter-page-layout .views-row:first-of-type article.node--type-report{
  border-top: none;
}
.node--type-filter-page-layout .views-row article.node--type-report .node__content{
  margin-top: 0;
}
.node--type-filter-page-layout .views-row article.node--type-report h2.mmr-title{
  margin-right: 0;
  margin-left: 0;
  border-top: none;
  padding-top: 0;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block{
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block h2{
  color: #000000;
  font-family: Inter;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
  font-weight: normal;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block h3{
  color: #000000;
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block a{
  color: #004FEE;
  font-family: Inter;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block ul.arrowlist{
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block ul.arrowlist li:before{
  content: "->";
  position: absolute;
  left: 0;
  color: #004FEE;
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 27px;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .field--name-column-one-content{
  padding-right: 32px;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .field--name-column-two-content{
  padding-left: 32px;
}

.node--type-filter-page-layout .paragraph--type--two-columns-block .field--type-entity-reference-revisions .row{
  margin-right: 0;
  margin-left: 0;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .paragraph--type--image-with-background-color{
  margin-bottom: 64px;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .paragraph--type--image-with-background-color .field--name-field-image-bgcolor{
  margin: 0;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .paragraph--type--image-with-background-color .field--name-field-image-bgcolor .field--name-field-media-image{
  float: none;
  width: 100%;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .paragraph--type--image-with-background-color .field--name-field-image-bgcolor .field--name-field-media-image .field__item{
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .paragraph--type--image-with-background-color .field--name-field-image-bgcolor .field--name-field-media-image .field__item img{
  margin: 0;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .paragraph--type--image-block{
  margin-bottom: 64px;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .paragraph--type--image-block div[class^='col-']{
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .paragraph--type--full-text-block .field--name-ftb-html-text{
  max-width: 100%;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .paragraph--type--full-text-block .tablesaw tr{
  border: none;
  background: none;
  padding: 0;
  display: table-row !important;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .paragraph--type--full-text-block .tablesaw td{
  width: 50%;
  border: none;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  vertical-align: top;
  float: none !important;
  display: table-cell !important;
  clear: none !important;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .paragraph--type--full-text-block .tablesaw .listdetails{
  overflow: hidden;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .paragraph--type--full-text-block .tablesaw .listdetails li{
  float: left;
  margin-bottom: 10px;
}
.node--type-filter-page-layout .paragraph--type--two-columns-block .paragraph--type--full-text-block .tablesaw .listdetails li a{
  padding: 16px 16px 16px 0;
}

@media screen and (min-width: 640px) and (max-width: 668px) {
  .tablesaw-stack thead th {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    display: table-cell;
  }

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block !important;
  }
}

@media screen and (max-width: 668px) {
  .field--type-entity-reference-revisions .field--type-text-long table {
    max-width: 100% !important;

    &  tr {
      padding: 0;
    }

    &  td {
      padding-left: 0;
      padding-right: 0;
    }
  }

  .tablesaw-stack td .tablesaw-cell-label {
    width: 49%;
  }

  .tablesaw-cell-content {
    display: inline-block;
    width: 49%;
    max-width: 49%;
  }
}

/* ===============================
       Administrative Board Members/Board of Regulators Members
================================ */

.node--type-adboard-members-page .paragraph--type--members-row a{
  color: #004FEE !important;
}

.node--type-adboard-members-page .paragraph--type--members-row a:hover {
  text-decoration: underline;
}

.node--type-adboard-members-page .paragraph--type--members-row .container-fluid{
  padding-right: 0;
  padding-left: 0;
}
.node--type-adboard-members-page .paragraph--type--members-row .container-fluid .field--name-m-row-member{
  margin-right: 0;
  margin-left: 0;
}
.node--type-adboard-members-page .paragraph--type--members-row .container-fluid .field--name-m-row-member .field_member{
  padding-left: 0;
}
.node--type-adboard-members-page .paragraph--type--members-row .container-fluid .field--name-m-row-member .field_member .node__content{
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.node--type-adboard-members-page .paragraph--type--members-row .container-fluid .field--name-m-row-member .field_member .node__content .member-img{
  flex: 0 0 45%;
  width: 50%;
}
.node--type-adboard-members-page .paragraph--type--members-row .container-fluid .field--name-m-row-member .field_member .node__content .member-img img{
  width: 100%;
  max-width: 320px;
}
.node--type-adboard-members-page .paragraph--type--members-row .container-fluid .field--name-m-row-member .field_member .node__content .member-img .no-img{
  width: 100%;
  max-width: 320px;
  background-color: white;
}

.node--type-adboard-members-page .paragraph--type--members-row .container-fluid .field--name-m-row-member .field_member .node__content .member-text {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  word-break: break-word;
}

@media screen and (max-width: 991px) {
  .node--type-adboard-members-page .paragraph--type--members-row .container-fluid .field--name-m-row-member .field_member .node__content .member-img {
    width: 45%;
  }

  .node--type-adboard-members-page .paragraph--type--members-row .container-fluid .field--name-m-row-member .field_member .node__content .member-text {
    flex: 0 0 55%;
    padding-right: 0;
  }
}

.node--type-adboard-members-page .paragraph--type--members-row .container-fluid .field--name-m-row-member .field_member .node__content #member-documents span{
  display: flex;
  align-items: baseline;
}
.node--type-adboard-members-page .paragraph--type--members-row .container-fluid .field--name-m-row-member .field_member .node__content #member-documents  i.far.fa-file-alt{
  float: left;
  margin-right: 10px;
}

.node--type-adboard-members-page .field.field--name-field-related-documents.field--type-entity-reference-revisions.field--label-above.quickedit-field {
  /*display: grid;
  grid-template-columns: 1fr 1fr;*/
  margin-right: -15px;
  margin-left: -15px;
  background-color: #E8E8E8;
  margin-bottom: 64px;
  /*padding: 70px 0 80px;*/
  padding-left: 5%;
  padding-right: 5%;
  border: none;
}

.node--type-adboard-members-page .links-files .related-docs-section {
  display: flex;
  flex-wrap: wrap;
}
.node--type-adboard-members-page .links-files .related-docs-section .related-document-list{
  display: flex;
  flex-wrap: nowrap;
}

.node--type-adboard-members-page .links-files .related-docs-section .related-documents-link {
  padding-left: 20px;
}

.node--type-adboard-members-page .links-files .related-docs-section .related-documents-link:last-child {
  margin-bottom: 0;
}

.node--type-adboard-members-page .links-files .related-docs-section .related-documents-link a{
  color: #004FEE;
  font-weight: bold;
}

.node--type-adboard-members-page .links-files .related-docs-section:hover .related-documents-link a {
  color: #000;
}

.node--type-adboard-members-page .links-files .related-docs-section .related-document-link-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 1px solid var(--black);
  border-top: 1px solid var(--black);
}

/*===============================
      administrative-board-members
================================*/
.related-document-link-wrapper:hover .image-clip .fa-paperclip:before {
  color: #fff;
}

/*===============================
      Evaluation of responses
================================*/
.node--type-public-consultation .paragraph--type--docs-and-links-block .link-tofield-link:hover .icono img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.node--type-public-consultation .event-body-description .event-body-description{
  margin-bottom: 2rem;
}
/*===============================
       HERO IMAGE BLOCK
================================*/
.hero-img-class{
  padding-top: 0 !important;
}
.bg-hero-img{
  width: 100%;
  height: 100%;
  margin-top: 64px;
}
.bg-hero-img img{
  width: 100%;
}
/*====================================
 BUTONS AND OTHER
 ======================================*/
/* Back to top button */
.back-to-top {
  position: fixed;
  color: var(--white);
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 2px;
  right: 6px;
  bottom: 30px;
  background-color: var(--primary-blue);
  border: 1px solid var(--white);
  transition: all 0.5s;
  z-index: 1;
}

.back-to-top  > i {
    color: var(--white);
}

.back-to-top:hover {
  transition: all 0.5s;
  padding:20px 25px;
  right: 2px;
  bottom: 26px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,1);
  box-shadow: 0px 0px 15px 5px rgba(204,204,204,1);
}

/*=====================================
      RELATED NEWS BLOCK
=======================================*/
/* Related News Block */
.press_releases.row,
.block-views-blockrelated-news-related-news-block .view-display-id-related_news_block .row,
.block-views-blockrelated-news-related-news-block .view-display-id-latest_news .row{
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.block-views-blockrelated-news-related-news-block .view-display-id-related_news_block .row .views-row,
.block-views-blockrelated-news-related-news-block .view-display-id-latest_news .row .views-row{
  padding-left: 0;
  position: relative;
  /*margin: 40px 0 0 0;*/
}
.block-views-blockrelated-news-related-news-block{
  padding-top: 16px !important;
}
.block-views-blockrelated-news-related-news-block .container-fluid{
  padding-left:0;
  padding-right:0;
}
.press_releases h2,
.press_releases h2, .block-views-blockrelated-news-related-news-block h2 {
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 32px;
  padding-top: 20px;
  border-top: 1px solid;
}
.press_releases .related-news-wrapper,
.block-views-blockrelated-news-related-news-block .related-news-wrapper {
  padding-top: 0;
  padding-bottom: 32px;
  padding-left: 0;
  position: relative;
}

.block-views-blockrelated-news-related-news-block .related-news-wrapper .title-wrapper,
.block-views-blockrelated-news-related-news-block .related-news-wrapper .intro-wrapper {
  position: relative;
}

.block-views-blockrelated-news-related-news-block .related-news-wrapper a.btn-related {
  position: relative;
  left: 0;
  bottom: 0;
}
.node--type-news .block-views-blockrelated-news-related-news-block .related-news-wrapper a.btn-related {
  position: relative;
}

.block-views-blockrelated-news-related-news-block .related-news-wrapper .title-wrapper,
.block-views-blockrelated-news-related-news-block .related-news-wrapper .intro-wrapper {
  position: relative;
}



.press_releases .related-new-date,
.block-views-blockrelated-news-related-news-block .related-new-date{
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
.press_releases .title-wrapper,
.block-views-blockrelated-news-related-news-block .title-wrapper{
  margin-top: 8px;
}
.press_releases .title-wrapper a,
.block-views-blockrelated-news-related-news-block .title-wrapper a{
  color: #000000;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
  font-weight: normal;
}
.press_releases .btn-related,
.block-views-blockrelated-news-related-news-block .btn-related{
  color: #004FEE;
  background: none;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: none;
  padding-left: 0;
  padding-top: 40px;
}
.press_releases .btn-related:hover,
.block-views-blockrelated-news-related-news-block .btn-related:hover{
  background: none;
  color: #004FEE;
  text-decoration: underline;
  padding-left: 0;
}

.related-news-wrapper {
  padding: 15px;
}

.title-wrapper {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.title-wrapper a {
  text-decoration: none;
  color:#000000;
  font-weight: normal;
}
.title-wrapper a:hover{
  color:#000000;
  text-decoration: underline;
}
a.btn-related {
  text-transform: uppercase;
  background-color: #E8E8E8;
  color: #004FEE;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
  border: none;
}
a.btn-related:hover {
  background-color: #004FEE;
  color: #ffffff;
}

/*====================================
        SEE ALSO SECTION
=====================================*/
#see-also-section .row.area-padding{
  padding-top: 16px;
  border-top: 1px solid;
}
#see-also-section h2{
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0 !important;
}
#see-also-section .paragraph--type--see-also-block .container-fluid{
  padding-right: 0;
  padding-left: 0;
}
#see-also-section .paragraph--type--see-also-block .container-fluid .field__item{
  margin-top: 32px;
  z-index: 0;
}
#see-also-section .see-also-wrapper{
  border: 1px solid #004FEE;
  /*margin-bottom: 2.5em;*/
  background: none;
  padding-left: 0;
  height: 100%;
}
#see-also-section .see-also-wrapper:hover{
  background-color: #004FEE;
}
#see-also-section .see-also-wrapper .see-also-link{
  /*padding: 24px 0 24px 32px !important;*/
  width: 100%;
  position: relative;
}
#see-also-section .see-also-wrapper .see-also-link span{
  width: 100%;
  height: 100%;
}
#see-also-section .see-also-wrapper .see-also-link a{
  color: #004FEE;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 0px 0px 0px 25px;
  display: flex;
  overflow-wrap: anywhere;
  align-items: center;
  justify-content: space-between;
}

#see-also-section .see-also-wrapper:hover .see-also-link a,
#see-also-section .see-also-wrapper .see-also-link a:hover{
  background-color: #004FEE;
  color: #fff;
  text-decoration: none;
}
/* Karel modificaciones botones see-also */
#see-also-section .see-also-wrapper .see-also-icon i{
  background: #004fee;
  padding: 30px;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
/*=====================================
      DOCUMENTS BLOCK
======================================*/
.paragraph--type--docs-and-links-block .container-fluid{
  padding-right: 0;
  padding-left: 0;
}
.paragraph--type--docs-and-links-block .container-fluid .row{
  margin-right: 0;
  margin-left: 0;
}
.paragraph--type--full-width-column-block #documents{
  margin-right: -15px;
  margin-left: -15px;
  background-color: #E8E8E8;
  margin-bottom: 64px;
}
#documents .docs-and-links-class{
  margin-left: 5%;
  margin-right: 5%;
  padding-right: 15px;
  padding-left: 15px;
  border: none;
}
.paragraph--type--docs-and-links-block .list-group-item {
  background: none;
  border: none;
}
.paragraph--type--docs-and-links-block .link.wrapper-individual-link {
  padding-top: 5px;
  padding-bottom: 5px;
}


/*=====================================
      DOCUMENTS AND LINKS
======================================*/
.paragraph--type--documents-and-links {
  background: #F1F1F1;
}

.see-also-wrapper {
  border: 1px solid #004FEE;
  padding-left: 2.5em;
}

.see-also-wrapper .p-2 {
  padding: 0 !important;
  font-size: 20px;
}
/*=====================================
      SHAREPOINT DOCUMENT PAGES
======================================*/
.node--type-sharepoint-page article{
  margin-right: 5%;
  margin-left: 5%;
}
.node--type-sharepoint-page article .cover-main-news{
  margin: 0;
  margin-bottom: 64px;
  border-bottom: 1px solid black;
  padding-bottom: 72px;
}
.node--type-sharepoint-page article .container{
  max-width: none;
}
.node--type-sharepoint-page article .container #div-results{
  padding: 0;
}
#webpart-latest-documents .documents-group,
.node--type-sharepoint-page article .container #div-results .documents-group,
.public_consultations_page .documents-group,
.public_consultation_search .documents-group{
  margin-bottom: 32px;
  border: 1px solid black;
  border-bottom: 0;
}
#webpart-latest-documents .documents-group:last-child{
  margin-bottom: 0;
}
#webpart-latest-documents .documents-group .row,
.node--type-sharepoint-page article .container #div-results .documents-group .row,
.public_consultations_page .documents-group .row,
.public_consultation_search .documents-group .row{
  margin-right: 0;
  margin-left: 0;
}
#webpart-latest-documents .documents-group .documents-group-title,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-title,
.public_consultations_page .documents-group .documents-group-title,
.public_consultation_search .documents-group .documents-group-title{
  background-color: #E8E8E8;
  min-height: 41px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
}
#webpart-latest-documents .documents-group .documents-group-title .icon,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-title .icon,
.public_consultations_page .documents-group .documents-group-title .icon,
.public_consultation_search .documents-group .documents-group-title .icon{
  flex: 0 0 56px;
  float: left;
}
#webpart-latest-documents .documents-group .documents-group-title .icon img,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-title .icon img,
.public_consultations_page .documents-group .documents-group-title .icon img,
.public_consultation_search .documents-group .documents-group-title .icon img{
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 16px;
  width: 14px;
}
#webpart-latest-documents .documents-group .documents-group-title .title,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-title .title,
.public_consultations_page .documents-group .documents-group-title .title,
.public_consultation_search .documents-group .documents-group-title .title{
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  width: fit-content;
}
#webpart-latest-documents .documents-group .documents-group-title .date,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-title .date,
.public_consultations_page .documents-group .documents-group-title .date,
.public_consultation_search .documents-group .documents-group-title .date{
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: right;
  margin-left: auto;
  margin-right: 16px;
}
#webpart-latest-documents .documents-group .documents-group-document,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-document,
.public_consultations_page .documents-group .documents-group-document,
.public_consultation_search .documents-group .documents-group-document{
  min-height: 56px;
  height: auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
  justify-content: space-between;
}
#webpart-latest-documents .documents-group .documents-group-document .icon,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-document .icon,
.public_consultations_page .documents-group .documents-group-document .icon,
.public_consultation_search .documents-group .documents-group-document .icon{
  flex: 0 0 56px;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#webpart-latest-documents .documents-group .documents-group-document .icon img,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-document .icon img,
.public_consultations_page .documents-group .documents-group-document .icon img,
.public_consultation_search .documents-group .documents-group.document .icon img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#webpart-latest-documents .documents-group .documents-group-document .document-link,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-document .document-link,
.public_consultations_page .documents-group .documents-group-document .document-link,
.public_consultation_search .documents-group .documents-group-document .document-link{
  width: 100%;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  padding-top: 16px;
  padding-bottom: 15px;
}
#webpart-latest-documents .documents-group .documents-group-document .document-link a,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-document .document-link a,
.public_consultations_page .documents-group .documents-group-document .document-link a,
.public_consultation_search .documents-group .documents-group-document .document-link a{
  color: var(--primary-blue);
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}

#webpart-latest-documents .documents-group .documents-group-document .document-link a:hover,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-document .document-link a:hover,
.public_consultations_page .documents-group .documents-group-document .document-link a:hover,
.public_consultation_search .documents-group .documents-group-document .document-link a:hover {
text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .public_consultations_page {
    & .open_consultations,
    & .close_consultations,
    & .upcoming_consultations,
    & .notifications_subscribe,
    & .latest_news {
      width: 90%;
    }
  }
}

.public_consultation_search .documents-group .documents-group-document{
  width: auto;
}
.public_consultation_search .documents-group .documents-group-document .document-link{
  width: auto;
}

#webpart-latest-documents .documents-group .documents-group-annexes,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes{
  border-bottom: 1px solid black;
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-title,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-title,
.documents .document .documents-group-annexes .annexes-title{
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0;
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-title .icon,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-title .icon,
.documents .document .documents-group-annexes .annexes-title .icon{
  flex: 0 0 56px;
  float: left;
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-title .icon img,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-title .icon img,
.documents .document .documents-group-annexes .annexes-title .icon img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-title .title,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-title .title,
.documents .document .documents-group-annexes .annexes-title .title{
  width: 100%;
  height: 100%;
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-title .title .btn,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-title .title .btn,
.documents .document .documents-group-annexes .annexes-title .title .btn{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  color: #004FEE;
  text-decoration: none;
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-title .title .btn:before,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-title .title .btn:before,
.documents .document .documents-group-annexes .annexes-title .title .btn:before  {
  content:url('../../acer/img/ic_expand_less.png');
  height: 24px;
  width: 56px;
  padding-left: 17px;
  align-items: center;
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-title .title .btn.collapsed:before,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-title .title .btn.collapsed:before ,
.documents .document .documents-group-annexes .annexes-title .title .btn.collapsed:before {
  content:url('../../acer/img/ic_expand_more.png');
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-title .title .btn:hover,
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-title .title .btn:active,
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-title .title .btn:focus,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-title .title .btn:hover,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-title .title .btn:active,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-title .title .btn:focus,
.documents .document .documents-group-annexes .annexes-title .title .btn:hover,
.documents .document .documents-group-annexes .annexes-title .title .btn:active,
.documents .document .documents-group-annexes .annexes-title .title .btn:focus{
  text-decoration:underline;
  box-shadow: none;
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-title .title a,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-title .title a,
.documents .document .documents-group-annexes .annexes-title .title a{
  color: #004FEE;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-list,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-list,
.documents .document .documents-group-annexes .annexes-list{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-list .annex-item,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-list .annex-item,
.documents .document .documents-group-annexes .annexes-list .annex-item{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-list .annex-item .icon,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-list .annex-item .icon,
.documents .document .documents-group-annexes .annexes-list .annex-item .icon{
  flex: 0 0 56px;
  float: left;
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-list .annex-item .icon img,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-list .annex-item .icon img,
.documents .document .documents-group-annexes .annexes-list .annex-item .icon img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#webpart-latest-documents .documents-group .documents-group-annexes .annexes-list .annex-item .link a,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-list .annex-item .link a,
.documents .document .documents-group-annexes .annexes-list .annex-item .link a{
  color: #004FEE;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400 !important;
}

#webpart-latest-documents .documents-group .documents-group-annexes .annexes-list .annex-item .link a:hover,
.node--type-sharepoint-page article .container #div-results .documents-group .documents-group-annexes .annexes-list .annex-item .link a:hover,
.documents .document .documents-group-annexes .annexes-list .annex-item .link a:hover {
  text-decoration: underline;
}



/*================================
            COOKIES
==================================*/
.eu-cookie-compliance-message {
  max-width: 100%;
  float: none;
}

.eu-cookie-compliance-banner-info {
  border-top: 1px solid #004FEE;
  background-color: #E8E8E8;
  opacity: 1;
  padding-top: 32px;
  padding-bottom: 42px;
  float:none;
  display:block;
  height:auto;
  bottom: 0;
  position: fixed;
  width: 100%;
  min-width: 250px;
  z-index: 100;
}

.eu-cookie-withdraw-banner {
  border-top: 1px solid #004FEE;
  background-color: #E8E8E8;
  opacity: 1;
  padding-top: 32px;
  padding-bottom: 42px;
  width: 100%;
  min-width: 250px;
  z-index: 100;
}

.eu-cookie-withdraw-banner .eu-cookie-compliance-content,
.eu-cookie-compliance-banner-info .eu-cookie-compliance-content{
  max-width: unset;
  margin-left: 5%;
  padding: 0 15px;
  /*margin-right: 5%;*/
  width: auto;
}
.eu-cookie-withdraw-banner .eu-cookie-compliance-content h2,
.eu-cookie-compliance-banner-info .eu-cookie-compliance-content h2{
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 8px;
}
.eu-cookie-withdraw-banner .eu-cookie-compliance-content .eu-cookie-compliance-message p,
.eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message p{
  font-size: 16px;
  font-weight: normal;
}
.eu-cookie-withdraw-banner .eu-cookie-compliance-content .eu-cookie-compliance-message a,
.eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message a{
  color: #004FEE;
  font-weight: bold;
}
.eu-cookie-withdraw-banner .eu-cookie-compliance-content .eu-cookie-compliance-message button,
.eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message button{
  color: #004FEE;
  font-weight: bold;
  text-decoration: none;
}
.eu-cookie-withdraw-banner .eu-cookie-compliance-content .eu-cookie-compliance-message button:hover,
.eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message button:hover{
  text-decoration: underline;
}
.eu-cookie-withdraw-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons,
.eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-buttons{
  float: none;
  margin-bottom: 0;
}
.eu-cookie-withdraw-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button,
.eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button{
  /* color: #004FEE; */
  /* font-size: 20px; */
  text-decoration: none;
  font-weight: bold;
  /* padding-left: 0; */
  font-size: 17px;
  padding-left: 10px;
  color:black;
}
.eu-cookie-withdraw-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button:hover,
.eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-buttons .agree-button:hover,
.eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-buttons .decline-button:hover {
  text-decoration: underline;
}
.eu-cookie-compliance-banner div#popup-buttons.eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories button.agree-button.eu-cookie-compliance-default-button,
.eu-cookie-compliance-banner.eu-cookie-compliance-banner-info.eu-cookie-compliance-banner--categories button.eu-cookie-compliance-save-preferences-button{
  height: 60px;
  width: 220px;
}
.eu-cookie-withdraw-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons, .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-buttons {
    margin-top: -4px;
}
.eu-cookie-compliance-banner.eu-cookie-compliance-banner-info.eu-cookie-compliance-banner--categories button.eu-cookie-compliance-save-preferences-button{
  font-size: 20px;
}


/* ===========================================
                SEARCH PAGE
============================================ */
.page-view-search-page #block-acer-content .content{
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 64px;
}
.js .paragraphs-description .summary-content {
  color: #000;
  font-weight: 400;
}
div#most-viewed-search ul li {
  margin-bottom: 30px;
}
.page-view-search-page #block-acer-content .content .views-exposed-form .search_bar{
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid black;
  padding-top: 16px !important;
  padding-bottom: 60px !important;
}
.page-view-search-page #block-acer-content .content .views-exposed-form .search_bar > div[class^='col-']{
  padding: 0;
}
.page-view-search-page #block-acer-content .content .views-exposed-form .search_bar #wraper-form{
  max-width: unset;
}
.page-view-search-page #block-acer-content .content .views-exposed-form .search_bar .form-select {
  max-width: max-content;
}
.page-view-search-page #block-acer-content .content .views-exposed-form .search_bar #edit-actions,
.page-view-search-page #block-acer-content .content .views-exposed-form .search_bar fieldset{
  margin-bottom: 0 !important;
}
.page-view-search-page #block-acer-content .content .views-exposed-form .search_bar fieldset{
  display: inline-block;
  width: 100%;
}
.page-view-search-page #block-acer-content .content .views-exposed-form .search_bar fieldset{
  display: inline-block;
  width: 100%;
}
.page-view-search-page #block-acer-content .content .views-exposed-form .search_bar label{
  color: #004FEE;
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  /*margin-right: 15px;*/
  margin-right: 0;
  padding-top: 6px;
}
.page-view-search-page #block-acer-content .content nav #nav-tab{
  background-color: #E8E8E8;
}
.page-view-search-page #block-acer-content .content nav #nav-tab .nav-link{
  border: none;
  border-radius: unset;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  padding: 24px;
}
.page-view-search-page #block-acer-content .content nav #nav-tab .nav-link:hover,
.page-view-search-page #block-acer-content .content nav #nav-tab .nav-link.active{
  background-color: #004FEE;
  color: #FFFFFF;
}
.page-view-search-page #block-acer-content .content .tab-content .results-views > div[class^='col-']{
  margin-right: 0;
  margin-left: 0;
}
.page-view-search-page #block-acer-content .content .tab-content .results-views ul li{
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 30px;
}
.page-view-search-page #block-acer-content .content .tab-content .results-views ul li a {
  color: #000000;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}

#nav-documents #div-search-results{
  margin-right: 0;
  margin-left: 0;
  padding-top: 12px;
}
#nav-documents #div-search-results .row{
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
#nav-documents #div-search-results .row .col-12{
  padding: 0;
}
#nav-documents #div-search-results .row:nth-child(odd) a{
  color: #000000;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
#nav-documents #div-search-results .row:nth-child(even){
  margin-bottom: 32px;
}
#nav-documents #div-search-results .row:nth-child(even) .col-12{
  color: #000000;
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}


/* =======================================
          SEARCH RESULT
=========================================*/

.row.row-offcanvas.row-offcanvas-left.clearfix {
  margin-top: 25px;

}

#most-viewed-search {
  border: none!important;
  margin: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

li.views-row.list-group-item {
  background-color: transparent;
}

.views-field.views-field-title span a {
  color: #000;
  font-weight: 600;
}

input#edit-search-api-fulltext {
  border-radius: 0;
  border-color: #000;
  width: 50%;
  /*background-image: url(../../acer/img/ic_close.png);
  background-repeat: no-repeat;
  background-position: right;*/
  padding: 25px .75rem;
  font-weight: 500;
}

fieldset.js-form-item.js-form-type-textfield.form-type-textfield.js-form-item-search-api-fulltext.form-item-search-api-fulltext.form-group {
  width: 100%;
}

.paragraph-formatter {
  grid-gap: 0;
}

.page-view-search-page #block-acer-content .content nav #nav-tab .nav-link {
  padding: 20px!important;
}

.row.results-views ul li.list-group-item a,
#nav-documents #div-search-results .row:nth-child(odd) a {
  font-weight: 600!important;
  font-family: 'Inter'!important;
}

.page-view-search-page #block-acer-content .content .views-exposed-form .search_bar label {
  color: #000;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 30px;
}

div#most-viewed-search .col-md-12 {
  padding: 0;
}

div#nav-tab {
  background-color: transparent!important;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

div#nav-tabContent {
  margin: 40px 0;
}

li.list-group-item {
  /*padding: 5px!important;*/
}

.page-view-search-page #block-acer-content .content .tab-content .results-views ul li a {
  font-size: 1.1rem!important;
  line-height: 21px!important;
}

/* Boton submit */

.page-view-search-page #edit-actions {
  /*background-color: var(--azul);
  border: 1px solid var(--azul);
  margin: 35px 0 0 0;
  width: 15%;*/
  margin-top: 16px;
}

.page-view-search-page #edit-actions i {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .15s all ease;
  --webkit-transition: .15s all ease;
  --moz-transition: .15s all ease;
  padding-right: 20px;
}

.page-view-search-page #edit-submit-search-page {
  background-color: transparent;
}

.page-view-search-page #edit-submit-search-page {
  box-sizing: border-box;
  background-color: var(--azul);
  border: none;
  border-radius: 0;
  padding: 0 20px;
  text-align: left;
  font-size: 16px;
  display: inline-block;
  height: 60px;
}
.page-view-search-page .fa-arrow-right{
  display: none;
}

div#most-viewed-search h2 {
  color: #000000;
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}

div#most-viewed-search h2:before {
  content: '↓';
  font-size: 17px;
}




/*===========================================
                BLOQUE REDES SOCIALES
============================================*/
.socials{
  margin-top: 32px;
}
.socials h4{
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
}
.social-list-block {
  padding: 5px 5px 5px 0;
}
.social-list-block, .footer-social-list {
  margin: 0;
  padding-left: 0;
}

li.views-row.list-group-item {
  background-color: transparent;
}

.views-field.views-field-title span a {
  color: #000;
  font-weight: 600;

}

input#edit-search-api-fulltext,
input#edit-search-api-fulltext--2 {
  border-radius: 0;
  border-color: #000;
  /*background-image: url(../../acer/img/ic_close.png);
  background-repeat: no-repeat;
  background-position: right;*/
  /*padding: 25px .75rem;*/
  /*font-weight: 500;*/
  border-right: none;
  margin: 0;
  float: left;
  color: #000000;
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 13px;
  height: auto;
  width: 50%;
  transition: none;
  font-weight: 400;
}
input#edit-search-api-fulltext:focus{
  box-shadow: none;
}

fieldset.js-form-item.js-form-type-textfield.form-type-textfield.js-form-item-search-api-fulltext.form-item-search-api-fulltext.form-group {
  width: 100%;
}

.paragraph-formatter {
  grid-gap: 0;
}

.page-view-search-page #block-acer-content .content nav #nav-tab .nav-link {
  padding: 20px!important;
}

.row.results-views ul li.list-group-item a,
#nav-documents #div-search-results .row:nth-child(odd) a {
  font-weight: 600!important;
  font-family: 'Inter'!important;
}

.page-view-search-page #block-acer-content .content .views-exposed-form .search_bar {
  & label {
    width: 100%;
    color: #000000;
    font-family: Inter;
    font-size: 48px;
    letter-spacing: -2.4px;
    line-height: 56px;
    margin-bottom: 32px;
  }

  & input {
    max-width: calc(100% - 50px);
  }
}

div#most-viewed-search .col-md-12 {
  padding: 0;
}

div#nav-tab {
  background-color: transparent!important;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

div#nav-tabContent {
  margin: 40px 0;
}

li.list-group-item {
  /*padding: 5px!important;*/
}

.page-view-search-page #block-acer-content .content .tab-content .results-views ul li a {
  font-size: 1.1rem!important;
  line-height: 21px!important;
}

.page-view-search-page #block-acer-content .content .tab-content .results-views ul li a:hover {
  text-decoration: underline;
}



/* Boton submit */




/*===================================
           CKEDITOR STYLES
====================================*/
h3.minititles {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
}
p.supertext {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}


/*=================================
               ABOUT-ACER
===================================*/

.field.field--name-field-media-image.field--type-image.field--label-visually_hidden {
  width: 100%;
}

.content-related-news-wrapper-press-releasess.related-news-wrapper .title-wrapper {
  color: #000000;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
  font-weight: normal;
}

@media all and (min-width: 560px) {
  .node .field--type-image, .node .field--name-field-media-image {
    float: none;
  }

  .node--type-generic-page-layout .paragraph--type--two-columns-block .field--name-column-one-content {
    padding-right: 0;
  }

  .col-lg-12.col-md-12.col-xs-12.column-left-content-img {
    padding: 0 !important;
  }

  /*=================================
                 PRESS RELEASES
  ===================================*/
  .content-related-news-wrapper-press-releasess {
    position: relative;
    margin-bottom: 70px;
  }

  .content-related-news-wrapper-press-releasess.related-news-wrapper.col-lg-6.col-md-6.col-xs-12.content-news {
    padding-bottom: 0 !important;
  }

  .content-general-news-acer {
    position: relative;
    bottom: 0;
    box-sizing: border-box;
    padding-bottom: 60px;
    border-bottom: 1px solid #000;
    width: calc(100% - 60px);
  }

  .content-acer-reference {
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-flex;
    width: 100%;
  }

  .content-btn-link .link a {
    padding: 0 !important;
  }

  .content-acer-reference:hover .link a {
    color: #fff !important;
  }

  .linktofile-block .list-group-item {
    border-bottom: none;
  }

  .content-acer-reference:hover .ordena i,
  .content-acer-reference:hover .ordena a {
    color: #fff;
  }

  .ordena {
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
  }

  .ordena img {
    justify-content: center;
  }

  /* .ordena.image-clip {
    border-right: 1px solid #000;
  } */

  /* .ordena i {
    transform: rotate(-45deg);
    font-size: 19px;
    text-align: center;
    width: 100%;
  } */

  .ordena a,
  .ordena .unif {
    width: 100%;
    align-items: center;
    display: flex;
    margin: 0 !important;
    padding: 20px;
    justify-content: center;
  }

  .btn-derecha {
    font-weight: 600;
    font-size: 17px;
    color: #004fee;
  }

  /*=================================
      botones secciÃ³n about acer el jefe
  ===================================*/
  .content-info-data-releases {
    padding: 20px 0;
  }

  .content-info-data-releases a:hover {
    text-decoration: underline;
  }

  .linktofile-block .content-acer-reference {
    margin: 0;
  }

  .content-btn-link .field--name-linktofile-link {
    border: none;
  }

  .content-btn-link ul {
    margin-bottom: 0;
  }

  .content-btn-link ul li {
    list-style: none;
  }

  .content-btn-link ul li a {
    color: var(--azul);
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0;
    width: 100%;
  }

  .content-acer-reference:hover ul li a,
  .content-acer-reference:hover .texto-dentro {
    color: #fff;
  }

  .content-btn-link ul {
    padding-left: 15px;
  }

  .texto-fuera {
    font-size: 1.071em;
  }

  .texto-dentro {
    padding-left: 15px;
    font-size: 0.9rem;
    font-weight: 600;
  }

  /*=================================
      invite-acer-speaker-your-event
  ===================================*/
  .left-title-form h3 {
    color: #000;
    display: inline-block;
    font-size: 32px;
    line-height: 40px;
    width: 70%;
  }

  #block-acereventsformblock {
    background-color: var(--gris-claro);
  }

  .area-padding.content-title-form {
    border-top: none;
  }

  .content-title-form .fieldset-wrapper .content-box-form {
    display: inline-flex;
    margin: 0;
    width: 100%;
  }


  /*=================================
      invite-acer-speaker-your-event
  ===================================*/
  .left-title-form h3 {
    color: #000;
    display: inline-block;
    font-size: 32px;
    line-height: 40px;
    width: 70%;
  }

  #block-acereventsformblock {
    background-color: var(--gris-claro);
  }

  .area-padding.content-title-form {
    border-top: none;
  }

  .content-title-form .fieldset-wrapper .content-box-form {
    display: inline-flex;
    margin: 0;
    width: 100%;
  }


  /*form-item js-form-wrapper form-group*/
  .node--type-speaking-request-page h2.mmr-title {
    display: none!important;
  }
  /* .node--type-speaking-request-page section#full-width-column-section {
     margin-left: -5%;
     margin-right: -5%;
   }*/

  .node--type-speaking-request-page section#full-width-column-section {
    margin-left: -15px!important;
    margin-right: -15px!important;
  }

  #first-part, #second-part, .topic {
    width: 100%;
    margin:0;
  }

  #first-part legend, #second-part legend {
    padding-bottom: 40px;
  }

  .node--type-speaking-request-page h2.mmr-title {
    border-top: none;
    color: #000;
  }

  .content-box-form-first-elements {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
  }

  .content-box-form {
    box-sizing: border-box;
    padding: 10px 0;
  }

  span.fieldset-legend {
    font-size: 0.9rem;
    width: 100%;
  }

  .content-elements-form {
    position: relative;
    min-height: 80px;
  }

  .content-elements-form,
  div#ajax-wrapper--6 {
    margin-bottom: 35px;
    position: relative;
    /*width: 80%;*/
  }

  .content-elements-form label {
    font-size: 15px;
    /*min-height: 45px;*/
    position: absolute;
    bottom: 50px;
  }

  .content-form-full-width {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
    display: inline-block;
  }

  .content-form-full-width,
  .content-form-full-width fieldset {
    width: 100%;
  }

  .content-elements-form input,
  .content-elements-form select,
  .form-textarea-wrapper,
  .content-form-full-width input,
  #edit-managed-file-upload {
    border-radius: 0;
    border: 1px solid #000;
  }

  .content-elements-form input,
  .content-elements-form select,
  .content-form-full-width input,
  #edit-managed-file-upload {
    height: 50px;
  }

  div#ajax-wrapper--6 {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .content-elements-form fieldset {
    margin-bottom: 0;
    position: relative;
    width: 100%;
  }

  .content-elements-form input:focus,
  .content-elements-form select:focus,
  .form-textarea-wrapper:focus,
  .content-form-full-width input:focus {
    outline: none;
    border: 2px solid var(--azul);
  }

  .content-elements-form input:hover {
    background-color: var(--gris-claro);
    border: 1px solid var(--azul);
  }

  .row.area-padding div[class^='col-'] .content-form-right, .row.area-padding div[class^='col-'] .content-form-left {
    box-sizing: border-box;
  }

  .row.area-padding div[class^='col-'] .content-form-left {
    padding-right: 30px;
  }

  .row.area-padding div[class^='col-'] .content-form-right {
    padding-left: 30px;
  }

  .content-btn-submit {
    background-color: var(--azul);
    border: none;
    box-sizing: border-box;
    padding: 0 20px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    width: 35%;
    margin-left: 15px;
  }

  .content-btn-submit i {
    display: inline-flex;
    float: right;
    width: 20%;
    color: #fff;
  }

  .content-btn-submit input.btn {
    float: left;
    background-color: transparent;
    border: none;
    text-align: left;
    color: #fff;
    width: 100%;
    display: inline-flex;
    padding-top: 15px;
  }

  .col-md-6.d-inline-flex.content-elements-form input.btn:after {
    content: '\f061';
    color: #fff;
    display: inline-flex;
    float: right;
    align-content: center;
  }

  /* Contenido debajo del formulario */
  div#block-views-block-related-news-related-news-block {
    border-top: none;
  }

  div#block-views-block-related-news-related-news-block .container-fluid {
    padding-top: 16px;
  }

  .node--type-speaking-request-page .clearfix.paragraph.row.full-text-block-class.paragraph--type--full-text-block.paragraph--view-mode--default,
  .node--type-speaking-request-page .field.field--name-subtb-text.field--type-string.field--label-hidden.field__item {
    margin:0;
  }

  /* error message */
  .alert {
    border-radius: 0;
    border: none;
    margin: 40px 0;
  }

  .form-control.is-invalid {
    border: none;
  }

  input[type="file"].form-control.is-invalid {
    border-radius: 0;
    border: 1px solid var(--rojo-error);
  }

  .alert .item-list ul li {
    background: transparent;
    border-radius: 0;
    padding: 20px;
    margin: 20px 0;
    width: 100%;
    display: inline-block;

  }

  .alert.alert-danger ul li {
    border: 2px solid var(--rojo-error);
  }

  /* Input File */
  input#edit-managed-file-upload {
    padding: 15px 15px 15px 20px;
    display: inline-block;
    height: 100%;
    font-size: 14px;
  }

  div#edit-managed-file {
    margin-bottom: 40px;
  }

  .text-muted {
    color: var(--azul) !important;
    font-weight: 700;
    font-size: 17px;
  }
}



.field.field--name-salb-link.field--type-link.field--label-hidden.field__items.row {
  margin: 20px 0px;
}
/*
.content-acer-reference.hover-links-child {
  border-top: 1px solid black;
}

.content-acer-reference.hover-links-child:last-child {
  border-bottom: 1px solid black;
}
*/
.bordes {
 /* border-top: 1px solid #000;
 border-bottom: 1px solid #000;
  margin-top: -1px;*/
}

.c-enlaces {
  border-radius: 0;
}

/* Background de los enlaces de clip + enlace a documentos (acer director por ejemplo)*/

.hover-links {
  /*margin-bottom: 10px;*/
}

.hover-links-child {
  /*border-bottom: 1px solid #000;*/
  margin: 0;
}

.hover-links-child .wrapper-individual-link {
  margin: 0!important;
  padding: 0!important;
}

/*.hover-links .hover-links-child:hover, .hover-links-child:hover {
  background-color: var(--azul);
}*/
.hover-links-child:hover .link-section_item,
.hover-links .hover-links-child:hover .link-section_item,
.hover-links .hover-links-child:hover .link-section_item i,
.hover-links .hover-links-child:hover .link-section_item a {
  background-color: var(--azul);
  color: #fff;
}

.hover-links:hover a, .hover-links:hover i, .hover-links-child:hover a, .hover-links-child:hover i, .hover-links-child:hover span {
  color: #fff;
}

/* Hover para que el icono del clip siga en negro (investigar a fondo a ver por que ocurre ya que no deberÃ­a) */
li.list-group-item:hover i {
  color: #000;
}

/* Imagenes de las noticias de la home */

.big-news-img img {
  width: 100%;
  height: auto;
}

.column-left-content-img img,
.field--name-gplmigrated-sec-1-left-img img,
.col-1-migrated img {
  width: 100%;
  object-fit: cover;
}

.paragraph--type--two-columns-block {
  border-top: 1px solid #000;
}

.texto-fuera {
  margin: 5px 0 10px 0;
  font-size: 16px;
  font-weight: 600;
}

/* Quita el border-top de la home */
section#usefull-links-block .paragraph {
  border-top: none;
}

.addtoany_list a:hover:hover img, .addtoany_list a:hover span {
  opacity: 1;
}

.icon-text-img .field--type-text a:hover,
.paragraph--type--full-text-block .text-formatted a:hover {
  text-decoration: underline;
}

/**************************************************************
 *
 * REMIT
 *
 * /***************************************************************/

.node--type-book main#content,
.path-remit-knowledge-base main#content,
.page-view-book-search main#content {
  padding: 0;
}

/*.node--type-book section.section {
  margin: 0 5%;
}*/

.page-view-book-search main {
  margin: 0 5%;
}

.node--type-book section.region.region-content-top,
.path-remit-knowledge-base section.region.region-content-top,
.page-view-book-search section.region.region-content-top {
  display: block;
  background-color: #e8e8e8;
  margin-bottom: 60px;

}

.node--type-book #block-acer-content h1,
.path-remit-knowledge-base #block-acer-content h1 {
  color: #000000;
  font-size: 48px;
  letter-spacing: -2.4px;
  line-height: 56px;
  padding-bottom: 0.75em;
  /* margin-bottom: 0.75em;
   border-bottom: 1px solid #000;*/
}


.right-remit-column h2.node__title {
  color: #000000;
  font-size: 48px;
  letter-spacing: -2.4px;
  line-height: 56px;
}

.content-right .subtitle span {
  font-size: 32px;
  color: #000;
}


/* Form */

.node--type-book div#block-exposedformbook-searchpage-1,
.path-remit-knowledge-base div#block-exposedformbook-searchpage-1,
.page-view-book-search div#block-exposedformbook-searchpage-1 {
  /* margin: 0 5%; */
  padding: 40px 0;

  & form {
    margin: 0 calc(5% + 12px);
  }
}

.path-remit-knowledge-base .row-offcanvas-left {
  margin: 0 5%;
}

.node--type-book fieldset.js-form-type-textfield,
.path-remit-knowledge-base fieldset.js-form-type-textfield,
.page-view-book-search fieldset.js-form-type-textfield {
  display: flex;
  width: 40%!important;
  flex-direction: row;
  padding: 0;
  margin: 0 20px 0 0;
  align-items: center;
}

/* .page-view-book-search input#edit-search-api-fulltext--2 {
  border-radius: 0;
  border-color: #000;
  width: 50%;
  padding: 25px .75rem;
  font-weight: 500;
} */

.node--type-book input#edit-search-api-fulltext,
.path-remit-knowledge-base input#edit-search-api-fulltext,
.page-view-book-search input#edit-search-api-fulltext--2 {
  width: 100%;
  border-right: none;

}


input#edit-submit-book-search,
input#edit-submit-book-search--2 {
  box-sizing: border-box;
  background-color: var(--azul);
  border: none;
  border-radius: 0;
  padding: 0 20px;
  text-align: left;
  font-size: .8rem;
  display: inline-block;
  height: 52px;
  margin: auto;
}

.path-remit-knowledge-base #edit-actions,
.node--type-book #edit-actions,
.page-view-book-search #edit-actions--2 {
  background-color: var(--azul);
  border: 1px solid var(--azul);
  margin: 0;
  width: 10%;
  display: flex;
  height: 66px;
}

.path-remit-knowledge-base #edit-actions i,
.node--type-book #edit-actions i,
.page-view-book-search #edit-actions--2 i {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .15s all ease;
  --webkit-transition: .15s all ease;
  --moz-transition: .15s all ease;
  padding-right: 20px;
}

.path-remit-knowledge-base #edit-actions,
.node--type-book #edit-actions,
.page-view-book-search #edit-actions--2 {
  background-color: var(--azul);
  border: none;
  border-radius: 0;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right 24px center;
  min-width: 110px;
}

.path-remit-knowledge-base #edit-actions:hover,
.node--type-book #edit-actions:hover,
.page-view-book-search #edit-actions--2:hover {
  border: 1px solid var(--azul);
}

.edit-remit-homepage-button-wrapper {
  padding: 20px 24px;
  background-color: var(--azul);
  border: 1px solid var(--azul);
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px;
}

.edit-remit-homepage-button-wrapper a,
.edit-remit-homepage-button-wrapper:hover a{
  color: white;
}

.path-remit-knowledge-base #edit-actions:hover, .node--type-book #edit-actions:hover, .page-view-book-search #edit-actions--2:hover {
  background-color: transparent;

}

.path-remit-knowledge-base #edit-actions:hover input, .node--type-book #edit-actions:hover input, .page-view-book-search #edit-actions--2:hover input,
.path-remit-knowledge-base #edit-actions:hover i, .node--type-book #edit-actions:hover i, .page-view-book-search #edit-actions--2:hover i {
  color: var(--azul);
  background-color: transparent;
}

.path-remit-knowledge-base #edit-actions:hover i, .node--type-book #edit-actions:hover i, .page-view-book-search #edit-actions--2:hover i {
  padding-right: 10px;
}

.clean-x {
  background-image: url(../../acer/img/ic_close.png);
  background-repeat: no-repeat;
  height: 66px;
  width: 50px;
  display: flex;
  align-items: center;
  background-position: center;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.clean-x:hover {
  cursor:  pointer;
}


/**/

.knowledge-base-container h2 {
  color: #000;
}

/* Table */

.view-books-knowledge table {
  margin-bottom: 60px;
}

.view-books-knowledge table tr:last-child td {
  border-bottom: 1px solid #e8e8e8;
}

.view-books-knowledge table tr:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.view-books-knowledge thead tr th {
  background-color: #fff;
  border: none;
  color: #000;
}

.view-books-knowledge tbody tr:nth-child(2n) td {
  background-color: #fff;
}

.view-books-knowledge tbody tr:nth-child(2n+1) td {
  background-color: #e8e8e8;
}

.view-books-knowledge .tablesaw-cell-content a {
  color: var(--azul);
  font-weight: 700;
}

/* rss feed  */

.path-remit-knowledge-base .row-book-0 {
  border-bottom: 1px solid #000;
  padding: 60px 0;
  margin-bottom: 0.75em;
  border-top: 1px solid #000;
}

.row-book-3,
.knowledge-base-book {
  /*border-top: 1px solid #000;*/
  padding-top: 70px;
  margin-bottom: 200px;
}

.knowledge-base-book .rss-date {
  display: flex;
  flex-direction: row;
}

.knowledge-base-book .date {
  padding-left: 20px;
}

/* Interiors */

.node--type-book #main {
  padding: 0;
}

.node--type-book .row-offcanvas-left {
  margin: 0 5%;
}

div#block-booknavigation ul {
  padding-left: 0;
}

.rss-date {
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
}

.knowledge-base-book .block-book ul li {
  list-style: none;
}

.knowledge-base-book .block-book ul li a {
  color: var(--azul);
  font-size: 15px;
}

/* navegation  */

.remit-navigation, .remit-navigation ul {
  position: relative;
  display: inline-block;
  width: 100%;
}

.remit-navigation ul {
  padding-left: 0;
}

.content-right {
  margin-bottom: 10px;
}

.remit-navigation ul li {
  list-style: none;
  width: 50%;
  position: absolute;
}

.remit-navigation ul li:first-child {
  text-align: left;
  left: 0;
}

.remit-navigation ul li:last-child {
  text-align: right;
  right: 0;
}

.remit-navigation ul li a {
  color: var(--azul);
}



/* Footer bg */
#block-rightreserved {
  width: 100%;
  background-color: var(--azul);
  margin: 20px 0 0 0;
}

#block-rightreserved .content {
    margin-left: 5%;
    margin-right: 5%;
}

.page-view-book-search .views-element-container {
  /*margin: 0 5%;*/
  padding: 0 15px;
}

.page-view-book-search .views-field-title h2 {
  font-size: 1.1rem;
}

.page-view-book-search .views-field-body {
  margin-bottom: 42px;
}

/* EVENTS */
.event-node .event-title .page-title,
.event-node .event-body .event-body-description .subtitle,
.event-node .event-body .event-body-content{
  word-wrap: break-word;
}
.event-node .area-padding{
  border-top: 1px solid black;
}
.event-node .event-date, .event-node .event-location, .event-node .event-type{
  margin-bottom: 0 !important;
}
.event-node .location-date{
  flex-direction: column;
}
.event-node .location-date .addtocal-container{
  margin-bottom: 0 !important;
  float: none;
  position: static;
}
.event-node .location-date .addtocal{
  background: none;
  border: none;
  color: #004FEE;
  font-weight: bold;
  margin-bottom: 0 !important;
  padding: 5px 0 0 0;
}
.event-node .location-date .addtocal:hover{
  text-decoration: underline;
}
.event-node #edit-addtocal-container{
  margin: 0;
  float: none;
  display: block;
  position: static;
}
.event-node .event-date .field__label{
  display: none;
}
.event-node .event-body{
  padding-bottom: 0;
}
.event-node .event-body .event-body-description, .event-node .event-body .event-body-content{
  padding: 0;
}
.event-node .event-block{
  padding-bottom: 80px;
  margin-top: 0;
}
.event-node .event-workspace{
  margin-top: 1.6rem;
}
.event-node .event-workspace a{
  color: #004FEE;
  font-weight: bold;
}
.event-node .event-agenda i{
  color: black;
  background: none;
}
.event-node .event-workspace{
  margin-bottom: 0;
}
.event-node .event-sessions .paragraph--type--quick-access-block{
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  border: 0;
}
.event-node .event-sessions .event-sessions-links .field__item{
  margin-bottom: 20px;
}
.view-public-events{
  margin-left: 5%;
  margin-right: 5%;
}
.view-public-events .events > div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #20263f;
  position: relative;
  flex-direction: column;
}
.view-public-events .events > div .event {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #20263f;
  position: relative;
  width: 100%;
  height: 85%;
  background: #004FEE;
}
.view-public-events .events > div .event > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.view-public-events .events {
  width: 100%;
  display: grid;
  grid-gap: 34px;
  /*grid-template-columns: repeat(auto-fit, minmax(401px, 1fr));*/
  grid-template-columns: repeat(3, 32%);
  grid-auto-rows: 400px;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.view-public-events .events img {
  /*border-radius: 10px;*/
  /*padding: 5px;*/
}
.view-public-events .events .description {
  /*display: none;*/
  position: absolute;
  width: 100%;
  bottom: 0;
  /*border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;*/
  color: #FFFFFF;
  font-size: 17px;
  /*font-weight: 600;*/
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  padding: 10px;
  /* background: rgba(0, 0, 0, 0.3);
  height: 100%;
  padding-top: 50%; */
  word-wrap: break-word;
}
.view-public-events .events .date{
  position: absolute;
  background: #004FEE;
  width: 40%;
  top: 0;
  right: 0;
  /*border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;*/
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  padding: 10px;
}
.view-public-events .events > div:hover {
  /*transform: scale(1.1);*/
  /*box-shadow: 0 4px 22px -3px rgb(0 0 0 / 22%);*/
}
.view-public-events .events > div:hover .description {
  /*display: block;
  text-align: center;*/
  /*background-color: white;*/
  /*background: none;*/
  /* background: rgba(0, 0, 0, 0.3); */
  font-weight: bold;
  text-decoration: underline;
  /* padding-top: 40%;
  transition-duration: 425ms; */
}
.view-public-events .events > div:hover img {
  /*opacity: 0.7;*/
}
.t-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.events .event-label{
  height: 15%;
  font-size: 10pt;
  align-self: flex-start;
  padding-top: 10px;
}
.page-view-public-events .tabs{
  /*margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 64px;
  margin-top: 64px;*/
  margin: 70px 5% 60px 5%;
}
.page-view-event-calendar .tabs{
  margin: 70px -15px 60px -15px;
}
.page-view-public-events .tabs ul,
.path-public-events .tabs ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  /*    background-color: #E8E8E8;*/
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.page-view-public-events .tabs ul li,
.path-public-events .tabs ul li{
  padding: 10px;
}
.page-view-public-events .tabs ul li a,
.path-public-events .tabs ul li a{
  color:#004FEE;
  font-family: 'Inter';
  font-weight:600;
  border: none !important;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 4px;
  padding-right: 0px;
}
.page-view-public-events .tabs ul li.active,
.path-public-events .tabs ul li.active{
  background-color: #004FEE;
}
.page-view-public-events .tabs ul li.active a,
.path-public-events .tabs ul li.active a{
  border: none !important;
  background: none !important;
  color: white;
}
.page-view-public-events .tabs ul li:hover,
.path-public-events .tabs ul li:hover{
  background-color: #004FEE;

}
.page-view-public-events .tabs ul li:hover a,
.path-public-events .tabs ul li:hover a{
  border: none !important;
  background: none !important;
  color: white;
}
/*EVENTS-CALENDAR*/
.page-view-event-calendar .js-drupal-fullcalendar table tr, .js-drupal-fullcalendar table{
  margin-top: 0;
  margin-bottom: 0;
}
.page-view-event-calendar .js-drupal-fullcalendar table tr, .js-drupal-fullcalendar table tr{
  border:none;
}
.page-view-event-calendar .js-drupal-fullcalendar table tr, .js-drupal-fullcalendar table tr td .fc-past{
  background: none !important;
}
.page-view-event-calendar .js-drupal-fullcalendar table tr, .js-drupal-fullcalendar table tr td.fc-year-month-border{
  border: none;
}
.fc-year-view .fc-row .fc-bg table{
  border: none;
}
.page-view-event-calendar .js-drupal-fullcalendar table tr, .js-drupal-fullcalendar table th.fc-day-header{
  background-color: #f4f5fb;
  color: var(--black);
  padding: 10px 0
}

.view-event-calendar .view-content.row div {
  padding: 0;
}

td.fc-month-view .fc-year-monthly-name{
  border: none;
}
td.fc-year-month-separator{
  border: none;
}
.page-view-event-calendar .row-offcanvas{
  margin-right: 5%;
  margin-left: 5%;
}

.view-event-calendar {
  margin-bottom: 48px;
}

/*NEW EVENTS BLOCK*/
#upcoming-events .view-content.row {
  /* margin: 0!important; */
  margin-inline: -24px;
}

@media screen and (max-width: 991px) {
  #upcoming-events .view-content.row {
    margin-inline: -12px;
  }
}


#upcoming-events .field__item .views-field-field-date-range .field-content .date-event{
  color: #000000;
  font-size: 48px;
  letter-spacing: -2.4px;
  line-height: 56px;
  margin-bottom: 32px;
  font-weight: normal;
}
#upcoming-events .field__item .views-field-title{
  margin-bottom: 16px;
}
#upcoming-events .field__item .views-field-title span strong{
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  word-wrap: break-word;
}
#upcoming-events .field__item .views-field-view-node{
  margin-top: 32px;
}
#upcoming-events .field__item .views-field-view-node a,
.paragraph--type--upcoming-events .field--name-field-view-all-events a{
  color: #004FEE;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  background: none;
  border: none;
  padding: 0;
}
#upcoming-events .field__item .views-field-view-node a:hover,
.paragraph--type--upcoming-events .field--name-field-view-all-events a:hover{
  text-decoration: underline;
}

#upcoming-events .fa-calendar-check{
  font-size: 24px;
}

/* DOCUMENTS */
.documents_page {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.view-id-documents nav{
  margin-right: 5%;
  margin-left: 5%;
}
.documents_page .cover-main-news{
  border-bottom: 1px solid black;
  padding-bottom: 56px;
}
.documents_page .documents{
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 64px;
}

.documents_page .documents .searchDocumentsLink,
.public_consultations_page .searchDocumentsLink{
  padding: 20px 24px;
  background-color: #004fee;
  border: 1px solid #004fee;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 64px;
  margin-left: 15px;
  width: 240px;
}
.documents_page .documents .searchDocumentsLink i,
.public_consultations_page .searchDocumentsLink i{
  float: right;
  vertical-align: middle;
}
.documents_page .documents .searchDocumentsLink:hover,
.public_consultations_page .searchDocumentsLink:hover{
  color: #fff;
  text-decoration: underline;
}
.documents_page .documents .document{
  margin-bottom: 93px;
}
.documents_page .documents .document .department_date{
  display:flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.documents_page .documents .document .department_date .department,
.documents_page .documents .document .department_date .date{
  color: var(--black);
  font-family: Inter;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: right;
}
.documents_page .documents .document .department_date .department{
  font-weight: 600;
}
.documents_page .documents .document .department_date .department img{
  margin-right: 9px;
  height: 16px;
  width: 14px;
}
.documents_page .documents .document .title{
  padding-top: 16px;
  margin-bottom: 8px;
  overflow-wrap: break-word;

}
.documents_page .documents .document .title a{
  color: var(--black);
  font-family: Inter;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 28px;
}

.documents_page .documents .document .title a:hover{
  text-decoration: underline;
}

.documents_page .documents .document .description{
  color: var(--black);
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 17px;
  margin-bottom: 0;
}
.documents_page .documents .document .annex{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.documents_page .documents .document .annex .documents-group-annexes{
  margin: 0;
}
.documents_page .documents .document .annex .documents-group-annexes .annexes-title .title{
  padding-top: 0;
  margin-bottom: 0;
}
.documents_page .documents .document .feedback{
  margin-right: 0;
  margin-left: 0;
  height: auto;
  min-height: 56px;
  height: auto;
  display: flex;
  align-items: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.documents_page .documents .document .annex ~ .feedback {
  border-top: 0;
}
.documents_page .documents .document .feedback .icon{
  flex: 0 0 56px;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.documents_page .documents .document .feedback .icon img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.documents_page .documents .document .feedback .document-link{
  width: 100%;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  /* padding-top: 16px;
  padding-bottom: 15px; */
  padding: 16px 0 15px;
}

.documents_page .documents .document .feedback .document-link a {
  color: #004FEE;
  font-family: Inter;
  /* font-size: 17px; */
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400 !important;
  font-size: 1rem;
}

.documents_page .documents .document .feedback .document-link a:hover {
  text-decoration: underline;
}

.documents_page .documents .document .image_container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 72px;
}
.documents_page .documents .document .image_container img{
  width:100%;
  height:auto;
}
.documents_page .documents .document .image_container .positioning img.image{
  padding: 20px;
}
.documents_page .documents .document .image_container .positioning{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: blue;
  color: white;
  padding: 4px;
  font-size: 17px;
  line-height: 18px;
}
.documents_page .documents .document .image_container .no_image{
  border-top: 1px solid black;
  padding-bottom: 88px;

}
/*Documents search*/
.view-documents-search{
  margin-left: 5%;
  margin-right: 5%;
}
.view-documents-search .documents_page .documents{
  margin-left: 0;
  margin-right: 0;
}
#block-exposedformdocuments-searchpage-1,
#block-public-consultations-searchpage-1,
#block-facetsblock,
#block-facetsblock-2{
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 0;
}
#block-exposedformdocuments-searchpage-1 h1,
#block-public-consultations-searchpage-1 h1{
  color: #000000;
  font-family: Inter;
  font-size: 48px;
  letter-spacing: -2.4px;
  line-height: 56px;
  margin-bottom: 32px;
}
#block-exposedformdocuments-searchpage-1 input[type=text],
#block-public-consultations-searchpage-1 input[type=text]{
  color: #000000;
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 13px;
  height: auto;
  width: 50%;
  border: 1px solid #000000;
  border-radius: 0;
  transition: none;
}
#block-exposedformdocuments-searchpage-1 input[type=text]:focus,
#block-public-consultations-searchpage-1 input[type=text]:focus{
  box-shadow: none;
}
#block-exposedformdocuments-searchpage-1 .form-row,
#block-public-consultations-searchpage-1 .form-row{
  flex-direction: column;
}
#block-exposedformdocuments-searchpage-1 .form-row .form-actions,
#block-public-consultations-searchpage-1 .form-row .form-actions{
  align-self: auto;
}
#block-exposedformdocuments-searchpage-1 .clean-x,
#block-public-consultations-searchpage-1 .clean-x{
  display: none;
}
#block-exposedformdocuments-searchpage-1 #edit-submit-documents-search--2,
#block-public-consultations-searchpage-1 #edit-submit-public-consultations-search--2,
#edit-submit-search-page{
  height: 64px;
  width: 240px;
  background-color: #004FEE;
  border: none;
  border-radius: 0;
  text-align: left;
  padding: 20px 24px;
  background-image: url('/themes/custom/acer/img/ic_search_white.png');
  background-repeat: no-repeat;
  background-position: right 24px center;
}
#block-facetsblock,
#block-facetsblock-2{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 64px;
}
#block-facetsblock #search_facets .facets_titles,
#block-facetsblock-2 #search_facets .facets_titles{
  display: flex;
}
#block-facetsblock #search_facets .facet-block,
#block-facetsblock-2 #search_facets .facet-block{
  margin-top: 17px;
  margin-bottom: 17px;
  padding-right: 24px;
}
#block-facetsblock #search_facets h4,
#block-facetsblock #search_facets h4 button,
#block-facetsblock-2 #search_facets h4,
#block-facetsblock-2 #search_facets h4 button{
  color: #004FEE;
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  padding-left: 0;
}
#block-facetsblock #search_facets h4 button,
#block-facetsblock-2 #search_facets h4 button{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  border: none;
  color: #004FEE;
}
#block-facetsblock #search_facets h4 button:focus,
#block-facetsblock-2 #search_facets h4 button:focus{
  outline: none;
}
#block-facetsblock #search_facets button:after,
#block-facetsblock-2 #search_facets button:after{
  content: url(../../acer/img/ic_expand_less.png);
  height: 24px;
  width: 24px;
  padding-left: 8px;
  align-items: center;
}
#block-facetsblock #search_facets button.collapsed:after,
#block-facetsblock-2 #search_facets button.collapsed:after{
  content: url(../../acer/img/ic_expand_more.png);
}
#block-facetsblock #search_facets .facets_filters .multi-collapse,
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse{
  border-top: 1px solid black;
  background-color: #E8E8E8;
}
#block-facetsblock #search_facets .facets_filters .multi-collapse ul,
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse ul{
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 0;
  list-style: none;
}
#block-facetsblock #search_facets .facets_filters .multi-collapse ul li,
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse ul li{
  border: 1px solid #004FEE;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-left: 16px;
  margin-bottom: 32px;
}
#block-facetsblock #search_facets .facets_filters .multi-collapse ul li.facets-reset,
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse ul li.facets-reset{
  order: 99;
  border: none;
  flex-basis: 100%;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
}

#block-facetsblock #search_facets .facets_filters .multi-collapse ul li a,
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse ul li a {
  color: #004FEE;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

#block-facetsblock #search_facets .facets_filters .multi-collapse ul li a:hover,
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse ul li a:hover {
  text-decoration: underline;
}

#block-facetsblock #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker,
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker{
  width: 50%;
}
#block-facetsblock #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker,
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker{
  padding-left: 16px;
}
#block-facetsblock #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker li,
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker li{
  border: none;
  margin: 0;
  padding: 0;
  flex: 1 1 0px;
}
#block-facetsblock #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker li:first-child,
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker li:first-child{
  margin-right: 64px;
}

#block-facetsblock #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker li input,
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker li input{
  height: 56px;
  width: 100%;
  color: #000000;
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 16px 0 16px 8px;
  text-transform: uppercase;
}
#block-facetsblock #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker li:nth-child(3),
#block-facetsblock #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker li:nth-child(4),
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker li:nth-child(3),
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker li:nth-child(4){
  flex-basis: 100%;
  margin-top: 32px;
}
#block-facetsblock #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker .facet-datepicker-submit,
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker .facet-datepicker-submit{
  height: 64px;
  width: 240px;
  background-color: #004FEE;
  border: none;
  border-radius: 0;
  text-align: left;
  padding: 20px 24px;
  background-image: url(/themes/custom/acer/img/ic_arrow_forward_white.png);
  background-repeat: no-repeat;
  background-position: right 24px center;
  color: white;
}
#block-facetsblock #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker .facet-datepicker-submit:after,
#block-facetsblock-2 #search_facets .facets_filters .multi-collapse .facets-widget-range_datepicker ul.item-list__range_datepicker .facet-datepicker-submit:after {
  content: none;
}
.view-public-consultations-search nav{
  width: 100%;
  margin-right: 5%;
  margin-left: 5%;
}

/*Publications home*/
.paragraph--type--latest-publications .documents_page{
  padding: 0;
}
.paragraph--type--latest-publications .documents_page .documents{
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.paragraph--type--latest-publications .documents_page .documents .document{
  margin-bottom: 36px;
}

/*PUBLIC CONSULTATIONS*/
.public_consultations_header{
  margin-right: 5%;
  margin-left: 5%;
  padding-bottom: 64px;
}
.public_consultations_header .cover-main-news{
  margin-right: 0;
  margin-left: 0;
}
.public_consultations_header .searchPublicConstultationsLink{
  padding: 20px 24px;
  background-color: #004fee;
  border: 1px solid #004fee;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 64px;
  margin-left: 15px;
  width: 240px;
}
.public_consultations_header .searchPublicConstultationsLink i{
  float: right;
  vertical-align: middle;
}
.public_consultations_headers .searchPublicConstultationsLink:hover{
  color: #fff;
  text-decoration: underline;
}
.public_consultations_header .public-consultations-tabs{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.public_consultations_header .public-consultations-tabs li{
  padding: 10px;
}
.public_consultations_header .public-consultations-tabs li.active {
  background-color: #004FEE;
}
.public_consultations_header .public-consultations-tabs li .link-item {
  color: #004FEE;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}
.public_consultations_header .public-consultations-tabs li a{
  background: none !important;
  border: none !important;
  color: #004FEE;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 4px;
  padding-right: 0px;
}
.public_consultations_header .public-consultations-tabs li.active a{
  color: white !important;
}
.public_consultations_header .public-consultations-tabs li:hover {
  background-color: #004FEE;
}
.public_consultations_header .public-consultations-tabs li:hover a {
  color: #FFF;
  text-decoration: none;
}

#block-exposedformpublic-consultationsconsultation-calendar-view #views-exposed-form-public-consultations-consultation-calendar-view {
  padding-top: 32px;

  & .form-item-field-date-pub-consul-value {
    margin-right: 3px;
  }

  & .form-select {
    height: 64px;
    width: 100%;
    font-family: Inter;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 16px 0 16px 8px;
    text-transform: uppercase;
    background-color: var(--primary-blue);
    color: var(--white);
    outline: none;
    display: initial;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    border-radius: 0;
  }

  & .form-submit {
    height: 64px;
    width: 240px;
    background-color: var(--primary-blue);
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 20px 24px;
    background-image: url(/themes/custom/acer/img/ic_arrow_forward_white.png);
    background-repeat: no-repeat;
    background-position: right 24px center;
    color: var(--white);
  }
}

@media screen and (max-width: 575px) {
  #block-exposedformpublic-consultationsconsultation-calendar-view #views-exposed-form-public-consultations-consultation-calendar-view {
    & .d-flex {
      flex-direction: column;
    }

    & .form-actions {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
  }
}

#block-publicconsultationheader{
  padding: 0;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 64px;
  padding-bottom: 64x;
  width: auto;
}
#block-publicconsultationheader h2{
  margin-bottom: 32px;
  color: #000000;
  font-family: Inter;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
}
#block-publicconsultationheader .row img{
  width: 100%
}
.open_consultations .consultations .consultation .image_container,
.close_consultations .consultations .consultation .image_container,
.upcoming_consultations .consultations .consultation .image_container{
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 72px;
}
.open_consultations .consultations .consultation .image_container img,
.close_consultations .consultations .consultation .image_container img,
.upcoming_consultations .consultations .consultation .image_container img{
  width:100%;
  height:auto;
}
.open_consultations .consultations .consultation .image_container .positioning img.image,
.close_consultations .consultations .consultation .image_container .positioning img.image,
.upcoming_consultations .consultations .consultation .image_container .positioning img.image{
  padding: 20px;
}
.open_consultations .consultations .consultation .image_container .positioning,
.close_consultations .consultations .consultation .image_container .positioning,
.upcoming_consultations .consultations .consultation .image_container .positioning{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: blue;
  color: white;
  padding: 4px;
  font-size: 17px;
  line-height: 18px;
}
.open_consultations .consultations .consultation .title,
.close_consultations .consultations .consultation .title,
.upcoming_consultations .consultations .consultation .title{
  color: #000000 !important;
  font-family: Inter;
  font-size: 20px !important;
  letter-spacing: -1px;
  line-height: 28px;
  padding-top: 16px;
  margin-bottom: 32px;
  font-weight: normal !important;
}
.open_consultations .consultations .consultation .title,
.close_consultations .consultations .consultation .title,
.upcoming_consultations .consultations .consultation .title a{
  color: #000000 !important;
  font-family: Inter;
  font-size: 20px !important;
  letter-spacing: -1px;
  line-height: 28px;
  padding-top: 16px;
  margin-bottom: 32px;
  font-weight: normal !important;
}

:is(.open_consultations, .close_consultations, .upcoming_consultations) .consultations .consultation .title a:hover {
  text-decoration: underline;
}

.open_consultations .consultations .consultation .feedback,
.close_consultations .consultations .consultation .feedback,
.upcoming_consultations .consultations .consultation .feedback{
  margin-right: 0;
  margin-left: 0;
  height: auto;
  min-height: 56px;
  height: auto;
  display: flex;
  align-items: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: auto;
}
.open_consultations .consultations .consultation .feedback .document-link,
.close_consultations .consultations .consultation .feedback .document-link,
.upcoming_consultations .consultations .consultation .feedback .document-link{
  width: 100%;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  padding-top: 16px;
  padding-bottom: 15px;
}
.open_consultations .consultations .consultation .feedback .document-link a,
.close_consultations .consultations .consultation .feedback .document-link a,
.upcoming_consultations .consultations .consultation .feedback .document-link a{
  color: #004FEE;
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
.open_consultations,
.close_consultations,
.upcoming_consultations,
.notifications_subscribe,
.latest_news{
  width: 100%;
  margin-right: 5%;
  margin-left: 5%;
  /*padding-top: 64px;*/
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .notifications_subscribe{
    max-width: calc(100% - 10%);
  }
}


.open_consultations,
.close_consultations,
.upcoming_consultations{
  padding-bottom: 32px;
}
.open_consultations h3,
.close_consultations h3,
.upcoming_consultations h3{
  color: #000000;
  font-family: Inter;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
  margin-bottom: 32px;
  padding-top: 64px;
  border-top: 1px solid black;
}
.public_consultations_page.calendar .open_consultations h3{
  border-top: none;
  padding-top: 0;
}
.open_consultations .consultations,
.close_consultations .consultations,
.upcoming_consultations .consultations{
  display: flex;
  flex-wrap: wrap;
}
.open_consultations .consultations .consultation,
.close_consultations .consultations .consultation,
.upcoming_consultations .consultations .consultation{
/*  margin-bottom: 64px;*/
  display: flex;
  flex-direction: column;
  height: 100%;
}
.open_consultations .consultations .consultation .views-row.col-xl-4.col-lg-6.col-md-6.col-xs-12,
.close_consultations .consultations .consultation .views-row.col-xl-4.col-lg-6.col-md-6.col-xs-12,
.upcoming_consultations .consultations .consultation .views-row.col-xl-4.col-lg-6.col-md-6.col-xs-12{
    margin-bottom: 64px;
}
.open_consultations .consultations img,
.close_consultations .consultations img,
.upcoming_consultations .consultations img{
  width: 100%;
}
.node--type-public-consultation .public-consultation-node .public_consultations_details{
  display: flex;
  flex-wrap: wrap;
  margin-right: 64px;
}
.node--type-public-consultation .public-consultation-node .public_consultations_details div{
  padding: 0;
}
.node--type-public-consultation .public-consultation-node .public_consultations_details div.bottom_underline{
  border-bottom: 1px solid black;
}
.node--type-public-consultation .public-consultation-node .public_consultations_details div .label{
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  padding-top: 16px;
  padding-bottom: 8px;
}
.node--type-public-consultation .public-consultation-node .public_consultations_details div .content{
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 28px;
  padding-bottom: 16px;
  word-wrap: break-word;
}

.node--type-public-consultation .public-consultation-node .event-block{
  border-top: 1px solid black;
  padding-top: 64px;
  padding-bottom: 64px;
}
.node--type-public-consultation .public-consultation-node .event-block .event-field{
  margin: 0;
}
.node--type-public-consultation .public-consultation-node .event-block .event-body-description{
  padding-left: 0;
}
.node--type-public-consultation .evaluation-of-responses-description .event-body-description:last-child {
  padding-left: 15px;
}
.node--type-public-consultation .event-block .evaluation-of-responses-description.col-12.row{
  margin-left: 0px;
}
.node--type-public-consultation .evaluation-of-responses-description.col-12.row {
  padding: 0px;
}

.node--type-public-consultation .public-consultation-node .event-block .event-body-description h2{
  margin-bottom: 0;
}
.node--type-public-consultation .public-consultation-node .event-block .event-body-content{
  padding-right: 0;
}
.node--type-public-consultation .public-consultation-node .event-block .field__item ul li{
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.node--type-public-consultation .public-consultation-node .event-block .field__item ul li a{
  color: #004FEE;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}
.node--type-public-consultation .public-consultation-node .event-body-content .contact_name,
.node--type-public-consultation .public-consultation-node .event-body-content .contact_email{
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 28px;
  word-wrap: break-word;
}
.node--type-public-consultation .public-consultation-node .event-body-content .contact_email a{
  color: #004FEE;
}
.notifications_subscribe .notifications_subscribe_form{
  border-top: 1px solid black;
  padding-top: 17px;
}
.notifications_subscribe h3{
  color: #000000;
  font-family: Inter;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
  margin-bottom: 32px;
  padding-top: 32px;
}
.notifications_subscribe .notifications_subscribe_left,
.notifications_subscribe .notifications_subscribe_right{
  padding-left: 0;
  padding-right: 0;
  padding-top: 17px;
  border-top: 1px solid black;
}
.notifications_subscribe .notifications_subscribe_right{
  padding-top: 64px;
}
.notifications_subscribe .notifications_subscribe_left .fieldset-legend{
  color: #000000;
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}

.notifications_subscribe .notifications_subscribe_right form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.notifications_subscribe .notifications_subscribe_right form .webform-required{
  display: none
}
.notifications_subscribe .notifications_subscribe_right form fieldset.js-form-type-textfield{
  width: 50%;
}
.notifications_subscribe .notifications_subscribe_right form #edit-confirm-e-mail--wrapper{
  width: 100%;
}
.notifications_subscribe .notifications_subscribe_right form #edit-confirm-e-mail--wrapper .fieldset-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.notifications_subscribe .notifications_subscribe_right form #edit-confirm-e-mail--wrapper .fieldset-wrapper fieldset{
  width: 50%;
}
.notifications_subscribe .notifications_subscribe_right form fieldset.js-form-type-textfield input,
.notifications_subscribe .notifications_subscribe_right form #edit-confirm-e-mail--wrapper .fieldset-wrapper fieldset input{
  box-sizing: border-box;
  height: 56px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  border-radius: unset;
}
.notifications_subscribe .notifications_subscribe_right form fieldset.js-form-item-first-name{
  padding-right: 32px;
}
.notifications_subscribe .notifications_subscribe_right form fieldset.js-form-item-last-name{
  padding-left: 32px;
}
.notifications_subscribe .notifications_subscribe_right form #edit-confirm-e-mail--wrapper .js-form-item-confirm-e-mail-mail-1{
  padding-right: 32px;
}
.notifications_subscribe .notifications_subscribe_right form #edit-confirm-e-mail--wrapper .js-form-item-confirm-e-mail-mail-2{
  padding-left: 32px;
}
.notifications_subscribe .notifications_subscribe_right form input.webform-button--submit{
  padding: 20px 24px;
  background-color: #004fee;
  border: 1px solid #004fee;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 64px;
  width: 240px;
  height: 64px;
  text-align: left;
  background-image: url('../../acer/img/ic_arrow_forward_white.png');
  background-repeat: no-repeat;
  background-position: center right 24px;
}
.latest_news{
  margin-bottom: 160px;
}
.latest_news .col-12{
  padding-left: 0;
  padding-right: 0;
  padding-top: 17px;
  /*border-top: 1px solid black;*/
}
.latest_news .fieldset-legend{
  color: #000000;
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 32px;
}
.latest_news .block-views-blockrelated-news-related-news-block .view-content {
  margin-right: 0;
  margin-left: 0;
}
.public_consultations_page .documents-group .documents-group-document .document-link{
/*  width: 60%;*/
  width: auto;
}
.public_consultations_page .documents-group .documents-group-document .closes_date,
.public_consultation_search .documents-group .documents-group-document .closes_date{
  max-width: 20%;
  width: auto;
  padding: 0 1rem;
  min-width: 210px;
  text-align: center;
  font-weight: bold;
}
.public_consultations_page .documents-group .documents-group-document .icon span,
.public_consultation_search .documents-group .documents-group-document .icon span{
  color: #004fee;
  font-weight: 900;
}
.public_consultation_search{
  margin-top: 64px;
}
.public_consultation_search .documents-group .documents-group-document .document-link{
  width: auto;
}
.public_consultation_search .documents-group .documents-group-document .status{
  width: 25%;
  font-weight: bold;
}
.public_consultation_search .documents-group .documents-group-document .closes_date{
  width: 25%;
}
.view-display-id-consultation_calendar_view{
  margin-right: 5%;
  margin-left: 5%;
  border-top: 1px solid black;
}
.view-display-id-consultation_calendar_view .open_consultations,
.view-display-id-consultation_calendar_view .close_consultations,
.view-display-id-consultation_calendar_view .upcoming_consultations{
  margin-right: 0;
  margin-left: 0;
}
.view-display-id-open_consultations_block .view-empty{
  padding: 64px 0px;
  border-top: 1px solid black;
  margin-right: 5%;
  margin-left: 5%;
}
.view-display-id-consultation_calendar_view .view-empty{
  padding: 64px 0px;
  border: none;
  margin-right: 0;
  margin-left: 0;
}
.view-id-public_consultations .view-empty .events{
  margin: 0;
}
.view-id-public_consultations .view-empty .events h3{
  color: var(--black);
  font-family: Inter;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
  text-align: left;
}
.view-id-public_consultations .view-empty .events div{
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.view-id-public_consultations .view-empty .events div p{
  color:var(--black);
}

.view-id-public_consultations .view-empty .events div .blue a{
  color:var(--primary-blue);
}

.view-id-public_consultations .view-empty .events div .blue a:hover {
  text-decoration: underline;
}

.view-empty .events div .blue a:hover {
  text-decoration: underline;
}

.public_consultation_see_also{
  margin: 0;
  padding: 20px 0;
}

/* MEDIA */
.videos,
.podcasts,
.charts,
.tweets{
  width: 100%;
  margin-right: 5%;
  margin-left: 5%;
  /*padding-top: 64px;*/
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 32px;
  max-width: calc(100% - 10%);
}
.videos h3,
.podcasts h3 ,
.charts h3,
.tweets h3{
  color: #000000;
  font-family: Inter;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
  margin-bottom: 32px;
  padding-top: 64px;
  border-top: 1px solid black;
}
.videos .video video{
  width: 100%;
}
.charts .row{
  row-gap: 20px;
}
.charts .department,
.chart_page .chart_header .department {
  color: #000000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  height: 24px;
}
.charts .department img,
.chart_page .chart_header .department img{
  margin-right: 10px;
}
.charts .chart_title{
  font-family: Inter;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
  margin-bottom: 32px;
}
.charts .chart_content iframe,
.charts .chart_image img{
  width: 100%;
  height: 600px;
}
.node--type-chart .charts .chart_content iframe{
  height: 1000px;
}
.node--type-chart .charts .chart_image img{
  height: 100%;
}
.charts .chart_content .chart_description{
  margin-bottom: 64px;
}
.charts .chart_image img{
  object-fit: cover;
  /*object-fit: contain;*/
}
.charts .view_all{
  margin-top: 64px;
}
.charts .view_all a{
  color: #004FEE;
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.allcharts_page,
.chart_page{
  width: 100%;
}
.allcharts_page .allcharts_header{
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 64px;
}
.chart_page .chart_header{
  margin-bottom: 64px;
}
.allcharts_page .allcharts_header .cover-main-news,
.chart_page .chart_header .cover-main-news{
  border-bottom: 1px solid black;
}
.chart_page .chart_header .chart_description{
  width: 70%;
  color: #000000;
  font-family: Inter;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
}
.allcharts_page .media_block .view-content,
.chart_page .media_block .view-content{
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.media_all{
  margin-right: 5%;
  margin-left: 5%;
  padding-bottom: 32px;
}
.media_all a{
  color: #004FEE;
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
.media_all a:hover{
  color: #004FEE;
}
.chart_page .media_block .charts .views-row{
  padding: 0;
}
.chart_page .media_block .charts .chart_title{
  margin-bottom: 0;
}
.view-multimedia-view nav{
  margin-right: 5%;
  margin-left: 5%;
}

.tweets .tweet{
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  padding: 24px;
  cursor: pointer;
}
.tweets .tweet:hover {
  background-color: #f5f8fa;
}
.tweets .tweet .image_profile_twitter{
  width: 50px;
}
.tweets .tweet:after, .tweets .tweet-cf:before {
  content: " ";
  display: table;
}
.tweets .tweet:after {
  clear: both;
}
.timeline-Tweet-brand {
  font-size: 15.4px;
  float: right!important;
}
.timeline-Tweet-brand .Icon--twitter {
  display: inline-block;
  height: 1.25em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  width: 1.25em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}
.tweet:hover .timeline-Tweet-brand .Icon--twitter {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2355acee%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}
.timeline-Tweet-author {
  position: relative;
  margin-bottom: 2px;
  padding-left: 40px;
  margin-top: 1px;
}
.TweetAuthor-avatar {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 8px;
}
.image_profile_twitter {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.TweetAuthor {
  max-width: 100%;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  white-space: nowrap!important;
  word-wrap: normal!important;
}
.TweetAuthor-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.TweetAuthor-link:hover {
  color: #3b94d9;
  text-decoration: none;
  outline: 0;
}
.TweetAuthor-decoratedName {
  /* display: table; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.TweetAuthor-screenName {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  padding-right: 4px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #657786;
}
.TweetAuthor-name {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 4px;
}
.timeline-Tweet-text {
  margin-left: 40px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  word-wrap: break-word;
  text-align: left;
  direction: ltr;
  margin-top: 6px;
  margin-left: 0;
}
.timeline-Tweet-text img{
  width: 15px;
}
.timeline-Tweet-text a {
  color: #2b7bb9;
  text-decoration: none;
}
.timeline-Tweet-text a:hover{
  color: #3b94d9;
  text-decoration: none;
}
.timeline-Tweet-media {
  margin-bottom: 12px;
  margin-left: 40px;
  font-size: 12px;
  margin-left: 0;
}
.timeline-Tweet-media img,
.timeline-Tweet-media video{
  width: 100%;
}
.timeline-Tweet-metadata {
  float: right;
  margin-top: 2px;
}
.timeline-Tweet-timestamp {
  font-size: 12px;
  line-height: 18px;
  color: #657786;
}
.timeline-Tweet-timestamp:hover{
  text-decoration: none;
}
.timeline-Tweet-actions {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
.timeline-Tweet-action {
  display: inline-block;
  font-size: 17px;
}
.Icon--heart {
  width: 16.75px;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23657786%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E);
  display: inline-block;
  height: 21.25px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
}
.TweetAction--heart:hover .Icon {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e81c4f%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E)!important;
}


/*END MEDIA*/



/*ACER_SPEAKING*/
.acer_speaking{
  border-top: 1px solid black;
  margin-bottom: 70px;
}
.acer_speaking.title_hidden{
  border-top: none;
}
.acer_speaking h2{
  font-size: 14.4px;
  font-family: 'Inter', 'arial', sans-serif;
  /*padding-left: 15px;
  padding-right: 15px;*/
  margin-bottom: 16px;
  margin-top: 10px;
}
.acer_speaking.title_hidden h2{
  display: none;
}
.acer_speaking .webform-section-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.acer_speaking .webform-section-wrapper div[class^="col-"]{
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.acer_speaking .webform-section-wrapper div[class^="col-"] .webform-flex--container{
  margin-left: 0;
  margin-right: 0;
}
.acer_speaking .webform-section-wrapper .left_column .webform-flex--container{
  padding-right: 30px;
}
.acer_speaking .webform-section-wrapper .right_column .webform-flex--container{
  padding-left: 30px;
}
.acer_speaking .webform-section-wrapper div[class^="col-"] .webform-flex--container fieldset{
  padding-left: 0;
  padding-right: 0;
}
.acer_speaking .webform-section-wrapper div[class^="col-"] .webform-flex--container fieldset label{
  font-size: 15px;
  margin-bottom: 8px;
  width: 100%;
}
.acer_speaking .webform-section-wrapper div[class^="col-"] .webform-flex--container fieldset input{
  height: 50px;
  border-radius: 0;
  border: 1px solid #000;
  background-color: #fff;
  padding: 9px 12px;
}
.acer_speaking .webform-section-wrapper div[class^="col-"] .webform-flex--container fieldset input:hover {
  background-color: #e8e8e8;
  border: 1px solid #004FEE;
}
.acer_speaking .webform-section-wrapper div[class^="col-"] .webform-flex--container fieldset select{
  height: 50px;
  border-radius: 0;
  border: 1px solid #000;
}
.acer_speaking_submit input.webform-button--submit{
  background-color: #004fee;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  border: none;
  box-sizing: border-box;
  padding: 0 20px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  text-align: left;
  width: 222px;
  background-image: url('../../acer/img/ic_arrow_forward_white.png');
  background-repeat: no-repeat;
  background-position: right 15px center;
}

/* I HAVE READ THE PRIVACY STATEMENT LINK*/
#edit-i-have-read-the-privacy-statement--description span{
  color: black;
}
#edit-i-have-read-the-privacy-statement--description span a{
  color: #004fee;
}

/* RESPONSIVE */

@media (max-width: 1024px) {

  .node--type-book fieldset.js-form-type-textfield, .path-remit-knowledge-base fieldset.js-form-type-textfield, .page-view-book-search fieldset.js-form-type-textfield {
    width: 60%!important;
  }

  .path-remit-knowledge-base #edit-actions, .node--type-book #edit-actions, .page-view-book-search #edit-actions--2 {
    width: 20%;
  }

}

@media (max-width: 768px) {
  .node--type-book fieldset.js-form-type-textfield, .path-remit-knowledge-base fieldset.js-form-type-textfield, .page-view-book-search fieldset.js-form-type-textfield {
    width: 100%!important;
    margin: 0 0 20px 0;
  }
  .path-remit-knowledge-base #edit-actions, .node--type-book #edit-actions, .page-view-book-search #edit-actions--2 {
    width: 30%;
  }
}

@media (max-width: 480px) {

  .node--type-book main#content,
  .path-remit-knowledge-base main#content,
  .page-view-book-search main#content {
    padding: 0 15px;
  }

  /* buscador  */

  .node--type-book fieldset.js-form-type-textfield, .path-remit-knowledge-base fieldset.js-form-type-textfield, .page-view-book-search fieldset.js-form-type-textfield {
    width: 100%!important;
    margin: 0 0 20px 0;
  }

  .knowledge-base-book .right-remit-column {
    border-left: none;
    padding-left: 0;
    margin: 70px 0;
    padding: 0 15px;
  }

  .remit-navigation ul li {
    position: relative;
  }

  .remit-navigation ul li:last-child {
    text-align: left;
    margin-right: 10px;
  }

  .path-remit-knowledge-base #edit-actions, .node--type-book #edit-actions, .page-view-book-search #edit-actions--2 {
    width: 50%;
  }

  .right-remit-column {
    padding: 0;
  }

  .node--type-book section.section, .page-view-book-search h2 {
    margin: 0;
  }

  .node--type-book .row.row-offcanvas.row-offcanvas-left.clearfix {
    margin-top: 0;
  }

  div#block-booknavigation ul {
    overflow-y: scroll;
    height: 250px;
  }

}

@media (max-width: 732px) and (max-height: 480px) {

  .node--type-book main#content,
  .path-remit-knowledge-base main#content,
  .page-view-book-search main#content {
    padding: 0 15px;
  }

  /* buscador  */

  .node--type-book fieldset.js-form-type-textfield, .path-remit-knowledge-base fieldset.js-form-type-textfield, .page-view-book-search fieldset.js-form-type-textfield {
    width: 100%!important;
    margin: 0 0 20px 0;
  }

  .knowledge-base-book .right-remit-column {
    border-left: none;
    padding-left: 0;
    margin: 70px 0;
    padding: 0 15px;
  }

  .remit-navigation ul li {
    position: relative;
  }

  .remit-navigation ul li:last-child {
    text-align: left;
    margin-right: 10px;
  }

  .path-remit-knowledge-base #edit-actions, .node--type-book #edit-actions, .page-view-book-search #edit-actions--2 {
    width: 50%;
  }

  .right-remit-column {
    padding: 0;
  }

  .node--type-book section.section, .page-view-book-search h2 {
    margin: 0;
  }

  .node--type-book .row.row-offcanvas.row-offcanvas-left.clearfix {
    margin-top: 0;
  }

}


/*===========================================*/
/*====== animations for home page ============*/

.node--type-home-page-layout .paragraph--type--quick-access-block,
.node--type-home-page-layout .paragraph--type--upcoming-events,
.node--type-home-page-layout .paragraph--type--latest-publications,
.node--type-home-page-layout .paragraph--type--join-us-block,
.node--type-home-page-layout .paragraph--type--energy-data-block{
  /*hides the boder top*/
  border-top:0;
}

.node--type-home-page-layout .paragraph--type--quick-access-block.animated-line:before,
.node--type-home-page-layout .paragraph--type--upcoming-events.animated-line:before,
.node--type-home-page-layout .paragraph--type--latest-publications.animated-line:before,
.node--type-home-page-layout .paragraph--type--join-us-block.animated-line:before,
.node--type-home-page-layout .paragraph--type--energy-data-block.animated-line:before{
  /*Substitutes the line in the border top so it can be animated*/
  background-color: #333;
  will-change: transform;
  height: 1px;
  width: 100%;
  content: '';
  display: block;
  position:relative;
  top:-16px;
  margin: auto;
  animation-name: animation-line;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: 1;
  -o-animation-timing-function: ease-out;
  -o-animation-fill-mode: forwards;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}

.node--type-home-page-layout .animated-intro-img{
  z-index: 5;
}

.node--type-home-page-layout .icon .animated-intro-img {
  z-index: 0;
}

.node--type-home-page-layout .field__item,
.node--type-home-page-layout .paragraph--type--join-us-block div .row div,
.node--type-home-page-layout .energy-img{
  /*This quits the overflow for the :hover animation*/
  overflow: hidden;
}

.node--type-home-page-layout .field__item img,
.node--type-home-page-layout .energy-img img{
  /*image hover animation first step*/
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.node--type-home-page-layout .field__item .views-row:hover img,
.node--type-home-page-layout .field__item #joinus .row:hover img,
.node--type-home-page-layout .energy-img img:hover{
  /*image hover animation second step*/
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.node--type-home-page-layout .energy-img .btn-primary{
  /*This puts the button over the map img at home page*/
  z-index: 10;
}

.node--type-home-page-layout .field__item .views-row:hover .page-title-principal-new{
  /*image hover animation, text*/
  text-decoration: underline;
}

.node--type-home-page-layout .field__item .icono img{
  animation: none;
}

@keyframes animation-line {
  /*used at home separators when scrolling down*/
  0% { transform:  scale(0, 1);
    background-color: rgba(51, 51, 51, 0);
  };
100% { transform:  scale(1, 1);
  background-color: rgba(51, 51, 51, 1);
};
}

/*====== end of animations for home page ============*/
/*===================================================*/


/* ===== remit ====== */

.node--type-book .block-views-exposed-filter-blockbook-search-page-1 #views-exposed-form-book-search-page-1 .form-item-search-api-fulltext,
.path-remit-knowledge-base #views-exposed-form-book-search-page-1 .form-item-search-api-fulltext,
.path-book-search #views-exposed-form-book-search-page-1 .form-item-search-api-fulltext {
  display: flex;
  margin-right: 10px;
}

.knowledge-base-book .left-remit-column {
  /* padding-right: 15px; */
  border-right: 1px solid var(--black);

  & a:hover {
    text-decoration: underline;
  }
}

.knowledge-base-book .left-remit-column ul li .views_tree_link a {
  position: absolute;
  right: 0px;
  width: 18px;
}
.knowledge-base-book .left-remit-column .view-content > ul > li {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  /* width: 87%; */
  width: 100%;
  /* padding-right: 22px; */

  & a {
    padding-right: 24px;
  }
}

.knowledge-base-book .left-remit-column .view-content > ul > li ul li {
  padding-right: 22px;

  & ul li .views_tree_link a {
    margin-right: 0;
  }
}

.knowledge-base-book .left-remit-column .view-content ul ul {
  /* margin-bottom: 1rem; */
  width: 100%;
}

.knowledge-base-book .left-remit-column .view-content > ul > li::after,
.knowledge-base-book .left-remit-column .view-content > ul > a::after {
  border-bottom: 1px solid #381818;
  width: 100%;
  content: '';
  position: absolute;
  left: 0rem;
  transform: translateY(38px);
}

.knowledge-base-book .left-remit-column ul li {
  margin-bottom: 0.5rem;
}

.knowledge-base-book .left-remit-column ul a::after,
.knowledge-base-book .left-remit-column ul li::after {
  border-bottom: 1px solid #381818;
}

.knowledge-base-book .left-remit-column ul .item-list .item-list {
  margin-left: 1rem;
}

.knowledge-base-book .left-remit-column ul li .selected-book.selected-book-page{
  color:  #0056b3 !important;
  text-decoration: none;
}

.knowledge-base-book .left-remit-column .views_tree_parent a + ul {
  margin: 1rem 0;
}

.knowledge-base-book .left-remit-column .views_tree_link_collapsed a {
  background: #ffffff url(../img/chevron-right.png) no-repeat right center;
  background-size: 7px 15px;
  margin-right: 5px;
  background-color: unset;
}
.knowledge-base-book .left-remit-column .views_tree_link_expanded a {
  background: #ffffff url(../img/chevron-down.png) no-repeat center right;
  background-size: 15px 7px;
  margin-right: 5px;
  background-color: unset;
}

.knowledge-base-book .left-remit-column .view-book-navigation .view-content {
  margin-left: 0;
}

.knowledge-base-book .right-remit-column {
  /* border-left: 1px solid #000; */
  padding-left: 65px;
  /* margin-bottom: 70px; */
}

.knowledge-base-book .right-remit-column .node__title {
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.knowledge-base-book .right-remit-column .rss-date .date{
  padding-left: 0px;
}
.knowledge-base-book .right-remit-column .remit-navigation .navigation .remit-nav-0,
.knowledge-base-book .right-remit-column .remit-navigation .navigation .remit-nav-1,
.knowledge-base-book .right-remit-column li.remit-nav-0{
  /*a Style is written in html so I need to overwrite it with an important*/
  width: 50% !important;
}

.view.view-book-navigation.view-id-book_navigation ul {
  position: relative;
  list-style: none;
  padding-right: 0;
  margin-bottom: 0;
}

.path-remit-knowledge-base .main-content{
  margin-left: 5%;
  margin-right: 5%;
}

.path-remit-knowledge-base .view-remit-homepage .views-field-title,
.path-remit-knowledge-base .view-remit-homepage .views-field-title span a{
  color: #000000;
  font-size: 48px;
  letter-spacing: -2.4px;
  line-height: 56px;
  padding-bottom: 0.75em;
  font-weight: normal;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.path-remit-knowledge-base .view-display-id-block_3 .view-content {
  display: block;
  margin-bottom: 1rem;
}

.path-remit-knowledge-base .view-display-id-block_4 .view-content{
  padding-top: 70px;
  margin-bottom: 200px;
}

.path-remit-knowledge-base .view-display-id-block_2 .view-content .views-row,
.path-remit-knowledge-base .view-display-id-block_3 .view-content .views-row,
.path-remit-knowledge-base .view-display-id-block_4 .view-content .views-row{
  display: flex;
  justify-content: space-between;
}

.path-remit-knowledge-base .view-display-id-block_2 .view-content .views-row .views-field-slblock-title,
.path-remit-knowledge-base .view-display-id-block_3 .view-content .views-row .views-field-slblock-title,
.path-remit-knowledge-base .view-display-id-block_4 .view-content .views-row .views-field-slblock-title{
  margin-bottom: 0.5rem;
  width: 30%;
}

.path-remit-knowledge-base .view-display-id-block_2 .view-content .views-row .views-field-slblock-title .field-content,
.path-remit-knowledge-base .view-display-id-block_3 .view-content .views-row .views-field-slblock-title .field-content,
.path-remit-knowledge-base .view-display-id-block_4 .view-content .views-row .views-field-slblock-title .field-content{
  color: #000000;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: -1.6px;
  line-height: 40px;
}

.path-remit-knowledge-base .view-display-id-block_2 .view-content .views-row .views-field-field-description,
.path-remit-knowledge-base .view-display-id-block_3 .view-content .views-row .views-field-field-description,
.path-remit-knowledge-base .view-display-id-block_4 .view-content .views-row .views-field-field-description{
  width: 65%;
}

.path-remit-knowledge-base .view-remit-homepage.view-id-remit_homepage.view-display-id-block_2 .views-row{
  border-bottom: 1px solid #000;
  padding: 60px 0;
  margin-bottom: 0.75em;
  border-top: 1px solid #000;
}

.path-remit-knowledge-base .view-remit-homepage .views-field-nothing-1 .tablesaw-cell-content a{
  background: url(../../../contrib/bootstrap_barrio/images/feed.svg) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  width: 16px;
  direction: ltr;
  height: 16px;
}

.path-remit-knowledge-base .view-remit-homepage .file--package-x-generic {
  background: unset;
  padding: 0px;
}

.path-remit-knowledge-base .view-remit-homepage .file--application-pdf {
  background: unset;
  padding: 0px;
}

.path-remit-knowledge-base .view-remit-homepage .views-field-nothing-2 a{
  background: url(/themes/custom/acer/img/ic_attach.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  width: 64px;
  direction: ltr;
  height: 23px;
}

.path-remit-knowledge-base .view-remit-homepage .table-responsive.col {
  padding: 0px;
}

.path-remit-knowledge-base .view-remit-homepage .views-view-table thead tr th{
  background-color: #FFF;
  color: #000;
  border: 0px;
}
.path-remit-knowledge-base .view-remit-homepage .views-view-table tbody {
  font-weight: bold;

  & tr:nth-child(odd) td {
    background: #efefef;
  }

  & tr:nth-child(even){
    background-color: var(--white);
  }

  & td {
    padding: .75rem;
    vertical-align: top;
  }
}

.path-remit-knowledge-base .view-remit-homepage .views-view-table tbody

/* ==== end of remit === */
/* ====================== */
/*
#menu-principal-nuevo {
  width: 100%;
  display: inline-flex;
  justify-content: space-evenly;
  background-color: var(--azul);
}

nav.navbar .navbar-collapse ul li button, .accesible-menu .accesible-menu-link {
  color: white;
}
*/

/* ========================================== */
/* SITE ALERT MESSAGE */
/* ========================================== */

.site-alert  {
  width: calc(100% + 30px) !important;
  margin-left: -15px;
}

.site-alert > div {
  background-image: unset !important;
  padding: 15px;
}

.site-alert > div.severity-medium {
  background-color: #ffec0759 !important;
}

.site-alert-close {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 0px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ========================================== */
/* END SITE ALERT MESSAGE */
/* ========================================== */

/* ========================================== */
/* Internal Information Page */
/* ========================================== */

.internal-information-page .paragraph--type--subtitle-block {
  margin-left: 5%;
  margin-right: 5%;
}

.internal-information-page .full-text-block-class{
  margin-left: 5% !important;
  margin-right: 5% !important;
  margin: 0 0 1em;
}

.internal-information-page .field--type-image img, .field--name-field-user-picture img {
  margin: 0 0 1em;
  max-width: 100%;
  height: auto;
}

.internal-information-page video {
  max-width: 100%;
  height: auto;
}


.internal-information-page  .field--name-field-block-title-video.field--type-string,
.internal-information-page div#wrapper-form-block h2{
  color: #000000;
  font-size: 32px;
  letter-spacing: -1.6px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: normal;
}

.internal-information-page .js-form-item select {
  max-width: 100%;
}

.internal-information-page .linktofile-block .ordena.image-clip.bordes{
  padding: 10px !important;
}

.internal-information-page .field.field--name-column-two-content > .field__item,
.internal-information-page .paragraph--type--full-width-column-block > .field__item {
  margin-bottom: 1em;
}


/* ========================================== */
/* Internal Information Page */
/* ========================================== */

/* Hide Temporary (or not) Reciteme Icon */
ul#search-extra li:nth-child(2) {
  display: none;
}

/* =========== Buttons style corrections ================== */


/* =========== Enf of buttons style corrections ================== */

/* ========== BOA BOR AB Meetings Tables ============ */
  .field.field--name-fwcb-contents.field--type-entity-reference-revisions.field--label-hidden.field__items{
    margin-right: 5%;
    margin-left: 5%;
  }
  .row-migrated-contents table,
  .field--type-entity-reference-revisions .field--type-text-long table {
    border: 0;
    border-spacing: 0;
    font-size: 1em;
    margin: 10px 0;
    width:100%!important;
    table-layout: fixed;
    overflow-wrap: break-word;
  }
  .row-migrated-contents table td p,
  .field--type-entity-reference-revisions .field--type-text-long table td p{
    font-size: 1em;
    text-align: left;
  }

  .row-migrated-contents table td a,
  .field--type-entity-reference-revisions .field--type-text-long table td a{
    font-size: 1em;
  }

  .row-migrated-contents table td a:hover,
  .field--type-entity-reference-revisions .field--type-text-long table td a:hover{
    color: #007bff;
  }

  .row-migrated-contents table tr th,
  .field--type-entity-reference-revisions .field--type-text-long table tr th{
    background: #649bd4;
    font-size: 1rem;
  }

  .row-migrated-contents table tr th,
  .row-migrated-contents table tr th a,
  .row-migrated-contents table tr th a:hover,
  .row-migrated-contents table tr th a:focus,
  .field--type-entity-reference-revisions .field--type-text-long table tr th,
  .field--type-entity-reference-revisions .field--type-text-long table tr th a,
  .field--type-entity-reference-revisions .field--type-text-long table tr th a:hover,
  .field--type-entity-reference-revisions .field--type-text-long table tr th a:focus{
    color: #fff;
    font-weight: bold;
  }

  .row-migrated-contents table th,
  .field--type-entity-reference-revisions .field--type-text-long table th{
    font-size: 1em;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #649bd4;
    color: #fff;
  }

  .row-migrated-contents table th,
  .row-migrated-contents table td,
  .field--type-entity-reference-revisions .field--type-text-long table th,
  .field--type-entity-reference-revisions .field--type-text-long table td {
    padding: 0.625em;
    text-align: center;
  }

  .row-migrated-contents table td,
  .field--type-entity-reference-revisions .field--type-text-long table td{
    color: #000;
    background-color: #fff;
  }


  .row-migrated-contents table td a,
  .field--type-entity-reference-revisions .field--type-text-long table td a{
    font-weight: 400;
  }
  .row-migrated-contents table td a:hover,
  .field--type-entity-reference-revisions .field--type-text-long table td a:hover{
    font-weight: 400;
  }

/* ========== End of BOA BOR AB Meetings Tables ============ */

/* ========== registration form styles ============ */
form.webform-submission-form.webform-submission-add-form{
  margin-right: 5%;
  margin-left: 5%;
}

form.webform-submission-form.webform-submission-add-form .webform-required {
  margin-bottom: 3rem;
}

form.webform-submission-form.webform-submission-add-form h2 {
  margin-top: 3rem;
}

form.webform-submission-form.webform-submission-add-form input select{
  max-width: 100%;
}

form.webform-submission-form.webform-submission-add-form .form-check-input {
  position: initial;
}

form.webform-submission-form.webform-submission-add-form input#edit-i-have-read-the-privacy-statement,
form.webform-submission-form.webform-submission-add-form input.form-checkbox.form-check-input {
  position: absolute;
}

div#edit-i-have-read-the-privacy-statement--description{
  margin: 4rem 0px 2rem 0px;
}

form.webform-submission-form.webform-submission-add-form input.webform-button--submit,
.form-actions input#edit-actions-submit{
  background-color: #004fee;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  border: none;
  box-sizing: border-box;
  padding: 0 20px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  text-align: left;
  width: 222px;
  background-image: url(../../acer/img/ic_arrow_forward_white.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

form.webform-submission-form.webform-submission-add-form input.webform-button--submit:hover{
  text-decoration: underline;
}

form.webform-submission-form.webform-submission-add-form label {
  width: 100%;
  /* margin-top: 10px; */
}
form.webform-submission-form.webform-submission-add-form h4 {
  margin-top: 3rem;
}
form.webform-submission-public-consultation-subscribe-form input#edit-submit {
    margin-bottom: 0px;
}

.webform-type-radios .form-check {
  display: flex;
  margin-top: 10px;
}
.webform-type-radios .form-check input {
  margin-right: 10px;
}
.webform-type-radios .form-check label {
  margin-top: 0;
}

.legal_public {
    margin-bottom: 20px;
    font-size: small;
}

.legal_public a:hover {
    text-decoration: underline;
}

/* ========== End of registration form styles ============ */

/* ========== Other form styles ================= */

.js-form-item-i-agree-with-acer.form-item-i-agree-with-acer label.form-check-label{
  margin-top: 0px;
}

/* ========== End of other form styles ================= */

/* ========== document-links  ============ */

.link-border .bordes{
  border: none;
}

.link-border .bordes .field--type-link{
  border-left: 1px solid #000;
}


.link-border {
  border-bottom: 1px solid #000!important;
}

.link-border:first-child{
  border-top: 1px solid #000!important;
}

.links-border /*, .migrated-document-links-section-styling .list-group li .link*/ {
  padding-left: 20px;
}

.link-section .ordena.image-clip.bordes{
  padding-right: 0px!important;
  overflow: unset;
}

.styled-document-links-section .list-group .bordes {
  border-bottom: 0px;
}

.paragraph--type--docs-and-links-block .field--name-docandlinksb-link.link-tofield-link .list-group.c-enlaces li .wrapper-individual-link > .field--name-edata-link .link,
.paragraph--type--docs-and-links-block .field--name-docandlinksb-link.link-tofield-link .list-group.c-enlaces li .wrapper-individual-link > .field--name-edata-link .image-clip
{
  border-top: 0px;
}


.paragraph--type--docs-and-links-block .field--name-docandlinksb-link.link-tofield-link .list-group.c-enlaces li .wrapper-individual-link > .field--name-edata-link {
/*  border-top: 1px solid #000;*/
  border-radius: 0px;
}


.alternative-document-link-section .list-group.link-section:last-child .paragraph--type--full-links-block.paragraph--view-mode--default .content-acer-reference,
.docs-and-links-class.paragraph--type--docs-and-links-block.paragraph--view-mode--default .field--name-field-links-to-files.field--type-entity-reference-revisions.field__items .linktofile-block:last-child .content-acer-reference,
.paragraph .field--type-entity-reference-revisions.field__items .paragraph-link-to-file-default-styling:last-child,
.migrated-document-links-section-styling .list-group li:last-child,
.paragraph--type--docs-and-links-block .field--name-docandlinksb-link.link-tofield-link .list-group.c-enlaces li:last-child .wrapper-individual-link > .field--name-edata-link
 {
  /*border-bottom: 1px solid #000;
  border-radius: 0px;*/
}

.styled-document-links-section .link.bordes a{
  padding: 20px!important;
}

.link-to-file-wrapper li {
  border: 0px;
}

.node--type-generic-page-layout #two-columns-section .paragraph.linktofile-block-container.paragraph--type--link-to-file div[class^='col-']:first-child {
  padding-right: 0px;
}

.field.field--name-field-links-to-files.field--type-entity-reference-revisions.field--label-hidden.field__items {
  width: 100%;
}
.alternative-document-link-section .link-section li.list-group-item {
  padding-right: 0px;
  padding-left: 0px;
}
/* ========== End of document-links  ============ */
/* ========================================== */

/* tooltip */
/* ========================================== */
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: var(--azul);
    border-radius: 0.25rem;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: var(--azul);
}


/*** public events calendar **/
.fc-event-container .fc-title a {
    color: var(--white);
    font-weight: 500;
    padding: 5px 3px;
    display: inline-block;

    &:hover {
        text-decoration: underline;
    }
}

.fc-event-container .fc-title a:before {
    content: "| ";
}

/** PREVIOUS EDITIONS list **/
.previous-editions-list{
  list-style: none;
  padding: 0;
  text-align: center;
/*  text-align: left;
  margin-left: 40%;*/
}
.previous-editions-list li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.previous-editions-list li:before{
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.previous-editions-list li a{
  font-weight: 400;
}
  .field--type-entity-reference-revisions .field--type-text-long table td{
    vertical-align: top;
  }
  .field--type-entity-reference-revisions .field--type-text-long table td ul{
    list-style: none;
    padding: 0;
    text-align: center;
/*    text-align: left;
    margin-left: 40%;*/
  }

  .field--type-entity-reference-revisions .field--type-text-long table td ul li{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .field--type-entity-reference-revisions .field--type-text-long table td ul li:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    top: -3px;
    margin-right: 5px;
  }











.user-logged-in .btn-primary.paragraphs-icon-button-edit,
.user-logged-in .btn-primary.paragraphs-icon-button-collapse {
    /*color: #fff;*/
    background-color: var(--azul);
    border-color: var(--azul);
}
.user-logged-in .btn-primary.paragraphs-icon-button-edit:hover,
.user-logged-in .btn-primary.paragraphs-icon-button-collapse:hover {
  color: var(--azul);
  border: 1px solid var(--azul);
  background-color:#fff;
}
.user-logged-in .paragraphs-dropdown-actions .btn-primary.paragraphs-dropdown-action{
  background-color:#fff;
  font-weight: normal;
  color: #666;
}
.user-logged-in .paragraphs-dropdown-actions .btn-primary.paragraphs-dropdown-action:hover{
  background-color:#f2f2f2;
  border: 0;
}
.user-logged-in .table-responsive {
    display: block;
    width: 100%;
    overflow-x: visible;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color:#fff;
  outline:0;
  color: var(--azul);
  box-shadow: none;
}



/** issues border lists **/

.list-group-item.no-padding{
  padding: 0;
}


/** TYPE JOIN US **/
.paragraph--type--join-us-block .field--name-field-links-to-files-with-descri > .field__item .hover-links-child {
  border-top: 1px solid ;
}
.paragraph--type--join-us-block .field--name-field-links-to-files-with-descri > .field__item:last-child .hover-links-child {
  border-bottom: 1px solid ;
}
.paragraph--type--join-us-block .field--name-joinus-positions .list-group-item {
    border: 0;
    border-radius: 0;
    border-top: 1px solid ;
    padding: 0;
}
.paragraph--type--join-us-block .field--name-joinus-positions .list-group-item:last-child {
  border-bottom: 1px solid ;
}


/** TYPE DOCS AND LINKS **/
.paragraph--type--docs-and-links-block .field--name-field-full-links-to-files > .field__item .linktofile-block{
  border-top: 1px solid;
}

.paragraph--type--docs-and-links-block .field--name-field-full-links-to-files > .field__item .linktofile-block:not(:has(.content-acer-reference)) {
  border: 0;
}

.paragraph--type--docs-and-links-block .field--name-field-full-links-to-files > .field__item:last-child .linktofile-block:has(.content-acer-reference) {
  border-bottom: 1px solid ;
  border-radius: 0;
  padding: 0;
}
/*.paragraph--type--docs-and-links-block .link-section > .list-group-item:first-child  .field--name-field-full-links-to-files > .field__item .linktofile-block{
  border: 0;
}*/
.paragraph--type--docs-and-links-block .link-section > .list-group-item .texto-fuera ~ div{
  border-top: 1px solid;
}

/* .paragraph--type--docs-and-links-block .links-files > .field--name-field-links-to-files > .field__item{
  border-bottom: 1px solid ;
} */

.paragraph--type--docs-and-links-block .links-files div.txto-superior.texto-fuera,
.linktofile-block.link-section div.txto-superior.texto-fuera {
  padding-top: 10px;
}
.linktofile-block.link-section .up-link.texto-dentro {
  margin-bottom: 15px;
}
/* .linktofile-block.link-section .content-info-data-releases {
  padding-bottom: 10px;
} */

.link-tofield-link > ul.list-group > li.list-group-item .field--type-link a {
  line-height: 24px;
  /* margin-bottom: 10px; */
  font-size: 17px;
  font-weight: 700;
}

.link-tofield-link > ul.list-group > li.list-group-item .field--type-link a:hover {
  text-decoration: underline;
}

.link-tofield-link > ul.list-group > li.list-group-item .link.wrapper-individual-link .field--type-link.field--label-hidden a {
  margin-bottom: 0px;
}

.paragraph--type--docs-and-links-block .links-files > .field--name-field-links-to-files > .field__item .texto-fuera ~ div {
  border-top: 1px solid;
}

.paragraph--type--docs-and-links-block .list-group.c-enlaces .list-group-item{
  border-top: 1px solid;
}
.paragraph--type--docs-and-links-block .list-group.c-enlaces .list-group-item:last-child{
  border-bottom: 1px solid;
}

.paragraph--type--docs-and-links-block .field--name-field-links-to-files > .field__item .content-acer-reference {
  border-bottom: 1px solid var(--black);
}

.paragraph--type--docs-and-links-block .field--name-field-links-to-files > .field__item:first-child .content-acer-reference {
  border-top: 1px solid var(--black);
}



/** TYPE TWO COLUMNN CONTENT **/
.field--name-column-two-content > .field__item .paragraph--type--link-to-file {
  border-top: 1px solid ;
}
.field--name-column-two-content > .field__item:last-child .paragraph--type--link-to-file {
  border-bottom: 1px solid ;
}
.paragraph--type--two-columns-block .linktofile-block .paragraph--type--link-to-file .texto-fuera ~ div{
  border-top: 1px solid ;
}






/** TYPE GPL MIGRATED DOCS **/
.field--name-gplmigrated-docs .list-group-item{
  border-top: 1px solid ;
}
.field--name-gplmigrated-docs .list-group-item:last-child{
  border-bottom: 1px solid ;
}

/** TYPE DOCUMENT LINKS **/
.styled-document-link-section .link-section li{
  padding: 0;
  border-radius: 0;
  border-top: 1px solid ;
}
.styled-document-link-section .link-section li:last-child{
  border-bottom: 1px solid ;
}
/* .styled-document-link-section .ordena.image-clip a{
  padding: 20px 14px !important
} */

div.custom_button_list_section {
  clear: both;
  padding-top: 25px;
}

div.custom_button_list_section > span.title {
  margin-bottom: 25px;
  display: block;
}

div.custom_button_list {
  display: flex;
  flex-wrap: wrap;
  width: 250px;
}

div.custom_button_list > div.custom_button {
  flex: 0 0 100%;
}

div.custom_button > a.btn {
  padding: 20px 50px 20px 10px;
  background-color: #004fee;
  border: 1px solid #004fee;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

div.custom_button_list div.custom_button > a.btn {
  width: 100%;
}

div.custom_button > a.btn.secondary-btn {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}

div.custom_button > a.btn:hover {
  text-decoration: underline;
}

div.custom_button > a.btn > i {
  position: absolute;
  right: 25px;
}

/* Grey section */
.grey-section {
  background-color: var(--primary-grey);
  margin-bottom: 70px;

  & h2 {
    font-size: 36px;
    color: var(--black);
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1.6px;
    margin-bottom: 32px;
  }

  & ul {
    padding-inline-start: 60px;
    list-style-type: none;

    & li {
      margin-bottom: 5px;
      font-size: 17px;

      &::before {
        content: "";
        border: 4px var(--primary-blue) solid !important;
        border-radius: 50px;
        margin-top: 9px;
        margin-left: -20px;
        position: absolute;
      }
    }
  }

  &.paragraph--type--p-tcm-highlights-block {
    & ul {
      & li {
        &::before {
          display: none;
        }
      }
    }
  }
}

.thick-padding-section {
  padding: 70px;

  & .col {
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width:767px) {
  .thick-padding-section {
    padding: 35px !important;
  }
}


@media screen and (max-width:576px) {
  .grey-section {
    margin-bottom: 32px;

    & h2 {
      font-size: 24px;
      line-height: 31px;
      letter-spacing: -1.4px;
      margin-bottom: 16px;
    }
  }

  .thick-padding-section {
    padding: 14px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Responsive iframes */
p:has(iframe) {
  position: relative;
  width: 100%;
  padding-bottom: 65%; /* proporción 850x550 ≈ 64.7% */
  height: 0;
}

p:has(iframe) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.col-lg-12.col-md-12 .paragraph--type--full-text-block:has(iframe) {
  max-width: 1000px;
  margin: 0 auto;
}

/* Search button & input */
@media all and (min-width: 576px) and (max-width: 767px) {
  .tcm-page .tcm-search-section .search-term-section-inner.activated > div.search-term-active {
    display: flex;
    flex-direction: row;
  }

  .tcm-page .tcm-search-section .search-term-section-inner .search-term-active input.txt-search-term {
    width: 303px;
    margin-right: 15px;
  }
}

@media all and (min-width: 576px) and (max-width: 991px) {
  .tcm-page .tcm-search-section .search-term-section {
    margin-bottom: 16px;
  }

  .tcm-page .tcm-search-section .search-term-section {
    text-align: left;
  }
}

/* Accordions */
.tcm-page div.methodology button.accordion-header {
  padding-right: 64px;

  & > div.accordion-header-inner::after {
    right: -32px;
  }
}

@media screen and (max-width: 576px) {
  .tcm-page div.methodology button.accordion-header {
    padding-right: 48px;

    & > div.accordion-header-inner::after {
      right: -24px;
    }
  }
}

@media screen and (min-width: 1200px) and (max-width: 1492px) {
  .methodology-section .filter-container .tcm-filter-btn {
    padding: 10px 12px;

    &::after {
      padding-left: 10px;
    }
  }
}

/* Past publications filter */
.tcm-page div.filter-container ul.filter-options-container {
  & input,
  & label {
    cursor: pointer;
  }
}

/* hover links */
.field--type-text-with-summary,
.paragraph--type--p-tcm-exp-par-block,
.views-field-field-description,
.views-view-table {
  & a:hover {
    text-decoration: underline;
  }
}

