@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --textcolor: #000000;
}

.entry-thumbnail {
  display: none;
}

html, body {
  font-family: 'Raleway', sans-serif !important;
}

#site-navigation .menu nav-menu a,
#site-navigation ul li a {
  color: #000000 !important;
}
/*-------------------------------------------------CATALOGO--------------------------------------------------*/
.catalogo-custom .producto-card.producto-fila {
  display: flex !important;
	flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: 100% !important;
  gap: 20px !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 25px !important;
}
.catalogo-custom .producto-img-bg {
	/* 40% Izquierda: Bloque de Imagen 
  width: 40% !important;
	flex: 0 0 40% !important;
		*/
	width: 100% !important;
	max-height:150px;
  flex: 0 0 100% !important;
  aspect-ratio: 1 / 1 !important;
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 15px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* Capa de contraste */
.catalogo-custom .producto-img-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45) !important;
  border-radius: 15px !important;
  z-index: 1 !important;
}

/* Título blanco sobre la imagen */
.catalogo-custom .producto-titulo-foto {
  position: relative !important;
  z-index: 2 !important;
  color: #ffffff !important;
  margin: 0 !important;
  /*
   font-size: 1.2rem !important;
		*/
		font-size: 2rem !important;
  text-align: center !important;
  font-weight: bold !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6) !important;
  border: white solid thin;
  padding: 2px 6px;
}


.catalogo-custom .producto-info {
		/* 60% Derecha: Información
		width: 60% !important; */
  width: 100% !important;
  flex: 1 !important;
  height: 100% !important;
  min-height: 180px !important;
  display: flex !important;
  align-items: flex-start !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 12px !important;
  background-color: #ffffff !important;
}

.catalogo-custom .producto-descripcion {
  width: 100% !important;
  margin: 0 !important;
  font-size: 0.95rem;
  color: #444444;
  text-align: left !important;
}

/* Configuración de listas en 3 columnas */
.catalogo-custom .producto-descripcion ul,
.catalogo-custom .producto-descripcion ol {
  column-count: 3;
  column-gap: 20px;
  padding-left: 20px !important;
  margin: 0 !important;
  list-style-image: url(/wp-content/uploads/2026/07/vineta.png);
  list-style-position: outside !important;
  text-align: left !important;
		font-size:1.5rem
}

/* Elementos individuales de la lista */
.catalogo-custom .producto-descripcion li {
  break-inside: avoid;
  margin-bottom: 8px !important;
  text-align: left !important;
  padding-left: 5px;
}

/* Adaptación Responsive para pantallas móviles */
@media (max-width: 768px) {
  .catalogo-custom .producto-card.producto-fila {
    flex-direction: column !important;
  }

  .catalogo-custom .producto-img-bg,
  .catalogo-custom .producto-info {
    width: 100% !important;
    flex: none !important;
  }

  .catalogo-custom .producto-descripcion ul,
  .catalogo-custom .producto-descripcion ol {
    column-count: 1 !important;
  }
		
	.lineatitulos,
	.lineatitulos2 {
  border-bottom: 2px solid #88A400;
  margin-bottom: 25px;
}

.lineatitulos2 {
  margin-bottom: 20px;
}
}

/*--------------------------------------------------------------------------------------------------------*/

.search-results #main,
.search-results #primary,
.search-results .site-content,
.search #page {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.subtituloblog {
  font-size: 5rem;
  color: var(--textcolor);
  text-align: center;
}

#slidershome .caption-title, #slidershomemovil .caption-title {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
}

#slidershome .caption-desc, #slidershomemovil .caption-desc {
  font-size: 4rem;
  padding: 10px 0 20px 0;
}

#slidershome .btn-wrapper a, #slidershomemovil .btn-wrapper a{
  color: white;
  font-size: 2rem;
  border: white solid 2px;
  padding: 5px 15px 5px 15px;
  letter-spacing: 1.5rem;
}

#slidershomemovil .caption-title {
  font-size: 3rem;
}

#slidershomemovil .caption-desc {
  font-size: 3rem;
}

#slidershomemovil .btn-wrapper a{
  font-size: 1rem;
  border: white solid 1px;
  padding: 5px 10px 5px 10px;
}


#buscador .widget-title {
  display: none;
}

#buscador input[type=search] {
  border: #a3a3a3 solid 2px;
  width: 25%;
  max-width: 330px;
  right: 0;
  margin-right: 0;
  margin-top: 40px;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 768px) {
		#buscador input[type=search] {
			width: 50%;
			max-width: 330px;
		}
}

#masthead .header-top {
  background: #88A400;
}

.social-menu .lang-item .screen-reader-text {
  position: static !important;
  clip: auto !important;
  clip-path: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  font-family: 'Raleway',serif;
  font-size: 14px;
  color: #ffffff;
  /* Ajusta el color del texto si tu fondo es claro u oscuro */
}

/*

ul#menu-idiomas.social-menu {
    display: flex !important;
    align-items: center;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 10px;
}


ul#menu-idiomas.social-menu li.lang-item a {
    width: auto !important;
    height: auto !important;
    background: none !important;
    border-radius: 0 !important;
    text-decoration: none;
    display: inline-block;
}


ul#menu-idiomas.social-menu li.lang-item a::before,
ul#menu-idiomas.social-menu li.lang-item a::after {
    content: none !important;
}


ul#menu-idiomas.social-menu li.lang-item:not(:last-child)::after {
    content: "|";
    margin-left: 10px;
    color: #888888;
}*/

