@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,100i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i');

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

body, html {
    /*font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;*/
    font-family: "Lato", Arial, sans-serif;
    background-color: #fff;
}

.slide h1 {
    font-family: "astoria", sans-serif !important;
}

h1, h2, h3, h4, h5 {
    /*font-family: "astoria", sans-serif!important;*/
    font-family: "Lato", Arial, sans-serif !important;
    text-transform: uppercase;
}

.setCenter {
    margin: 0 auto;
    width: 95%;
    max-width: 1280px;
    position: relative;
}

.setCenterContent {
    margin: 0 auto;
    width: 95%;
    max-width: 1024px;
    position: relative;
}

body .container {
    max-width: 1600px;
}

.main-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .clearfix, *:first-child + html .clearfix {
    zoom: 1
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

/***************************************************/
/********************* content *********************/
/***************************************************/

/* LOADING */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/preloader.gif") center no-repeat #fff;
}

/*DELETE OR COMMENT IF NOT USED*/

/***************************************************/
/******************** 404 erro *********************/
/***************************************************/
.error-template {
    position: relative;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
    width: 100%;
    color: #FFFFFF;
}

.error-template .content {
    width: 50%;
    padding: 60px;
    background-color: rgba(55, 63, 71, 0.5);
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.error-template a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
}

.error-template a:hover {
    opacity: 0.5;
}

/***************************************************/
/******************** pop ups **********************/
/***************************************************/
#popup_overlay {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../dotcontrol/img/jquery_popup/bg-jquery.alert.png');
    width: 100%;
    z-index: 99999;
}

#popup_container {
    position: relative;
    /*	font-family: "Lato",sans-serif !important;*/
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 12px;
    min-width: 300px;
    max-width: 600px;
    background: #FFF;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title {
    font-weight: bold;
    text-align: center;
    cursor: default;
    padding: 0em;
    margin: 0em;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #373F47;
}

#popup_content {
    background: 16px 16px no-repeat url('../dotcontrol/img/jquery_popup/info.gif');
    padding: 1em 1.75em;
    margin: 0em;
}

#popup_content.alert {
    background-image: url('../dotcontrol/img/jquery_popup/info.gif');
}

#popup_content.confirm {
    background-image: url('../dotcontrol/img/jquery_popup/important.gif');
}

#popup_content.prompt {
    background-image: url('../dotcontrol/img/jquery_popup/help.gif');
}

#popup_message {
    padding-left: 48px;
    /*font-family: "Lato",sans-serif !important;*/
    font-family: a "Lato", Arial, sans-serif !important;
    font-size: 13px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

#popup_panel .btn {
    border: 1px solid #c5c5c5;
    padding: 3px 10px 3px 10px;
    font-size: 9px;
    /*font-family: Tahoma;*/
    font-family: "Lato", Arial;
    text-transform: uppercase;
    cursor: pointer;
}

#popup_panel .btn:hover {
    border: 1px solid #a5a5a5;
    color: #343434;
    padding: 3px 10px 3px 10px;
    font-size: 9px;
    font-family: Tahoma;
    text-transform: uppercase;
    cursor: pointer;
}

#popup_prompt {
    margin: .5em 0em;
}

.popup{
    position: fixed;
    width:100%;
    height:100%;    
    background-color: rgba(0, 0, 0, 0.8);
    z-index:1000;
 }
  #popupcontainer {
    margin: 100px auto;
    padding: 40px;
    background: #fff;
    border-radius: 5px;
    font-family: "Lato", Arial, sans-serif !important;
    min-width: 300px;
    max-width: 600px;
    position: relative;
    font-size:15px;
  }
  #conhecimento {
    float:right;
    background-color:#137631;
    border-radius:5px;
    border-color:transparent;
    color:white;
    font-size:15px;
  }

/***************************************************/
/******************* BANCOMAIS ********************/
/***************************************************/
/******************* GERAL ********************/
.motherdivs h3 {
    width: 100%;
    float: left;
    text-align: center;
}

.slide {
    width: 100%;
    float: left;
    color: #fff;
    position: absolute;
    top: 70vh;
    left: 0;
    text-shadow: 2px 2px 2px #000;
    max-width: 1280px;
}

