/**
 *
 * Theme: WeCoded Custom Theme
 * Folha de Estilos Personalizados
 *
 * Author: WeCoded Soluções Web - Sites, Web & Design
 * Author URI:https://www.wecoded.com.br
 *
**/
/*******************************************************
 * FONTES
*******************************************************/ 

@font-face {
  font-family: "Eina";
  src: url("fonts/Eina/Eina03-Regular.ttf");
  src: url("fonts/Eina/Eina03-Regular.ttf") format("ttf"),
}

@font-face {
  font-family: "Eina";
  src: url("fonts/Eina/Eina03-RegularItalic.ttf");
  src: url("fonts/Eina/Eina03-RegularItalic.ttf") format("ttf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Eina-4";
  src: url("fonts/Eina/Eina04-Regular.ttf");
  src: url("fonts/Eina/Eina04-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Eina-4";
  src: url("fonts/Eina/Eina04-Bold.ttf");
  src: url("fonts/Eina/Eina04-Bold.ttf") format("ttf");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Eina";
  src: url("fonts/Eina/Eina03-Bold.ttf");
  src: url("fonts/Eina/Eina03-Bold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Eina";
  src: url("fonts/Eina/Eina01-BoldItalic.ttf");
  src: url("fonts/Eina/Eina01-BoldItalic.ttf") format("ttf");
  font-weight: bold;
  font-style: italic;
}

 
/*******************************************************
 * CORPO, ELEMENTOS HTML E TIPOGRAFIA
*******************************************************/

body, html, div, h1, h3, h4, h5, h6, p, label, span, input, textarea, button, select, a{
    font-family: 'Eina', sans-serif;
    -webkit-tap-highlight-color: transparent;
}

h2{
    font-family: 'Eina-4', sans-serif;
    font-weight: bold;
}

body {
    color: #5E6D67;
	font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    background: white;
    font-family: 'Eina', sans-serif;
    overflow-x: hidden;
}
.container,
.container-fluid{
    max-width: 1320px;
}

.header-menu .container{
	max-width: 1460px;
}

.header-menu .gtranslate{
	display: flex;
    justify-content: center;
    padding: 5px;
}
.gtranslate_wrapper a.glink img{
	margin-right: 5px;
}


input:focus, textarea:focus, select:focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ced4da;
}

p{
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}
h1{
	font-size: 46px; 
} 
h2 {
    font-size: 40px;
}
h3{
	font-size: 36px; 
}
h4 {
    font-size: 24px; 
}
h5 {
    font-size: 18px;   
}

a, a:hover {
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
} 
button:focus, a:focus{
    outline: 0;
}
/* Substitui o hover ja ativo Bootstrap */
#home8 a:hover {
    color: #14664d!important;
}
.cf7_mls_steps_item{
	
}
/*******************************************************
 * FORMULÁRIOS E BOTÕES
*******************************************************/
.btn{
    line-height: normal;  
    padding: 8px 30px;
    height: auto;
	max-width: 100%; 
    font-size: 16px;
    font-style: normal;
    font-weight: bold; 
    border-radius: 10px; 
}

.btn.btn-default{  
    color: white; 
    border: 1px solid #14664D;
    background-color: #14664D;
} 
.btn.btn-default:hover{  
    color: #14664D; 
    border: 1px solid #14664D;
    background-color: transparent;
}

.btn.btn-outline{  
    color: #14664D; 
    border: 1px solid #14664D;
    background-color: transparent;
}
.btn.btn-outline:hover{  
    color: white; 
    border: 1px solid #14664D;
    background-color: #14664D;
} 

.btn.btn-white{  
    color: white; 
    border: 1px solid white;
    background-color: transparent;
} 
.btn.btn-white:hover{  
    color: white; 
    border: 1px solid #14664D;
    background-color: #14664D;
}

.btn.focus, .btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn:hover{
    transform: scale(1.02); 
}



textarea::placeholder,
input::placeholder{
    color: #000;
}




select {
    width: 100%;
    height: 54px;
    padding: 10px 20px;
    border-radius: 10px;
    background: #dfe2e1;
    border: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #000;
}
input {
    width: 100%;
    height: 54px;
    padding: 10px 20px;
    border-radius: 10px;
    background: #dfe2e1;
    border: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #000;
}
textarea {
    width: 100%; 
    padding: 10px 20px;
    border-radius: 10px;
    background: #dfe2e1;
    border: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #000;
}

input[type="submit"] {
    background: #14664D;
    width: 100%;
    margin: 10px auto 0 auto;
    display: block;
    height: 48px;
    color: white;
    font-size: 15px;
    font-weight: 300; 
    border: 1px solid #14664D;
}
input[type="submit"]:hover {
    background: transparent;
    border: 1px solid #14664D;
    color: #14664D;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: auto;
    width: auto;
}

span.wpcf7-spinner {
    display: none;
}



/*******************************************************
    * CLASSES E ELEMENTOS PRINCIPAIS
*******************************************************/ 

.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
.container-pre-fluid {
    width: 95%;
    margin: 0 auto;   
    padding-right: 0;
    padding-left: 0;
}


main#main {
    overflow: clip;
}

.no-padding{
	padding: 0;
}
.no-padding-left{
	padding-left: 0;
}
.no-padding-right{
	padding-right: 0;
}

.imagem{
	position: relative;
	transition: 250ms all;
}
.imagem:hover{
	transform: scale(1.02);
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}


/*******************************************************
 * CABECALHO
*******************************************************/
/* #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item{
    position: static;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
    width: 100% !important;
    max-width: calc(100% - 50px) !important;
} */
#header {
    position: relative;
    z-index: 100;
    width: 100%; 
    top: 0;
    transition: 250ms all;
}
body.scrolled #header {
    position: fixed;
}

#header-inner {
    background-color: #14664D;
    padding: 25px 0;
}

.header-menu {
    background-color: #364843;
    padding: 0 0;
}

li.menu-home a {
    padding: 0 10px 0 0 !important;
}
li.menu-home a::before {
    font-size: 20px !important;
}


.botoes-header {
    text-align: right;
    justify-content: flex-end;
}

.botoes-header button {
    background: transparent;
    border: 0;
    color: white;
    font-size: 13px;
    text-align: center;
    max-width: 130px;
    margin-left: 20px;
    position: relative;
    padding-left: 0px;
    margin-right: 0px;
    padding-right: 20px;
}
.botoes-header button::after{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 0;
}
.botoes-header a:last-child button::after{
    display: none !important;
}
.botoes-header button span {
    text-align: center;
}
.botoes-header button img {
    display: block;
    margin: 0 auto 10px auto;
}


.header-logo {
    margin-top: 12px;
}









/*******************************************************
 * RODAPE
*******************************************************/
#footer {
    background: #14664D;
    color: white;
    padding: 70px 0 0 0;
    position: relative;
    font-size: 16px;
}
#footer hr{
    border: 1px solid rgba(255, 255, 255, 0.1);
}
#footer h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
}
#footer a {
    color: white;
}

#footer :is(.col-lg-3, .col-lg-2){
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#footer ul {
    padding: 0;
}
#footer ul li {
    list-style: none;
    margin-bottom: 4px;
    font-size: 16px;
}

#footer .apps-footer {
    margin-top: 50px;
    border-bottom: 1px solid #ffffff3d;
    margin-bottom: 20px;
}

#footer .apps-footer img{
    margin-bottom: 30px;
}

.copyright { 
    color: white;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 15px; 
}  
.copyright p {
    margin: 0;
}


.scrolled #scroll-to-top {
    display: block;
    cursor: pointer;
}
#scroll-to-top {
    position: fixed;
    z-index: 200;
    right: 20px;
    bottom: 20px;
    display: none;
}
/*******************************************************
 * PÁGINAS
*******************************************************/ 


#sub-header {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0 150px 0;
}

#sub-header h2 {
    color: white; 
}


/* #content */

.card-flutuante-home {
    position: fixed;
    bottom: 15vh;
    z-index: 100;
    background: #14664D;
    color: white;
    border-radius: 20px 0px 0px 20px;
    opacity: 0.85;
    right: 0; 
}
body.scrolled .card-flutuante-home{
    display: none !important;
}
.card-flutuante-home .imagem {
    margin-right: 20px;
}
.card-flutuante-home .conteudo {
    max-width: 400px;
    margin-top: 26px;
}
.card-flutuante-home .conteudo h3 {
    font-size: 24px;
    margin-bottom: 0;
}
.card-flutuante-home .btn.btn-white:hover{
    background-color: white;
    color: #14664D;
    transform: scale(1);
}

#home1{
    position: relative;
}

#home1 .slick-arrow{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 1;
    background: rgba(255,255,255,0.5);
    border-radius: 100%;
    border: none;
    width: 32px;
    height: 32px;
    font-size: 0;
}

#home1 .slick-arrow::before{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-right: 4px solid #14664D;
    border-bottom: 4px solid #14664D;
    transform: rotate(-45deg);
}

#home1 .slick-arrow.slick-prev::before{
    transform: rotate(-225deg) translateX(-3px) translateY(-3px);
}

#home1 .slick-arrow.slick-next{
    left: auto;
    right: 20px;
}

#home1 .slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
/*     padding: 230px 0; */
    display: flex;
    align-items: center;
    height: 75vh;
}

#home1 .slide .btn.btn-white:hover{
    background-color: white;
    border-color: white;
    color: #14664D;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

#home1 .slide .conteudo,
#home1 .slide .conteudo p {
    font-size: 24px;
    margin-bottom: 30px;
}
#home1 .slide .conteudo h2 {
    font-size: 62px;
    font-weight: 900;
}

#home1 .slide .conteudo h3{
    font-weight: bold;
    line-height: 56px;
}

#home1 ul.slick-dots button {
    display: none;
}
#home1 ul.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
#home1 ul.slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 1px;
    background-color: white;
    opacity: 0.8;
    list-style: none;
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
}
#home1 ul.slick-dots li.slick-active {
    opacity: 1;
}


