.section--legal-conditions a {
    color: blue;
    text-decoration: underline;
}

.header-legales {
    position: fixed;
    width: 100%;
}

.popup-legals.legals-popup---active {
    display: block;
}

.info-legals__text {
    font-size: 16px;
    color: #333;
    line-height: 1.3;
    margin: 4px auto;
    width: 100%;
}

.section--legal-conditions {
    /*padding-top: 65px;*/
    padding-bottom: 65px;
    position: relative;
    top: 65px;
    background: #fff;
    border-radius: 6px;
}

.section-legals {
    padding: 2rem;
    text-align: right;
}

.legal-btn-open {
    font-size: 14px;
}

.section--legal-conditions {
    line-height: 1.3;
    height: 100%;
}

.legal-conditions__content {
    color: #333;
    font-family: 'VodafoneRegular', arial, sans-serif;
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 0 16px;
}

.legal-conditions__content p.vf-legales-paragraph {
    font-size: 16px;
    padding: 6px 0;
}

.vf-legales-head {
    line-height: 1.1;
}

.legal-conditions__content h2.vf-legales-head {
    font-size: 20px;
    padding: 12px 0;
}

.legals-table-img {
    width: 100%;
    max-width: 100%;
}


/*Tablas precios*/

.tabla-legales {
    border-collapse: collapse;
    border-spacing: 10px;
    table-layout: fixed;
}

.tabla-legales .table-head {
    font-weight: bold;
}

.tabla-legales.tarifas-one td,
.tabla-legales.tarifas-one th {
    font-size: 10px;
}

.tabla-legales.tarifas-one .table-head {
    white-space: nowrap;
}

.tabla-legales.tarifas-one .table-head.head-flex {
    display: flex;
    flex-direction: column;
}

.tabla-legales.tarifas-one .rate-name {
    padding-left: 2px;
}

.tabla-legales td,
.tabla-legales th {
    border: 3px solid #333;
    padding: 10px;
}

.tarifas-moviles-precios,
.tarifas-one {
    width: 100%;
    border: solid #333 1px;
    margin: 10px 0 30px;
    font-weight: bold;
}

.tabla-legales .table-head {
    font-size: 18px;
}

.table-head.head-center {
    text-align: center;
}

.tabla-legales td {
    width: auto;
}

.tabla-legales-head {
    background: #bbb;
    text-align: center;
}

.tabla-legales tr:not(.tabla-legales-head):nth-child(odd) {
    background: #ebebeb;
}

.tabla-legales .table-head {
    background: #bbb;
}

.tabla-legales .rate-name,
.tabla-legales .rate-price {
    font-size: 14px;
}


/*Encabezados*/

.section--legal-conditions h1 {
    font-size: 24px;
}

.section--legal-conditions h2 {
    font-size: 22px;
}

.section--legal-conditions h3 {
    font-size: 20px;
    padding: 12px 0;
}

.section--legal-conditions h4 {
    font-size: 18px;
    padding: 12px 0;
}

.vf-legales-paragraph {
    font-size: 16px;
}


/*Generales*/

.table-price-specification {
    font-size: 14px;
    padding: 12px 0;
}

.vf-underline {
    text-decoration: underline;
}

.vf-legales-list {
    list-style: disc;
    list-style-position: inside;
    padding: 8px 16px;
}

.vf-legales-list__item {
    font-size: 16px;
}

.tabla-legales.table--full-width {
    width: 300%;
}

.table-wrapper {
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    #popup-info-overlay {
        top: 5%;
    }

    .section--legal-conditions {
        height: auto;
        max-height: 70vh;
        overflow: auto;
        padding-bottom: 40px;
    }

    .legal-conditions__content {
        height: 100%;
    }

    .tarifas-moviles-precios td {
        width: auto;
        font-size: 16px;
    }

    .tabla-legales .table-head {
        font-size: 18px;
    }

    .tabla-legales .rate-name {
        font-size: 16px
    }

    .tabla-legales.vf-table__head-active td,
    .tabla-legales.vf-table__head-active th {
        font-size: 12px;
    }

    .tabla-legales.tarifas-moviles-precios,
    .tarifas-one {
        width: 70%;
    }

    .header-legales {
        width: 70%;
    }

    .legals-table-img {
        width: 90%;
    }

    .legal-conditions__content {
        padding-bottom: 0;
    }

    .tabla-legales.table--full-width {
        width: 200%;
    }
}

@media screen and (min-width: 1280px) {
    .header-legales {
        position: relative;
        width: 100%;
    }

    .section--legal-conditions {
        top: 0;
    }

    .tabla-legales.table--full-width {
        width: 100%;
    }
}

@media screen and (min-width: 1600px) {
    .legals-table-img {
        width: 70%;
    }

    #popup-info-overlay {
        top: 10%;
    }
}