.slide a p {
    font-size: 18px;
    text-shadow: 2px 1px 1px #333;
}

.slide a {
    color: #fff;
}

.slide a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.slide a:focus {
    color: #fff;
    text-decoration: none;
}

/******************* SEARCH ********************/
.searchwhite {
    display: none;
    width: 100%;
    height: 100vh;
    float: left;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: auto;
}

.searchinner {
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    top: 10%;
    z-index: 999999;
}

.searchinner input {
    width: 80%;
    height: 60px;
    padding: 1%;
    background-color: #ccc;
    color: #000;
    border: none;
    border-radius: 4px;
    font-size: 18px;
}

.searchresults a {
    color: #137631;
    font-weight: bold;
}

.searchresults a:hover {
    color: #137631;
    text-decoration: none;
    opacity: 0.6;
}

.searchresults p {
    margin: 0;
}

.searchresults span {
    font-size: 12px;
}

.searchresults span .highlight_match {
    font-size: 14px;
    text-decoration: underline;
}

.searchresults .singleresult {
    margin: 0.8% 8%;
    background-color: #137631;
    border: 1px solid #137631;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 10px 0;
}

.searchresults .singleresult:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #137631;
}

#searchbar:focus {
    outline: none !important;
    border: 1px solid #137631;
    box-shadow: 0;
}

/******************* TOPMENU ********************/
.topmenu, .topmenu2 {
    width: 100%;
    height: 100px;
    float: left;
    position: relative;
    padding: 10px;
    text-transform: uppercase;
    background-color: #fff;
}

.topmenu a, .topmenu2 a {
    color: #000;
}

.topmenu a:hover, .topmenu2 a:hover {
    color: #000;
    text-decoration: none;
}

.topmenu a:focus, .topmenu2 a:focus {
    color: #000;
    text-decoration: none;
}

.topmenu .logoholder, .topmenu2 .logoholder {
    width: 300px;
    float: left;
    margin-top: 11px;
}

.topmenu .ibankingbtn, .topmenu2 .ibankingbtn {
    width: 160px;
    float: right;
    background-color: #fff;
    border: 1px solid #137631;
    color: #137631;
    text-align: center;
    border-radius: 4px;
    padding: 4px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 10px;
}

.topmenu .ibankingbtn:hover, .topmenu2 .ibankingbtn:hover {
    background-color: #137631;
    color: #fff;
}

.topmenu .ibankingbtn a, .topmenu2 .ibankingbtn a {
    color: inherit;
}

.topmenu .ibankingbtn a:hover, .topmenu2 .ibankingbtn a:hover {
    text-decoration: none;
}

.topmenu .headerbtns {
    width: 575px;
    float: right;
}

.topmenu .searchbtn {
    width: 160px;
    float: right;
    background-color: #fff;
    border: 1px solid #137631;
    color: #137631;
    text-align: center;
    border-radius: 4px;
    padding: 4px;
    font-size: 12px;
    cursor: pointer;
}

.topmenu .searchbtn:hover {
    background-color: #137631;
    color: #fff;
}
.storeapps img{
  width: 90px;
float: right;
margin-right: 15px;
}

.topmenu .searchbtn a {
    color: inherit;
}

.topmenu .searchbtn a:hover {
    text-decoration: none;
}

.topmenu .linkholder, .topmenu2 .linkholder {
    width: calc(100% - 300px);
    float: right;
    margin-top: 15px;
}

.topmenu .linkholder p, .topmenu2 .linkholder p {
    float: right;
}

.topmenu .linkholder p a .fa, .topmenu2 .linkholder p a .fa {
    position: absolute;
    top: 15px;
    left: 50%;
    font-size: 12px;
    color: #000;
    transform: translateX(-50%);
}

.topmenu .linkholder p a, .topmenu2 .linkholder p a {
    margin-left: 4%;
    position: relative;
    font-size: 12px;
    font-weight: 700;
}

.topmenu .linkholder p a:hover, .topmenu2 .linkholder p a:hover {
    color: #137631;
    cursor: pointer;
}

.menuscroll {
    display: none;
    position: fixed;
    background-color: #137631;
    z-index: 9999;
    height: 50px;
    padding: 0;
}