/***************************************************************ENTRADAS*/

.entradas-custom {
  display: grid;
  gap: 20px;
  margin: 20px 0 40px 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  /* Móvil: siempre 1 columna */
  grid-template-columns: 1fr !important;
}

.entradas-custom.columnas-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.entradas-custom.columnas-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.entrada-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  min-width: 0 !important;
  margin-bottom: 50px !important;
}

.entrada-img {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  aspect-ratio: 1 / 1 !important;
}

.entrada-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  /* Recorta la foto sin deformarla */
  display: block;
}

.entrada-info {
  padding: 15px;
  text-align: center;
  width: 100% !important;
  box-sizing: border-box !important;
  min-width: 0 !important;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.entrada-titulo {
  font-size: 2rem !important;
  margin: 0 0 10px 0 !important;
  color: #809800;
  font-weight: bold;
  text-decoration: none;
  display: block !important;
  width: 100% !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  box-sizing: border-box !important;
}

.entrada-descripcion {
  flex-grow: 1;
  /* El espacio en blanco extra queda debajo del texto */
  margin-bottom: 15px;
}

.entrada-descripcion p {
  /*color: #535453;*/
  margin: 0;
  font-size: 1.8rem !important;
  color:  var(--textcolor);
  text-align: justify;
  display: block !important;
  width: 100% !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  box-sizing: border-box !important;
}

.entrada-boton a {
  display: inline-block;
  background: #91AD00;
  color: #ffffff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.5rem;
  align-self: center;
  /* Centrado horizontal */
  margin-top: auto;
  /* Empuja el botón al fondo de la tarjeta */
  transition: background 0.2s ease;
}

.entrada-boton:hover a {
  background: #7a9100;
}

.entradas-paginacion {
  text-align: center;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 1.2rem;
}

.entradas-paginacion .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  background: #ffffff;
  color:  var(--textcolor);
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.entradas-paginacion .page-numbers.current {
  background: #535453;
  color: #ffffff;
}

.entradas-paginacion .page-numbers:hover:not(.current) {
  background: #e0e0e0;
  color:  var(--textcolor);
}

.entrada-enlace {
  color: white;
  text-align: center;
  background: #809D18;
  margin: 0 auto;
  padding: 5px 5px;
  border-radius: 30px;
  font-size: 1.5rem !important;
  max-width: 150px;
  margin-top: 10px;
}
/* Configuración base para Móviles (1 columna) */
.entradas-custom {
  display: grid !important;
  gap: 20px !important;
  margin: 20px 0 40px 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  grid-template-columns: 1fr !important; /* Muestra 1 sola columna en móviles */
}

/* Configuración para Pantallas Grandes / Escritorio */
@media screen and (min-width: 769px) {
  .entradas-custom,
  .entradas-custom.columnas-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .entradas-custom.columnas-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .entradas-custom.columnas-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 768px) {
  .entradas-custom {
    /* Escritorio: toma el número pasado en el shortcode */
    grid-template-columns: repeat(var(--cols-desktop, 3), minmax(0, 1fr)) !important;
  }
}
@media (max-width: 768px){
	.entrada-card {
  	width: 75% !important;
  	max-width: 75% !important;
		margin:auto;
	}
}
/******************************************************************FOOTER*/

#colophon #bottom-footer,
#colophon #bottom-footer a {
  color: white;
}

#contacto .titulos_footer .textwidget {
  font-weight: 900;
  font-size: 3rem;
  color: #c9c8ca;
  border-left: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

#contacto .contenedor-redes,
#contacto .contenedor-redes p,
#contacto .contenedor-redes div {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center;
}

#contacto .contenedor-redes a {
  display: inline-flex !important;
}

#contacto .footer-icons {
  background: #808100;
  color: white;
  font-size: 2rem;
  border-radius: 50%;
  margin-right: 12px;
  margin-bottom: 8px;
  width: 35px !important;
  height: 35px !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

#contacto .footer-icons a {
  color: white;
}

#contacto .titulos_footer .textwidget::after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #c9c8ca;
}

#cajamenu {
  border: #D0D0D0 solid thin;
  border-radius: 15px;
  padding: 25px 0 15px 0;
  margin-bottom: 30px;
}

#cajamenu .titulocajasectores,
#cajaasesoria .titulocajasectores {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  color: #809700;
  padding: 15px 10px 25px 10px;
}

/* ==========================================
   1. ESTRUCTURA BASE Y MENÚ PRINCIPAL
   ========================================== */

#navegacionlateral {
  text-align: left;
  padding-left: 15px;
}

#navegacionlateral ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

#navegacionlateral ul li {
  list-style: none;
  font-size: 1.8rem;
  color: #4e4d50;
	font-weight:600;
  padding: 15px;
  border-bottom: #4e4d50 solid thin;
  position: relative;
}

#navegacionlateral ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 15px 15px;
}

#navegacionlateral ul li a {
  color: inherit;
  text-decoration: none;
}

