﻿#loading {
    background-color: #666;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=80);
    top: 0;
    left: 0;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    #loading span {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 50%;
        margin-left: -18px;
        background: url(/images/progress.gif) no-repeat center center #fff;
        top: 50%;
        padding: 5px;
        border-radius: 50%;
        margin-top: -18px
    }

#malightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 1003;
}

    #malightbox .black_overlay {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        background-color: #000;
        -moz-opacity: 0.5;
        opacity: .50;
        filter: alpha(opacity=50);
    }

    #malightbox .outter {
        display: table;
        position: absolute;
        z-index: 2;
        height: 100%;
        width: 100%;
    }

    #malightbox .middle {
        display: table-cell;
        vertical-align: middle;
    }

    #malightbox .content {
        display: block;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 540px;
        background: #F5F5F5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
        -moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
        box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
        overflow: hidden;
        position: relative;
        z-index: 2;
    }

    #malightbox .icoalert {
        margin-bottom: 20px;
    }

    #malightbox .content .descr {
        clear: both;
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }

        #malightbox .content .descr span {
            text-align: center;
            clear: both;
            display: block;
            padding-bottom: 10px;
        }

            #malightbox .content .descr span.titulo {
                font-family: 'JordanaSansBook', Arial, sans-serif;
                font-size: 25px;
                color: #000;
                line-height: 150%;
                margin-top: 20px;
            }

            #malightbox .content .descr span.subtitulo {
                font-family: 'JordanaNewsBook', Arial, sans-serif;
                font-size: 16px;
                color: #000;
            }

    #malightbox .btn_contok {
        position: relative;
        z-index: 2;
        max-width: 360px;
        height: 80px;
        clear: both;
        display: block;
        margin: 20px auto 0px;
        text-align: center;
    }

    #malightbox .btnok {
        display: inline-block;
        margin: 0 auto;
        background-color: #ffdb62;
        width: 170px;
        margin-right: 10px;
        height: 46px;
        text-align: center;
        line-height: 49px;
        overflow: hidden;
        color: #191919;
        font-family: JornadaSansMedium;
        transition: all .3s;
    }

        #malightbox .btnok:hover {
            background-color: #f6c927;
        }

    #malightbox .erroMark {
        font-family: Arial,Helvetica,sans-serif;
        z-index: 99;
        width: 20px;
        height: 20px;
        background-color: #910048;
        text-align: center;
        margin: 0 !important;
        color: #fff;
        font-size: 25px;
        display: inline-block;
        line-height: 30px;
        border-radius: 50%;
    }

#masterpage {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    clear: both;
    display: block;
}

#conteudo {
    width: 100%;
    min-height: 300px;
    clear: both;
    display: block;
    position: relative;
    z-index: 0;
}

#footer {
    width: 100%;
    min-height: 120px;
    clear: both;
    display: block;
    position: relative;
    z-index: -1;
    background: #fff;
}

#assistelef {
    /*position: fixed;
    cursor: pointer;
    top: 45.4%;
    display: block;
    z-index: 20;
    right: 0px;*/
    /*display: none;*/
    cursor: pointer;
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 15px;
    width: 76px;
    height: 150px;
    display: flex;
    align-items: flex-end;
}

    #assistelef .round {
        border-radius: 50%;
        background-color: #ffdb62;
        width: 76px;
        height: 76px;
    }

    #assistelef .divassistelef {
        width: 86px;
        background-color: #ffdb62;
        padding: 10px 5px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: -30px;
        right: -2px;
        font-family: JornadaSansBook;
        font-size: 13px;
        font-weight: 400;
        line-height: 23px;
        letter-spacing: 0;
        color: #191919;
        opacity: 0;
        pointer-events: none;
        transition: all .15s ease-in-out;
        /*background: #e4002b;*/
        /*border-radius: 8px 0px 0px 8px;
        -moz-border-radius: 8px 0px 0px 8px;
        -webkit-border-radius: 8px 0px 0px 8px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
        -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
        box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);*/
    }

        #assistelef .divassistelef:after {
            content: "";
            border-left: 7px solid transparent;
            border-top: 7px solid #ffdb62;
            border-right: 7px solid transparent;
            position: absolute;
            top: 100%;
            left: auto;
            right: auto;
        }

        #assistelef .divassistelef:before {
            content: "";
            position: absolute;
            height: 30px;
            top: 100%;
            height: 50%;
            width: 100%;
            background-color: transparent;
            z-index: 1;
        }

    #assistelef:hover > .divassistelef {
        opacity: 1;
    }

    #assistelef:hover > .round {
        background-color: #f6c927;
        animation-iteration-count: infinite;
        animation: shake .5s;
    }

@keyframes shake {
    0% {
        transform: translate(1px,1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px,-2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px) rotate(1deg);
    }

    30% {
        transform: translate(3px,2px) rotate(0deg);
    }

    40% {
        transform: translate(1px,-1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px,2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px,1px) rotate(0deg);
    }

    70% {
        transform: translate(3px,1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px,-1px) rotate(1deg);
    }

    90% {
        transform: translate(1px,2px) rotate(0deg);
    }

    100% {
        transform: translate(1px,-2px) rotate(-1deg);
    }
}

#assistelef .divassistelef img {
    width: 46px;
    height: 46px;
}

#assistelef .divassistelef:hover {
    /*width: 183px;*/
}

#assistelef .divassistelef .txtajuda {
    /*display: none;*/
    /*position: absolute;
            left: 60px;
            top: 18px;
            width: 134px;
            padding-left: 10px;
            background: #e4002b;*/
}

#assistelef .divassistelef:hover .txtajuda {
    display: block;
    color: #191919;
}

/*.small #assistelef, .mini #assistelef {
    display: none;
}*/

.divassistencia, .divareacliente, .divvideo {
    display: none;
    max-width: 1086px;
    min-height: 320px;
    height: 90%;
    width: 90%;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
}

.mini .divassistencia, .divareacliente, .divvideo {
    height: 100%;
    width: 100%;
    position: fixed !important;
}

.divassistencia:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 0;
}

.divareacliente {
    min-height: 10px;
}

.divvideo {
    min-height: 120px;
}

    .divvideo:after {
        content: "";
        display: table;
        clear: both;
    }

    .divvideo .iframe {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        width: 100%;
    }

        .divvideo .iframe iframe {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
        }

.hpForm {
    display: none;
    max-width: 960px;
    min-height: 320px;
    max-height: 600px;
    width: 80%;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
}

.btnclose {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    display: block;
    cursor: pointer;
    z-index: 2;
    color: #191919;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small .btnclose, .mini .btnclose {
    right: 0;
}

.divareacliente .btnactions {
    width: 54%;
    position: absolute;
    top: 40%;
    left: 60px;
    display: block;
}

.small .divareacliente .btnactions, .mini .divareacliente .btnactions {
    width: 90%;
    left: 0;
    top: 0;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.divareacliente .btnsabermais {
    display: inline-block;
    max-width: 160px;
    width: 43%;
    vertical-align: top;
    margin: 0 4% 0 0;
    height: 33px;
    padding-top: 14px;
    text-align: center;
    background: #e4002b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.mini .divareacliente .btnsabermais {
    max-width: 160px;
    width: 37%;
    height: 28px;
    padding-top: 9px;
    font-size: 12px;
}

.divareacliente .btncontinuar {
    display: inline-block;
    max-width: 200px;
    width: 48%;
    vertical-align: top;
    height: 31px;
    padding-top: 12px;
    text-align: center;
    background: #FFF;
    border: 2px solid #e4002b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.mini .divareacliente .btncontinuar {
    max-width: 160px;
    width: 54%;
    height: 26px;
    padding-top: 7px;
    font-size: 12px
}

.divareacliente .btnactions .descript, .divareacliente .btnactions .commands {
    clear: both;
    display: block;
    margin-bottom: 5%;
}

    .divareacliente .btnactions .descript p {
        margin: 0;
    }

.mini .divareacliente .btnactions .commands {
    padding-top: 20px;
}

.divareacliente .btnactions .memberline {
    width: 200px;
    height: 4px;
    background: #e4002b;
    display: block;
    clear: both;
    margin: 20px 0;
}

.normal .divareacliente .btnactions .memberline {
    margin: 10px 0;
}

.divareacliente .btnactions .membertxt span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    margin: 20px 0;
}

.divareacliente .btnactions .membertxt .percent {
    position: absolute;
    top: 17px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.divareacliente .btnactions .membertxt span:first-child {
    border-right: 1px solid #DDDDDD;
}

.small .divareacliente .btnactions .memberline, .mini .divareacliente .btnactions .memberline {
    margin: 10px 0;
}

.normal .divareacliente .btnactions .membertit1 {
    font-size: 40px;
}

.small .divareacliente .btnactions .membertit1, .mini .divareacliente .btnactions .membertit1 {
    font-size: 30px;
}

.small .divareacliente .btnactions .memberres, .mini .divareacliente .btnactions .memberres {
    font-size: 14px;
}

.small .divareacliente .btnactions .membertxt {
    font-size: 14px;
}

.mini .divareacliente .btnactions .membertxt {
    display: none;
}

.divareacliente .imgbanner {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    top: 0;
    left: 0;
}

.small .divareacliente .imgbanner, .mini .divareacliente .imgbanner {
    display: none;
}

.divareacliente .imgbanner img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}


/* MENY SIDE MENU */
/*-------------------------------------------------------------------------------------------------- */
#meny {
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #2C2C2C;
    color: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: width 0.3s ease;
}

    #meny ul {
        border-bottom: none;
        margin: 0;
        display: block;
    }

        #meny ul li {
            width: 100%;
            height: 46px;
            vertical-align: middle;
            display: block;
        }
            /*
.meny ul li a{ display: block; background: linear-gradient(#3E3E3E, #383838); border-top: 1px solid #484848; border-bottom: 1px solid #2E2E2E; color: white; padding: 15px; }
.meny ul li a:hover{ background: linear-gradient(#484848, #383838);}
.meny ul li a:after { content: ""; position: absolute; top: 0; right: 0; height: 100%; width: 34px; background: linear-gradient(left, rgba(black, 0), rgba(black, 0.4));}
*/
            #meny ul li a {
                display: block;
                background: #2C2C2C;
                border-top: 1px solid #484848;
                border-bottom: 1px solid #2E2E2E;
                color: white;
                padding: 15px;
            }

                #meny ul li a:hover {
                    background: #111;
                }

                #meny ul li a:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 0;
                    height: 100%;
                    width: 34px;
                    background: linear-gradient(left, rgba(black, 0), rgba(black, 0.4));
                }

/* HEADER */
/*-------------------------------------------------------------------------------------------------- */
#header {
    width: 100%;
    min-height: 80px;
    clear: both;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 0;
    z-index: 2;
}

    #header .blocoup {
        clear: both;
        width: 100%;
        height: 52px;
        background: #FFF;
        display: block;
    }

    #header .fleft {
        float: left;
        display: block;
        line-height: 50px;
    }

    #header .fright {
        float: right;
        display: block;
    }

    #header .blocoup .fright ul {
        float: right;
        display: block;
        margin-top: 8px;
    }

        #header .blocoup .fright ul li {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            padding: 0 10px;
            min-height: 18px;
            vertical-align: middle;
        }

            #header .blocoup .fright ul li.nopadding {
                padding: 0 0 0 10px;
            }

            #header .blocoup .fright ul li:first-child, #header .blocoup .fright ul li:nth-child(2), #header .blocoup .fright ul li:nth-child(3) {
                border-right: 1px solid #E5E5E5;
            }

            #header .blocoup .fright ul li a {
                display: block;
                min-height: 16px;
                padding-top: 2px;
            }

                #header .blocoup .fright ul li a.activo {
                    border-bottom: 1px solid #444444;
                }

    #header .fleft .t13 {
        font-size: 11px;
    }

    #header .blocoup .fright .btnparceiros {
        height: 16px;
        text-align: center;
        padding: 9px 10px;
        display: block;
        background: #999999;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        #header .blocoup .fright .btnparceiros b, #header .blocoup .fright .btnclientes b {
            font-family: 'latobold', Arial, sans-serif;
            font-weight: normal;
        }

        #header .blocoup .fright .btnparceiros:hover {
            background: #444444;
        }

    #header .blocoup .fright .btnclientes {
        height: 16px;
        text-align: center;
        padding: 9px 10px;
        display: block;
        background: #e4002b;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        #header .blocoup .fright .btnclientes:hover {
            background: #BB1320;
        }

    #header .blocoup .fright .hoverclientes {
        display: none;
        position: absolute;
        z-index: 100;
        right: 170px;
        top: 64px;
        padding: 13px 15px;
        width: 312px;
        height: 30px;
        text-align: left;
        background: #FFFFFF;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        #header .blocoup .fright .hoverclientes:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #FFF;
            right: 70px;
            top: -8px;
        }

    #header .blocodown .menulink {
        position: absolute;
        left: 0;
        top: 15px;
        width: 25px;
        height: 22px;
        padding: 14px 12px;
        text-align: center;
        display: none
    }

    #header .blocodown .logosimulador {
        position: absolute;
        right: 0;
        top: 15px;
        width: 32px;
        height: 18px;
        padding: 16px 9px;
        text-align: center;
        display: none
    }

.mini #header .blocoup, .small #header .blocoup, .normal #header .blocoup {
    display: none;
}

.mini #header .blocodown .menulink, .small #header .blocodown .menulink, .normal #header .blocodown .menulink {
    display: block
}

.mini #header .blocodown .logosimulador, .small #header .blocodown .logosimulador, .normal #header .blocodown .logosimulador {
    display: block
}

.mini #header .blocodown .fright, .small #header .blocodown .fright, .normal #header .blocodown .fright {
    display: none
}

.small #header .blocodown .fleft, .mini #header .blocodown .fleft, .normal #header .blocodown .fleft {
    width: 120px;
    margin: 0 auto;
    float: none;
}

.mini #header .blocodown .logohome, .small #header .blocodown .logohome, .normal #header .blocodown .logohome {
    width: 100px;
    padding: 9px;
}

.normal #header .blocodown .logohome {
    width: 122px;
    top: 18px;
}

#header .blocodown {
    clear: both;
    width: 100%;
    height: 80px;
    background: #e4002b;
    display: block;
}

    #header .blocodown .logohome {
        position: absolute;
        top: 11px;
        width: 162px;
        height: 54px;
        padding: 0;
        display: block;
    }

        #header .blocodown .logohome img {
            width: 100%;
            height: auto;
            max-width: 152px;
            position: relative;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
        }

    #header .blocodown .fright ul {
        float: right;
        display: block;
        margin-top: 13px;
        height: 54px;
        vertical-align: top;
    }

        #header .blocodown .fright ul li {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            padding: 16px 0 0 30px;
            min-height: 18px;
            vertical-align: top;
        }

            #header .blocodown .fright ul li.noheight {
                padding: 0 0 0 30px;
                vertical-align: middle;
            }

            #header .blocodown .fright ul li a.big {
                font-size: 18px
            }

            #header .blocodown .fright ul li a:not(.btnsimulador):not(.big) {
                padding-top: 1px;
            }

.normal #header .blocodown .fright ul li a:not(.btnsimulador):not(.big) {
    padding-top: 0;
}

#header .blocodown .fright ul li a.small {
    font-size: 15px
}

