/* === TEXTO JUSTIFICADO === */
body {
  text-align: justify !important;
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
.acm-hero p,
.acm-hero .hero-intro {
  text-align: justify;
}
.acm-hero .hero-heading {
  text-align: left !important;
}

/* === HERO: centrar video === */
.hero-2 .dsyp-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .t4-col.hero-2 {
    display: none !important;
  }
  .t4-col.hero-1 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 1299.98px) {
  .t4-col.hero-1 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

/* === FOOTNAV: nombre del sitio en dos líneas === */
#t4-footnav .t4-col.logo .site-name {
  display: block;
  word-break: break-word;
  white-space: normal;
  line-height: 1.4;
}

/* === FOOTER: texto justificado === */
#t4-footer p, #t4-footer .hero-heading,
#t4-footnav p, #t4-footnav li,
#t4-footnav .module-title {
  text-align: justify;
}

/* === FOOTER: ocultar columna spacer por debajo de 1000px === */
@media (max-width: 999.98px) {
  #t4-footer .t4-col.spacer {
    display: none !important;
  }
  #t4-footer .t4-col.footer {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* === Section-8 y Footer: margen lateral mínimo === */
@media (min-width: 768px) {
  #t4-section-8 .t4-col.section-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 767.98px) {
  #t4-section-8 .t4-col.section-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  #t4-footer .t4-col.footer {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

/* === FOOTNAV: columnas apiladas hasta 780px === */
@media (max-width: 779.98px) {
  #t4-footnav .t4-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #t4-footnav .t4-col + .t4-col {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.15);
  }
}

/* === FOOTNAV: títulos de módulo más pequeños === */
#t4-footnav .module-title,
#t4-footer .module-title {
  font-size: 0.9rem !important;
  line-height: 1 !important;
}

/* === NAVBAR: degradado de color === */
.t4-palette-primary.t4-sticky {
  background: linear-gradient(90deg, #b87fc4, #7eb8d4, #8b7fc4) !important;
}

/* === NAVBAR: hamburguesa hasta 1199.98px, menu normal desde 1200px === */
@media (max-width: 1199.98px) {
  #triggerButton,
  .t4-offcanvas-toggle,
  .js-offcanvas-trigger {
    display: inline-block !important;
  }
  #t4-megamenu-mainmenu,
  .t4-navbar .t4-megamenu,
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #triggerButton,
  .t4-offcanvas-toggle,
  .js-offcanvas-trigger {
    display: none !important;
  }
}
/* Más padding vertical en navbar cuando se muestra la hamburguesa */
@media (max-width: 1199.98px) {
  #t4-header .t4-section-inner {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #t4-header .t4-row.row {
    align-items: center !important;
  }
  #t4-header .t4-col.mainnav,
  #t4-header .t4-navbar {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }
  #triggerButton {
    margin: 0 !important;
  }
}


/* === TALLERES: card completo clickable === */
.taller-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.taller-card-link:hover {
  color: inherit;
  text-decoration: none;
}

/* === SECCIÓN TALLERES (estilo Our Services) === */
/* Padding lateral página talleres para igualar al home
   Limitado a .item-149 (Talleres) para no afectar a Productos ni otras páginas */
.item-149 #t4-mainbody .t4-section-module {
  padding-left: 0;
  padding-right: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
/* Margen entre filas de talleres */
#t4-section-2 .hero-content,
#t4-mainbody .t4-section-module .hero-content {
  margin-bottom: 1.5rem;
}
/* Hyphens solo en mobile para evitar huecos feos con justify en columnas estrechas */
@media (max-width: 767px) {
  #t4-section-2 .hero-intro,
  #t4-section-2 .sub-desc,
  #t4-mainbody .t4-section-module .hero-intro,
  #t4-mainbody .t4-section-module .sub-desc {
    hyphens: auto;
    -webkit-hyphens: auto;
    overflow-wrap: break-word;
  }
}
/* Título y horario de cada taller: sin justificación */
#t4-section-2 .hero-heading,
#t4-section-2 .taller-horario,
#t4-mainbody .t4-section-module .hero-heading,
#t4-mainbody .t4-section-module .taller-horario {
  text-align: left !important;
}
/* Subtítulo de categoría: tamaño normal */
#t4-section-2 .sub-desc,
#t4-mainbody .t4-section-module .sub-desc {
  font-size: 1rem !important;
}
/* Subtítulo de cada taller: más pequeño */
#t4-section-2 .hero-intro,
#t4-mainbody .t4-section-module .hero-intro {
  font-size: 0.8rem !important;
}
#t4-section-2 .taller-horario,
#t4-mainbody .t4-section-module .taller-horario {
  font-size: 0.9rem;
  color: #23929A;
  font-weight: 600;
  margin: 4px 0 8px;
}
#t4-section-2 .taller-horario i,
#t4-mainbody .t4-section-module .taller-horario i {
  margin-right: 5px;
}

