/* Minification failed. Returning unminified contents.
(584,35): run-time error CSS1046: Expect comma, found '0'
(584,39): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot?28626451');
    src: url('fonts/fontello.eot?28626451#iefix') format('embedded-opentype'), url('fonts/fontello.woff2?28626451') format('woff2'), url('fonts/fontello.woff?28626451') format('woff'), url('fonts/fontello.ttf?28626451') format('truetype'), url('fonts/fontello.svg?28626451#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.svg?28626451#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-phone:before {
    content: '\e800';
}
/* '' */
.icon-down-open-big:before {
    content: '\e801';
}
/* '' */
.icon-mail:before {
    content: '\e802';
}
/* '' */
.icon-right-open-big:before {
    content: '\e803';
}
/* '' */
.icon-star:before {
    content: '\e804';
}
/* '' */
.icon-calendar:before {
    content: '\e805';
}
/* '' */
.icon-mail-alt:before {
    content: '\f0e0';
}
/* '' */
.icon-address-card:before {
    content: '\f2bb';
}
/* '' */


/*** MENU ***/
.webfour {
    background: #606060;
    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 {
        color: #fff;
        outline: 0;
        text-decoration: none;
    }

    .webfour .menu_wrapper {
        height: 48px;
    }

        .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 {
                color: #fff;
                font-weight: 700;
                font-size: 12.5px;
                text-decoration: none;
            }

        .webfour .menu_wrapper .dropdown-toggle {
            text-transform: none;
        }

        .webfour .menu_wrapper .dropdown-menu {
            width: 200px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background: #606060;
            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;
                }

body {
    font-family: 'Montserrat';
    color: #00305F;
    font-size: 16px;
    line-height: 25.6px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1234px;
    /*max-width: 1320px;
    max-width: 1440px;*/
    margin: auto;
    /*overflow: hidden;*/
}

.logo_wrapper {
    /*background-color: #f9f8f7;*/
    line-height: 125px;
}

/* 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 */
/*input,
select,
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;
}


.field-validation-error {
    color: red;
}

.col-form-label {
    font-weight: bold;
}

.tooltip_modal {
    cursor: pointer;
}



h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #00305F;
}

h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    /* Main/Blue */
    color: #00305F;
    margin-bottom: 10px;
}

h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #00305F;
}
h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.top_title{
    margin-top: 20px;
    margin-bottom: 20px;
}

/****************** HOME ********************/



.home_wrapper .btn-primary, .home_wrapper .btn-primary:hover {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px;
    width: 100%;
    /*padding: 12px 40px;*/
}

.home_wrapper {
    color: white;
}


    .home_wrapper .left_wrapper {
        /*background-image: url(/images/bg-hp-2.jpg);*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px;
        min-height: 500px;
        display: flex;
    }

        .home_wrapper .left_wrapper .text_wrapper {
            /*display: flex;
            flex-direction: column;
            justify-content: space-between;*/
            max-width: 970px;
            margin: 0;
            padding-right: 286px;
        }

        .home_wrapper .left_wrapper .title {
            font-weight: 700;
            font-size: 50px;
            line-height: 60px;
            color: #FFFFFF;
            margin-bottom: 20px;
        }

        .home_wrapper .left_wrapper .subtitle {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            color: #FFFFFF;
        }
        .home_wrapper .left_wrapper .subtitle_wrapper {
            flex-wrap: nowrap;
            display: flex;
            margin-bottom: 20px;
        }

    .home_wrapper .right_wrapper {
        padding: 30px 50px;
        gap: 30px;
        background: #00305F;
        min-height: 500px;
    }

        .home_wrapper .right_wrapper .subtitle_wrapper {            
            flex-wrap: nowrap;
            display: flex;
            margin-bottom: 54px;
        }

    

        .home_wrapper .right_wrapper form {
            max-width: 500px;
            margin: auto;
        }

h1.home_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: none;
    color: white;
    margin-bottom: 70px;
}