/* ==========================================
   2. ESTADO ACTIVO (PADRE / MENÚ PRINCIPAL)
   ========================================== */

/* Se activa si es la página actual O si es el padre de la página actual */

#navegacionlateral ul > li.current-menu-item,
#navegacionlateral ul > li.current_page_item,
#navegacionlateral ul > li.current-menu-ancestor,
#navegacionlateral ul > li.current-page-ancestor {
  background-color: #809800;
}

#navegacionlateral ul > li.current-menu-item > a,
#navegacionlateral ul > li.current_page_item > a,
#navegacionlateral ul > li.current-menu-ancestor > a,
#navegacionlateral ul > li.current-page-ancestor > a {
  color: #ffffff;
  /* Texto blanco */
}

/* ==========================================
   3. FLECHA / CHEVRON (INDICADOR SUBMENÚ)
   ========================================== */

#navegacionlateral ul li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  /* Apunta abajo */
  transition: transform 0.3s ease;
  vertical-align: middle;
}

/* Giro de flecha cuando está abierto manualmente O por ser ancestro activo */

#navegacionlateral ul li.menu-item-has-children.open > a::after,
#navegacionlateral ul li.menu-item-has-children.current-menu-ancestor > a::after,
#navegacionlateral ul li.menu-item-has-children.current-page-ancestor > a::after {
  transform: rotate(-135deg);
  /* Apunta arriba */
}

/* ==========================================
   4. ESTILOS DEL SUBMENÚ
   ========================================== */

#navegacionlateral ul li ul.sub-menu {
  display: none;
  /* Oculto por defecto */
  background-color:  #464846;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
}

/* Forzar despliegue del submenú si estamos dentro de una de sus páginas */

#navegacionlateral ul li.current-menu-ancestor > ul.sub-menu,
#navegacionlateral ul li.current-page-ancestor > ul.sub-menu {
  display: block !important;
}

/* Ítems del submenú */

#navegacionlateral ul li ul.sub-menu li {
  padding: 2px 15px !important;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
  /* Hereda el gris #B9B9B9 */
  font-size: 1.5rem;
}

#navegacionlateral ul li ul.sub-menu li:last-child {
  border-bottom: none;
}

#navegacionlateral ul li ul.sub-menu li a {
  color: white;
}

/* ==========================================
   5. ESTADO ACTIVO DEL SUBÍTEM (HIJO)
   ========================================== */

/* Fondo y texto especial para el subítem activo */

#navegacionlateral ul li ul.sub-menu li.current-menu-item {
  background-color:  var(--textcolor) !important;
  /* Gris más oscuro para destacar */
}

#navegacionlateral ul li ul.sub-menu li.current-menu-item a {
  color: #ffffff !important;
  /* Texto en blanco */
  font-weight: bold;
}

#menu-item-691 a,
#menu-item-1213 a {
  background: #91AD00;
  background-repeat: no-repeat;
  background-position: top left;
  width: 260px !important;
  height: 36px !important;
  border-radius: 18px;
  color: white !important;
  padding: 12px !important;
  text-align: right;
}

#slider {
  height: 50vh;
  font-family: 'Raleway',serif;
  color: white;
  text-shadow: #000 0 0 5px;
  text-align: center;
  background-position: bottom;
}

#sliderlinea1 {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 768px) {
		#sliderlinea1 {
				font-weight: 600;
				font-size: 2rem;}
}

#sliderlinea2 {
  font-size: 4rem;
  padding: 10px 0 20px 0;
}

#slider a {
  color: white;
  font-size: 2rem;
  border: white solid 2px;
  padding: 5px 15px 5px 15px;
  letter-spacing: 1.5rem;
}

#masthead {
  font-size: 1.8rem;
}

#site-navigation ul li a {
  font-size: 1.5rem;
  font-weight: 600;
}

/* menu-item-type-custom menu-item-object-custom 
 ul{
		font-size:3rem
}*/

#flash-breadcrumbs {
  display: none;
}

.titulosA {
  color: #88A400;
  font-family: 'Raleway',serif;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1;
}

.titulosB,
.titulosC {
  color:  var(--textcolor);
  font-family: 'Raleway',serif;
  font-size: 3.5rem;
  line-height: 1;
  padding-left: 20px;
}

.titulosC {
  padding-left: 0px;
}
@media (max-width: 768px) {
		.titulosA {
			font-weight: 700;
			font-size: 3rem;
		}
		.titulosB,
		.titulosC {
			font-size: 2.5rem;
		}
}

.lineatitulos,
.lineatitulos2 {
  border-bottom: 3px solid #88A400;
  margin-top: 25px;
  margin-bottom: 75px;
  width: 50%;
  max-width: 135px;
}

.lineatitulos2 {
  margin-bottom: 20px;
}

.dv {
  border-top: 2px solid #88A400;
  height: 20px;
  width: 135px !important;
  margin: auto;
  text-align: center;
}

/*------------------------------------------------------BLOQUE 1*/

#bloque1 {
  position: relative !important;
  padding-bottom: 100px;
}

#bloque1 p,
#bloque2 p {
  color:  var(--textcolor);
  font-family: 'Raleway', serif;
  font-size: 2rem;
}