/* === PÁGINA PRODUCTOS: título y nombre de categoría === */
.dsyp-categories-header {
    margin-bottom: 2rem;
}
.dsyp-categories-header .module-title {
    font-size: 2rem !important;
    text-align: center;
    margin-bottom: 0.25rem;
}
.dsyp-categories-header .dsyp-category-name {
    text-align: left;
    font-size: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .dsyp-categories-header .module-title {
        text-align: left;
    }
}

/* === GALERÍA CATEGORÍAS PRODUCTOS === */
.categories-gallery .items-row.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
#Mod147 .categories-gallery .col-lg-4 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
#Mod147 .categories-gallery,
#Mod147 .categories-gallery .items-row.row {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#Mod147 > .module-inner,
#Mod147 > .module-inner > .row,
#Mod147 .module-ct {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
.categories-gallery .item.column-1 {
  position: relative;
}
.categories-gallery .item-content-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 75%; /* ratio 4:3 — height calculada sobre el ancho del contenedor */
}
.categories-gallery .item-content-wrap a.category-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
.categories-gallery .items-row .item .item-image,
.categories-gallery .item-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: hidden;
}
.categories-gallery .item-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
  max-width: none !important;
}
.categories-gallery .item-content-wrap:hover .item-image img {
  transform: scale(1.05);
}
.categories-gallery .category-no-image {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, #2c3e50, #3498db);
}
.categories-gallery .item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
  padding: 20px;
  transition: background 0.3s ease;
  z-index: 1;
}
.categories-gallery .item-content-wrap:hover .item-info {
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
}
.categories-gallery .item-title {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  text-align: left !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.categories-gallery .category-desc-text {
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
  margin: 8px 0 0;
  line-height: 1.4;
}

/* === SECCIÓN CONTACTO: contacto izquierda, foto derecha === */
#t4-section-8 .section-8 .module-head-group {
  display: none;
}
#t4-section-8 .section-8 .module-ct {
  flex: 0 0 100%;
  max-width: 100%;
}
#t4-section-8 .t4-row {
  display: flex;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  #t4-section-8 .t4-row {
    max-width: 1260px;
  }
}
#t4-section-8 .section-8 {
  order: 1;
}
#t4-section-8 .hero-heading {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  #t4-section-8 .section-8 .t4-section-module,
  #t4-section-8 #Mod143 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
}
@media (max-width: 767.98px) {
  #t4-section-8 .section-8 .t4-section-module,
  #t4-section-8 #Mod143 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  #t4-section-8 .t4-section-module {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
#t4-section-8 .section-8 .t4-section-module {
  display: flex;
  align-items: center;
}
#t4-section-8 .section-8-spacer {
  order: 2;
}

/* === ARTÍCULOS PRODUCTOS: imágenes uniformes === */
.com-content-category-blog .item-image {
  height: 260px;
  overflow: hidden;
  margin: 0 0 15px 0;
}
.com-content-category-blog .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.com-content-category-blog .item:hover .item-image img {
  transform: scale(1.07);
}
.com-content-category-blog .item-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* === ARTÍCULO TALLER: ocultar metadatos (author, categoría, fecha, vistas) === */
.item-149 .article-info {
  display: none !important;
}

/* === OCULTAR HERO en páginas Talleres y Productos === */
.item-149 #t4-masthead,
.item-146 #t4-masthead {
  display: none !important;
}

/* === FORMULARIO RSFORM (página Contáctanos) === */
#t4-mainbody #userForm {
  margin: 0 auto;
}
#t4-mainbody #userForm h2 {
  font-size: 1.5rem;
  color: #2e2a4a;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 2px solid #b87fc4;
}
#t4-mainbody #userForm .formControlLabel {
  color: #2e2a4a;
  font-weight: 600;
  font-size: 0.9rem;
}
#t4-mainbody #userForm .formRequired {
  color: #b87fc4;
  margin-left: 2px;
}
#t4-mainbody #userForm .rsform-input-box,
#t4-mainbody #userForm .rsform-captcha-box {
  border: 1.5px solid #d1c4e9;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 0.97rem;
  color: #2e2a4a;
  background: #fafafa;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
