#condiciones-generales {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    align-items: center;
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0px 20px 0 0px #00402A;
}


.titulo-condiciones {
    color: #2C2C2C;
    font-family: "Iberpangea-Regular";
    text-align: left;
    line-height: 32px;
    font-weight: 600;
}

.subtitulo-condiciones {
    color: #2F6852;
    font-family: "IberpangeaText-Regular";
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    text-decoration: underline;
}

#contenedor-condiciones-generales {
    gap: 16px;
    display: flex;
    flex-direction: column;
}

#cond-particulares {
    color: #2F6852 !important;
    text-decoration: underline;
}

@media (min-width: 360px) {
    #contenedor-condiciones-generales {
        padding: 48px 16px;
    }
    .titulo-condiciones {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #contenedor-condiciones-generales p {
        color: #707070;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: "IberPangeaText-Regular";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 0;
        letter-spacing: 0.7px;
        min-height: auto;
    }
}

@media (min-width: 576px) {
    #contenedor-condiciones-generales {
        padding: 64px 40px;
    }
}



@media (min-width: 992px) {
    #contenedor-condiciones-generales {
        padding: 40px 83px 48px;
        gap: 16px;
    }
    #contenedor-condiciones-generales p {
        min-height: auto;
    }
}

@media (min-width: 1200px) {
    #contenedor-condiciones-generales {
        padding: 40px 100px 48px;
    }
}

@media (min-width: 1920px) {
    #contenedor-condiciones-generales {
        padding: 40px 320px 48px;
        width: 100%;
    }
    .subtitulo-condiciones {
        font-size: 18px;
    }
}