/* Minification failed. Returning unminified contents.
(433,35): run-time error CSS1046: Expect comma, found '0'
(433,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: 'Lato';
    color: #4A4A4A;
    font-size: 15px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1320px;
    margin: auto;
}

.logo_wrapper {
    background-color: #FFB517;
    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;
}

.input-group-text {
    background-color: white;
}


.field-validation-error {
    color: red;
}

.col-form-label {
    font-weight: bold;
}

.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: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.btn-primary, .btn-primary:hover {
    background-color: #ff912c;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: Lato,sans-serif;
    font-weight: 900;
    border: 0;
    -webkit-transition: ease-in .2s;
    transition: ease-in .2s;
    font-size: 14px;
    max-width: 100%;
    white-space: normal !important;
    line-height: 17px;
}

    .btn-primary:hover {
        background-color: #f87700 !important;
    }


/****************** HOME ********************/



.home_wrapper .btn-primary, .home_wrapper .btn-primary:hover {
    font-size: 16px;
    padding: 15px 20px;
    line-height: 19px;
}

.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: 70rem;
            margin: 0 10% 0 30%;
        }

        .home_wrapper .left_wrapper .title {
            font-family: Lato,sans-serif;
            color: #fff;
            font-weight: 900;
            font-size: 40px;
            line-height: 50px;
            text-transform: uppercase;
        }

        .home_wrapper .left_wrapper .subtitle {
            font-weight: 900;
            margin-top: 32px;
            font-size: 22px;
            line-height: 30px;
        }

    .home_wrapper .right_wrapper {
        background: #0a7dbf;
        background: -webkit-linear-gradient(top,#0a7dbf 0,#06517b 100%);
        background: linear-gradient(180deg,#0a7dbf 0,#06517b 100%);
        padding: 80px;
        min-height: 500px;
    }

        .home_wrapper .right_wrapper form {
            max-width: 500px;
            margin: auto;
        }

.home_title {
    font-weight: 900;
}

h1.home_title {
    font-size: 38px;
}

h2.home_title {
    font-size: 25px;
}

/****************** RESULTADOS ********************/
h1.resultados_title {
    font-weight: 900;
    font-size: 48px;
    color: #06517B;
    margin-top: 40px;
}

    h1.resultados_title span {
        color: #FF912C;
    }


.order_wrapper select {
    text-align: left;
    font: normal normal normal 15px/21px Lato;
    letter-spacing: 0px;
    color: #4A4A4A;
    margin-bottom: 0px;
    width: auto;
    border: 0px;
}

.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 Lato;
        letter-spacing: 0px;
        color: #4A4A4A;
        line-height: 35px;
        margin-bottom: 0px;
    }


.resultado_item {
    background: #fdfcfc 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #0000001A;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px;
}

    .resultado_item .col1_wrapper {
        max-width: 100px;
    }

    .resultado_item .exclusivo {
        font-family: Lato,sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
    }

        .resultado_item .exclusivo.yellow.icon-star:before {
            color: #f1b62a;
        }

        .resultado_item .exclusivo.red.icon-star:before {
            color: #f07377;
        }

    .resultado_item .image_wrapper {
        margin-right: 20px;
        padding: 5px;
        width: 100px;
        height: 50px;
        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;
    }

        .resultado_item .image_wrapper img {
            max-width: 100%;
        }

    .resultado_item .content_title {
        /*text-align: left;*/
        text-decoration: underline;
        font: normal normal 900 20px/30px Lato;
        letter-spacing: 0px;
        color: #06517B;
        margin-bottom: 0px;
    }

    .resultado_item .itemProduto {
        font-weight: 700;
        font-size: 16px;
    }

    .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 Lato;
        letter-spacing: 0px;
        color: #4A4A4A;
        /*white-space: nowrap;*/
    }