#header .blocodown .fright ul li a {
    font-size: 16px;
    display: block;
    min-height: 26px;
}

#header .blocodown .fright ul li.noheight a {
    min-height: inherit;
}

#header .blocodown .fright ul li a.activo {
    border-bottom: 2px solid #fff;
}

.large #header .blocodown .logohome {
    width: 85px;
    top: 25px;
}

#header .blocodown .fright ul li a.smaller {
    font-size: 13px;
    line-height: 20px;
}

#header .blocodown .fright ul li a.lnk_menu_credito_habitacao:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: -2px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 16px;
    background: #DE2D39;
}

#header .blocoup .fright ul li:last-child {
    padding-left: 0;
}

.normal #header .blocodown .fright ul li a.lnk_menu_credito_habitacao:before {
    left: -8px;
}

/*PESQUISA*/
.sprite.icopesquisa {
    width: 25px;
    height: 25px;
    background-position: 0 -18px;
}

.sprite.icopesquisaClose {
    width: 27px;
    height: 27px;
    background-position: -247px -128px;
}

#header .blocodown .btnpesquisaPesq {
    width: 28px;
    height: 28px;
    top: 50%;
    margin-top: -28px;
    text-align: center;
    padding: 13px;
    display: block;
    background: #e4002b;
    cursor: pointer;
}

    #header .blocodown .btnpesquisaPesq:hover {
        background: #DE2D39;
    }

#header .blocodown .pesquisa_master {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#header .blocodown .lbl_aSuaPesquisa {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    line-height: 80px;
}


#header .blocodown .txbx_pesquisa_master {
    background-color: #FFFFFF;
    border: medium none;
    height: 60px;
    margin: 10px 0 0 15px;
    padding: 0;
    text-indent: 15px;
    width: 95%;
    height: 60px\9;
    line-height: 60px\9;
}

#header .blocodown .btn_pesquisa {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(/images/icopesquisaBtn.png) no-repeat left center transparent;
    text-indent: 25px;
    border: 0;
    margin: 0;
    float: right;
    height: 100%;
    text-align: left;
    margin-right: 27px;
}

#pesquisa {
    text-align: center;
}

    #pesquisa .hat {
        background: url(/images/bk_aviso.png) top left repeat-x transparent;
        height: 262px;
        width: 100%;
    }

        #pesquisa .hat h2 b {
            font-weight: normal;
            font-family: 'latobold', Arial, sans-serif;
        }

    #pesquisa .icoPesquisa {
        background: url(/images/sprite.png) no-repeat -7px -455px transparent;
        overflow: hidden;
        width: 69px;
        height: 71px;
        margin: 0 auto;
    }

    #pesquisa .resList {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        text-align: center;
        margin: 0 auto;
        max-width: 940px;
        width: 100%
    }

    #pesquisa .item {
        width: 95%;
        clear: both;
        border-bottom: 1px solid #E0E0E0;
        margin-bottom: 15px;
        text-align: left;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

        #pesquisa .item .resFam,
        #pesquisa .item .resNome,
        #pesquisa .item .resResumo,
        #pesquisa .item .lnkBtn {
            clear: both;
            width: 100%;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            text-align: left;
        }

        #pesquisa .item .resResumo {
            margin-top: 12px;
        }

        #pesquisa .item .lnkBtn {
            margin-top: 12px;
            margin-bottom: 20px;
        }
    /*PAGINACAO*/
    /* -------------------------------------
PAGINACAO
--------------------------------------------*/
    #pesquisa .resList .paginacao {
        width: 100%;
        height: 33px;
        margin: 38px auto 0;
        text-align: center;
    }

        #pesquisa .resList .paginacao .current,
        #pesquisa .resList .paginacao a {
            cursor: pointer;
            font-family: 'latolight', Arial, sans-serif;
            color: #444;
            font-size: 16px;
            vertical-align: middle;
            display: inline-block;
            *display: inline;
            zoom: 1;
            text-align: center;
            width: 31px;
            height: 31px;
            line-height: 31px;
            border: 1px solid #FFF;
        }

            #pesquisa .resList .paginacao .current,
            #pesquisa .resList .paginacao a:hover {
                width: 31px;
                height: 31px;
                font-family: 'latoregular', Arial, sans-serif;
                color: #e4002b !important;
                border: 1px solid #e4002b;
            }

        #pesquisa .resList .paginacao .current {
            cursor: default;
        }

        #pesquisa .resList .paginacao .pArrows {
            width: 33px !important;
            height: 33px !important;
            border: 0 !important;
        }

            #pesquisa .resList .paginacao .pArrows img {
                top: -2px;
                padding: 9px 12px;
                position: absolute;
                top: 0;
                left: 0;
            }

.large #header .blocodown .fright ul li {
    padding-left: 10px;
}


.normal #header .blocodown .fright ul li {
    padding: 19px 0 0 14px;
}

    .normal #header .blocodown .fright ul li.noheight {
        padding: 0 0 0 14px;
    }

    .normal #header .blocodown .fright ul li a.big {
        font-size: 14px
    }

    .normal #header .blocodown .fright ul li a.small:not(.btnsimulador) {
        font-size: 12px
    }

    .normal #header .blocodown .fright ul li a {
        font-size: 13px
    }

.normal #header .blocodown .fright .btnsimulador {
    padding: 18px 16px;
}

    .normal #header .blocodown .fright .btnsimulador .simulador_tit {
        position: relative;
        top: 2px;
    }

#header .blocodown .fright .btnsimulador {
    height: 18px;
    text-align: center;
    padding: 18px 20px;
    display: block;
    background: #DE2D39;
}

    #header .blocodown .fright .btnsimulador:hover {
        background: #BB1320;
    }

#header .blocodown .fright ul li.nopadding {
    padding: 0 0 0 1px;
}

#header .blocodown .fright .btnpesquisa {
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 13px;
    display: block;
    background: #e4002b;
    cursor: pointer;
}

    #header .blocodown .fright .btnpesquisa:hover {
        background: #DE2D39;
    }


/* FOOTER */
/*-------------------------------------------------------------------------------------------------- */
#footer .scrollup {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -10px;
    width: 15px;
    height: 17px;
    padding: 30px 17px 14px;
    background: #e4002b;
    display: block;
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
}

    #footer .scrollup:hover {
        padding: 20px 17px 24px;
        background: #DE2D39;
    }

#footer .minifmenu {
    width: 100%;
    height: 69px;
    display: table;
    vertical-align: middle;
    border-bottom: 1px solid #E5E5E5;
}

    #footer .minifmenu ul {
        padding-right: 60px;
        height: 69px;
        display: table-cell;
        vertical-align: middle;
    }

        #footer .minifmenu ul li {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            padding: 0 20px 0 0;
            min-height: 18px;
            vertical-align: middle;
        }


/*
#footer .sitemap{
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    -webkit-column-count: 5;
    -webkit-column-gap: 0;
    column-count: 5;
    column-gap: 0px;
    width:100%;
    margin-top:30px;
    display:block;
    font-size: 0;
}
*/

#footer .sitemap {
    width: 100%;
    margin-top: 30px;
    min-height: 330px;
    margin-bottom: 47px;
    display: block;
    font-size: 0;
}

.mini #footer .sitemap {
    margin-bottom: 20px;
}

#footer .sitemap .map1 {
    width: 67%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.mini #footer .sitemap .map1 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

#footer .sitemap .map2 {
    width: 33%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.mini #footer .sitemap .map2 {
    display: none;
}

.small #footer .sitemap .map1, .normal #footer .sitemap .map1 {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}

.small #footer .sitemap .map2, .normal #footer .sitemap .map2 {
    clear: both;
    width: 100%;
    margin: 0 auto;
}


#footer .sitemap .mapSolucoes {
    width: 19%;
    min-height: 190px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #E5E5E5;
}

.mini #footer .sitemap .map1 > div {
    width: 100%;
    border-right: none;
    min-height: 0;
    margin-bottom: 10px;
}

.mini #footer .sitemap .map1 ul .tithead:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f00;
    margin-left: 5px;
    margin-bottom: 3px;
}

.mini #footer .sitemap .map1 ul li:not(.tithead) {
    display: none;
}

.mini #footer .sitemap .map1 ul.active li {
    display: list-item;
}

.mini #footer .sitemap .map1 > div ul {
    width: 100%;
}

#footer .sitemap .mapVantagens {
    width: 27%;
    min-height: 190px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #E5E5E5;
}

#footer .sitemap .mapSimuladores {
    width: 27%;
    min-height: 190px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #E5E5E5;
}

#footer .sitemap .mapInfoutil {
    width: 27%;
    min-height: 250px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #E5E5E5;
}

#footer .sitemap .mapNewsletter {
    width: 100%;
    min-height: 150px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.normal #footer .sitemap .mapNewsletter, .small #footer .sitemap .mapNewsletter {
    width: 50%;
    margin-top: 30px;
    min-height: 100px
}

#footer .sitemap .mapNewsletter .divnewsletter {
    position: relative;
    width: 80%;
    float: right;
    display: block;
}

.normal #footer .sitemap .mapNewsletter .divnewsletter, .small #footer .sitemap .mapNewsletter .divnewsletter {
    float: left;
}

#footer .sitemap .mapNewsletter .divnewsletter .label {
    padding-bottom: 10px;
    display: block;
}

#footer .sitemap .mapNewsletter .divnewsletter .lnk_mais {
    font-size: 12px;
    margin-bottom: 8px;
    display: block;
}

#footer .sitemap .mapNewsletter .divnewsletter .newsletter_input_holder {
    background-color: #fff;
    border-color: #F0F0F0;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    height: 46px;
    width: 100%;
}

    #footer .sitemap .mapNewsletter .divnewsletter .newsletter_input_holder .formLabel {
        float: left;
        margin-left: 3px;
        padding-top: 16px;
    }

#footer .sitemap .mapNewsletter .divnewsletter .resultado {
    clear: both;
    display: block;
    margin-top: 10px;
    background-color: #e4002b;
    color: #fff;
}

    #footer .sitemap .mapNewsletter .divnewsletter .resultado.active {
        padding: 5px;
    }

#footer .sitemap .mapNewsletter .divnewsletter .input_news {
    float: left;
    border: 0;
    background-color: #fff;
    color: #444444;
    min-height: 46px;
    line-height: 46px\9;
    margin-left: 10px;
    width: 60%;
}

.normal #footer .sitemap .mapNewsletter .divnewsletter .input_news {
    width: 65%;
}

.small #footer .sitemap .mapNewsletter .divnewsletter .input_news {
    width: 53%;
}

#footer .sitemap .mapNewsletter .divnewsletter .btnenviarnews {
    float: right;
    width: 15%;
    max-width: 20px;
    padding: 13px;
    height: 20px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/sprite.png) no-repeat;
    background-position: -72px -74px;
    display: block;
    margin-top: 14px;
    font-size: 0;
    border: 0;
}

    #footer .sitemap .mapNewsletter .divnewsletter .btnenviarnews:hover {
        padding: 13px 7px 13px 19px;
    }

#footer .sitemap .mapInstitucional {
    width: 19%;
    min-height: 140px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #E5E5E5;
}

#footer .sitemap .mapClientes {
    width: 27%;
    min-height: 140px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #E5E5E5;
}

#footer .sitemap .mapImoveis {
    width: 27%;
    min-height: 140px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #E5E5E5;
}

#footer .sitemap .mapGrupo {
    width: 27%;
    min-height: 140px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #E5E5E5;
}

#footer .sitemap .mapLogos {
    width: 100%;
    min-height: 180px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.normal #footer .sitemap .mapLogos, .small #footer .sitemap .mapLogos {
    width: 50%;
    float: right;
    vertical-align: top;
}

#footer .sitemap .mapLogos .divlogos {
    position: relative;
    width: 80%;
    float: right;
    display: block;
}

.normal #footer .sitemap .mapLogos .divlogos, .small #footer .sitemap .mapLogos .divlogos {
    float: left;
    width: 100%;
}

#footer .sitemap .mapLogos .divlogos .disclaimer {
    width: 60%;
    min-height: 180px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #E5E5E5;
}

    #footer .sitemap .mapLogos .divlogos .disclaimer .disctxt {
        width: 80%;
        display: block;
        float: left;
    }

        #footer .sitemap .mapLogos .divlogos .disclaimer .disctxt span {
            display: block;
        }

.normal #footer .sitemap .mapLogos .divlogos .disclaimer .disctxt span, .small #footer .sitemap .mapLogos .divlogos .disclaimer .disctxt span {
    margin-top: 25px;
}

#footer .sitemap .mapLogos .divlogos .disclaimer .disctxt a {
    margin: 35px 10px 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.normal #footer .sitemap .mapLogos .divlogos .disclaimer .disctxt a, .small #footer .sitemap .mapLogos .divlogos .disclaimer .disctxt a {
    margin: 10px 10px 0 0;
}

#footer .sitemap .mapLogos .divlogos .certificado {
    width: 40%;
    min-height: 180px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: center;
}

    #footer .sitemap .mapLogos .divlogos .certificado .lnkcreditoresp {
        width: 100%;
        min-height: 110px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        border-bottom: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
    }

    #footer .sitemap .mapLogos .divlogos .certificado .lnkcreditohabit {
        width: 100%;
        min-height: 70px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle
    }

    #footer .sitemap .mapLogos .divlogos .certificado img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

#footer .sitemap div ul {
    width: 60%;
    display: block;
    margin: 0 auto;
}

#footer .sitemap div .mapClientes ul {
    width: 55%;
}

.small #footer .sitemap div ul {
    width: 80%;
    display: block;
    margin: 0 auto;
}

#footer .sitemap div .mapSolucoes ul {
    width: 80%;
    display: block;
    float: left;
}

.mini #footer .sitemap div .mapSolucoes ul {
    width: 100%;
}

#footer .sitemap div .mapInfoutil ul, #footer .sitemap div .mapGrupo ul {
    width: 64%;
}

.large #footer .sitemap div .mapInfoutil ul, .large #footer .sitemap div .mapGrupo ul, .small #footer .sitemap div .mapInfoutil ul, .small #footer .sitemap div .mapGrupo ul {
    width: 82%;
}

#footer .sitemap div .mapInstitucional ul {
    width: 80%;
    display: block;
    float: left;
}

#footer .sitemap div ul li a {
    clear: both;
    display: block;
    min-height: 14px;
    line-height: 14px;
    padding-bottom: 5px;
}

#footer .sitemap div ul li.tithead {
    margin-bottom: 10px;
}

.large #footer .sitemap div ul li.tithead, .normal #footer .sitemap div ul li.tithead, .small #footer .sitemap div ul li.tithead {
    margin-bottom: 10px;
}

#footer .copyright {
    width: 100%;
    min-height: 50px;
    display: block;
    background-color: #eee;
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 32px;
}

    #footer .copyright:after {
        content: '';
        display: table;
        clear: both;
    }

    #footer .copyright .copytexto {
        width: 18%;
        display: inline-block;
        float: none;
        margin-right: 1.5%;
        margin-top: 23px;
        line-height: 0.9em;
    }

#footer .logo-footer {
    width: 87px;
    display: block;
    margin-bottom: 25px;
}