#home2 {
    background-color: #14664D;
    color: white;
    padding: 30px 20px;
    text-align: left;
    display: flex;
    justify-content: center;
}
#home2 p {
    margin: 0;
    font-size: 15px;
    white-space: nowrap;
}

.container-fluid {
    padding: 0; /* Ajuste conforme necessário */
    margin: 0;
}

#home3 {
    padding: 80px 0;
}
#home3 .titulo {
    color: #14664D;
    margin-bottom: 40px;
}
#home3 .botao {
    text-align: right;
}


.card-apoio .imagem {
    width: 100%;
    height: 192px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

.card-apoio .botao {
    padding: 20px;
    text-align: center !important;
    background-color: #F2F6F5;
} 

.card-apoio .conteudo {
    padding: 20px;
    height: 350px;
    background-color: #F2F6F5;
}
.card-apoio .conteudo p{
    text-align: justify;
}
.card-apoio .conteudo h3 {
    color: #14664D;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #0000001f;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.card-apoio .conteudo ul {
    padding-left: 20px;
}
.card-apoio .botao button {
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
}

.prev-apoio {
    float: left;
    background-color: #F2F6F5;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0px 0px 10px;
}

.next-apoio {
    float: left;
    background-color: #F2F6F5;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 10px 10px 0px;
}

.prev-apoio:hover, .next-apoio:hover,
.next-servicos:hover, .prev-servicos:hover{
    background-color: #14664D;
}

.prev-apoio:hover img, .next-apoio:hover img,
.next-servicos:hover img, .prev-servicos:hover img{
    filter: brightness(999);
}

.slick-slide {
    margin: 0 15px;
}
.slick-list {
    margin: 0 -15px;
}





#home4 {
    background: #DCE6E3;
    padding: 80px 0;
} 
#home4 .titulo {
    color: #14664D;
    margin-bottom: 40px;
}
#home3 .titulo h2,
#home4 .titulo h2,
#home5 .titulo h2,
#servico3 .titulo h2{
    position: relative;
}
#home3 .titulo h2::after,
#home4 .titulo h2::after,
#home5 .titulo h2::after,
#servico3 .titulo h2::after {
    content: '';
    width: 130px;
    height: 1px;
    background: #14664D;
    position: absolute;
    left: 0;
    bottom: -20px;
}

#home4 .botao {
    text-align: right;
}

.prev-servicos {
    float: left;
    background-color: #fff;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0px 0px 10px;
}

.next-servicos {
    float: left;
    background-color: #fff;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 10px 10px 0px;
}

.card-servico button { 
    padding: 10px 0;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.card-servico {
    background: white;
    border-radius: 12px;
    padding: 10px 20px;
    position: relative;
    min-height: 340px;
    overflow: hidden;
    position: relative;
}

.card-servico .overlay{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;transition: 0.3s all;
}

.card-servico:hover .overlay{
    opacity: 0.8;
    transition: 0.3s all;
}

.card-servico .titulo {
    margin-bottom: 15px !important;
    margin-top: 20px;
    border-bottom: 1px solid #00000036;
    padding-bottom: 10px;
}
.card-servico .titulo h3 {
    font-size: 24px;
    font-weight: bold;
}

.card-servico .conteudo p{
    font-size: 16px;
    text-align: justify;
}

.home #home4 .card-servico:hover :is(h3, p){
    color: white;
    position: relative;
}

.home #home4 .card-servico:hover button{
    background-color: white;
    border-color: white;
    color: #14664D;
}

#home5 {
    background: #DCE6E3;
    padding: 30px 0 80px 0;
} 
#home5 .titulo {
    color: #14664D;
    margin-bottom: 40px;
} 

#home5 ul.slick-dots li button {
    display: none;
}
#home5 ul.slick-dots {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
#home5 ul.slick-dots li {
    list-style: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: white;
    margin: 0 8px;
    border-radius: 100%;
    cursor: pointer;
}
#home5 ul.slick-dots li.slick-active {
    background: #14664D;
}



#home6 {
    padding: 80px 0;
    text-align: center;
} 
#home6 .titulo {
    color: #14664D;
    margin-bottom: 40px;
} 
#home6 img {
    margin: 30px auto 30px auto;
}


#home7 {
    background: #F2F6F5;
    padding: 80px 0;
}
#home7 .titulo {
    color: #14664D;
    margin-bottom: 40px;
} 
#home7 .botao {
    text-align: center;
    margin-top: 10px;
} 

.card-investir .numero {
    color: #14664D;
    font-size: 40px;
    font-weight: 900;
}
.card-investir .conteudo p{
    font-size: 14px;
	text-align: justify;
}
.card-investir {
    background: white;
    border-radius: 10px;
    padding: 20px 20px;
    min-height: 140px;
    margin-bottom: 30px;
    font-size: 14px;
    position: relative;
}

.card-investir::after{
    content: '';
    display: block;
    background-image: url('img/top-green.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 8px;
    height: 6px;
    position: absolute;
    right: 30px;
    top: 50px;
}

.card-investir:hover::after{
    filter: brightness(999);
}


#home8 {
    padding: 80px 0;
    background: #dce6e3;
}
#home8 h2{
    border-bottom: 1px solid #14664D;
    width: max-content;
    padding-bottom: 30px;
    margin-bottom: -20px;
}
#home8 .titulo {
    color: #14664D;
    margin-bottom: 40px;
    font-weight: bold;
} 
#home8 .botao {
    text-align: center;
    margin-top: 10px;
} 

.card-post {
    margin-bottom: 30px;
}
.card-post .thumb-post {
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}
.headpost{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.headpost .icons{
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
}
.headpost .icons img{
    width: 21px;
    margin-top: -7px;
    margin-left: 10px;
}
.card-post .content-post {
    background: white;
    padding: 12px 15px;
    border-radius: 0 0 10px 10px;
}
.card-post .content-post .post-like {
    display: inline-block;
}
.card-post .content-post .post-comments {
    display: inline-block;
}
.card-post .content-post .post-date,
 #blog2 .card-post .content-post .head-post .post-author{
    display: inline;
/*     float: right; */
    color: #14664D;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.card-post .content-post .post-date img{
    margin-right: 5px;
}
.card-post .content-post .post-excerpt {
    margin-top: 10px;
/*     border-top: 1px solid #00000024; */
    border: none;
    padding-top: 10px;
}



#home9 {
    padding: 80px 0;
}

#home9 .card-parceiro {
    background: #f2f6f4;
    border-radius: 15px;
    padding: 100px 40px;
}
#home9 .card-parceiro h2 {
    color: #14664D;
    font-weight: bold;
    margin-bottom: 25px;
}
#home9 .card-parceiro h4 {
    color: #14664D;
    font-size: 24px;
    position: relative;
    margin-bottom: 45px;
}
#home9 .card-parceiro h4::after {
    content: '';
    width: 130px;
    height: 1px;
    background: #14664D;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
} 
#home9 .card-parceiro .botao {
    margin-top: 30px;
}



#home10 {
    padding: 80px 0;
}
#home10 .conteudo h2 {
    color: #14664D;
    margin-bottom: 40px;
    font-weight: bold;
} 

#home10 a {
    color: #5E6D67;
}


#home10 .dados {
    background: #f2f6f5;
    border-radius: 15px;
    padding: 30px 70px;
}
#home10 ul {
    padding: 0;
}
#home10 ul li {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#home10 ul li img {
    margin-right: 10px;
}










#sobre2 {
    padding: 80px 0;
}
#sobre2 .conteudo{
    text-align: justify;
}
#sobre2 .conteudo h2 {
    color: #14664D;
    margin-bottom: 30px; 
} 

#sobre2 .imagem {
    margin-bottom: 30px;
    margin-top: 100px;
    text-align: center;
	border-radius:2rem;
	overflow:clip;
	position:sticky;
	top:200px;
}

#sobre2 .imagem img{
	border-radius:1.25rem;
}



#sobre3 {
    padding: 80px 0;
}

#sobre3 .conteudo h2 {
    color: #14664D;
    margin-bottom: 20px;
}
#sobre3 .conteudo {
    background: #F2F6F5;
    border-radius: 15px;
    padding: 80px 40px;
}




#sobre4 {
    padding-bottom: 80px;
}
#sobre4 .conteudo h2 {
    color: #14664D;
    margin-bottom: 30px; 
} 
#sobre4 .conteudo {
    margin-top: 30px;
    text-align: justify;
}
#sobre4 .imagens .imagem img{
	margin-bottom: 3px;
}


#sobre5 {
    background: #F2F6F5;
    padding: 80px 0;
}
#sobre5 .conteudo h2 {
    color: #14664D;
    margin-bottom: 30px; 
} 

#sobre8 .card-accord-header:hover button::after{
    filter: brightness(0) !important;
}

.card-accord-header button {
    background: transparent;
    border: 0;
    padding: 0;
    color: #14664D;
    font-weight: bold;
    width: 100%;
    text-align: left;
	min-height: 50px;
}

.page-template-modelo-faq .card-accord-header button,
.page-template-modelo-glossario .card-accord-header button{
	text-transform: uppercase;
}

.card-accord-header button.collapsed + .card-accord-header::after {
    transform: rotate(180deg);
}

.card-accord-header {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 15px 20px;
    position: relative;
    min-height: auto;
}
#accordion_pilares .card-accord-header{
    border-radius: 10px 10px 0px 0px;
}
.card-accord-header button::after{
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 8px;
    height: 5px;
    background-image: url('img/down-up.png');
    background-repeat: no-repeat;
    transition: 0.3s all;
    background-position: 98% center;
}
.card-accord-header button.collapsed::after{
    transform: rotate(180deg);
    transition: 0.3s all;
}
.card-accord-header:hover button::after{
    filter: brightness(100);
}

.card-accord-body {
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 0 0 10px 10px;
    min-height: auto;
}

.card-accord-body p a:hover{
        color: #4e5251; 
}

#sobre6 {
    background: #F2F6F5;
    padding: 80px 0;
}
#sobre6 .conteudo h2 {
    color: #14664D;
    margin-bottom: 30px; 
} 