#t4-mainbody #userForm .rsform-input-box:focus,
#t4-mainbody #userForm .rsform-captcha-box:focus {
  border-color: #b87fc4;
  box-shadow: 0 0 0 3px rgba(184, 127, 196, 0.18);
  background: #fff;
  outline: none;
}
#t4-mainbody #userForm .formNoError {
  display: none;
}
#t4-mainbody #userForm .rsform-submit-button {
  background: linear-gradient(90deg, #b87fc4, #8b7fc4);
  border: none;
  border-radius: 6px;
  padding: 11px 36px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.2s ease;
}
#t4-mainbody #userForm .rsform-submit-button:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
#t4-mainbody .rsform-thankyou,
#t4-mainbody .formSuccess {
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 8px;
  padding: 16px 20px;
  color: #166534;
  font-weight: 500;
}
@media (max-width: 768px) {
  #t4-mainbody #userForm {
    padding: 0 8px;
  }
}

/* === ARTÍCULO TALLER (vista individual) === */
.item-149 .com-content-article.item-page {
  max-width: 680px;
  margin: 0 auto;
}
.item-149 .page-header h2 {
  font-size: 1.8rem;
  color: #2e2a4a;
  padding-bottom: 14px;
  border-bottom: 2px solid #b87fc4;
  margin-bottom: 24px;
}
.item-149 .fields-container {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.item-149 .field-entry {
  background: #f5f0fa;
  border: 1.5px solid #d1c4e9;
  border-radius: 6px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
}
.item-149 .field-label {
  color: #2e2a4a;
  font-weight: 600;
}
.item-149 .field-value {
  color: #23929A;
  font-weight: 500;
}
.item-149 .article-body {
  color: #3a3550;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-top: 20px;
}
.item-149 .pagenavigation {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #d1c4e9;
}
.item-149 .pagenavigation .btn {
  background: linear-gradient(90deg, #b87fc4, #8b7fc4);
  border: none;
  color: #fff;
  border-radius: 6px;
  padding: 8px 20px;
  font-weight: 600;
  transition: opacity 0.25s ease;
}
.item-149 .pagenavigation .btn:hover {
  opacity: 0.85;
  color: #fff;
}
@media (max-width: 768px) {
  .item-149 .com-content-article.item-page {
    padding: 0 8px;
  }
}

/* === PRODUCTOS: vista lista de categoría === */
.item-146 .com-content-category-blog .item {
  background: #fff;
  border: 1.5px solid #d1c4e9;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
}
.item-146 .com-content-category-blog .item:hover {
  box-shadow: 0 6px 24px rgba(184,127,196,0.18);
  transform: translateY(-3px);
}
.item-146 .com-content-category-blog .page-header {
  padding: 12px 16px 8px;
  margin: 0;
  border-bottom: none;
}
.item-146 .com-content-category-blog .page-header h2 {
  font-size: 1.1rem;
  color: #2e2a4a;
  font-weight: 700;
  margin: 0;
}
.item-146 .com-content-category-blog .page-header h2 a {
  color: #2e2a4a;
  text-decoration: none;
  transition: color 0.2s ease;
}
.item-146 .com-content-category-blog .page-header h2 a:hover {
  color: #b87fc4;
}
.item-146 .com-content-category-blog .item-intro {
  padding: 0 16px 16px;
  color: #5a5070;
  font-size: 0.9rem;
  line-height: 1.6;
}
.item-146 .com-content-category-blog .items-row {
  row-gap: 24px;
}
.item-146 .com-content-category-blog > .page-header h2,
.item-146 .com-content-category-blog > .page-header h1 {
  font-size: 1.8rem;
  color: #2e2a4a;
  padding-bottom: 14px;
  border-bottom: 2px solid #b87fc4;
  margin-bottom: 28px;
}

/* === PRODUCTOS: artículo individual === */
.item-146 .com-content-article.item-page.project-page {
  max-width: 820px;
  margin: 0 auto;
}
.item-146 .item-page.project-page .page-header h2 {
  font-size: 1.8rem;
  color: #2e2a4a;
  padding-bottom: 14px;
  border-bottom: 2px solid #b87fc4;
  margin-bottom: 24px;
}
.item-146 .item-page.project-page figure.pull-left.item-image {
  float: left;
  width: 45%;
  max-width: 380px;
  margin: 0 28px 16px 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid #d1c4e9;
}
.item-146 .item-page.project-page figure.pull-left.item-image img {
  width: 100%;
  height: auto;
  display: block;
}
.item-146 .item-page.project-page .com-content-article__body {
  color: #3a3550;
  font-size: 1.05rem;
  line-height: 1.75;
}
.item-146 .item-page.project-page .pagenavigation {
  clear: both;
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #d1c4e9;
}
.item-146 .item-page.project-page .pagenavigation .btn {
  background: linear-gradient(90deg, #b87fc4, #8b7fc4);
  border: none;
  color: #fff;
  border-radius: 6px;
  padding: 8px 20px;
  font-weight: 600;
  transition: opacity 0.25s ease;
}
.item-146 .item-page.project-page .pagenavigation .btn:hover {
  opacity: 0.85;
  color: #fff;
}
@media (max-width: 768px) {
  .item-146 .com-content-category-blog .col-12 {
    margin-bottom: 0;
  }
  .item-146 .item-page.project-page figure.pull-left.item-image {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .item-146 .com-content-article.item-page.project-page {
    padding: 0 8px;
  }
}

/* === SECTION-8: reducir padding excesivo del módulo de texto === */
#t4-section-8 .section-8 .t4-section-module,
#t4-section-8 #Mod143 {
  max-width: 100% !important;
}
@media (min-width: 992px) {
  #t4-section-8 .section-8 .t4-section-module,
  #t4-section-8 #Mod143 {
    padding-left: 0 !important;
    padding-right: 3.75rem !important;
  }
}

/* === SECTION-8: imagen derecha visible completa === */
#t4-section-8 .section-8-spacer {
  display: flex;
  align-items: stretch;
}
#t4-section-8 .section-8-spacer .custom {
  flex: 1;
  min-height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* === CAPTCHA: alinear imagen e input === */
#t4-mainbody #userForm .rsform-block-captcha .formControls .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
#t4-mainbody #userForm .rsform-block-captcha .formControls .row > div {
  width: 100%;
  text-align: left;
}
#t4-mainbody #userForm .rsform-block-captcha img {
  display: block;
  margin: 0;
}
#t4-mainbody #userForm .rsform-block-captcha p {
  margin: 0;
}