#footer .copyright .copyimgs {
    float: none;
    width: 16%;
    min-width: 210px;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    margin-top: 70px;
}

    #footer .copyright .copyimgs a {
        float: right;
        height: 27px;
        padding: 10px;
        display: inline-block;
    }

#footer .copyright .copytexto .developedma {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #333;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}



.bloco-logo-footer {
    float: left;
    width: 100%;
}

.disclaimer {
    position: absolute;
    right: 0;
    text-align: right;
    vertical-align: middle
}



#lnk_footer_iqnet {
    margin-right: 36px;
    display: inline-block;
    border-right: 1px solid #ddd;
}

    #lnk_footer_iqnet img {
        vertical-align: middle;
        height: 90px;
        margin-right: 41px;
        top: 11px;
    }

#lnk_sutainable_finance img {
    width: 76px;
    vertical-align: middle;
    top: 12px;
}


#lbl_footer_disclaimer_txt {
    width: 40%;
    display: inline-block;
    margin-right: 10%;
    vertical-align: middle;
}

#lnk_footer_gptw {
    width: 70px;
    display: inline-block;
    height: 10px;
    margin-left: 20px;
}


.normal .disclaimer,
.small .disclaimer,
.mini .disclaimer {
    position: relative;
    text-align: center;
}

.normal .bloco-logo-footer,
.small .bloco-logo-footer,
.mini .bloco-logo-footer {
    margin-top: 30px;
}

.normal #footer .copyright .copytexto,
.small #footer .copyright .copytexto,
.mini #footer .copyright .copytexto {
    width: 50%;
    margin: 0;
}

.normal #footer .copyright .copyimgs,
.small #footer .copyright .copyimgs,
.mini #footer .copyright .copyimgs {
    width: 49%;
    margin-top: 50px;
}

.mini #lnk_footer_iqnet {
    border: 0;
}

    .mini #lnk_footer_iqnet img {
        height: 75px;
        margin-right: 0;
    }
/* SPRITES */
/*-------------------------------------------------------------------------------------------------- */
.sprite {
    background: url('/images/sprite.png') no-repeat;
    display: block;
}

    .sprite.icoparceiros {
        float: left;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        background-position: 0 -2px;
    }

    .sprite.icoclientes {
        float: left;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        background-position: -18px -2px;
    }

    .sprite.icosimulador {
        float: left;
        width: 22px;
        height: 18px;
        margin-right: 10px;
        background-position: -37px 0;
    }

    .sprite.icopedidoemp {
        float: left;
        width: 23px;
        height: 25px;
        margin-right: 4px;
        background-position: -277px -129px;
        position: relative;
        top: -3px;
    }

    .sprite.icosetaup {
        width: 15px;
        height: 17px;
        background-position: -61px -1px;
    }

    .sprite.icosetasubmit {
        width: 20px;
        height: 20px;
        background-position: -72px -74px;
    }

    .sprite.icotelajuda {
        float: left;
        width: 49px;
        height: 48px;
        background-position: -87px 0;
    }

    .sprite.icotelefone {
        float: left;
        width: 21px;
        height: 31px;
        margin-right: 15px;
        background-position: -97px -50px;
    }

    .sprite.icosetadown {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 44px;
        height: 44px;
        margin: 0 auto;
        background-position: -137px 0px;
    }

    .sprite.icovejatambem {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 48px;
        height: 48px;
        margin: 0 auto;
        background-position: -258px -373px;
    }

    .sprite.icobullet {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 13px;
        height: 13px;
        position: relative;
        top: 2px;
        margin: 0 auto;
        background-position: -76px -2px;
    }

    .sprite.icoclose {
        display: block;
        width: 44px;
        height: 44px;
        margin: 0 auto;
        background-position: -230px 0px;
    }

    .sprite.icoclosebig {
        display: block;
        width: 24px;
        height: 24px;
        margin: 0 auto;
        background-position: -248px -129px;
    }

    .sprite.icomenu {
        display: block;
        width: 25px;
        height: 22px;
        margin: 0 auto;
        background-position: -275px -10px;
    }

    .sprite.icocompracasa {
        position: relative;
        top: -8px;
        width: 31px;
        height: 32px;
        margin-right: 10px;
        background-position: -57px -17px;
    }

    .sprite.icotrocacasa {
        position: relative;
        top: -8px;
        width: 31px;
        height: 32px;
        margin-right: 10px;
        background-position: -26px -17px;
    }

    .sprite.icoballonemp {
        width: 69px;
        height: 76px;
        background-position: 0px -48px;
        float: right;
    }

    .sprite.icorefresh {
        width: 15px;
        height: 14px;
        position: relative;
        top: 0px;
        background-position: -279px -236px;
        display: inline-block;
        margin-right: 8px;
    }

    .sprite.icocheck {
        width: 16px;
        height: 14px;
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-position: -293px -471px;
        display: block;
    }

    .sprite.icosabermais {
        position: relative;
        top: -8px;
        width: 31px;
        height: 32px;
        margin-right: 10px;
        background-position: -210px -530px;
    }

    .sprite.ico_credito {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 64px;
        height: 70px;
        background-position: -235px -575px;
    }

    .sprite.ico_lupa {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 19px;
        height: 20px;
        background-position: -67px -577px;
    }

    .sprite.ico_seta {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 32px;
        height: 32px;
        background-position: -3px -610px;
    }

    .sprite.ico_refresh {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 23px;
        height: 19px;
        background-position: -37px -575px;
    }

    .sprite.ico_seta_esq {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 14px;
        height: 8px;
        background-position: -118px -580px;
    }

    .sprite.ico_close {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 17px;
        height: 17px;
        background-position: -141px -577px;
    }

    .sprite.ico_seta_dir {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 17px;
        height: 17px;
        background-position: -2px -530px;
    }

    .sprite.ico_gosto {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 19px;
        height: 17px;
        background-position: -1px -547px;
    }

    .sprite.ico_seta_baixo {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 16px;
        height: 16px;
        background-position: -41px -616px;
    }

    .sprite.ico_tops {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 24px;
        height: 24px;
        background-position: -168px -575px;
    }

    .sprite.ico_tags {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 24px;
        height: 26px;
        background-position: -199px -573px;
    }

    .sprite.ico_news {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 64px;
        height: 70px;
        background-position: -2px -647px;
    }

    .sprite.ico_gostobig {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 23px;
        height: 21px;
        background-position: -71px -647px;
    }

    .sprite.ico_naogostobig {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 23px;
        height: 21px;
        background-position: -98px -647px;
    }

    .sprite.ico_facebook {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 11px;
        height: 21px;
        background-position: -126px -646px;
    }

    .sprite.ico_twitter {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 21px;
        height: 18px;
        background-position: -142px -647px;
    }

    .sprite.ico_gplus {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 28px;
        height: 18px;
        background-position: -167px -647px;
    }

    .sprite.ico_relacionadas {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 29px;
        height: 28px;
        background-position: -70px -672px;
    }

    .sprite.ico_topsgrey {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 29px;
        height: 28px;
        background-position: -105px -672px;
    }

    .sprite.ico_limparpequisa {
        background: url('/images/sprite-blog.png');
        display: block;
        width: 21px;
        height: 21px;
        background-position: -139px -575px;
    }
/* DEFAULT */
/*-------------------------------------------------------------------------------------------------- */
#default {
    width: 100%;
    height: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
    background: #F5F5F5;
}

    #default .homebanner {
        background: #EEEEEE /*url('/images/bg_copyright.png') repeat*/;
        width: 100%;
        padding-bottom: 32.8%; /*padding-bottom:27.7%;*/
        height: 0;
        display: block;
        overflow: hidden;
    }

        #default .homebanner .headerLegenda {
            display: block;
            position: absolute;
            top: 30%;
            left: 0;
            right: 0;
            z-index: 51;
            width: 90%;
            max-width: 1360px;
            margin: auto;
        }

            #default .homebanner .headerLegenda span {
                display: block;
            }

            #default .homebanner .headerLegenda .lbl_headerLegenda_tit {
                font-size: 65px;
                max-width: 760px;
                line-height: 1em;
            }

.mini #default .homebanner .headerLegenda .lbl_headerLegenda_tit {
    font-size: 20px !important;
    padding-bottom: 10px !important;
}

.mini #default .homebanner .headerLegenda .lbl_headerLegenda_tit1 {
    font-size: 16px !important;
    padding-bottom: 20px !important;
}

#default .homebanner .headerLegenda .lbl_headerLegenda_tit {
    font-size: 65px;
    max-width: 760px;
    line-height: 1em;
}

    #default .homebanner .headerLegenda .lbl_headerLegenda_tit.bannerRMBS {
        font-size: 65px;
        max-width: 760px;
        line-height: 1em;
        padding-bottom: 60px;
    }

#default .homebanner .headerLegenda .bannerRMBS {
    height: 52px;
    width: 100%;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.26px;
}

.large #default .homebanner .headerLegenda.vivegreen {
    top: 15%;
}

#default .homebanner .headerLegenda .lbl_headerLegenda_tit1 {
    font-size: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.large #default .homebanner .headerLegenda, .small #default .homebanner .headerLegenda {
    top: 25%;
}

    .large #default .homebanner .headerLegenda.tem-texto-grande, .small #default .homebanner .headerLegenda.tem-texto-grande {
        top: 23%;
    }

    .small #default .homebanner .headerLegenda, .small #default .homebanner .headerLegenda.vivegreen {
        top: 25%;
    }

        .large #default .homebanner .headerLegenda .lbl_headerLegenda_tit, .small #default .homebanner .headerLegenda .lbl_headerLegenda_tit {
            font-size: 60px;
            line-height: 100%;
        }

        .large #default .homebanner .headerLegenda .lbl_headerLegenda_tit1, .small #default .homebanner .headerLegenda .lbl_headerLegenda_tit1 {
            font-size: 24px;
        }

/*.mini #default .homebanner .headerLegenda:not(.com-video):not(.campanha) {
    display: none;
}*/

.mini #default .homebanner .headerLegenda {
    top: 14%;
}

    .mini #default .homebanner .headerLegenda.com-video .lbl_headerLegenda_tit, .mini #default .homebanner .headerLegenda.campanha .lbl_headerLegenda_tit {
        font-size: 22px;
    }

    .mini #default .homebanner .headerLegenda.com-video .lbl_headerLegenda_tit1, .mini #default .homebanner .headerLegenda.campanha .lbl_headerLegenda_tit1 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .mini #default .homebanner .headerLegenda.campanha .lbl_headerLegenda_tit1 {
        padding-bottom: 5px
    }

    .mini #default .homebanner .headerLegenda .btnvideo {
        height: 25px;
        line-height: 25px;
        width: 140px;
        font-size: 14px;
    }

    .mini #default .homebanner .headerLegenda.campanha .btnlegenda {
        height: 25px;
        line-height: 25px;
        width: 140px;
        font-size: 12px;
        padding: 7px 0;
    }

    .mini #default .homebanner .headerLegenda .btnvideo .icon {
        display: none;
    }

#default .homebanner .headerLegenda .btnlegenda {
    float: left;
    width: 220px;
    margin: 0 10px 0 0;
    display: block;
    height: 33px;
    padding-top: 20px;
    text-align: center;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.25);
}

    #default .homebanner .headerLegenda .btnlegenda span {
        display: inline-block;
        vertical-align: top;
    }

    #default .homebanner .headerLegenda .btnlegenda:hover {
        background: #e4002b;
        color: #fff;
    }

        #default .homebanner .headerLegenda .btnlegenda:hover .sprite {
            zoom: 1;
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

.small #default .homebanner .headerLegenda .btnlegenda {
    width: 180px;
    height: 30px;
    padding-top: 15px;
    font-size: 12px;
}

#default .homebanner .headerLegenda .btnlegenda.red {
    background-color: #e4002b;
    color: #FFF;
}

    #default .homebanner .headerLegenda .btnlegenda.red:hover {
        background: #fff;
        color: #444;
    }

#default .homebanner .headerLegenda .btnlegenda.yellow {
    background-color: #DAAA00;
    color: #FFF;
}

    #default .homebanner .headerLegenda .btnlegenda.yellow:hover {
        background: #fff;
        color: #444;
    }

#default .homebanner .headerLegenda .btnvideo {
    pointer-events: all;
    float: left;
    width: 220px;
    margin: 0 10px 0 0;
    display: block;
    height: 53px;
    line-height: 50px;
    text-align: center;
    background: #e4002b;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.25);
}

    #default .homebanner .headerLegenda .btnvideo span {
        display: inline-block;
        vertical-align: top;
    }

    #default .homebanner .headerLegenda .btnvideo:hover {
        background: #FFF;
        color: #444;
    }

.small #default .homebanner .headerLegenda .btnvideo {
    width: 180px;
    font-size: 12px;
}

#default .homebanner .headerLegenda .btnvideo .icon {
    width: 30px;
    height: 30px;
    line-height: 28px;
    left: 20px;
    position: relative;
    font-size: 14px;
    top: 12px;
    margin: auto;
    border-radius: 15px;
    background: rgba(0,0,0,0.10);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1A000000', endColorstr='#1A000000');
}

#default .homebanner > .headerLegenda {
    top: 35%;
    pointer-events: none;
}

.small #default .homebanner > .headerLegenda, .mini #default .homebanner > .headerLegenda {
    display: none;
}

#default .homebanner .imgbanner {
    display: block;
    width: 100%;
    height: auto;
    position: relative
}

#default .homebanner .video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: #F5F5F5;
}

    #default .homebanner .video .overlay {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 3;
        background: rgba(0,0,0,0.20);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33000000', endColorstr='#33000000');
    }

    #default .homebanner .video video {
        width: 100%;
        height: auto;
        position: relative;
        top: 30%;
        transform: translateY(-30%);
        z-index: 1;
        display: block;
        -webkit-transform: translateY(-30%);
    }

.mini #default .homebanner .video video, .small #default .homebanner .video video {
    height: 200px;
    display: none;
}

#default .homebanner .video .imgbanner {
    position: absolute;
    z-index: 0;
    display: none;
}

    #default .homebanner .video .imgbanner img {
        width: 100%;
        height: auto;
    }

#default .homebanner .rsHeader, #default .homebanner .bx-wrapper, #default .homebanner .bx-viewport {
    position: absolute;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
}

    #default .homebanner .rsHeader li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: block;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        min-height: 100%;
    }

        #default .homebanner .rsHeader li:first-child {
            position: relative;
            display: block;
            float: left;
            z-index: 50;
            height: 100%;
        }

    #default .homebanner .rsHeader img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

    #default .homebanner .rsHeader li > a {
        display: block;
        overflow: hidden;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    #default .homebanner .rsHeader .active-slide {
        z-index: 50;
    }

#default .homebanner .bx-controls {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 180px;
    height: 50px;
    bottom: 0;
    z-index: 10;
}

#default .homebanner .bx-pager {
    display: block;
    height: 12px;
    left: 6px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 12px;
    width: 100px;
    z-index: 3;
}

    #default .homebanner .bx-pager .bx-pager-item {
        display: inline;
        float: none;
        _float: left;
        *float: left;
        margin-right: 5px;
    }

        #default .homebanner .bx-pager .bx-pager-item .bx-pager-link {
            outline: 0;
            text-indent: -9999px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            background: #CCCCCC;
            vertical-align: top;
            display: inline-block;
            _display: block;
            *display: block;
            width: 9px;
            height: 9px;
        }

        #default .homebanner .bx-pager .bx-pager-item .active {
            background: #e4002b;
        }