#sobre7 {
    padding: 80px 0;
}
#sobre7 .imagem {
    margin-bottom: 50px;
}

.card-inst {
    text-align: center;
    background: #f2f6f5;
    border-radius: 15px;
    padding: 30px 20px;
    min-height: 550px;
	height: 100%;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}

.card-inst .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s all;
}

.card-inst:hover .overlay{
    opacity: 0.8;
}

.card-inst:hover *:not(.overlay){
    position: relative;
    color: white;
    z-index: 1;
}

.card-inst:hover p img{
    filter: brightness(999);
}

.card-inst:hover .nav-valores img{
    filter: brightness(999);
}

.card-inst h4 {
    color: #14664D;
    font-size: 20px;
    font-weight: bold;
}

.card-inst h4 ~ p,
.carousel-valores p{
    font-size: 18px;
}

.nav-valores {
    margin-top: 15px;
}
.nav-valores a {
    margin: 0px 10px;
}




#sobre8 {
    background: #F2F6F5;
    padding: 80px 0;
}
#sobre8 .conteudo h2 {
    color: #14664D;
    margin-bottom: 30px; 
}  
#sobre8 .card-accord-body {
    background: white;
    min-height: 160px;
}



#sobre9 {
    padding: 80px 0;
}
#sobre9 .titulo h2 {
    color: #14664D;
    margin-bottom: 30px; 
    text-align: start;
}  



.card-timeline {
    display: flex;
    position: relative;
    margin-bottom: 60px;
}

button.btn-time {
    background: #F2F6F5;
    border: 0;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
}
.card-timeline .ano {
    margin-right: 15px;
    z-index: 10;
}

.card-timeline::before {
    content: '';
    background: #14664D;
    width: 1px;
    height: calc(100% + 60px);
    position: absolute;
    left: 30px;
    z-index: 1;
}

#sobre9 .imagem img{
    width: 100%;
}
#sobre9 .conteudo-hoje {
    background: #14664D;
    text-align: center;
    color: white;
    padding: 30px 40px;
    border-radius: 0 0 10px 10px;
    font-size: 20px;
}



#sobre10 {
    padding: 80px 0;
    padding-bottom: 60px;
    background: #d9e3e0;
}
#sobre10 .conteudo{
    text-align: justify;
}
#sobre10 .conteudo h2 {
    color: #14664D;
    margin-bottom: 30px;  
}  
#sobre10 .imagem {
    text-align: center;
}
#sobre10 .conteudo li{
    margin-bottom: 15px;
}
ul {
    padding-left: 20px;
}
li {
    margin-bottom: 10px;
}



#sobre11 {
    padding: 80px 0; 
    display: flex;
    justify-content: center;
}
#sobre11 .conteudo h2 {
    color: #14664D;
    margin-bottom: 30px;  
}  
#sobre11 .conteudo p{
    font-size: 16px;
    text-align: justify;
}
#sobre11 .imagem{
    height: 100%;
}
#sobre11 .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
}




#sobre12 {
    padding: 80px 0;
    background: #F2F6F5;
}
#sobre12 .conteudo{
    text-align: justify;
}
#sobre12 .conteudo h2 {
    color: #14664D;
    margin-bottom: 30px;  
}    
#sobre12 .imagem {
    display: inline-block;
    margin-bottom: 3px;
}

#sobre12 .imagem img{
    width: 100%;
}


#sobre13 {
    padding: 80px 0;
}

#sobre14 .imagem{
    text-align: right;
}
.bg-green {
    background: #f2f6f5;
    border-radius: 15px;
    padding: 30px;
}


#sobre14 .cores ul {
    padding: 0;
}
#sobre14 .cores ul li {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

#sobre14 .cores .cor {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-right: 20px;
}
#sobre14 .cores .titulo-cor {
    width: 50%;
    height: 60px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    padding: 17px 0;
}

#sobre14 .conteudo-cores,
#sobre14 .cores {
    margin-top: 60px;
}





#sobre15 {
    padding: 80px 0;
}

#sobre15 .card-accord-header button {
    font-weight: normal;
    font-size: 30px;
}
#sobre15 .card-accord-header button p{
    font-size: 30px;
}
#sobre15 .card-accord-header {
    background-color: #f2f6f5;
    display: flex;
    align-items: center;
}

.card-accord-header button p {
    margin: 0;
}

.wpcf7-file {
/*   color: transparent; */
}
.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}
.wpcf7-file::before {
  content: 'Selecione o arquivo';
  color: white;
  display: inline-block;
  background: #ff9800;
  border-radius: 10px;
  padding: 8px 15px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10pt;
  color: #14664D;
  border: 1px solid #14664D;
  background-color: transparent;
}
.wpcf7-file:active {
  outline: 0;
}
.wpcf7-file:hover::before {
    color: white;
  border-color: #14664D;
}
.wpcf7-file:active::before {
  background-color: #14664D;
  color: white; 
}


#governo2 {
    padding: 80px 0;
}

#governo3 {
    background: #F2F6F5;
    padding: 80px 0;
}

#governo3 .titulo h2 {
    text-align: center;
    color: #14664D;
    font-weight: bold;
    margin-bottom: 20px;
}
#governo3 .titulo {
    margin-bottom: 40px;
    text-align: justify;
}

.participantes ul {
    padding: 0;
}
.participantes ul li {
    list-style: none;
    display: inline-block;
    margin: 0 20px 30px 20px;
}
.participantes ul li .participante {
    text-align: center;
    font-size: 12px;
}
.participantes ul li .participante img{
    width: 154px;
    height: 154px;
    object-fit: cover;
    border-radius: 100%;
}
.participantes ul li .participante h4 {
    color: #14664D;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.participante p span{
	font-size: 12px !important;
}

.filtro .row{
    display: flex;
    justify-content: center;
}

.filtro .btn.btn-default{
    width: 100%;
    height: 100%;
    padding: 10px
}

.filtro .btn.btn-default:hover{
    color: white;
    border: 1px solid #14664D;
    background-color: #14664D;
}

.filtro select{
    background: white;
}

#mercado1 select {
    width: 100%;
    height: 60px;
    padding: 0 10px;
    border-radius: 6px;
}

#mercado2 {
    padding: 80px 0;
}
.card-mercado {
    text-align: center;
    margin-bottom: 30px;
    background-color: #f2f6f5;
    padding: 20px;
}
.card-mercado .titulo {
    font-weight: bold;
    margin-bottom: 20px;
} 

.wp-pagenavi {
    text-align: center;
    margin-top: 30px;
}
.wp-pagenavi span {
    background-color: #14664D;
    border: 1px solid #14664D;
    color: white;
    border: 0;
    border-radius: 6px;
    padding: 6px 13px;
}
.wp-pagenavi a {
    background-color: transparent;
    border: 1px solid #14664D;
    color: #5E6D67;
    border-radius: 6px;
    padding: 6px 13px;
}


#mercado3 {
    padding: 80px 0;
    padding-bottom: 40px;
    background: #F2F6F5;
}
#mercado3 ~ #mercado3{
    padding-top: 0;
    padding-bottom: 80px;
}
#mercado3 .titulo h2 {
    color: #14664D;
    margin-bottom: 30px;
} 
#mercado3 .imagem {
    text-align: center;
    margin-top: 30px;
}


.wp-pagenavi a:hover, .wp-pagenavi span.current{
        border: 1px solid #14664D !important;
}


#servicos2 {
    padding: 80px 0;
    background: #dce6e3;
}

#servicos2 .card-servico .titulo {
    color: #14664D;
}

#servicos2 .card-servico .conteudo {
    color: #5E6D67;
}
#servicos2 .card-servico .link a {
    color: #14664D;
    font-weight: bold;
}
.card-servico {
    margin-bottom: 20px;
}

#servicos2 .card-servico {
    min-height: 335px;
}



#servico2 {
    padding: 80px 0;
}
#servico2 .imagem{
    text-align: right;
}
#servico2 .imagem img{
    max-width: 85%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#servico2 .conteudo {
    text-align: justify;
    margin-top: 60px;
}
#servico2 .conteudo a:hover{
    color: #14664D !important;
}
#servico2 .conteudo .btn.btn-default a{
    color: white !important;
}
#servico2 .conteudo .btn.btn-default:hover a{
    color: #14664D !important;
}
#servico2 .col-lg-6:not(.d-block){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

#servico3 {
    padding: 80px 0;
    background-color: #dce6e3;
}


#servico3 .titulo {
    color: #14664D;
    margin-bottom: 40px;
}

#servico3 .card-servico .conteudo {
    color: #0C0B30;
}

#servico3 .card-servico .link a {
    color: #14664D;
    font-weight: bold;
}

#servico3 .botao {
    text-align: center;
    margin-top: 30px;
}
#servico3 .card-servico {
    min-height: 335px;
}




#abrir-conta2 {
    padding: 80px 0;
}
#abrir-conta2 .documentos .titulo {
    margin-top: 50px;
}
#abrir-conta2 .documentos .titulo h2 {
    color: #14664D;
    font-weight: bold;
    font-size: 24px;
}
#abrir-conta2 .nav-tabs{
    background: #DFE2E1;
    border: none;
    border-radius: 10px 10px 0px 0px;
}
#abrir-conta2 .nav-tabs .nav-link{
    color: #5E6D67 !important;
    border: none !important;
     padding: 12px 20px;
     border-radius: 10px 10px 0px 0px;
}
#abrir-conta2 .nav-tabs .nav-link.active{
    background-color: #F2F6F5;
    color: #14664D !important;
    border: none;
   
}

#formsTabContent input:hover::before{
    background-color: #14664D !important;
}

button.nav-link {
    color: #14664D !important;
    font-weight: bold;
    font-size: 20px;
    background-color: #dfe2e1;
}

.tab-content {
    padding: 20px;
    background-color: #F2F6F5;
}