.price_box {
    padding: 10px;
    text-align: center;
    width: 220px;
    min-width: 220px;
    margin: auto;
}


    .price_box .price_desc {
        /*font-size: 15px;
    font-weight: 400;*/
        font: normal normal bold 16px/30px Lato;
        letter-spacing: 0px;
        color: #4A4A4A;
    }

    /*.price_box .btn-primary, .price_box .btn-primary:hover {
        
        padding: 9px 24px;        
        font-size: 18px;
    }*/

    .price_box .price {
        font: normal normal bold 25px/30px Lato;
        letter-spacing: 0px;
        color: #4A4A4A;
    }

.poupanca_wrapper .price_desc, .poupanca_wrapper .price {
    font: normal normal bold 16px/30px Lato;
    letter-spacing: 0px;
    color: #4A4A4A;
}



.box_wrapper {
    width: 30%;
    min-width: 255px;
    margin-right: 20px;
}

.form_box_wrapper {
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 6px;
    background: #0a7dbf;
    background: -webkit-linear-gradient(14deg,#0a7dbf 0,#06517b 100%);
    background: linear-gradient(76deg,#0a7dbf 0,#06517b 100%);
    color: white;
}

h3.subtitle, .box_wrapper .box_title {
    font: normal normal 900 20px/42px Lato;
    letter-spacing: 0px;
    color: #06517B;
    text-transform: uppercase;
}


.results_padding {
    height: 50px;
    background-color: #f9f8f7;
}



.modal_info_wrapper .detalhes_wrapper .detalhe_linha {
    border-bottom: 4px solid white;
}

    .modal_info_wrapper .detalhes_wrapper .detalhe_linha:last-of-type {
        border-bottom: 0px solid white;
    }

.modal_info_wrapper .resultado_item {
    flex-grow: 1;
}

.modal .resultado_item .content_title {
    font: normal normal 900 30px/30px Lato;
}

/** Pedido Proposta**/

.proposta_body {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.form-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    /* identical to box height, or 167% */
    color: #00305F;
    text-transform: uppercase;
}

.h1_proposta {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #00305F;
}

.h3_proposta {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    /* Main/Blue */
    color: #00305F;
    margin-bottom: 10px;
}

.proposta_body .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;
}

.bancos_wrapper .btn {
    border-radius: 30px;
    padding: 12px 20px;
    gap: 10px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
    text-align: center;
}

.proposta_body .btn-primary {
    background: #FDB913;
    color: #00305F;
    border-color: #FDB913;
    white-space: nowrap;
}

    .proposta_body .btn-primary:hover, .proposta_body .btn-check:focus + .btn-primary, .proposta_body .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;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus {
        background: #00305F;
        box-shadow: none;
        color: white;
        border-color: #00305F;
    }

.btn-check:checked + .btn-outline-primary {
    background-color: #00305F;
    box-shadow: none;
}




.btn_proposta .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_proposta .btn-outline-secondary.btn-small {
        padding: 10px 45px;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        width: auto;
        min-height: auto;
    }

        .btn_proposta .btn-outline-secondary.btn-small.btn-cartao {
            padding: 10px 15px;
            white-space: nowrap;
        }

    .btn_proposta .btn-outline-secondary h2 {
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 0px;
        color: #00305F;
    }

    .btn_proposta .btn-outline-secondary div {
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        color: rgba(0, 48, 95, 0.7);
    }

    .btn_proposta .btn-outline-secondary:hover, .btn_proposta .btn-check:active + .btn-outline-secondary, .btn_proposta .btn-check:checked + .btn-outline-secondary, .btn_proposta .btn-outline-secondary.active, .btn_proposta .btn-outline-secondary.dropdown-toggle.show, .btn_proposta .btn-outline-secondary:active {
        background: rgba(0, 48, 95, 0.7);
    }

        .btn_proposta .btn-check:active + .btn-outline-secondary h2, .btn_proposta .btn-check:checked + .btn-outline-secondary h2, .btn_proposta .btn-outline-secondary.active h2, .btn_proposta .btn-outline-secondary.dropdown-toggle.show h2, .btn_proposta .btn-outline-secondary:active h2,
        .btn_proposta .btn-check:active + .btn-outline-secondary div, .btn_proposta .btn-check:checked + .btn-outline-secondary div, .btn_proposta .btn-outline-secondary.active div, .btn_proposta .btn-outline-secondary.dropdown-toggle.show div, .btn_proposta .btn-outline-secondary:active div,
        btn_proposta .btn-outline-secondary:hover h2, .btn_proposta .btn-outline-secondary:hover div, .btn_proposta .btn-outline:hover{
            color: white;
        }

.btn_proposta .btn-check:focus + .btn-outline-secondary, .btn_proposta .btn-outline-secondary:focus, .btn_proposta .btn-check:active + .btn-outline-secondary:focus, .btn_proposta .btn-check:checked + .btn-outline-secondary:focus, .btn_proposta .btn-outline-secondary.active:focus, .btn_proposta .btn-outline-secondary.dropdown-toggle.show:focus, .btn_proposta .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;
}


