/* ============================================================
   legacy.css - Estilos Específicos INDESmed
   Mobile-First con media queries
   Estilos específicos de páginas (Categorías, Producto, Cesta, Checkout, etc.)
   TEMPORAL: Estos estilos se reubicarán en archivos específicos según el plan de arquitectura
   
   NOTA: Los estilos de Home han sido movidos a /estilos/home.css
   ============================================================ */

/* ===== 1. ESTILOS DE /es/practicas-universitarias.php (BECARIOS) ===== */
/* NOTA: Estos estilos pertenecen a /es/practicas-universitarias.php
   TEMPORAL: Movidos desde categorias.css
   DESTINO FUTURO: Archivo específico para practicas-universitarias.php o about-us.css */

/* Imagen categoría TEAM */
img.categorias_TEAM_320x320 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #005da5;
    padding: 4px;
    height: auto;
    width: 75%;
    border-radius: 10px;
}

#primeraFilaEquipo {
    display: flex;
    justify-content: center;
}

/* Estructura de becarios */
.filaBecarios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
    margin-top: 2em;
    margin-bottom: 3em;
}

.columnaBecario {
    flex: 0 0 30%;
    max-width: 320px;
    text-align: center;
}

.columnaBecario h2.Team {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0.5em;
}

.columnaBecario p.cargoTeam {
    font-size: 0.95em;
    line-height: 1.4;
    color: #444;
    padding: 0 0.5em;
}

.categorias_TEAM_320x320 {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: transform 0.2s ease-in-out;
}

.categorias_TEAM_320x320:hover {
    transform: scale(1.03);
}

/* Universidades colaboradoras */
.universidadesContainer {
    background-color: #f5f5f5;
    border-left: 4px solid #02478c;
    padding: 2em;
    margin-top: 3em;
    border-radius: 8px;
}

.universidadesContainer h2 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

.universidadesContainer ul.listaUniversidades {
    list-style-type: disc;
    margin-left: 1.5em;
    margin-bottom: 1em;
    color: #222;
}

.universidadesContainer p {
    font-size: 0.95em;
    color: #444;
}

/* Instrucciones de contacto */
.instruccionesPracticas {
    background-color: #e8f2ff;
    border-left: 4px solid #0070c0;
    padding: 2em;
    margin-top: 3em;
    margin-bottom: 4em;
    border-radius: 8px;
}

.instruccionesPracticas h2 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

.instruccionesPracticas p {
    font-size: 0.95em;
    color: #333;
    line-height: 1.5;
}

/* Responsive para becarios */
@media screen and (max-width: 900px) {
    .filaBecarios {
        flex-direction: column;
        align-items: center;
    }

    .columnaBecario {
        flex: 0 0 90%;
        max-width: 100%;
    }
}

/* ===== 2. ESTILOS ESPECÍFICOS DE CATEGORÍAS (OBSOLETO - ELIMINADOS) ===== */
/* NOTA: Estos estilos han sido migrados a /estilos/categorias.css
   FECHA MIGRACIÓN: 2024
   Los estilos de categorías ya no están en este archivo, se encuentran en /estilos/categorias.css */

/* 
   ESTILOS ELIMINADOS (migrados a categorias.css):
   Todos los estilos de categorías han sido migrados a /estilos/categorias.css
   y ya no están activos en este archivo.
   
   Lista de estilos migrados:
   - h1.Cat, h1.tituloCat, h1.Cat_TANGO, h1.Cat-historia
   - h2.Cat-historia, h2.tituloPie_cat, h2.preciosCat, h2.accesoriosCatTitulo, h2.tablaCatTitulo
   - h2.menus_TANGO, .two_TANGO
   - .tituloCath2
   - p.textoPie_cat, p.textoCat, p.categoria, p.categoria_claim, p.disponibilidadCategoria
   - .accesoriosCat
   - .todosIconosCategorias, .iconosCategorias, .icoCAT
   - .contenedorTexto-Cat, .textos_pie_cat, #textos_pie_cat, .contenedorTextos_pie_cat
   - .numeroIcono, .leyendaIconosCategorias
   - img.categorias_320x320
   - #columna_cat_div, #columna_cat_div_ADN, #fila_cat_div
   
   Todos estos estilos están ahora en /estilos/categorias.css
*/