ul.lista-documentos li button {
    width: 100%;
}
ul.lista-documentos {
    padding: 0;
}
ul.lista-documentos li {
    list-style: none;
    margin-bottom: 20px;
}

.formulario h2 {
    color: #14664D;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}






#normativo2 {
    padding: 80px 0;
    padding-bottom: 0;
}
#normativo2 .titulo h2 {
    color: #14664D;
    font-weight: bold;
    margin-bottom: 20px;
} 
#normativo2 .card-accord-header {
    background-color: #f2f6f5;
}


#normativo3 {
    padding: 50px 0;
    padding-bottom: 0;
}
#normativo3 .titulo h2 {
    color: #14664D;
    font-weight: bold;
    margin-bottom: 20px;
} 
#normativo3 .card-accord-header {
    background-color: #f2f6f5;
}

.card-accord .card-accord-header{
	font-size: 18px;
	padding: 15px 50px 15px 20px;
}


#normativo4 {
    padding: 50px 0;
    padding-bottom: 0;
}
#normativo4 .titulo h2 {
    color: #14664D;
    font-weight: bold;
    margin-bottom: 20px;
} 
#normativo4 .card-accord-header {
    background-color: #f2f6f5;
}



#normativo5 {
    padding: 50px 0;
    padding-bottom: 0;
}
#normativo5 .titulo h2 {
    color: #14664D;
    font-weight: bold;
    margin-bottom: 20px;
} 
#normativo5 .card-accord-header {
    background-color: #f2f6f5;
}


#normativo6 {
    padding: 50px 0;
}
#normativo6 .titulo h2 {
    color: #14664D;
    font-weight: bold;
    margin-bottom: 20px;
} 
#normativo6 .card-accord-header {
    background-color: #f2f6f5;
}


#normativo7 {
    background: #f2f6f5;
    padding: 70px 0;
}
#normativo7 .titulo h2 {
    color: #14664D;
    font-weight: bold;
    margin-bottom: 20px;
} 
#normativo7 .desc-final {
    margin-top: 50px;
}



#newsletter2 {
    padding: 80px 0;
}

#newsletter2 .formulario {
    background-color: #F2F6F5;
    padding: 20px;
    border-radius: 10px;
}

#newsletter2 input[type="submit"] {
    width: 100%;
    height: 370px;
    margin-top: 0;
    background-image: url('img/send.png');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
}
#newsletter2 input[type="submit"]:hover{
    background-color: #14664D;
    opacity: 1;
/*     border-color: white; */
}


#blog2 {
    padding: 80px 0;
}

#blog2 .card-post .content-post {
    background: #f2f6f5;
}

body.single #blog2 .card-post .content-post{
    background-color: white;
}

body.single .oacs-spl-like-button-wrapper{
    display: none !important;
}


body.single #blog2 .card-post .content-post a {
	color: #14664d;
	font-weight: 600;
}
body.single #blog2 .card-post .content-post a:hover{
	text-decoration: underline;
}

.post-share{
    margin-top: 80px;
    display: flex;
    align-items: center;
    color: #686C76;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}

.post-share .addtoany_shortcode{
    margin-left: 20px;
    margin-bottom: -10px;
}

.addtoany_list a img{
    margin: 0 8px;
}

#blog2 .card-post .content-post .head-post{
    display: flex;
    margin-bottom: 20px;
    margin-top: 10px;
}

#blog-page #blog2 .card-post .content-post h2{
    color: #14664D;
	font-size: 28px;
	line-height: 1.3;
}

#blog-page #blog2 .card-post:hover .content-post h2{
	color: #fff;
}

#blog2 .card-post .content-post .head-post .post-author{
    margin-right: 10px;
}

.sidebar-blog h3.widgettitle::after {
    content: '';
    background: #5E6D67;
    width: 53px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.sidebar-blog h3.widgettitle {
    color: #14664D;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}
.sidebar-blog .widget {
    margin-bottom: 40px;
}
.sidebar-blog .widget :is(input, button){
    border-radius: 0;
    padding: 10px;
}
.sidebar-blog .widget_categories ul {
    padding: 0;
}
.sidebar-blog .widget_categories ul li {
    list-style: none;
}
.sidebar-blog .widget_categories ul li a {
    color: #686C76;
}
.sidebar-blog button#searchsubmit {
    width: 48px;
    height: 38px;
    border: 0;
    background: #14664D;
    border-radius: 0;
    background-image: url('img/search-blog.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.sidebar-blog .tagcloud a {
    background-color: #14664D;
    color: white;
    padding: 6px 13px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 16px !important;
        margin-top: 5px !important;
    display: inline-block;
}
.newsletter-blog {
    text-align: center;
    border: 1px solid #686C76;
    padding: 15px;
}
.newsletter-blog h3 {
    color: #686C76;
    font-size: 20px;
    font-weight: bold;
}
.sidebar-blog .recent-posts-widget-with-thumbnails img {
    width: 80px !important;
    height: 80px !important;
}
.sidebar-blog .recent-posts-widget-with-thumbnails span.rpwwt-post-title {
    color: #686C76;
/*     padding-top: 20px !important; */
    display: block;
}
.rpwwt-widget ul li a{
    display: flex;
    align-items: center;
}




#livro2 {
    padding: 80px 0;
}

#livro2 .conteudo {
    text-align: center;
    margin-top: 30px;
}
#livro2 .conteudo h2 {
    color: #14664D;
    font-weight: bold;
}


.redesSociais{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 20px !important; 
    margin-bottom: 0 !important; 
}

.redesSociais li{
    margin: 0 10px;
}

.redesSociais li i{
    font-size: 25px;
    color: #14664D;
}

#contato2 {
    padding: 80px 0;
}
#contato2 .conteudo {
    margin-bottom: 40px;
}
#contato2 .conteudo a {
    color: #5E6D67;
}
#contato2 .nav-tabs,
.nav-tabs{
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}
#contato2 .nav-tabs .nav-link.active {
    background-color: #F2F6F5;
    color: #14664D !important;
}
#contato2 .nav-tabs .nav-link {
    padding: 20px 0;
    background-color: #14664D;
    border-radius: 0;
}
#contato2 .nav-tabs .nav-link {
    color: white !important;
    font-size: 16px;
    border: none !important;
    width: 100% !important;
}



#contato2 .tab-content {
    background-color: #F2F6F5; 
}

#contato2 input[type="submit"] {
    width: 100%;
    height: 370px;
    margin-top: 0;
    background-image: url('img/send.png');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
}
#contato2 input[type="submit"]:hover{
    background-color: #14664D;
    border-color: white;
    opacity: 1;
}



#imprensa2 {
    padding: 80px 0;
}
#imprensa2 input[type="submit"] {
    width: 100%;
    height: 370px;
    margin-top: 0;
    background-image: url('img/send.png');
    background-repeat: no-repeat;
    background-position: center;
}
#imprensa2 input[type="submit"]:hover{
    background-color: #14664D;
    border-color: white;
}

#imprensa2 .formulario {
    background-color: #f2f6f4;
    padding: 20px;
    border-radius: 10px;
}


#candidate2 {
    padding: 40px 0;
}

#candidate2 .formulario {
    background-color: #f2f6f4;
    border-radius: 10px;
    padding: 20px;
}

#candidate2 .titulo h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #14664D;
}







#literacia2 {
    padding: 80px 0;
}


#literacia2 .conteudo {
    margin-bottom: 30px;
}
#literacia2 .card-accord-header {
    background-color: #F2F6F5;
}

#literacia3 {
    background-color: #F2F6F5;
    padding: 80px 0;
}

#literacia3 .titulo h2 {
    color: #14664D;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 26px;
}

#literacia3 .card-accord-body {
    background-color: white;
}



#literacia4 {
    padding: 80px 0;
}

#literacia4 .titulo h2 {
    color: #14664D;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
#literacia4 .card-accord-body,
#literacia4 .card-accord-header {
    background-color: #F2F6F5;
}



#literacia5 {
    padding: 80px 0;
    background-color: #F2F6F5;
}
#literacia5 .titulo h2 {
    color: #14664D;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
#literacia5 .card-accord-body {
    background-color: white;
}


#literacia6 {
    padding: 80px 0;
} 
#literacia6 .conteudo h2,
#literacia8 .conteudo h2,
#literacia9 .conteudo h2{
    color: #14664D;
    font-size: 32px;
    font-weight: bold;
	margin-bottom: 30px;
}
#literacia6 .card-accord-header {
    background-color: #F2F6F5;
}

#literacia7 {
    padding: 80px 0;
    background-color: #F2F6F5;
}
#literacia7 .titulo h2 {
    color: #14664D;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
#literacia7 .card-accord-body {
    background-color: white;
}



#literacia8 {
    padding: 80px 0;
} 
#literacia8 .titulo h2 {
    color: #14664D;
    font-size: 32px;
    font-weight: bold; 
}
#literacia8 .card-accord-header {
    background-color: #F2F6F5;
}

#literacia9 {
    padding: 80px 0;
    background-color: #F2F6F5;
}
#literacia9 .titulo h2 {
    color: #14664D;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
#literacia9 .card-accord-body {
    background-color: white;
}

#literacia10 {
    padding: 80px 0;
} 
#literacia10 .titulo h2 {
    color: #14664D;
    font-size: 32px;
    font-weight: bold; 
	margin-bottom: 30px;
}
#literacia10 .card-accord-header {
    background-color: #F2F6F5;
}

#literacia11 {
    padding: 80px 0;
} 
#literacia11 .titulo h2 {
    color: #14664D;
    font-size: 32px;
    font-weight: bold; 
	margin-bottom: 30px;
}
#literacia11 .card-accord-header {
    background-color: #F2F6F5;
}


#literacia12 {
    padding: 80px 0;
    background-color: #F2F6F5;
}
#literacia12 .titulo h2 {
    color: #14664D;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
#literacia12 .card-accord-body {
    background-color: white;
}


#literacia13 {
    padding: 80px 0;
} 
#literacia13 .titulo h2 {
    color: #14664D;
    font-size: 32px;
    font-weight: bold; 
}
#literacia13 .card-accord-header {
    background-color: #F2F6F5;
}