.menuscroll .linkholder p a .fa {
    color: #fff;
}

.menuscroll .social_links .fa {
    color: #fff;
}

.menuscroll .linkholder p a:hover {
    color: #fff;
    cursor: pointer;
}

.menuscroll a {
    color: #fff;
    font-weight: 500;
}

.menuscroll a:hover {
    color: #fff;
    text-decoration: none;
}

.menuscroll a:focus {
    color: #fff;
    text-decoration: none;
}

/*****************MOBILE MENU********************/
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
    border-color: #fff !important;
}

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: #fff !important;
    color: #fff;
}

#nav .mm-menu em.mm-counter {
    color: #fff !important;
}

.mm-menu .mm-navbar-top .mm-title {
    color: white;
    font-weight: bold;
}

.mm-listview .mm-text {
    color: white;
}

#nav {
    color: white;
    background: #137631;
}

#nav a {
    opacity: 1;
    text-transform: uppercase;
    font-weight: bold;
}

.showmenu a {
    display: none;
    background-image: url('../img/mobile.png');
    width: 30px;
    opacity: 1;
    background-size: contain;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 99999;
}

.showmenu {
    position: absolute;
    top: 0;
    left: 70px;
    z-index: 999;
}

/*********************************************/
/*****************NOTICIAS*******************/
.noticiasholder {
    background-color: #137631;
    padding: 20px;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.singlenoticia {
    margin-top: 10px;
    width: 23%;
    margin: 0 1%;
    float: left;
}

.singlenoticia span {
    font-size: 18px;
    font-weight: bold;
}

.singlenoticia a {
    color: #fff;
    float: right;
    font-weight: bold;
    font-size: 11px;
    margin-top: 5px;
}

.singlenoticia a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.singlenoticia a:focus {
    color: #fff;
    text-decoration: none;
}

.singlenoticiatxt {
    height: 160px;
    overflow: hidden;
}

.extend {
    height: auto !important;
}

.saibamais_holder {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*********************************************/
/*****************TAXAS / COMUNICADOS*******************/
.WXNtopmenu2 tr:nth-child(even) td {
    background-color: #999 !important;
}

.WXNtopmenu2 img {
    display: none;
}

.WXNtopmenu2 .WXNcol1 a, .WXNtopmenu2 .WXNcol1a a, .WXNtopmenu2 .WXNcol2 a, .WXNtopmenu2 .WXNcol2a a {
    color: #fff;
}

.taxasholder {
    width: 50%;
    float: left;
    background-color: #555;
    color: #fff;
    padding: 10px;
    text-align: left;
    margin: 10px 0;
}

.cambio {
    width: 50%;
    padding: 0 10%;
}

.cambio_history, .taxas_history {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #f1d74c;
    float: right;
    width: 37%;
    margin: 0;
    cursor: pointer;
}

.number_right {
    text-align: right;
    padding-right: 10%;
}

.mercado {
    width: 50%;
    padding: 0 10%;
    border-left: 5px solid #f1d74c;
}

.mercado .arrows {
    color: #f1d74c;
    position: absolute;
    top: 35px;
    left: 50%;
}

.mercado .arrows p {
    margin: 0 0 5px 0;
}

.taxasholder .WNcol2a, .taxasholder .WNcol1a, .taxasholder .WNcol2, .taxasholder .WNcol1 {
    font-size: 16px;
}

.taxasholder tr {
    height: 25px;
}

.taxasholder h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.taxasholder tr td {
    /*font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;*/
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
}

.Wcol1a:last-child a {
    font-size: 12px !important;
    font-weight: 600 !important;
}

.singletaxa {
    width: 20%;
    float: left;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 10px;
}

.singletaxa span {
    width: 100%;
    float: left;
}

.singletaxa p {
    font-size: 18px;
}

.singletaxa:last-child {
    border-right: none;
}

.comunicadosholder {
    width: 100%;
    float: left;
}

.singlecomunicado {
    width: 33%;
    float: left;
    padding: 20px;
    height: 520px;

}

.singlecomunicado span {
    color: #137631;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    float: left;
    height: 60px;
}

.singlecomunicado img {
    width: 100%;
}

.singlecomunicado a {
    color: #137631;
    font-weight: bold;
    float: right;
    font-size: 11px;
    margin-top: 5px;
}

.singlecomunicado a:hover {
    color: #137631;
    text-decoration: none;
    opacity: 0.8;
}

.singlecomunicado a:focus {
    color: #137631;
    text-decoration: none;
}

.singlecomunicadotxt {
    width: 100%;
    float: left;
    height: 60px;
    overflow: hidden;
}

.singlenews {
    width: 25%;
    float: left;
    padding: 20px;
    min-height: 430px;
    position: relative;
    z-index: 99;
}

.singlenewsmain {
    position: relative;
    z-index: 99;
    float: left;
}

.singlenewsmain img {
    width: 25%;
    float: left;

}

.singlenewsmain h7 {
    font-size: 12px;
    color: #666;
}

.singlenewsmain h6 {
    color: #137631;
}

.outras_imagens {
    width: 25%;
    float: left;
}

.backlink {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.pag_menu {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.pag_menu a:hover {
    text-decoration: none;
}

.white, .white:hover {
    color: white !important;
}

.seeall {
    width: 100%;
    float: left;
    text-align: left;
    color: #137631;
    font-size: 11px;
    font-style: italic;
    font-weight: 600;
}

.seeall:hover {
    text-decoration: none;
    color: #137631;
}

.pag_menu span {
    margin: 0 10px;
    cursor: pointer;
    color: #137631;
    font-weight: 600;
}

.pag_menu span.link {
    background-color: #137631;
    color: #fff;
    border: 1px solid #137631;
    padding: 10px 20px;
    border-radius: 4px;
}

.pag_menu span.link:hover {
    background-color: #fff;
    color: #137631;
}

.pdf_download {
    color: #137631 !important;
}

.pdf_download img {
    width: 25px !important;
}

.singlenewsmain h5 {
    color: #137631;
}

.singlenewsmain h6 a {
    color: #137631;
}

.singlenewsmain h3 {
    color: #137631;
}

.singlenewsmain span {
    width: 73%;
    margin-left: 2%;
    float: left;

}

.singlenews span {
    color: #137631;
    font-weight: bold;
    font-size: 16px;
    float: left;
    min-height: 45px;
}

.singlenews img {
    width: 100%;
    min-height: 210px;
}

.singlenews a {
    color: #137631;
    font-weight: bold;
    float: right;
}

.singlenews a:hover {
    color: #137631;
    text-decoration: none;
    opacity: 0.8;
}

.singlenews a:focus {
    color: #137631;
    text-decoration: none;
}

.singlenewstxt {
    height: 70px;
    float: left;
    overflow: hidden;
    position: relative;
}

/*********************************************/
/*****************ICONSLIDER*******************/
.iconslider {
    background-color: #fff;
    overflow: hidden;
}

.iconsliderholder {
    padding: 40px;
    max-width: 1200px;
}

.lslide {
    text-align: center;
}

#light-slider li img {
    width: 100px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#light-slider li img:hover {
    -webkit-transform: scale(1.45); /* Safari and Chrome */
    -moz-transform: scale(1.45); /* Firefox */
    -ms-transform: scale(1.45); /* IE 9 */
    -o-transform: scale(1.45); /* Opera */
    transform: scale(1.45);
}

.lSSlideOuter {
    overflow: visible !important;
}

.lSSlideWrapper {
    overflow: visible !important;
}

.lightSlider {
    overflow: visible !important;
}

.iconsliderholder .lSAction > a {
    height: 50px;
}

.iconsliderholder .lSAction > .lSNext {
    background-position: -268px 0;
}

/*********************************************/
/****************CARTOES*********************/
.slide2container {
    width: 100%;
    float: left;
    padding: 60px 0;
    background-color: #d5d5d7;

}

.slide2 {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 15px;
    text-align: center;
}

.slide2 a {
    color: #137631;
    font-weight: bold;
}

.slide2 a:hover {
    color: #137631;
    text-decoration: none;
    opacity: 0.8;
}

.slide2 a:focus {
    color: #137631;
    text-decoration: none;
}

.slide2title {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
}

/*********************************************/
/****************BANNERS*********************/
.bannerholder_holder {
    width: 100%;
    float: left;
    background-color: #fff;
}

.bannerholder {
    color: #fff;
    width: 100%;
    float: left;
}

.bannerholder a {
    color: #fff;
}

.bannerholder a:hover {
    color: #fff;
}

.singlebanner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(25% - 40px);
    float: left;
    height: 270px;
    margin: 20px;
}

.singlebanner h3 {
    font-family: "astoria", sans-serif !important;
}

.bannertxt:hover {
    background-color: rgba(19, 118, 49, 0.3);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.precTable {
    width: 50%;
    float: left;
}

.precTable table {
    width: 85% !important;
    float: left;
    margin-left: 0 !important;
}

.precTable td {
    padding: 4px;
    font-size: 12px;
    border: 1px solid #5fd282;
}

.precTable tr:nth-child(1) {
    background: #b8eac7;
}

.precTable:nth-child(1) tr:nth-child(18),
.precTable:nth-child(1) tr:nth-child(21),
.precTable:nth-child(1) tr:nth-child(34),
.precTable:nth-child(1) tr:nth-child(35),
.precTable:nth-child(1) tr:nth-child(41),
.precTable:nth-child(1) tr:nth-child(51),
.precTable:nth-child(1) tr:nth-child(60),
.precTable:nth-child(1) tr:nth-child(61) {
    background: #b8eac7;
}

.precTable:nth-child(3) tr:nth-child(1),
.precTable:nth-child(3) tr:nth-child(4),
.precTable:nth-child(3) tr:nth-child(5),
#borderout > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(4),
#borderout > div:nth-child(2) > table:nth-child(5) > tbody > tr:nth-child(5),
#borderout > div:nth-child(2) > table:nth-child(8) > tbody > tr:nth-child(6),
#borderout > div:nth-child(2) > table:nth-child(8) > tbody > tr:nth-child(11),
#borderout > div:nth-child(2) > table:nth-child(11) > tbody > tr:nth-child(2)
{
    background: #b8eac7;
}

.precTable p {
    width: 100%;
    float: left;
}

.bannertxt {
    background-color: rgba(19, 118, 49, 0.5);
    height: 270px;
    padding: 20px;
    position: relative;
    text-shadow: 2px 2px 2px #000;
}

.bannertxt span {
    font-size: 20px;
}

.bannertxt h3 {
    position: absolute;
    bottom: 20px;
}

/********************************************/
/*************CONTENT PAGE******************/
/********************************************/
.file_holder {
    width: 100%;
    float: left;
}

.file_holder a {
    width: 100%;
    float: left;
}

.file_holder a:hover {
    opacity: 1;
}

.single_file {
    width: 100%;
    float: left;
    padding: 1%;
    color: #9b9b9b;
    border: 1px solid #9b9b9b;
    margin-bottom: 1%;
    border-radius: 4px;
}

.single_file:hover {
    border: 1px solid #137631;
    color: #137631;
}

.single_file img {
    width: 15%;
}

.content_description {
    width: 70%;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    padding-right: 1%;
    text-align: justify;
    /*border-right: 1px solid rgba(0,0,0,0.3);*/
}

.content_description h3 {
    font-size: 14px;
    font-weight: 900;
    text-transform: none;
}

.content a {
    font-weight: bold;
    color: #137631;
}

.content a:hover {
    text-decoration: none;
    color: #137631;
}

.section_holder {
    width: 100%;
    /*max-height: 100vh;*/
    float: left;
    position: relative;
}

.section_whitener {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    display: none;
}

.icondiv {
    width: 100%;
    float: left;
    background-color: #fff;
}

.sliderpagetxt {
    width: 25%;
    font-size: 18px;
    float: right;
    height: auto;
    padding: 1%;
    max-width: 300px;
}

.sliderpagetxt h2 {
    font-family: "astoria", sans-serif !important;
    margin-bottom: 10%;
}

.content_title {
    float: left;
}

.content_title h3 {
    text-transform: none;
    font-weight: 700;
}

.content_title span {
    font-size: 10px;
    position: relative;
    top: -18px;
    color: #999;
}

.content_title span.separator_line {
    width: 99%;
    float: left;
    margin-top: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.slider {
    width: 100%;
    float: left;
    background-color: #eee;
}

.separator {
    width: 100%;
    float: left;
    height: 40px;
}

.separator select {
    float: right;
    color: #fff;
    padding: 10px;
    border: none;
}

.separator_title {
    float: right;
    color: #fff;
    font-size: 24px;
    padding-right: 1%;
}

.content .imgholder {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.content .imgholder #single_image img {
    width: 20%;
    float: left;
    margin-right: 2.5%;
}

.pageiteminner {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    padding: 4% 10%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
}

.pageiteminner p {
    text-align: left;
    background-color: #fff;
    height: 25px;
    font-weight: 600;
    font-size: 12px;
    padding-top: 5px;
    margin-bottom: 5px;
    padding-left: 4px;
}

.pageitemholder {
    padding: 40px 40px 40px 40px;
    color: #fff;
    width: 100%;
    float: left;
}

.pageitemholder2 {
    padding: 0 3% 3% 3%;
    color: #fff;
    width: 100%;
    float: left;
}

.pageitemsgrandpa {
    width: 30%;
    float: right;
    margin-top: -35px;
    /*border-left: 1px solid rgba(0,0,0,0.3);*/
}

.pageitemholder a, .pageitemholder2 a {
    color: #fff;
}

.pageitemholder a:hover, .pageitemholder2 a:hover {
    color: #fff;
}

.pageitemholder a:visited, .pageitemholder a:active, .pageitemholder2 a:visited, .pageitemholder2 a:active {
    color: #fff;
}

.pageitem {

    width: 100%;
    float: left;
    margin-right: 2%;
    border-bottom: 1px solid #fff;
}

.pageitemalertas {
    margin: 3%;
    padding: 0 6% 3% 6%;
    color: #000;
    width: 94%;
    float: left;
    font-size: 12px;
    background-color: #eee;
    border-radius: 4px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
}

.pageitemalertas h4 {
    font-weight: 900;
    font-size: 14px;
    color: #F00;
    text-transform: none;
}

.pageitemcontactos h4 {
    color: #000;
}

.pageitemalertas h3 {
    text-align: center;
}

.pageitemalertas img {
    width: 100px;
}

.pageitemalertas a {
    color: #F00;
}

.pageitemalertas a:hover {
    color: #F00;
}

.pageitemcontactos .cbtns {
    width: 100%;
    float: right;
    /*background-color: #fff;*/
    border: 1px solid #137631;
    color: #137631;
    text-align: center;
    border-radius: 4px;
    padding: 4px;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 4px;
}

.pageitemcontactos .cbtns:hover {
    background-color: #137631;
    color: #fff;
}

.pageitemcontactos .cbtns a {
    color: inherit;
}

.pageitemcontactos .cbtns a:hover {
    text-decoration: none;
}

.firstoption, .firstcontentmenu, .firstoptionsimple {
    opacity: 1;
    cursor: pointer;
}

.firstoption .fa, .firstcontentmenu .fa, .firstoptionsimple .fa {
    float: right;
    margin-right: 1%;
    font-size: 20px;
}

.suboptions, .subcontentmenus, .suboptionssimple {
    display: none;
}

.firstoption .pageitemtxt, .firstcontentmenu .pageitemtxt, .firstoptionsimple .pageitemtxt {
    font-weight: 900;
    font-size: 13px;
}

.pageitem:hover {
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    opacity: 0.8;
    margin-left: 2%;
}

.firstoption:hover, .firstcontentmenu:hover, .firstoptionsimple:hover {
    opacity: 1;
    margin-left: 0;
}

.pageitem4 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 23%;
    float: left;
    height: 120px;
    margin-right: 2%;
    margin-bottom: 4%;
}

.pageitem2, .pageitem3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin: 0 1% 2% 1%;
    padding: 10.8%;
    position: relative;
    cursor: pointer;
    border: 6px solid #fff;
}

.pageitemtxt {
    padding: 3% 6%;
    position: relative;
    height: 120px;
    font-weight: 100;
    font-size: 12px;
    background-color: #e5e5e5;
    border-radius: 4px;
}

.pageitem .pageitemtxt {
    height: 40px;
    color: #000;
}

.pageitemtxt h4 {
    position: absolute;
    bottom: 20px;
}

.breadcrumbs {
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    margin: 10px 0;
}

.breadcrumbs .fa {
    margin: 0 5px;
}

.breadcrumbs .fa-home {
    font-size: 16px;
}

.breadcrumbs a {
    color: #137631;
    font-weight: bold;
}

.breadcrumbs a:hover {
    text-decoration: none;
    color: #137631;
}

#accionistatable, .orgaostable {
    width: 100%;
}

#accionistatable th {
    background-color: #137631;
    color: #fff;
    padding: 0.5%;
}