.PedirProposta_container {
    /*max-width: 900px;*/
    margin: 0px auto 40px auto;
}



    .PedirProposta_container .PedirProposta_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;
    }


        .PedirProposta_container .PedirProposta_wrapper .step {
            display: none;
        }

            .PedirProposta_container .PedirProposta_wrapper .step.active {
                display: block;
            }

        .PedirProposta_container .PedirProposta_wrapper .inner_step .row:nth-of-type(1) {
            margin-top: 40px;
        }

        .PedirProposta_container .PedirProposta_wrapper .buttons_wrapper {
            margin-top: 50px;
        }

            .PedirProposta_container .PedirProposta_wrapper .buttons_wrapper > button {
                margin-bottom: 10px;
            }

        .PedirProposta_container .PedirProposta_wrapper .list-group-item::before {
            content: "";
            position: absolute;
            left: -75px;
            bottom: 13px;
            width: 70px;
            height: 6px;
            background-color: #C2D1D9;
        }


        /*.PedirProposta_container .PedirProposta_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;
        }*/
        .PedirProposta_container .PedirProposta_wrapper .titular2_wrapper {
            display: none;
        }

        .PedirProposta_container .PedirProposta_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: 15px;
        }

        .PedirProposta_container .PedirProposta_wrapper hr {
            margin-top: 20px;
            margin-bottom: 40px;
        }

        .PedirProposta_container .PedirProposta_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;
        }

            .PedirProposta_container .PedirProposta_wrapper .list-group-item.active {
                background-color: #00305F;
                border-color: #00305F;
            }

        .PedirProposta_container .PedirProposta_wrapper .list-group-horizontal > .list-group-item:first-child::before {
            width: 0px;
            left: 0;
        }

        .PedirProposta_container .PedirProposta_wrapper .list-group-horizontal > .list-group-item:first-child {
            margin-left: 0px !important;
        }


        .PedirProposta_container .PedirProposta_wrapper .current_step .mid_active.active + .list-group-item::before {
            background-color: #00305F;
            background: linear-gradient(90deg, #00305F 50%, #C2D1D9 50%);
        }

        .PedirProposta_container .PedirProposta_wrapper .current_step .mid_active.active + .list-group-item {
            background-color: #00305F;
        }

        .PedirProposta_container .PedirProposta_wrapper .current_step .list-group-item.active::before {
            background: linear-gradient(90deg, #00305F 100%, #C2D1D9 0%) !important;
        }


        .PedirProposta_container .PedirProposta_wrapper .btn-outline-secondary {
            width: 100%;
            height: 100%;
        }

        .PedirProposta_container .PedirProposta_wrapper .finalidade_wrapper .btnFinalidade {
            background: rgba(0, 48, 95, 0.7);
            color: white;
            text-transform: uppercase;
        }

        .PedirProposta_container .PedirProposta_wrapper .security_text_wrapper {
            padding: 10px 20px;
            gap: 15px;
            background: rgba(253, 185, 19, 0.5);
            border-radius: 10px;
        }

            .PedirProposta_container .PedirProposta_wrapper .security_text_wrapper > div {
                font-style: normal;
                font-weight: 700;
                font-size: 18px;
                line-height: 35px;
                text-align: center;
                color: #00305F;
            }

            .PedirProposta_container .PedirProposta_wrapper .security_text_wrapper > p {
                font-weight: 400;
                font-size: 14px;
                line-height: 30px;
                text-align: center;
                color: #00305F;
            }


        .PedirProposta_container .PedirProposta_wrapper .nassociado_wrapper {
            display: none;
        }

        .PedirProposta_container .PedirProposta_wrapper .titular_title {
            display: none;
        }



        .PedirProposta_container .PedirProposta_wrapper .col_margin_bottom {
            margin-bottom: 30px;
        }

        .PedirProposta_container .PedirProposta_wrapper .titulares_col_margin_bottom {
            margin-bottom: 10px;
        }

            .PedirProposta_container .PedirProposta_wrapper .titulares_col_margin_bottom .text-danger {
                height: 30px;
                display: block;
            }

.bancos_column_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;
    margin-bottom: 20px;
}


/**** BO *****/
.nav-link {
    font-size: 18px;
}

.edit_image {
    max-height: 200px;
}


/**** Modal ****/

.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;
}