.homepage_bottom_row {
    margin-top: 100px;
    color: black;
}

    .homepage_bottom_row img {
        max-width: 100%;
    }

    .homepage_bottom_row h1 {
        margin-bottom: 25px;
    }

    .homepage_bottom_row .btn{
        margin-top: 50px;
    }

    .bg_gray {
        background-color: #F2F5F7;
    }


    .homepage_bottom_row.simule_wrapper {
        padding: 70px;
    }

    .homepage_bottom_row .text_wrapper h4 {
        margin-bottom: 15px;
    }


    .homepage_bottom_row .number_wrapper {
        /*background: linear-gradient(180deg, rgba(0,0,0,0) calc(50% - 1px), rgba(192,192,192,1) calc(50%), rgba(0,0,0,0) calc(50% + 1px) );*/
        /*background: linear-gradient(180deg, rgba(192,192,192,1) 1px, #fff 50%);*/
        margin-top: 28px;
        margin-bottom: 15px;
    }

        .homepage_bottom_row .number_wrapper .rounded-circle {
            width: 32px;
            height: 32px;
            margin: auto;
            background-color: #FDB913;
            color: white;
            line-height: 32px;
        }



/****************** RESULTADOS ********************/
.resultados_message_wrapper {
    padding: 24px;
    gap: 24px;    
    background: rgba(253, 185, 19, 0.075);
    border-radius: 10px;
}
    .resultados_message_wrapper h3 {
        margin-bottom: 25px;
        /*font-size: 32px;
        line-height: 41.6px;*/
    }
.resultados_message_wrapper .resultados_message_text
{
    font-size: 18px;
    line-height: 23.4px;
}

    .resultados_message_wrapper .resultados_message_text b{
        font-size: 17px;
    }

