.rtp-tarifas-page {
    background: #ffffff;
    color: #000000;
}

.rtp-tarifas-page .rtp-tarifas-container {
    width: min(1170px, calc(100% - 30px));
    margin: 0 auto;
}

.rtp-tarifas-page .rtp-tarifas-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 245px;
    overflow: hidden;
    background: #252525;
}

.rtp-tarifas-page .rtp-tarifas-hero-image,
.rtp-tarifas-page .rtp-tarifas-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.rtp-tarifas-page .rtp-tarifas-hero-image {
    object-fit: cover;
    object-position: center 48%;
}

.rtp-tarifas-page .rtp-tarifas-hero-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .3));
}

.rtp-tarifas-page .rtp-tarifas-hero-content {
    position: relative;
    z-index: 1;
    padding: 65px 15px 55px;
    color: #ffffff;
    text-align: center;
}

.rtp-tarifas-page .rtp-tarifas-hero h1 {
    margin: 0 0 13px;
    color: #ffffff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 700;
    line-height: 1.1;
}

.rtp-tarifas-page .rtp-tarifas-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #ffffff;
    font-size: 15px;
}

.rtp-tarifas-page .rtp-tarifas-breadcrumb a,
.rtp-tarifas-page .rtp-tarifas-breadcrumb a:hover,
.rtp-tarifas-page .rtp-tarifas-breadcrumb a:focus {
    color: #ffcc29;
}

.rtp-tarifas-page .rtp-tarifas-content {
    padding: 42px 0 75px;
    background: #ffffff;
}

.rtp-tarifas-page .rtp-tarifas-heading {
    width: min(780px, 100%);
    padding-bottom: 22px;
    margin: 0 auto 24px;
    border-bottom: 2px solid #f5b600;
    text-align: center;
}

.rtp-tarifas-page .rtp-tarifas-heading h2 {
    margin: 0;
    color: #111111;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.rtp-tarifas-page .rtp-tarifas-accordion {
    width: min(780px, 100%);
    margin: 0 auto;
}

.rtp-tarifas-page .rtp-tarifa-plant {
    margin: 0 0 10px;
    border-radius: 10px;
    background: #f5b600;
}

.rtp-tarifas-page .rtp-tarifa-plant-summary,
.rtp-tarifas-page .rtp-tarifa-category-summary {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    list-style: none;
}

.rtp-tarifas-page .rtp-tarifa-plant-summary::-webkit-details-marker,
.rtp-tarifas-page .rtp-tarifa-category-summary::-webkit-details-marker {
    display: none;
}

.rtp-tarifas-page .rtp-tarifa-plant-summary {
    min-height: 70px;
    padding: 12px 18px;
    color: #000000;
}

.rtp-tarifas-page .rtp-tarifa-toggle {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: 2px 9px 0 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .62);
}

.rtp-tarifas-page .rtp-tarifa-toggle::before {
    display: block;
    color: #000000;
    content: '+';
    font-size: 21px;
    line-height: 23px;
    text-align: center;
}

.rtp-tarifas-page details[open] > summary .rtp-tarifa-toggle::before {
    content: '−';
}

.rtp-tarifas-page .rtp-tarifa-plant-name {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.rtp-tarifas-page .rtp-tarifa-plant-name strong {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}

.rtp-tarifas-page .rtp-tarifa-plant-name small {
    font-size: 14px;
    line-height: 1.35;
}

.rtp-tarifas-page .rtp-tarifa-plant-content {
    padding: 0 8px 8px;
}

.rtp-tarifas-page .rtp-tarifa-category {
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #ffffff;
}

.rtp-tarifas-page .rtp-tarifa-category:last-child {
    margin-bottom: 0;
}

.rtp-tarifas-page .rtp-tarifa-category-summary {
    align-items: center;
    min-height: 46px;
    padding: 0 15px 0 30px;
    color: #000000;
    background: #f5b600;
    font-size: 18px;
    font-weight: 600;
}

.rtp-tarifas-page .rtp-tarifa-category-summary .rtp-tarifa-toggle {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 8px;
    background: rgba(255, 255, 255, .7);
}

.rtp-tarifas-page .rtp-tarifa-category-summary .rtp-tarifa-toggle::before {
    font-size: 18px;
    line-height: 19px;
}

.rtp-tarifas-page .rtp-tarifa-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rtp-tarifas-page .rtp-tarifa-items li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 16px 10px 52px;
    border-bottom: 1px solid #ffffff;
    color: #222222;
    background: #eaeaea;
    font-size: 16px;
    line-height: 1.35;
}

.rtp-tarifas-page .rtp-tarifa-items li:last-child {
    border-bottom: 0;
}

.rtp-tarifas-page .rtp-tarifa-price {
    flex: 0 0 115px;
    text-align: right;
    white-space: nowrap;
}

.rtp-tarifas-page .rtp-tarifa-price b {
    margin-right: 9px;
}

.rtp-tarifas-page .rtp-tarifas-empty {
    padding: 15px;
    margin: 0;
    color: #555555;
    background: #ffffff;
    text-align: center;
}

@media (max-width: 767px) {
    .rtp-tarifas-page .rtp-tarifas-hero {
        min-height: 210px;
    }

    .rtp-tarifas-page .rtp-tarifas-hero-content {
        padding: 52px 15px 42px;
    }

    .rtp-tarifas-page .rtp-tarifas-content {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .rtp-tarifas-page .rtp-tarifa-plant-summary {
        min-height: 0;
        padding: 12px;
    }

    .rtp-tarifas-page .rtp-tarifa-plant-name strong {
        font-size: 16px;
    }

    .rtp-tarifas-page .rtp-tarifa-plant-name small {
        font-size: 12px;
    }

    .rtp-tarifas-page .rtp-tarifa-category-summary {
        padding-left: 15px;
        font-size: 15px;
    }

    .rtp-tarifas-page .rtp-tarifa-items li {
        align-items: flex-start;
        padding-left: 22px;
        font-size: 14px;
    }

    .rtp-tarifas-page .rtp-tarifa-price {
        flex-basis: 94px;
    }
}
