/*
Theme Name: Club O-Ichiban v2
Author:Artilugio
Version:2 2026
Description:Actualizacion Sitio Web www.shotokanjka.cl REV. 03/09/2026
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Roboto+Condensed:wght@300;700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;

}

body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    min-height:100vh;
    display:grid;
    grid-template-rows:auto 2fr auto;
}

p {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

h1, h2, h3, h4  {  margin-top: 1em;  margin-bottom: 0.5em;  margin-left: 0;  margin-right: 0;}

ul li {  list-style-position: inside;}
ol li {  list-style-position: inside;}

ul li ul li { margin-left:1em;}

footer {margin-top:auto; width:100%;}

.clear {clear: both;}

.nav {
   z-index: 999;
    position: absolute;
    top: 0;    left: 0;
    width: 100%;
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    */
    padding: 2px 5px;
    transition: 0.5s ease;
    background: rgba(0, 0, 0, 0.7);
}

.nav-header-logo { position:absolute; color: white !important; z-index:999; padding:5px; vertical-align:middle; line-height:ahead;}
.nav-header-logo .brand { margin-top:13px;  position:relative;}
.nav-header-logo span { margin-top:-3px; }
.nav-header-logo a { color:white; text-decoration:none; padding-left: 10px !important;}
.nav-links-secciones{ float:right; width:100%; text-align:right; padding:2px;}

.margen-cabecera {height:40px;}

.no-mostrar {display:none;}