.btn.btn-proposta {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: auto;
    /* Main/White */
    border-radius: 10px;
    color: #FFFFFF;
    /*color: white;
    padding: 12px 15px;
    gap: 7px;
    width: auto;
    height: 50px;*/
    background: #3E8C4F;
    /*box-shadow: 0px 3px 12px rgba(0, 48, 95, 0.18);
    border-radius: 30px;
    white-space: nowrap;*/

    padding: 16px 32px 16px 32px;
    margin-top: 30px;
}

    .btn.btn-proposta:hover {        
        background: #4DC167;
    }




    .sub_top_title {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

.order_wrapper select {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration-line: underline;
    /* Main/Blue */

    color: #00305F;
    margin-bottom: 0px;
    width: auto;
    border: 0px;
    padding-right: 35px;
}

.order_wrapper label {
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 0px;
    margin-right: 15px;
}

.resultados {
    font-size: 15px;
    height: 50px;
    padding: 5px 10px 5px 15px;
}

    .resultados h1 {
        text-align: left;
        font: normal normal bold 15px/21px Montserrat;
        letter-spacing: 0px;
        color: #4A4A4A;
        line-height: 35px;
        margin-bottom: 0px;
    }


.global_wrapper {
    background: white;
    /*box-shadow: 0px 0px 10px #0000001A;*/
    border-radius: 20px;
    margin-bottom: 35px;
    box-shadow: 0px 2px 11px rgba(0, 48, 95, 0.15), 0px 4px 10px rgba(0, 48, 95, 0.16);
    /*padding: 20px;*/
}
    .global_wrapper.yellow, .global_wrapper.red {
        background-color: #3E8C4F;
    }
    .resultado_item .vector {
        background-image: url('../Images/Vector.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 30px;
        line-height: 30px !important;
        /* margin-top: 18px;*/
    }
        

        .resultado_item .vector.vector_spread, .resultado_item .vector.vector_tan {
            display: none;
        }

            .resultado_item .vector.vector_spread.active, .resultado_item .vector.vector_tan.active {
                display: block;
            }

    .resultado_item .col1_wrapper {
        width: 140px;
        padding: 20px;
        background: #F2F5F7;
        border-radius: 20px 0px 0px 20px;
    }

.resultado_item .col2_wrapper {
    padding: 20px;
    background-color: white;
}

.resultado_item .exclusive_wrapper {
    border-radius: 20px 20px 0px 0px;
}

    .resultado_item .exclusive_wrapper .exclusivo {
        font-weight: 700;
        font-size: 14px;
        line-height: 39px;
        text-decoration-line: underline;
        color: white;
        cursor: pointer;
        display: block;
        padding-left: 20px;
    }

            .resultado_item .exclusive_wrapper .exclusivo.yellow.icon-star:before {
                color: #f1b62a;
                font-size: 20px;
                text-decoration: none;
            }

            .resultado_item .exclusive_wrapper .exclusivo.red.icon-star:before {
                color: #f07377;
                font-size: 20px;
                text-decoration: none;
            }

    .resultado_item .image_wrapper {
        /*margin-right: 20px;*/
        padding: 5px;
        width: 100px;
        height: 60px;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 0 3px rgb(0 0 0 / 10%);
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100px;
        max-height: 100px;
        overflow: hidden;
        margin-bottom: 14px;
    }

        .resultado_item .image_wrapper img {
            max-width: 100%;
        }

    .resultado_item .content_title {
        /*text-align: left;*/
        /*text-decoration: underline;*/
        font: normal normal 600 20px/24px Montserrat;
        letter-spacing: 0px;
        color: #00305F;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .resultado_item .itemProduto {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .resultado_item .itemLinkDetails {
        font-weight: 400;
        font-size: 14px;
        line-height: 48px;
        text-decoration-line: underline;
        color: rgba(0, 48, 95, 0.5);
        white-space: nowrap;
    }
/*.resultado_item .poupanca_wrapper{
        margin-bottom: 35px;
    }*/
.detalhe_linha, .modal_impostoselo {
    line-height: 30px;
    align-items: center;
}

    .detalhe_linha span {
        text-align: right;
        font: normal normal bold 15px/30px Montserrat;
        letter-spacing: 0px;
        color: #4A4A4A;
        /*white-space: nowrap;*/
    }

.price_box {
    padding: 20px;
    padding-left: 5px;
    text-align: center;
    background-color: white;
    border-radius: 0px 20px 20px 0px;
    /*width: 220px;
    min-width: 220px;*/
}


    .price_box .price_desc {
        /*font-size: 15px;
    font-weight: 400;*/
        font: normal normal bold 16px/30px Montserrat;
        letter-spacing: 0px;
    }

    /*.price_box .btn-primary, .price_box .btn-primary:hover {
        
        padding: 9px 24px;        
        font-size: 18px;
    }*/

    .price_box .price {
        font-weight: 700;
        font-size: 28px;
        line-height: 47px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

.poupanca_wrapper .price_desc, .poupanca_wrapper .price {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}



.box_wrapper {
    /*width: 30%;*/
    max-width: 368px;
    /*margin-right: 20px;*/
}

.form_box_wrapper {
    padding: 30px 24px;
    gap: 40px;
    background: #00305F;
    border-radius: 20px;
    margin-bottom: 25px;
}
    .form_box_wrapper label{
        text-transform: none;
    }
    h3.subtitle, .box_wrapper .box_title {
        font: normal normal 900 20px/42px Montserrat;
        letter-spacing: 0px;
        color: #06517B;
        text-transform: uppercase;
    }

.contact_wrapper {
    padding: 20px 16px;
    gap: 13px;
    background: #FFFFFF;
    border: 1px solid #EFF0F7;
    box-shadow: 0px 2px 11px rgba(0, 48, 95, 0.06), 0px 4px 10px rgba(0, 48, 95, 0.16);
    border-radius: 20px;
}

.btn.btn-contact {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    /* Main/White */

    color: #FFFFFF;
    color: white;
    padding: 12px 15px;
    gap: 7px;
    width: auto;
    height: 50px;
    background: #00305F;
    box-shadow: 0px 3px 12px rgba(0, 48, 95, 0.18);
    border-radius: 30px;
    white-space: nowrap;
}
    .btn.btn-contact:hover {
        color: #00305F;
        background: #FDB913;
        box-shadow: 0px 3px 12px rgba(0, 48, 95, 0.18);
    }


/*.search_wrapper.collapse:not(.show), .data_wrapper.collapse:not(.show) {
    display: block;
}*/



.btn_search_wrapper, .btn_more_info {
    display: none;
}

    .btn_search_wrapper .line {
        width: 118px;
        height: 9px;
        background: #C2D1D9;
        border-radius: 10px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }


.results_padding {
    height: 50px;
    background-color: white;
}



.modal_info_wrapper {
    padding: 15px;
    margin-top: 10px;
}

    .modal_info_wrapper .content_title {
    }

    .modal_info_wrapper .info_coluna {
        /*padding: 20px;*/
        text-align: center;
    }

        .modal_info_wrapper .info_coluna span {
            margin-top: 15px;
        }

        .modal_info_wrapper .info_coluna .small_title {
            font-size: 12px;
        }

        .modal_info_wrapper .info_coluna span {
            margin-top: 5px;
        }

        .modal_info_wrapper .info_coluna > div > span {
            margin-top: 0px;
            font-weight: 400;
            font-size: 12px;
        }

    .modal_info_wrapper .info_coluna_separator {
        background-color: #C2D1D9;
        display: flex;
        width: 1px;
        margin-left: 2px;
        margin-right: 2px;
    }


#details_message_modal .col_form {
    background-color: #00305F;
    color: white;
    border-radius: 0px 20px 20px 0px;
    padding: 20px;
}

#details_message_modal .resultado_item {
    margin: 11px;
    margin-bottom: 30px;
}
#details_message_modal .form_wrapper{
    max-width: 350px;
}
#details_message_modal .form_wrapper span{
    font-weight: 700;
}
#details_message_modal .obs_wrapper {
    border: 1px solid #00305F;
    border-radius: 10px;
    padding: 20px;
    margin: 11px;
}

