body {
    font-family: var(--font2);
    font-weight: 300;
}

.region-cabecera-sup {
    align-items: center;
    justify-content: flex-start;
    gap: 4rem;
}

#block-glc-base-mainmenu{
	margin-left: auto;
}

@media (max-width: 796px){
	#block-selloresponsabilidadsocial .block-content img {
	    max-height: 35px;
	    width: auto;
	    display: block;
	}
}

/*cambios footer INCORPORAR A HOJA DE ESTILOS */
 
.footer-inner .region-footer + .logo_afedaz,
.footer-inner .region-footer + .logo_afedaz  + .contacto-footer{
	display: none;
}

/* rediseño home stimulus */

  div#neuronup:before {
    content: '';
    position: absolute;
    background: #695d80;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }

  #neuronup.paragraph {
    background: #56c4d8;
    padding: 4rem 0;
    position: relative;
}

  #neuronup .field--name-field-text {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    column-gap: 8rem;
    color: white;
    font-size: 2.7rem;
    line-height: 3.4rem;
    font-weight: 500;
  }

  #neuronup .field-text {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    z-index: 5;
    font-size: 2.1rem;
    line-height: 2.5rem;
    flex: none;
}

  #neuronup .field--name-field-image {
  	margin: 0 auto;
    min-width: 30rem;
    max-width: 35rem;
    z-index: 5;
  }
  
  #neuronup .field--name-field-image img{
		max-height: 8rem;
  }
  
   #neuronup .item_stimul {
    z-index: 5;
    width: 45%;
}

@media (max-width: 796px){
	
	#neuronup .inner-paragraph {
		padding: 0;
	}
	
	#neuronup.paragraph {
    padding:  0;
	}
	
	div#neuronup:before {
    content: none;
  }
  
  #neuronup .field--name-field-text {
    flex-wrap: wrap;
  }
  
  #neuronup .item_stimul {
    width: 100%;
    padding: 4rem;
	}
	
	#neuronup .estimula_2 {
    background: #695d80;
	}
  
}

/* eol rediseño home stimulus */

/* ajuste banda logos */

.field--name-field-paragraphs .field__item:nth-last-child(2) .paragraph--type--logos .inner-paragraph{
	padding-bottom: 0!important;
}


.field--name-field-paragraphs .field__item .paragraph--type--logos .inner-paragraph img{
	max-height: 4rem;
	max-width: auto;
}

.field--name-field-paragraphs .field__item:last-child .paragraph--type--logos .inner-paragraph{
	padding-top: 2rem!important;
}

.field--name-field-paragraphs .field__item:last-child .paragraph--type--logos .field--name-field-images{
	margin-top: 0;
	align-items: self-end;
}


.field--name-field-paragraphs .field__item:last-child .paragraph--type--logos .field--name-field-images  .field__item:last-child img {
max-height: none;
max-width: none;
width: auto;
height: 85px;
}

/* eol ajuste banda logos */

/* banda manifiesto */

#manifiesto .inner-paragraph{
	padding: 5rem 0;
}

#manifiesto .inner-paragraph .field--name-field-title{
	text-align: center;
}

#manifiesto .inner-paragraph .field--name-field-text p:has(iframe){
	display: flex;
	justify-content: center;
}

/* eol banda manifiesto */