/* Estilos base necesarios para style.php */
@font-face {
    font-family: BentonSans-Bold;
    src: url(fuentes/BentonSans-Bold.woff2);
    font-display: swap;
}

@font-face {
    font-family: BentonSans-Regular;
    src: url(fuentes/BentonSans-Regular.woff2);
    font-display: swap;
}

@font-face {
    font-family: Questrial;
    src: url(fuentes/Questrial-Regular.ttf);
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

u {
    text-decoration: underline !important;
}

body {
    border-color: #d2d2d2;
    min-width: 300px;
    background: black;
    color: white;
    font-family: 'BentonSans-Regular', 'BentonSans-Bold';
}

button {
    cursor: pointer;
    border-style: none;
    background: transparent;
}

a {
    text-decoration: none !important;
    color: white;
}

#center {
    width: 100%;
}

#video-player {
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

body.full-screen {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#video-player.full-screen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #111;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 150;
}

#video-player video {
    pointer-events: none;
    user-select: none;
}

#video-player.full-screen video {
    height: 100vh !important;
}

#controls .no-print {
    display: none;
}

#controls {
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.controls-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
}

#controls button,
#controls input[type="range"] {
    margin: 0 5px;
    cursor: pointer;

}

#controls #controls button {
    background-color: transparent;
    border: none;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

#controls button:hover {
    /* background-color: #555; */
}

#controls input[type="range"] {
    flex: 1;
    height: 3px;
    width: 50%;
}

.time {
    color: white;
    font-size: 14px;
    margin: 0 5px;
}

.divProgres {
    display: flex;
    width: 45%;
    align-items: center;
}

.controls-sound {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    width: 55%;
}

@media (max-width: 768px) {
    #video-player {
        width: 100%;
    }

    .controls-sound {
        width: 100%;
    }

    #controls input[type="range"] {
        width: 100%;
    }

    .divProgres {
        width: 100%;
    }

    #fullScreen {
        display: none;
    }
}
li[data-list="bullet"] {
    list-style-type: disc;
    display: list-item;
    margin-left: 1.5em;
}

li[data-list="ordered"] {
    list-style-type: decimal;
    display: list-item;
    margin-left: 1.5em;
}

.descripcion {
    max-width: 1000px;
    word-wrap: break-word;
    margin: 10px auto;
    color: #fff !important;
}

.descripcion * {
    font-size: 30px;
    margin-bottom: 0;
    min-height: 45px;
    color: #fff !important;
}

.descripcion strong {
    color: #00ffff !important;
}

.descripcion strong u {
    color: #00ffff !important;
}

.titulo {
    font-size: 25px;
}

.tituloNombre {
    font-size: 30px;
}

.lupa {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
}

.lupa>svg {
    width: 45px;
    height: 45px;
}

@media (max-width: 1000px) {
    .descripcion {
        max-width: 1000px;
        word-wrap: break-word;
        margin: 10px auto;
    }

    .descripcion * {
        font-size: 20px;
        min-height: 30px;
    }

    .tituloNombre {
        font-size: 25px;
    }

    .lupa>svg {
        width: 35px;
        height: 35px;
    }
}

/* CSS movido desde style.php */
#estilo-thumbs-wrap {
    --swiper-navigation-size: 50px;
}

#estilo-thumbs-wrap .swiper-button-next,
#estilo-thumbs-wrap .swiper-button-prev {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50% !important;
    height: auto !important;
    margin: 10px !important;
}

#estilo-thumbs-wrap .swiper-button-next svg,
#estilo-thumbs-wrap .swiper-button-prev svg {
    width: 50px !important;
    height: 50px !important;
    fill: #999 !important;
    stroke: #999 !important;
}

@media screen AND (min-width: 1000px) {
    #estilo-thumbs-wrap .swiper-button-next svg,
    #estilo-thumbs-wrap .swiper-button-prev svg {
        width: 100px !important;
        height: 100px !important;
    }
}