/* ESTILOS COMENTADOS - Migrados a categorias.css */
/* Todos los estilos de categorías han sido migrados a /estilos/categorias.css */
/*
h1.Cat {
    font-size: 15pt;
    text-align: left;
    padding: 20px 10px 10px 30px;
    color: #02478c;
    text-transform: uppercase;
    font-weight: bold;
}

h1.tituloCat {
    font-size: 15pt;
    text-align: left;
    padding: 20px 10px 10px 30px;
    color: #02478c;
    text-transform: uppercase;
    font-weight: bold;
}

h1.Cat_TANGO {
    font-size: 18pt;
    color: #000000;
    text-transform: capitalize;
    font-weight: bold;
}

h1.Cat_TANGO hr {
    background-color: #000000;
}

h1.Cat-historia {
    font-size: xx-large;
    color: #02478c;
    margin-bottom: 25px;
    margin-top: 35px;
    text-align: center;
}

h2.Cat-historia {
    font-size: xx-large;
    color: #02478c;
    margin-bottom: 25px;
    margin-top: 35px;
    text-align: center;
}

h2.tituloPie_cat {
    font-size: 15pt;
    text-align: left;
    padding: 20px 10px 10px 30px;
}

h2.preciosCat {
    font-family: 'Ubuntu', 'VERDANA';
    font-weight: normal;
    margin: 5px;
    color: grey;
    font-size: 12pt;
    text-align: center;
}

h2.accesoriosCatTitulo {
    font-size: 18pt;
    color: #02478c;
    text-transform: uppercase;
    font-weight: bold;
}

h2.tablaCatTitulo {
    font-size: medium;
    text-transform: uppercase;
}

h2.menus_TANGO {
    text-transform: capitalize;
    color: black;
    font-family: 'Ubuntu', 'VERDANA';
    margin: 5px;
    font-size: 12pt;
    font-weight: 600;
}

h2.menus_TANGO:hover {
    color: #736861;
    text-decoration: overline;
}

.two_TANGO {
    text-decoration: none;
}

.tituloCath2 {
    font-size: 18pt;
    color: #02478c;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 55px;
}

p.textoPie_cat {
    font-size: 13pt;
    text-align: left;
    line-height: 1.3;
    padding: 20px 10px 10px 30px;
}

p.textoCat {
    font-size: 13pt;
    text-align: left;
    padding: 0 10px 0 20px;
    line-height: 1.3;
}

p.categoria {
    margin: 0 40px 0 40px;
    font-size: 12pt;
    text-align: center;
    line-height: 1.5;
}

p.categoria_claim {
    font-family: 'Ubuntu', 'VERDANA';
    margin: 8px 20px 8px 20px;
    font-weight: normal;
    font-size: 12pt;
    text-align: center;
}

p.disponibilidadCategoria {
    font-size: large;
    font-variant: all-small-caps;
    color: #f77f00;
    font-weight: 600;
    text-align: center;
    font-family: 'Ubuntu', 'VERDANA';
}

.accesoriosCat {
    display: inline-block;
    margin-top: 10%;
    width: 100%;
}

.todosIconosCategorias {
    display: inline-block;
    width: 90%;
}

.iconosCategorias {
    display: contents;
}

.icoCAT {
    width: 70px;
}

.contenedorTexto-Cat {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    background-color: transparent;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.textos_pie_cat {
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background-color: transparent;
    text-align: left;
}

#textos_pie_cat {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.contenedorTextos_pie_cat {
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background-color: transparent;
    text-align: left;
}

.numeroIcono {
    font-size: 14pt;
    color: #02478c;
}

.leyendaIconosCategorias {
    text-align: center;
    color: black;
}

img.categorias_320x320 {
    height: auto;
    width: 100%;
}

#columna_cat_div {
    width: 99%;
    height: auto;
    padding-bottom: 30px;
}

#columna_cat_div_ADN {
    position: relative;
    left: 0px;
    top: 0px;
    width: 90%;
    height: auto;
    background-color: white;
    margin: 5px;
    border-bottom: 1px solid grey;
}

#fila_cat_div {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
*/

#muletasBastones_todo {
    position: relative;
    display: block;
    top: 0px;
    max-width: 980px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    text-align: left;
    width: 100%;
}

#muletasBastonesH1_div {
    position: relative;
    float: left;
    top: 0px;
    max-width: 980px;
    height: auto;
    background-color: transparent;
    margin: 5px;
    text-align: left;
    display: none;
}