#default .homebanner .bx-controls-direction {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 32px;
    display: block;
    width: 180px;
    margin: 0 auto;
    text-align: center;
}

    #default .sliderbanners .bx-controls-direction .bx-prev,
    #default .homebanner .bx-controls-direction .bx-prev {
        width: 34px;
        height: 30px;
        background: url(/images/sprite.png) no-repeat -209px -499px;
        display: block;
        position: absolute;
        top: 0;
        left: 0px;
    }

    #default .sliderbanners .bx-controls-direction .bx-next,
    #default .homebanner .bx-controls-direction .bx-next {
        width: 26px;
        height: 30px;
        background: url(/images/sprite.png) no-repeat -243px -499px;
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
    }
/*// vive green banner topo e slider*/
#default .homebanner .headerLegenda .lbl_headerLegenda_tit1.vivegreen * {
    margin: 0;
}

#default .homebanner .headerLegenda .lbl_headerLegenda_tit1.vivegreen {
    margin: 29px 0;
    padding-bottom: 10px;
}

#default .homebanner .headerLegenda.vivegreen .lbl_headerLegenda_tit {
    max-width: 500px;
}

#default .homebanner .headerLegenda.vivegreen {
    top: 28%;
}

#header .blocoup .fright ul li a.vivegreen {
    color: #008C3E;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.17px;
    line-height: 30px;
}

    #header .blocoup .fright ul li a.vivegreen.investidores {
        border-radius: 3px;
        background-color: #910048;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0;
        cursor: pointer;
        height: 16px;
        text-align: center;
        padding: 9px 10px;
        display: block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        #header .blocoup .fright ul li a.vivegreen.investidores:hover {
            background-color: #670134;
        }

    #header .blocoup .fright ul li a.vivegreen span {
        bottom: 3px;
        background: url(/images/icon_area_investidores.png) no-repeat left center transparent;
        width: 20px;
        height: 20px;
        vertical-align: top;
        display: inline-block;
    }

#default .homebanner .headerLegenda.herois {
    top: 20%;
}

    #default .homebanner .headerLegenda.herois .lbl_headerLegenda_tit2 {
        padding: 0;
        font-size: 18px;
        color: #fff;
        padding-bottom: 38px;
    }

        #default .homebanner .headerLegenda.herois .lbl_headerLegenda_tit2 p {
            margin: 0;
            padding: 0;
        }

    #default .homebanner .headerLegenda.herois .lbl_headerLegenda_tit {
        max-width: 670px;
    }

    #default .homebanner .headerLegenda.herois .lbl_headerLegenda_tit1 {
        padding: 0;
        padding-top: 23px;
        font-size: 27px;
        color: #fff;
        padding-bottom: 38px;
        display: block;
        max-width: 700px;
    }

        #default .homebanner .headerLegenda.herois .lbl_headerLegenda_tit1 p {
            margin: 0;
            padding: 0;
        }

        #default .homebanner .headerLegenda.herois .lbl_headerLegenda_tit1 span {
            display: inline;
        }

.small #default .homebanner .headerLegenda.herois .lbl_headerLegenda_tit2 {
    font-size: 14px;
    padding-bottom: 20px;
}

.small #default .homebanner .headerLegenda.herois .lbl_headerLegenda_tit {
    font-size: 50px;
}

.small #default .homebanner .headerLegenda.herois .lbl_headerLegenda_tit1 {
    display: none;
}

.small #default .homebanner .headerLegenda.herois .btnlegenda {
    margin-top: 20px;
}

.normal #default .homebanner .headerLegenda.herois .lbl_headerLegenda_tit2 {
    padding-bottom: 20px;
}

.normal #default .homebanner .headerLegenda.herois .lbl_headerLegenda_tit {
    font-size: 50px;
}

.normal #default .homebanner .headerLegenda.herois .lbl_headerLegenda_tit1 {
    font-size: 24px;
}
/* MODULOS */
#default .modulos {
    font-size: 0;
}

    #default .modulos .simuladores {
        width: 49.26%;
        min-height: 570px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        background: #FFF;
        -webkit-box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
        vertical-align: top;
    }

        #default .modulos .simuladores .contpedidoemp {
            width: 95%;
            max-width: 545px;
            margin: 0 auto;
            text-align: center;
            display: block;
        }

            #default .modulos .simuladores .contpedidoemp .pedempheader {
                width: 100%;
                height: 120px; /*height:0; padding-bottom:25.7%;*/
                display: table;
            }

            #default .modulos .simuladores .contpedidoemp .menusimul {
                width: 100%;
                height: 0;
                padding-bottom: 11.4%;
                border-bottom: 1px solid #F0F0F0;
                margin-bottom: 24px;
                display: block;
            }

                #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul {
                    color: #777;
                    -moz-box-shadow: inset 0px -5px 2px #eee;
                    -webkit-box-shadow: inset 0px -5px 2px #eee;
                    box-shadow: inset 0px -5px 2px #eee;
                    cursor: pointer;
                    width: 32%;
                    height: 0;
                    vertical-align: top;
                    padding-bottom: 11.4%;
                    display: inline-block;
                    border-left: 1px solid #F0F0F0;
                    border-right: 1px solid #F0F0F0;
                    border-top: 1px solid #F0F0F0;
                    background: #F0F0F0;
                    -moz-border-radius-topleft: 5px;
                    -webkit-border-top-left-radius: 5px;
                    border-top-left-radius: 5px;
                    -moz-border-radius-topright: 5px;
                    -webkit-border-top-right-radius: 5px;
                    border-top-right-radius: 5px;
                }

                    #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul.meio {
                        margin: 0 1.2%;
                    }

                    #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul.activo {
                        color: #535353;
                        background: #fff;
                        -moz-box-shadow: none;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                    }

                    #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul .lbltit {
                        vertical-align: top;
                        line-height: 100%;
                        display: block;
                        padding-top: 5%;
                    }

                        #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul .lbltit span {
                            display: inline-block;
                            vertical-align: middle;
                            width: 80px;
                            padding-top: 5px;
                        }

                        #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul .lbltit .miniico {
                            display: none;
                            height: 50px;
                            margin: 0 auto;
                            overflow: hidden;
                            vertical-align: middle;
                            width: 50px;
                        }

                            #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul .lbltit .miniico.ico_posso_gastar {
                                background-position: -85px -371px;
                            }

                            #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul .lbltit .miniico.ico_simul_credito {
                                background-position: -141px -371px;
                            }

                            #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul .lbltit .miniico.ico_pedido_emp {
                                background-position: -200px -371px;
                            }

.mini #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul .lbltit span {
    padding: 0;
    line-height: auto;
}

.mini #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul .lbltit {
    vertical-align: middle;
    display: table;
    margin: 0 auto;
    text-align: center;
    padding-top: 5%;
}

.mini #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul.meio {
    margin: 0 0.5%;
}

.mini #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul .lbltit .minitxt {
    display: table;
    vertical-align: middle;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.mini #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul .sprite.mini0 {
    display: none;
}
/*.mini #default .modulos .simuladores .contpedidoemp .menusimul .tabsimul .lbltit .miniico { display: block; }*/
.mini #default .modulos .simuladores .contpedidoemp {
    padding-bottom: 40px;
}

#default .modulos .simuladores .contpedidoemp .pedempform .miniform {
    display: none;
}

    #default .modulos .simuladores .contpedidoemp .pedempform .miniform:after {
        display: block;
        content: '';
        clear: both;
    }

    #default .modulos .simuladores .contpedidoemp .pedempform .miniform.simcred {
        display: block;
    }

    #default .modulos .simuladores .contpedidoemp .pedempform .miniform.loading .painelloading {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.8);
        z-index: 2;
    }

        #default .modulos .simuladores .contpedidoemp .pedempform .miniform.loading .painelloading:after {
            content: '';
            display: block;
            width: 24px;
            height: 24px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -15px;
            margin-top: -15px;
            background: url(/images/progress.gif) no-repeat center center #fff;
            padding: 5px;
            border-radius: 50%;
            box-shadow: 0px 0px 5px #ddd;
        }

#default .modulos .simuladores .contpedidoemp .menusimul .tabsimul .mini0 {
    background-position: -51px -154px;
    width: 25px !important;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 8px;
}

#default .modulos .simuladores .contpedidoemp .menusimul .tabsimul .mini1 {
    background-position: -51px -124px;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 8px;
}

#default .modulos .simuladores .contpedidoemp .fleft {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

#default .modulos .simuladores .contpedidoemp .pedempheader .fleft .lbl_pedemp_tit {
    font-size: 34px;
    display: block;
}

#default .modulos .simuladores .contpedidoemp .pedempheader .fleft .lbl_pedemp_tit1 {
    font-size: 18px;
    display: block;
}

.large #default .modulos .simuladores .contpedidoemp .pedempheader .fleft .lbl_pedemp_tit {
    font-size: 26px;
}

.large #default .modulos .simuladores .contpedidoemp .pedempheader .fleft .lbl_pedemp_tit1 {
    font-size: 16px;
}

.normal #default .modulos .simuladores .contpedidoemp .pedempheader .fleft .lbl_pedemp_tit, .small #default .modulos .simuladores .contpedidoemp .pedempheader .fleft .lbl_pedemp_tit {
    font-size: 24px;
}

.normal #default .modulos .simuladores .contpedidoemp .pedempheader .fleft .lbl_pedemp_tit1, .small #default .modulos .simuladores .contpedidoemp .pedempheader .fleft .lbl_pedemp_tit1 {
    font-size: 14px;
}

.mini #default .modulos .simuladores .contpedidoemp .pedempheader .fleft .lbl_pedemp_tit {
    font-size: 22px;
}

.mini #default .modulos .simuladores .contpedidoemp .pedempheader .fleft .lbl_pedemp_tit1 {
    font-size: 16px;
}

.mini #default .modulos .simuladores .contpedidoemp .fright {
    display: none;
}

#default .modulos .simuladores .contpedidoemp .fright {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

#default .modulos .simuladores .contpedidoemp .pedempform {
    width: 100%;
    display: block;
}

#default .modulos .simuladores .contpedidoemp .btncontpedemp {
    float: left;
    max-width: 280px;
    width: 95%;
    margin: 0 10px 0 0;
    display: block;
    height: 36px;
    padding-top: 17px;
    text-align: center;
    background: #e4002b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
}

    #default .modulos .simuladores .contpedidoemp .btncontpedemp.loading:after {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 70%;
        margin-left: -18px;
        background: url(/images/progress.gif) no-repeat center center #fff;
        top: 10px;
        padding: 5px;
        border-radius: 50%;
    }

#default .modulos .simuladores .btnrefreshcss {
    float: right;
    max-width: 174px;
    width: 95%;
    margin: 0 10px 0 0;
    display: block;
    height: 47px;
    text-align: center;
    background: #FFF;
    border: 3px solid #e4002b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

#default .modulos .simuladores .contpedidoemp .btncontPossoGastar {
    float: right;
    max-width: 180px;
    width: 95%;
    margin: 0 10px 0 0;
    display: block;
    height: 36px;
    padding-top: 17px;
    text-align: center;
    background: #e4002b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
    opacity: 0.7;
    cursor: default;
}

#default .modulos .simuladores .contpedidoemp .btncontsimulaCredito {
    float: right;
    max-width: 180px;
    width: 95%;
    margin: 0 10px 0 0;
    display: block;
    height: 36px;
    padding-top: 17px;
    text-align: center;
    background: #e4002b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
    opacity: 0.7;
    cursor: default;
}

#default .modulos .banner1 {
    width: 25.36%;
    height: 570px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    position: relative;
    background: #FFF;
    -webkit-box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
    vertical-align: top;
}

    #default .modulos .banner1 .outerdiv {
        width: 100%;
        height: 100%;
        background: #e4002b;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

        #default .modulos .banner1 .outerdiv .innerdiv {
            width: 90%;
            height: 94%;
            background: #FFF;
            margin: 5% 5%;
            display: block;
            position: relative;
        }

            #default .modulos .banner1 .outerdiv .innerdiv .contdiv {
                width: 80%;
                height: 95%;
                min-width: 105px;
                margin: 5% auto;
                display: block;
                position: absolute;
                overflow: hidden;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

                #default .modulos .banner1 .outerdiv .innerdiv .contdiv .tit {
                    width: 100%;
                    height: auto;
                    display: block;
                    text-align: left;
                    padding: 0 0 5% 0;
                    font-size: 30px
                }

                #default .modulos .banner1 .outerdiv .innerdiv .contdiv .tit1 {
                    width: 100%;
                    height: auto;
                    display: block;
                    text-align: left;
                    padding: 5% 0 0 0;
                    letter-spacing: -4px;
                    font-size: 90px
                }

                #default .modulos .banner1 .outerdiv .innerdiv .contdiv .resumo {
                    width: 100%;
                    height: auto;
                    display: block;
                    text-align: left;
                    padding: 0 0 10% 0;
                    border-bottom: 1px solid #E5E5E5;
                    font-size: 25px
                }

                #default .modulos .banner1 .outerdiv .innerdiv .contdiv .resumo1 {
                    width: 100%;
                    height: auto;
                    display: block;
                    text-align: left;
                    padding: 5% 0 0 0;
                    font-size: 24px
                }

                #default .modulos .banner1 .outerdiv .innerdiv .contdiv .texto {
                    width: 100%;
                    height: auto;
                    display: block;
                    text-align: left;
                    padding: 1em 0 5% 0;
                    border-bottom: 1px solid #E5E5E5;
                    font-size: 14px
                }

                    #default .modulos .banner1 .outerdiv .innerdiv .contdiv .texto p {
                        margin: 0;
                    }

                #default .modulos .banner1 .outerdiv .innerdiv .contdiv .sabermais {
                    position: absolute;
                    top: 425px;
                    width: 100%;
                }

                #default .modulos .banner1 .outerdiv .innerdiv .contdiv .btnsabermais {
                    width: 80%;
                    max-width: 230px;
                    height: 31px;
                    padding-top: 16px;
                    cursor: pointer;
                    border: 3px solid #e4002b;
                    font-size: 14px;
                    display: block;
                    text-align: center;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                }

                    #default .modulos .banner1 .outerdiv .innerdiv .contdiv .btnsabermais:hover {
                        background: #e4002b;
                        color: #fff;
                    }

.large #default .modulos .banner1 .outerdiv .innerdiv .contdiv .tit {
    font-size: 26px
}

.large #default .modulos .banner1 .outerdiv .innerdiv .contdiv .tit1 {
    font-size: 80px
}

.large #default .modulos .banner1 .outerdiv .innerdiv .contdiv .resumo {
    font-size: 22px
}

.large #default .modulos .banner1 .outerdiv .innerdiv .contdiv .resumo1 {
    font-size: 17px
}

.large #default .modulos .banner1 .outerdiv .innerdiv .contdiv .texto {
    font-size: 12px
}

.large #default .modulos .banner1 .outerdiv .innerdiv .contdiv .btnsabermais {
    font-size: 14px;
}

.normal #default .modulos .banner1 .outerdiv .innerdiv .contdiv .tit {
    font-size: 20px;
    padding: 0;
}