/* === TÍTULOS DE SECCIÓN (Sobre mí, Talleres, Nuestros Productos) === */
#t4-section-1 .module-title,
#t4-section-2 .module-title,
#t4-section-4 .module-title,
#t4-mainbody .t4-section-module .module-title {
    font-size: 2rem !important;
}

/* === Título "Nuestros Productos" encima de las tarjetas === */
#Mod147 .module-inner > .row {
    flex-direction: column;
}
#Mod147 .module-head-group {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
    #Mod147 .module-head-group {
        text-align: left;
    }
}
#Mod147 .module-ct {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* === TALLERES: alinear columnas arriba === */
#Mod144 > .module-inner > .row {
    align-items: flex-start;
}
/* Subtítulos (lead hero-intro) de los talleres alineados a la izquierda, sin guiones */
.dsyp-talleres-items .hero-intro,
.dsyp-talleres-items .lead,
#Mod144 .dsyp-talleres-items .hero-content,
.item-149 .dsyp-talleres-items .hero-intro,
.item-149 .dsyp-talleres-items .lead {
  text-align: left !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
}
/* En tablet, Talleres y Sobre mí pasan a una columna (titulo arriba, contenido debajo) */
@media (min-width: 768px) and (max-width: 1199.98px) {
  #Mod144 > .module-inner > .row,
  #Mod102 > .module-inner > .row {
    flex-direction: column;
  }
  #Mod144 .module-head-group,
  #Mod144 .module-ct,
  #Mod102 .module-head-group,
  #Mod102 .module-ct {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #Mod144 .module-head-group,
  #Mod102 .module-head-group {
    margin-bottom: 1.5rem;
  }
  #Mod144 .sub-desc {
    text-align: left;
  }
}

/* === SECTION-8: ocultar título lateral, texto ocupa todo el ancho === */
#t4-section-8 .section-8 .module-head-group.col-md-4 {
    display: none !important;
}

#t4-section-8 .section-8 .module-ct.col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
}



/* === ÁREA DE COMPONENTE: eliminar margin-top del framework === */
.t4-col.component .t4-module {
  margin-top: 0 !important;
}