.modal-body .content_title {
    /*text-align: left;*/
    /*text-decoration: underline;*/
    font: normal normal 600 20px/24px Montserrat;
    letter-spacing: 0px;
    color: #00305F;
    margin-bottom: 0px;
    margin-top: 0px;
}

.modal-body > .content_title {
    margin-left: 11px;
}
/************/
#termos_message_modal .form-check-input {
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    border-radius: 2px;
}

    #termos_message_modal .form-check-input:not(:checked) {
        background: transparent;
    }



    #termos_message_modal .form-check-input:checked[type=checkbox] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    }


    #termos_message_modal .form-check-input:checked {
        background-color: transparent;
        border-color: #000000;
    }

#termos_message_modal .form-check {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

    #termos_message_modal .form-check a {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }

#termos_message_modal .form-check-input.input-validation-error, .terms_validation .input-validation-error {
    border-color: red;
}

.terms_validation .input-validation-error + label, .terms_validation .input-validation-error + label + a {
    color: red;
}

/** PEDIDOS PAGE **/

.page_pedido .form-label{
    text-transform: none;
}
.page_pedido .data_wrapper {
    margin-bottom: 17px;
}
.page_pedido .back_wrapper a{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 48, 95, 0.5);
}

.page_pedido .pedido_form_wrapper{
    display: none;
}

.page_pedido .col_form {
    background-color: #00305F;
    color: white;
    box-shadow: 0px 5px 16px rgba(0, 48, 95, 0.06);
    border-radius: 10px;
    padding: 20px;
}
.page_pedido .col_form .form_wrapper > div {
    display: none;
}




