/* modulo-como-se-aplican-los-precios.css */

.modulo-precios-plan {
    width: 100%;
    /* padding: 40px 20px; */
    background-color: #FFF;
}

.modulo-precios-plan__container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px 20px;
    border-radius: 8px;
}

.modulo-precios-plan__title {
    font-size: 28px;
    font-weight: 700;
    color: #2C2C2C;
    text-align: center;
    margin: 0 0 24px 0;
    line-height: 1.3;
}

.modulo-precios-plan__description {
    font-size: 16px;
    font-weight: 400;
    color: #2C2C2C;
    text-align: center;
    margin: 0 0 40px 0;
    line-height: 1.5;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.modulo-precios-plan__legend {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px;
}

.modulo-precios-plan__legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modulo-precios-plan__legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.modulo-precios-plan__legend-dot--tramo1 {
    background-color: #007F33;
}

.modulo-precios-plan__legend-dot--tramo2 {
    background-color: #707070;
}

.modulo-precios-plan__legend-dot--tramo3 {
    background-color: #2C2C2C;
}

.modulo-precios-plan__legend-text {
    font-size: 14px;
    font-weight: 600;
    color: #2d2d2d;
}

.modulo-precios-plan__legend-text.--tramo1{
    color: #007F33;
}

.modulo-precios-plan__legend-text.--tramo2{
    color: #707070;
}

.modulo-precios-plan__legend-text.--tramo3{
    color: #2C2C2C;
}

.modulo-precios-plan__chart {
    max-width: 700px;
    margin: 0 auto 24px auto;
    width: 320px;
}

.modulo-precios-plan__bars {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 12px;
    height: 60px;
}

.modulo-precios-plan__bar {
    border-radius: 8px;
}

.modulo-precios-plan__bar--tramo1 {
    background-color: #007F33;
    flex: 0 0 33%;
    height: 48px;
}

.modulo-precios-plan__bar--tramo2 {
    background-color: #707070;
    flex: 0 0 33%;
    height: 54px;
}

.modulo-precios-plan__bar--tramo3 {
    background: linear-gradient(90deg, #2d2d2d 0%, #d0d0d0 100%);
    flex: 0 0 32%;
    height: 60px;
    background: linear-gradient(90deg, #2C2C2C 22.17%, rgba(44, 44, 44, 0.00) 100%);
}

.modulo-precios-plan__scale {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 0 2px;
    position: relative;
}

.modulo-precios-plan__scale-mark {
    width: 1px;
    height: 8px;
    background-color: #474747;
}

.modulo-precios-plan__labels {
    display: flex;
    justify-content: space-between;
    padding: 0 2px;
    position: relative;
    /* align-items: center; */
    /* align-self: stretch; */
    padding-top: 10px;
}

.modulo-precios-plan__label {
    font-size: 14px;
    font-weight: 600;
    color: #2C2C2C;
    position: absolute;
}

.modulo-precios-plan__label:nth-child(1) {
    left: 0;
}

.modulo-precios-plan__label:nth-child(2) {
    left: 33%;
    transform: translateX(-50%);
}

.modulo-precios-plan__label:nth-child(3) {
    left: 59%;
}

.modulo-precios-plan__footnote {
    font-size: 12px;
    font-weight: 400;
    color: rgba(71, 71, 71, 0.80);
    text-align: center;
    margin: 0;
    line-height: 1.4;
    padding-top: 20px;
}

/* Responsive - 360px */
@media (max-width: 575px) {
    .modulo-precios-plan {
        /* padding: 32px 16px; */
    }
    
    .modulo-precios-plan__container {
        padding: 32px 16px;
    }
    
    .modulo-precios-plan__title {
        font-size: 22px;
        margin-bottom: 0px;
    }
    
    .modulo-precios-plan__description {
        font-size: 15px;
        margin-bottom: 32px;
    }
    
    .modulo-precios-plan__legend {
        /* flex-direction: column; */
        gap: 16px;
        margin-bottom: 28px;
    }
    
    .modulo-precios-plan__bars {
        height: 50px;
    }
    
    .modulo-precios-plan__bar--tramo1 {
        height: 24px;
        /* width: 107px; */
    }
    
    .modulo-precios-plan__bar--tramo2 {
        height: 40px;
    }
    
    .modulo-precios-plan__bar--tramo3 {
        height: 48px;
        /* width: 36px; */
    }
}

/* Responsive - 576px */
@media (min-width: 576px) and (max-width: 767px) {
    .modulo-precios-plan__title {
        padding: 15px 20px;
        font-size: 24px;
        margin-bottom: 0px;
    }

    .modulo-precios-plan__description{
        padding: 0 20px;
    }
    
    .modulo-precios-plan__legend {
        gap: 20px;
        margin-bottom: 10px;
    }
    
    .modulo-precios-plan__bars {
        height: 55px;
    }
    
    .modulo-precios-plan__bar--tramo1 {
        height: 24px;
    }
    
    .modulo-precios-plan__bar--tramo2 {
        height: 40px;
    }
    
    .modulo-precios-plan__bar--tramo3 {
        height: 48px;
    }

    .modulo-precios-plan__chart {
        max-width: 700px;
        margin: 0 auto 24px auto;
        width: 511px;
    }

    .modulo-precios-plan__label:nth-child(3) {
        left: 62%;
    }
}

/* Responsive - 768px */
@media (min-width: 768px) and (max-width: 991px) {
    .modulo-precios-plan__title {
        font-size: 24px !important;
        margin-bottom: 0;
    }
    
    .modulo-precios-plan__bars {
        height: 58px;
    }
    
    .modulo-precios-plan__bar--tramo1 {
        height: 24px;
    }
    
    .modulo-precios-plan__bar--tramo2 {
        height: 40px;
    }
    
    .modulo-precios-plan__bar--tramo3 {
        height: 48px;
    }

    .modulo-precios-plan__description {
        font-size: 16px;
        font-weight: 400;
        /* color: #2C2C2C; */
        /* text-align: center; */
        /* margin: 0 0 40px 0; */
        line-height: 1.5;
        max-width: 668px;
        margin-left: auto;
        margin-right: auto;
    }

    .modulo-precios-plan__chart{
        max-width: 700px;
        margin: 0 auto 24px auto;
        width: 600px;
    }

    .modulo-precios-plan__label:nth-child(3) {
        left: 63%;
    }

    .modulo-precios-plan__legend {
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
        /* flex-wrap: wrap; */
        /* gap: 24px; */
        margin-bottom: 5px;
    }
}

/* Responsive - 992px y superiores */
@media (min-width: 992px) {
    .modulo-precios-plan {
        padding: 0px 40px;
    }
    
    .modulo-precios-plan__container {
        padding: 60px 37px;
    }
    
    .modulo-precios-plan__title {
        font-size: 32px;
        margin-bottom: 0px;
    }
    
    .modulo-precios-plan__description {
        font-size: 18px;
        margin-bottom: 35px;
        /* width: 815px; */
        max-width: 1000px;
        padding: 0;
        /* margin: auto; */
    }
    
    .modulo-precios-plan__legend {
        gap: 16px;
        margin-bottom: 0px;
    }
    
    .modulo-precios-plan__legend-text {
        font-size: 15px;
    }
    
    .modulo-precios-plan__bars {
        height: 64px;
    }
    
    .modulo-precios-plan__bar--tramo1 {
        height: 24px;
    }
    
    .modulo-precios-plan__bar--tramo2 {
        height: 40px;
    }
    
    .modulo-precios-plan__bar--tramo3 {
        height: 48px;
    }
    
    .modulo-precios-plan__label {
        font-size: 15px;
    }
    
    .modulo-precios-plan__footnote {
        font-size: 13px;
    }

    .modulo-precios-plan__chart {
        max-width: 700px;
        margin: 0 auto 24px auto;
        width: 600px;
    }

    .modulo-precios-plan__label:nth-child(3) {
        left: 63%;
    }
}

/* Responsive - 1200px y superiores */
@media (min-width: 1200px) {
    .modulo-precios-plan__title {
        font-size: 34px;
    }
    
    .modulo-precios-plan__chart {
        max-width: 800px;
    }
}

@media (min-width: 1920px) {
        .modulo-precios-plan__description {
        font-size: 18px;
        margin-bottom: 35px;
        /* width: 815px; */
        max-width: 1040px;
        padding: 0;
        /* margin: auto; */
    }
}