.normal #default .modulos .banner1 .outerdiv .innerdiv .contdiv .tit1 {
    font-size: 68px;
    padding: 0;
}

.normal #default .modulos .banner1 .outerdiv .innerdiv .contdiv .resumo {
}

.normal #default .modulos .banner1 .outerdiv .innerdiv .contdiv .resumo1 {
}

.normal #default .modulos .banner1 .outerdiv .innerdiv .contdiv .texto {
    font-size: 12px
}

.normal #default .modulos .banner1 .outerdiv .innerdiv .contdiv .btnsabermais {
    font-size: 12px;
}

.small #default .modulos .banner1 {
    width: 50%;
}

    .small #default .modulos .banner1 .outerdiv .innerdiv .contdiv .tit1 {
        padding: 0;
    }

    .small #default .modulos .banner1 .outerdiv .innerdiv .contdiv .sabermais {
        display: none
    }

.mini #default .modulos .banner1 .outerdiv .innerdiv .contdiv .tit {
    font-size: 14px;
    padding: 0;
}

.mini #default .modulos .banner1 .outerdiv .innerdiv .contdiv .tit1 {
    font-size: 46px;
    padding: 0;
}

.mini #default .modulos .banner1 .outerdiv .innerdiv .contdiv .resumo {
    font-size: 12px;
}

.mini #default .modulos .banner1 .outerdiv .innerdiv .contdiv .resumo1 {
    font-size: 12px;
}

.mini #default .modulos .banner1 .outerdiv .innerdiv .contdiv .texto {
    font-size: 12px;
}

.mini #default .modulos .banner1 .outerdiv .innerdiv .contdiv .sabermais {
    display: none
}

#default .modulos .space12 {
    width: 1.4%;
    height: 570px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#default .modulos .banner2 {
    cursor: pointer;
    width: 23.9%;
    height: 570px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #FFF;
    -webkit-box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
    vertical-align: top;
    overflow: hidden;
}

#default .modulos .space23 {
    width: 100%;
    height: 0;
    padding-bottom: 2.35%;
    display: block;
}

#default .modulos .banner3 {
    width: 49.26%;
    height: 0;
    vertical-align: top;
    padding-bottom: 31.65%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    #default .modulos .banner3 .space33 {
        width: 100%;
        height: 0;
        padding-bottom: 3%;
        display: block;
    }

    #default .modulos .banner3 .bloco {
        width: 100%;
        height: 0;
        padding-bottom: 30.65%;
        display: block;
        background: #FFF;
        -webkit-box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
    }

        #default .modulos .banner3 .bloco:first-child {
            margin-bottom: 3%;
            display: block;
        }

#default .modulos .space34 {
    width: 1.4%;
    height: 0;
    padding-bottom: 31.65%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#default .modulos .sliderbanners {
    position: relative;
    width: 49.25%;
    height: 0;
    padding-bottom: 31.65%;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #FFF;
    -webkit-box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 6px -6px rgba(0, 0, 0, 0.25);
}
    /* SLIDER */
    #default .modulos .sliderbanners .rsHome {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        #default .modulos .sliderbanners .rsHome li {
            -webkit-backface-visibility: hidden;
            position: absolute;
            display: block;
            width: 100%;
            left: 0;
            top: 0;
            overflow: hidden;
        }

            #default .modulos .sliderbanners .rsHome li:first-child {
                position: relative;
                display: block;
                float: left;
                z-index: 50;
            }

        #default .modulos .sliderbanners .rsHome img {
            display: block;
            height: auto;
            float: left;
            width: 100%;
            border: 0;
            max-height: 430px;
        }

    #default .modulos .sliderbanners .bx-loading {
        min-height: 50px;
        background: url(/images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    #default .modulos .sliderbanners .bx-controls {
        position: absolute;
        left: 6%;
        bottom: 8%;
        z-index: 10;
    }

        #default .modulos .sliderbanners .bx-controls .bx-controls-direction {
            display: none;
        }

.mini #default .modulos .sliderbanners .bx-controls .bx-controls-direction {
    display: block;
    bottom: 10px;
    z-index: 99;
}

.mini #default .modulos .sliderbanners .bx-controls {
    left: 0;
    width: 100%;
}

.mini #default .modulos .sliderbanners .bx-pager {
    display: flex;
    align-items: center;
    justify-content: center;
}

#default .modulos .sliderbanners .bx-pager {
    display: block;
}

    #default .modulos .sliderbanners .bx-pager .bx-pager-item {
        display: inline;
        float: none;
        _float: left;
        *float: left;
        margin-right: 5px;
    }

        #default .modulos .sliderbanners .bx-pager .bx-pager-item .bx-pager-link {
            text-indent: -9999px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            background: #CCCCCC;
            display: inline-block;
            _display: block;
            *display: block;
            width: 9px;
            height: 9px;
        }

        #default .modulos .sliderbanners .bx-pager .bx-pager-item .active {
            background: #e4002b;
        }

#default .modulos .sliderbanners .rsHome li a.lnk_slide {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#default .modulos .space4 {
    width: 100%;
    height: 0;
    padding-bottom: 6.65%;
    display: block;
}

#default .modulos .imgresize {
    width: 100%;
    height: auto;
    display: block;
}

.normal #default .modulos .banner2 .imgresize {
    width: 118%;
    height: auto;
    display: block;
}

#default .prelative {
    position: relative;
    width: 1360px;
    display: block;
    margin: 0 auto;
    z-index: 2;
}

    #default .prelative .backcontdefault {
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0;
        width: 421px;
        height: 530px;
        display: block;
        background: url('/images/bgFormContactos.png') no-repeat;
    }

.mini #default .prelative .backcontdefault, .small #default .prelative .backcontdefault {
    display: none;
}
/* RESIZE */
.normal #default .homebanner, .small #default .homebanner {
    padding-bottom: 49.2%;
}

.mini #default .homebanner {
    padding-bottom: 0;
    min-height: 350px;
}

    .normal #default .homebanner .imgbanner, .small #default .homebanner .imgbanner, .mini #default .homebanner .imgbanner {
        width: 150%;
        left: -25%;
    }

    .mini #default .homebanner .imgbanner {
        object-fit: cover;
        object-position: left;
        height: 100%;
    }

    .normal #default .homebanner .video .imgbanner, .small #default .homebanner .video .imgbanner, .mini #default .homebanner .video .imgbanner {
        display: block;
        width: 100%;
        left: 0;
    }

.mini #default .modulos .simuladores {
    width: 100%;
    min-height: 580px;
    margin-bottom: 4.75%
}

.mini #default .modulos .banner1 {
    width: 49%;
    height: 0;
    padding-bottom: 82.4%;
}

.mini #default .modulos .space12 {
    width: 4.8%;
    height: 0;
    padding-bottom: 82.4%;
}

.mini #default .modulos .banner2 {
    width: 46.2%;
    height: 0;
    padding-bottom: 82.4%;
}

.mini #default .modulos .space23 {
    padding-bottom: 4.75%;
}

.mini #default .modulos .banner3 {
    width: 100%;
    padding-bottom: 64.35%;
}

.mini #default .modulos .space34 {
    width: 100%;
    padding-bottom: 4.75%;
    display: block;
}

.mini #default .modulos .sliderbanners {
    width: 100%;
    height: 0;
    padding-bottom: 64.15%;
}

.small #default .modulos .simuladores {
    width: 100%;
    height: 520px;
    margin-bottom: 4.75%
}

.small #default .modulos .banner1 {
    width: 49%;
    height: 0;
    padding-bottom: 82.4%;
}

.small #default .modulos .space12 {
    width: 4.8%;
    height: 0;
    padding-bottom: 82.4%;
}

.small #default .modulos .banner2 {
    width: 46.2%;
    height: 0;
    padding-bottom: 82.4%;
}
/* -- FORMULARIO HOMEPAGE -- */
.pedempform .msg {
    font-size: 10px;
    float: left;
    clear: both;
    text-align: left;
    margin-top: 10px;
}

.normal .pedempform .msg {
    margin-top: -10px;
    margin-bottom: 10px;
}

.pedempform .hide {
    display: none;
}

.pedempform .info.hide {
    display: none;
}

.pedempform .input_linha {
    margin-bottom: 10px;
    display: block;
    vertical-align: top;
    text-align: left;
}

    .pedempform .input_linha::after {
        content: '';
        clear: both;
        display: block;
    }

    .pedempform .input_linha .labels {
        float: left;
        height: 35px;
        margin-right: 20px;
        border-bottom: 1px solid #F0F0F0;
        width: 45%;
        color: #444;
        white-space: nowrap;
    }

.mini .pedempform .input_linha .labels {
    float: none;
    clear: both;
    width: 100%;
}

.pedempform .formLabel {
    font-size: 14px;
    color: #444444;
}

    .pedempform .formLabel span {
        font-size: 0.7em;
    }

.pedempform .input_linha .input_holder {
    overflow: hidden;
    text-indent: 0;
    text-align: right;
    background-color: #F0F0F0;
}

    .pedempform .input_linha .input_holder.checks {
        background-color: #fff;
        text-align: left;
    }

        .pedempform .input_linha .input_holder.checks .iValidator {
            top: 2px;
        }

.pedempform .lnk_mais {
    color: #e4002b;
    text-decoration: underline;
    font-size: 14px;
    margin-left: 10px;
}

.pedempform .input_linha .breaklinetit {
    float: left;
    width: 35%;
    min-height: 40px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.pedempform .input_linha .breaklinetxt {
    float: left;
    width: 60%;
    margin-left: 5%;
    display: table;
    min-height: 40px;
    overflow: hidden;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

    .pedempform .input_linha .breaklinetxt .fleftbl {
        display: table-cell;
    }

        .pedempform .input_linha .breaklinetxt .fleftbl span {
            display: block;
        }

.mini .pedempform .input_linha .breaklinetit {
    clear: both;
    float: left;
    width: 100%;
}

.mini .pedempform .input_linha .breaklinetxt {
    clear: both;
    float: left;
    margin-left: 0%;
    width: 100%;
}

.pedempform .ez-checkbox {
    float: right;
    background-image: url(/images/sprite.png);
    background-position: -51px -154px;
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin-right: 20px;
}

.pedempform .ez-hide {
    height: 19px;
    width: 24px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
/*IE8*/
.pedempform .ez-checked {
    background-position: -51px -124px;
}

.pedempform .input_linha .input_holder .input {
    border: 0;
    width: 95%;
    height: 40px;
    line-height: 40px\9;
    color: #AAAAAA;
    font-size: 15px;
    font-family: 'latobold', Arial, sans-serif;
    padding-right: 20px;
    box-sizing: border-box;
    background-color: #F0F0F0;
    text-align: right;
}

.pedempform .input_linha .input_holder .select {
    width: 95%;
    height: 50px;
    font-family: 'latobold', Arial, sans-serif;
    color: #aaa;
    font-size: 15px;
    border: 0;
    background-color: #F0F0F0;
}

.pedempform .input_linha .input_holder .input.moeda {
    text-align: right;
    font-size: 26px;
    font-family: 'latoregular', Arial, sans-serif;
    color: #AAAAAA;
}

.pedempform .custom_select_holder {
    height: 40px;
}

    .pedempform .custom_select_holder .select {
        filter: alpha(opacity=0);
        opacity: 0;
    }

.pedempform .custom_select {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}

    .pedempform .custom_select .custom_select_label {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-right: 60px;
        font-family: 'latobold', Arial, sans-serif;
        color: #aaa;
        font-size: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

        .pedempform .custom_select .custom_select_label:after {
            content: '';
            width: 25px;
            height: 25px;
            position: absolute;
            right: 20px;
            top: 6px;
            background: url(/images/ddl.png) no-repeat -19px -8px;
            display: block;
        }

    .pedempform .custom_select.open .custom_select_label:after {
        background: url(/images/ddl_clicked.png) no-repeat -19px -8px;
    }

    .pedempform .custom_select .custom_select_menu {
        display: none;
    }

.pedempform .iValidator {
    display: none;
    top: 10px;
}

    .pedempform .iValidator.active {
        display: block;
    }

.pedempform .custom_select_menu {
    position: absolute;
    width: 100%;
    z-index: 100;
    background-color: #F0F0F0;
    padding-bottom: 10px;
    max-height: 200px;
    overflow: auto;
    padding-top: 2px;
    box-shadow: 0 2px 3px rgba(11,11,11,0.3);
    top: 40px;
}

    .pedempform .custom_select_menu li {
        margin: 0 20px;
        padding-bottom: 5px;
        padding-top: 5px;
        line-height: 1.5em;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        cursor: pointer;
        text-indent: 10px;
    }

        .pedempform .custom_select_menu li:hover {
            background-color: #e4002b;
            color: #fff;
        }

        .pedempform .custom_select_menu li.focus {
            outline: 1px solid #e4002b;
        }

.pedempform .info, .pedempform .lnk_maisinfo {
    display: block;
    margin-left: 10px;
    vertical-align: middle;
    font-family: 'latoregular', Arial, sans-serif;
    top: -2px;
    font-size: 16px;
    text-align: right;
}

    .pedempform .info .icon, .pedempform .lnk_maisinfo .icon {
        z-index: 1;
        width: 22px;
        height: 22px;
        text-indent: 100px;
        display: inline-block;
        overflow: hidden;
        background: url(/images/sprite.png) no-repeat -71px -50px;
        cursor: pointer;
        vertical-align: middle;
    }

    .pedempform .info .info_detail {
        display: none;
        position: absolute;
        bottom: 55px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        background-color: #fff;
        border: 1px solid #ddd;
        font-size: 14px;
        width: 280px;
        line-height: 1.5em;
        padding: 30px;
        margin-left: -50px;
        border-radius: 5px;
        box-shadow: #ddd 0px 0px 5px;
        color: #777777;
        text-align: left;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        z-index: 9;
        text-indent: 0;
    }

        .pedempform .info .info_detail:after {
            content: '';
            display: block;
            position: absolute;
            z-index: 1000;
            bottom: -6px;
            left: 18%;
            margin-left: -5px;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 6px 5px 0 5px;
            border-color: #ffffff transparent transparent transparent;
        }

    .pedempform .info:hover .info_detail, .pedempform .info.active .info_detail {
        display: block;
        bottom: 35px;
        z-index: 1000;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        white-space: normal;
    }

.mini .pedempform .info:hover .info_detail, .mini .pedempform .info.active .info_detail {
    margin: 0 auto;
    left: 0;
}

.mini .pedempform .info {
    position: static;
}
/* -- CUSTOM SELECT -- */
.formcontactos .custom_select_holder {
    height: 50px;
}

    .formcontactos .custom_select_holder .select {
        height: 0;
        width: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

.formcontactos .custom_select {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}

    .formcontactos .custom_select .custom_select_label {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 53px;
        padding-right: 60px;
        font-family: 'JornadaSansBook';
        color: #191919;
        text-transform: uppercase;
        font-size: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

        .formcontactos .custom_select .custom_select_label:after {
            top: 20px;
        }

    .formcontactos .custom_select.open .custom_select_label:after {
        background: url(/images/ddl_clicked.png) no-repeat center top transparent;
    }

    .formcontactos .custom_select .custom_select_menu {
        display: none;
    }

.formcontactos .custom_select_menu {
    text-align: left !important;
    margin-top: -10px !important;
    position: absolute;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    max-height: 200px;
    overflow: auto;
    padding-top: 2px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    box-shadow: none !important;
}

    /*    .formcontactos .custom_select_menu li {
        font-family: 'latolight', Arial, sans-serif !important;
        margin: 0 20px;
        padding-bottom: 5px;
        padding-top: 5px;
        line-height: 1.5em;
        border-bottom: 1px solid #ddd;
        font-size: 12px !important;
        cursor: pointer;
        text-indent: 10px;
    }*/

    .formcontactos .custom_select_menu li:first-child {
        display: none;
    }

    .formcontactos .custom_select_menu li:hover {
        background-color: #910048;
        color: #fff;
    }
/* SLIDER VANTAGENS */
/*-------------------------------------------------------------------------------------------------- */
#sliderVantagens {
    width: 100%;
    position: relative;
    z-index: 1;
    background: #ffecdc;
    height: 620px;
    display: block;
    border-bottom: 2px solid #ffecdc;
    border-top: 2px solid #ffecdc;
}

    #sliderVantagens p {
        margin: 0;
    }

    #sliderVantagens .wfull {
        width: 100%;
    }

.small #sliderVantagens {
    height: 600px;
}

.mini #sliderVantagens {
    height: 540px;
}

#sliderVantagens .lbl_tit_vantagens {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 4% 0 0 0;
}

