.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Hero Section */
.product-hero {

    padding: 3rem 0;
    text-align: center;
    margin-top: 200px;
}

.product-hero h1 {
    font-size: 45px;
    color: #424d56;
}

/* Download Box */
.download-box {


    padding: 2rem 0;
}

.btn-download {

    padding: 1rem 2rem;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    margin: 1rem 0;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.feature-card {
    background: var(--light-gray);
    padding: 1.5rem;
    border-radius: 8px;
}



#content-download-install-activate .box.skin-shadow .box-content {
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, .16);
}

#content-download-install-activate .box-content {
    border-radius: 15px;
    overflow: hidden;
}

.box.skin-faded-gray-lighter.opacity-100 .box-content {
    background: #f4f5f4;
}

#content-download-install-activate .col:last-child {
    padding-left: 30px;
}

#content-download-install-activate .col:last-child::after {
    content: "";
    width: 0;
    visibility: visible;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #f4f5f4;
    position: absolute;
    top: 23px;
    bottom: 54px;
    left: 0;
    margin: auto;
}

#content-download-install-activate .col:last-child::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -10px;
    bottom: -100px;
    left: 0px;
    background: #fff;
    z-index: -1;
}

/* Estructura grid (puedes reemplazar con Bootstrap si lo prefieres) */
.row.flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0
}

.product-page .col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Columnas responsivas */
.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.hidden-to-xs {
    display: none;
}

@media (max-width: 768px) {
    .col-sm-8 {
        flex: 0 0 auto;
        max-width: 100%;
    }

    #content-download-install-activate .col:last-child::before {
        content: "";
        position: absolute;
        top: -3px;
        right: -230px;
        bottom: -130px;
        left: -230px;
        background: #fff;
        z-index: -1;
    }

    #content-download-install-activate .col:last-child::after {
        top: -8px;
        bottom: 80px;
        transform: rotate(90deg);
        left: inherit;
    }

    #content-download-install-activate .col:last-child {
        margin-top: 10px;
        padding-top: 15px;
    }

    .product-hero {
        margin-top: 100px;
    }
}

@media (min-width: 576px) {
    .hidden-to-xs {
        display: block;
    }
}



/* Estilos de la caja contenedora */
.box {
    position: relative;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.box-content {
    padding: 1.5rem;
}

.skin-badge-invisible {
    border: none;
}

.skin-faded-gray-lighter {
    background-color: #f8f9fa;
}


.opacity-100 {
    opacity: 1;
}

.skin-badge-no-padding {
    padding: 0;
}

/* Estilos de texto y marcos */


.frame-type-text h4 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.frame-type-text h4 a {
    text-decoration: none;
}

.frame-type-text h4 a:hover {
    text-decoration: underline;
}

.frame-type-text p {
    color: #424d56;
    line-height: 1.5;
}


.ce-bodytext {
    display: inline-block;
    vertical-align: middle;
}

.ce-bodytext h5 {
    color: #2c3e50;
    font-size: 12px;
    margin: 0;
    line-height: 1.4;
}

.ce-bodytext h5 a {
    color: #008193;
    text-decoration: none;
}

.ce-bodytext h5 a:hover {
    text-decoration: underline;
}


.ce-compatibility {
    margin-top: -18px;
}

.ce-textpic.ce-left.ce-intext.ce-nowrap {
    margin-top: 20px;
    width: 100%;
}

.product-page .link,
.product-page .link-normal,
.product-page .section.skin-default a:not([class*=btn]),
a {
    color: #008193;
    text-decoration: none;
}

.link-normal:hover,
.section.skin-default a:hover:not([class*=btn]),
a:hover {
    text-decoration: underline;
}

.product-page .bi-plus-circle::before {
    font-size: 22px;
    margin-top: -1px;
}

.product-page .transcript-header-wrapper {
    margin-top: 50px;
}

div#pane-content-product {
    background-color: #f4f5f4;
    margin-bottom: 60px;
}

.trans_content_product {
    padding: 20px;

}

/* Changelog */
.changelog-wrap {
    margin-top: 20px;
}

.changelog-toggle {
    color: #0096a1;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.changelog {
    display: none;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 4px;
}

.changelog h3 {
    margin-top: 0;
    color: #333;
}

.changelog ul {
    padding-left: 20px;
}

.product-download.changelog-shown .changelog {
    max-height: 250px;
    padding: 20px 25px;
}

.product-download .changelog {
    max-height: 200px;
    margin: 10px 0 0;
    padding: 25px;
    background-color: #FFF;
    font-size: 13px;
    line-height: 20px;
}

.dropdown .flyout-cart .cart-body,
.nav-collapsible .content,
.product-download .changelog,
.sidebar,
.sidebar-content {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Selectores dropdown */
.bootstrap-select .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

/* Información del archivo */
.information-dynamic {
    margin: 15px 0;
    font-size: 14px;
    color: #666;
}

.information-dynamic .info {
    margin-right: 10px;
}

/* Estilos generales del widget de descarga */
.product-download {
    font-family: 'ESET Font', Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
}

.toggleable-content {
    display: none;
}

.toggleable-content[style*="block"] {
    display: block !important;
}

@media (min-width: 768px) {
    .product-download .col.col-sm-8:before {
        right: -1px;
        left: auto;
    }
}

@media (min-width: 768px) {


    .product-download .col.col-sm-8:before {
        top: 0;
        content: " ";
        position: absolute;
        width: 1px;
        height: 100%;
        background: #c6cfd4;
    }

    .product-download .step-advanced .form-label {
        width: 145px;
        margin: 0 20px 0 -160px;
        text-align: right;
        /*display: table;*/
        height: 41px;
    }

    .product-download .step-advanced {
        padding-left: 160px;
    }

    .product-download label.form-label p {
        margin-top: 20px;
    }

    select#component-selector {
        margin-top: -46px;
    }

    select#os-selector {
        margin-top: -36px;
    }
}

.product-download .form-label {
    line-height: 1.2;
}

.product-download .form-control,
.product-download .form-label {
    font-size: 16px;
}

@media (min-width: 768px) and (min-width: 768px) {
    .row.skin-gutter-l>.col {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.btn-download-block {
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    margin-top: 20px;
}

.product-download .form-control Specificity: (0, 2, 0) {
    width: 100%;
}

.product-download .form-control,
.product-download .form-label {
    font-size: 16px;
}

.bootstrap-select .selectpicker {
    text-align: left;
    padding-right: 35px;
}



.rangeified-ui,
.selectpicker,
input,
select,
textarea {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 20px;
    font-style: italic;
    color: #424d56;
    border: 1px solid transparent;
    background: #ebecea;
    width: 100%;
    padding: 10px 20px;
    resize: none;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.selectpicker,
select {
    color: #008ba0;
    background: #ebecea;
    font-weight: 400;
    text-indent: .01px;
    text-overflow: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.banner-info {
    margin: 20px auto 0;
    font-size: small;
    line-height: normal;
    padding: 35px;
    background: #d7dbd9;
    width: 98%;
}

.banner-info p {
    padding-left: 30px;
}

.banner-info i {
    float: inline-start;
    font-size: 50px;
    margin-right: 30px;
}