#accionistatable.tablered th {
    background-color: #b4343b;
}

#accionistatable tr:not(.separator):nth-of-type(2n) {
    background-color: #ccc;
}

#accionistatable td {
    padding: 6px;
    border: 1px solid #999;
}

#accionistatable tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

#accionistatable tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

#accionistatable tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

#accionistatable tr:first-child th:last-child {
    border-top-right-radius: 4px;
}

#accionistatable.precario td {
    padding: 2px;
    padding-left: 6px;
}

#accionistatable.precario td ul {
    margin-bottom: 0;
}

.precario .separate {
    background-color: rgba(19, 118, 49, 0.3) !important;
}

.precario .separate h3 {
    margin-top: 12px;
    margin-bottom: 6px;
}

.orgaostable th {
    background-color: #999;
    color: #fff;
    text-align: center;
}

.orgaostable tr th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.orgaostable tr th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.orgaostable tbody tr span {
    width: 75%;
    float: right;
    margin-top: 1%;
}

.orgaostable tbody tr p {
    margin: 0;
}

.orgaostable tbody tr {
    padding: 1%;
}

.orgaostable img {
    width: 20%;
    margin: 1% 5% 1% 0;
}

.orgaos .fa {
    cursor: pointer;
}

.orgaosinner {
    display: none;
}