#bloque1 a {
  background: #88A400;
  color: white;
  padding: 8px;
  border-radius: 15px;
  font-size: 1.8rem;
}

#bloque1 img {
  width: 125px;
  position: absolute !important;
  bottom: 0px !important;
  /* Pegada al extremo inferior */
  right: 0px !important;
  /* Pegada al extremo derecho */
}

/*------------------------------------------------------BLOQUE 2*/

#bloque2 .explora {
  font-weight: 900;
  font-size: 5rem;
  color: #88A400;
  display: block;
  line-height: 1;
  margin-top: 30px;
}

#bloque2 #imexplora img {
  width: 55px;
  position: absolute;
  margin-left: -80px;
  margin-top: 35px;
}

#bloque2 .nuestroportafolio {
  font-weight: 600;
  font-size: 3.5rem;
  color:  var(--textcolor);
  display: block;
}

#bloque2 .tituloportafolio p {
  font-weight: 900;
  font-family: 'Raleway',serif;
  font-size: 1.5rem;
  line-height: 1;
  width: 300px;
}

#bloque2 .tituloportafolio p a {
  color:  var(--textcolor);
}

#bloque2 .widget-title {
  font-family: 'Raleway',serif;
  color:  var(--textcolor);
  line-height: 1;
  font-size: 3rem;
}

#bloque2 #portafolio img {
  border-radius: 15px 0;
  box-shadow: #999 -5px -5px 3px;
  margin: 15px 0 5px 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#bloque2 #portafolio img:hover {
  transform: scale(1.05);
}

/*------------------------------------------------------BLOQUE 3*/

#bloque3 {
  text-align: center;
  font-family: 'Raleway',serif;
  padding: 20px 10px 0 10px;
}

#bloque3 img {
  padding: 20px 0 10px 0;
  height: 70px;
}

#bloque3 .widget-title {
  font-family: 'Raleway',serif;
  color:  var(--textcolor);
  line-height: 1;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

#bloque3 .textwidget p {
  color:  var(--textcolor);
  font-size: 1.8rem;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: justify;
  padding: 10px;
}

#bloque3 hr {
  width: 85px;
  background: #88A400;
  height: 3px;
  margin-bottom: 15px;
}

#bloque3 a {
  color: white;
  background: #545453;
  border-radius: 20px;
  padding: 5px 10px;
  display: block;
  width: 100px;
  font-size: 1.5rem;
  margin: 60px auto 20px;
}

/*----------------------------------BLOQUE4*/

#bloque4 {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 10px;
  margin-bottom: 10px;
}

#bloque4 .textwidget {
  font-family: 'Raleway',serif;
  font-weight: 900;
  font-size: 3.5rem;
  color:  var(--textcolor);
}

#bloque4 hr {
  display: block;
  background: white;
  border-top: 3px solid #88A400;
  height: 10px;
  width: 140px;
  margin-left: 0;
  text-align: left;
}

/*-----------------------------------------------------------------------NOSOTROS BLOQUE1*/

#nosotrosbloque1 p {
  color:  var(--textcolor);
  font-family: 'Raleway',serif;
  font-size: 2rem;
}

#nosotrosbloque1 #somos {
  font-weight: 900;
  font-size: 4rem;
  display: block;
  line-height: 1;
}

#nosotrosbloque1 #somos hr {
  display: block;
  background: white;
  border-top: 3px solid #88A400;
  height: 10px;
  width: 140px;
  margin-left: 0;
  text-align: left;
}

/*-----------------------------------------------------------------------NOSOTROS BLOQUE2*/

#nosotrosbloque2 {
  text-align: center;
  line-height: 1;
  color:  var(--textcolor);
  box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.5);
}

#nosotrosbloque2 p {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 40px;
}

#nosotrosbloque2 h3 {
  font-size: 4rem;
  font-weight: 900;
}

/*-----------------------------------------------------------------------NOSOTROS BLOQUE3*/

#nosotrosbloque3 {
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  margin: auto;
}

#nosotrosbloque3 img {
  position: absolute;
  left: calc(50% - 210px);
  margin-top: 0px;
  width: 40px;
}

#nosotrosbloque3 .textwidget {
  padding-left: 120px !important;
  color:  var(--textcolor);
}

#nosotrosbloque3 .textwidget a {
  color:  var(--textcolor);
}

#nosotrosbloque3 .dvnosotros {
  height: 2px;
  background: #282828;
  width: 300px;
  margin: auto;
  margin-top: 15px;
}
@media (max-width: 768px) {
		#nosotrosbloque3 {
				font-size: 2.5rem;
				font-weight: 700;
		}

		#nosotrosbloque3 img {
			position: absolute;
			left: calc(50% - 190px);
			margin-top: 10px;
			width: 25px;
		}

		#nosotrosbloque3 .textwidget {
				padding-left: 20px !important;
		}
		#nosotrosbloque3 .dvnosotros {
				width: 150px;
		}
}

/*-----------------------------------------------------------------------NOSOTROS BLOQUE4*/

#nosotrosbloque4 .resumen {
  font-size: 2rem;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}

#nosotrosbloque4 img {
  height: 100px;
  margin-top: 25px;
  margin-bottom: 40px;
  margin-left: 50px;
  text-align: left;
}