.page_pedido .resultado_item {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .page_pedido .resultado_item .columns_wrapper {
        height: 100%;
    }

    .page_pedido .resultado_item .col1_wrapper {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }






.PedidoInformacao_container {
    /*max-width: 900px;*/
    margin: 40px auto;
}
.Proposta_container {
    max-width: 925px;
    margin: 40px auto;
}


    .PedidoInformacao_container .PedidoInformacao_wrapper {
        padding: 50px;
        background: #F2F5F7;
        /* Neutral/300 */

        border: 1px solid #EFF0F7;
        box-shadow: 0px 5px 16px rgba(0, 48, 95, 0.06);
        border-radius: 30px;
    }


        .PedidoInformacao_container .PedidoInformacao_wrapper .step {
            display: none;
        }

            .PedidoInformacao_container .PedidoInformacao_wrapper .step.active {
                display: block;
            }

        .PedidoInformacao_container .PedidoInformacao_wrapper .inner_step .row:nth-of-type(1) {
            margin-top: 40px;
        }

        .PedidoInformacao_container .PedidoInformacao_wrapper .buttons_wrapper {
            margin-top: 50px;
        }

            .PedidoInformacao_container .PedidoInformacao_wrapper .buttons_wrapper > button {
                margin-bottom: 10px;
            }

        .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-item::before {
            content: "";
            position: absolute;
            left: -75px;
            bottom: 13px;
            width: 70px;
            height: 6px;
            background-color: #C2D1D9;
        }


        /*.PedidoInformacao_container .PedidoInformacao_wrapper .step_title {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            font-size: 26px;
            line-height: 31px;*/
        /* Main/Blue */
        /*color: #00305F;
            margin-bottom: 10px;
        }*/
        .PedidoInformacao_container .PedidoInformacao_wrapper .titular2_wrapper {
            display: none;
        }

        .PedidoInformacao_container .PedidoInformacao_wrapper .step_subTitle {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            color: rgba(0, 48, 95, 0.7);
            margin-bottom: 50px;
        }
        .PedidoInformacao_container .PedidoInformacao_wrapper hr{
            margin-top: 20px;
            margin-bottom: 40px;
        }

        .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-item {
            position: relative;
            display: block;
            color: white;
            text-decoration: none;
            background-color: #C2D1D9;
            width: 35px;
            height: 35px;
            min-width: 35px;
            min-height: 35px;
            padding: 5px;
            margin-left: 80px !important;
        }

            .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-item.active {
                background-color: #00305F;
                border-color: #00305F;
            }

        .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-horizontal > .list-group-item:first-child::before {
            width: 0px;
            left: 0;
        }

        .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-horizontal > .list-group-item:first-child {
            margin-left: 0px !important;
        }


        .PedidoInformacao_container .PedidoInformacao_wrapper .current_step .mid_active.active + .list-group-item::before {
            background-color: #00305F;
            background: linear-gradient(90deg, #00305F 50%, #C2D1D9 50%);
        }

        .PedidoInformacao_container .PedidoInformacao_wrapper .current_step .mid_active.active + .list-group-item {
            background-color: #00305F;
        }

        .PedidoInformacao_container .PedidoInformacao_wrapper .current_step .list-group-item.active::before {
            background: linear-gradient(90deg, #00305F 100%, #C2D1D9 0%) !important;
        }


        .PedidoInformacao_container .PedidoInformacao_wrapper .btn-outline-secondary {
            width: 100%;
            height: 100%;
        }

        .PedidoInformacao_container .PedidoInformacao_wrapper .finalidade_wrapper .btnFinalidade {
            background: rgba(0, 48, 95, 0.7);
            color: white;
            text-transform: uppercase;
        }

        .PedidoInformacao_container .PedidoInformacao_wrapper .security_text_wrapper {
            padding: 10px 20px;
            gap: 15px;
            background: rgba(253, 185, 19, 0.5);
            border-radius: 10px;
        }

            .PedidoInformacao_container .PedidoInformacao_wrapper .security_text_wrapper > div {
                font-style: normal;
                font-weight: 700;
                font-size: 18px;
                line-height: 35px;
                text-align: center;
                color: #00305F;
            }

            .PedidoInformacao_container .PedidoInformacao_wrapper .security_text_wrapper > p {
                font-weight: 400;
                font-size: 14px;
                line-height: 30px;
                text-align: center;
                color: #00305F;
            }


        .PedidoInformacao_container .PedidoInformacao_wrapper .nassociado_wrapper {
            display: none;
        }

        .PedidoInformacao_container .PedidoInformacao_wrapper .titular_title {
            display: none;
        }



        .PedidoInformacao_container .PedidoInformacao_wrapper .col_margin_bottom{
            margin-bottom: 30px;
        }
        .PedidoInformacao_container .PedidoInformacao_wrapper .titulares_col_margin_bottom {
            margin-bottom: 10px;
        }
        .PedidoInformacao_container .PedidoInformacao_wrapper .titulares_col_margin_bottom .text-danger{
            height: 30px;
            display: block;
        }

        .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
            border-top-color: rgba(253, 185, 19, 0.6);
        }

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    background-color: #FDB91399;
    border-radius: 8px;
    max-width: 100%;
    color: rgba(0, 48, 95, 0.7);
}

.tooltip.top-right .tooltip-arrow {
    bottom: -5px;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}


.resultado_subitem {
    margin-top: 16px;
    background: white;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 11px rgba(0, 48, 95, 0.15), 0px 4px 10px rgba(0, 48, 95, 0.16);
    
}

.small_text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color:#000000;
}

    .small_text a {
        color: #FDB913;
    }