#literacia13 h3{
	font-size: 26px;
	margin: 30px 0;
	color: #14664D;
	font-weight: bold;
}






#comercial2 {
    padding: 80px 0;
}



#comercial2 .conteudo {
    text-align: center;
    background-image: url('img/bg-comercial.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 30px 15px;
	width: 100%;
}
#comercial2 .conteudo a {
    color: #14664D;
    font-weight: bold;
}


#comercial3 {
    padding: 80px 0;
    background-color: #F2F6F5;
}

#comercial3 .titulo h2 {
    margin-bottom: 30px;
    font-weight: bold;
}


#comercial4 {
    padding: 80px 0; 
}

#comercial4 .titulo h2 {
    margin-bottom: 30px;
    font-weight: bold;
}



.nav-multimidia {
    width: 100%;
    position: absolute;
    top: 35%;
}
.nav-multimidia .next-multimidia {
    float: right;
}
.nav-multimidia .prev-multimidia {
    float: left;
    margin-left: -30px;
}



.nav-eventos {
    width: 100%;
    position: absolute;
    top: 35%;
}
.nav-eventos .next-eventos {
    float: right;
}
.nav-eventos .prev-eventos {
    float: left;
    margin-left: -30px;
}


#faq2 {
    padding: 80px 0;
}

#faq2 .card-accord-header{
    background-color: #F2F6F5;
}
#faq2 .filtro {
    margin-bottom: 30px;
}

#home4 .card-servico {
    margin-bottom: 0;
}
a {
    color: #5E6D67;
}
#sobre8 .card-accord-header button {
    background: transparent;
    font-size: 20px;
    border-bottom: 1px solid #14664D;
    padding-bottom: 20px;
    min-height: 75px;
    padding: 0 20px 0 0;
}
#sobre8 .card-accord-body{
    padding: 5px 20px 20px 20px;
}
section#sobre12 .conteudo-verde {
    margin: 37px 0;
    padding: 30px 20px;
    background-color: #14664D;
    border-radius: 15px;
    color: white;
    text-align: justify;
}
section#home3 .card-apoio .conteudo p:nth-child(3) {
    font-size: 13px;
}

section#home3 .card-apoio .conteudo li {
    margin-bottom: 2px;
}
#sobre3 {
    padding: 20px 0 80px 0;
}
.card-mercado {
    border-radius: 20px;
}
.card-mercado:hover {
    background-color: #14664D;
    color: white;
}
.card-mercado:hover img{
    filter: brightness(0) saturate(100%) invert(85%) sepia(99%) saturate(0%) hue-rotate(185deg) brightness(105%) contrast(100%);
}
section#sobre5 .card-accord-header:hover {
    background-color: #14664D;
}
section#sobre5 .card-accord-header:hover button{
    color: white;
}
section#sobre6 .card-accord-header:hover {
    background-color: #14664D;
}
section#sobre6 .card-accord-header:hover button{
    color: white;
}
section#sobre15 .card-accord-header:hover {
    background-color: #14664D;
}
section#sobre15 .card-accord-header:hover button{
    color: white;
}
section#governo3 .card-accord-header:hover {
    background-color: #14664D;
}
section#governo3 .card-accord-header:hover button{
    color: white;
}
section#mercado3 .card-accord-header:hover {
    background-color: #14664D;
}
section#mercado3 .card-accord-header:hover button{
    color: white;
}
section#normativo2 .card-accord-header:hover {
    background-color: #14664D;
}
section#normativo2 .card-accord-header:hover button{
    color: white;
}
section#normativo3 .card-accord-header:hover {
    background-color: #14664D;
}
section#normativo3 .card-accord-header:hover button{
    color: white;
}
section#normativo4 .card-accord-header:hover {
    background-color: #14664D;
}
section#normativo4 .card-accord-header:hover button{
    color: white;
}
section#normativo5 .card-accord-header:hover {
    background-color: #14664D;
}
section#normativo5 .card-accord-header:hover button{
    color: white;
}
section#normativo6 .card-accord-header:hover {
    background-color: #14664D;
}
section#normativo6 .card-accord-header:hover button{
    color: white;
}
section#normativo7 .card-accord-header:hover {
    background-color: #14664D;
}
section#normativo7 .card-accord-header:hover button{
    color: white;
}
body:not(.single) section#blog2 .card-post:hover .content-post {
    background-color: #14664D;
}
body:not(.single) section#blog2 .card-post:hover .post-date,
body:not(.single) section#blog2 .card-post:hover .post-author{
    color: white
}
body:not(.single) section#blog2 .card-post:hover .btn-default{
    background-color: white;
    color: #14664D;
}
body:not(.single) section#blog2 .card-post:hover,
body:not(.single) section#blog2 .card-post:hover *{
    color:  white;
}
section#blog2 .content-post h3{
    font-weight: bold;
}
body:not(.single) section#blog2 .card-post:hover .content-post img{
    filter: brightness(0) saturate(100%) invert(85%) sepia(99%) saturate(0%) hue-rotate(185deg) brightness(105%) contrast(100%);
}

#header-inner,
.botoes-header button,
.botoes-header button img,
.header-logo{
    transition: 250ms all;
}
body.scrolled #header-inner {
    padding: 10px 0;
}
body.scrolled .botoes-header button {
/*     font-size: 12px; */
}
body.scrolled .botoes-header button img {
/*     height: 20px; */
}
body.scrolled .header-logo {
    margin-top: 0;
}


.prev-apoio,
.prev-servicos{
    float: right;
}
.carousel-apoio .slick-slide {
    margin: 0 10px;
}

.card-investir {
    min-height: 170px;
}
.card-investir:hover{
    background: #14664D;
    color: white;
}
.card-investir:hover .numero,
.card-investir:hover a {
    color: white;
}

.header-logo{
    transition: 250ms all;
}
.logo-footer{
    transition: 250ms all;
    margin-bottom: 20px;
}
.logo-footer:hover,
.header-logo:hover{
    transform: scale(1.02);
}
.card-accord {
    margin-bottom: 20px;
}

.card-timeline .conteudo p{
    font-size: 18px;
	text-align: justify;
}
.card-timeline:last-child::before {
    display: none;
}
.conteudo-hoje p{
	font-size: 18px;
}
#sobre12 .imagens {
    margin-top: 10vw;
    padding-left: 4vw;
}

#governo2 .col-lg-6{
    display: flex;
    align-items: center;
    justify-content: center;
}
#governo2 .conteudo{
    text-align: justify;
}
.card-servico {
    padding: 10px 30px;
}
#servicos2 .card-servico .conteudo {
    text-align: justify;
}


.card-post{
    transition: 250ms all;
}
body:not(.single) .card-post:hover{
    transform: scale(1.02);
}

iframe {
    width: 100%;
    height: auto;
	aspect-ratio: 16 / 9;
	margin-bottom: 15px;
}
.post-single .card-post .post-title h3{
    font-size: 30px;
    line-height: 1.3;
    color: #14664d;
}
.post-single .card-post .post-excerpt h2{
    font-size: 26px;
    line-height: 1.3;
    color: #14664d;
    margin-top: 40px
}
.post-single .card-post .post-excerpt h3{
    font-size: 24px;
    line-height: 1.3;
    color: #14664d;
    margin-top: 40px
}
.post-single .card-post .post-excerpt h4{
    font-size: 22px;
    line-height: 1.3;
    color: #14664d;
    margin-top: 40px
}
.post-single .card-post .post-excerpt h5{
    font-size: 20px;
    line-height: 1.3;
    color: #14664d;
    margin-top: 40px
}
.post-single .card-post .post-excerpt h6{
    font-size: 18px;
    line-height: 1.3;
    color: #14664d;
    margin-top: 40px
}
.post-single .card-post .post-excerpt ol,ul{
    margin: 20px 0 20px 0;
}
.post-single .card-post .post-excerpt li{
    margin-bottom: 10px;
}
.politica-privacidade{
  padding: 100px 0;
}

.politica-privacidade h2{
    font-size: 28px;
    line-height: 1.3;
    color: #14664D;
    margin-top: 40px;
}
.politica-privacidade h3{
    font-size: 26px;
    line-height: 1.3;
    color: #14664D;
    margin-top: 40px;
}
.politica-privacidade h4{
    font-size: 24px;
    line-height: 1.3;
    color: #14664D;
    margin-top: 40px;
}
.politica-privacidade h5{
    font-size: 22px;
    line-height: 1.3;
    color: #14664D;
    margin-top: 40px;
}
.politica-privacidade h6{
    font-size: 20px;
    line-height: 1.3;
    color: #14664D;
    margin-top: 40px;
}
.politica-privacidade ol,ul{
    margin: 20px 0 20px 0;
}
.politica-privacidade li{
    margin-bottom: 10px;
	text-align: justify;
}


/* Estilos do modal */
.modal {
    display: none; /* Oculta o modal por padrão */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

#searchModal input{
    border-radius: 10px 0px 0px 10px
}

#searchModal button{
    border-radius: 0px 10px 10px 0px;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 500px;
    text-align: center;
}

#searchModal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0;
}

#searchModal .close:hover,
#searchModal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.grecaptcha-badge {
    visibility: hidden;
}

.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_vertical li.current:after {
	background-color: #14664d!important;
}

.cf7_mls_steps_item.active:hover::after {
	background-color: #14664d!important;
}
/*******************************************************
 * Textos Adição Justify
*******************************************************/
/* HOME */
.card-post .post-excerpt p{
	text-align: justify;
}

#home10 .conteudo p {
	text-align: justify;
}

/* Footer */
#footer .desc-footer p {
	text-align: justify;
}

/* A Resultado */
#sobre3 .conteudo p {
	text-align: justify;
}

#sobre5 .accordion p {
	text-align: justify;
}

#sobre6 .accordion p {
	text-align: justify;
}

#sobre7 .container p {
/* 	text-align: justify; */
}

#sobre8 .accordion p {
    text-align: justify;
}