#estilo-thumbs-wrap .swiper-button-next::after,
#estilo-thumbs-wrap .swiper-button-prev::after {
    content: '' !important;
    display: none !important;
}

.cardProd {
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 0 10px;
    margin-right: inherit !important;
    width: fit-content;
}

.cardProd img {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.cardProd h2 {
    color: #111;
    font-size: 20px;
    line-height: 40px;
    border: none;
    padding: 0;
}

.cardProd h3 {
    text-align: center;
    color: #222;
}

/* CSS copiado desde styles30042021.css */
.box-page-producto {
    color: white;
}

.box-page-producto h2 {
    padding: 2rem 3rem;
    font-size: 35px;
    color: aqua;
    border-bottom: groove;
    text-align: center;
    line-height: 5rem;
    border-color: #dee;
}

@media (max-width: 768px) {
    .box-page-producto h2 {
        font-size: 25px;
        padding: 1rem;
    }
}

.separator {
    margin-right: 1rem;
    margin-left: 0.5rem;
}

.btn-step-back,
.btn-back {
    font: 21px/9px 'BentonSans-Regular', 'BentonSans-Bold' !important;
    color: #FFF !important;
    background: #545454;
    text-decoration: none !important;
    padding: 1rem;
    border: 1px solid #D5D0CA;
    border-radius: 4px;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    display: inline-block;
    width: auto;
    text-align: center;
}

.btn-step-back:hover,
.btn-back:hover {
    background: #493E3A;
    border-color: #988B85;
    color: #D5D0CA !important;
}

.coming-soon {
    text-align: center;
    font-size: 4rem;
}

.div-breadcrumbs {
    width: 100%;
    padding: 0px 10px;
    overflow-x: hidden;
    border-bottom: groove;
}

.ruta2 {
    padding: 2rem 3rem;
    font-size: 2rem;
    color: white;
    border-bottom: groove;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.ruta2 a {
    color: #fff;
    text-transform: capitalize;
}

.ruta2 h1 {
    padding: 2rem 3rem;
    font-size: 3rem;
    color: white;
    text-align: center;
}

.ruta2 > :nth-last-child(2) {
    color: aqua !important;
}

h2.ruta2 {
    scroll-padding-left: 100px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 10px !important;
    border-bottom: none;
    margin-bottom: 0px;
    font-size: 22.5px !important;
}

h2.ruta2 > * {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-left: 0 !important;
    padding-left: 0 !important;
    position: relative !important;
}

h2.ruta2 a,
h2.ruta2 .item {
    display: inline-block;
    width: auto !important;
}

h2.ruta2 {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

h2.ruta2::-webkit-scrollbar {
    display: none;
}

@media (max-width: 950px) {
    .ruta2 {
        font-size: 1.5rem !important;
        line-height: 5rem;
        padding: 0;
        justify-content: flex-start;
    }
}

@media (max-width: 750px) {
    .ruta2 {
        font-size: 1.5rem !important;
        line-height: 5rem;
        padding: 0;
    }
    
    .ruta2 h1 {
        font-size: 2rem;
    }
}

@media (max-width: 700px) {
    .ruta2 {
        padding: 0rem 0rem !important;
    }
}

@media (max-width: 400px) {
    .ruta2 {
        font-size: 1.25rem !important;
    }
    
    .ruta2 h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 320px) {
    .ruta2 {
        font-size: 1.25rem !important;
    }
    
    .ruta2 h1 {
        font-size: 1.5rem;
    }
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.m-2 {
    margin: 0.5rem;
}

.w-50 {
    width: 50%;
}

.p-3 {
    padding: 1rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col {
    flex: 1;
}

.mw100 {
    max-width: 100%;
}

.btn {
    width: auto;
    height: 40px;
    margin: 1px;
    padding: 5px 20px;
    font: 18px/14px 'BentonSans-Regular','BentonSans-Bold';
    text-decoration: none;
    color: #FFF;
    border: 1px solid #447182;
    background: #447182;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}

.btn-dark {
    background: #333;
    border-color: #333;
}

.style-product-buttons {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: 100%;
}

.style-product-buttons .style-btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    margin: 0;
    color: #fff;
    border-color: #447182;
    background: #447182;
    text-align: center;
}

.div-consulta {
    border-top: groove;
    display: flex;
}

.div-consulta a {
    color: white;
}

.btn-extra {
    padding: 1rem;
    text-align: center;
}

.btn-extra a {
    display: block;
    padding: 1px 0 1 4px;
    font: 23px/42px 'BentonSans-Regular','BentonSans-Bold';
    color: #988B85;
    border: 1.5px solid black;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.btn-extra a:hover {
    color: #493E3A;
    border-color: #EBE9E7;
    background-color: #D5D0CA;
    box-shadow: 0 0 10px #CECAC4;
    -moz-box-shadow: 0 0 10px #CECAC4;
    -webkit-box-shadow: 0 0 10px #CECAC4;
}

.btn-extra a.active {
    color: #493E3A;
    border-color: #988B85;
    background-color: #D5D0CA;
}

.btn-extra-blue {
    background: #CEE0E3 !important;
}

.btn-extra-blue a {
    color: black;
}

.btn-extra-blue a:hover {
    color: #2B454F;
    border-color: #CEE0E3;
    background-color: #91B9C1;
    box-shadow: 0 0 10px #91B9C1;
    -moz-box-shadow: 0 0 10px #91B9C1;
    -webkit-box-shadow: 0 0 10px #91B9C1;
}

.cienwidth {
    width: 100% !important;
}

/* ===== Bloque propio de pages/style.php (duplicado de ficha producto) ===== */
.style-page-section {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 1.5rem;
}

.style-page-section__block {
    width: 100%;
    box-sizing: border-box;
}

.style-page-section__align {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.style-videoIA {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem;
    box-sizing: border-box;
}

.style-video-stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 0 0 auto;
    width: min(351px, 40.5%);
    max-width: 351px;
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
}

.style-page .div-disenador {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.style-page .div-disenador video,
.style-page .vid-disenador {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    box-sizing: border-box;
}

.style-page .div-disenador.vtc-fs-active {
    background: #000 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.style-page .div-disenador.vtc-fs-active video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.style-page .vtc-top-icons {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}

.style-page .vtc-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style-page .vid-top-controls {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 100%);
    opacity: 0;
    transition: opacity .25s;
}

.style-page .div-disenador:hover .vid-top-controls,
.style-page .div-disenador:focus-within .vid-top-controls,
.style-page .div-disenador.vtc-show .vid-top-controls {
    opacity: 1;
}

.style-page .vtc-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.style-page .vtc-progress {
    flex: 1;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255,255,255,.3);
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

.style-page .vtc-progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.style-page .vtc-progress::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.style-page .vtc-time {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
    user-select: none;
}

.style-page .vtc-round-play {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.8);
    background: rgba(0,0,0,.5);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style-info-extra {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.style-info-extra__title {
    box-sizing: border-box;
    margin: 1rem 0 0;
    padding: 0 0 1.5rem 0 !important;
    border-bottom: 2px solid rgba(150, 150, 150, 0.22) !important;
    flex: 0 0 auto;
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    text-transform: capitalize;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
}

.style-info-extra__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.style-info-extra__bio {
    padding: 0 0.75rem 0 0;
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.style-info-extra__bio .descripcion,
.style-info-extra__bio .descripcion * {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    min-height: 0;
    margin-bottom: 0;
    color: #fff !important;
}

.style-info-extra__bio .descripcion {
    margin-top: 0.5rem;
}

.style-info-extra__bio .descripcion strong,
.style-info-extra__bio .descripcion strong u {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
}

.style-info-extra__bio hr,
.style-info-extra__bio .descripcion hr {
    border-color: rgba(150, 150, 150, 0.22) !important;
    background-color: rgba(150, 150, 150, 0.22) !important;
}

/* Utilidades usadas por prod-related-thumbs (tambiÃ©n en product.css) */
.swiper-main-fit {
    height: fit-content;
}

.swiper-wrapper-fit {
    height: fit-content;
}

.swiper-slide-fit {
    height: fit-content;
}

/*
 * Margen lateral 10% (mismo criterio visual que product.php:
 * franja centrada = contenido + â€œvolver al menÃºâ€ + footer newsletter/redes).
 */
.style-page {
    --lds-style-strip-width: 80%;
}

.style-page .div-breadcrumbs,
.style-page .style-page-section,
.style-page .div-consulta {
    width: var(--lds-style-strip-width);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* Thumbs a todo el ancho de la franja (como product.php) */
.style-page .js-prod-related-thumbs-host,
.style-page .js-prod-related-thumbs,
.style-page .js-prod-related-thumbs .swiper.thumbs-slider {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}

/* Pocas slides: flex en el root + transform 0 (evita doble centrado Swiper+margin). */
.style-page .js-prod-related-thumbs.is-thumbs-centered .swiper.thumbs-slider {
    display: flex !important;
    justify-content: center !important;
    align-items: stretch;
}

.style-page .js-prod-related-thumbs.is-thumbs-centered .swiper.thumbs-slider .swiper-wrapper {
    width: max-content !important;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: flex-start;
    transform: translate3d(0, 0, 0) !important;
}

.style-page .js-prod-related-thumbs .swiper.thumbs-slider .swiper-slide {
    width: 120px !important;
    flex-shrink: 0;
}

.style-page .btn-extra.btn-extra-blue.cienwidth.btn-extra-margin-bottom {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

body.page-style #registrarse {
    width: var(--lds-style-strip-width, 80%);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    border-bottom: none !important;
    gap: 0.85rem;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.44rem;
    padding: 1rem 0;
}

body.page-style #registrarse #texto1 {
    font-family: 'BentonSans-Regular', 'BentonSans-Bold';
    font-size: 1.44rem;
    line-height: 1.3;
    flex: 0 0 auto;
    min-width: 0;
    margin: 0;
    text-align: left;
}

body.page-style #registrarse #txtemail {
    font-size: 1.56rem;
    height: 3.125rem;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
}

body.page-style #registrarse #buscar2 {
    margin: 0;
    flex: 0 0 auto;
    flex-shrink: 0;
    font-size: 1.4rem;
    height: 3.125rem;
    width: auto;
    min-width: 10rem;
    padding: 0 1rem;
}

body.page-style footer .linea.espacio.blackblanco {
    display: none;
}

body.page-style #redes {
    width: var(--lds-style-strip-width, 80%);
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .style-page .div-breadcrumbs,
    .style-page .style-page-section,
    .style-page .div-consulta {
        width: 100%;
        max-width: 100%;
    }

    body.page-style #registrarse,
    body.page-style #redes {
        width: 100%;
        max-width: 100%;
    }

    .style-videoIA {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0;
    }

    .style-video-stack {
        width: 50% !important;
        max-width: 50% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 0.75rem;
        overflow: visible !important;
    }

    .style-page .div-disenador {
        width: 100% !important;
        max-width: 100% !important;
        transform: scale(1.25);
        transform-origin: center center;
        overflow: visible !important;
    }

    .style-page .div-disenador.vtc-fs-active {
        transform: none !important;
        overflow: hidden !important;
    }

    .style-info-extra {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 1rem;
    }

    .style-info-extra__title {
        text-align: center;
        font-size: 1.75rem !important;
    }
}

@media (max-width: 1000px) {
    .style-page .vtc-fullscreen {
        display: none !important;
    }
}

/* BotÃ³n back (celular): debe quedar despuÃ©s de otros @media para no ser pisado */
@media (max-width: 600px) {
    .btn-step-back,
    .btn-back {
        padding: 1rem;
        font: 15px/9px 'BentonSans-Regular', 'BentonSans-Bold' !important;
    }
}