#sliderVantagens .vantsetadown {
    width: 44px;
    padding: 2% 0 0 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

#sliderVantagens .rsVantagens {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: center;
}

    #sliderVantagens .rsVantagens li {
        float: left;
        width: 25%;
        margin: 0 auto;
        font-size: 0;
        vertical-align: top;
        position: relative
    }

.big #sliderVantagens .rsVantagens li:after, .large #sliderVantagens .rsVantagens li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 2px;
    height: 350px;
    border-left: 1px solid #E7E7E7;
}

#sliderVantagens .rsVantagens li .vantimg {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    text-align: center;
    padding-bottom: 35px;
}

.mini #sliderVantagens .rsVantagens li .vantimg {
    padding-bottom: 5px;
}

#sliderVantagens .rsVantagens li .vantimg img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

#sliderVantagens .rsVantagens li .cont {
    height: 230px;
    display: block;
    position: relative;
}

.mini #sliderVantagens .rsVantagens li .cont {
    height: 260px;
}

#sliderVantagens .rsVantagens li .titulo {
    width: 65%;
    height: 80px;
    display: block;
    margin: auto;
    text-align: center;
}

.mini #sliderVantagens .rsVantagens li .titulo {
    width: 75%;
}

#sliderVantagens .rsVantagens li .texto {
    width: 65%;
    height: auto;
    display: block;
    margin: auto;
    text-align: center;
    padding: 20px 0;
}

    #sliderVantagens .rsVantagens li .texto p {
        margin: 0;
        padding: 0;
    }

.mini #sliderVantagens .rsVantagens li .texto {
    width: 75%;
}

#sliderVantagens .rsVantagens li .btnsabermais {
    width: 65%;
    max-width: 160px;
    height: 23px;
    padding-top: 10px;
    border: 1px solid #e4002b;
    display: block;
    margin: auto;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #sliderVantagens .rsVantagens li .btnsabermais:hover {
        background: #e4002b;
        color: #fff;
    }

#sliderVantagens .bx-controls {
    position: absolute;
    width: 100%;
    top: 40%;
}

    #sliderVantagens .bx-controls .bx-prev {
        width: 34px;
        height: 66px;
        background: url(/images/sprite.png) no-repeat -153px -45px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    #sliderVantagens .bx-controls .bx-next {
        width: 34px;
        height: 66px;
        background: url(/images/sprite.png) no-repeat -119px -45px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
/* MINI MENU VEJA TAMBEM */
/*-------------------------------------------------------------------------------------------------- */
#vejatambem {
    position: fixed;
    display: block;
    z-index: 20;
    top: 500px;
    right: 17px;
}

    #vejatambem .tabvejatambem {
        display: none;
        cursor: pointer;
        width: 49px;
        padding: 11px 11px;
        height: 46px;
        border-left: 1px solid #DFDFDF;
        border-top: 1px solid #DFDFDF;
        border-bottom: 1px solid #DFDFDF;
        background: #F5F5F5;
        overflow: hidden;
        border-radius: 8px 0px 0px 8px;
        -moz-border-radius: 8px 0px 0px 8px;
        -webkit-border-radius: 8px 0px 0px 8px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
        -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
        box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
    }

        #vejatambem .tabvejatambem:hover {
            width: 183px;
        }

        #vejatambem .tabvejatambem .txttabvejatambem {
            display: none;
            position: absolute;
            left: 70px;
            top: 25px;
            width: 134px;
        }

        #vejatambem .tabvejatambem:hover .txttabvejatambem {
            display: block;
        }

    #vejatambem .minimenu {
        display: block;
        width: 250px;
        min-height: 350px;
        padding-bottom: 25px;
        border-left: 1px solid #DFDFDF;
        border-top: 1px solid #DFDFDF;
        border-bottom: 1px solid #DFDFDF;
        background: #F5F5F5;
        overflow: hidden;
        border-radius: 8px 0px 0px 8px;
        -moz-border-radius: 8px 0px 0px 8px;
        -webkit-border-radius: 8px 0px 0px 8px;
    }

        #vejatambem .minimenu .closeminimenu {
            position: absolute;
            right: 0;
            top: 18px;
            width: 20px;
            height: 20px;
            padding: 10px;
            z-index: 2;
            display: block;
            cursor: pointer;
        }

        #vejatambem .minimenu .contmenu {
            width: 195px;
            margin: 0 auto;
            display: block;
        }

            #vejatambem .minimenu .contmenu .titulo {
                clear: both;
                height: 30px;
                padding-top: 20px;
                display: block;
                white-space: nowrap;
            }

            #vejatambem .minimenu .contmenu ul {
                clear: both;
                margin: 0 auto;
                display: block;
            }

                #vejatambem .minimenu .contmenu ul li {
                    clear: both;
                    text-align: left;
                    min-height: 20px;
                    border-bottom: 1px solid #EBEBEB;
                    display: block;
                }

            #vejatambem .minimenu .contmenu .headtit {
                clear: both;
                text-align: left;
                min-height: 25px;
                padding-top: 15px;
                border-bottom: 0;
                display: block;
            }

            #vejatambem .minimenu .contmenu ul li .vtcontactos {
                display: block;
                min-height: 20px;
            }
/* SOBRE UCI */
/*-------------------------------------------------------------------------------------------------- */
#sobreuci {
    width: 100%;
    height: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
}

    #sobreuci .homebanner {
        clear: both;
        width: 100%;
        padding-bottom: 21.35%;
        height: 0;
        display: block;
        overflow: hidden;
        position: absolute;
        left: 0;
    }

.mini #sobreuci .homebanner {
    padding-bottom: 0 !important;
    height: 200px;
}

#sobreuci .homebanner .video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: #F5F5F5;
}

    #sobreuci .homebanner .video .overlay {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 3;
        background: rgba(0,0,0,0.20);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33000000', endColorstr='#33000000');
    }

    #sobreuci .homebanner .video video {
        width: 100%;
        height: auto;
        position: relative;
        top: 30%;
        transform: translateY(-30%);
        z-index: 1;
        display: block;
        -webkit-transform: translateY(-30%);
    }

.mini #sobreuci .homebanner .video, .small #sobreuci .homebanner .video {
    height: 200px;
    display: none;
}

#sobreuci .homebanner .grid {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    min-height: 200px;
    height: 100%;
    display: block;
    background: url('/images/bggrid.png') repeat;
    display: none;
}

.mini #sobreuci .homebanner .grid {
    height: 200px;
}

#sobreuci .homebanner .layer {
    position: relative;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.mini #sobreuci .homebanner .layer {
    width: 937px;
    height: 200px;
    position: absolute;
    left: 50%;
}

#sobreuci .homebanner .layer .imgbanner {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
}

.mini #sobreuci .homebanner .layer .imgbanner {
    width: 937px;
    height: 200px;
}

.mini #sobreuci .homebanner .imgbanner {
    position: absolute;
    left: -50%;
}

#sobreuci .content {
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    min-height: 520px;
    z-index: 5;
    overflow: hidden;
}

    #sobreuci .content .titheader {
        width: 100%;
        max-width: 500px;
        height: 0;
        padding-bottom: 21.35%;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

        #sobreuci .content .titheader .vcenterheader {
            height: 100%;
            width: 100%;
            position: absolute;
        }

            #sobreuci .content .titheader .vcenterheader .tbl {
                display: table;
                width: 100%;
                height: 100%;
            }

                #sobreuci .content .titheader .vcenterheader .tbl .tblcell {
                    display: table-cell;
                    vertical-align: middle;
                }

            #sobreuci .content .titheader .vcenterheader h1 {
                font-size: 55px;
                margin: 0 0 1em 0;
                color: #444;
                font-size: 50px;
            }

.large #sobreuci .content .titheader .vcenterheader h1, .small #sobreuci .content .titheader .vcenterheader h1 {
    font-size: 40px;
}

.mini #sobreuci .content .titheader .vcenterheader h1 {
    font-size: 26px;
    margin: 0 0 15px;
}

.mini #sobreuci .content .titheader .vcenterheader {
    height: 65%;
    width: 100%;
    position: absolute;
    top: 30%;
}

.small #sobreuci .content .titheader .vcenterheader h1 {
    margin: 1em 0 0.5em;
}

#sobreuci .content .titheader .vcenterheader .btnplayvideo {
    pointer-events: all;
    margin: 10px auto 0;
    width: 220px;
    display: block;
    height: 53px;
    line-height: 50px;
    text-align: center;
    background: #e4002b;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

    #sobreuci .content .titheader .vcenterheader .btnplayvideo span {
        display: inline-block;
        vertical-align: top;
    }

    #sobreuci .content .titheader .vcenterheader .btnplayvideo:hover {
        background: #FFF;
        color: #444;
    }

.small #sobreuci .content .titheader .vcenterheader .btnplayvideo, .mini #sobreuci .content .titheader .vcenterheader .btnplayvideo {
    width: 180px;
    margin: 0 auto;
}

    .small #sobreuci .content .titheader .vcenterheader .btnplayvideo span, .mini #sobreuci .content .titheader .vcenterheader .btnplayvideo span {
        font-size: 14px;
    }

#sobreuci .content .titheader .vcenterheader .btnplayvideo .icon {
    width: 30px;
    height: 30px;
    line-height: 28px;
    left: 20px;
    position: relative;
    font-size: 14px;
    top: 12px;
    margin: auto;
    border-radius: 15px;
    background: rgba(0,0,0,0.10);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1A000000', endColorstr='#1A000000');
}

.divshowvideo {
    position: absolute;
    display: none;
    max-width: 960px;
    max-height: 540px;
    margin: 0 auto;
    width: 80%;
    height: 80%; /*height:0; padding-bottom:28.15%;*/
    background: #fff;
}

.videocontainer {
    width: 100%;
    height: 100%;
}

#sobreuci .content .sobrecontent {
    width: 95%;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    padding: 2% 0 1%;
}

    #sobreuci .content .sobrecontent h2, #sobreuci .content .sobrecontent h4 {
        margin: 1em 0;
    }

.mini #sobreuci .content .sobrecontent h2 {
    font-size: 24px;
}

#sobreuci .content .vantsetadown {
    width: 44px;
    padding: 0 0 2% 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

#sobreuci .content .sobreblocos {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

    #sobreuci .content .sobreblocos ul {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 0;
        text-align: center;
    }

        #sobreuci .content .sobreblocos ul li {
            float: left;
            width: 33%;
            margin: 0 auto;
            font-size: 0;
            vertical-align: top;
        }

.normal #sobreuci .content .sobreblocos ul li, .small #sobreuci .content .sobreblocos ul li, .mini #sobreuci .content .sobreblocos ul li {
    clear: both;
    width: 100%;
}

#sobreuci .content .sobreblocos ul li .sobreblocoimg {
    clear: both;
    max-width: 257px;
    max-height: 257px;
    width: 60%;
    height: auto;
    display: block;
    margin: auto;
    text-align: center;
    padding: 0 0 5%;
}

    #sobreuci .content .sobreblocos ul li .sobreblocoimg img {
        display: block;
        height: auto;
        clear: both;
        width: 100%;
        border: 0;
    }

#sobreuci .content .sobreblocos ul li .cont {
    width: 100%;
    min-height: 240px;
    display: block;
    position: relative;
}

.normal #sobreuci .content .sobreblocos ul li .cont, .small #sobreuci .content .sobreblocos ul li .cont, .mini #sobreuci .content .sobreblocos ul li .cont {
    width: 100%;
    min-height: 180px;
    padding: 0 0 5%;
}

#sobreuci .content .sobreblocos ul li .titulo {
    width: 90%;
    min-height: 60px;
    display: block;
    margin: auto;
    text-align: center;
}

#sobreuci .content .sobreblocos ul li .texto {
    width: 90%;
    min-height: 170px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #F0F0F0;
}

.normal #sobreuci .content .sobreblocos ul li .texto, .small #sobreuci .content .sobreblocos ul li .texto, .mini #sobreuci .content .sobreblocos ul li .texto {
    min-height: 100px;
}

#sobreuci .content .sobredocumento {
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    height: 265px;
    display: table
}

    #sobreuci .content .sobredocumento .blocodoc {
        display: table-cell;
        vertical-align: middle;
    }

        #sobreuci .content .sobredocumento .blocodoc span {
            clear: both;
            display: block;
        }

#sobreuci .content .sobrecontacto {
    clear: both;
    width: 100%;
    height: 340px;
    background: #F5F5F5;
}

    #sobreuci .content .sobrecontacto .outerb {
        width: 95%;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        height: 340px;
        background: #F5F5F5;
        display: table
    }

        #sobreuci .content .sobrecontacto .outerb .blococont {
            display: table-cell;
            vertical-align: middle;
        }

            #sobreuci .content .sobrecontacto .outerb .blococont span, #sobreuci .content .sobrecontacto .outerb .blococont a {
                clear: both;
                display: block;
            }

            #sobreuci .content .sobrecontacto .outerb .blococont .btn_solicitarcontacto {
                width: 95%;
                max-width: 230px;
                display: block;
                height: 35px;
                padding-top: 18px;
                margin: 20px auto;
                text-align: center;
                background: #e4002b;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                cursor: pointer;
            }

                #sobreuci .content .sobrecontacto .outerb .blococont .btn_solicitarcontacto:hover {
                    background: #BB1320;
                }
/* RESIZE */
.normal #sobreuci .homebanner, .small #sobreuci .homebanner, .mini #sobreuci .homebanner {
    padding-bottom: 32.1%;
}

    .normal #sobreuci .homebanner .imgbanner, .small #sobreuci .homebanner .imgbanner {
        width: 150%;
        left: -25%;
    }

.normal #sobreuci .content .titheader {
    padding-bottom: 32.05%;
}

.small #sobreuci .content .titheader {
    padding-bottom: 32.1%;
}

.mini #sobreuci .content .titheader {
    padding-bottom: 200px;
}
/* CONTACTOS */
/*-------------------------------------------------------------------------------------------------- */
#contactos {
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

    #contactos .mapa {
        width: 100%;
        height: 503px;
    }