.muletasBastonesH1_div {
    position: relative;
    float: left;
    top: 0px;
    max-width: 980px;
    height: auto;
    background-color: transparent;
    margin: 5px;
    text-align: left;
}

#menu_muletas_div {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 160px;
    background-color: white;
    margin: 10px 0px 10px 0px;
}

#accesorios_todo {
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    text-align: left;
}

#accesoriosH1_div {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    background-color: transparent;
    display: none;
}

#menu_accesorios_div {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 300px;
    background-color: white;
    margin: 5px;
}

#andadores_todo {
    position: relative;
    top: 0px;
    max-width: 980px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    text-align: left;
}

#andadoresH1_div {
    position: relative;
    float: left;
    top: 0px;
    max-width: 980px;
    height: auto;
    background-color: transparent;
    margin: 5px;
    text-align: right;
}

#medias1_div,
#medias2_div {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    background-color: white;
    margin: 5px;
}

/* ===== 4. ESTILOS ESPECÍFICOS DE CESTA Y CHECKOUT (Mobile First) ===== */

#centro {
    color: #423D3D;
    background-color: transparent;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 375px;
    max-width: 980px;
}

#centro_home {
    background-color: transparent;
    position: relative;
    top: 10px;
    height: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    width: auto;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    display: block;
}

#todo.size_long {
    height: 1000px;
}

#todo.size_index {
    height: 1000px;
}

#todo.size_chk2 {
    height: 1000px;
}

#todo.size_Verylong {
    height: 1475px;
}

/* NOTE: Estilos de #todo.size_fit y table.cesta movidos a estilos/cesta.css */

table.socks {
    background-color: transparent;
    border: 1px solid #0000;
    text-align: left;
    width: 100%;
}

table.crutches {
    background-color: #dfe1e3;
    border: 2px solid #6b5e4f;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

table.producto {
    background-color: transparent;
    border: none;
    text-align: left;
    table-layout: fixed;
    width: 100%;
    margin: auto;
    margin: 30px 0;
}

table.caracteristicas {
    background-color: transparent;
    border: none;
    text-align: left;
    table-layout: fixed;
    width: 100%;
}

table.distribuidores {
    background-color: transparent;
    border: 1px solid #0000;
    text-align: left;
    width: 100%;
}

/* NOTE: Bloques de filas/columnas de tabla de cesta movidos a estilos/cesta.css */

tr.filaDatos {
    background-color: transparent;
    text-align: left;
    font-family: 'Verdana', 'VERDANA';
    margin: 0px;
    font-weight: normal;
    font-size: 11pt;
    font-color: green;
    font-family: 'Ubuntu', 'VERDANA';
    font-weight: normal;
    font-size: 11pt;
}

tr.filaDatos td {
    padding: 10px;
    padding: 10px 0 10px 0px;
}

tr.filaOculto {
    display: none;
}

tr.filaVisible {
    display: table-row;
}

tr.empresa {
    background-color: #f3f5f4;
    border-width: 1px;
    border-color: #ada9a5;
    border-style: solid;
    text-align: center;
    font-family: 'Verdana', 'VERDANA';
    margin: 5px;
    font-weight: normal;
    font-size: 12pt;
}

tr.encabezado {
    background-color: #f3f5f4;
    border-width: 1px;
    border-color: #ada9a5;
    border-style: solid;
    text-align: left;
    font-family: 'Verdana', 'VERDANA';
    margin: 5px;
    font-weight: normal;
    font-size: 11pt;
    background-color: #02478c;
    color: white;
    border-width: 1px;
    border-color: #ada9a5;
    border-style: solid;
    font-size: medium;
    text-transform: uppercase;
}

tr.encabezado td {
    background-color: white;
    color: #736861;
}

tr.encabezadoCesta {
    background-color: #02478c;
    border-width: 1px;
    font-family: 'Ubuntu', 'VERDANA';
    margin: 5px;
    font-weight: normal;
    font-size: medium;
    text-transform: uppercase;
    color: white;
}

td.encabezadoCesta {
    padding: 10px;
    text-align: left;
}

td.encabezado {
    padding: 10px;
    text-align: left;
}

tr.filaCar {
    background-color: transparent;
    text-align: left;
    font-family: 'Ubuntu', 'VERDANA';
    margin: 5px;
    font-weight: normal;
    font-size: 10pt;
}

tr.precio {
    background-color: transparent;
    text-align: left;
    font-family: 'Ubuntu', 'VERDANA';
    margin: 5px;
    font-weight: normal;
    font-size: 12pt;
}

tr.paisEnvio {
    height: 50px;
}

tr.tiempoEnvio {
    height: 30px;
    font-size: 9pt;
    text-align: left;
    color: #02478c;
    font-family: 'Ubuntu', 'VERDANA';
}

.td1 {
    color: #736861;
    font-size: larger;
}

.comprar {
    background: #02478c;
    border: none;
    font-family: 'Ubuntu', 'VERDANA';
    color: #ffffff;
    font-size: 14px;
    padding: 2%;
    text-decoration: none;
    display: block;
    width: 60%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 98%;
    padding: 18px 15px;
}

.comprar:hover {
    background: #0e92c6;
}

table.empresa {
    background-color: grey;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    border-spacing: 1px;
    text-align: center;
}

table.form {
    background-color: grey;
    border: 1px solid grey;
}

tr.form_f {
    background-color: grey;
    border: 1px solid grey;
}

td.form_c {
    background-color: grey;
    border: 1px solid grey;
}

/* ===== 5. ESTILOS ESPECÍFICOS DE MENÚ PRODUCTOS (Mobile First) ===== */

#menu_productos_div {
    position: relative;
    left: 0px;
    top: 0px;
    width: auto;
    height: 300px;
    margin: 0px;
    display: none;
    position: absolute;
    left: 0px;
    top: 125px;
    width: 840px;
    height: 20px;
    margin: 5px;
}