#nosotrosbloque4 .cajaint {
  text-align: center;
  padding: 30px 0 30px 0;
}

#nosotrosbloque4 .caja .circle {
  color:  var(--textcolor);
  background: white;
  text-align: center;
  height: 110px;
  border-radius: 50%;
  font-size: 4.5rem;
  font-weight: 700;
}

#nosotrosbloque4 .caja .circlem {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}

#nosotrosbloque4 .caja .circlev {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
}

#nosotrosbloque4 .caja .circlec {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
}

#nosotrosbloque4 .caja .titulo {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  padding: 0px 15px;
}

#nosotrosbloque4 .textwidget p,
#nosotrosbloque4 ul {
  color:  var(--textcolor);
  font-size: 1.8rem;
  padding: 20px 10px 50px 10px;
  height: 350px;
}

#nosotrosbloque4 ul {
  list-style-image: url('/wp-content/uploads/2026/07/vineta.png');
  padding-left: 50px;
}

#nosotrosbloque4 li {
  padding-left: 10px;
}

#nosotrosbloque4 .hr {
  width: 120px;
  height: 10px;
  background: #91Ad00;
  margin: auto;
}

/*-----------------------------------------------------------------SECTORES BLOQUE2*/

#sectoresbloque2 a {
  color: white;
}

#sectoresbloque2 #cajachem,
#sectoresbloque2 #cajacuero,
#sectoresbloque2 #cajatextil,
#sectoresbloque2 #cajapinturas,
#sectoresbloque2 #cajaempaques {
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 1;
}

#sectoresbloque2 #cajachem img,
#sectoresbloque2 #cajacuero img,
#sectoresbloque2 #cajatextil img,
#sectoresbloque2 #cajapinturas img,
#sectoresbloque2 #cajaempaques img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  padding: 0;
  box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.5);
}

#sectoresbloque2 #cajachem p,
#sectoresbloque2 #cajacuero p,
#sectoresbloque2 #cajatextil p,
#sectoresbloque2 #cajapinturas p,
#sectoresbloque2 #cajaempaques p {
  color: white;
  padding: 10px 5px;
  border: white solid 2px;
  margin: 0;
  width: 200px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 1.5rem;
}

#sectoresbloque2 #cajachem .enlace,
#sectoresbloque2 #cajacuero .enlace,
#sectoresbloque2 #cajatextil .enlace,
#sectoresbloque2 #cajapinturas .enlace,
#sectoresbloque2 #cajaempaques .enlace {
  color: white;
  background: #809c00;
  padding: 5px 5px;
  margin: 0;
  width: 130px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 1rem;
}

.enlace a {
  color: white;
}

#sectoresbloque3 {
  background: url(/wp-content/uploads/2026/07/esq.png) top left / 100px no-repeat,
				url(/wp-content/uploads/2026/07/fondosectorfinal.png) center right / contain no-repeat;
  min-height: 160px;
}
@media (max-width: 768px) {
		#sectoresbloque3{
				background:none
		}
}
#sectoresbloque3a {
  font-size: 3rem;
  font-weight: 900;
  text-align: left;
  margin: auto;
  color: #809c00;
}

#sectoresbloque3b {
  font-size: 2rem;
  text-align: left;
  margin: auto;
  color: #454846;
}

#sectoresbloque3c .textwidget {
  font-size: 1.5rem;
  margin: 0;
  width: 190px !important;
  background: #454846;
  color: white;
  padding: 5px;
  text-align: center;
}

#sectoresbloque4 .widget-title {
  color: #809c00;
  line-height: 1;
}

#sectoresbloque4 .caja4 .widget-title {
  width: 150px;
}

#sectoresbloque4 .textwidget {
  color:  var(--textcolor);
  line-height: 1;
  font-size: 1.8rem;
  padding-top: 20px;
}

#sectoresbloque4 .caja1,
#sectoresbloque4 .caja2,
#sectoresbloque4 .caja3,
#sectoresbloque4 .caja4 {
  background: url(/wp-content/uploads/2026/07/iconocalidad.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 55px;
}

#sectoresbloque4 .caja2 {
  background: url(/wp-content/uploads/2026/07/iconoinnovacion.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: top left;
}

#sectoresbloque4 .caja3 {
  background: url(/wp-content/uploads/2026/07/iconocompromiso.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: top left;
}

#sectoresbloque4 .caja4 {
  background: url(/wp-content/uploads/2026/07/iconoasesoria.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: top left;
}

/*---------------------------------------------------------------------------------LABORATORIO--*/

#laboratoriobloque .titulolaboratorio,
#laboratoriobloque .tituloplanta {
  font-size: 2.5rem;
  font-weight: 500;
  color:  var(--textcolor);
  padding: 5px 0 20Px 40px;
}

#laboratoriobloque .tituloplanta {
  padding: 0 0 20Px 40px;
  font-size: 3rem;
}

#laboratoriobloque .contentlaboratorio {
  font-size: 2rem;
  color: #4e4d50;
  padding-left: 40px;
  text-align: justify;
}

#laboratoriobloque .dv {
  height: 9px;
  width: 85px;
  background: #85A100;
  margin-top: 30px;
}