.filelink {
    font-weight: bold;
    color: #137631;
}

.filelink:hover {
    text-decoration: none;
    color: #137631;
    opacity: 0.8;
}

/********************************************/
/*************CONTACTOS******************/
/********************************************/
.singlecontact {
    width: 31%;
    margin-right: 2%;
    float: left;
    height: 200px;
}

.singlecontact h3 {
    font-size: 20px;
    height: 80px;
}

/********************************************/
/*****************SIMPLEPAGE******************/
/********************************************/
.simpledesc a {
    font-weight: bold;
    color: #137631;
}

.simpledesc a:hover {
    text-decoration: none;
    color: #137631;
}

.ajudaholder {
    width: 50%;
    float: left;
}

.blackner {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

#condicoesbtn {
    width: 100%;
    float: left;
    margin-top: -20px;
    margin-bottom: 20px;
    cursor: pointer;
}

#condicoespop {
    display: none;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    width: 50%;
    height: 50vh;
    transform: translate(-50%, -50%);
    overflow: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 1%;
    border-radius: 4px;
    border: 5px solid #fff;
}

.blackner .fa-times {
    cursor: pointer;
    font-size: 28px;
    margin-bottom: 10px;
    position: absolute;
    top: 20vh;
    right: 25%;
    color: #fff;
}