/* === ÁREA DE COMPONENTE: padding vertical === */
.t4-col.component {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* === REDUCIR PADDING VERTICAL FOOTER === */
#t4-footer .t4-section-inner {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

/* === REDUCIR PADDING VERTICAL HERO === */
#t4-hero {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
@media (max-width: 991.98px) {
    #t4-hero {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}

/* === REDUCIR PADDING VERTICAL DE SECTIONS === */
#t4-section-1 .t4-section-inner,
#t4-section-2 .t4-section-inner,
#t4-section-3 .t4-section-inner,
#t4-section-4 .t4-section-inner,
#t4-section-5 .t4-section-inner,
#t4-section-6 .t4-section-inner {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
/* === OFF-CANVAS MÓVIL — paleta aislada === */
.t4-offcanvas { background: #ffffff; }
.t4-offcanvas .t4-off-canvas-inner { background: #ffffff; }
.t4-offcanvas .t4-off-canvas-header { background: #8b7fc4; }
.t4-offcanvas .t4-off-canvas-header h3 { color: #ffffff; }
.t4-offcanvas .t4-off-canvas-body,
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link,
.t4-offcanvas .t4-off-canvas-body .separator { color: #000000; }
.t4-offcanvas .t4-off-canvas-body .navbar .nav-pills .nav-link.active,
.t4-offcanvas .t4-off-canvas-body .navbar .nav-pills .show > .nav-link,
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link.active { color: #8b7fc4; }
.t4-offcanvas .t4-off-canvas-header .close { color: #000000; background: #6d5fae; opacity: 1; }
.t4-offcanvas .t4-off-canvas-header .close span { color: #000000; }
/* Ocultar texto "Off Canvas" del header (fallback cuando no hay logo) */
.t4-offcanvas .t4-off-canvas-header > a { display: none !important; }

/* === TIPOGRAFÍA UNIFICADA (toda la web) ===
   Forzamos la misma familia en todos los textos para evitar mezclas visibles
   entre louis_george_caferegular, louis_george_cafebold y cualquier override.
   Se excluye iconografía (FontAwesome) para no romper los iconos. */
body,
body h1, body h2, body h3, body h4, body h5, body h6,
body p, body span, body a, body li, body div,
body .module-title, body .hero-heading, body .hero-intro,
body .sub-title, body .sub-desc, body .item-title,
body .nav-link, body .menu-item-title,
body input, body textarea, body button, body select {
  font-family: "louis_george_caferegular", Arial, sans-serif !important;
}
/* === AVISO LEGAL: ocultar categoría y visitas === */
.item-117 .article-info {
  display: none !important;
}

/* === AVISO LEGAL: padding 4rem en los 4 lados === */
.item-117 .com-content-article.item-page {
  padding: 4rem !important;
}

/* === TALLERES y PRODUCTOS: padding vertical, sin margenes laterales === */
.item-149 .t4-col.component,
.item-146 .t4-col.component {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* === TALLERES y PRODUCTOS paginas: responsive como sections del home === */
/* Tablet: contenido apilado en columna unica, padding lateral moderado */
@media (min-width: 768px) and (max-width: 1299.98px) {
  .item-149 .t4-col.component,
  .item-146 .t4-col.component {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
/* Movil: padding lateral minimo */
@media (max-width: 767.98px) {
  .item-149 .t4-col.component,
  .item-146 .t4-col.component {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .item-149 #t4-mainbody .t4-section-module,
  .item-146 #t4-mainbody .t4-section-module {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}


/* === AVISO LEGAL: respetar tamaño de fuente del contenido === */
.item-117 .article-body span[style*="font-size"],
.item-117 .article-body p[style*="font-size"],
.item-117 .article-body li[style*="font-size"] {
  font-size: revert !important;
}

/* No tocar iconos FontAwesome ni iconos T4 */
body i.fa, body i.fas, body i.far, body i.fab, body i.fal,
body .fa, body .fas, body .far, body .fab, body .fal,
body [class^="fa-"], body [class*=" fa-"] {
  font-family: "Font Awesome 5 Free", "FontAwesome" !important;
}
body [class^="icon-"], body [class*=" icon-"] {
  font-family: "Font Awesome 5 Free", "FontAwesome" !important;
}
body [class^="icon-"]::before, body [class*=" icon-"]::before {
  font-family: "Font Awesome 5 Free", "FontAwesome" !important;
}
/* === BOTONES NAVEGACIÓN: márgenes correctos en flechas === */
.icon-chevron-right {
  margin-right: 0 !important;
  margin-left: 10px !important;
}

/* === FORMULARIO RSFORM: botón ENVIAR al ancho de la columna de controles === */
#t4-mainbody #userForm .rsform-type-submitbutton > .uk-form-label.formControlLabel {
  display: none !important;
}
#t4-mainbody #userForm .rsform-type-submitbutton > .formControls.uk-form-controls {
  text-align: left !important;
}
#t4-mainbody #userForm .rsform-type-submitbutton .rsform-submit-button {
  width: 100% !important;
  display: block !important;
}
