﻿section.particulares-charts .charts-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch
}

    section.particulares-charts .charts-container > .paper {
        -webkit-box-flex: 1;
        flex: 1;
        margin: .5rem;
        padding: 2rem
    }

    section.particulares-charts .charts-container .cProgress-container {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        margin: 2rem
    }

        section.particulares-charts .charts-container .cProgress-container:after {
            content: attr(data-pct);
            position: absolute;
            font-size: 3rem;
            font-weight: 700;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

        section.particulares-charts .charts-container .cProgress-container .cProgress {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

        section.particulares-charts .charts-container .cProgress-container .cProgress__meter, section.particulares-charts .charts-container .cProgress-container .cProgress__value {
            fill: none
        }

        section.particulares-charts .charts-container .cProgress-container .cProgress__meter {
            stroke: #e6e6e6
        }

        section.particulares-charts .charts-container .cProgress-container .cProgress__value {
            stroke: #0075c9
        }

    section.particulares-charts .charts-container .chart-paragraph {
        font-size: 1.125rem;
        margin: 1.25rem
    }

section.particulares-inquerito p {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin: 0;
    color: #4d535c
}

section.particulares-familia p {
    font-size: 1.125rem
}

section.particulares-familia .family-bg {
    min-height: 569px;
    background-image: url(../img/family.png);
    background-size: auto 99%;
    background-repeat: no-repeat;
    background-position: 0 100%
}

@media (max-width:991.98px) {
    section.particulares-familia .family-bg {
        min-height: auto;
        background-image: none
    }
}

section.particulares-familia.hand-bg {
    min-height: 569px;
    background-image: url(../img/hand_fire.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 100% 100%
}

@media (max-width:991.98px) {
    section.particulares-familia.hand-bg {
        min-height: auto;
        background-image: none
    }
}

section.particulares-familia.hand-bg ul.check-bullet-list > li {
    height: auto;
    min-height: 30px;
    background-position: 0 0
}

section.particulares-familia .statement-paragraph {
    font-size: 2.125rem;
    line-height: 2.75rem;
    font-weight: 700;
    max-width: 65rem;
    margin: 2rem auto
}

section.particulares-familia .statement-author {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 2rem
}

section.particulares-online {
    position: relative
}

    section.particulares-online .online-bg {
        background-color: #0e2b53;
        background-image: url(../img/home_1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        min-height: 450px
    }

section.particulares-payments .payments-bg {
    background-color: #f2f5f9
}

section.particulares-payments ul.payments-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    section.particulares-payments ul.payments-list > li {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        margin: 0 0 2rem
    }

        section.particulares-payments ul.payments-list > li > .pl-icon {
            -webkit-box-flex: 0;
            flex: 0 1 55px;
            margin-right: 2.6rem
        }

        section.particulares-payments ul.payments-list > li .pl-data {
            -webkit-box-flex: 1;
            flex: 1
        }

            section.particulares-payments ul.payments-list > li .pl-data .pl-data-title {
                font-size: 1.375rem;
                font-weight: 700
            }

                section.particulares-payments ul.payments-list > li .pl-data .pl-data-title a {
                    display: -webkit-box;
                    display: flex;
                    -webkit-box-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: center;
                    align-items: center;
                    color: inherit;
                    text-decoration: none
                }

                    section.particulares-payments ul.payments-list > li .pl-data .pl-data-title a img {
                        display: none
                    }

            section.particulares-payments ul.payments-list > li .pl-data .pl-data-desc {
                font-size: 1.125rem;
                min-height: 115px
            }

section.particulares-fatura .fatura-bg {
    background-image: url(../img/bg_fatura.svg);
    background-size: cover;
    min-height: 250px
}

    section.particulares-fatura .fatura-bg .d-flex {
        min-height: 250px
    }

    section.particulares-fatura .fatura-bg h5 · {
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.875rem
    }

section.particulares-fatura .modal-dialog {
    max-width: 600px
}

section.particulares-fatura .form-fatura-container {
    padding: 5rem
}

    section.particulares-fatura .form-fatura-container .form-group {
        width: 265px;
        margin-left: auto;
        margin-right: auto
    }

    section.particulares-fatura .form-fatura-container button {
        height: 50px
    }

section.particulares-plans .card-bg {
    background-image: -webkit-linear-gradient(top,transparent 60%,#061527),url(../img/hero_bg2.png);
    background-image: linear-gradient(180deg,transparent 0 60%,#061527),url(../img/hero_bg2.png)
}

section.particulares-plans .gradient-ltr {
    background-image: -webkit-linear-gradient(left,#eff6fc,rgba(239,246,252,.24) 30%,#fff);
    background-image: linear-gradient(90deg,#eff6fc,rgba(239,246,252,.24) 30%,#fff)
}

section.particulares-plans .gradient-rtl {
    background-image: -webkit-linear-gradient(right,#eff6fc,rgba(239,246,252,.24) 30%,#fff);
    background-image: linear-gradient(270deg,#eff6fc,rgba(239,246,252,.24) 30%,#fff)
}

section.particulares-proposta-form .upload-card-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap
}

    section.particulares-proposta-form .upload-card-container .upload-card {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        min-height: 300px;
        -webkit-box-flex: 1;
        flex: 1;
        align-self: stretch;
        background-color: #0075c9;
        text-align: center;
        border-radius: 5px;
        padding: 1rem;
        box-shadow: 0 0 16px -8px rgba(0,40,85,.72),0 4px 8px -4px rgba(0,40,85,.54)
    }

        section.particulares-proposta-form .upload-card-container .upload-card > div {
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-flow: column nowrap;
            width: 100%
        }

            section.particulares-proposta-form .upload-card-container .upload-card > div > span {
                color: #002855;
                font-size: 1.125rem;
                line-height: 1.75rem
            }

            section.particulares-proposta-form .upload-card-container .upload-card > div > label {
                color: #fff;
                font-size: 1.375rem;
                line-height: 1.875rem
            }

        section.particulares-proposta-form .upload-card-container .upload-card > img {
            margin-top: 1rem;
            width: 100px
        }

    section.particulares-proposta-form .upload-card-container span.file-title {
        display: inline-block;
        color: #0075c9;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 700;
        margin-bottom: 1rem
    }

section.particulares-proposta-form span.file-label {
    display: inline-block;
    color: #4ad991;
    font-size: .75rem;
    line-height: 1.2rem;
    padding-top: 1rem
}

section.particulares-duvidas {
    margin-bottom: 3rem
}

    section.particulares-duvidas .duvidas-bg {
        background-image: url(../img/duvidas.png);
        background-size: cover;
        min-height: 250px;
        padding-top: 4rem
    }

    section.particulares-duvidas p:first-child {
        font-size: 24px;
        font-family: 'Avenir Next LT Pro Heavy'
    }

    section.particulares-duvidas p:last-child {
        font-size: 24px;
        font-family: 'Roboto';
        font-weight: 700;
    }

    section.particulares-duvidas .contact-number {
        font-size: 24px;
        font-family: 'Roboto';
        color: #0075C9;
        letter-spacing: 0;
        text-align: center;
        background: #FFFFFF;
        border-radius: 24px;
        max-height: 50px;
        width: 190px;
        vertical-align: middle;
        text-align: center;
        line-height: 50px;
        font-weight: 700;
    }

@media (max-width: 800px) {
    section.particulares-duvidas .duvidas-bg > div {
        margin-left: 3rem;
    }

    section.particulares-duvidas p {
        text-align: left !important;
        margin-right: 0px !important;
    }

    section.particulares-duvidas .contact-number {
        margin: 0;
        min-width: 100px;
    }
}

@media (max-width: 700px) {
    section.particulares-duvidas .duvidas-bg > div {
        margin: 0;
    }

    section.particulares-duvidas .duvidas-bg p {
        font-size: 18px;
    }

    section.particulares-duvidas .contact-number {
        font-size: 14px;
    }
}

@media (max-width:425px) {
    main.website div.website-container {
        top: 100px
    }
}

@media (max-width:768px) and (min-width:426px) {
    main.website div.website-container {
        top: 130px
    }

        main.website div.website-container section.particulares-header h3 {
            font-size: 2rem
        }
}

@media (max-width:768px) {
    main.website div.website-header, main.website div.website-header.bg-img-2 {
        min-height: auto;
        height: 365px
    }

    main.website div.website-container {
        top: 130px
    }

        main.website div.website-container h4, main.website div.website-container h5 {
            font-size: 1.375rem;
            line-height: 1.875rem
        }

        main.website div.website-container section.particulares-charts > div.row {
            overflow-x: scroll;
            padding-bottom: 3.5rem
        }

        main.website div.website-container section.particulares-charts div.charts-container {
            width: 100%;
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-flow: row nowrap
        }

            main.website div.website-container section.particulares-charts div.charts-container > div.paper {
                padding: 0
            }

                main.website div.website-container section.particulares-charts div.charts-container > div.paper .cProgress-container {
                    -webkit-transform: scale(.8);
                    transform: scale(.8)
                }

        main.website div.website-container section.particulares-online h4 {
            font-size: 1.3rem;
            line-height: 1.75rem;
            text-align: center
        }

        main.website div.website-container section.particulares-online h6 {
            font-size: 1.125rem;
            line-height: 1.5rem;
            letter-spacing: .3px;
            text-align: center
        }

        main.website div.website-container section.particulares-online .online-bg {
            min-height: 350px
        }

        main.website div.website-container section.particulares-familia h5 {
            font-size: 1.375rem;
            line-height: 1.875rem
        }

        main.website div.website-container section.particulares-payments h4 {
            font-size: 1.25rem;
            line-height: 1.8125rem
        }

        main.website div.website-container section.particulares-payments ul.payments-list .pl-icon {
            margin-right: 1.5rem
        }

        main.website div.website-container section.particulares-payments ul.payments-list > li .pl-data .pl-data-title a {
            -webkit-transition: height .2s ease;
            transition: height .2s ease;
            will-change: height
        }

            main.website div.website-container section.particulares-payments ul.payments-list > li .pl-data .pl-data-title a img {
                display: block;
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                -webkit-transition: -webkit-transform .2s ease;
                transition: -webkit-transform .2s ease;
                transition: transform .2s ease;
                transition: transform .2s ease,-webkit-transform .2s ease;
                will-change: transform
            }

            main.website div.website-container section.particulares-payments ul.payments-list > li .pl-data .pl-data-title a.collapsed {
                height: 50px
            }

                main.website div.website-container section.particulares-payments ul.payments-list > li .pl-data .pl-data-title a.collapsed img {
                    -webkit-transform: rotate(0deg);
                    transform: rotate(0deg)
                }

        main.website div.website-container section.particulares-payments ul.payments-list > li .pl-data .pl-data-desc {
            font-size: 1rem;
            line-height: 1.75rem
        }

        main.website div.website-container section.particulares-duvidas .duvidas-bg div.row.d-flex {
            width: 100%;
            margin: 0;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-flow: column
        }

            main.website div.website-container section.particulares-duvidas .duvidas-bg div.row.d-flex h4 {
                text-align: center !important
            }

            main.website div.website-container section.particulares-duvidas .duvidas-bg div.row.d-flex a {
                display: block;
                margin: 1rem auto auto;
                max-width: 250px
            }

        main.website div.website-container section.particulares-plans .gradient-ltr img, main.website div.website-container section.particulares-plans .gradient-rtl img {
            display: block;
            margin: auto
        }

        main.website div.website-container section.particulares-plans .gradient-rtl div.row {
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            flex-flow: column-reverse nowrap
        }

        main.website div.website-container section.particulares-plans .text-22 {
            font-size: 1.125rem
        }

        main.website div.website-container section.particulares-proposta-form > .row {
            margin-left: -30px;
            margin-right: -30px
        }

        main.website div.website-container section.particulares-proposta-form .paper {
            border-radius: 0 !important;
            box-shadow: none !important
        }

        main.website div.website-container section.particulares-proposta-form .upload-card-container > span.file-title {
            margin-top: 1rem
        }

        main.website div.website-container section.particulares-proposta-form .upload-card-container .upload-card {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            flex-flow: row-reverse nowrap;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            justify-content: space-between;
            min-height: auto
        }

            main.website div.website-container section.particulares-proposta-form .upload-card-container .upload-card > img {
                width: 67px;
                margin: 0
            }

        main.website div.website-container section.particulares-fatura .form-fatura-container {
            padding: 2rem 0
        }

            main.website div.website-container section.particulares-fatura .form-fatura-container .form-group {
                width: 265px;
                margin-left: auto;
                margin-right: auto
            }

            main.website div.website-container section.particulares-fatura .form-fatura-container button {
                height: 50px
            }
}

@media (max-width:1920px) {
    section.particulares-familia .family-bg {
        background-size: 63%
    }
}

@media (min-width:1921px) {
    main.website div.website-container section.particulares-familia.mt-5.hand-bg {
        background-size: auto
    }
}
