﻿/* Estilo visual similar al ejemplo: pestañas grises arriba, panel blanco amplio y borde sutil. */
/*.product-tabs {
    width: min(100%, 1290px);
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #3f4652;
    border: 1px solid #bfc7cf;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.product-tabs__list {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    margin: 0;
    padding: 6px 6px 0;
    list-style: none;
    background: linear-gradient(#eeeeee, #cfcfcf);
    border-bottom: 1px solid #b8b8b8;
    min-height: 35px;
}

.product-tabs__button {
    appearance: none;
    border: 1px solid #c6c6c6;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    padding: 7px 15px 8px;
    background: linear-gradient(#fbfbfb, #e5e5e5);
    color: #36425a;
    font: 13px Arial, Helvetica, sans-serif;
    line-height: 1;
    cursor: pointer;
    min-height: 31px;
}

    .product-tabs__button:hover,
    .product-tabs__button:focus-visible {
        background: #fff;
        color: #000;
        outline: none;
    }

    .product-tabs__button[aria-selected="true"] {
        position: relative;
        z-index: 2;
        background: #fff;
        color: #000;
        border-color: #aeb5bd;
        padding-bottom: 9px;
    }

.product-tabs__panel {
    display: none;
    min-height: 560px;
    padding: 8px 30px 34px;
    background: #fff;
}

    .product-tabs__panel.is-active {
        display: block;
    }

.product-tabs img {
    max-width: 100%;
    height: auto;
}

.product-tabs table {
    border-collapse: collapse;
}

.product-tabs .bigbdytxt,
.product-tabs p,
.product-tabs td {
    font-size: 14px;
    line-height: 1.25;
}

.product-tabs a img {
    display: block;
    margin-bottom: 14px;
}

@media (max-width: 760px) {
    .product-tabs__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
        padding: 6px;
        border-bottom: 1px solid #b8b8b8;
    }

    .product-tabs__button,
    .product-tabs__button[aria-selected="true"] {
        width: 100%;
        border: 1px solid #c6c6c6;
        border-radius: 5px;
        padding: 9px 10px;
        text-align: left;
    }

    .product-tabs__panel {
        min-height: auto;
        padding: 24px 16px;
        overflow-x: auto;
    }
}

#panel-precios {
    overflow-x: auto;
}

#Table_4 {
    min-width: 730px;
    width: 100%;
    border-collapse: collapse;
}
*/



/**********************************************************************************************************************************************/
/* Tabs */
.product-tabs-simple input[type="radio"] {
    display: none;
}

.product-tabs-simple .tabs-menu {
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 0;
    align-items: flex-end;
}

    .product-tabs-simple .tabs-menu label {
        cursor: pointer;
        display: inline-block;
        padding: 9px 16px;
        background: #e5e5e5;
        border: 1px solid #c8c8c8;
        border-bottom: none;
        border-radius: 7px 7px 0 0;
        color: #555;
        font-weight: bold;
        line-height: 1.2;
    }

        .product-tabs-simple .tabs-menu label:hover {
            background: #f5f5f5;
        }

.product-tabs-simple .tab-panel {
    display: none;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 0 8px 8px 8px;
    padding: 18px 22px 24px;
    box-sizing: border-box;
}

#tab-descripcion:checked ~ .tabs-panels .panel-descripcion,
#tab-caracteristicas:checked ~ .tabs-panels .panel-caracteristicas,
#tab-ediciones:checked ~ .tabs-panels .panel-ediciones,
#tab-funcionalidades:checked ~ .tabs-panels .panel-funcionalidades,
#tab-precios:checked ~ .tabs-panels .panel-precios {
    display: block;
}

#tab-descripcion:checked ~ .tabs-menu label[for="tab-descripcion"],
#tab-caracteristicas:checked ~ .tabs-menu label[for="tab-caracteristicas"],
#tab-ediciones:checked ~ .tabs-menu label[for="tab-ediciones"],
#tab-funcionalidades:checked ~ .tabs-menu label[for="tab-funcionalidades"],
#tab-precios:checked ~ .tabs-menu label[for="tab-precios"] {
    background: #ffffff;
    color: #005baa;
    position: relative;
    top: 1px;
}

/* Layout genérico */
.product-layout {
    display: flex;
    gap: 34px;
    align-items: flex-start;
}

.product-sidebar {
    width: 300px;
    flex: 0 0 300px;
}

.product-content {
    flex: 1;
    min-width: 0;
    padding-top: 12px;
}

    .product-sidebar img,
    .product-content img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.product-sidebar img {
    margin-bottom: 14px;
}

.product-sidebar a img {
    border: 0;
}

.product-content p {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 1.45;
    color: #444;
}

.product-content h3 {
    margin: 0 0 14px;
    font-size: 18px;
    color: #005baa;
}

/* Tabla precios */
.pricing-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
}

