.btn,
a,
body,
p,
td {
    font-family: KozGoPro-Regular, sans-serif
}

.h1,
.h2,
.h3,
.h4 ,
h1,
h2,
h3,
h4{
    font-family: KozGoPro-Medium, sans-serif
}

h3,
h4{
    margin-top: 10px;
    color: #be9e55;
}

@font-face {
    font-family: KozGoPro-Regular;
    src: url(../fonts/kozgopro-regular-alphanum.eot);
    src: url(../fonts/kozgopro-regular-alphanum.eot?#iefix) format('embedded-opentype'), url(../fonts/kozgopro-regular-alphanum.woff) format('woff'), url(../fonts/kozgopro-regular-alphanum.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KozGoPro-Light;
    src: url(../fonts/kozgopro-light-alphanum.eot);
    src: url(../fonts/kozgopro-light-alphanum.eot?#iefix) format('embedded-opentype'), url(../fonts/kozgopro-light-alphanum.woff) format('woff'), url(../fonts/kozgopro-light-alphanum.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: KozGoPro-ExtraLight;
    src: url(../fonts/kozgopro-extraLight-alphanum.eot);
    src: url(../fonts/kozgopro-extraLight-alphanum.eot?#iefix) format('embedded-opentype'), url(../fonts/kozgopro-extranight-alphanum.woff) format('woff'), url(../fonts/kozgopro-extralight-alphanum.ttf) format('truetype');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: KozGoPro-Medium;
    src: url(../fonts/kozgopro-medium-alphanum.eot);
    src: url(../fonts/kozgopro-medium-alphanum.eot?#iefix) format('embedded-opentype'), url(../fonts/kozgopro-medium-alphanum.woff) format('woff'), url(../fonts/kozgopro-medium-alphanum.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

body {
    width: 100%;
    height: 100%;
    color: #232323;
    background-color: #FFFFFF;
}

body.home{
    background-color: #f6f6f6;
}

html {
    width: 100%;
    height: 100%;
}

p {
    margin: 0 0 25px;
    font-size: 1.1em;
    line-height: 1.45;
}

a {
    color: #be9e55;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #5b4838;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    background-color: #000;
}

.navbar-nav,
.brown_menu{
    background-color: #5b4838;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    padding: 0;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}
.navbar-custom .nav .social-area{
    margin-left: 18px;
}
.navbar-custom .nav .social-area li a{
    border:1px solid #FFFFFF;
    display: inline-block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
}

.navbar-custom .nav .social-area li a i{
    font-size: 1.2em;
    line-height: 1.4em;
}

.navbar-custom .nav li ul li a{
    font-size: .9em;
}

.navbar-custom .nav li ul li a:hover{
    color: #be9e55;
}

@media(min-width:360px) {
    .carousel-caption {
        top: 10%;
    }

    .carousel-caption h2{
        font-size: 1.5em;
    }

    .carousel-caption p{
        font-size: 1.2em;
    }
}

@media(min-width:410px) {

    .carousel-caption {
        top: 30%;
    }

    .carousel-caption h2{
        font-size: 1.6em;
    }

    .carousel-caption p{
        font-size: 1.2em;
    }

    footer .container{
        text-align: center;
    }
}

@media(min-width:768px) {
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 0;
        -moz-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .navbar-custom {
        padding: 20px 0 0;
        border:0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }

    .navbar-custom .nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-nav{
        margin-top: 6px;
    }

    .brown_menu{
        margin-top: 25px;
        padding: 5px 0;
    }

    .bv_topo{
        text-align: right;
    }

    nav.navbar-custom button.btn_bv{
        padding: 9px 13px 7px;
        font-size: .85em;
        margin-left: 8px;
    }

    form.bv_net{
        margin: 10px 0;
        padding-right: 15px;
    }

    form.bv_net .form-group{
        position: relative;
        margin-bottom: 0px;
        width: 28%;
    }

    form.bv_net .form-group i.fa{
        position: absolute;
        top: 10px;
        left: 10px;
        color: #c1c1c1;
        font-size: 1.2em;
    }

    form.bv_net input.form-control{
        padding-left: 30px;
        width: 100%;
    }

    form.bv_net input.form-control:focus{
        border-color: #be9e55;
        box-shadow: 0 1px 1px rgba(190, 158, 85, 0.075) inset, 0 0 8px rgba(190, 158, 85, 0.6);
        outline: 0 none;
    }

    ul.nav_bv_contact,
    ul.lang{
        list-style: none;
        text-transform: none;
        text-align: right;
        float: right;
    }

    /*ul.nav_bv_contact a{
        color: #5b4838;
        letter-spacing: 0.02em;
    }

    ul.nav_bv_contact{
        margin-top: 10px;
    }*/

    ul.nav_bv_contact li,
    ul.lang li{
        float: left;
    }

    ul.lang li{
        padding: 0;
    }

    ul.lang li.active a{
        border-color: #be9e55;
        width: 32px;
        height: 21px;
    }

    ul.lang li a{
        color: #be9e55 !important;
        display: inline-block;
        border: 1px solid transparent;
        border-radius: 6px;
        line-height: 0;
        width: 30px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff !important;
        
  color: #fff;
    }

    ul.lang li:first-child{
        margin-right: 10px;
    }

    ul.lang li:first-child a{
        /*background: url("../img/portuguese_flag.jpg") center center no-repeat;*/
        background-size: 100%;
        background-color: #9b8437;
        border: 1px solid #9b8437;

    }

    ul.lang li:last-child a{
        border: 1px solid #9b8437;
        color: #9b8437 !important;
    }

    ul.lang li a:hover{
        box-shadow: 0px 1px 6px #aaaaaa;
    }

    /*ul.nav_bv_contact li:first-child{
        border: 1px solid #5b4838;
        border-radius: 6px;
        padding:10px 15px;
        margin-right: 15px;
        visibility: hidden;
    }

    ul.nav_bv_contact li:first-child a i{
        font-weight: bold;
    }

    ul.nav_bv_contact li:first-child a:hover{
        text-decoration: underline;
    }

    ul.nav_bv_contact li:first-child a:first-child{
        margin-right: 20px; 
    }

    ul.nav_bv_contact li.access_bank{
        position: relative;
    }

    ul.nav_bv_contact li.access_bank ul.dropdown-menu li{
        border: none;
        padding: 0;
        margin: 0;
    }

    ul.nav_bv_contact li.access_bank ul.dropdown-menu li a{
        display: block;
        padding: 10px 5px;
        font-size: .9em;
    }

    ul.nav_bv_contact li.access_bank ul.dropdown-menu li a:hover{
        background-color: transparent;
        text-decoration: underline;
    }

    ul.nav_bv_contact li.access_bank ul.dropdown-menu li:first-child{
        visibility: visible;
    }

*/
    .navbar-form{
        position: relative;
    }

    .navbar-form input[type=text]{
        background-color: #fff8e8;
        color: #5b4838 !important;
        padding-left: 30px;
        font-size: .9em;
    }

    .navbar-form .btn_valor_rapido{
        background-color: transparent !important;
        border:none;
        position: absolute;
        top: 6px;
    }

    .navbar-form .btn_valor_rapido i{
        color: #d9cfbf;
        font-size: 1.3em;
    }

    .carousel-caption{
        text-align: left;
        left: 10%;
        top: 28%;
    }
    .carousel-caption h2{
        font-size: 3.4em;
        font-weight: 500;
    }
    .carousel-caption p{
        font-size: 2em;
        font-weight: 100;
    }
f
    .input-group[class*=col-] {
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }

    form p.opiniao_block_checkbox{
        margin-bottom: 5px;
        padding: 3px 0 3px 15px;
        clear: both !important;
        font-size: 1em;
        text-transform: uppercase;
        background-color: #efefef;
    }

    legend{
        color: #5b4838;
        font-size: 1.2em;
        font-weight: bold;
    }
    .row.moradas{
        margin-bottom: 30px;
    }

    .agencias_map{
        height: 450px;
        background-color: #f6f6f6;
    }

    .map_def{
        background-color: #5b4838;
    }

    .map_def p{
        padding: 12px 10%;
        margin: 0;
        color: #FFFFFF;
    }

    .checkbox input[type=checkbox]{
        
    }

    .medias{
        margin:50px 0 0;
    }

    .media{
        margin-bottom: 20px;
    }

    .media .media-body{
        padding: 15px 20px 0;
    }

    .responsabilidades div img{
        margin-bottom: 20px;
        width: 50%;
    }

    .responsabilidades div[class*=col-sm]:first-child img{
        width: 60%
    }

    .responsabilidades div[class*=col-sm]:last-child{
        padding: 45px 0 0 30px;
    }

    .responsabilidades div[class*=col-sm]:last-child img{
        width: 50%;
    }

    .responsabilidades div a{
        border: solid 1px #be9e55;
        padding: 8px 12px;
        border-radius: 8px;
    }

    .shareholders div[class*=col-sm]{
        margin-right: 1%;
        width: 32.3333333%;
        border-radius: 10px;
        border: 1px solid #ddd;
    }

}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus{
    border-color: #be9e55;
    box-shadow: 0 1px 1px rgba(190, 158, 85, 0.075) inset, 0 0 8px rgba(190, 158, 85, 0.6);
    outline: 0 none;
}

.media .media-body p{
    color: #4b4b4b;
    font-size: .95em;
    margin-bottom: 12px;
    line-height: .95em;
    line-height: 1.3em;
}

.media .media-body h3{
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    margin: 10px 0;
}

.medias.sobre_bv .media .media-body p{
    font-size: 1.1em;
    margin-bottom: 15px;
}

.medias.sobre_bv .media .media-body h3{
    font-size: 1.3em;
}

.medias.sobre_bv .media div img{
    display: block;
}

.news_box_list{
    margin-bottom: 25px;
}

.news_box_list .content{
    border-radius: 8px;
    border: solid 1px #f0f0f0;
    background-color: #FFFFFF;
    padding: 20px;
}

.news_box_list .content:hover{
    
    background-color: #f0f0f0;
}

.news_box_list .data,
.news_detail .data,
.news_detail .fonte{
    font-size: .9em;
    color: #a3a3a3;
    margin-bottom: 0;
}

.news_box_list .data span,
.news_detail .data span,
.news_detail .fonte span{
    display: inline-block;
    padding: 0 0 0 20px;
    margin-left: 20px;
    border-left: solid 1px #cccccc; 
}

.news_detail img.img-responsive{
    margin-bottom: 25px;
}

.news_box_list h3,
.news_detail h2{
    margin-bottom: 15px; 
    margin-top: 4px;
}

.news_detail .fonte{
    color: #232323;
    margin-bottom: 30px;
    font-size: .85em;
}

.news_detail .fonte a{
    color: #232323;
    text-decoration: underline;
}

.news_detail .fonte a:hover{
    text-decoration: none;
}

.news_detail h2{
    margin-bottom: 5px !important;
}

.borded .news_box_list .content{
    border: none;
}

.borded .news_box_list .content:hover{
    background-color: #FFFFFF;
}

.borded .news_box_list h3{
    font-size: 1.25em;

}

.borded .news_box_list h3,
.borded .news_box_list p{
    text-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 18px;
    max-height: 18px;
}

.news_box_list a.tag{
    display: inline-block;
    margin-right: 12px;
    padding: 6px;
    font-size: .9em;
    background-color: #e3e3e3;
    color: #aaaaaa;
}

.banner_simple_content{
    width: 100%;
    padding-top: 50px;
    position: relative;
    min-height: 300px;
    background-image: linear-gradient(-130deg, #be9e55, #FFFFFF);
    background-image: -webkit-linear-gradient(-130deg, #be9e55, #FFFFFF);
    background-image: -moz-linear-gradient(-130deg, #be9e55, #FFFFFF);
    background-image: -ms-linear-gradient(-130deg, #be9e55, #FFFFFF);
    background-image: -o-linear-gradient(-130deg, #be9e55, #FFFFFF);
    color:#FFFFFF;

}

.banner_prod_service{
    position: relative;
}

.banner_prod_service{
    position: relative;
}

.banner_prod_service .banner_cont{
    position: absolute;
    bottom: 35%;
    left: 10%;
}

.banner_prod_service img{
    margin: 0 auto;
}

.banner_simple_content .banner_cont{
    text-align: center;
    position: relative;
}

.banner_simple_content .banner_cont h2{
    font-size: 2.5em;
    font-weight: 400;
    margin: 0 0 6px;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #FFFFFF;
}

.banner_prod_service .banner_cont h2{
    font-size: 3.5em;
    font-weight: 400;
    color: #be9e55;
}

.banner_prod_service .banner_cont p{
    font-weight: normal;
    font-size: 1.4em;
}

.banner_simple_content .banner_cont p{
    font-weight: 100;
    font-size: 1.6em;
    margin-bottom: 12px;
}

.banner_simple_content .banner_cont img.img_pr{
    width: 250px;
    height: 250px;
    border-radius: 125px;
    border: 12px solid #FFFFFF;
}

img.bainha {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}

.home .content-section {
    padding: 80px 0;
}

.content-section {
    padding: 85px 0 80px;
}

.content-section h2{
    color:#be9e55 !important;
    margin-bottom: 20px; 
}

.circle_steps{
    width: 90px;
    height: 90px;
    text-align: center;
    font-size: 2.6em;
    padding-top: 18px;
    color: #FFFFFF;
    background-color: #be9e55;
    border-radius: 50%;
}

.home_boxes{
    margin-bottom: 20px;
}

.home_boxes .col-md-4,
.home_boxes .col-lg-4{
    padding-left: 0 !important;
}

.borded{
    background-color: #FFFFFF;
    border-radius: 10px;
    border-bottom: 2px solid #e3e3e3;
    padding: 20px;
}

.borded.grey{
    background-color: #f6f6f6;
}

.borded h3,
.borded h4{
    margin-top: 10px;
    color: #be9e55;
}

.borded h3{
    font-size: 1.52em;
}

.borded p{
    margin: 0 0 15px;
}

.borded a span,
.dotted_separator h3 a span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #8c8c8c;
    border-radius: 10px;
    text-align: center;
    margin-right: 4px;
    font-size: .7em;
    padding-top: 3px;
    position: relative;
    top: -1px;
}

.borded.img_box{
    padding-top: 166px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.borded.img_box.seguranca{
    background-image: url("../img/img-home-seguranca.jpg");
    background-position: center -27px;
}

.borded.img_box.opiniao{
    background-image: url("../img/img-home-opiniao.jpg");
    background-position: center -20px;
}

.borded.img_box.carreira{
    background-image: url("../img/img-home-carreira.jpg");
    background-position: center -11px;
}

.borded.img_box.map{
    background-image: url("../img/img-home-mapa.jpg");
    background-position: center top;
    padding-top: 125px;
}

.borded.brown{
    background-color: #be9e55;
    color: #FFFFFF;
    border-color: #5b4838;
}

.borded.brown h3,
.borded.brown a,
.borded.brown a i{
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.borded.brown a:hover{
    text-decoration: underline;
}

.borded.brown a .fa-map-marker{
    font-size: 1.4em;
    position: relative;
    top: 0px;
}

.borded.cambio{
    margin-bottom: 50px;
}

.borded.cambio .row:nth-child(3) div[class*=col-sm]:last-child{
    margin-bottom: 0;
}

.borded.comunicados{
    clear: both;
    min-height: 165px;
    position: relative;
}

.comunicados h3{
    margin-top: 0;
    margin-bottom: 10px;
}

#customized_1{
    width: auto;
}

#customized_1 .carousel-inner{
    overflow: visible;
}

#customized_1 .carousel-caption{
    height: auto;
    width: 100%;
    padding: 0;
    left: 0;
    top: 0;
}

#customized_1 .carousel-caption a{
    text-shadow: none;
}

#customized_1 .carousel-caption h3{
    text-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-height: 16px;     /* fallback */
    max-height: 16px;      /* fallback */
}

#customized_1 .carousel-caption p{
    text-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 16px;     /* fallback */
    max-height: 32px;      /* fallback */
}

#customized_1 .carousel-caption h3{
    font-size: 1em;
    color: #232323;
    font-weight: bold;
}
#customized_1 .carousel-caption p{
    font-size: .95em;
    color: #a2a2a2;
}

#customized_1 .carousel-indicators li{
    background-color: #e3e3e3;
}

#customized_1 .carousel-indicators li.active{
    background-color: #be9e55;
}

#customized_1 .carousel-indicators{
    top: 75px;
    left: 90%;
}

.borded.brown a i{
    font-size: 1.6em;
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.news_block{
    margin-bottom: 20px;
}

.dotted_separator{
    background: transparent url("../img/dotts.svg") left bottom repeat-x;
    padding: 12px 0 20px;
}

.dotted_separator:first-child{
    padding-top:0;
}

.dotted_separator:last-child{
    padding-bottom:0;
    background: none;
}

.dotted_separator h3 a{
    float: right;
    font-size: 14px;
}

.dotted_separator h3 a span{
    padding-top: 5px;
}

.dotted_separator.moras p.mora{
    margin: 5px 0 15px;
    font-weight: 500;
}

.dotted_separator.moras p:last-child{
    margin-bottom: 0;
}

.dotted_separator table{
    margin-bottom: 0;
}

.dotted_separator table tr td,
.dotted_separator table tr th{
    padding: 6px;
}

.dotted_separator table tr td:nth-child(2),
.dotted_separator table tr th:nth-child(2){
    text-align: center;
}

.dotted_separator table tr td:last-child,
.dotted_separator table tr th:last-child{
    text-align: right;
}

.borded.mini_banner{
    min-height: 200px;
    padding: 55px 20px 0;
    margin-bottom: 40px;
}

.borded.abrir_conta_particular{
    background: transparent url("../img/img_abra_conta.jpg")right bottom no-repeat;
}

.borded.valor_net{
    background: transparent url("../img/minibanner_valor_net.jpg")right bottom no-repeat;
}

.borded.abrir_conta_empresa{
    background: transparent url("../img/minibanner_conta_empresa.jpg")right bottom no-repeat;
}


.borded.mini_banner .btn_bv{
    display: inline-block;
}

.borded.mini_banner p{
    margin-bottom: 15px;
}

.panel-default>.panel-heading{
    background-color: #5b4838;
    border-color: #5b4838;
}

.panel-default>.panel-heading .panel-title a{
    display: block;
    color: #FFFFFF;
}

.shareholders div[class*=col-sm]:last-child{
    margin-right: 0;
}


.shareholders .table tr td:last-child{
    text-align: right;
    font-weight: bold;
}

.shareholders.direcoes .table tr td:last-child{
    text-align: left;
    font-weight: lighter;
}

.shareholders .table tr:first-child td{
    border-top: none;
}

table.cambio tr td,
table.cambio tr th{
    text-align: center;
}

table.r_e_c i.fa{
    font-size: 1.2em;
}

table.r_e_c tr td a{
    font-size: .9em;

}

table.r_e_c tr td a:hover{
    text-decoration: none;
}

table.cambio tr:first-child th{
    background-color: #d5d5d5;
    text-align: center;
}

table.cambio tr:first-child th:first-child{
    background-color: #FFFFFF;
    border-top: none;
    border-right: solid 1px #FFFFFF; 
}

table.cambio tr:first-child th:last-child{
    border-left: solid 1px #f9f9f9; 
}

h3{
    margin: 30px 0 10px;
}

ul.checked{
    list-style: none;
    margin-bottom: 50px;
}

ul.checked li{
    margin-bottom: 14px;
    color: #585858;
}

ul.checked li i.fa{
    color: #24c75a;
    font-size: 1.15em;
    margin-right: 5px;
}

.btn_bv{
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #be9e55;
    border:none;
    border-bottom: 2px solid #5b4838;
    padding: 10px 15px 8px;
    color: #FFFFFF !important;
    font-size: 1em;
    letter-spacing: 0.02em;
}

.btn_bv i{
    margin-right: 3px; 
    color: #5b4838 !important;
    text-shadow:0px -1px 0px #000;
    font-size: 1.4em;
    position: relative; 
    top: 2px;
}

.btn_bv.big{
    padding: 20px 25px;
    font-size: 1.15em;
}

.btn_bv:hover,
.btn_bv:focus {
    background-color: #9d8347;
    border-bottom: 2px solid #5b4838;
}

.borded.orgaos p{
    font-size: .96em;
}

.borded.orgaos p strong{
    font-size: 1.12em;
}

.borded.orgaos p span{
    font-weight: 400;
    color: #6d6d6d;
}

.borded.orgaos p:nth-child(2), .cls_presidente{
    font-weight: 400;
    font-size: 1em;
    color: #be9e55;
}

.borded.orgaos p:nth-child(2) span{
    /*color: #232323;*/
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

/* FOOTER*/
footer{
    font-family: KozGoPro-Light, sans-serif;
    color: #FFFFFF; 
}

footer .footer{
    background-color: #5b4838;
    height: 80px;
    padding-top: 30px;
}

footer nav .list-inline li a{
    color: #FFFFFF;
}

footer nav .list-inline li{
    margin-right: 30px;
}

footer .social-area li a{
    display: inline-block;
    width: 38px;
    height: 38px;
    border:1px solid #FFFFFF;
    border-radius: 19px;
    color: #FFFFFF;
    padding-top: 10px;
}

footer .list-inline li a:hover{
    color: #be9e55;
}

footer .social-area li a:hover i{
    color: #be9e55;
}

footer .social-area li a i{
    font-size: 1.3em;
}

footer .social-area li a i:hover{
    color: #be9e55;
}

footer .social-area {
    margin-top: -10px;
}

footer .copyright{
    margin-top: 20px;
}

footer .copyright p,
footer .copyright p a{
    font-size: 1em;
    margin-bottom: 15px;
    color: #5b4838;
}

footer .copyright p a:hover{
    text-decoration: underline;
    color: #be9e55;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body{
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}


/* MODAL */
.modal-content h3{
    font-size: 1.2em;
    margin: 0 0 15px; 
}

.modal-content form{
    margin: 0 15px;
}

.modal-content .input-group[class*=col-]{
    margin-bottom: 20px;
}

.modal-content .btn_bv{
    font-size: .85em;
}

.modal-footer{
    text-align: left;
}

#contactado .modal-dialog{
    width: 650px;
}

#contactado .modal-dialog .row div[class*=col-sm]:last-child{
    border-left: 1px solid #cecece;
}

#contactado .modal-dialog p{
    font-size: 1em;
}


