body {
    font-family: 'Neue Haas Grotesk Display';
    color: #58595B;
    font-size: 16px;
    line-height: normal;
}

.tooltip_modal {
    cursor: pointer;
}

.modal-body {
    padding-top: 0;
}

.modal-header {
    border-bottom: 0;
}

.modal_text {
    padding: 10px;
}

.modal_image > img {
    width: 100%;
    max-width: 100%;
}

h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.header-title {
    background: #759500;
    height: 122px;
    align-content: center;
    color: white;
    text-transform: uppercase;
}

    .header-title h1 {
        font-family: 'Atrament';
        font-size: 52px;
        font-weight: 700;
        line-height: 62.4px;
        letter-spacing: -0.5px;
        margin-bottom: 0;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1320px;
}

.form_wrapper {
    max-width: 705px;
    padding: 30px 100px 30px 100px;
    margin: 50px auto;
    background: #FFFFFF;
    border: 1px solid #A5A7AA;
    box-shadow: 0px 4px 4px 0px #00000040;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
#simuladorSaude input,
#simuladorSaude select,
#simuladorSaude textarea {
    max-width: 280px;
}

/* Set width on the form input elements group since they're 100% wide by default */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    max-width: 245px;
    border-right: 0px;
}

.input-group-text {
    background-color: white;
}


.field-validation-error {
    color: red;
    font-size: 14px;
}

.col-form-label {
    font-family: 'Atrament';
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
}

.cobertura_desc {
    margin-left: 28px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #6A6A69;
}

.form-check-input:checked {
    background-color: white;
    border-color: #A5A7AA;
}

.btn-primary {
    font-family: 'Atrament';
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    background: #7C68E1;
    background-color: #7C68E1;
    border-color: #7C68E1;
    padding: 5px 30px 5px 30px;
    border-radius: 3px;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        background-color: #7C68E1 !important;
        background: #7C68E1;
        border-color: #7C68E1 !important;
        box-shadow: none;
    }

.btn-primary-outline {
    font-family: Atrament;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #7C68E1;
    padding: 5px 30px 5px 30px;
    color: #7C68E1;
}

    .btn-primary-outline:hover,
    .btn-primary-outline:active,
    .btn-primary-outline:focus {
        background-color: #fff;
        border-color: #7C68E1;
        box-shadow: none;
        color: #7C68E1;
    }

.row .border {
    border: 1px solid #A7D500 !important;
}
/** RESULTADOS **/
.resultados h1 {
    text-align: left;
    font: normal normal bold 15px/21px Lato;
    letter-spacing: 0px;
    color: #4A4A4A;
    line-height: 35px;
    margin-bottom: 0px;
}

.order_wrapper select {
    text-align: left;
    font: normal normal normal 15px/21px Lato;
    letter-spacing: 0px;
    color: #4A4A4A;
    margin-bottom: 0px;
    width: auto;
}

.order_wrapper label {
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 0px;
    margin-right: 15px;
}

.title {
    font-size: 25px;
    font-weight: 600;
}

.label_text {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 70px;
    height: 80px;
    font-size: 10px;
    text-align: center;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
    margin-left: 0px;
}

.labels_wrapper .label_wrapper:first-of-type .label_text {
    margin-left: 0px;
}

.labels_wrapper_detalhe .label_wrapper:first-of-type .label_text {
    margin-left: 10px;
}

.label_text span {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30%;
}

.label_wrapper_ea .label_text {
    background-image: url(/Images/label_ea.svg);
}

.label_wrapper_ee .label_text {
    background-image: url(/Images/label_ee.svg);
}

.label_wrapper_mt .label_text {
    background-image: url(/Images/label_mt.svg);
    color: white
}

.content_wrapper .content_title {
    font-size: 25px;
    font-weight: 500;
}

.content_wrapper .subtitle {
    font-size: 16px;
    font-weight: 600;
}

.content_wrapper .qualidade_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 30px;
    margin-bottom: 10px;
}

.content_wrapper .qualidade {
    font-size: 25px;
    font-weight: 600;
}