.container-grid {  display: grid;  padding: 1rem;  grid-gap: 1rem;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.container-grid .caja-entrada {  position: relative;  background-color: #FBFBFB;  color:#222 ;  padding: 1rem;  text-align: center; max-width: 450px;}
.container-grid .caja-entrada figure  {overflow: hidden; height:310px; border:1px solid #ccc; border-radius:5%;}
.container-grid .caja-entrada figure img {width:100%; height:auto;}
.container-grid .caja-entrada a {text-decoration: none;}

.container-contenido-portada {  display: grid;  padding: 1rem;  grid-gap: 1rem;  grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); }
.container-contenido-portada div {  position: relative;  color:#222 ;  padding: 1rem;  text-align: center;  font-size: 12px;}
.container-contenido-portada div img {width:100%; height:auto;}

.container-contenido4 {  display: grid;  padding: 1rem;  grid-gap: 1rem;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.container-contenido4 div {  position: relative;  color:#222 ;  padding: 1rem;  text-align: center;  font-size: 12px;}
.container-contenido4 div .txt-cliente { bottom: 0px; text-align: center; }

.container-contenido3 {  display: grid;  padding: 1rem;  grid-gap: 1rem;  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); }
.container-contenido3 div {  position: relative;   color:#222 ;  padding: 1rem;  text-align: center;  font-size: 12px;}
.container-contenido3 div .txt-cliente { bottom: 0px; text-align: center; }

.container-foto-producto {  display: grid;  padding: 1rem;  grid-gap: 1rem;  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.container-foto-producto div {  position: relative;   color:#222 ;  padding: 1rem;  text-align: center;  font-size: 12px;}
.container-foto-producto div .txt-cliente { bottom: 0px; text-align: center; }

.container-contenido2 {  display: grid;  padding: 1rem;  grid-gap: 1rem;  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); }
.container-contenido2 div {  position: relative;   color:#222 ;  padding: 1rem;  text-align: center;  font-size: 12px;}
.container-contenido2 div .txt-cliente { bottom: 0px; text-align: center; }

.container-grid-interior {  display: grid;  padding: 1rem;  grid-gap: 1rem;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.container-grid-interior div {  position: relative;   color:#222 ;  padding: 1rem;  text-align: center;  font-size: 12px;}

/************/
/* Grilla Seminarios */
.grid-4cols {  display: grid;  grid-template-columns: auto auto auto auto;  gap: 0px;  padding: 5px;}
.grid-4cols > div { border:1px solid #ccc;  padding: 5px; }

.grid-3cols {  display: grid;  grid-template-columns: auto auto auto;  gap: 0px;  padding: 5px;}
.grid-3cols > div { border:1px solid #ccc;  padding: 5px;}

.grid-2cols {  display: grid;  grid-template-columns: 50% 50%;   gap: 0px;  padding: 5px;}
.grid-2cols > div { border:1px solid #ccc;  padding: 5px;}

.grid-2cols-sin-borde {  display: grid;  grid-template-columns: auto auto;   gap: 0px;  padding: 5px;}
.grid-2cols-sin-borde > div { border:1px solid transparent;  padding: 5px;}

.grid-1col { padding: 5px; margin: 0px 5px; border-bottom:1px solid #ccc; }
.grid-1col-final { padding: 5px; margin: 0px 5px; border-bottom:1px solid transparent; }

.grid-titulo {display: grid;  grid-template-columns: auto;  background: #ccc; padding: 5px; font-weight: bold; text-transform: uppercase; margin: 0px 5px;}

/************/
/* Multi Tablas - Rifa */
 
 .tablas-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: flex-start; /* Evita que estire el contenedor verticalmente */
}

.contenedor-tabla {
  flex: 1 1 300px;
  max-width: 380px;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.imagen-tarjeta {
  width: 100%;
  height: auto; /* Mantiene la proporción exacta sin deformar */
  display: block;
  margin-bottom: 12px;
  border-radius: 4px;
  image-rendering: -webkit-optimize-contrast; /* Mejora el enfoque al reescalar */
}

.info-item {
  margin-top: 4px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.titulo-lista {
  display: block;
  background-color: #1a1a1a;
  color: #fff;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 1rem;
  border-left: 6px solid #840007;
  margin-bottom: 16px;
}

        /* Tabla Estilo Rifa */
        .tabla-jka {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid #ccc;
        }

        .tabla-jka th {
            background-color: #f2f2f2;
            color: #333;
            text-align: left;
            padding: 8px;
            font-size: 0.8rem;
            text-transform: uppercase;
            border: 1px solid #ccc;
        }

        .tabla-jka td {
            padding: 10px 8px;
            border: 1px solid #ccc;
            font-size: 0.9rem;
            height: 40px; /* Espacio para escribir a mano si se imprime */
        }

        /* Columna de número de rifa mas pequeña */
        .col-num {
            width: 40px;
            text-align: center;
            font-weight: bold;
            background-color: #fafafa;
        }

        .col-nombre {
            width: 70%;
        }

        /* Pie de página para datos de pago */
        .footer-pago {
            margin-top: 30px;
            padding: 15px;
            background-color: #f9f9f9;
            border: 1px dashed #666;
            font-size: 0.85rem;
        }

        @media print {
            .tablas-wrapper { display: block; }
            .contenedor-tabla { page-break-inside: avoid; width: 100%; }
        }

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

/*       SEMINARIOS Y CAPACITACIONES (tarjetas con imagen + datos)      */

.container-seminarios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 1.75rem;
  margin-top: 1.5rem;
}

.seminario-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/*
.seminario-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}
*/
.seminario-imagen {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #eee;
}

.seminario-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.seminario-info {
  padding: 16px 18px 20px;
  border-top: 3px solid #222;
}

.seminario-info p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 8px 0;
  font-size: 13.5px;
  color: #444;
  line-height: 1.4;
}

.seminario-info p:last-child {
  margin-bottom: 0;
}

.seminario-info svg {
  flex: none;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  color: #ccc;
}

.seminario-info strong {
  color: #222;
  font-weight: 600;
}


/**************/
.cinto-blanco {background: white;}
.cinto-amarillo {background: yellow;}
.cinto-naranjo {background: orangered;}
.cinto-verde {background: green;}
.cinto-azul  {background: blue;}
.cinto-purpura  {background: purple;}
.cinto-cafe {background: saddlebrown;}
.cinto-negro {background: black;}
/****************/

.price-value  {font-size:1.5em !important;}

.caja-info { background-color: #dceafc; border:1px solid #005187; padding: 20px;}
/**************/

.oculta-inline {display: inline;}

h1 {margin: 10px 0p 10px 0px;}
h2 {margin: 10px 0p 10px 0px;}
h3 {margin: 10px 0p 10px 0px;}
h4 {margin: 10px 0p 10px 0px;}
h5 {margin: 10px 0p 10px 0px;}

section {  padding: 25px 200px; clear: both; }
section p {  text-align:justify;  margin-bottom: 20px; line-height: normal;}
section-simple {  padding: 25px 0px !important; clear: both; }

.bloque-seccion {margin: 20px auto; clear: both;}

hr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    border-left: none;
    border-right: none;
}

.dojo-kun-l
{
  float: left;
  width: 19.9%;
  padding: 8px;
  font-style: italic;
  text-align: center;
}
.dojo-kun-s{  display: none;}

.cita { border-bottom: 1px solid #DDDDDD; margin-bottom: 30px; font-family: 'Roboto Slab', serif; font-size: 16px;}
.cita-simple { font-family: 'Roboto Slab', serif; font-size: 12px; padding: 2px 30px; font-style: italic;}
.firma { text-align: right;  padding-right: 25%; color: #222; font-weight: bold;}

.centra-foto img  { width: 100%; height: auto; }


.youtube {background-image: url(img/fondo_youtube.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  }

.autor {display: block; font-size: 10px; margin: 3px;}
.ic-catalog-container {  width: 90%;   }


.button-kata {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background-color:#ffffff;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-size:12px;
    font-weight:bold;
    padding:10px 15px;
    text-decoration:none;
    width: 130px;
    text-align:center;
    margin: 2px;
}
.button-kata:hover {    background-color:#f6f6f6;}
.button-kata:active {   position:relative;  top:1px;}

/************ BOTON SUBIR ****************/

#btn-subir {
  display: none; 
  position: fixed; 
  bottom: 10px; 
  right: 10px; 
  z-index: 999; 
  border: none; 
  outline: none; 
  background-color: black; 
  color: white; 
  cursor: pointer; 
  padding:10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size:11px;
  line-height:32px;
  text-transform: uppercase;
}

#btn-subir:hover {
    background-color: #555;
}


.wpcf7-form-control {  cursor: pointer; }

/********** Tipo de textos ************/
.detalle { font-size: 11px; color: #555; line-height: normal; margin: 2px 0px; text-transform: uppercase;}
.detalle-simple { font-size: 11px;  color: #555;  line-height: normal; margin: 2px 0px; }
.detalle-simple-negro { font-size: 11px;  color: #000;  line-height: normal; margin: 2px 0px; }
.detalle-simple-footer { font-size: 11px; color: #ccc;  line-height: normal; margin: 2px 0px; }

.horario {    list-style-type: none;    border: 1px solid #EEE;    margin: 0;    padding: 0;    -webkit-transition: 0.3s;    transition: 0.3s;}
.horario li {    border-bottom: 1px solid #EEE;    padding: 10px;    text-align: center;    cursor: default;}
.horario .header {    background-color: #111;    color: #FFFFFF;    font-size: 14px;}

.tarifario {    list-style-type: none;     margin: 0;    padding: 0;    -webkit-transition: 0.3s;    transition: 0.3s;}
.tarifario li {     padding: 10px;    text-align: center;    cursor: default;}
.tarifario .header {    background-color: #111;    color: #FFFFFF;    font-size: 14px;}

.instructor {    list-style-type: none;    border: 1px solid #EEE;    margin: 0;    padding: 0;    -webkit-transition: 0.3s;    transition: 0.3s;}
.instructor li {    border-bottom: 1px solid #EEE;    padding: 10px;    text-align: center;    cursor: default;}
.instructor .header {    background-color: #111;    color: #FFFFFF;    font-size: 14px;}



.calendario {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.columns {
    float: left;
    width: 16.3%;
    padding: 8px;
}

.txt-center { text-align: center!important;}

.grey {    background-color: #EEE;}

.precio {    font-weight: 300;    font-size: 1.5em;}

.col1 {width: 100%; display:block; }
.col20 {width: 20%; display:block; }
.col25 {width: 25%; display:block; }
.col30 { width: 30%;   float: left;}
.col33 { width: 33.3%;   float: left;}
.col40 { width: 40%;   float: left;}
.col50 { width: 50%;   float: left;}
.col60 { width: 60%;   float: left;}
.col70 { width: 70%;   float: left;}
.col80 { width: 80%;   float: left;}
.col90 { width: 90%;   float: left;}

.flota-izquierda {float:left;}

.col-filial-foto { width: 25%; float: left; text-align: center; padding: 3px;}
.col-filial-foto p { text-align: center;}
.col-filial-texto { width: 75%; float: left; padding: 3px;}

.pad10 {padding: 10px;}
.pad15 {padding: 15px;}
.pad20 {padding: 210px;}
.pad25 {padding: 25px;}

.campo-contacto4 {
    width: 25%;
    float: left;
    padding: 2px 5px;
}

.campo-contacto input {    width: 100%; }
.campo-contacto textarea {    width: 99%; }

.espacio-simple {padding: 25px; clear: both;}
.espacio-doble {padding: 50px; clear: both;}

.float-left {float: left;}
.float-right {float: right;}

/*--------------------------     TABLAS  NOTICIAS      -----------------------------*/
.titulomarcoindice { font-size: 12px; font-weight: normal; color: #FFF; background-color: #666666; padding-left: 10px;}

.tabla-nota { border-collapse: collapse;  width: 90%; margin:20px auto; }
.tabla-nota TD { padding: 4px; border: 1px dotted #CCC; border-width: 1px;  vertical-align: top;}
.tabla-nota TH { padding: 4px;  border: 1px dotted #DDDDDD; border-width: 0 0 1px;  vertical-align: top; background-color: #CCC;}
.tabla-nota THEAD { background: #CCC; font-weight: bold; text-align: left;}


/****************** PRODUCTOS *****************/

.product-name {font-size: 1em !important;}
.slogan-tienda {max-width: 400px; }

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


.contenedor {
    max-width: 1140px;
    margin: auto;
}

.tarjetas .tarjeta { 
    width: 33.3%;
    float: left;
    padding:5px;

}

.imgRedonda {text-align: center;}

.imgRedonda img {
    width:80%;
    height:80%;
    border-radius:150px;
}


.home{
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #222;
}

.home:before{
  z-index: 777;
  content: '';
  position: absolute;
  background: rgba(47, 79, 79, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home .content{
  z-index: 888;
  color: #fff;
  width: 70%;
  margin-top: 50px;
  display: none;
}

.home .content.active{
  display: block;
}

.home .content h1{
  font-size: 4em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 75px;
  margin-bottom: 40px;
}

.home .content h1 span{
  font-size: 1.2em;
  font-weight: 600;
}

.home .content p{
  margin-bottom: 65px;
}

.home .content a{
  background: #fff;
  padding: 15px 35px;
  color: #222;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 2px;
}

.home .media-icons{
  z-index: 888;
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}

.home .media-icons a{
  color: #fff;
  font-size: 1.6em;
  transition: 0.3s ease;
}

.home .media-icons a:not(:last-child){
  margin-bottom: 20px;
}

.home .media-icons a:hover{
  transform: scale(1.3);
}

.home video{
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.slider-navigation{
  z-index: 888;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(80px);
  margin-bottom: 12px;
}

.slider-navigation .nav-btn{
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}

.slider-navigation .nav-btn.active{
  background: #2696E9;
}

.slider-navigation .nav-btn:not(:last-child){
  margin-right: 20px;
}

.slider-navigation .nav-btn:hover{
  transform: scale(1.2);
}

.video-slide{
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.video-slide.active{
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path;
}
/********************************/
/*       UTILIDADES      */


.ubicacion {
    font-weight: bolder;
    font-size: 2em;
    height: auto;
    width: auto;
    float: none;
    margin: 0px 0px 20px 0px;
    padding: 12px 0px 25px 0px;
    border-bottom: 2px dotted #A6A6A6;
    color: #CC0000;
    text-align: left;
    background-image: url(/img/ubicacion.svg);
    background-repeat: no-repeat;
    background-position: right;
}

.foto-nota {
    width: 300px;
    float: right;
    padding: 3px;
}
.foto-nota img {
    width: 100%;
    height:auto;
    margin-left: 10px;
}

.titulo_nota {
    font-size: 24px;
    color: #CC0000;
    font-weight: bold;
    text-align: left;
}

.entry-date {text-align:right;}

.caja-entrada H2 { color: #CC0000; font-weight: 400; padding: 10px 0px; } 
.caja-entrada H3 { color: #CC0000; font-weight: 400; padding: 10px 0px; }
.caja-entrada H4 { color: #CC0000; font-weight: 400; padding: 10px 0px; }
.caja-entrada H5 { color: #CC0000; font-weight: 400; padding: 10px 0px; }

.h-titulo{  text-align: left; border-bottom: 1px solid #ccc;  margin: 5px; font-weight: 300; padding: 10px 0px;}

.pad10 {padding: 10px;}
.pad20 {padding: 20px}


.memoria {width: 25%; margin:auto;}

.centrado {  text-align: center;  padding: 3px; margin: auto;}

input, textarea, select, file {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    border: 1px solid #CCCCCC;
    background-color: #EDEDED;
    padding: 8px 8px 7px;
    /* resize: none; */
}


.categories-data .category-data {font-size:small; display: inline-block; margin: 10px 2px;  color:#FFF;}
.categories-data .category-data a {font-size:smaller; color:#FFF; text-decoration: none; padding:4px 10px; border:1px solid black; background: #222; border-radius:45px;}
.categories-data .category-data a:hover {background: #333;}



.cajas-actividades {  /*display: -webkit-flex; display: flex;*/ width:100% ; box-sizing: border-box; text-align: center;}
.cajas-actividades .caja-doc:hover {border: 1px solid #FFF; -webkit-box-shadow: none;    -moz-box-shadow: none;}
.caja-doc { box-sizing: border-box; border: 1px solid #fff;   min-width: 220px; height: 100px; /*float: left;*/ display: inline-block; margin: 5px; position:relative; cursor:pointer; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.caja-doc span { font-size: 13px; position: absolute; bottom:0; left: 0px; margin:0px; padding: 2px; text-decoration:none; color:#FFF; width: 100%; font-weight: 300; text-align: right; line-height: 90%;} 
.caja-doc span a { font-size: 13px; position: absolute; bottom:0; left: 0px; margin:0px; padding: 2px; text-decoration:none; color:#FFF; width: 100%; line-height: 90%;} 


.documento-club { border: 1px solid #A6A6A6;  
	background-color: #840007;
	background-image: url(/dojo/img/ico_acta.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60px auto;
}

/*******************************/
/* PAGINACION */

.pagenavi {
  /*  margin: 0 0 20px 30px;
    padding: 5px 1px 5px;*/
    float:left;
    width: 98%;
    font-size: 0.8em;
}
.pagenavi a {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #666;
    background-color: inherit;
}
.pagenavi a:hover {
    border: 1px solid #444;
    color: #444;
    background-color: #eee;
}
.pagenavi span.pages {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    color: #825a2d;
    font-weight:bold;
    border: 1px solid #999;
    background-color: inherit;
    display: none;
}
.pagenavi span.current {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight:bold;
    border: 1px solid #666;
    color: #444;
    background-color: #eee;
}
.pagenavi span.expand {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    border: 1px solid #ccc;
    color: #444;
    background-color: inherit;
}
.pagenavi .first, .pagenavi .last {
    border: 1px solid #aaa;
}
.pagenavi .single_page {
border: 1px dashed #ccc;
}


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

footer a {color: white; text-decoration: none;}

.pre-footer {
    padding: 4px;
    margin: auto;
    background-color: #333!important;
}

.footer-izquierda {
    float: left;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    line-height: normal;
    margin: 5px 0px;
    width: 33%;
}

.footer-central {
    font-size: 11px;
    color: #DDD;
    line-height: normal;
    margin: 0px;
}

.footer-derecha {
    float: right;
    font-size: 18px;
    color: #EEE;
    text-align: left;
    line-height: 200%;
    margin: 5px 0px;
    width: 33%;
}

.footer-text {
    font-size: 11px;
    color: #C4C4BE;
    line-height: normal;
    margin: 10px auto;
    text-align: center;
    border-bottom: 1px solid #505050;
    padding-bottom: 3px;
}

.fono {    font-size: 14px;    text-decoration: none;}
.fono a { text-decoration: none; }

.logo-footer img {width: 100%; max-width: 150px;  margin-bottom: 10px;}
.daruma-footer img {width: 100%; max-width: 200px;}


.texto-2columnas { column-count:2; }
.texto-3columnas { column-count:3; }

.luto {position: absolute; right:60px; top: 50px;}

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

@media (max-width: 1280px){

.col25 {width:33%;}
  
}


@media (max-width: 1040px){


  section{   padding: 20px;  }

  .home .media-icons{    right: 15px;  }

.col25 {width:50%;}

.tarjetas .tarjeta {     width: 33.3%;    float: left;    padding: 5px;    }

.overlay h2 {font-size: 1em;}

.imgRedonda img {    width:100%;    height:100%;    border-radius:150px;}

.container-contenido-portada {  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));}
.container-contenido-portada h2 {font-size: 1.2em;}
/*.container-contenido-portada {  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));} */  
}

/************** MOVILES ***********************************************/
@media (min-width: 600px) and (max-width: 768px)
{
    .container-contenido-portada {  grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));}
	.col25 {width:50%;}
}

@media only screen and (max-width: 600px)
{
  .ubicacion {font-size: 1.2em; background-image: none; }
  .foto-nota    { display: block; width: 100%; margin: auto; padding: 2px; }
  .foto-nota img    {  width: 100%; margin:auto; }

  .dojo-kun-l  { display: none; }  
  .dojo-kun-s { display: block; width: 100%; text-align: center; }  

.centra-foto img  { width: 100%; height: 100%; }  

.alignnone  { width: 100%; height: auto; } 
.size-large { width: 100%; height: auto; } 
.aligncenter { width: 100%; height: auto; } 
.alignright  { width: 100%; height: auto; } 
.size-full { width: 100%; height: auto; } 
.size-medium { width: 100%; height: auto; } 

.col-filial-foto {width: 100%; float:none; text-align: center; padding: 0px 3px;}
.col-filial-texto {width: 100%; float:none; padding: 0px 3px;}
.foto-filial img {border: 1px solid white; width: 100%;}

.campo-contacto input {    width: 100%; }
.campo-contacto textarea {    width: 99%; }

.col20, .col25, .col30, .col33, .col40, .col50, .col60, .col70, .col80, .col90 { width: 100%;   float: none; display: block;}

.container-contenido3 {    display: grid;    padding: 0;     grid-gap: 1rem;    grid-template-columns: none;  }

.footer-izquierda { float: none;  display: block; width: 100%;}

.footer-central {float: none;  display: block; width: 100%;}

.footer-derecha {float: none;  display: block; width: 100%; text-align: center;}

.logo-footer  {display: block;}

.memoria {  width: 100%;   margin: auto;}

.slogan-tienda {width: 90%; margin:auto; display: block;}


.button-kata {    width: 48%; float: left;}

.texto-2columnas { column-count:1;}
.texto-3columnas { column-count:1;}

.foto-sensei img {width:100%; height: auto;}

.oculta-inline {display: none;}

	.no-grid {display:block;}
	
	.luto {position: absolute; right:-40px; top: 50px;}
	.luto img {height:200px; width: auto;}
/********FIN MOVILES**********/
  }


/* =========================================
   ESTILO DE BOTÓN: SOBRIO (GRISES)
   Alineación horizontal y sin decoraciones
   ========================================= */

.btn-budo-sobrio {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    
    /* 1. Colores: Gris Neutro a Gris Oscuro */
    background-color: #64748b; /* Gris Slate (sobrio) */
    color: #ffffff !important;   /* Texto blanco */
    border: 1px solid #475569;
    
    /* 2. Tipografía y Estética */
    font-family: 'Inter', 'Segoe UI', sans-serif; 
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important; /* Sin subrayado */
    letter-spacing: 0.5px;
    border-radius: 3px;
    
    /* 3. Alineación */
    margin-right: 10px; /* Espacio entre botones cuando están juntos */
    margin-bottom: 10px;
    
    transition: all 0.2s ease;
    cursor: pointer;
}

/* 4. Estado Hover (al pasar el mouse) */
.btn-budo-sobrio:hover {
    background-color: #334155; /* Gris muy oscuro */
    border-color: #1e293b;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* 5. Contenedor para asegurar que queden uno junto al otro */
.budo-container-horizontal {
    display: flex;
    flex-wrap: wrap; /* Para que en móviles bajen si no caben */
    gap: 10px;
    margin: 15px 0;
}

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

.overlay { text-align: center; color: #4E4E4E;}

.overlay .text {font-size: 1.3em;}


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



/* WordPress Core  */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.menu-pie a {color:#FFF; display: inline-block;}

#wp-calendar  {width: 100%;}
#wp-calendar td {text-align: center;}



/*********************************************************************************************************************************************/
/*       INSTRUCTORES (tarjeta destacada para el Sensei + tarjetas estandar)      */
.instructor-destacado {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}

.instructor-destacado .instructor-foto {
  flex: 0 0 240px;
  aspect-ratio: 3 / 4;
  background: #eee;
  overflow: hidden;
}

.instructor-destacado .instructor-info {
  flex: 1 1 300px;
  padding: 26px 30px;
  border-left: 4px solid #555;
}

.instructor-destacado .instructor-nombre {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
}

.instructor-destacado .instructor-cargo {
  display: inline-block;
  width: auto;
  margin: 0 0 16px;
  background: #111;
}

.instructor-destacado ul {
  margin: 0;
  padding-left: 18px;
  font-size: 13.5px;
  color: #444;
  line-height: 1.8;
}

.container-instructores {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.instructor-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.instructor-card .instructor-foto {
  width: 112px;
  height: 142px;
  margin: 20px auto 0;
  border-radius: 8px;
  background: #eee;
  overflow: hidden;
}

.instructor-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.instructor-nombre {
  margin: 14px 16px 2px;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}

.instructor-cargo {
  display: block;
  width: fit-content;
  margin: 6px auto 10px;
  padding: 6px 14px;
  background: #555;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 20px;
  white-space: nowrap;
}

.instructor-detalle {
  margin: 0 16px 16px;
  font-size: 12.5px;
  color: #666;
  line-height: 1.5;
}

.instructor-card.en-memoria .instructor-foto img {
  filter: grayscale(100%);
}

.instructor-card.en-memoria .instructor-cargo {
  background: #888;
}

.instructores-separador {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2.5rem 0 2rem;
}

.container-instructores-memoria {
  display: flex;
  justify-content: center;
}

.container-instructores-memoria .instructor-card {
  width: 100%;
  max-width: 260px;
}

@media (max-width: 900px) {
  .container-instructores {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .container-instructores {
    grid-template-columns: 1fr;
  }

  .instructor-destacado {
    flex-direction: column;
  }

  .instructor-destacado .instructor-foto {
    flex: 0 0 auto;
    width: 100%;
  }

  .instructor-destacado .instructor-info {
    border-left: none;
    text-align: center;
  }

  .instructor-destacado .instructor-cargo {
    display: block;
    width: fit-content;
    margin: 0 auto 16px;
  }

  .instructor-destacado ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
}