#extravio .modal-content .modal-title,
#prod_credit .modal-content .modal-title{
    text-align: center;
    font-size: 1.2em;
    font-weight: lighter;
    text-transform: uppercase;
}

#extravio .modal-content .modal-banner,
#prod_credit .modal-content .modal-banner{
    width: auto;
    height: auto;
}

#extravio .modal-content .modal-banner img,
#prod_credit .modal-content .modal-banner img{
    display: block;
    max-width: 100%;
    height: auto;
}

#extravio .modal-content .modal-body,
#prod_credit .modal-content .modal-body{
    padding: 20px 45px;
}


/* MOBILE VIEW ASSETS*/
@media(max-width:991px) {


    .nav>li>a {
       position: relative;
       display: inline-block;
       padding: 4px 8px;
       font-size: .8em;
   }

   .navbar-custom .nav li ul li a {
       font-size: .8em;
       text-transform: capitalize;
   }

    .navbar-form{
        width: 100%;
    }

    .navbar-right{
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-form .form-group{
        width: 100%;
    }

    .navbar-form input[type=text]{
        width: 100%;
    }

    .borded {
        padding: 12px;
    }
    .borded h3 {
        font-size: 1.2em;
    }

    .borded p{
        font-size: 1em;
    }

    .borded.img_box{
        padding-top: 95px;
    }

    .borded.img_box.seguranca{
        background-position: center -9px;
    }

    .borded.img_box.carreira{
        background-position: center top;
    }

    .borded.img_box.opiniao{
        background-position: center -4px;
    }

    .borded.img_box.map{
        padding-top: 70px;
    }

    .row.moradas .borded p{
        font-size: .9em;
    }

    .carousel-caption{
        top: 10%;
    }

    .carousel-caption h2 {
        font-size: 2.3em;
        color: #FFFFFF !important;
    }

    .carousel-caption p {
        font-size: 1.6em;
    }

    .btn_bv.big {
        padding: 16px 12px 14px;
        font-size: .9em;
    }

    .banner_prod_service .banner_cont h2{
        font-size: 2.5em;
    }

    .banner_prod_service .banner_cont p{
        font-weight: normal;
        font-size: 1.1em;
    }

    footer nav .list-inline li {
        margin-right: 10px;
    }

}


@media(max-width:767px) {
    .nav>li>a.btn-default{
        border:none;
        font-size: 1em;
    }

    .navbar-custom{
        background-color:#5b4838;
    }

    .navbar-nav{
        text-align: center;
    }

    .navbar>.container .navbar-brand{
        padding: 7px;
        width: 200px;
    }

    .navbar>.container .navbar-brand img{
        width: 52%;
    }

    .navbar-nav .open .dropdown-menu{
        background-color: #413327;
    }

    .navbar-nav .open .dropdown-menu>li>a{
        color: #be9e55;
        padding: 5px 15px; 
        font-size: .95em;
    }

    .navbar-custom .nav li a{
        text-align: center;
    }

    .navbar-form{
        margin-left: 0;
    }

    .navbar-form button{
        position: relative;
        top: -37px;
    }

    .navbar-form button i{
        color: #d9cfbf;
    }

    .navbar-form input[type=text]{
        padding-left: 26px;
        font-size: .85em;
        background-color: #fff8e8;
    }

    .content-section{
        padding: 40px 0;
    }

    .fa.fa-bars,
    .fa.fa-arrow-circle-right{
        color: #be9e55;
        font-size: 1.82em;
    }

    .btn_bv.big {
        padding: 10px 10px 8px;
        font-size: .85em;
    }

    .carousel-indicators{
        bottom: 0px;
    }

    .carousel-caption{
        bottom: 0;
        top: 0%;
    }

    .carousel-caption p{
        margin: 0 0 15px;
        font-size: .95em;
    }

    .carousel-caption h2{
        font-size: 1.3em;
        font-weight: bold;
    }
    .carousel-caption img {
        width: 90px;
        height: 50px;
    }
    #appleimg {
        width: 80px;
        height: 32px;
    }

    .borded.mini_banner p{
        color: #FFFFFF;
    }

    #customized_1 .carousel-indicators{
        top: 95px;
        left: 50%;
    }

    .borded{
        background: none;
        border: none;
        text-align: center;
        padding: 15px;
        border-radius:0;
        margin-bottom: 12px;
    }

    .borded h3{
        font-weight: bold;
        font-size: 1.25em;
    }

    .borded a, .dotted_separator h3 a {
        display: inline-block;
        border: 1px solid #8c8c8c;
        border-radius: 5px;
        text-align: center;
        padding: 4px 8px 4px 4px;
    }

    .borded a span, .dotted_separator h3 a span {
        border:none;
        margin: 0;
        height: 0;
        width: 16px;
    }

    .borded a.phone,
    .borded a.mail{
        border: none;
    }

    .dotted_separator h3{
        text-align: left;
    }

    .dotted_separator h3 a{
        font-weight: normal;
    }

    .dotted_separator table tr td:first-child{
        text-align: left;
    }

    .borded.img_box{
        padding: 20px;
        background: none !important;
    }

    .borded.img_box img{
        margin: 2px 0 10px;
    }

    .borded.brown a i {
        top: 3px;
        margin-right: 5px;
        left: 3px;
    }

    .borded.img_box.map{
        padding-top: 80px;
    }

    .borded img.icon_block{
        margin: 0 auto;
    }

    .home_boxes .col-xs-12{
        padding: 0;
    }

    .banner_prod_service .banner_cont{
        bottom: 10%;
        left: 5%;
    }

    .banner_prod_service .banner_cont h2{
        font-size: 2em;
    }

    .banner_prod_service .banner_cont p{
        font-size: 1.4em;
        color: #FFFFFF;
        text-shadow: 0 1px 2px rgba(0,0,0,.4);
    }

    .steps{
        text-align: center;
    }

    .steps .circle_steps{
        margin: 0 auto;
    }

    .content-section {
        text-align: center;
    }

    footer{
        height: auto;
    }

    footer .list-inline{
        text-align: center;
    }

    footer nav.pull-left{
        clear: both !important;
    }

    footer .social-area.pull-right{
        clear: both !important;
    }

    footer .list-inline li{
        display: block;
        clear: both;
    }

    footer .copyright p, 
    footer .copyright p a{
        font-size: .85em;
    }

    /*Form acesso internet banking mobile*/
    form.bv_net_mobile{
        padding: 20px;
        text-align: center;
        border-bottom: 1px solid #675b4d;
    }

    form.bv_net_mobile label{
        color: #fff;
    }

    form.bv_net_mobile input.form-control{
        display: inline-block;
        margin-bottom: 10px;
        height: 38px;
        text-align: center;
        font-size: 1.1em;
    }

    form.bv_net_mobile .btn_bv{
        font-size: .8em;
    }
}


@media (max-width:1200px) and (min-width:991px) {
    .nav > li > a {
        padding: 10px 8px;
        font-size: .9em;
    }

    .navbar-form .form-control {
        width: 130px;
    }

    .navbar-form input[type=text] {
        font-size: .8em;
    }
}
#img2{
    color: #BE9E55 !important;
    text-shadow: none;
}
#img2 h2{
    color: #BE9E55 !important;
    text-shadow: none;
}