.titulolaboratorio {
  background: url(/wp-content/uploads/2026/07/ic2.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 30px 40px;
}

.tituloplanta {
  background: url(/wp-content/uploads/2026/07/iconplanta.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 36px 36px;
}

#laboratoriobloque .linediseno {
  width: 140px;
  background: #97b300;
  height: 3px;
}

/*---------------------------------------------------------------------------------------PLANTA PILOTO */

#plantapilotobloque {
  text-align: center;
}

#plantapilotobloque .imagenpiloto img {
  border: #656665 5px solid;
  border-radius: 50%;
  width: 260px;
  margin: 20px auto;
  text-align: center;
}

#plantapilotobloque .reactor-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

#plantapilotobloque .badge-icon {
  width: 43px;
  height: auto;
  display: block;
}

#plantapilotobloque .badge-button {
  background-color: #99b500;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  margin-top: 10px;
}

#plantapilotobloque p {
  color: #4E4D50;
  font-size: 1.5rem;
  padding-top: 30px;
  text-align: justify;
}

/*--------------------------------------------------INVESTIGACIONYDESARROLLO*/

#investigacionbloque .tituloinvestigacion {
  background: url(/wp-content/uploads/2026/07/ic1.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 45px 45px;
  font-size: 2.8rem;
  font-weight: 500;
  color:  var(--textcolor);
  padding: 10px 0 0 50px;
  line-height: 1;
}

#investigacionbloque .contentlaboratorio {
  font-size: 2rem;
  color: #4e4d50;
  padding-left: 40px;
  text-align: justify;
}

#investigacionbloque .dv {
  height: 10px;
  width: 135px;
  background: #85A100;
  margin-top: 20px;
}

#investigacionbloque ul {
  color: #4e4d50;
  font-size: 1.8rem;
  padding: 10px 10px;
}

#investigacionbloque ul {
  list-style-image: url('/wp-content/uploads/2026/07/vineta.png');
  padding-left: 50px;
}

#investigacionbloque li {
  padding-left: 10px;
}
@media (max-width: 768px) {
	#investigacionbloque ul {
  	font-size: 1.5rem;
  	padding: 5px 5px;
	}
#investigacionbloque ul {
		padding-left: -20px;
	}
#investigacionbloque li {
  	padding-left: -50px;
}

}
/*-----------------------------------------------------------------CONTACTO*/

#contactobloque1 .titulosA {
  color: #88A400;
  font-family: 'Raleway',serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  padding-left: 20px;
}

#contactobloque1 .titulosB {
  color:  var(--textcolor);
  font-family: 'Raleway',serif;
  font-size: 3rem;
  line-height: 1;
}

#contactobloque1 p {
  color:  var(--textcolor);
  font-family: 'Raleway',serif;
  font-size: 2rem;
}

#contactobloque2 input {
  width: 500px;
  height: 60px;
  background: #d8d8d8;
		font-weight:bold;
  font-size: 1.5rem;
  margin-top: 30px;
  padding: 10px;
  font-family: 'Raleway',serif;
  border: none;
  outline: none;
}

#contactobloque2 textarea {
  width: 500px;
  height: 110px;
		font-weight:bold;
  background: #d8d8d8;
  font-size: 1.5rem;
  margin-top: 30px;
  padding: 10px;
  font-family: 'Raleway',serif;
  border: none;
  outline: none;
}

#contactobloque2 input[type=submit] {
  width: 500px;
  height: 60px;
  background: #87a300;
  color: white;
  font-size: 1.8rem;
  margin-top: 10px;
  padding: 10px;
  font-family: 'Raleway',serif;
  border: none;
  outline: none;
  border-radius: 25px;
}

#contactobloque2 input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: #535453 solid 3px;
  border-radius: 0;
  margin-top: -5px;
}

#contactobloque2 label {
  color:  var(--textcolor);
  font-family: 'Raleway',serif;
  font-size: 1.5rem;
  margin-top: 30px;
}

#contactobloque2 label a {
  color: #87a300;
}

#contactobloque2 .infocontacto {
  color:  var(--textcolor);
  font-size: 2rem;
}

#contactobloque2 .infocontacto i {
  color: #87A300;
}

#contactobloque2 .habla {
  color: white;
  background: #87A300;
  width: 270px;
  height: 40px;
  padding-top: 5px;
  margin: auto;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 30px;
}

#contactobloque2 img {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
			#contactobloque2 input {
			width: 90%;
			margin: 10px auto;
		}

#contactobloque2 textarea {
  width: 90%;
  height: 110px;
	margin: 10px auto;
}

#contactobloque2 input[type=submit] {
  width: 90%;
	margin: 10px auto;
}

}
/*---------------------------------------------------GESTION DE CALIDAD*/

#calidadbloque3 {
  background: #f1f1f1;
  border-radius: 30px;
  padding: 30px;
}

.activogestion,
.gestion {
  background: #89A500;
  color: white;
  width: 315px !important;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 15px;
  padding: 10px 0;
  margin-bottom: 20px;
  cursor: pointer;
}

.gestion {
  background: white;
  color: #4e4d50;
}

#sistemas2,
#sistemas3,
#sistemas4 {
  display: none;
}