#menu_productosBamboo_div {
    position: relative;
    left: 0px;
    top: 220px;
    width: auto;
    height: 35px;
    margin: 0px;
    position: relative;
    left: 0px;
    top: 140px;
    width: 250px;
    height: 35px;
    margin: 5px;
}

#menu_productos1,
#menu_productos2,
#menu_productos3,
#menu_productos4,
#menu_productos5,
#menu_productos6,
#menu_productos7,
#menu_productos8 {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0px;
    padding: 2px;
    float: left;
    top: 10px;
    width: auto;
    height: 30px;
    margin: 5px;
}

#menu_productos1.menu_select,
#menu_productos7.menu_select,
#menu_productos8.menu_select,
#menu_productos2.menu_select {
    background-image: url(images/menu_select.jpg);
}

#menu_productos1:hover,
#menu_productos7:hover,
#menu_productos8:hover,
#menu_productos2:hover {
    background-image: url(images/menu_hover.jpg);
}

#menu_productos3.menu_select,
#menu_productos4.menu_select,
#menu_productos5.menu_select,
#menu_productos6.menu_select {
    background-image: url(images/menu_select.jpg);
}

#menu_productos3:hover,
#menu_productos4:hover,
#menu_productos5:hover,
#menu_productos6:hover {
    background-image: url(images/menu_hover.jpg);
}

#submenu2 {
    position: absolute;
    left: 225px;
    top: 15px;
    height: auto;
    width: 200px;
    text-align: left;
}

#menu1.con_solapa,
#menu2.con_solapa,
#menu3.con_solapa,
#menu4.con_solapa,
#menu5.con_solapa,
#menu6.con_solapa,
#menu7.con_solapa,
#menu8.con_solapa,
#menu10.con_solapa {
    border-bottom: 4px solid #a2a2a2;
}

h5.submenu {
    margin-left: 40px;
    font-size: 9pt;
}

/* ===== 6. ESTILOS ESPECÍFICOS DE ABOUT US / EQUIPO (Mobile First) ===== */

h2.Team {
    font-family: 'Ubuntu', 'VERDANA';
    font-weight: normal;
    margin: 30px 25px 10px 30px;
    color: #02478c;
    font-size: 13pt;
    text-align: center;
    text-transform: uppercase;
}

p.cargoTeam {
    font-family: 'Ubuntu', 'VERDANA';
    margin: 0 20px 30px 20px;
    font-weight: normal;
    font-size: 10pt;
    text-align: center;
    font-style: italic;
}

p.fraseGuay {
    font-family: 'Ubuntu', 'VERDANA';
    margin: 30px 30px 0 30px;
    font-weight: normal;
    font-size: 12pt;
    text-align: center;
}

p.email-equipo {
    font-family: 'Ubuntu', 'VERDANA';
    margin: 30px 30px 0 30px;
    font-weight: normal;
    font-size: 12pt;
    text-align: center;
    color: slategrey;
}