.pricing-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    color: #334155;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18);
    border-radius: 10px;
    overflow: hidden;
}

    .pricing-table th {
        background: linear-gradient(#48c0ee, #2486d8);
        color: #ffffff;
        padding: 10px 14px;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
    }

        .pricing-table th.pricing-title {
            background: linear-gradient(#3c91ed, #236fca);
            text-align: left;
            font-size: 16px;
        }

    .pricing-table td {
        padding: 18px 24px;
        border-bottom: 1px solid #cbd5e1;
        background: #ffffff;
        font-size: 16px;
    }

    .pricing-table tbody tr td:first-child {
        background: linear-gradient(90deg, #e5e5e5, #f4f4f4);
    }

    .pricing-table .price {
        width: 120px;
        text-align: right;
        font-weight: 700;
        color: #0f172a;
        white-space: nowrap;
    }

.pricing-note {
    margin-top: 14px;
    font-size: 13px;
    color: #334155;
}

@media (max-width: 760px) {

    .product-tabs-simple .tabs-menu {
        flex-wrap: wrap;
    }

        .product-tabs-simple .tabs-menu label {
            border: 1px solid #c8c8c8;
            border-radius: 7px;
        }

    .product-tabs-simple .tab-panel {
        border-radius: 8px;
        overflow-x: auto;
    }

    .product-layout {
        display: block;
    }

    .product-sidebar {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

        .product-sidebar img {
            margin-left: auto;
            margin-right: auto;
        }

    .product-content {
        padding-top: 0;
    }

    .pricing-table {
        min-width: 560px;
    }
}




.features-layout {
    width: 100%;
    border-collapse: collapse;
}

.features-sidebar {
    width: 300px;
    vertical-align: top;
}

.features-content {
    vertical-align: top;
}

.features-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-top: 24px;
}

.features-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    color: #334155;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.16);
    border-radius: 10px;
    overflow: hidden;
}

    .features-table th {
        background: linear-gradient(#1f8f4d, #166534);
        color: #ffffff;
        padding: 12px 14px;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }

        .features-table th:first-child {
            text-align: left;
        }

    .features-table td {
        padding: 10px 14px;
        border-bottom: 1px solid #d1d5db;
        background: #ffffff;
        font-size: 13px;
        line-height: 1.35;
    }

        .features-table td:first-child {
            width: 70%;
            background: #f8fafc;
        }

.features-section td {
    background: #111b72 !important;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}

.feature-yes,
.feature-no {
    width: 90px;
    text-align: center;
    font-size: 22px !important;
    font-weight: 700;
}

.feature-yes {
    color: #16a34a;
}

.feature-no {
    color: #dc2626;
}

.feature-note {
    width: 110px;
    text-align: center;
    font-size: 11px !important;
    color: #475569;
}

@media (max-width: 760px) {
    .features-layout,
    .features-layout tbody,
    .features-layout tr,
    .features-layout td {
        display: block;
        width: 100%;
    }

    .features-sidebar {
        text-align: center;
        margin-bottom: 20px;
    }

    .features-table {
        min-width: 650px;
    }
}




.pricing-layout {
    width: 100%;
    border-collapse: collapse;
}

.pricing-sidebar {
    width: 300px;
    vertical-align: top;
}

.pricing-content {
    width: auto;
    vertical-align: top;
}

.pricing-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.pricing-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    color: #334155;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18);
    border-radius: 10px;
    overflow: hidden;
}

    .pricing-table th {
        background: linear-gradient(#48c0ee, #2486d8);
        color: #ffffff;
        padding: 10px 14px;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
    }

        .pricing-table th.pricing-title {
            background: linear-gradient(#3c91ed, #236fca);
            text-align: left;
            font-size: 16px;
        }

    .pricing-table td {
        padding: 18px 24px;
        border-bottom: 1px solid #cbd5e1;
        background: #ffffff;
        font-size: 16px;
    }

    .pricing-table tbody tr td:first-child {
        background: linear-gradient(90deg, #e5e5e5, #f4f4f4);
    }

    .pricing-table .price {
        width: 120px;
        text-align: right;
        font-weight: 700;
        color: #0f172a;
        white-space: nowrap;
    }

.pricing-section td {
    padding: 10px 24px;
    background: #ffffff !important;
}

.pricing-section img {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
}

.pricing-note {
    margin-top: 14px;
    font-size: 13px;
    color: #334155;
}

@media (max-width: 760px) {
    .pricing-layout,
    .pricing-layout tbody,
    .pricing-layout tr,
    .pricing-layout td {
        display: block;
        width: 100%;
    }

    .pricing-sidebar {
        text-align: center;
        margin-bottom: 20px;
    }

    .pricing-table {
        min-width: 560px;
    }
}

.titleProductSlash {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 60px;
    line-height: 1;
    font-style: italic;
    color: #00AEEF;
    margin-right: 6px;
    flex-shrink: 0;
}
.titleProductName {
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Segoe UI',Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-style: italic;
    color: #00AEEF;
}
.titleImage {
    width:280px; 
    /*height:auto;*/ 
    /*margin-right:35px;*/
}



@font-face {
    font-family: 'Klavika';
    src: url('/fonts/klavika/Klavika-Regular.woff2') format('woff2'), url('/fonts/klavika/Klavika-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