#calidadbloque3 h3 {
  color: #89A500;
  font-family: 'Raleway',serif;
  font-family: 3rem;
  margin: 30px 0;
}

#calidadbloque3 p {
  color: #4e4d50;
  font-size: 2rem;
  font-family: 'Raleway',serif;
}

/*----------------------------------------------------PROVEEDORES*/

.activoproveedores,
.proveedores {
  background: #89A500;
  color: white;
  width: 315px !important;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 15px;
  padding: 10px 0;
  margin-bottom: 20px;
  cursor: pointer;
}

.proveedores {
  background: white;
  color: #4e4d50;
}

#impulsamos2,
#impulsamos3,
#impulsamos4,
#impulsamos5 {
  display: none;
}

/*----------------------------------------------------------ZONA HUMEDA*/

.activotextil,
.textil {
  background: #89A500;
  color: white;
  width: 230px !important;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 15px;
  padding: 10px 5px;
  margin-bottom: 20px;
  cursor: pointer;
}
.textil {
  background: white;
  color: #4e4d50;
}
#texttextil2,
#texttextil3,
#texttextil4,
#texttextil5,
#texttextil6,
#texttextil7,
#texttextil8,
#texttextil9 {
  display: none;
}
#texttextil1 ul,
#texttextil2 ul,
#texttextil3 ul,
#texttextil4 ul,
#texttextil5 ul,
#texttextil6 ul,
#texttextil7 ul,
#texttextil8 ul,
#texttextil9 ul {
  list-style-image: url('/wp-content/uploads/2026/07/vineta.png');
  padding-left: 50px;
}
#texttextil1 li {
  padding-left: 10px;
}
@media (max-width: 768px) {
		.activotextil,
		.textil {
			width: 80% !important;
		margin:10px auto;
		}
}

/*----------------------------------------------------TEXTIL ALGODON*/

.titulostextil {
  color: #53553;
  font-family: 'Raleway',serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1;
}

.activoalgodon,
.algodon,
.activopoliester,
.poliester,
.activonylon,
.nylon {
  background: #89A500;
  color: white;
  width: 200px !important;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 15px;
  padding: 5px 15px;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  box-sizing: border-box;
}

.algodon,
.poliester,
.nylon {
  background: white;
  color: #4e4d50;
}

.img-activa,
.img-inactiva,
.img-activa-poliester,
.img-inactiva-poliester,
.img-activa-nylon,
.img-inactiva-nylon {
  width: 24px;
  height: auto;
}

.activoalgodon .img-activa {
  display: inline-block;
}

.activoalgodon .img-inactiva {
  display: none;
}

.activopoliester .img-activa-poliester {
  display: inline-block;
}

.activopoliester .img-inactiva-poliester {
  display: none;
}

.activonylon .img-activa-nylon {
  display: inline-block;
}

.activonylon .img-inactiva-nylon {
  display: none;
}

.algodon .img-activa {
  display: none;
}

.algodon .img-inactiva {
  display: inline-block;
}

.poliester .img-activa-poliester {
  display: none;
}

.poliester .img-inactiva-poliester {
  display: inline-block;
}

.nylon .img-activa-nylon {
  display: none;
}

.nylon .img-inactiva-nylon {
  display: inline-block;
}

#textalgodon2,
#textalgodon3,
#textpoliester2,
#textpoliester3,
#textnylon2,
#textnylon3 {
  display: none;
}

#textalgodon1 ul,
#textalgodon2 ul,
#textalgodon3 ul,
#textpoliester1 ul,
#textpoliester2 ul,
#textpoliester3 ul,
#textnylon1 ul,
#textnylon2 ul,
#textnylon3 ul {
  list-style-image: url('/wp-content/uploads/2026/07/vineta2.png');
  padding-left: 50px;
}
@media (max-width: 768px) {
		.activoalgodon,.algodon,.activopoliester,.poliester,.activonylon,.nylon{
				margin:10px auto !important;
				width:90%;
				text-align:center;
				display: block;
		}
}
/*-----------------------------------------------------SOSTENIBILIDAD*/

#sostenibilidadbloque1 img {
  width: 45px;
}

#sostenibilidadbloque1 .titulosD {
  font-size: 3rem;
  font-weight: 700;
  color: #535453;
  padding: 0px 55px;
  margin-top: -40px;
}

#sostenibilidadbloque1 .textwidget p,
#sostenibilidadbloque1 ul {
  color: #4e4d50;
  font-size: 1.8rem;
  padding: 20px 10px 50px 10px;
  min-height: 350px;
}

#sostenibilidadbloque1 ul {
  list-style-image: url('/wp-content/uploads/2026/07/vineta.png');
  padding-left: 50px;
}

#sostenibilidadbloque1 li {
  padding-left: 10px;
}

#sostenibilidadbloque2 .columnasostenibilidad {
  background: #91AD00;
  color: white;
  border-radius: 15px;
  padding: 18px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}

#sostenibilidadbloque3 .columnaciclo {
  background: #f3f3f3;
  color: #333333;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
}

#sostenibilidadbloque3 .widget-title {
  text-align: center;
}

#sostenibilidadbloque3 .textwidget {
  text-align: justify;
}