/* Bootstrap override */


.form-control {
    padding: 5px 10px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #C2D1D9;
    border-radius: 8px;
    color: black;
}
    .form-control:focus
    {

    }
    .form-control:disabled, .form-control[readonly], .input-group-text.disabled {
        background-color: #C2D1D9;
        color: white;
        opacity: 1;
    }

.small_input {
    max-width: 398px;
}

.big_input {
    max-width: 250px
}

.perc_input {
    max-width: 95px;
    margin-left: 24px;
}

    .perc_input .form-control {
        padding-right: 0px;
    }

    .perc_input .input-group-text {
        padding-left: 5px;
    }

        .perc_input .form-control:disabled, .perc_input .form-control[readonly], .perc_input .input-group-text.disabled {
            background-color: #FFFFFF;
            color: #C2D1D9;
        }




.form-select {
    padding: 5px 10px;
    gap: 10px;
    border: 1px solid #C2D1D9;
    border-radius: 8px;
}

.input-group-text {
    background: #FFFFFF;
    border: 1px solid #C2D1D9;
    border-radius: 8px;
    color: #C2D1D9;
}

.form-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    margin-bottom: 7px;
        /* identical to box height, or 167% */
    color: #00305F;
    text-transform: uppercase;
}



#simuladorCreditoHabitacao .form-label {
    color: white;
}


.home_wrapper #simuladorCreditoHabitacao .form-control, .home_wrapper #simuladorCreditoHabitacao .form-select {
    padding: 10px;
}


.btn {
    border-radius: 30px;
    padding: 12px 40px;
    gap: 10px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    text-align: center;
}

.btn-primary {
    background: #FDB913;
    color: #00305F;
    border-color: #FDB913;
    white-space: nowrap;
}

    .btn-primary:hover, .btn-check:focus + .btn-primary, .btn-primary:focus {
        background: #FDCA13;
        color: #00305F;
        border-color: #FDCA13;
        box-shadow: none;
    }




.btn-outline-primary {
    background: transparent;
    box-shadow: none;
    color: #00305F;
    border-color: #00305F;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus {
        background: #00305F;
        box-shadow: none;
        color: white;
        border-color: #00305F;
    }