/* ===== 7. ESTILOS ESPECÍFICOS DE CONTACTO ===== */
/* NOTA: Estilos de contacto migrados a /estilos/contacto.css */
/* Los estilos antiguos (#contacto_todo, #texto_contacto_left, #texto_contacto_right) */
/* han sido reemplazados por clases modernas en contacto.css */

#div_distribuidores {
    color: #423D3D;
    background-color: transparent;
    position: relative;
    float: left;
    top: 0px;
    height: auto;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    top: 0px;
    height: 400px;
    width: auto;
    display: block;
    margin: 0px;
}

/* ===== 8. ESTILOS ESPECÍFICOS DE AYUDA (Mobile First) ===== */

#ayuda_div {
    position: relative;
    left: 0px;
    top: 0px;
    max-width: 980px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    text-align: left;
    color: #423D3D;
    width: auto;
    margin: 0px;
}

/* ===== 9. ESTILOS ESPECÍFICOS DE FOOTER POR PÁGINA (Mobile First) ===== */

#pie.ayuda {
    position: relative;
    left: 0px;
    top: 150px;
    bottom: -150px;
}

/* #pie.productos: estilos legacy eliminados en favor de layout moderno en estilos.css */

/* #pie.contacto: Estilos migrados a /estilos/contacto.css */

#pie.checkout {
    left: 0px;
    top: 0px;
}

#pie.checkout1 {
    position: relative;
    top: 0;
    display: block;
    left: 0;
    width: 100%;
    clear: both;
}

#pie.checkout2 {
    margin-left: 0px;
    bottom: 0px;
    left: 0px;
    top: 0px;
}

#pie.checkout3 {
    position: relative;
    left: 0px;
    top: 10px;
    display: inline-block;
}

#pie.blog {
    position: relative;
    top: 150px;
}

#pie.muletas_bastones {
    position: relative;
    float: left;
    top: 20px;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 0px;
}

#pie.muletas_accesorios {
    position: relative;
    top: 20px;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 0px;
}

#pie.andadores {
    position: relative;
    top: 20px;
    display: inline-block;
}

/* ===== 10. ESTILOS ESPECÍFICOS VARIOS (Mobile First) ===== */

#redes_div {
    position: absolute;
    left: 50px;
    top: 0px;
    width: 200px;
    height: 50px;
    background-color: transparent;
    margin: 5px;
    position: absolute;
    left: 750px;
    top: 0px;
}

ul.ficha {
    font-family: 'Verdana', 'VERDANA';
    margin: 5px;
    font-weight: normal;
    font-size: 14pt;
    text-align: justify;
    font-family: 'Ubuntu', 'VERDANA';
    font-size: 12pt;
}

ul.nivel1 {
    list-style-type: none;
    padding-left: 0em;
}

ul.nivel2 {
    list-style-type: none;
    padding-left: 1.0em;
}

ul li:focus ul,
ul li:active ul,
ul li a:active ul {
    display: block;
}

ul li ul {
    display: none;
}

#blog_escribepost_div {
    position: relative;
    left: 0px;
    top: 150px;
    width: 640px;
    height: auto;
    background-color: transparent;
    margin: 5px;
    left: 0px;
    top: 0px;
    width: auto;
    margin: 0px;
}

.two {
    font-family: 'Verdana', 'VERDANA';
    font-size: 14px;
    padding: 5px 0px 5px 0px;
    margin-bottom: 3px;
    display: inline-block;
    width: 98%;
    height: 30px;
}

a.botonAbreMenu {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: 'Verdana', 'VERDANA';
    color: #f5f2f5;
    font-size: 14px;
    background: white;
    padding: 0px 5px 0px 5px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
}

a.botonAbreMenu:hover {
    background: white;
    padding: 10px 5px 0px 5px;
    text-decoration: none;
}

#arriba_home.reorder #miCuenta_div {
    order: 1;
}

#arriba_home.reorder #contenedor_logo_div {
    order: 2;
}

#arriba_home.reorder #menus_bloque2_div {
    order: 4;
}

#arriba_home.reorder #menus_div {
    order: 3;
}

/* ===== 11. TABLA COMPARATIVA CATEGORÍAS (Mobile First) ===== */

.tablaComparativa_PC {
    display: none;
}

.tablaComparativa_mobile {
    display: inherit;
}

table#tablaComparativa {
    border-collapse: collapse;
}

td.tablaComparativa-bajo {
    background-color: #ffffff;
    border-color: #ffffff;
}

