@font-face {
    font-family: 'IberPangea';
    src: url('/wcorp/gc/prod/es_ES/estaticos/retribucion_flexible/fonts/IberPangea-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IberPangea';
    src: url('/wcorp/gc/prod/es_ES/estaticos/retribucion_flexible/fonts/IberPangea-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

:root {
    --retribucion-green: #00A443;
    --retribucion-sand-light: #FFF5EC;
    --retribucion-sand-border: #D8CFC7;
    --retribucion-sand-mid: #89837E;
    --retribucion-sand-dark: #615D5A;
    --retribucion-black: #00402A;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#retribucion-flexible {
    font-family: 'IberPangea Medium', sans-serif;
    max-width: 1024px;
}


#retribucion-flexible h3 {
    color: var(--retribucion-green)!important;
    font-size: 32px;
    margin: 16px;
    max-width: 409px;
    border: none;
    padding: 0;
    line-height: 36px;
}

#retribucion-flexible p {
    font-size: 16px;
}

#retribucion-flexible .example-section {
    padding: 14px 11px;
    border: solid 1px var(--retribucion-sand-border);
    border-radius: 10px;
    margin: 16px;
}

#retribucion-flexible .example-section > h4 {
    color: var(--retribucion-black);
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 13px;
}

/*#retribucion-flexible .example-section > div:first-of-type {
}*/


#retribucion-flexible .orange-box {
    border: solid 1px var(--retribucion-sand-border);
    border-radius: 10px;
    background-color: var(--retribucion-sand-light);
    color: var(--retribucion-sand-dark);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    padding: 12px;
}

#retribucion-flexible .orange-box:last-of-type {
    margin-bottom: 24px;
}

#retribucion-flexible .green-box {
    border-radius: 10px;
    background-color: var(--retribucion-green);
    color: white !important;
    padding: 19px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
}

#retribucion-flexible .green-box h4{
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 12px;
    color: white !important;
}

#retribucion-flexible ul,
#retribucion-flexible ul li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}

#retribucion-flexible ul li::before {
    content: ''!important;
}

#retribucion-flexible .green-box  ul li{
    border-top: solid 1px white;
    padding: 16px 4px;
}

#retribucion-flexible .green-box  ul li p{
    font-weight: 300;
    color: white !important;
}

#retribucion-flexible .green-box  ul li .figure{
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -2px;
}

#retribucion-flexible .options-section {
    background-color: var(--retribucion-sand-light);
    padding: 25px 25px 12px 25px;
    color: var(--retribucion-sand-mid) !important;
}

#retribucion-flexible .options-section h4 {
    color: var(--retribucion-black);
    font-size: 21px;
    text-align: center;
    margin-bottom: 12px;
}

#retribucion-flexible .options-section h4 .green{
    color: var(--retribucion-green)
}


#retribucion-flexible .options-section .option {
    margin-bottom: 39px;
}

#retribucion-flexible .option-conector {
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/retribucion_flexible/imgs/arrow-mb.svg');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: bottom center;
    text-align: center;
    height: 70px;
    margin: 8px 0;
}

#retribucion-flexible .options-section .white-box{
    border: solid 1px var(--retribucion-sand-mid);
    border-radius: 5px;
    background-color: white;
    font-weight: 300;
    max-width: 340px;
    margin: 0 auto;
    padding: 12px;

}

#retribucion-flexible .end-section {
    padding: 25px;
}

#retribucion-flexible .end-section p {
    color: var(--retribucion-black)!important;
    font-size: 24px;
    font-weight: 300;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/retribucion_flexible/imgs/quotes.svg');
    background-repeat: no-repeat;
    padding-top: 32px;
    margin-bottom: 36px;
}

#retribucion-flexible  .end-section ul li {
    color: var(--retribucion-sand-dark);
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 16px;
}

#retribucion-flexible sup {
    color: inherit!important;
}

@media (min-width: 980px) {
    #retribucion-flexible h3{
        margin:  47px  36px 44px 47px;
    }

    #retribucion-flexible .example-section {
        padding: 26px 20px 21px 20px;
        margin: 0 36px 37px 36px;
    }

    #retribucion-flexible .example-section h4{
        text-align: center;
        margin-bottom: 26px;
    }

    #retribucion-flexible .example-section > div:first-of-type {
        display: flex;
        justify-content: space-between;
    }

    #retribucion-flexible .green-box  ul,
    #retribucion-flexible .options-section .option{
        display: flex;
    }
    #retribucion-flexible .green-box  ul li {
        border-top: none;
        border-left: solid 1px white;
        padding: 0 18px;
        width: 33.3%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #retribucion-flexible .green-box  ul li:first-of-type {
        border: none;
    }


    #retribucion-flexible .green-box  ul li > p {
        text-align: left;
        margin-bottom: 12px;
    }

    #retribucion-flexible .orange-box {
        width: 236px;
        height: 70px;
    }

    #retribucion-flexible .options-section {
        padding: 52px 36px;
    }

    #retribucion-flexible .options-section .option{
        justify-content: space-between;
    }

    #retribucion-flexible .options-section .option .white-box {
        width: 236px;
        margin: 0;
    }

    #retribucion-flexible .option-conector {
        background-image: url('/wcorp/gc/prod/es_ES/estaticos/retribucion_flexible/imgs/arrow-desktop.svg');
        background-size: 100%;
        background-position: bottom center;
        text-align: center;
        height: 54px;
        width: 120px;
        margin: 8px 0;
    }

    #retribucion-flexible .end-section {
        padding: 50px;
    }

    #retribucion-flexible .end-section > p {
        max-width: 540px;
        margin : 0 auto 38px auto;
    }

}