.btn-outline-secondary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 55px;
    gap: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 11px rgba(0, 48, 95, 0.06), 0px 4px 10px rgba(0, 48, 95, 0.16);
    border-radius: 16px;
    flex: none;
    order: 0;
    flex-grow: 1;
    border: 0;
    color: #00305F;
    min-height: 114px;
}

    .btn-outline-secondary.btn-small {
        padding: 10px 45px;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        width: auto;
        min-height: auto;
    }

        .btn-outline-secondary.btn-small.btn-cartao {
            padding: 10px 15px;
            white-space: nowrap;
        }

    .btn-outline-secondary h2 {
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 0px;
        color: #00305F;
    }

    .btn-outline-secondary div {
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        color: rgba(0, 48, 95, 0.7);
    }


    .btn-outline-secondary:hover, .btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
        background: rgba(0, 48, 95, 0.7);
    }

        .btn-check:active + .btn-outline-secondary h2, .btn-check:checked + .btn-outline-secondary h2, .btn-outline-secondary.active h2, .btn-outline-secondary.dropdown-toggle.show h2, .btn-outline-secondary:active h2,
        .btn-check:active + .btn-outline-secondary div, .btn-check:checked + .btn-outline-secondary div, .btn-outline-secondary.active div, .btn-outline-secondary.dropdown-toggle.show div, .btn-outline-secondary:active div,
        .btn-outline-secondary:hover h2, .btn-outline-secondary:hover div {
            color: white;
        }

        .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
            box-shadow: 0px 2px 11px rgba(0, 48, 95, 0.06), 0px 4px 10px rgba(0, 48, 95, 0.16);
            border: 0;
            outline: none;
        }
/*.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0px 2px 11px rgba(0, 48, 95, 0.06), 0px 4px 10px rgba(0, 48, 95, 0.16);
        border: 0;
        outline: none;
    }*/

.btn_aplicar{
    background: transparent;
    color: #fff;
}

.btn-outline-dark {
    color: #00305F;
    border-color: #00305F;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #00305F;
        border-color: #00305F;
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: none;
    }

    .btn-outline-dark[aria-expanded="false"] .btn-close {
        display: none;
    }

    .btn-outline-dark[aria-expanded="true"] .btn-close {
        display: inline-block;
        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;
        margin: 0;
        vertical-align: middle;
        background: #00305F url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    }

.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, #details_message_modal .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;
    }

#details_message_modal .btn-close {
    right: 40px;
    top: 40px;
}

#details_message_modal .mobile_close {
    margin-right: 15px;
    font-size: 14px;
}

#details_message_modal .mobile_close a{
    color: #00305F80;
}

    #details_message_modal .mobile_close a img {
        margin-left: 10px;
    }

    .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;
}

.modal_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #00305F;
    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;
}

.contacto_padding{
    margin-bottom: 1rem;
}

.btn_filtros {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: white !important;
    background-color: transparent !important;
    padding: 0;
    box-shadow: none !important;
}
    


    .btn_filtros.accordion-button:focus {
        box-shadow: none;
    }


    .btn_filtros.accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .btn_filtros.accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }


.footer {
    position: relative;
    z-index: 0;
    padding-top: 40px;
    /*gap: 20px;*/
    background: #00305F;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

    .footer .logos_wrapper img {
        width: auto;
        max-width: 100%;
    }

    .footer .links_wrapper a {
        margin-bottom: 23px;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #FDB913;
        text-decoration: none;
    }

    .footer .bottom_wrapper a {
        color: #FFFFFF;
    }
    .footer .bottom_wrapper > *{
        margin-bottom: 15px;
    }
    .footer hr {
        opacity: 1;
        width: 100%;
    }

@media (max-width: 1490px) {
    .home_wrapper .right_wrapper {
        padding: 40px;
    }
}

@media (max-width: 1440px) {
    .home_wrapper .left_wrapper .text_wrapper {
        padding: 0px;
    }
}


@media (max-width: 991px) {
    .logo_wrapper {
        /*background-color: #f9f8f7;*/
        line-height: 90px;
    }
    .home_wrapper .right_wrapper {
        padding: 15px;
    }

    .btn-primary, .btn-primary:hover{

    }

    .box_wrapper {
        margin: auto;
        width: 100%;
        max-width: 100%;
    }

    /*.search_wrapper.collapse:not(.show), .data_wrapper.collapse:not(.show), .page_pedido .top_title {
        display: none;
    }*/
    .btn_search_wrapper, .btn_more_info {
        display: block;
    }



    .formulario .ajuda_box_wrapper {
        margin-top: 20px;
        box-shadow: none;
        border: 0;
        opacity: 1;
        padding: 15px;
    }

    .resultados .ajuda_box_wrapper {
        margin: auto;
        margin-bottom: 20px;
        box-shadow: none;
        border: 0;
        opacity: 1;
        padding: 15px;
    }



    .formulario .box_wrapper, .resultados .box_wrapper {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        margin: auto;
    }

    .home_wrapper .left_wrapper .text_wrapper
    {
        margin: 0px;
    }



    .page_pedido .col_form
    {
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .page_pedido .resultado_item {
        border-radius: 20px;
    }
        .page_pedido .resultado_item .col1_wrapper {
            border-radius: 20px 0px 0px 20px;
        }
    

}
@media (min-width: 768px) {
    /*.homepage_bottom_row .gx-md-5 {
        --bs-gutter-x: 60px;
    }*/
}

    @media (max-width: 768px) {
        .homepage_bottom_row
        {
            margin-top: 50px;
        }
        .footer_logo {
            padding-top: 20px;
            border-top: 1px #6a6a69 solid;
        }

        .resultado_item .col1_wrapper {
            width: 100%;
            border-bottom-left-radius: 0;
            border-top-right-radius: 20px;
        }

        #details_message_modal .col_form {
            border-radius: 0px 0px 20px 20px;
        }

        .price_box {
            padding-left: 20px;
            border-radius: 0px 0px 20px 20px;
        }

        .modal_info_wrapper .info_coluna span {
            margin-top: 5px;
            margin-bottom: 20px;
            white-space: pre;
        }

        #details_message_modal .form_wrapper {
            max-width: 100%;
        }

        .small_input {
            max-width: 100%;
        }

        .btn-outline-secondary {
            min-height: 80px;
        }

            .btn-outline-secondary.btn-small {
                min-height: auto;
            }



        .modal_info_wrapper .info_coluna {
            /* padding: 20px; */
            text-align: left;
            border-bottom: 1px solid #C2D1D9;
            margin-bottom: 15px;
            align-items: baseline;
        }

        .resultado_item .exclusive_wrapper .exclusivo{
            padding-left: 0px;
        }
    }

    @media (max-width: 575px) {

        .btn {
            font-size: 18px;
            line-height: 21.6px;
        }

        .form-label, .btn-outline-secondary h2, .PedidoInformacao_container .PedidoInformacao_wrapper .finalidade_wrapper .btnFinalidade {
            font-size: 16px;
            line-height: 19.2px;
        }

        .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-item {
            width: 0;
            padding: 0;
            margin: 0;
            border: 0;
            min-width: 0px;
        }

            .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-item span {
                display: none;
            }

        .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-horizontal > .list-group-item:first-child::before {
            left: -75px;
            width: 70px;
        }

        .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-horizontal > .list-group-item:first-child {
            margin-left: 80px !important;
        }

        .modal-content {
            padding: 50px 30px;
        }
    }

    @media (max-width: 480px) {

        .home_wrapper h1, .homepage_bottom_row h1 {
            font-style: normal;
            font-weight: 700;
            font-size: 28px;
            line-height: 33px;
        }
        .home_wrapper .left_wrapper {
            padding: 20px;
        }

            .home_wrapper .left_wrapper .title {
                font-size: 30px;
                line-height: 40px;
            }


        .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-item, .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-horizontal > .list-group-item:first-child {
            margin-left: 57px !important;
        }


            .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-item::before, .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-horizontal > .list-group-item:first-child::before {
                left: -45px;
                width: 45px;
            }




        .PedidoInformacao_container .PedidoInformacao_wrapper {
            padding: 20px;
        }
    }

    @media (max-width: 320px) {
        .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-item, .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-horizontal > .list-group-item:first-child {
            margin-left: 37px !important;
        }


            .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-item::before, .PedidoInformacao_container .PedidoInformacao_wrapper .list-group-horizontal > .list-group-item:first-child::before {
                left: -35px;
                width: 35px;
            }
    }
	
	
@media print {
    .grecaptcha-badge {
        visibility: hidden !important;
    }
}