/********************************************/
/********************FORM*******************/
/********************************************/
.formblock {
    width: 99%;
    float: left;
    margin: 1%;
}

.formblock div.col_100 {
    margin: 0.5% 0;
}

.formulario input, .formulario textarea, .formulario select {
    float: right;
    width: 100%;
    border: 1px solid #137631;
    border-radius: 4px;
}

.formulario input[type="file"] {
    border: none;
}

.formulario textarea {
    resize: vertical;
    min-height: 100px;
}

.formulario input, .formulario select {
    padding: 1%;
}

.formulario label {
    float: left;
    width: 100%;
}

.formulario input.btn {
    width: 100px;
    float: right;
    margin: 1%;
    background-color: #137631;
    color: #fff;
}

.formulario input.btn:hover {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    background-color: #fff;
    color: #137631;
    border: 1px solid #137631;
}

.formblock .note {
    font-size: 12px;
    margin: 0;
}

.formblock .note span {
    font-weight: bold;
}

.formblock h4 {
    background-color: #eee;
    padding: 2%;
    border-radius: 4px;
}

/********************************************/
/****************** FOOTER ******************/
/********************************************/
.firstfooter {
    background-color: #fff;
    padding-bottom: 4%;
    padding-top: 3%;
}

.firstfooter .footernoticias, .firstfooter .footercomunicados {
    width: 50%;
    float: left;
    padding: 1%;
}