#loadMe .modal-content {
    padding: 30px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.modal_button_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}


.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;
    }
.input-group-text {
    background: #FFFFFF;
    border: 1px solid #C2D1D9;
    border-radius: 8px;
    color: #C2D1D9;
}

.terms_validation .input-validation-error + label, .terms_validation .input-validation-error + label + a {
    color: red;
}
.footer {
    position: relative;
    z-index: 0;
    padding-bottom: 45px;
    background-color: #4a4a4a;
    background: -webkit-linear-gradient(#6a6a69,#4a4a4a);
    background: linear-gradient(#6a6a69,#4a4a4a);
}
    .footer a {
        color: #fff;
        text-decoration: none;
    }
    .footer a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .footer .logo{
        max-width: 230px;
    }

    .footer .footer__border {
        position: relative;
        background: #f9f8f7;
        /*height: 50px;*/
        border-bottom: 6px solid #ec1429;
    }
    .footer .footer-social {
        height: 50px;
        position: relative;
        overflow: hidden;
    }
        .footer .footer-social:before {
            content: "";
            position: absolute;
            z-index: -2;
            top: -50px;
            left: 50px;
            right: 50px;
            height: 40px;
            box-shadow: 0 20px 20px #4a4a4a;
            border-radius: 1000px/60px;
        }

/*.footer__border:after{
    content: "";
    position: absolute;
    z-index: -2;
    top: 2.6rem;
    height: 0.6rem;
    background: #ec1429;
    left: 0;
    right: 0;
}*/


.footer__links, .footer__links--mobile {
    margin-bottom: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    list-style: none;
}

    .footer__links > li {
        margin-bottom: 8px;
    }


.contact-card .footer .contact-card__title, .footer .contact-card .contact-card__title, .footer .content-preview__title, .footer .conversion-sticky__title, .footer .gamma, .footer .highlight-content-recommendation-panel .browse-section__title, .footer .highlight-content-recommendation-panel .section__inner__title, .footer .highlight-content-recommendation-panel .section__title, .footer .listing__title, .footer .summary-block .summary-block__subtitle, .highlight-content-recommendation-panel .footer .browse-section__title, .highlight-content-recommendation-panel .footer .section__inner__title, .highlight-content-recommendation-panel .footer .section__title, .summary-block .footer .summary-block__subtitle {
    font-weight: 700;
    font-size: 14px;
    color: #bfbfbd;
}

.footer .centi {
    font-weight: 400;
    font-size: 14px;
    color: #bfbfbd;
}
.footer .phone-link {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 1490px) {
    .home_wrapper .right_wrapper {
        padding: 40px;
    }
}
@media (max-width: 991px) {
    
    .home_wrapper .right_wrapper {
        padding: 15px;
    }

    .btn-primary, .btn-primary:hover{

    }

    h1.resultados_title {
        font-size: 38px;
    }

    .box_wrapper {
        margin: auto;
        width: 100%;
    }

    .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;
    }
}

@media (max-width: 768px) {
    .footer_logo {
        padding-top: 20px;
        border-top: 1px #6a6a69 solid;
    }
}