.mini #contactos .mapa {
    width: 100%;
    height: 300px;
}

#contactos #mapa {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#contactos .imagem-mapa {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    #contactos .imagem-mapa img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: cover
    }
/*#contactos #mapa .mapaMA{height:103%!important;}*/
#contactos .mapaTitulo {
    position: absolute;
    text-align: center;
    pointer-events: none;
    left: 50%;
    margin-left: -470px;
    top: 155px;
    display: inline-block;
}

.mini #contactos .mapaTitulo {
    left: 0;
    margin-left: 0;
}

    .mini #contactos .mapaTitulo span {
        font-size: 18px;
    }

#contactos .arrowDown { /*background:url(/images/arrowDown.png) no-repeat center center transparent;*/
    background: url(/images/sprite.png) -6px -314px transparent;
    width: 42px;
    height: 42px;
    margin: 0 auto;
}
/*AGENCIAS*/
#contactos #agencias .checked {
    background-position: -58px -551px;
    width: 12px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

#contactos #agencias {
    clear: both;
    display: table;
    text-align: center;
    margin: 0 auto;
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
}

#contactos .agenciasWrap {
    z-index: 1000;
    left: 0;
    right: 0;
    text-align: center;
}

#contactos .agenciasWrapInner {
    margin: 0 auto;
    display: inline-block;
}

#contactos .agenciaWrap {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 0;
    margin: 0;
    padding: 0;
}

#contactos .agencia {
    height: 50px;
    margin: -25px 0 25px;
    padding: 0 30px;
    background-color: #e4002b;
    float: left;
    display: table;
    cursor: pointer;
}

    #contactos .agencia:hover, #contactos .agencia.activo {
        background-color: #DE2D39
    }

        #contactos .agencia.activo .checked {
            display: block !important;
        }

    #contactos .agencia h2.titulo {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 14px;
        color: #FFF;
    }

        #contactos .agencia h2.titulo b {
            font-weight: normal;
            font-family: 'latoregular', Arial, sans-serif !important;
        }

.mini #contactos #agencias {
    display: none;
    margin-top: 25px;
}

.mini #contactos .agenciaWrap {
    display: block;
    text-align: center;
    width: 100%;
}

.mini #contactos .agenciasWrapInner {
    width: 95%;
}

.mini #contactos .agencia {
    width: 100% !important;
    padding: 0;
    border-bottom: 1px solid #e4002b;
}

#contactos .btndivmenu {
    height: 50px;
    margin: -25px 0 25px;
    position: relative;
    z-index: 1;
    width: 100%;
    display: none;
    text-align: center;
    vertical-align: top;
    margin: 0 auto;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
    cursor: pointer;
}

.mini #contactos .btndivmenu {
    display: table;
    margin-top: -25px;
}

#contactos .btndivmenu span {
    width: 100%;
    height: 50px;
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    margin: 0 auto;
    text-align: center;
}

#contactos #morada {
    clear: both;
    display: table;
    text-align: center;
    margin: 0 auto;
    width: 95%;
}

    #contactos #morada .sep {
        width: 70%;
        height: 1px;
        background-color: #F0F0F0;
        margin: 35px auto;
        clear: both;
    }

    #contactos #morada .ctItem {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        margin: 0 12px;
    }

        #contactos #morada .ctItem span {
            display: inline-block;
            *display: inline;
            *zoom: 1;
        }

    #contactos #morada .horarioIco {
        background-position: -2px -136px;
        width: 42px;
        height: 42px;
        top: 50%;
        left: 50%;
        margin-left: -21px;
        margin-top: -21px;
        overflow: hidden;
        display: inline-block;
        *display: inline;
        zoom: 1;
        position: absolute;
    }

#contactos .atendimentoGeral {
    display: table;
    zoom: 1;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

#contactos .atendimentoComercial, #contactos .atendimentoClientes {
    border: 1px solid #DDD;
    width: 51%;
    padding: 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 10px 10px 70px;
}

#contactos .icon {
    width: 57px;
    height: 63px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -30px;
}

#contactos .atendimentoComercial .icon {
    background: url(/images/sprite.png) no-repeat -82px -504px transparent;
    width: 57px;
    height: 63px;
    overflow: hidden;
}

#contactos .atendimentoClientes .icon {
    background: url(/images/sprite.png) no-repeat -148px -504px transparent;
    width: 57px;
    height: 63px;
    overflow: hidden;
}

.mini #contactos .atendimentoComercial, .mini #contactos .atendimentoClientes {
    clear: both;
    width: 90%;
    margin: 10px 0 70px;
}
/*EQUIPA*/
#contactos #equipa {
    clear: both;
    display: table;
    text-align: center;
    margin: 0 auto;
    max-width: 435px;
    width: 95%;
    min-height: 0px;
    height: auto;
}

    #contactos #equipa .eqSep, #contactos #equipa .colSep {
        clear: both;
        width: 100%;
        height: 1px;
        background-color: #F0F0F0;
    }

    #contactos #equipa .eqSep {
        margin: 27px 0;
    }

    #contactos #equipa .colSep {
        margin: 14px 0;
    }

    #contactos #equipa .equipaBlocks {
        width: 100%;
        min-height: 185px;
        max-width: 435px;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    #contactos #equipa .innerBlocks {
        width: 115%;
        margin-left: -31px;
    }

.mini #contactos #equipa .innerBlocks {
    width: 100%;
    margin: 0px;
}

#contactos #equipa .equipaHat {
    z-index: 1;
}

#contactos #equipa .equipaBlock {
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 31px 27px;
    max-width: 186px;
    width: 72%;
    z-index: 1;
}
/*#contactos #equipaFoto{position:absolute;left:-288px;top:0;}*/
#contactos .imgFrame {
    background: url(/images/eqImgFrame.png) no-repeat center center transparent;
    width: 313px;
    height: 313px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#contactos .eqImgHolder {
    position: absolute;
    left: -288px;
    top: 0;
}

    #contactos .eqImgHolder img {
        width: 313px;
        height: auto;
    }

.small #contactos .imgFrame, .mini #contactos .imgFrame {
    display: block;
}

.small #contactos .eqImgHolder, .mini #contactos .eqImgHolder {
    top: 98px;
    width: 313px;
    height: 313px;
    overflow: hidden;
    left: 50%;
    margin-left: -156px;
}

.small #contactos .vysota, .mini #contactos .vysota {
    margin-top: 340px !important;
}

#contactos .popUpTitleImg {
    background: url(/images/sprite.png) no-repeat -23px -545px transparent;
    width: 22px;
    height: 22px;
    overflow: hidden;
    float: left;
    margin-left: 5px;
}

#contactos .clicapop {
    width: 20px;
    height: 20px;
    background: #000;
    float: left;
}

#contactos #directions {
    margin-bottom: 20px;
}

#contactos .inputHolder {
    background: #F0F0F0;
    width: 410px;
    height: 46px;
    line-height: 46px;
    clear: both;
}

#contactos .input_directions {
    border: 0;
    margin: 0;
    padding: 0;
    text-indent: 20px;
    background: none;
    width: 354px;
    height: 46px;
    height: 46px\9;
    line-height: 46px\9;
}

.mini #contactos .inputHolder {
    width: 227px;
}

.mini #contactos .input_directions {
    width: 180px;
}

#contactos .clicapop { /*background:url(/images/btnOrigem.png) no-repeat center center transparent;*/
    background: url(/images/sprite.png) -123px -311px transparent;
    width: 47px;
    height: 46px;
    float: left;
    cursor: pointer;
}
/* FORM CONTACTOS */
/*-------------------------------------------------------------------------------------------------- */
#default .formcontactos {
    background: url('/images/bg_copyright.png') repeat !important;
}

    #default .formcontactos .formcontactos_inner {
        background: url('/images/bg_copyright.png') repeat !important;
    }

.lnk_voltar {
    cursor: pointer;
}

.formcontactos {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: block;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#simulador .formcontactos {
    display: none;
}

.formcontactos .formcontactos_inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    background: #FFF;
}

.mini .formcontactos .formcontactos_inner {
    padding: 20px;
    box-sizing: border-box;
}

.formcontactos .hat {
    text-align: center;
}

    .formcontactos .hat span.t30 {
        font-size: 26px;
    }

.formcontactos .seccao {
    margin: 0 auto;
    text-align: center;
    display: table;
    width: 676px;
}

.mini .formcontactos .seccao { /*width:360px;*/
    width: 100%;
}

.formcontactos .linha {
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

    .formcontactos .linha.linha1 {
        border: none;
    }

.mini .formcontactos .linha {
    width: 100% !important;
    clear: both;
}

.formcontactos .linha.lt {
    height: 130px;
}

.formcontactos .formLabel {
    float: left;
    margin-left: 3px;
    top: 0;
    left: 16px;
    font-family: 'JornadaSansMedium';
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1.2px;
    color: #191919;
}

.formcontactos .input_holder {
    overflow: hidden;
}

    .formcontactos .input_holder .lnk_mais {
        color: #910048;
        font-weight: 400;
        line-height: 23px;
        letter-spacing: 0;
        padding-bottom: 5px;
    }

        .formcontactos .input_holder .lnk_mais:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 30px;
            height: 1px;
            background-color: #e4002b;
            transition: all .3s;
            content: "";
        }

        .formcontactos .input_holder .lnk_mais:hover:after {
            width: 100%;
        }


    .formcontactos .input_holder.multinupt {
        overflow: visible;
        width: 100%;
    }
    /*.formcontactos .input_holder .select { width:95%; height:50px; font-family: 'latobold', Arial, sans-serif;color:#aaa; font-size:15px; border:0;}*/
    .formcontactos .input_holder .input {
        text-indent: 15px;
        padding: 0;
        margin: 0;
        border: none;
        background: none;
        height: 50px;
        height: 50px\9;
        line-height: 50px\9;
        width: 95%;
        color: #191919 !important;
        font-family: 'JornadaSansBook';
        outline: none;
    }

    .formcontactos .input_holder .textarea {
        line-height: 140% !important;
        clear: both;
        height: 100px;
        margin-top: -53px;
        padding-top: 17px;
        resize: none;
        text-indent: 84px;
        width: 100%;
    }

    .formcontactos .input_holder .ddl {
        width: 100%;
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        line-height: 1;
        -webkit-appearance: none;
        cursor: pointer;
    }

.formcontactos .necessidd_horario, .formcontactos .necessidd_assunto {
    margin: 0 auto;
    min-height: 50px;
    position: relative;
    text-align: left;
    text-indent: 15px;
}