td.tablaComparativa-bajo-2 {
    border-color: #ffffff;
    border-bottom-color: #cccccc;
}

td.tablaComparativa-medio {
    background-color: #ffffff;
    color: #02478c;
}

td.tablaComparativa-alto {
    background-color: #0e92c6;
}

td.tablaComparativa-a {
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: smaller;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
}

td.tablaComparativa-a-grey {
    background-color: #f9f9f9;
    text-transform: uppercase;
    font-weight: 600;
    font-size: smaller;
}

td.tablaComparativa-b {
    background-color: #ffffff;
    font-size: smaller;
    color: #736861;
    font-family: "ubuntu";
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
}

td.tablaComparativa-b-grey {
    background-color: #f9f9f9;
    font-size: smaller;
    color: #736861;
    font-family: "ubuntu";
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
}

td.tablaComparativa-c {
    background-color: #ffffff;
    color: #736861;
}

td.tablaComparativa-d {
    background-color: #f9f9f9;
    font-size: large;
    font-weight: 500;
    color: #0e92c6;
}

td.tablaComparativa-aaa {
    background-color: #ffffff;
    border-color: #ffffff;
}

td.tablaComparativa-bbb {
    background-color: #fff64f;
}

td.tablaComparativa-ccc {
    background-color: #ffff00;
}

thead.tablaComparativa-cabecera {
    background-color: #fff;
}

thead.tablaComparativa-cabecera tr td {
    font-size: large;
    font-weight: bold;
    border-bottom-color: #cccccc;
    font-family: "ubuntu";
    padding: 15px;
    text-align: center;
}

thead.tablaComparativa-cabecera tr.tablaComparativa-fila-A td.bajo-3 {
    border-bottom-color: #ffffff;
}

tfoot.tablaComparativa-pie tr td {
    font-size: 18px;
    font-weight: bold;
    font-family: "ubuntu";
    padding: 2px;
}

tbody.tablaComparativa-cuerpo tr td {
    text-align: center;
    padding: 10px;
    font-family: "ubuntu";
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
}

tr.tablaComparatica-fila-A td.tablaComparativa-baja-3 {
    border-bottom-color: white;
}

tr.tablaComparatica-fila-A td.tablaComparativa-a {
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
}

.tablaComparativa-button {
    background-color: #02478c;
    border: none;
    font-family: "ubuntu";
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 10px auto;
}

.tablaComparativa-button:hover {
    background-color: #0e92c6;
}

.tablaComparativa-nombre {
    font-weight: 900;
    color: #02478c;
}

.table-mov,
.table-mov * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.table-mov {
    float: left;
    margin-left: 116px;
    position: relative;
    width: calc(100% - 116px);
}

.table-mov table {
    border-collapse: collapse;
}

.table-mov .table-mov-sticky {
    position: relative;
    width: 116px;
    float: left;
    margin-left: -116px;
}

.table-mov .table-mov-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100% !important;
    margin-left: -3px;
}

.table-mov table tr {
    height: 160px !important;
}

.table-mov table th {
    border-style: solid;
    border: none;
    border-color: #cccccc;
    border-width: 1px;
    background-color: white;
    color: #000;
    text-align: center;
    padding: 10px;
    font-family: "ubuntu";
    vertical-align: bottom;
}

.table-mov table td {
    border: 1px solid #aaa;
}

.table-mov .table-mov-sticky table td {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 160px;
    overflow: hidden;
    border: none;
}

.table-mov .table-mov-scroll table td {
    text-align: center;
    padding: 10px;
    font-family: "ubuntu";
}

.table-mov .table-mov-sticky table td > img {
    width: auto;
    height: 80px;
    border-radius: 10px;
}

.table-mov .table-mov-sticky table td > button {
    font-weight: bolder;
    background-color: #02478c;
    border: none;
    font-family: "ubuntu";
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 10px;
}