#sobre13 .conteudo p {
	text-align: justify;
}

#sobre14 .bg-green p {
	text-align: justify;
}

#sobre15 .accordion p {
	text-align: justify;
}

/* Mercado */
#mercado3 .accordion p {
    text-align: justify;
}

/* Abra a Sua Conta */
#abrir-conta .conteudo p {
    text-align: justify;
}

/* Normativo, Políticas e Regulamentos – Internos */
#normativo2 .accordion p {
    text-align: justify;
}

#normativo3 .accordion p {
    text-align: justify;
}

#normativo4 .accordion p {
    text-align: justify;
}

#normativo5 .accordion p {
    text-align: justify;
}

#normativo6 .accordion p {
    text-align: justify;
}

#normativo7 .desc-final p{
    text-align: justify;
}

/* Noticias Blog */
#blog2 .card-post .content-post h2 {
	text-align: justify;
}

.sidebar-blog .recent-posts-widget-with-thumbnails span.rpwwt-post-title {
    text-align: justify;
}

/* Pagina interna post blog */
section#blog2 .content-post h3 {
    text-align: justify;
}

#blog2 .content-post p {
    text-align: justify;
}

/* Perguntas Frequentes */
#faq2 .accordion p {
    text-align: justify;
}

/* Literacia Financeira */
#literacia-page .conteudo p {
    text-align: justify;
}

#literacia3 .container p {
    text-align: justify;
}

#literacia4 .accordion p {
    text-align: justify;
}

#literacia5 .container p {
    text-align: justify;
}

#literacia6 .accordion p {
    text-align: justify;
}

#literacia7 .accordion p {
    text-align: justify;
}

#literacia8 .accordion li {
    text-align: justify;
}

#literacia9 .accordion p {
    text-align: justify;
}

#literacia10 .accordion p {
    text-align: justify;
}

#literacia11 .accordion p {
    text-align: justify;
}

#literacia12 .conteudo p {
    text-align: justify;
}

#literacia13 .container p {
    text-align: justify;
}

/* Politica de cookies */
#sobre-page .container p {
    text-align: justify;
}

/* Termos de utilização */
#page .container p {
    text-align: justify;
}




#page2 h2 {
    font-size: 28px;
    line-height: 38px;
    color: #33676D;
    margin-top: 50px;
}

#page2 p {
    font-size: 16px;
}

#page2 {
    padding: 100px 0;
}

/*******************************************************
 * AJUSTES
*******************************************************/
#home2 {
  width: 100%;
  overflow: hidden;
  background: #14664D;
  color: #fff;
  font-size: 16px;
  white-space: nowrap; 
  border: 1px solid #555;
  padding: 10px 0;
  position: relative;
}

/* #home2 .conteudo {
  display: inline-block;
  white-space: nowrap;
  animation: rolar 50s linear infinite;
}

@keyframes rolar {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
} */

.card-inst p {
    place-self: center;
}

.conteudo {
    overflow: clip;
	display: inline-block;
}

#home2 p {
	display: inline-block;
    animation: ticker;
    animation-duration:30s;
    animation-iteration-count:infinite;
    animation-timing-function: linear
}

@keyframes ticker {
    0%{
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        visibility: visible;  
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.m-none {
    margin: 0;
    padding: 0;
}

#blog2 li {
    text-align: justify;
	font-size: 16px;
}

#servico2 .imagem {
    margin-bottom: 30px;
    margin-top: 65px;
    text-align: center;
    border-radius: 2rem;
    overflow: clip;
    position: sticky;
    top: 15rem;
}

.d-lg-none {
	display: none!important;
}

#servico2 .col-lg-6:not(.d-block) {
	justify-content: flex-start;
    align-items: center;
}

.single-investimento #servico2 .col-lg-6:not(.d-block){
	justify-content: center;
}

.custom-max-width .conteudo {
	max-width: -webkit-fill-available;
}

/*=========== Ajustes forms ================= */

.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button{
    width: 100%;
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs{
    background: white;
    border-radius: 10px;
    padding: 20px !important;
    padding-bottom: 0;
}
.wpcf7-form .cf7mls_progress_bar ~ .fieldset-cf7mls-wrapper fieldset{
    margin-bottom: 0 !important;
    padding-bottom: 70px !important;
}

div[id^="wpcf7-f6774"] button.cf7mls_next {
    background-color: #14664d;
    color: #ffffff;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
    padding: 15px 0 !important;
}
.cf7mls-btns{
        overflow: hidden;
    width: 100%;
    justify-content: center;
    display: flex !important;
}
.cf7mls_back.action-button{
        width: auto !important;
    margin: 0 auto !important;
    border-radius: 10px;
    padding: 10px 40px !important;
    background-color: #8f8f8f !important;
}
.cf7mls_current_fs button{
    margin: 0 !important;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.nav-tabs .nav-item{
    width: 100%;
}

@media (min-width: 1025px) {
	.d-none-desktop {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.d-none-mobile {
		display: none !important;
	}
}


@media (min-width: 700px) {
	.d-none-desktop-exception {
		display: none!important;
	}
}
	
@media( max-width:  700px ) {
	.d-none-mobile-exception {
		display: none!important;
	}
}


.d-none-desktop .prev-apoio, .d-none-desktop .next-apoio {
	width: 120px;
    padding: 10px 10px;
}

.d-none-desktop .prev-servicos, .d-none-desktop .next-servicos {
	width: 120px;
    padding: 10px 10px;
}

.content-center {
	justify-content: center;
}

.m-top {
	margin-top: 25px;
}

.m-bottom {
	margin-bottom: 25px;
}

.post-title {
    color: #14664d;
    font-weight: bold;
    min-height: calc(1.5rem* 3);
    line-height: 1.5rem;
}

#comercial4 .slide img {
    place-self: center;
	border-radius: 10px;
}

.slider-eventos {
	margin-bottom: 25px;
	border-radius: 5px;
}

.slider-eventos-nav {
	border-radius: 5px;
}

.slider-eventos-nav .slick-slide .slide img {
    aspect-ratio: 1.5;
    object-fit: cover;
}

.slider-eventos .slick-slide .slide img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#comercial3 iframe {
    border-radius: 10px;
}

#accordion_faq h3 {
	font-size: 20px;
}


/*******************************************************
 * AJUSTES RESPONSIVOS
*******************************************************/



@media( max-width: 1600px ) {
    body {
    	font-size: 16px;
    }
    .container-fluid, .container{
        max-width: 1150px;
     }
	h2 {
		font-size: 36px;
	}
	h4 {
		font-size: 22px;
	}
    .card-apoio .conteudo { 
        height: 700px; 
    }
    .card-servico { 
        min-height: 610px;
    }
    #sobre9 .conteudo-hoje {
        width: 83%;
    }
    #sobre9 .imagem img {
        width: 83%;
    }
    button.btn-time {
        padding: 11px 11px;
        margin: 0 0 15px 0;
    }
    #sobre10 {
        padding: 80px 0 60px 0;
    }
    section#home3 .card-apoio .conteudo {
        height: 350px;
    }
    section#home4 .card-servico {
        min-height: 385px;
        font-size: 14px;
    }
    section#home5 .card-servico {
        min-height: 410px;
        font-size: 14px;
    }
    section#home8 .card-post .thumb-post {
        height: 280px;
    }
    .card-apoio .conteudo h3{
        font-size: 22px;
    }
    .card-apoio .botao button{
        padding: 10px 10px;
    }
    section#home3 .card-apoio .conteudo p{
        font-size: 16px;
    }
	.header-menu .container {
		max-width: 1410px;
	}
	.header-menu .gtranslate {
		padding: 9px 0;
	}
	#home2 p {
		font-size: 14px;
	}
	#home2 {
		font-size: 14px;
	}
	#header-inner {
		padding: 22px 0;
	}
	.card-inst h4~p, .carousel-valores p {
		font-size: 16px;
	}
	.card-inst {
		min-height: 450px;
		font-size: 18px;
	}
	#sobre8 .card-accord-header button {
		font-size: 18px;
	}
	.card-timeline .conteudo p {
		font-size: 16px;
	}
	.conteudo-hoje p {
		font-size: 16px;
	}
	.page-template-modelo-investimentos #servicos2 .card-servico {
		min-height: 365px;
	}
	#blog-page #blog2 .card-post .content-post h2 {
		font-size: 26px;
	}
	#blog2 .card-post .thumb-post {
		height: 340px;
	}
	.post-single .card-post .post-title h3 {
		font-size: 28px;
	}
	.post-single .card-post .post-excerpt h2 {
		font-size: 24px;
	}
	.post-single .card-post .post-excerpt h3 {
		font-size: 22px;
	}
	.post-single .card-post .post-excerpt h4 {
		font-size: 20px;
	}
	.post-single .card-post .post-excerpt h5 {
		font-size: 18px;
	}
	.post-single .card-post .post-excerpt h6 {
		font-size: 16px;
	}
	#comercial3 .container, #comercial4 .container {
		width: 980px;
	}
	
}