.formcontactos .div_escolhaHorario, .formcontactos .div_escolhaHorarioMaster, .formcontactos .div_escolhaAssunto, .formcontactos .div_escolhaAssuntoMaster {
    width: 100%;
    z-index: 10000;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #fff;
    position: absolute;
    top: 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.formcontactos .escolhaHorario, .formcontactos .escolhaAssunto {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #F0F0F0;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    text-indent: 12px;
    text-align: left;
}

    .formcontactos .escolhaHorario:last-child, .formcontactos .escolhaAssunto:last-child {
        border: 0;
    }

.formcontactos .escolha_item:hover {
    background-color: #dedede;
}

.formcontactos .btn_area {
    width: 86%;
    overflow: hidden;
}
/*.formcontactos .ihddl{overflow:hidden;border:0;background:url('/images/ddl.png') no-repeat right 6px transparent;cursor:pointer;white-space: nowrap;width:auto;}
.formcontactos .ihddl.close{background:url('/images/ddl_clicked.png') no-repeat right 6px transparent;}*/
.formcontactos .sp2 .textarea {
    width: 100%;
    height: 100px;
    clear: both;
    resize: none;
    padding-top: 17px;
}

.formcontactos .sp1 .linha {
    float: left;
    width: 48%;
}

    .formcontactos .sp1 .linha.l2 {
        float: right;
        width: 48%;
    }

.formcontactos .sp2 .linha {
    width: 100%;
}

.formcontactos .linha .bottomSep {
    width: 100%;
    clear: both;
    height: 3px;
    background: rgb(153, 153, 153);
    background: rgba(153, 153, 153, 0.15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#25999999, endColorstr=#25999999);
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#25999999, endColorstr=#25999999)';
    display: none;
}

.formcontactos .btnHolder {
    display: block;
    width: 100%;
    text-align: center;
}

.formcontactos .button {
    cursor: pointer;
    min-width: 240px;
    height: 53px;
    line-height: 55px;
    padding: 0 38px;
    background-color: #e4002b;
    text-align: center;
    margin: 10px auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 0;
    /*border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-bottom: 2px solid #D0D0D0;*/
    color: #191919;
    background-color: #ffdb62;
    text-transform: capitalize;
    font-family: 'JornadaSansMedium';
}

    .formcontactos .button:hover {
        background-color: #f6c927;
    }

.formcontactos .panel3 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

    .formcontactos .panel3 span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

.formcontactos .necessidd_horario {
    text-indent: 4px;
}

.formOverlay {
    height: 40%;
    position: absolute;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    width: 80%;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
    display: table;
}

    .formOverlay .button {
        min-width: 240px;
        height: 53px;
        line-height: 53px;
        padding: 0 38px;
        background-color: #e4002b;
        text-align: center;
        margin: 10px auto;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        border: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-bottom: 2px solid #D0D0D0;
    }

        .formOverlay .button:hover {
            background-color: #DE2D39
        }

.ContactoMaster {
    background: url(/images/sprite.png) no-repeat -3px -371px transparent;
    width: 72px;
    height: 74px;
    position: absolute;
    margin: 30px;
    top: 0;
    right: 0;
    z-index: 1;
    display: none;
}

.mini .ContactoMaster {
    display: none;
}
/*RADIOBUTTONS*/
#radio {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 auto;
}

.ez-radio {
    background-image: url(/images/sprite.fw.png);
    background-position: -51px -154px;
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 25px;
    width: 25px;
}

.ez-hide {
    height: 13px;
    width: 15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
/*IE8*/
.ez-selected {
    background-image: url(/images/sprite.png);
    background-position: -51px -124px;
}

input[type="radio"] {
    padding: 0;
    *height: 25px;
    *width: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.radiob {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 25px;
    line-height: 25px;
    margin: 10px 50px;
    float: left;
}

.mini .formcontactos .radiob {
    margin: 10px 0;
    clear: both;
}

.radiob label {
    margin-left: 10px;
    cursor: pointer;
}
/* -- VALIDATION CONTACTOS ERRORS -- */
.formcontactos .iValidator {
    position: absolute;
    right: 0;
    top: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    visibility: hidden;
}

    .formcontactos .iValidator.active {
        visibility: visible;
    }

.formcontactos .ihddl .iValidator {
    right: 50px;
}

.formcontactos .iValidator .erroMark {
    cursor: pointer;
    z-index: 99;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #910048;
    text-align: center;
    color: #fff;
    font-size: 25px;
    display: block;
    line-height: 30px;
    border-radius: 50%;
}

.formcontactos .iValidator .erroDetail {
    display: none;
    white-space: nowrap;
    width: auto;
    padding: 5px 22px 5px 15px;
    background-color: #910048;
    z-index: 98;
    color: #fff;
    position: relative;
    font-size: 12px;
    margin-top: -20px;
    text-align: left;
    border-radius: 10px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    top: 12px;
}

.mini .formcontactos .iValidator .erroDetail {
    font-size: 9px;
}

.formcontactos .iValidator:hover .erroDetail {
    display: block;
}

.iValidator {
    position: absolute;
    right: 0;
    top: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.ihddl .iValidator {
    right: 28px;
}

.iValidator .erroMark {
    cursor: pointer;
    z-index: 99;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #910048;
    text-align: center;
    color: #fff;
    font-size: 25px;
    display: block;
    line-height: 30px;
    border-radius: 50%;
}

#popup-mapa-MA .erroMark {
    font-family: Arial,Helvetica,sans-serif;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #910048;
    text-align: center;
    color: #fff;
    font-size: 25px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    top: 13px;
    right: 64px;
}

.iValidator .erroDetail {
    display: none;
    white-space: nowrap;
    width: auto;
    padding: 5px 22px 5px 15px;
    background-color: #910048;
    z-index: 98;
    color: #fff;
    position: relative;
    font-size: 12px;
    margin-top: -20px;
    text-align: left;
    border-radius: 10px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    top: 12px;
}

.mini .iValidator .erroDetail {
    font-size: 9px;
}

.iValidator:hover .erroDetail {
    display: block;
}

.lista_links li {
    list-style-image: url("/images/bullet.png");
    margin-bottom: 25px;
    max-width: 90%;
    padding-left: 15px;
}
/* -- IFRAME POPUP HOLDER -- */
.iframe_popup_holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: rgba(0,0,0,0.5);
    min-height: 450px;
}

.iframe_Popup {
    max-width: 750px;
    height: 60%;
    min-height: 440px;
    max-height: 460px;
    background-color: #F5F5F5;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.25);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 80%;
}

h1 {
    color: #000000;
}

.iframe_Popup .holder {
    width: 98%;
    height: 90%;
    overflow: auto;
    margin-top: 7%;
    background: url(/images/progress.gif) no-repeat center center
}

.iframe_Popup iframe {
    border: 0;
    width: 100%;
    height: 97%;
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important;
}

.iframe_Popup .close {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    /*background: url('/images/sprite.png') no-repeat -230px 0px;*/
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.iframe_Popup .icon_confirm {
    background: url('/images/sprite.png') no-repeat;
    display: block;
    width: 74px;
    height: 76px;
    margin: 0 auto;
    background-position: -228px -44px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.iframe_Popup.final .holder {
    height: 70%;
}

.safari .iframe_Popup .holder {
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important;
}

.safari .iframe_Popup.final .holder {
    margin-top: 50px;
}

.mini .iframe_Popup {
    height: 80%;
}

    .mini .iframe_Popup.final .holder {
        height: 280px;
    }

.normal .iframe_Popup {
    height: 70%;
}

.small .iframe_Popup .icon_confirm {
    display: none;
}

.mini .iframe_Popup .icon_confirm {
    display: none;
}

.dados-aceites .ez-checkbox {
    background-image: url(/images/sprite.png);
    background-position: -51px -154px;
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin-right: 10px;
}

.dados-aceites .ez-hide {
    height: 19px;
    width: 24px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
/*IE8*/
.dados-aceites .ez-checked {
    background-position: -51px -124px;
}

.dados-aceites > .input_holder {
    padding-right: 30px;
}

.dados-aceites > .holder-novo {
    padding-right: 30px;
    display: inline-block;
}
/** -- AJUSTES EKOMI --*/
/* Home*/
#footer .minifmenu ul {
    border-top: 1px solid #ddd;
}

@media only screen and (min-width: 980px) {
    .ekomi-home {
        width: 975px;
        margin: 0 auto;
    }
}

.ekomi-holder-home {
    overflow: hidden;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
/* master*/
.ekomi-footer {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}




.footer-call-action {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #f5f5f5;
    height: 120px;
    z-index: 5;
    font-size: 0;
    text-align: center;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .footer-call-action.menu_fix {
        display: table;
        position: fixed;
    }

    .footer-call-action .menu_wrapper {
        display: table-cell;
        vertical-align: middle;
        z-index: 10;
    }

    .footer-call-action .lnk {
        display: inline-block;
        vertical-align: middle;
        background-color: #e4002b;
        padding: 23px 48px;
        border-radius: 4px;
        margin: 5px;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .footer-call-action .lnk:hover {
            background-color: #BB1320;
        }

    .footer-call-action .lnk_contacto {
        cursor: pointer;
    }

    .footer-call-action .lnk::after {
        content: '';
        display: block;
        position: absolute;
        height: 10px;
        width: 100%;
        border-radius: 0 0 3px 3px;
        background-color: #EDEDED;
        bottom: -5px;
        left: 0;
        z-index: -1;
    }

.mini .footer-call-action .lnk {
    padding: 15px 30px;
    font-size: 12px;
}
/* Artigos Destaque do blog na home*/
.banner-blog-holder {
    margin-top: 30px;
}

.titulo-blog-destaque {
    text-align: center;
    margin-bottom: 50px;
}

    .titulo-blog-destaque .sprite.ico_news {
        margin-top: 31px;
        margin-bottom: 8px;
        display: inline-block
    }

#default .homebanner.banner-blog {
    padding-bottom: 35%;
    background-color: #fff;
    margin-bottom: 60px;
    margin-top: 30px;
    overflow: visible;
}

    #default .homebanner.banner-blog .bx-wrapper {
        overflow: visible;
    }

    #default .homebanner.banner-blog .bx-controls {
        bottom: -50px;
        background-color: #f5f5f5;
        width: auto;
    }

    #default .homebanner.banner-blog .bx-controls-direction {
        left: 0;
        top: 11px;
        right: 0;
    }

    #default .homebanner.banner-blog .bx-pager {
        top: 22px;
    }

.banner-blog ul li {
    position: relative;
    display: block;
    width: 100%;
}

.banner-blog ul li {
    box-sizing: border-box;
}

    .banner-blog ul li .imagem {
        position: relative;
        display: block;
        width: 50% !important;
        height: 100% !important;
        overflow: hidden;
        clear: both;
    }

        .banner-blog ul li .imagem .img_noticia {
            display: block;
            position: absolute;
            width: 100%;
            height: 100% !important;
            object-fit: cover;
        }

    .banner-blog ul li .descricao {
        position: relative;
        display: block;
        width: 50%;
        margin-left: 50%;
        padding: 100px;
        box-sizing: border-box;
        overflow: hidden;
        background: #FFF;
    }

    .banner-blog ul li .titulo {
        position: relative;
        min-height: 50px;
        line-height: 25px;
        display: block;
    }

    .banner-blog ul li .data-keys {
        display: block;
        clear: both;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .banner-blog ul li .data {
        position: relative;
        display: block;
        line-height: 22px;
        vertical-align: top;
        padding-right: 5px;
        margin-bottom: 10px;
    }

    .banner-blog ul li .key {
        position: relative;
        display: inline-block;
        vertical-align: top;
        line-height: 14px;
        padding: 4px 10px;
        margin-right: 5px;
        margin-bottom: 5px;
        background: #EEEEEE;
        border-radius: 12px;
        transition: background 0.1s ease;
    }

        .banner-blog ul li .key:hover {
            background: #DDDDDD;
        }

    .banner-blog ul li .texto {
        position: relative;
        display: block;
        line-height: 150%;
        margin-bottom: 20px;
    }

    .banner-blog ul li .continuar_ler {
        position: relative;
        float: left;
        display: block;
        line-height: 25px;
    }

    .banner-blog ul li .ico {
        position: relative;
        top: -2px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        margin-right: 5px;
    }



.atendimento-nome {
    font-size: 17px;
    margin-right: 10px;
    color: #12615c;
}

    .atendimento-nome b {
        color: #e4002b;
    }

.atendimento-telefone {
    margin-right: 13px;
    color: #111;
}

    .atendimento-telefone:not(.no-dot):after {
        content: '.';
        position: absolute;
        right: -9px;
        top: 3px;
        color: #111;
        height: 20px;
        font-size: 14px;
        line-height: 0;
    }

.info-contacto {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    cursor: pointer;
    top: 6px;
    margin-left: 5px;
}


.hover-contacto {
    display: none;
    position: absolute;
    width: 300px;
    background-color: #fff;
    top: 62px;
    z-index: 99;
    left: 240px;
}

    .hover-contacto:before {
        content: '';
        width: 0;
        height: 0;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
        border-style: solid;
        position: absolute;
        top: -10px;
        left: 37px;
    }

    .hover-contacto.is-cliente {
        left: auto;
        right: 130px;
    }

        .hover-contacto.is-cliente:before {
            left: auto;
            right: 97px;
        }

    .hover-contacto .titulo {
        padding: 25px 44px 22px 44px;
        border-bottom: 1px solid #eee;
    }

    .hover-contacto .atendimento-nome {
        font-size: 22px;
        display: block;
    }

    .hover-contacto #lbl_contacto_horario {
        font-size: 11px;
    }

    .hover-contacto .contactos {
        padding: 30px 26px 22px 44px;
    }

    .hover-contacto .atendimento-telefone {
        font-size: 22px;
        display: block;
    }

        .hover-contacto .atendimento-telefone:after {
            display: none;
        }

    .hover-contacto .atendimento-legenda {
        font-size: 11px;
        display: block;
        margin-bottom: 19px;
    }


.contacto-menu {
    padding: 20px 15px;
}

    .contacto-menu .atendimento-nome {
        font-size: 18px;
        display: block;
    }

    .contacto-menu .atendimento-telefone {
        color: #111;
        display: block;
        width: 100%;
        vertical-align: top;
        font-size: 14px;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .contacto-menu .atendimento-legenda {
        display: block;
        font-size: 11px;
    }

    .contacto-menu .atendimento-telefone:after {
        display: none;
    }

.footer-wrapper {
    display: flex;
    gap: 2%;
    justify-content: space-between;
}

.mini .footer-wrapper {
    flex-direction: column;
}

.footer-redes {
    margin-bottom: 51px;
    background-color: #eee;
    margin-top: 53px;
    width: 33%;
    box-sizing: border-box;
    padding: 24px 5% 24px 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini .footer-contacto,
.mini .footer-redes {
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 24px;
}

.footer-redes .titulo-redes {
    width: 35%;
    color: #111;
}

.footer-redes .lista-redes {
    display: flex;
    align-items: center;
    gap: 15%;
    width: 63%;
    justify-content: flex-end;
}

    .footer-redes .lista-redes a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.small .footer-redes,
.mini .footer-redes {
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}

    .small .footer-redes .titulo-redes,
    .mini .footer-redes .titulo-redes,
    .mini .footer-redes .lista-redes,
    .small .footer-redes .lista-redes {
        width: 100%;
    }

    .small .footer-redes .lista-redes {
        justify-content: flex-start;
        margin-top: 24px;
    }

    .mini .footer-redes .lista-redes {
        justify-content: flex-start;
        padding-top: 15px;
        gap: 25px;
    }

.footer-contacto {
    margin-bottom: 51px;
    background-color: #eee;
    margin-top: 53px;
    padding: 24px 64px;
    padding: 24px 5%;
    display: flex;
    justify-content: space-between;
    gap: 2%;
    width: 65%;
}

.normal .footer-contacto {
    padding: 24px 2%;
}

.small .footer-contacto,
.mini .footer-contacto {
    padding: 24px 2%;
    flex-direction: column;
}

.mini .footer-contacto {
    padding: 24px;
}

.footer-contacto .titulo {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    width: 30%;
}

.footer-contacto .atendimento-nome {
    font-size: 25px;
    display: block;
}

.footer-contacto #lbl_contacto_horario2 {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #111;
}

.footer-contacto .contactos {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    display: flex;
    justify-content: flex-end;
    gap: 3%;
}

.small .footer-contacto .contactos,
.mini .footer-contacto .contactos {
    padding-top: 5px;
    margin-bottom: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-contacto .atendimento-telefone {
    color: #111;
    display: inline-block;
    width: calc(33% - 40px );
    vertical-align: top;
    font-size: 24px;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    /*margin-right: 40px;*/

    padding-right: 20px;
    width: calc(50% - 40px);
    max-width: 186px;
}

    .footer-contacto .atendimento-telefone:last-child {
        margin-right: 0;
        width: 29%;
        border: 0;
        padding-right: 0;
        width: 48%;
    }

    .footer-contacto .atendimento-telefone:after {
        display: none;
    }

.footer-contacto .atendimento-legenda {
    display: block;
    font-size: 11px;
    margin-top: 5px
}




.large hover-contacto .atendimento-nome {
    font-size: 15px;
}

.large hover-contacto .atendimento-telefone {
    font-size: 11px;
    margin-right: 12px;
}

.large .hover-contacto.is-cliente {
    left: auto;
    right: 130px;
}



.mini .footer-contacto .titulo,
.mini .footer-contacto .contactos,
.mini .footer-contacto .atendimento-telefone {
    width: 100%;
    margin-bottom: 15px;
    border: 0;
}

.small .footer-contacto .titulo,
.small .footer-contacto .contactos {
    width: 100%;
    margin-bottom: 15px;
    border: 0;
}

.small .footer-contacto .atendimento-telefone {
    /*width:calc(33% - 10px);*/
    padding-right: 20px;
    margin-right: 20px;
}

    .small .footer-contacto .atendimento-telefone:last-child {
        margin-right: 0;
        /*width:29%;*/
    }


.normal .footer-contacto .titulo {
    width: 30%;
}

.normal .footer-contacto .contactos {
    width: 68%;
}

/*.normal .footer-contacto .atendimento-telefone {
    width: calc(33% - 10px);
    padding-right: 20px;
    margin-right: 20px;
}

    .normal .footer-contacto .atendimento-telefone:last-child {
        margin-right: 0;
        width: 29%;
    }*/


.large .footer-contacto .titulo {
    width: 30%;
}

.large .footer-contacto .contactos {
    width: 68%;
}

.large #header .blocoup .wfull {
    width: 98%;
}

.small #default .homebanner.banner-blog {
    padding-bottom: 65%;
}

.small .banner-blog ul li .descricao {
    padding: 40px;
}

.normal #default .homebanner.banner-blog {
    padding-bottom: 60%;
}

.large #default .homebanner.banner-blog {
    padding-bottom: 43%;
}

.mini #default .homebanner.banner-blog .bx-wrapper {
    position: relative;
    height: auto;
}

.mini #default .homebanner.banner-blog {
    padding-bottom: 0;
    height: auto;
}

.mini .banner-blog ul li .imagem {
    width: 100% !important;
    height: 280px !important;
    position: relative !important;
}

.mini .banner-blog ul li .descricao {
    width: 100%;
    margin-left: 0;
}

.mini #default homebanner.banner-blog .bx-controls {
    display: block;
}

.mini .banner-blog ul li .descricao {
    padding: 40px;
}

.custom_select .custom_select_label {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding-right: 60px;
    font-family: 'JordanaSansBook', Arial, sans-serif;
    color: #191919;
    font-size: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: right;
}

    .custom_select .custom_select_label:after {
        content: '';
        height: 3px;
        width: 3px;
        position: absolute;
        right: 20px;
        top: 27px;
        /* background: url(/images/ddl.png) no-repeat -19px -8px; */
        display: block;
        border: solid #191919;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(45deg);
        transition: all 300ms ease-in-out;
    }