.firstfooter .footernoticias > a, .firstfooter .footercomunicados > a {
    color: #000;
}

.firstfooter .footernoticias > a:hover, .firstfooter .footercomunicados > a:hover {
    color: #137631;
    text-decoration: none;
}

.footernoticias h4, .footercomunicados h4 {
    font-family: "astoria", sans-serif !important;
}

.comunicadorow {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.comunicadorow span {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

a.link {
    color: #137631 !important;
    font-weight: bold;
    width: 70%;
    float: left;
}

a.link:hover {
    color: #137631;
    text-decoration: none;
    opacity: 0.6;
}

.comunicadorow .singlenewstxt {
    width: 70%;
    float: left;
    max-height: 125px;
    position: relative;
}

.comunicadorow .singlenewstxt:after, .singlenews .singlenewstxt:after {
    content: "";
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    background: -webkit-gradient(linear, 0% 0% 0% 100%, from(rgba(150, 123, 19, 0.1)), to(rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(150, 123, 19, 0), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(top, rgba(150, 123, 19, 0), rgba(255, 255, 255, 1));
    background: -ms-linear-gradient(top, rgba(150, 123, 19, 0), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(top, rgba(150, 123, 19, 0), rgba(255, 255, 255, 1));
    bottom: 0;
    left: 0;
    z-index: 10;
}

.comunicadorow img {
    width: 28%;
    float: right;
    margin: 0 1%;
}

.middlefooter {
    text-align: center;
    background-color: #137631;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20%;
    margin-top: 36px;
}

.middlefooter p {
    font-size: 12px;
    font-weight: 700;
    width: 20%;
    float: left;
    padding: 1% 0;
    background: #fff;
    margin: 0;
}

.middlefooter .footerlinkholder {
    width: 100%;
    float: left;
    margin-top: -36px;
    box-shadow: 0px -5px 30px -1px rgba(0, 0, 0, 0.6);
    z-index: 9;
    position: relative;
}

.middlefooter a {
    color: #000;
}

.middlefooter a:hover {
    color: #137631;
    text-decoration: none;
}

.lastfooter {
    background-color: #137631;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    min-height: 130px;
    position: relative;
}

.lastfooter img {
    width: 8%;
    margin-top: 3.5%;
}

.lastfooter .rights {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 0;
}

/********************************************/
/***************CHARTS********************/
#Chart1, #Chart2, #Chart3 {
    width: 500px;
    padding: 20px;
}

.historico_graph {
    width: 100%;
    float: left;
}

.historico_graph h4 {
    background-color: #eee;
    padding: 2%;
    border-radius: 4px;
    cursor: pointer;
}

.charts {
    display: none;
}

.chart_title i {
    float: right;
}

.legenda p {
    width: 16%;
    float: left;
    border: 1px solid #137631;
    border-radius: 4px;
    padding: 4px;
    margin-right: 4px;
    background-color: #fff;
    color: #137631;
    cursor: pointer;
}

.legenda p:hover {
    background-color: #137631;
    color: #fff;
}

.legenda span {
    cursor: pointer;
}

.c_eur {
    background-color: #137631;
}

.c_usd {
    background-color: #b4343b;
}

.c_zar {
    background-color: #f1d745;
}

.c_jpy {
    background-color: #999;
}

.c_cny {
    background-color: #000;
}

.c_brl {
    background-color: #4875B4;
}

.colorholder {
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 20px;
    margin-right: 5px;
}

/********************************************/
.noticiaspage h4 {
    text-align: center;
    width: 100%;
    float: left;
    color: #000;
    font-family: "astoria", sans-serif !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1600px !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