@media( max-width: 1440px ) {
    .container, .container-fluid{
        max-width: 1150px;
     }
    h2 {
        font-size: 32px;
    }
	h4 {
        font-size: 20px;
    }

    .card-flutuante-home .imagem {
        margin-right: 20px;
        max-width: 130px;
    }

    .card-flutuante-home .conteudo {
        max-width: 340px;
        padding: 10px 0;
        margin-top: 0;
        font-size: 14px;
    }
    .card-flutuante-home .conteudo h3 {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: bold;
    }

    .card-flutuante-home button {
        font-size: 13px;
        padding: 8px 20px;
    }
    section#home3 .card-apoio .conteudo p:nth-child(3) {
        font-size: 13px;
    }
    section#home3 .card-apoio .conteudo p {
        font-size: 18px;
    }
    
    section#home3 .card-apoio .conteudo li {
        margin-bottom: 2px;
    }
    section#home8 .card-post .post-comments img {
        padding: 0 0px 11px 20px;
    }
    section#mercado2 .card-mercado {
        padding: 20px;
    }
    section#servico3 .card-servico {
        min-height: 300px;
    }
	#home2 p {
		font-size: 12px;
	}
	#home2 {
		font-size: 12px;
	}
	.card-apoio .conteudo h3 {
        font-size: 18px;
    }
	section#home3 .card-apoio .conteudo p,
	section#home3 .card-apoio .conteudo li {
        font-size: 14px;
    }
	#home1 .slide .conteudo h2 {
		font-size: 48px;
	}
	#home1 .slide .conteudo, #home1 .slide .conteudo p {
		font-size: 20px;
		margin-bottom: 15px;
	}
	section#home3 .card-apoio .conteudo {
        height: 300px;
    }
	.card-servico .titulo h3 {
		font-size: 18px;
	}
	.card-servico .conteudo p {
		font-size: 14px;
	}
	section#home4 .card-servico {
        min-height: 300px;
    }
	section#home5 .card-servico {
        min-height: 325px;
    }
	p {
		font-size: 14px;
	}
	.copyright {
		padding-bottom: 10px;
	}
	.copyright p{
		font-size: 12px;
	}
	.card-inst h4 {
		font-size: 16px;
	}
	.card-inst h4~p, .carousel-valores p {
        font-size: 14px;
    }
	.card-timeline .conteudo p {
        font-size: 14px;
    }
	.conteudo-hoje p {
        font-size: 14px;
    }
	#sobre15 .card-accord-header button p {
		font-size: 26px;
	}
	#sobre10 .conteudo li {
		font-size: 14px;
	}
	#sobre11 .conteudo p {
		font-size: 14px;
	}
	#servicos2 .card-servico {
		min-height: 300px;
	}
	.page-template-modelo-investimentos #servicos2 .card-servico {
        min-height: 300px;
    }
	.card-accord .card-accord-header {
		font-size: 16px;
	}
	#blog2 li {
		font-size: 14px;
	}
	#blog-page #blog2 .card-post .content-post h2 {
		font-size: 24px;
	}
	.post-single .card-post .post-title h3{
    	font-size: 26px;
	}
	.politica-privacidade {
		padding: 50px 0 100px;
	}
	.politica-privacidade li {
		font-size: 14px;
	}
	.page-template-modelo-literacia-financeira li{
		font-size: 14px;
	}
	#footer ul li {
		font-size: 14px;
	}
	#footer h3 {
		font-size: 16px;
	}
	
	#comercial3 .container, #comercial4 .container {
		width: 960px;
	}

}

@media( max-width: 1366px ) {
    .container, .container-fluid{
        max-width: 1050px;
        margin:  0 auto;
     }
    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
        padding: 18px 15px;
    }
    #home2 .conteudo p{
        font-size: 11px;
    }
    #home1 .slide{
        padding: 130px 0;
        height: 70vh;
    }
	.card-flutuante-home {
		bottom: 7vh;
	}
	#footer .apps-footer {
		margin-top: 25px;
		margin-bottom: 15px;
	}
	#footer .apps-footer img {
		margin-bottom: 10px;
	}
	h4 {
        font-size: 18px;
    }
	#sobre8 .accordion p {
		min-height: 180px;
	}
	#blog2 .card-post .thumb-post {
        height: 280px;
    }
	
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		font-size: 14px;
	}
	
	#comercial3 .container, #comercial4 .container {
		width: 920px;
	}
	#accordion_faq h3 {
		font-size: 18px;
	}
	
}



@media( max-width: 1280px ) {
    .container{
        max-width: 1000px;
     }
	#home1 .slide .conteudo, #home1 .slide .conteudo p {
        font-size: 18px;
    }
	#home1 .slide {
        height: 75vh;
    }
	.card-apoio .conteudo h3 {
        font-size: 16px;
    }
	section#home3 .card-apoio .conteudo {
        height: 335px;
    }
	.card-apoio .imagem {
		height: 165px;
	}
	.card-servico .titulo h3 {
        font-size: 16px;
    }
	section#home4 .card-servico {
        min-height: 330px;
    }
	section#home5 .card-servico {
        min-height: 345px;
    }
	h2 {
        font-size: 28px;
    }
	.page-template-modelo-investimentos #servicos2 .card-servico {
        min-height: 335px;
    }
	#blog-page #blog2 .card-post .content-post h2 {
		font-size: 22px;
	}
	.post-single .card-post .post-title h3 {
        font-size: 24px;
    }
	.post-single .card-post .post-excerpt h2{
		font-size: 22px;
	}
	.post-single .card-post .post-excerpt h3{
		font-size: 20px;
	}
	.post-single .card-post .post-excerpt h4{
		font-size: 18px;
	}
	.post-single .card-post .post-excerpt h5{
		font-size: 16px;
	}
	.post-single .card-post .post-excerpt h6{
		font-size: 14px;
	}
	.politica-privacidade h2 {
		font-size: 24px;
	}
   	.politica-privacidade h3 {
		font-size: 22px;
	}
	.politica-privacidade h4 {
		font-size: 20px;
	}
	.politica-privacidade h5 {
		font-size: 18px;
	}
	.politica-privacidade h6 {
		font-size: 16px;
	}
	#literacia3 .titulo h2,
	#literacia4 .titulo h2,
	#literacia5 .titulo h2,
	#literacia6 .conteudo h2,
	#literacia7 .titulo h2,
	#literacia8 .conteudo h2,
	#literacia9 .conteudo h2,
	#literacia10 .titulo h2,
	#literacia11 .titulo h2,
	#literacia12 .titulo h2{
		font-size: 28px;
	}
}


@media( max-width: 1024px ) {
    .container, .container-fluid{
        max-width: 95%;
    }
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 12px;
        padding: 18px 8px;
    }
	
	.m-none {
		margin: 0;
		padding: 0px 20px;
	}
	.barra {
        display: none !important;
    }
	#home1 .slide {
        height: 70vh;
    }
	#home1 .slide .conteudo, #home1 .slide .botao {
		padding-left: 50px;
	}
	.card-flutuante-home {
        bottom: 9vh;
    }
	section#home3 .card-apoio .conteudo p, section#home3 .card-apoio .conteudo li {
        font-size: 12px;
    }
	.card-apoio .conteudo h3 {
        font-size: 14px;
    }
	section#home3 .card-apoio .conteudo {
        height: 275px;
    }
	.card-servico .titulo h3 {
        font-size: 14px;
    }
    .card-servico .conteudo p {
        font-size: 12px;
    }
	section#home4 .card-servico {
        min-height: 300px;
    }
	section#home5 .card-servico {
        min-height: 315px;
    }
	#sobre8 .accordion p {
        min-height: 200px;
    }
	#sobre8 .card-accord-header button {
        font-size: 16px;
    }
	#sobre15 .card-accord-header button p {
        font-size: 22px;
    }
	#servicos2 .card-servico {
        min-height: 275px;
    }
	section#servico3 .card-servico {
        min-height: 275px;
    }
	.page-template-modelo-investimentos #servicos2 .card-servico {
        min-height: 300px;
    }
	.card-accord-header button {
		min-height: 65px;
	}
	
	#comercial3 .container, #comercial4 .container {
		width: 900px;
	}

} 


@media( max-width:  991px ) {
    
    .menu-home {
        padding-left: 15px !important;
    }

    .botoes-header {
        position: absolute;
        right: 15px;
        top: -50px;
    }
    .botoes-header span {
        color: white;
        text-align: center;
        margin-top: 3px;
        display: block;
    }
    .botoes-header img {
        display: block;
        margin: 0 auto;
    }
    #header-inner { 
        padding: 10px 0;
    }

    #home1 .slide .conteudo h2 {
        font-size: 42px; 
    }

    #home1 .slide .conteudo {
        font-size: 20px;
        margin-bottom: 30px;
    }

	

    .btn { 
        padding: 10px 25px;  
        font-size: 14px; 
        border-radius: 8px;
    }



    #home3 .botao {
        text-align: right;
        margin-bottom: 20px;
    }
    #home3 .titulo { 
        margin-bottom: 10px;
        text-align: left;
    }


    #home4 .botao {
        text-align: right;
        margin-bottom: 20px;
    }
    #home4 .titulo { 
        margin-bottom: 10px;
        text-align: left;
    }


    #home1 .slide { 
        padding: 120px 0;
    }


    #sobre2 .imagem { 
        margin-top: 0; 
    }

    #sobre11 .conteudo {
        margin-top: 30px;
        padding: 0 15px;
    }

    #sobre12 .imagem img {
        width: 100%;
        height: auto;
    }
    #sobre12 .imagem {
        display: block;
        margin-bottom: 3px;
    }

    #servicos2 .card-servico {
        min-height: auto;
        padding-bottom: 30px;
    }

    .card-servico {
        min-height: auto;
        padding-bottom: 30px;
    }
    .header-menu .gtranslate {
		/*display: none; */
		margin-top: -2.5rem;
		margin-right: 35rem;
    }
	/*Se tirar, vai ficar abaixo do gtranslate*/
	.mega-toggle-blocks-right {
		z-index: 1;
	}
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
        padding: 18px 18px;
    }
	#home2 {
        font-size: 14px;
        text-align: center;
    }
	#home2 .conteudo p {
        font-size: 14px;
    }
	.card-flutuante-home {
		bottom: 20vh;
	}
	#home1 .slide .conteudo p br{
		display: none;
	}
	#servico2 .imagem img {
		max-width: 100%;
		max-height: 100%;
	}
	#home1 .slide .conteudo h3 br{
		display: none;
	}
	.card-apoio .conteudo h3 {
        font-size: 16px;
    }
	section#home3 .card-apoio .conteudo p, section#home3 .card-apoio .conteudo li {
        font-size: 14px;
    }
	.card-servico .titulo h3 {
        font-size: 16px;
    }
	.card-servico .conteudo p {
        font-size: 14px;
    }
	section#home5 .card-servico {
        min-height: 330px;
    }
	#home6 .col-lg-12 .d-none {
		display: initial !important;
	}
	#sobre7 .row {
		gap: 20px;
	}
	.card-inst {
        min-height: 300px;
    }
	#sobre8 .accordion p {
        min-height: auto;
    }
	#sobre9 .imagem img {
        display: none;
    }
	#sobre9 .conteudo-hoje {
        width: 100%;
        border-radius: 10px;
    }
	#mercado1 select {
		margin-bottom: 5px;
	}
	.page-template-modelo-mercado .card-mercado a {
        display: flex;
        flex-direction: row;
        justify-content: center;
	}
	.page-template-modelo-investimentos #servicos2 .card-servico {
        min-height: auto;
    }
	section#servico3 .card-servico {
        min-height: auto;
    }
	#sub-header {
		background-position: 65%;
	}
	#newsletter2 input[type="submit"], 
	#contato2 input[type=submit],
	#imprensa2 input[type=submit]{
		height: 60px;
	}
	.card-accord-header button {
		min-height: auto;
	}
	
	#sobre2 .imagem {
		position: relative;
		top: unset;
	}
	
	#sobre12 .imagens {
		margin-top: 10vw;
		padding-left: 0vw;
		width: 70%;
		justify-self: center;
	}
	
	#servico2 .imagem {
		margin-bottom: 0px;
		margin-top: 0px;
		width: 70%;
	}
	
	.d-none-ajustment {
		display: none!important;
	}
	
	#comercial2 .conteudo {
		background-image: url('img/bg-comercial-mobile.png');
	}
	
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
		line-height: 15px;
	}
	#accordion_faq h3 {
		font-size: 16px;
	}
}