/* ===== 12. MEDIA QUERIES (Desktop - min-width: 841px) ===== */
@media (min-width: 841px) {
    
    /* Categorías - Desktop Overrides (OBSOLETO - migrado a categorias.css) */
    /* Todos los estilos de categorías para desktop han sido migrados a /estilos/categorias.css */
    /*
    h1.Cat {
        font-size: 18pt;
        color: #02478c;
        text-transform: uppercase;
        font-weight: bold;
    }
    
    h1.tituloCat {
        font-size: 18pt;
        color: #02478c;
        text-transform: uppercase;
        font-weight: bold;
    }
    
    h2.tituloPie_cat {
        font-family: 'Ubuntu', 'VERDANA';
        font-weight: normal;
        margin: 0 20px 0 20px;
        color: #02478c;
        font-size: 12pt;
        text-align: center;
        text-transform: uppercase;
    }
    
    p.textoPie_cat {
        font-family: 'Ubuntu', 'VERDANA';
        margin: 5px;
        font-weight: normal;
        font-size: 12pt;
        text-align: justify;
        color: #423d3d;
    }
    
    p.textoCat {
        font-family: 'Ubuntu', 'VERDANA';
        padding: 20px 10px 10px 30px;
        margin: 0 20px 0 20px;
        font-weight: normal;
        font-size: 12pt;
        text-align: justify;
        color: #423d3d;
    }
    
    p.categoria {
        font-family: 'Ubuntu', 'VERDANA';
        margin: 0 20px 0 20px;
        font-weight: normal;
        font-size: 12pt;
        text-align: center;
    }
    
    #columna_cat_div {
        position: relative;
        display: inline-block;
        float: left;
        width: 322px;
        height: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    */
    
    #muletasBastonesH1_div {
        display: block;
    }
    
    #accesoriosH1_div {
        display: block;
    }
    
    /* Producto - Desktop Overrides */
    h1.NombreProducto {
        width: 100%;
        margin: 0;
        text-align: center;
        display: inline-block;
        color: #02478c;
        font-weight: 500;
        font-size: x-large;
    }
    
    h2.tituloFichaProducto {
        font-family: 'Ubuntu', 'VERDANA';
        font-weight: normal;
        margin: 0 5px;
        color: #02478c;
        font-size: 12pt;
        text-transform: uppercase;
        margin: 0 5px;
    }
    
    #tabla_tallas_div {
        position: absolute;
        left: 5px;
        bottom: -5px;
        width: 400px;
        height: 160px;
        margin: 0px;
        background-color: white;
    }
    
    #tabla_tallas_C1F1 {
        width: 300px;
    }
    
    #tabla_tallas_C2F1 {
        left: 250px;
        width: 150px;
    }
    
    #tabla_tallas_C1F2,
    #tabla_tallas_C1F3,
    #tabla_tallas_C1F4,
    #tabla_tallas_C1F5 {
        width: 100px;
    }
    
    #tabla_tallas_C2F2,
    #tabla_tallas_C2F3,
    #tabla_tallas_C2F4,
    #tabla_tallas_C2F5 {
        left: 100px;
        width: 150px;
    }
    
    #tabla_tallas_C3F2,
    #tabla_tallas_C3F3,
    #tabla_tallas_C3F4,
    #tabla_tallas_C3F5 {
        left: 250px;
        width: 150px;
    }
    
    .tablaFichaProductoTabla {
        width: 40%;
        margin-left: 20%;
    }
    
    .tablaFichaProductoImg {
        width: 40%;
    }
    
    .imgTabla {
        width: 150px;
    }
    
    img.productoV {
        max-width: 85%;
        max-height: 600px;
    }
    
    img.productoH {
        max-width: 85%;
        max-height: 600px;
    }
    
    img.productoV_s {
        height: 190px;
        width: 190px;
    }
    
    img.productoH_s {
        height: 190px;
        width: 190px;
    }
    
    #imagen_productos_div {
        position: relative;
        float: left;
        top: 0px;
        width: 640px;
        height: 400px;
        margin: 10px;
    }
    
    #imagen_productosVertical_div {
        position: relative;
        left: 200px;
        top: 0px;
        width: 440px;
        height: 500px;
        margin: 10px;
    }
    
    #imagen_peq_productos_div {
        position: relative;
        float: left;
        top: 0px;
        width: 640px;
        margin: 10px;
    }
    
    #imagen_peq_productosVertical_div {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 200px;
        height: 500px;
    }
    
    #seleccion_productos_div {
        position: relative;
        float: right;
        top: 0px;
        width: 28%;
        height: auto;
        margin-left: 40px;
    }
    
    #caracteristicas_div {
        position: absolute;
        left: 650px;
        top: 250px;
        width: 300px;
        height: 100px;
        margin: 10px;
        text-align: right;
    }
    
    #datasheet_div {
        position: absolute;
        right: 0px;
        top: 350px;
        width: 300px;
        height: 150px;
        margin: 0px;
        text-align: right;
    }
    
    #foto_peq_div {
        position: relative;
        float: right;
        top: 0px;
        width: 190px;
        height: 190px;
        margin: 20px 20px 30px 0px;
    }
    
    #foto_peq_vertical_div {
        position: relative;
        right: 0px;
        top: 10px;
        width: 190px;
        height: 190px;
        margin: 0 20px 5px 0px;
    }
    
    #descripcion_productos_div {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        padding-top: 80px;
    }
    
    #descripcion_productos_center_div {
        position: relative;
        top: 10px;
        max-width: 980px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    
    #linea_div {
        position: absolute;
        left: -10px;
        top: 20px;
        width: 1px;
        height: 100%;
        margin-bottom: -200px;
        background-color: #ccccc5;
    }
    
    #handmade_div {
        position: absolute;
        left: 0px;
        top: 150px;
        width: 120px;
        height: 60px;
        margin: 0px;
    }
    
    #reviews_div {
        position: relative;
        float: left;
        height: auto;
        width: 100%;
        background-color: white;
        border-top: 1px solid #ccccc5;
    }
    
    #reviews_center_div {
        position: relative;
        height: auto;
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        background-color: white;
    }
    
    /* Cesta/Checkout - Desktop Overrides */
    #centro {
        position: absolute;
        top: 375px;
        height: auto;
        max-width: 980px;
    }
    
    #centro_home {
        position: relative;
        top: 10px;
        height: auto;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .comprar {
        width: 60%;
    }
    
    .continuarCompra {
        width: 60%;
    }
    
    .talla {
        width: 100%;
    }
    
    .idioma {
        font-size: 14px;
        padding: 2px 5px 2px 5px;
    }
    
    .moneda {
        font-size: 14px;
        padding: 2px 5px 2px 5px;
        width: 56px;
    }
    
    .selectPaises {
        width: 250px;
    }
    
    .confirmacionPedido {
        position: relative;
        display: inline-block;
        width: 100%;
        height: auto;
        margin: auto;
        padding-bottom: 70px;
        padding: 50px 0 50px 50px;
    }
    
    /* Menú Productos - Desktop Overrides */
    #menu_productos_div {
        position: absolute;
        left: 0px;
        top: 125px;
        width: 840px;
        height: 20px;
        margin: 5px;
        display: block;
    }
    
    #menu_productosBamboo_div {
        position: relative;
        left: 0px;
        top: 140px;
        width: 250px;
        height: 35px;
        margin: 5px;
    }
    
    #menu_productos1,
    #menu_productos2,
    #menu_productos3,
    #menu_productos4,
    #menu_productos5,
    #menu_productos6,
    #menu_productos7,
    #menu_productos8 {
        float: left;
        top: 10px;
        width: auto;
        height: 30px;
        margin: 5px;
    }
    
    /* Tabla Comparativa - Desktop Overrides */
    .tablaComparativa_PC {
        display: inherit;
    }
    
    .tablaComparativa_mobile {
        display: none;
    }
    
    /* Contacto - Desktop Overrides */
    #texto_contacto_left {
        width: 450px;
        margin: 10px;
    }
    
    #texto_contacto_right {
        width: 450px;
        margin: 10px;
    }
    
    #div_distribuidores {
        max-width: 980px;
    }
    
    /* Footer - Desktop Overrides */
    #pie.ayuda {
        position: relative;
        left: 0px;
        top: 150px;
    }
    
    #pie.productos {
        position: relative;
        float: left;
        top: 100px;
    }
    
    #pie.checkout1 {
        position: relative;
        top: 0;
        display: block;
        clear: both;
    }
    
    #pie.checkout3 {
        position: relative;
        left: 0px;
        top: 10px;
        display: inline-block;
    }
    
    #pie.muletas_bastones {
        position: relative;
        float: left;
        top: 20px;
        display: inline-block;
    }
    
    #pie.muletas_accesorios {
        position: relative;
        top: 20px;
        display: inline-block;
    }
    
    #pie.andadores {
        position: relative;
        top: 20px;
        display: inline-block;
    }
    
    #redes_div {
        position: absolute;
        left: 750px;
        top: 0px;
        width: 200px;
        height: 50px;
        margin: 5px;
    }
    
    #blog_escribepost_div {
        position: relative;
        left: 0px;
        top: 150px;
        width: 640px;
        height: auto;
        margin: 5px;
    }
}