.content_wrapper .qualidade_desc {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.content_wrapper .line_symbol {
    width: 100%;
    max-width: 100%;
    text-align: center;
    background-image: linear-gradient(#FFB968, #FFB968);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: 0 center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .content_wrapper .line_symbol img {
        background-color: white;
    }

.line {
    /*width: 100%;
  max-width: 100%;
  height: 2px;
  background-color: #FFB968;
  margin-top: 15px;
  margin-bottom: 30px;*/
    display: none;
}

    .line.gray {
        background-color: #BFBFBD;
    }

.price_box a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #0A7DBF;
}

.prestacao_wrapper {
    background-color: #efefef;
}

.poupa_wrapper {
    background-color: #d5e8bf;
}

.prestacao_wrapper,
.poupa_wrapper {
    padding: 20px;
    font-weight: 700;
    height: 100%;
}

    .prestacao_wrapper .titulo,
    .poupa_wrapper .titulo {
        font-size: 16px;
        color: #4a4a4a;
    }

    .prestacao_wrapper .valor,
    .poupa_wrapper .valor {
        font-size: 20px;
        font-weight: 600;
    }


.buttons_wrapper {
    background-color: #efefef;
    padding: 15px 30px;
}


/*** MENU ***/
.webfour {
    background: #FFFFFF;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    z-index: 1000;
    position: relative;
    width: 100%;
    margin-left: auto;
    top: 0;
    z-index: 3;
}

    .webfour a {
        font-family: 'Neue Haas Grotesk Display';
        color: #7C68E1;
        outline: 0;
        text-decoration: none;
    }

    .webfour .menu_wrapper {
        height: 45px;
    }

        .webfour .menu_wrapper .dropdown-toggle::after {
            content: none;
        }

        .webfour .menu_wrapper .dropdown-toggle .arrow {
            transition: transform .25s ease;
        }

            .webfour .menu_wrapper .dropdown-toggle .arrow.opened {
                transform: rotate(180deg);
            }

        .webfour .menu_wrapper .phone_wrapper p {
            font-size: 14px;
            font-style: normal;
            font-weight: 900;
            margin: 0;
        }

            .webfour .menu_wrapper .phone_wrapper p i {
                font-size: 18px;
            }

        .webfour .menu_wrapper ul {
            list-style: none;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
        }

        .webfour .menu_wrapper li.list-inline__item {
            line-height: 14px;
            position: relative;
        }

            .webfour .menu_wrapper li.list-inline__item:not(:last-of-type) {
                padding-right: 1rem;
                margin-right: 1rem;
            }

                .webfour .menu_wrapper li.list-inline__item:not(:last-of-type):after {
                    content: '';
                    background: #fff;
                    width: 1px;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: -0.2rem;
                }

            .webfour .menu_wrapper li.list-inline__item a {
                font-weight: 700;
                font-size: 12.5px;
                text-decoration: none;
            }

        .webfour .menu_wrapper .dropdown-toggle {
            font-family: 'Neue Haas Grotesk Display';
            text-transform: none;
        }

        .webfour .menu_wrapper .dropdown-menu {
            width: 200px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            padding: 20px;
            border: 0;
        }

            .webfour .menu_wrapper .dropdown-menu li:not(:last-of-type) {
                margin-bottom: 5px;
            }

            .webfour .menu_wrapper .dropdown-menu li a {
                padding: 5px 0;
                text-transform: none;
                line-height: 18px;
                display: inline-block;
            }

                .webfour .menu_wrapper .dropdown-menu li a:hover {
                    color: #000;
                    text-decoration: underline;
                }

    .webfour .menu_container {
        background: #A7D500;
        padding: 20px 0px 5px 0px;
    }

        .webfour .menu_container .logo {
            padding-bottom: 10px;
        }

        .webfour .menu_container a {
            font-family: 'Atrament';
            color: #fff;
            padding-right: 30px;
            font-size: 18px;
            font-weight: 700;
            line-height: 20px;
            text-align: left;
        }

            .webfour .menu_container a.g-01 {
                color: #759500;
            }

        .webfour .menu_container .user_area img {
            padding: 5px 6px 5px 6px;
        }

        .webfour .menu_container .user_area .line_up {
            display: inline-block;
            width: 15px;
            height: 0px;
            border: 1px solid #CADDED;
            transform: rotate(90deg);
            margin-bottom: 4px;
        }

        .webfour .menu_container .user_area a {
            font-family: 'Neue Haas Grotesk Display';
            color: #fff;
            font-size: 14px;
            font-weight: 800;
            line-height: 16.7px;
            text-align: left;
            padding: 5px 6px 5px 6px;
        }

        /*.webfour .menu_container .user_area .mobile_menu {
            display: none;
        }*/
        .webfour .menu_container .user_area img {
            padding: 5px 6px 5px 6px;
        }

        .webfour .menu_container .user_area .line_up {
            display: inline-block;
            width: 15px;
            height: 0px;
            border: 1px solid #CADDED;
            transform: rotate(90deg);
            margin-bottom: 4px;
        }

        .webfour .menu_container .user_area a {
            font-family: Neue Haas Grotesk Display;
            color: #fff;
            font-size: 14px;
            font-weight: 800;
            line-height: 16.7px;
            text-align: left;
            padding: 5px 6px 5px 6px;
        }

        .webfour .menu_container .user_area .mobile_menu {
            display: none;
            transition: all 0.25s ease;
        }

            .webfour .menu_container .user_area .mobile_menu.active {
                content: url("/Content/icons/icon-x-2.svg");
            }

            .webfour .menu_container .user_area .mobile_menu.closed {
                content: url("/Content/icons/icon-mobile-menu.svg");
            }

    .webfour .menu_home {
        background: #759600;
        height: 122px;
        align-content: center;
    }

        .webfour .menu_home h2 {
            font-family: 'Atrament';
            font-size: 52px;
            font-weight: 700;
            line-height: 62.4px;
            letter-spacing: -0.5px;
            text-align: left;
            margin: 0;
            text-transform: uppercase;
        }

    .webfour .menu_mobile {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px 0px #00000040;
        transition: all 0.25s ease;
    }

        .webfour .menu_mobile.closed {
            opacity: 0;
        }

        .webfour .menu_mobile.active {
            opacity: 1;
        }

        .webfour .menu_mobile .container.active {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            padding: 0;
            text-align: left;
        }

        .webfour .menu_mobile .container.closed {
            display: none;
        }

        .webfour .menu_mobile .container a {
            width: 100%;
            border-bottom: thin solid #E4E5E6;
            padding: 30px;
            font-family: Atrament;
            font-size: 32px;
            font-weight: 700;
            line-height: 20px;
            text-align: left;
            color: #759500;
        }

            .webfour .menu_mobile .container a::after {
                content: url("/Content/icons/icon-chevron-right.svg");
                width: 32px;
                height: 32px;
                position: absolute;
                right: 30px;
                margin-top: -5px;
            }

            .webfour .menu_mobile .container a:last-child {
                color: #58595B;
                /*display: none;*/
            }

                .webfour .menu_mobile .container a:last-child::after {
                    content: url("/Content/icons/icon-chevron-right-g.svg");
                }

            .webfour .menu_mobile .container a.active {
                background: #58595B;
                color: #FFFFFF;
            }

                .webfour .menu_mobile .container a.active:last-child::after {
                    content: url("/Content/icons/icon-chevron-right-w.svg");
                }

            .webfour .menu_mobile .container a.return {
                display: none;
            }

                .webfour .menu_mobile .container a.return.show {
                    color: #58595B;
                    font-family: Neue Haas Grotesk Display;
                    font-size: 25px;
                    font-weight: 400;
                    line-height: 28.2px;
                    letter-spacing: -0.5px;
                    text-align: left;
                    text-transform: uppercase;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    padding: 15px;
                    gap: 10px;
                }

                .webfour .menu_mobile .container a.return::before {
                    content: url("/Content/icons/icon-chevron-right-inverted.svg");
                    width: 40px;
                    height: 40px;
                }

                .webfour .menu_mobile .container a.return::after {
                    display: none;
                }

        .webfour .menu_mobile .more_links {
            padding: 0 50px 20px 50px;
        }

            .webfour .menu_mobile .more_links.active {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                width: 100%;
            }

            .webfour .menu_mobile .more_links.closed {
                display: none;
            }

            .webfour .menu_mobile .more_links a {
                width: 100%;
                border-bottom: thin solid #E4E5E6;
                padding: 30px;
                font-family: Neue Haas Grotesk Display;
                font-size: 30px;
                font-weight: 400;
                line-height: 33.84px;
                letter-spacing: -0.5px;
                text-align: left;
                color: #58595B;
            }


        .webfour .menu_mobile .need_help {
            flex-direction: column;
            align-items: center;
            width: 300px;
            gap: 12px;
            padding-top: 30px;
            padding-bottom: 200px;
        }

            .webfour .menu_mobile .need_help.closed {
                display: none;
            }

            .webfour .menu_mobile .need_help.active {
                display: flex;
            }

            .webfour .menu_mobile .need_help span {
                font-family: Neue Haas Grotesk Display;
                font-size: 34px;
                font-weight: 700;
                line-height: 40.56px;
                letter-spacing: 0.04em;
                text-align: center;
                color: #58595B;
            }

            .webfour .menu_mobile .need_help .btn {
                color: #FFFFFF;
                font-family: Atrament;
                font-size: 42px;
                font-weight: 700;
                line-height: 27px;
                text-align: center;
                background: #759500;
                padding: 10px 20px 10px 20px;
                border-radius: 6px;
            }

.g-00 {
    color: #A7D500;
}

.g-01 {
    color: #759500;
}

.hero-heading {
    color: #FFFFFF;
    /*height: 620px;*/
    overflow: hidden;
    /*background-image: url(../images/hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    min-height: 600px;
}

    /*.hero-heading.home {
        height: 444px;
    }

        .hero-heading.home img {
            height: 444px;
        }*/

        /*.hero-heading.home .container .content_wrapper {
            max-width: 780px;
        }*/

    .hero-heading .btn {
        padding: 10px 30px 10px 30px;
        border-radius: 3px;
        background: #7C68E1;
        font-family: Atrament;
        font-size: 28px;
        font-weight: 700;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
        text-transform: uppercase;
    }


    .hero-heading .mobile {
        display: none;
    }

    .hero-heading h1 {
        font-family: Atrament;
        font-size: 52px;
        font-weight: 700;
        line-height: 62.4px;
        letter-spacing: -0.5px;
        text-transform: uppercase;
        margin: 0;
    }

    .hero-heading p {
        font-family: Neue Haas Grotesk Display;
        font-size: 28px;
        font-weight: 450;
        line-height: 32.03px;
        /*letter-spacing: -0.5px;*/
        text-align: left;
        margin: 0;
    }

    .hero-heading img {
        object-fit: cover;
        height: calc(100%);
        position: absolute;
        width: 100%;
        min-height: 600px;
    }



    .hero-heading .wrapper {
        position: relative;
        padding: 0;
        /*padding-top: 70px;
        padding-bottom: 70px;*/
        max-width: none;
        /*min-height: 620px;*/
    }

        .hero-heading .wrapper .container {
            padding-top: 70px;
            padding-bottom: 70px;
        }

            .hero-heading .wrapper .container .content_wrapper {
                display: flex;
                gap: 20px;
                flex-direction: column;
                align-items: flex-start;
                max-width: 650px;
                z-index: 1;
                position: relative;
            }

.products-list {
    padding: 50px 0px 50px 0px;
    background: #EDF7CC;
}

    .products-list h2 {
        font-family: Atrament;
        font-size: 42px;
        font-weight: 700;
        line-height: 50.4px;
        text-align: center;
        text-transform: uppercase;
    }

    .products-list .products-list__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        text-align: center;
        padding-top: 40px;
    }

        .products-list .products-list__container .card {
            flex: 0 0 315px;
            border: 1px solid #A5A7AA;
            border-radius: 0;
            color: #58595B;
            /*height: 369px;*/
        }

            .products-list .products-list__container .card .image {
                height: 180px;
                margin: 0;
                min-height: 180px;
            }

                .products-list .products-list__container .card .image img {
                    width: 100%;
                    height: calc(100%);
                    object-fit: cover;
                }

            .products-list .products-list__container .card .info {
                height: 100%;
                padding-top: 20px;
                padding-bottom: 20px;
            }

                .products-list .products-list__container .card .info .title {
                    margin: 0;
                }

                .products-list .products-list__container .card .info h3 {
                    text-transform: uppercase;
                    font-family: Atrament;
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 28.8px;
                    margin: 0;
                }

                .products-list .products-list__container .card .info .description {
                    font-family: Neue Haas Grotesk Display;
                    font-size: 14px;
                    font-weight: 450;
                    line-height: 16.02px;
                    text-align: left;
                    margin: 0;
                    padding: 10px 25px 0 25px;
                    min-height: 70px;
                }

                .products-list .products-list__container .card .info .btn {
                    margin: 10px 0 0 0;
                    padding: 5px 20px 5px 20px;
                    border-radius: 3px;
                    background: #7C68E1;
                    font-family: Atrament;
                    font-size: 18px;
                    font-weight: 700;
                    line-height: 27px;
                    text-align: center;
                    color: #FFFFFF;
                    text-transform: uppercase;
                }

.info-icons {
    padding: 50px 0px 50px 0px;
}

    .info-icons.home {
        background: #EDF7CC;
    }

    .info-icons h2 {
        font-family: Atrament;
        font-size: 42px;
        font-weight: 700;
        line-height: 50.4px;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
    }

    .info-icons .link {
        font-family: Neue Haas Grotesk Display;
        font-size: 16px;
        font-weight: 450;
        line-height: 18.3px;
        text-align: center;
        margin: 0;
    }

        .info-icons .link a {
            color: #7C39E1;
        }

        .info-icons .link .arrow {
            transform: rotate(-90deg);
            margin-left: 4px;
        }



    .info-icons .info-icons__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 27px;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .info-icons .info-icons__container .card {
            flex: 0 0 312px;
            align-items: center;
            border: 0px;
            gap: 13px;
            background: inherit;
            color: #58595B;
        }

            .info-icons .info-icons__container .card .image {
                width: 80px;
                height: 80px;
                border-radius: 50px;
                background: #A7D500;
                margin: 0;
                align-content: center;
            }

            .info-icons .info-icons__container .card h3 {
                font-family: Atrament;
                font-size: 24px;
                font-weight: 700;
                line-height: 28.8px;
                text-align: center;
                margin: 0;
                text-transform: uppercase;
            }

            .info-icons .info-icons__container .card .description {
                font-family: Neue Haas Grotesk Display;
                font-size: 14px;
                font-weight: 450;
                line-height: 16.02px;
                text-align: left;
                margin: 0;
            }

.info-video {
    padding: 50px 0px 50px 0px;
    background: #A7D500;
    gap: 10px;
}

    .info-video h2 {
        margin: 0;
        font-family: Atrament;
        font-size: 42px;
        font-weight: 600;
        line-height: 50.4px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .info-video .container {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 43px;
        align-items: center;
    }

        .info-video .container .info-video__container {
            width: calc(90% - 5px);
            height: 245px;
            max-width: 612px;
            background-image: url(../images/video_bg.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            align-content: center;
        }

            .info-video .container .info-video__container img {
                width: 40px;
                height: 40px;
                cursor: pointer;
                display: none;
            }

        .info-video .container iframe {
            width: calc(90% - 5px);
            height: 245px;
            max-width: 612px;
            display: none;
        }

.cards-list {
    padding: 50px 0px 50px 0px;
    text-align: center;
}

    .cards-list h2 {
        font-family: Atrament;
        font-size: 42px;
        font-weight: 700;
        line-height: 50.4px;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
    }

    .cards-list .cards-list__container {
        display: flex;
        flex-wrap: wrap;
        /*justify-content: center;*/
        gap: 12px;
        text-align: left;
        padding-top: 40px;
        padding-bottom: 40px;
        overflow: hidden;
    }

        .cards-list .cards-list__container.slick {
            display: none;
        }

        /* .cards-list .cards-list__container.slick-slider {
            display: inline-block;
        }*/
        .cards-list .cards-list__container .slick-track {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
            overflow: hidden;
        }

        .cards-list .cards-list__container .slick-arrow {
            display: none !important;
        }

        .cards-list .cards-list__container .slick-track .slick-slide {
            display: inline-block;
            width: 315px;
            gap: 12px;
        }

        .cards-list .cards-list__container .card {
            flex: 0 0 315px;
            gap: 0px;
            border: 1px solid #A5A7AA;
            border-radius: 0;
            min-height: 490px;
            color: #58595B;
        }

            .cards-list .cards-list__container .card .image {
                width: 100%;
                height: 180px;
                margin: 0;
            }

                .cards-list .cards-list__container .card .image img {
                    width: 100%;
                    height: 176px;
                }

            .cards-list .cards-list__container .card .info {
                display: grid;
                height: 100%;
                padding: 20px;
                gap: 15px;
            }

                .cards-list .cards-list__container .card .info .title {
                    margin: 0;
                    min-height: 58px;
                }

                .cards-list .cards-list__container .card .info h3 {
                    font-family: Atrament;
                    font-size: 22px;
                    font-weight: 700;
                    line-height: 26.4px;
                    margin: 0;
                }

                .cards-list .cards-list__container .card .info .description {
                    font-family: Neue Haas Grotesk Display;
                    font-size: 16px;
                    font-weight: 450;
                    line-height: 18.3px;
                    margin: 0;
                    min-height: 92px;
                }

                .cards-list .cards-list__container .card .info .btn {
                    font-family: Neue Haas Grotesk Display;
                    font-size: 16px;
                    font-weight: 450;
                    line-height: 18.3px;
                    text-align: left;
                    text-decoration: underline;
                    color: #7C68E1;
                    padding: 0;
                }

    .cards-list .link {
        font-family: Neue Haas Grotesk Display;
        font-size: 16px;
        font-weight: 450;
        line-height: 18.3px;
        text-align: center;
        margin: 0;
    }

        .cards-list .link a {
            color: #7C39E1;
        }

        .cards-list .link .arrow {
            transform: rotate(-90deg);
            margin-left: 4px;
        }

.info-cta {
    padding: 50px 0px 50px 0px;
    background: #A7D500;
    gap: 10px;
}

    .info-cta h2 {
        margin: 0;
        font-family: Atrament;
        font-size: 42px;
        font-weight: 600;
        line-height: 50.4px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .info-cta .info-cta__container {
        padding: 0px 24px 0px 24px;
    }

    .info-cta .container,
    .info-cta .info-cta__container {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 29px;
        align-items: center;
    }

    .info-cta p {
        font-family: Neue Haas Grotesk Display;
        font-size: 24px;
        font-weight: 450;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin: 0;
    }

    .info-cta .btn {
        padding: 10px 40px 10px 40px;
        border-radius: 3px;
        background: #7C68E1;
        font-family: Atrament;
        font-size: 32px;
        font-weight: 700;
        line-height: 32px;
        text-align: center;
        color: #FFFFFF;
        text-transform: uppercase;
    }

.banner {
    padding: 50px 0px 50px 0px;
    background: #EDF7CC;
    display: flex;
    gap: 40px;
    flex-direction: column;
}

    .banner figure {
        margin: 0;
        position: relative;
    }

        .banner figure img {
            position: relative;
            width: 100%;
        }

        .banner figure.mobile {
            display: none;
        }

    .banner .container {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }

        .banner .container h2 {
            color: #58595B;
            font-family: Atrament;
            font-size: 52px;
            font-weight: 700;
            line-height: 62.4px;
            text-align: center;
            text-transform: uppercase;
            margin: 0;
        }

        .banner .container figure {
            /*height: 360px;*/
        }

/*.banner .container figure::after {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: #00000066;
                z-index: 1;
                pointer-events: none;
            }*/



.wot {
    padding: 50px 0px 50px 0px;
}

    .wot .container {
        display: flex;
        flex-direction: column;
        padding: 0px 30px 0px 30px;
        gap: 30px;
    }

        .wot .container .title {
            font-family: Atrament;
            font-size: 52px;
            font-weight: 700;
            line-height: 62.4px;
            text-align: center;
        }

        .wot .container h2 {
            font-family: Atrament;
            font-size: 42px;
            font-weight: 700;
            line-height: 50.4px;
            text-align: center;
        }

        .wot .container p,
        .wot .container p span,
        .wot .container p a,
        .wot .container ul {
            font-family: Neue Haas Grotesk Display;
            font-size: 16px;
            font-weight: 450;
            line-height: 22px;
            text-align: left;
            margin: 0;
            color: #58595B;
        }

            .wot .container p.xl {
                font-family: Atrament;
                font-size: 32px;
                font-weight: 700;
                line-height: 38.4px;
            }

            .wot .container p.l, .wot .container p span.l {
                font-size: 22px;
                font-weight: 800;
                line-height: 26.25px;
            }

            .wot .container p strong {
                font-weight: 800;
            }

    .wot ul {
    }

.box_wrapper {
    width: 255px;
    min-width: 255px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.filtros_box_wrapper h5 {
    text-align: left;
    font: normal normal 600 15px/21px Lato;
    letter-spacing: 0px;
    color: #0A7DBF;
}

    .filtros_box_wrapper h5 a {
        text-align: left;
        font: normal normal 600 15px/21px Lato;
        letter-spacing: 0px;
        color: #0A7DBF;
        text-decoration: none;
        display: block;
    }

.filtros_box_wrapper a:not(h5 a) {
    text-align: left;
    font: normal normal normal 14px/21px Lato;
    letter-spacing: 0px;
    color: #0A7DBF;
    text-decoration: none;
}

.filtros_box_wrapper h5 a:before {
    font-family: 'fontello';
    content: "\e801";
    float: right;
}

.filtros_box_wrapper h5 a.collapsed:before {
    transition: all 0.5s;
    content: "\e803";
}


.resultados_page .box_wrapper {
    margin-right: 20px;
}

.formulario .box_wrapper {
    margin-left: 20px;
}

.box_text {
    text-align: left;
    font: normal normal 900 15px/21px Lato;
    letter-spacing: 0px;
    color: #0A7DBF;
}

.box_number {
    text-align: left;
    font: normal normal 900 16px/19px Lato;
    letter-spacing: 0px;
    color: #0A7DBF;
}

.box_hours {
    /*text-align: left;*/
    font: normal normal normal 15px/21px Lato;
    letter-spacing: 0px;
    color: #4A4A4A;
}

.detalhes_wrapper {
    border: 1px solid rgba(93, 211, 175, 0.1);
}
    .detalhes_wrapper .mapa_data_wrapper {
        position: relative;
    }

        .detalhes_wrapper .mapa_data_wrapper .data_wrapper {
            overflow: hidden;
        }

        .detalhes_wrapper .mapa_data_wrapper .detalhe_linha {
            opacity: 1;
            /*height: 72px;*/
            transition: all 0.6s ease;
        }

            .detalhes_wrapper .mapa_data_wrapper .detalhe_linha.hide {
                height: 0;
                padding: 0;
                opacity: 0;
            }

        .detalhes_wrapper .mapa_data_wrapper .show_results_fade.collapsed {
            position: absolute;
            left: 0;
            right: 0;
            margin-inline: auto;
            width: 100%;
            bottom: 0px;
            padding: 80px 0 20px 0;
            background: linear-gradient(178.5deg, rgba(255, 255, 255, 0) -5.08%, #FFFFFF 75.95%);
        }

        .detalhes_wrapper .mapa_data_wrapper .show_results_fade.expanded {
            position: relative;
            padding: 0px 0px 20px 0;
        }

h3.subtitle:not(.content_wrapper h3.subtitle) {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

/*.detalhe_linha {
    padding: 11px 20px;
}

    .detalhe_linha.orange {
        background-color: rgba(255, 185, 104, 0.1);
    }

    .detalhe_linha > div {
        text-align: left;
        font: normal normal normal 15px/22px Lato;
        letter-spacing: 0px;
        color: #4A4A4A;
    }

    .detalhe_linha span {
        text-align: right;
        font: normal normal bold 15px/22px Lato;
        letter-spacing: 0px;
        color: #4A4A4A;
    }

    .detalhe_linha.total_wrapper * {
        font: normal normal bold 20px/22px Lato;
        letter-spacing: 0px;
        color: #4A4A4A;
    }*/

.footer a span {
    font: normal normal normal 15px/25px Lato;
    letter-spacing: 0px;
    color: #0A7DBF;
}

.prestacoes_modal_wrapper .linha {
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: solid 1px #e5e5e5;
}

/*.modal-content {
    padding: 50px 50px 30px;
    gap: 30px;
    isolation: isolate;
    background: #F2F5F7;
    border: 1px solid #EFF0F7;
    box-shadow: 0px 5px 16px rgba(0, 48, 95, 0.06);
    border-radius: 30px;
}*/

#details_message_modal .modal-content {
    background: #FFFFFF;
    border: 0px solid #EFF0F7;
    padding: 9px;
}

/*#details_message_modal .col2_wrapper {
    padding: 20px;
}*/


.modal-header {
    border-bottom: 0;
}

/*.modal-header, .modal-body {
    padding: 0;
}

    .modal-header .btn-close {
        position: absolute;
        right: 25px;
        top: 25px;
        border: 3px solid #00305F;
        border-radius: 50%;
        opacity: 1;
        color: #00305F;
        width: 14px;
        height: 14px;
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }*/


/*.modal-title {
    margin: auto;
    text-align: center;
    line-height: 31px;
}*/

#message_modal .modal-content {
    padding: 50px;
}

#message_modal .modal-title {
    margin-top: 52px;
    margin-bottom: 52px;
    text-align: center;
}

/*.modal_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0;
}*/

.modal_contact_text {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #00305F;
    padding: 0;
}

#loadMe .modal-content {
    padding: 30px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.modal_button_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

.terms_validation .input-validation-error + label,
.terms_validation .input-validation-error + label + a {
    color: red;
}

.modal_image {
    position: relative;
}

    .modal_image .ball_wrapper {
        position: absolute;
        top: 32px;
        left: 0px;
    }

    .modal_image .ball_number {
        position: absolute;
        bottom: 8px;
        left: 11px;
        color: white;
        font-size: 23px;
    }

/* Simulador */
.formulario {
    background: #EDF7CC;
}

    .formulario .modal {
        margin: 50px auto;
    }

    .formulario .row {
        align-items: center;
        margin-bottom: 20px;
    }

        .formulario .row .input-text::placeholder {
            font-size: 14px;
            font-weight: 450;
            line-height: 24px;
            color: #A5A7AA;
        }

    .formulario h2 {
        font-family: Atrament;
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        text-align: center;
        margin-bottom: 30px;
    }

    .formulario h3 {
        font-family: Atrament;
        font-size: 18px;
        font-weight: 700;
        line-height: 21.6px;
        text-align: left;
    }

    .formulario h4 {
        font-family: Atrament;
        font-size: 1.75rem;
        font-weight: 800;
        line-height: 21.6px;
        text-align: left;
    }

    .formulario .form-fields {
        padding: 20px;
        border: 1px solid #E4E5E6;
        margin-bottom: 30px;
    }

    /*.formulario .form-fields .mt-2 {
            padding-left: 0;
        }*/

    .formulario .form-control,
    .formulario .input-group-text {
        border: 1px solid #A5A7AA
    }

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' viewBox='0 0 9 10' fill='none'%3E%3Crect y='0.17041' width='9' height='9' rx='4.5' fill='%2358595B'/%3E%3C/svg%3E");
    background-size: 8px;
}

.formulario .form-check {
    display: inline-block;
    font-family: 'Neue Haas Grotesk Display';
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    text-align: left;
    margin-right: 20px;
}

    .formulario .form-check.terms_validation {
        gap: 10px;
        line-height: 16px;
        font-size: 14px;
    }

        /*.formulario .form-check.terms_validation input {
            margin-left: 0;
        }*/


        .formulario .form-check.terms_validation a {
            color: #7C68E1;
        }

.formulario .privacy-policy {
    font-family: 'Neue Haas Grotesk Display';
    font-size: 14px;
    font-weight: 450;
    line-height: 16px;
    text-align: left;
    margin-top: 30px;
}

    .formulario .privacy-policy strong {
        font-weight: 800;
    }

    .formulario .privacy-policy a {
        color: #7C68E1;
    }

.more_people_clone {
    display: none;
}

.more_people_item {
    overflow: hidden;
}

.more_people_wrapper {
    border-top: 2px solid #A7D500 !important;
}

    .more_people_wrapper .border-top {
        border-top: 2px solid #A7D500 !important;
        margin-top: 20px;
    }

    .more_people_wrapper .border-bottom {
        border-bottom: 2px solid #A7D500 !important;
        padding-bottom: 20px;
    }

.more_people_item .titulo,
.formulario .form-fields .titulo {
    font-family: 'Atrament';
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.more_people_item .data_field {
    background: url(/Images/icon-fline-calender.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.btn_add_people {
    background: #759500;
    border-color: #759500;
    font-family: 'Atrament';
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 30px;
    margin-top: 20px;
}

    .btn_add_people:hover,
    .btn_add_people:active {
        background: #759500;
        border-color: #759500;
    }

.more_people_wrapper .more_people_item .btn_remove_people_wrapper {
    float: right;
    margin-top: 15px;
}

.btn_remove_people {
    border: 0;
    color: #7C39E1;
    font-size: 14px;
    line-height: 16.02px;
    text-decoration-line: underline;
    background: transparent;
}

    .btn_remove_people img {
        position: relative;
        margin-left: 2.5px;
        top: -1px;
    }

.content_wrapper .line_symbol {
    background-image: linear-gradient(#29C595, #29C595);
}

.line {
    display: none;
}

.detalhe_wrapper .line {
    margin-top: 30px;
    margin-bottom: 30px;
}

.line_symbol {
    width: 100%;
    max-width: 100%;
    text-align: center;
    background-image: linear-gradient(#29C595, #29C595);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: 0 center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .line_symbol img {
        background-color: white;
    }

/*.detalhe_linha.green {
    background-color: rgba(93, 211, 175, 0.1);
}*/

.CoberturaSeguro_info {
    font-size: 12px;
    background: rgb(237, 237, 237);
    border-radius: 5px;
    padding: 5px;
    line-height: 16px;
    margin-right: -40px;
}

.Sinistros_checks .form-check {
    display: block;
}

/* Simulador - Pagina Resultados */
.recommendation {
    background: #EDF7CC;
    padding: 50px;
}

    .recommendation h2,
    .title-results {
        font-family: 'Atrament';
        font-size: 42px;
        font-weight: 700;
        line-height: 50.4px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

.recomendado_wrapper .resultado_item,
.recomendado_wrapper .detalhe_wrapper {
    max-width: 846px;
    margin: 0 auto;
}

.resultado_item,
.detalhe_wrapper {
    background: #FFFFFF;
    border: 1px solid #A5A7AA;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-bottom: 30px;
}

    .resultado_item .exclusive {
        background: #A7D500;
        color: white;
    }

        .resultado_item .exclusive span {
            font-family: 'Atrament';
            font-size: 16px !important;
            font-weight: 700 !important;
            line-height: 32px;
            text-align: left !important;
            padding: 3.5px 25px;
            display: block;
        }

    .resultado_item .image_wrapper {
        background: #E4E5E6;
        margin-right: 0 !important;
        max-width: 150px;
        width: 100%;
        justify-content: center;
    }

        .resultado_item .image_wrapper .labels_wrapper {
            padding: 0 15px;
            margin: 0 auto;
        }

        .resultado_item .image_wrapper > img {
            padding: 0 15px 12.5px;
            max-width: 100%;
        }

        .resultado_item .image_wrapper .label_wrapper .label_text {
            background-size: 50px;
            height: 50px;
        }

    .resultado_item .content_wrapper {
        padding-top: 20px;
        overflow: hidden;
    }

        .resultado_item .content_wrapper .row > * {
            padding-left: 20px;
            padding-right: 20px;
        }

        .resultado_item .content_wrapper .row > .price {
            padding-left: 0;
        }

        .resultado_item .content_wrapper .content_title {
            font-family: 'Atrament';
            font-size: 22px;
            font-weight: 700;
            line-height: 26.4px;
            text-align: left;
        }

.qualidade_wrapper {
    background: #13A6F8;
    color: white;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    width: 100%;
}

    .qualidade_wrapper .qualidade {
        font-family: 'Atrament';
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        text-align: left;
        margin-right: 5px !important;
    }

    .qualidade_wrapper .qualidade_desc {
        font-family: 'Atrament';
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 14px;
        text-align: left;
        text-transform: uppercase;
        margin-right: 0 !important;
    }

    .qualidade_wrapper .tooltip_modal {
        margin-left: 5px !important;
    }

.cobertura-base {
    font-family: 'Neue Haas Grotesk Display';
    font-size: 14px;
    font-weight: 450;
    line-height: 16.02px;
    text-align: left;
}

    .cobertura-base span {
        font-family: 'Atrament';
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        text-align: left;
        display: block;
        margin: 15px 0 5px;
    }

    .cobertura-base a {
        display: block;
        font-family: 'Neue Haas Grotesk Display';
        font-size: 16px;
        font-weight: 700;
        line-height: 19.09px;
        text-align: left;
        text-decoration: underline;
        margin-top: 15px;
        color: #7C68E1;
    }

.obs {
    background: #EDF7CC;
    padding: 20px;
    font-family: 'Neue Haas Grotesk Display';
    font-size: 14px;
    font-weight: 450;
    line-height: 16.02px;
    text-align: left;
}

.price_wrapper {
    margin-bottom: 10px;
}

.price_box {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 10px !important;
}

    .price_box .price {
        font-family: 'Atrament';
        font-size: 34px;
        font-weight: 700;
        line-height: 40.8px;
        text-align: left;
    }

    .price_box .price_desc {
        font-family: 'Atrament';
        font-size: 18px;
        font-weight: 700;
        line-height: 21.6px;
        text-align: right;
        margin-left: 5px;
    }

.aderir {
    margin-bottom: 10px !important;
}

    .aderir a {
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
    }

.subscribe_text {
    font-family: 'Atrament';
    font-size: 12px;
    font-weight: 600;
    line-height: 14.4px;
    text-align: right;
    color: #7C68E1;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.resultados_page {
    max-width: 1320px;
    margin: 0 auto;
    padding: 10px;
}

.title-results {
    margin-top: 50px;
    margin-bottom: 45px;
}

.resultados_page .box_wrapper {
    min-width: 414px;
    margin-right: 30px;
}

.filtros_box_wrapper {
    background: #EDF7CC;
    padding: 30px 20px 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.box_title {
    font-family: 'Atrament';
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    text-align: left;
    text-transform: uppercase;
}

.filtros_box_wrapper h5 {
    margin-bottom: 30px;
}

    .filtros_box_wrapper h5 span {
        font-family: 'Atrament';
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #58595B;
        text-transform: uppercase;
    }

.filtros_box_wrapper .label_text {
    background-size: 50px;
    height: 50px;
    width: 50px;
}

.filtros_box_wrapper .align-top {
    display: none;
}

.filtros_box_wrapper .filtro_item {
    margin-top: 30px;
    margin-bottom: 30px;
}

.filtros_box_wrapper a:not(h5 a) {
    font-family: 'Neue Haas Grotesk Display';
    font-size: 14px;
    font-weight: 450;
    line-height: 16.02px;
    text-align: left;
    text-decoration: underline;
    color: #7C68E1;
    text-transform: lowercase;
}

.filtros_box_wrapper .form-check-input:checked {
    background-color: #58595B;
    border-color: #58595B;
}

.data_box_wrapper {
    background: #86AA00;
    margin-bottom: 30px;
    padding: 30px 20px;
}

    .data_box_wrapper .box_title {
        margin-bottom: 25px;
    }

    .data_box_wrapper form .row {
        margin-bottom: 25px !important;
    }

    .data_box_wrapper label {
        font-family: 'Atrament';
        font-size: 18px;
        font-weight: 600;
        line-height: 21.6px;
        text-align: left;
        text-transform: uppercase;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .data_box_wrapper input,
    .data_box_wrapper select,
    .data_box_wrapper span {
        font-family: 'Neue Haas Grotesk Display';
        font-size: 16px;
        font-weight: 450;
        line-height: 18.3px;
        text-align: left;
        color: #58595B;
        height: 34px;
    }

        .data_box_wrapper input.initial-height {
            width: 1em;
            height: 1em;
        }

        .data_box_wrapper input:focus,
        .data_box_wrapper select:focus {
            border-color: white;
            box-shadow: none;
        }

        .data_box_wrapper input + img {
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: auto;
        }

    .data_box_wrapper select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: white url('/Content/icons/icon-fline-accountmenuarrow-down.svg') no-repeat right 10px center;
        background-size: 20px;
        padding-right: 30px;
    }

    .data_box_wrapper .btn-primary {
        font-family: 'Atrament';
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
        text-align: left;
        color: white;
        background: transparent;
        border: 1px solid white;
        text-transform: uppercase;
    }

        .data_box_wrapper .btn-primary input {
            border: 0;
            font-family: 'Atrament';
            font-size: 22px;
            font-weight: 700;
            line-height: 32px;
            color: white;
            background: transparent;
        }

        .data_box_wrapper .btn-primary div {
            display: none;
        }

    .data_box_wrapper .field-validation-valid {
        display: none;
    }

.ajuda_box_wrapper {
    background: #7C68E1;
    padding: 30px 25px;
}

    .ajuda_box_wrapper .box_title {
        color: white;
    }

    .ajuda_box_wrapper p {
        font-family: 'Neue Haas Grotesk Display';
        font-size: 18px;
        font-weight: 450;
        line-height: 20.59px;
        text-align: left;
        color: white;
    }

.box_phone {
    text-decoration: none;
    text-align: left;
}

    .box_phone .box_number {
        font-family: 'Atrament';
        font-size: 32px;
        font-weight: 600;
        line-height: 38.4px;
        text-align: left;
        color: white;
    }

.ajuda_box_wrapper .box_hours {
    font-family: 'Neue Haas Grotesk Display';
    font-size: 16px;
    font-weight: 450;
    line-height: 18.3px;
    text-align: left;
}

.resultados_wrapper .resultados {
    margin-top: -45px !important;
    margin-bottom: 10px !important;
    justify-content: flex-end !important;
}

    .resultados_wrapper .resultados .order_wrapper label {
        font-family: 'Neue Haas Grotesk Display';
        font-size: 14px;
        font-weight: 450;
        margin-right: 0;
    }

    .resultados_wrapper .resultados .order_wrapper select,
    .resultados_wrapper .resultados .order_wrapper select option {
        border: 0;
        text-align: right;
        font-family: Atrament;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.2px;
        color: #58595B;
    }

        .resultados_wrapper .resultados .order_wrapper select:focus {
            outline: 0;
            box-shadow: none;
        }

/*Simulador - Página Detalhes*/
.title-offer-detail {
    margin-bottom: 10px;
}

.order-filter {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resultados_wrapper {
    width: 100%;
}

.offer-detail .resultado_item {
    border-bottom: 0;
}

.offer-detail .detalhe_wrapper {
    border-top: 0;
}

.detalhe_linha {
    padding: 11px 20px;
}

.accordion-item .detalhe_linha {
    padding: 0;
}

.detalhe_linha div {
    font-family: 'Neue Haas Grotesk Display';
    font-size: 16px;
    font-weight: 450;
    line-height: 32px;
}

.detalhe_linha span {
    font-family: 'Neue Haas Grotesk Display';
    font-size: 18px;
    font-weight: 800;
    line-height: 32px;
    text-align: right;
    white-space: pre-wrap;
}

.detalhes_wrapper {
    border: 0;
}

.accordion-item {
    border-bottom: 1px solid white;
}

    .accordion-item .accordion-button {
        font-family: 'Atrament';
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
        color: #58595B;
        background-color: #E4E5E6;
        box-shadow: none;
        padding: 10px 25px;
        text-transform: uppercase;
    }

        .accordion-item .accordion-button:after {
            background-image: url(/images/icon-fline-accountmenuarrow-down_accordion.svg);
            width: 32px;
            height: 32px;
            background-size: 32px;
        }

        .accordion-item .accordion-button:not(.collapsed):after {
            background-image: url(/images/icon-fline-accountmenuarrow-down_accordion.svg);
        }

        .accordion-item .accordion-button:focus {
            box-shadow: none;
        }

    .accordion-item .accordion-body {
        padding: 0;
    }

        .accordion-item .accordion-body .detalhe_linha {
            padding: 10px 25px;
            border-bottom: 1px solid #E4E5E6;
        }

            .accordion-item .accordion-body .detalhe_linha:last-child {
                border-bottom: 0;
            }

        .accordion-item .accordion-body h4.detalhe_linha {
            background: #EDF7CC !important;
            border-bottom: 1px solid #E4E5E6;
            font-family: 'Atrament';
            font-size: 18px;
            font-weight: 600;
            line-height: 26px;
            margin-bottom: 0;
        }

    .accordion-item .detalhes_wrapper.obs {
        padding: 20px 25px;
        font-size: 16px;
        line-height: 26px;
    }

.premio span {
    white-space: normal
}

.detalhes_wrapper.premio h3 {
    font-family: 'Atrament';
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 32px;
    color: #58595B;
    background-color: #E4E5E6 !important;
    box-shadow: none;
    padding: 10px 25px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.detalhes_wrapper.premio div.detalhe_linha {
    padding: 20px 25px;
}

.detalhes_wrapper.premio .detalhe_linha div {
    font-size: 22px;
}

.detalhes_wrapper.premio .detalhe_linha span {
    font-family: 'Atrament';
    font-size: 36px;
    color: #58595B;
}

.detalhe_wrapper .btn-primary {
    font-size: 22px;
    margin-bottom: 10px;
}

.detalhe_wrapper .subscribe_text {
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 20px;
}

.resultados_wrapper .footer {
    background: transparent;
    margin-top: 30px;
    margin-bottom: 55px;
    display: flex;
    justify-content: center !important;
    align-items: center;
    gap: 20px;
}

    .resultados_wrapper .footer .return a,
    .resultados_wrapper .footer .print a span,
    .order-filter .return a,
    .order-filter .print a span {
        font-family: 'Neue Haas Grotesk Display';
        font-size: 16px;
        font-weight: 450;
        line-height: 18.3px;
        text-decoration-line: underline;
        color: #7C68E1;
    }

    .resultados_wrapper .footer .update {
        font-size: 14px;
        font-weight: 450;
        line-height: 16.02px;
    }

    .resultados_wrapper .footer .print a {
        display: flex;
    }

    .resultados_wrapper .footer .return a img,
    .order-filter .return a img {
        margin-right: 10px;
    }

    .resultados_wrapper .footer .print a img,
    .order-filter .print a img {
        margin-right: 5px;
    }

.detalhes_wrapper.premio .sub-title {
    background: #EDF7CC !important;
    border-bottom: 1px solid #E4E5E6;
    font-family: 'Atrament';
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
    padding: 13px !important;
}

    .detalhes_wrapper.premio .sub-title b {
        font-family: 'Atrament';
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }

.detalhes_wrapper.premio div.detalhe_linha {
    padding: 13px;
}

.detalhes_wrapper.premio .detalhe_linha div {
    font-family: 'Neue Haas Grotesk Display';
    font-size: 16px;
    font-weight: 450;
    line-height: 32px;
}

    .detalhes_wrapper.premio .detalhe_linha div span {
        font-family: 'Neue Haas Grotesk Display';
        font-size: 18px;
        font-weight: 800;
        line-height: 26px;
    }

.detalhes_wrapper.premio .detalhe_linha.premio-anual b {
    font-family: 'Neue Haas Grotesk Display';
    font-size: 22px;
    font-weight: 450;
    line-height: 32px;
}

.detalhes_wrapper.premio .detalhe_linha.premio-anual .txt_Total {
    font-family: 'Atrament';
    font-size: 36px;
    font-weight: 600;
    line-height: 26px;
}

.detalhe_linha.detalhes_wrapper.obs {
    background: #EDF7CC !important;
    border-top: 1px solid #E4E5E6;
    text-align: center;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 450;
    line-height: 32px;
}

.txt_Total {
    font-weight: 800;
    font-size: 20px;
}


/* Simulador - Aderir Geral */
.no-uppercase {
    text-transform: none !important;
}

.formulario #AderirForm .form-fields .titulo {
    margin-top: 0;
}

.separation-line {
    border-top: 2px solid #A7D500;
    width: 100%;
    padding-top: 20px;
}

.formulario #AderirForm .form-fields .row {
    align-items: center;
    margin-bottom: 20px !important;
}

.termos-legais .form-check {
    font-family: 'Neue Haas Grotesk Display';
    font-size: 12px;
    font-weight: 450;
    line-height: 16px;
    margin-right: 0;
}

    .termos-legais .form-check a {
        color: #7C68E1;
    }

    .termos-legais .form-check .form-check-input[type=checkbox] {
        width: 18px;
        height: 18px;
    }

    .termos-legais .form-check .form-check-label {
        margin-left: 10px;
        margin-top: 2.5px;
    }

    .termos-legais .form-check .form-check-input:checked {
        background-color: #A5A7AA;
        border-color: #A5A7AA;
    }

/* Simulador - Confirmação de Resultados */
.hidden-important {
    display: none !important;
}

.initial-important {
    display: initial !important;
}

#message_modal {
    position: relative;
    background: #EDF7CC;
}

    #message_modal .modal-dialog {
        max-width: 705px;
        padding: 30px 100px 30px 100px;
        margin: 50px auto;
        background: #FFFFFF;
        border: 1px solid #A5A7AA;
        box-shadow: 0px 4px 4px 0px #00000040;
    }

        #message_modal .modal-dialog .modal-content {
            border: 0;
            padding: 0;
        }

            #message_modal .modal-dialog .modal-content .modal-title {
                font-family: 'Atrament';
                font-size: 32px;
                font-weight: 700;
                line-height: 38.4px;
                text-align: center;
                margin-top: 0;
                margin-bottom: 30px;
                text-transform: uppercase;
                color: #58595B;
            }

            #message_modal .modal-dialog .modal-content .modal_text {
                font-family: 'Neue Haas Grotesk Display';
                font-size: 18px;
                font-weight: 450;
                line-height: 22px;
                text-align: left !important;
                border: 1px solid #E4E5E6;
                padding: 20px;
                margin-bottom: 30px;
                color: #58595B;
            }

.border_section {
    padding: 20px;
    padding-bottom: 0px !important;
    border: 1px solid #E4E5E6;
    margin-bottom: 30px;
}