@media( max-width:  767px ) {

    .card-flutuante-home {
        display: none;
    }
	.slick-arrow {
        display: none !important;
    }
	#home6 .col-lg-12 .d-none {
		display: none !important;
	}
	#home6 .col-lg-12 .d-lg-none {
		display: inherit !important;
	}
	#sub-header {
		background-position: center;
	}
} 

@media( max-width:  575px ) {

    #home1 .slide .conteudo h2 {
        font-size: 30px;
    }
	#home1 .slide .conteudo h2 br{
		display: none;
	}
	#home1 .slide .conteudo h3 {
        font-size: 28px;
		line-height: 1.2;
    }
	#home1 .slide .conteudo h3 br {
        display: none;
    }
	#home1 .slide .conteudo p {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#home1 .slide .conteudo p br {
		display: none;
	}
	#home1 .slide .btn,
	#home1 .slide .btn.btn-white{
		font-size: 16px;
	}         
    section#home3 .card-apoio .conteudo p {
        font-size: 14px;
    }
    section#home3 .card-apoio .conteudo {
        height: 300px;
    }
    .container, .container-fluid{
        width: 100%;
        padding: 0 20px;
    }
    section#sobre12 .conteudo-verde {
        margin: 1px;
    }
    section#governo1 .conteudo {
        display: flex;
        justify-content: center;
    }
    section#mercado2 .card-mercado {
        padding: 40px 50px;
    }
    section#livro2 .conteudo h2 {
        font-size: 23px;
    }
    section#contato2 ul#Tab {
		align-items: center;
        width: 100%;
        margin: 0 0 10px 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
	#contato2 .nav-tabs .nav-link {
		border-radius: 5px;
	}
    section#contato2 .nav-tabs .nav-item {
        margin-bottom: 2px;
    }
    section#contato2 input[type="submit"] {
        height: 60px;
    }
    section#blog2 .paginacao .wp-pagenavi {
        margin-bottom: 30px;
    }
	.p-none {
		padding: 0px;
	}
	#home1 .slide .conteudo, #home1 .slide .botao {
        padding-left: 0px;
    }
	#home3 .botao {
    	display: none;
    }
	#home3 .card-apoio .botao{
		display: inherit;
	}
	#home3 .titulo {
        margin-bottom: 50px;
    }
	.card-apoio .conteudo h3 {
        font-size: 18px;
    }
	#home4 .botao {
		display: none;
    }
	#home4 .titulo {
        margin-bottom: 50px;
    }
	.card-servico .titulo h3 {
        font-size: 18px;
    }
	#home1 .slide {
        height: 80vh;
    }
	.card-flutuante-home {
        bottom: 9vh;
    }
	.card-flutuante-home {
		width: 95%;
	}
	.card-flutuante-home .conteudo h3 {
        font-size: 18px;
    }
	.card-flutuante-home .imagem {
        margin-right: 15px;
        max-width: 100%;
    }
	.card-flutuante-home .imagem img{
		height: 100%;
	}
	#home10 .dados {
		padding: 30px 30px;
	}
	#sobre2 .conteudo h2,
	#sobre3 .conteudo h2 {
		text-align: center;
	}
	#sobre3 .conteudo {
		padding: 40px 20px;
	}
	#sobre5 {
		background: #F2F6F5;
		padding: 80px 0 0;
	}
	#sobre7 .slick-arrow {
        display: initial !important;
    }
	#sobre14 .cores .titulo-cor {
		width: 75%;
	}
	#blog-page #blog2 .card-post .content-post h2 {
        font-size: 18px;
    }
	.card-post .content-post {
		padding: 15px 0px;
	}
	.page-template-modelo-canal-denuncia #candidate2 .formulario {
		padding: 20px 0;
	}
	.page-template-modelo-canal-denuncia .bg-green {
		padding: 30px 15px;
	}
	#literacia3 .titulo h2, 
	#literacia4 .titulo h2, 
	#literacia5 .titulo h2, 
	#literacia6 .conteudo h2, 
	#literacia7 .titulo h2, 
	#literacia8 .conteudo h2, 
	#literacia9 .conteudo h2, 
	#literacia10 .titulo h2, 
	#literacia11 .titulo h2, 
	#literacia12 .titulo h2 {
        font-size: 24px;
    }
	#literacia10 {
		padding: 80px 0 0;
	}
	
	#sobre12 .imagens {
		width: unset; 
	}
	
	#servico2 .imagem {
		width: 100%;
	}
	
	#blog2 .form-inline {
		align-items: unset;
	}
	
	#faq-page .filtro .col-2, #faq-page .filtro .col-10 { 
		padding-right: 5px;
		padding-left: 5px;
	}
	
	#glossario-page .filtro .col-2, #glossario-page .filtro .col-10 { 
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.card-literacia-mob img {
		width: 60%;
	}
	
	.card-literacia-mob {
		text-align: center;
	}
	#comercial2 .conteudo span {
		font-size: 18px;
	}
	
	.slick-arrow {
		display: block !important;
	}
	
	.nav-eventos {
		width: 10%;
		position: absolute;
		position-area: center;
		top: 112%;
		left: 10%;
	}

	.nav-multimidia {
		width: 10%;
		position: absolute;
		position-area: center;
		top: 112%;
		left: 10%;
	}
	
	.d-none-desktop .prev-apoio, .d-none-desktop .next-apoio {
		width: 50px;
		padding: 10px 10px;
		text-align-last: center;
	}
	
	.d-none-desktop .prev-servicos, .d-none-desktop .next-servicos {
		width: 50px;
		padding: 10px 10px;
		text-align-last: center;
	}
}



@media( max-width:  430px ) {
	.header-menu .gtranslate {
		margin-right: 13rem;
    }
	.card-flutuante-home .conteudo h3 {
        font-size: 16px;
    }
	h2 {
        font-size: 28px;
    }
	#home9 .card-parceiro {
		padding: 50px 20px;
	}
	#home9 .card-parceiro h2 {
		font-size: 26px;
	}
}

@media( max-width:  390px ) {
	.header-menu .gtranslate {
		margin-right: 11rem;
    }
	#home1 .slide .conteudo h2 {
        font-size: 28px;
    }
	#home1 .slide .conteudo h3 {
        font-size: 24px;
    }
	#home1 .slide .conteudo p {
        font-size: 16px;
    }
	#home1 .slide .btn, #home1 .slide .btn.btn-white {
        font-size: 14px;
    }
	
}


@media( max-width:  360px ) {
    section#governo2 .conteudo {
        margin-top: 15px;
    }
    section#newsletter2 input[type="submit"] {
        height: 100px;
    }
    section#blog2 .paginacao .wp-pagenavi {
        margin-bottom: 30px;
    }
    iframe {
        width: 100%;
        height: 163px;
    }
	.header-menu .gtranslate {
		margin-right: 9rem;
	}
	#home1 .slide {
        padding: 50px 0;
    }
	#home1 .slide {
        height: 72vh;
    }
	.card-flutuante-home{
		display: none !important;
	}
	#home1 .slide .conteudo p {
        font-size: 14px;
    }
	#home1 .slide .conteudo p {
        font-size: 14px;
    }
	section#home4 .card-servico {
        min-height: 325px;
    }
	section#home5 .card-servico {
        min-height: 350px;
    }
	#blog-page #blog2 .card-post .content-post h2 {
        font-size: 16px;
    }
	.post-single .card-post .post-title h3 {
        font-size: 18px;
    }
	.post-single .card-post .post-excerpt h2 {
        font-size: 18px;
    }
	.post-single .card-post .post-excerpt h3 {
        font-size: 16px;
    }
	.post-single .card-post .post-excerpt h4 {
        font-size: 14px;
    }
	.post-single .card-post .post-excerpt h5 {
        font-size: 14px;
    }
	.post-single .card-post .post-excerpt h6 {
        font-size: 14px;
    }
	.post-share {
		font-size: 14px;
	}
}


@media( max-width:  330px ) {
    section#sobre7 .card-inst {
        margin: 18px 0 0 0;
    }
    section#newsletter2 input[type="submit"] {
        height: 60px;
    }
    section#contato2 ul#Tab {
        margin: 10px 25px;
    }
    iframe {
        width: 100%;
        height: 141px;
    }
	.header-menu .gtranslate {
        margin-right: 6rem;
    }
	.page-template-modelo-sobre .bg-green {
		padding: 30px 15px;
	}
	.titulo-cor p{
		font-size: 12px;
	}

}

