/* AQUÍ SE INSERTAN ESTILOS CSS QUE REQUIERA EL EQUIPO DE DESARROLLO, 
POSTERIOR MAQUETACIÓN TRASLADARÁ EL CSS AL ARCHIVO .SCSS CORRESPONDIENTE */

.block-inactive {
  filter: grayscale(100%);
}

.js-gallery-size {
  color: #999b9d !important;
  letter-spacing: .92px;
  text-align: left !important;
}

.contact-section .wpcf7-spinner {
  display: none;
}

.archive .search-filters {
  padding-top: 30px;
}

@media (min-width: 1300px) {
  .archive .search-filters {
    padding-top: 80px;
  }
}

@media (min-width: 1300px) {
  .container--narrow {
    max-width: 860px !important;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .select-business-type {
    width: 232px !important;
  }
}

.wpcf7-spinner {
  display: none;
}

/* ESTILOS RECUPERADOS */
nav.main__navbar ul.menu-desktop li.lng--selector span.js-language-icon,
nav.main__navbar ul.menu-desktop li.lng--selector span.js-language-icon span {
  margin: 0;
  letter-spacing: normal;
}

.main-article-content .bullet-inlet ul:last-of-type {
  margin-bottom: 0 !important;
}

.related-content + style + .newsletter {
  margin-top: 80px;
}

.highlighted-resources__item {
  height: 300px !important;
}

.highlighted-resources__item::after{
  padding-top: 80px !important;
}


.mobile-navegation li.menu-item-has-children a::after {
  margin-right: 20px;
}

.contact-section__group [data-name=destinatario]::after {
  height: 28px !important;
}
.wt-cli-iframe-placeholder .wt-cli-inner-text {
  z-index: 11!important;
}
.cli_manage_current_consent{
  cursor: pointer!important;
}

/* START: General Settings - Persistent Button */
.persistent-btn{
  position: fixed;
  top: 19rem;
  z-index: 1;
  padding: 1rem;
  width: auto;
  height: auto;
  transition: background-color .3s, color .3s;
  flex-direction: row-reverse;
  justify-content: flex-end;
  color: #23232a;
  background-color: #fab91c;
  z-index: 9999;
}
.persistent-btn span{
  font-family: "ferrovialn-bold-webfont";
  display: inline-block;
  margin-right: 0.6rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.persistent-btn svg{
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: top;
  margin-top: 2px;
}

.persistent-btn:hover{
  color: #fff;
  background-color: #000;
}

.persistent-btn__left{
  left: 0;
  border-radius: 0 .125rem 1rem 0;
}

.persistent-btn__right{
  right: 0;
  border-radius: .125rem 0 0 1rem;
}

@media only screen and (max-width: 1024px) {
  .persistent-btn span {
    display: none;
}
  .persistent-btn svg{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-top: 0;
  }
}
/* END: General Settings - Persistent Button */