#sostenibilidadbloque3 i {
  font-size: 3rem;
  text-align: center;
}

#cajaasesoria {
  border: #D0D0D0 solid thin;
  border-radius: 15px;
  padding: 25px 15px 15px 15px;
  margin-bottom: 30px;
}

#cajaasesoria .textocajasectores {
  text-align: justify;
  font-size: 1.8rem;
  font-weight: 600;
  color: #4E4D50;
  padding: 25px 0;
}

#cajaasesoria .hablacajasectores {
  border: #809700 solid 2px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.6rem;
  width: 230px;
  margin: auto;
  padding: 10px 0;
}

#cajaasesoria .hablacajasectores img {
  width: 40px;
}

/*---------------------------------------------------------CATALOGO*/

.catalogo-custom {
  display: grid;
  gap: 20px;
  margin: 20px 0;
}

/* Clases dinámicas de columnas */

.catalogo-custom.columnas-3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.catalogo-custom.columnas-4 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* Tarjeta de cada producto */

.producto-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.producto-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.producto-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.producto-info {
  padding: 15px;
  text-align: center;
}

.producto-titulo {
  font-size: 1.8rem;
  margin: 0 0 10px 0;
  color: #809800;
}

.producto-titulo a {
  color: #809800;
  text-decoration: none;
}

.producto-boton {
  display: inline-block;
  background: #91AD00;
  /* Tu color verde */
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.9rem;
  margin-top: 10px;
  transition: background 0.2s;
}

.producto-boton:hover {
  background: #7a9100;
}

.catalogo-paginacion {
  text-align: center;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 2rem;
}

.catalogo-paginacion .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  background: white;
  color: #535453;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.catalogo-paginacion .page-numbers.current {
  background: #535453;
  color: white;
}

.catalogo-paginacion .page-numbers:hover:not(.current) {
  background: white;
  color: #535453;
}

#titulomultiindustrias {
  color: #535453;
  font-size: 3rem;
  font-weight: 700;
  padding: 30px 0;
}

#enlacemultiindustrias {
  color: #809800;
  font-size: 1.8rem;
  padding: 30px 0;
  text-align: right;
}

/*--------------------------------------------------------------EMPAQUES*/

.tilepinturas {
  font-family: 'Raleway',serif;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
  height: 290px;
  font-weight: bold;
}

.tilepinturas .textwidget {
  border: white solid thin;
  color: white;
  font-size: 1.5rem;
  padding: 5px 15px;
  line-height: 1;
  max-width: 80%;
}

.textpinturas {
  padding: 15px;
  font-family: 'Raleway',serif;
  display: flex;
  justify-content: center;
  text-align: justify;
  align-items: center;
  width: 100%;
  height: 290px;
  flex-direction: column;
  color: white;
}

.textpinturas .widget-title {
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 10px;
}

#titulozonahumeda .widget-title {
  background: #88A400;
  color: white;
  border-radius: 15px;
  padding: 5px 15px;
  font-size: 2rem;
  font-weight: 700;
  width: 300px !important;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}

/*------------------------------------------------------CUERO*/

#cajazonahumeda,
#cajarecurtido,
#cajaacabado {
  position: relative;
  display: inline-block;
  width: 100%;
}

#cajazonahumeda,
#cajarecurtido,
#cajaacabado a {
  color: white;
}

#cajazonahumeda img,
#cajarecurtido img,
#cajaacabado img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  padding: 0;
  margin: 0;
  box-shadow: #999 0 5px 5px;
}

#cajazonahumeda p,
#cajarecurtido p,
#cajaacabado p {
  color: white;
  padding: 10px 5px;
  border: white solid 2px;
  margin: 0;
  width: 200px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 1.5rem;
}

#cajazonahumeda .enlace
#cajarecurtido .enlace,
#cajaacabado .enlace {
  color: red;
  background: #809c00;
  padding: 5px 5px;
  margin: 0;
  width: 130px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 1rem;
}

.botonenlace a {
  color: white;
  background: #809c00;
  padding: 5px 5px;
  margin: 0;
  width: 130px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 1rem;
}

/* 1. Ocultar todos los widgets bilingües por defecto */

#ttcontactoes,
#ttcontactoen,
#ttfollowes,
#ttfollowen,
#textaddresses,
#textaddressen {
  display: none !important;
}

/* 2. Mostrar elementos en Español */

html[lang^="es"] #ttcontactoes,
body.lang-es #ttcontactoes,
body.pll-es #ttcontactoes,
html[lang^="es"] #ttfollowes,
body.lang-es #ttfollowes,
body.pll-es #ttfollowes,
html[lang^="es"] #textaddresses,
body.lang-es #textaddresses,
body.pll-es #textaddresses {
  display: inherit !important;
}

/* 3. Mostrar elementos en Inglés */

html[lang^="en"] #ttcontactoen,
body.lang-en #ttcontactoen,
body.pll-en #ttcontactoen,
html[lang^="en"] #ttfollowen,
body.lang-en #ttfollowen,
body.pll-en #ttfollowen,
html[lang^="en"] #textaddressen,
body.lang-en #textaddressen,
body.pll-en #textaddressen {
  display: inherit !important;
}