html, body {
    max-width: 100%;
   // overflow-x: hidden;
    background: #F7F7F7;
   //  overflow-y: hidden; /* remove scroll vertical */
  height: 100%;
}
wc_imobi_nav.content{
    width: 80%;
    padding: 40px 0;
}

.wc_slides{
    width: 100%;
}

.wc_slide_item_desc{
    top: 40% !important;
    text-align: center;
    font-size: 1.2em;
}




/* --- Carta Fiança – estilo do bloco de consulta --- */
.cf-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  padding: 32px;
  //padding-bottom: 15%;
}

/* Logo centralizado e responsivo */
.cf-logo {
  display: block;
  margin: 0 auto 24px auto;        /* centraliza e dá espaço abaixo */
  width: min(42vw, 320px);         /* aumenta; limita para não estourar */
  height: auto;
}

/* opcional: em telas muito largas, pode ficar um pouco maior */
@media (min-width: 1400px){
  .cf-logo { width: 260px; }
}


.cf-title {
  font-size: clamp(20px, 2.6vw, 20px);
  font-weight: 800;
  color: #0b3b2e;              /* tom escuro do verde */
  margin: 0 0 12px 0;
  text-align: center;
}

.cf-sub {
  font-size: 16px;
  color: #3b3b3b;
  line-height: 1.6;
  margin-bottom: 22px;
}

.cf-help {
  font-size: 14px;
  color: #6a6a6a;
  margin-top: 30px;
}

.cf-input {
  height: 56px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 0 16px;
  width: 100%;
  outline: none;
  transition: box-shadow .2s, border-color .2s;
 flex: 0 0 auto !important;  /* impede de esticar verticalmente */
  resize: none;          /* impede resize em alguns navegadores */
  box-sizing: border-box;
}





.cf-input:focus {
  border-color: #0ea571;
  box-shadow: 0 0 0 4px rgba(14,165,113,.15);
}

.cf-btn {
  height: 56px;
  border-radius: 12px;
  border: 0;
  padding: 0 22px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #16a34a;        /* verde do botão */
  color: #fff;
  transition: filter .15s, transform .02s;
}

.cf-btn:hover { filter: brightness(1.03); }
.cf-btn:active { transform: translateY(1px); }

.cf-card {
  background: linear-gradient(120deg, rgba(14,165,113,.08), rgba(14,165,113,.02));
  border-radius: 20px;
  padding: clamp(18px, 2vw, 28px);
}



/* ===========================
   RESPONSIVIDADE DOS CARDS
   (formulário à esquerda e resultado à direita)
=========================== */

/* Base: desktop/laptop – já está 50/50 usando flex  */
.cf-row-equal{
  display:flex;
  flex-wrap:wrap;
  gap:32px;                /* espaçamento entre cards */
  align-items:stretch;
}
.cf-col{
  flex:1 1 0;              /* divide igualmente */
  display:flex;
  min-width: 320px;        /* evita ficar fino demais */
}

/* Ajustes progressivos */
@media (max-width: 1200px){
  .cf-title{ font-size: clamp(24px, 2.2vw, 30px); }
  .cf-res-clean .cf-res-title{ font-size: 20px; }
  .cf-box, .cf-res-clean{ padding: 24px; }
}

/* Tablets (≤ 992px): ainda lado a lado se couber, fontes e paddings menores */
@media (max-width: 992px){
  .cf-row-equal{ gap:24px; }
  .cf-box, .cf-res-clean{ padding: 22px; }
  .cf-input{ height: 52px; }
  .cf-btn{ height: 52px; }
  .cf-logo{ width: min(54vw, 300px); }
}

/* Mobile grande (≤ 768px): EMPILHA (100% de largura), input e botão em coluna */
@media (max-width: 768px){
  .cf-col{ flex: 1 1 100%; }     /* ocupa a linha toda */
  .cf-card, .cf-res-clean{
    height:auto;                 /* libera a altura igual */
  }

  /* form: input e botão viram coluna */
  .cf-box form .form-group{
    flex-direction: column;
    gap: 10px !important;
  }
  .cf-btn{
    width: 100%;
    justify-content: center;
  }

  /* tipografia e respiros */
  .cf-title{ font-size: 24px; }
  .cf-sub{ font-size: 15px; }
  .cf-help{ font-size: 13px; }
  .cf-res-clean .cf-res-title{ font-size: 19px; }
  .cf-box, .cf-res-clean{ padding: 20px; }

   .cf-box form .form-group{
    flex-direction: column;
    gap: 10px !important;
  }
  .cf-input{
    width: 100%;
    height: 52px;   /* altura padrão de input */
    flex: none;     /* não cresce além do necessário */
  }
  .cf-btn{
    width: 100%;
    justify-content: center;
  }
  
  /* logo central, um pouco menor */
  .cf-logo{ width: min(64vw, 260px); margin-bottom: 18px; }
}

/* Mobile pequeno (≤ 576px): compacta mais */
@media (max-width: 576px){
  .cf-row-equal{ gap:16px; }
  .cf-box, .cf-res-clean{ padding: 18px; border-radius: 14px; }
  .cf-card{ padding: 16px; border-radius: 16px; }
  .cf-input{ height: 50px; font-size: 16px; } /* evita zoom no iOS */
  .cf-btn{ height: 50px; font-size: 16px; }
  .cf-alert{ padding: 12px 14px; }
  .cf-alert-icon{ width: 24px; height: 24px; }
}

/* Toques finais para o alerta ocupar bem no mobile */
.cf-res-clean .cf-alert{
  width:100%;
  box-sizing:border-box;
}


/* =====================
   LAYOUT: duas colunas iguais
===================== */
.cf-row-equal {
  display: flex;
  flex-wrap: wrap;          /* empilha em telas menores */
  gap: 32px;                /* espaço entre os boxes */
}

.cf-col {
  flex: 1 1 0;              /* divide igualmente */
  display: flex;
}

.cf-card,
.cf-res-clean {
  width: 100%;
  height: 100%;             /* mesma altura */
  display: flex;
  flex-direction: column;
}


/* --- estilo clean do resultado --- */
.cf-res-clean {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,.05);
  padding: 32px;
   margin-bottom: 0px;
}

.cf-res-clean .cf-res-title {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937; /* cinza escuro */
  margin-bottom: 20px;
}

.cf-res-clean .cf-meta p {
  margin: 8px 0;
  font-size: 15px;
  color: #374151;
}
.cf-res-clean .cf-meta b { color: #111827; }

/* botão clean */
.cf-res-clean .cf-download {
  background: #f3f4f6;
  color: #111827;
  border-radius: 10px;
  padding: 10px 18px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:600;
  text-decoration:none;
  transition: background .2s;
 
}
.cf-res-clean .cf-download:hover {
  background: #e5e7eb;
}



/* Alerta suave (lado direito quando não encontra) */
.cf-alert {
  background: #fff8e1;                 /* amarelo bem claro */
  border: 1px solid #fde68a;           /* borda suave */
  color: #92400e;                      /* texto âmbar escuro */
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cf-alert-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f59e0b;                 /* amarelo */
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 0 rgba(0,0,0,.05);
}

.cf-alert strong { display:block; font-weight: 700; margin-bottom: 2px; color:#78350f; }
.cf-alert small  { color:#92400e; }

/* espaçamento auxiliar */
.cf-mt-16 { margin-top: 16px; }


.page-center {
  min-height: 100vh;                 /* ocupa altura total */
  display: flex;
  align-items: center;               /* centraliza na vertical */
  justify-content: center;           /* centraliza na horizontal */
  padding: 20px;                     /* respiro em telas menores */
}

/*PÁGINA WEB CONSULTA BONK FOR YOU*/



.box-consulta-bank{
    background: rgba(245,245,245,1); 
    margin: 0 auto;
    padding: 0px;
    text-align: center ;
}

.box-consulta-bank-form {
    margin: 0 auto; 
    padding: 0px;
    text-align: center ;
}

.box-consulta-bank h2{
    margin: 0 auto !important;; 
    padding: 0px !important;

    text-align: center ;
}
.box-consulta-bank-form button{

    background: gray!important;
    float: center;
}

.box-consulta-bank-form input{
    margin-top: 20px!important;;
    width: 280px;
}
/*--------------------------------*/


.frase{

    background: #581D22!important;
    margin: 0 auto;
    padding: 30px;
}


//SECAO SOBRE NOS

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}
/* Seção: Sobre Nós */
.sobre-nos {
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sobre-nos img {
    max-width: 500px;
    height: auto;
    border-radius: 8px;
}

.sobre-nos-texto {
    flex: 1;
    font-size: 1em;
    line-height: 1;
}

.sobre-nos h2 b{
    text-align: center; 
    text-transform: initial;
    color: #000;
    font-size: 1.2em;

}

.sobre-nos h2 span{

    color: #007352;

}

.sobre-nos p{
    text-align: justify; 
    font-size: 1.2em;
    padding: 20px 0 0 60px;
    color: #000;

}
.sobre-nos img{
    padding-top: 150px;
}


/* Seção: Onde Estamos */
.onde-estamos {
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    gap: 10px;

}

.onde-estamos h2 b{
    text-align: center; 
    text-transform: initial;
    color: #000;
    font-size: 1.2em;

}
.onde-estamos h2 span{

    color: #007352;

}
.onde-estamos p {
    flex: 1;
    font-size: 1.4em;
    line-height: 1.6;
    color: #000;
}

.onde-estamos img {
    max-width: 400px;
    height: auto;
    border-radius: 8px;
}
.contato{
    padding: 0px;
}


#historia{
    background-color: #f5f2f0!important;
}

.titulos{
    margin: 0 auto;
}
.titulos h2{
    color: #253745;
    text-transform: initial;
    margin: 0 auto;
    padding-bottom: 70px;
}

.titulos-responsa h2{
    color: #fff;
    text-transform: initial;
    margin: 0 auto;
    padding-bottom: 70px;

}

.social{
    text-align: center;
    margin: 0 auto;
}

.social col-lg-6{
    text-align: center;
    margin: 0 auto;  
}
.social p{
    margin-top: 20%;

}

.social img{
    margin-top: 10%;
}

.social a{
    padding-right: 10px;
}

.post_list{
    margin-right: 20%; 
    border-top: 8px solid #581D22; 
    height: 100%;
    width: 90%; 


}

.post_list_content h3{
    text-transform: initial;
    padding-top: 20px;
    padding-bottom: 20px;

}


.post_list_content a{
    text-decoration: none;
    color: #253745;
    text-align: center;

}


.post_list_content p{
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 1em;
    color: #333;

}
.post_list_content a:hover{
    color: #253745;
}


.box_cartas{
    margin: 0 auto; 
    width: 100%; 
    position: relative;
    top:0;
    bottom: 0;
    left: 5%;
    right: 0;
}
.box_cartas h4{
    text-transform: initial;
    font-size: 1.6em;
    padding: 50px 40px 20px 40px;
}
.box_cartas p{
    font-size: 1.2em;
    text-align: justify;
    padding: 20px 40px 20px 40px;

}

.box_cartas img{
    width: 95%;
    margin-left: 20px;
    margin-top: 10px;
}

.box_cartas1 img{
    margin-left: 20px;
    margin-top: 10px;
}

.box_cartas2 img{
    margin-left: 20px;
    margin-top: 60px;
}

.box_cartas2 {
    margin-left: 20px;
    margin-top: 80px;
}

.box_cartas3 {
    margin-left: 20px;
    margin-top: 80px;
}

.box_cartas3 img{
    margin-left: 20px;
    margin-top: 60px;
}
.frase h1{
    color: #ffffff;
    text-align: center;
    text-transform: initial;
    margin: 0 auto;
}


.banner-paginas-internas img{
    margin-top: 8%;

}




.faixa{
    padding: 20px;
    background: #E0E0E0;

}
.faixa span{
    font-size: 1.8em;
    font-weight: bold;


}

.faixa p{
    font-size: 1.4em;

}

.faixa .col-lg-2 i{
    padding-left: 10px;
    font-size: 4em;
}



.faixa2{
    padding: 20px;
    background: #E0E0E0;
    color: #fff;


}

.faixa2 h1{
    margin-top: 30px;
}
.faixa2 .container .row{
    width: 120%;
    margin-top: 5%;
}
.faixa2 span{
    font-size: 1.4em;
    font-weight: 100;
    margin-top: 200px;


}

.faixa2 p{
    font-size: 1.4em;
    font-weight: 100;
    margin-bottom: 50px;


}

.faixa2 .col-lg-2 i{
    padding-left: 10px;
    font-size: 3.5em;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
    padding: 60px 100px 0 100px;
}

.why-us .content h3 {
    font-weight: 400;
    //font-size: 34px;
    color: #343a40;

    font-size: 2.1em;
}

.why-us .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.why-us .content p {
    font-size: 1.1em!important;
    color: #393834;
    //font-weight: 600;
}

.why-us .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.why-us .accordion-list {
    padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
    padding: 0;
    list-style: none;
}

.why-us .accordion-list li + li {
    margin-top: 15px;
}

.why-us .accordion-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

.why-us .accordion-list a {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
}

.why-us .accordion-list span {
    color: #149ba5;
    font-weight: 600;
    font-size: 20px;
    padding-right: 10px;
}

.why-us .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.why-us .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
    font-size: 18px;
}

.why-us .accordion-list h2 {
    font-size: 2.5em;
}
.why-us .accordion-list .icon-show {
    display: none;
}

.why-us .accordion-list a.collapsed {
    color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
    color: #777777;
}

.why-us .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
    display: none;
}

/*---------------------------------------*/




.main_header{
    background: #007352;
    padding-bottom: 20px;
    box-shadow: 2px 2px 10px #999;
    height: 130px;

}

.main_header .content nav ul li{
    margin: 10px 5px 0px 10px;
    font-size: 1.2em;

    color: #fff!important;

}

.main_header .content nav ul {
    margin-left: 40px;


}

.main_header .content{
    padding: 25px 0 0px 0;
}

.sobrenos{
    background: #F7F7F7;
    margin: 0 auto;
    text-align: center;

}
.sobrenos h4{
    margin-top: 10%;
    margin-bottom: 15%;
    text-transform: initial;
    text-align: center;
}

.sobrenos img{
    padding-top: 20px;
    margin: 0 auto;

}

.equipe{
    text-align: center;  

}

.equipe header img{
    width: 20%;
    margin-bottom: 5%;
}

.equipe .equipe_cabecalho p{
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 1.2em;
    color: #581D22;
    font-weight: bold;
}

.artigo_blog a{
    font-family: 'Work Sans';
    text-transform: uppercase;

    color: #09202B;
    font-weight: 500;
    text-align: left!important;

}

.artigo_blog .content span{
    font-family: 'Work Sans';
    text-transform: uppercase;

    color: #09202B;
    font-weight: 500;

}

.post_content {
    margin: 0 auto; 
    padding: 0px;
    width: 65%;
    float: left;
}


.post_content h1{
    color: #333;
    margin:40px 0 40px 0;
}

.post_content p{
    color: #333;
    padding: 0px;
    font-size: 1.2em;
    margin:40px 0 40px 0;
}

.wc_blog_content{
    background: #eee;
}


.titulos2 h4{
    text-transform: initial; 
    line-height: 25px;
}

.titulos2 h2{
    margin-top: -40px;
    margin-bottom: 20px;
    padding: 0px;
}

.titulos2 p{
    text-align: justify;
}
.main_blog{
    display: inline-block;
    width: 68%;
    vertical-align: top;
    margin-top: 5%;
    margin-left: 20px;
}



.main_blog .post_list{
    margin: 0;
    background: #fff;
    margin-bottom: 5%;
}

.main_blog .post_list .post_list_thumb{
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding-right: 10px;

}


.main_blog .post_list_content{
    display: inline-block;
    width: 60%;
    padding: 5px;
    word-wrap: break-word;
}

.main_blog .post_list_content h1{
    font-size: 1.2em;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;

}

.main_blog .post_list_content h1 a{
    text-decoration: none;
    color: #581D22;
    padding: 10px;
    line-height: 25px;
}

.main_blog .post_list_content h1 a:hover{
    text-decoration: underline;
}

.main_blog .post_list_content p{
    font-size: 0.9em;
    margin: 10px 0 20px 0;
    padding: 20px;
}

.main_blog .post_list_content .link{
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    background: #888;
    text-transform: uppercase;
}

.main_blog .post_list_content .link:hover{
    background: #00896F;
    transition-duration: 0.3s;
}

.single_post_more .post_list h1{
    font-size: 1em;
    margin: 20px 0 0 0;
}

.single_post_more .post_list a{
    color: #00896F;
    text-decoration: none;
    font-weight: 300;
}

.single_post_more .post_list a:hover{
    text-decoration: underline;
}

.single_post_more .post_list .link,
.single_post_more .post_list p{
    display: none;
}

.main_sidebar{
    display: inline-block;
    width: 30%;
    padding-left: 30px;
    vertical-align: top;
    margin-top: 5%;

}

.sidebar_search{
    background: #fff;
}

.sidebar_widget{
    margin-bottom: 30px;
}

.sidebar_search input{
    display: inline-block;
    width: 75%;
    border: none;
    padding: 10px;
    vertical-align: top;
    margin: 0;
}

.sidebar_search button{
    display: inline-block;
    padding: 8px;
    width: 25%;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    vertical-align: top;
    margin: 0;
}

.sidebar_social{
    padding: 30px;
    background: #fff;
    text-align: center;
}

.sidebar_social img{
    width: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}

.sidebar_social h1{
    font-size: 1.4em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sidebar_social h1 span{
    display: block;
    font-size: 0.9em;
}

.sidebar_social p{
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #eee;
    font-size: 0.75em;
}

.sidebar_nav{
    padding: 20px;
    background: #fff;
}

.sidebar_most > h1,
.sidebar_nav h1{
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    word-wrap: break-word;
}

.sidebar_nav ul{
    display: block;
    width: 100%;
}

.sidebar_nav li{
    display: block;
    width: 100%; 
}

.sidebar_nav li a{
    display: block;
    width: 100%;
    padding: 8px 10px;
    background: #fbfbfb;
    border-bottom: 1px solid #fff;
    font-size: 0.9em;
    color: #888;
    text-decoration: none;
    text-transform: uppercase;
}

.sidebar_nav li a:hover{
    background: #eee;
}

.sidebar_most{
    padding: 20px;
    background: #fff;
}

.sidebar_most_post{
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #eee;
}

.sidebar_most_post:last-of-type{
    margin-bottom: 0;
}

.sidebar_most_post h1{
    font-size: 0.875em;
    font-weight: 600;
    color: #888;
    margin-top: 10px;
    word-wrap: break-word;
}

.sidebar_most_post a{
    text-decoration: none;
    color: #888;
    line-height: 1;
}

.sidebar_most_post a:hover{
    color: #00896F;
}



.blog_post h2{
    font-family: 'Work Sans';
    text-transform: capitalize;

    color: #09202B;
    font-weight: bold;
    padding-bottom: 40px;
}


.blog_post p{
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 1.2em;
    color: #581D22;
    font-weight: bold;
}



.equipe_box{
    //  max-width: 20%;
}
.equipe article{
    margin-top: 30%;
    margin-right: 25%;
    padding-bottom: 20px; 
    border-bottom: 8px solid #EAEAEA;

}


.equipe article a {

    padding-left: 10px; 


}

.equipe article a img {

    width: 15%;

}

.foto_equipe{
    background: #E0E0E0;
}
.foto_equipe img{
    width: 80%;
}

.equipe .foto_equipe span{
    padding-bottom: 200px;

}
.equipe h3{

    text-transform: initial;
}

.equipe p{
    font-size: 1.5em;

}

.equipe a{
    text-decoration: none;
    color: #581D22;
    padding: 0px;
}

.botao_saiba_mais_red{
    padding: 15px; 
    background: #581D22;
}
.wc_mobile_nav{
    display: none;
    width: 120%;
    padding: 20px;
    background: #581D22;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
    cursor: pointer;
    font-size: 1.3em;
}

.wc_mobile_nav span{
    display: inline-block;
    vertical-align: top;
}

.wc_mobile_nav .bar{
    margin-right: 5px;
    margin-top: -1px;
}

.wc_mobile_nav:hover{
    color: #c8c8c8;
}

.site_title{
    position: absolute;
    text-indent: -9999px;
}

.main_header{
    width: 100%;
}

.main_header .wc_logo{
    float: left;
    margin-left: 30px;
    padding-right: 40px;
    border-right: 2px solid #EAEAEA;

}

.main_header .wc_contact{
    float: left;
    width: 100%;  
    margin-top: -10px;

}

.main_header .wc_contact h1{
    font-size: 1.3em;
    font-weight: bold;
    color: #581D22;
    float: left;
    margin: 0 auto;
    padding-bottom: 5px;

}



.main_header .wc_contact .logo_telefone img{

    margin-top: 20px;

}

.main_header .wc_contact .telefone {
    border-right: 2px solid #EAEAEA;
    margin: 0 auto;
    padding: 0 auto;


}




.main_header .wc_contact p{
    font-size: 1.1em;
    font-weight: 500;
    color: #777;
    float: left;

}


/* NAVIGATION */
nav {
    width: 100%;
    margin: 0 auto;
    float: left;

}

/* By Dominik Biedebach @domobch */
nav ul {
    list-style: none;
    padding: 5px;
    margin-left: 50px;

}
nav ul li {
    display: inline-block;
    float: left;
}
nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: initial;
    margin: 0 10px;
    font-size: 1.1em;

}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}
nav ul li a:hover {
    color: #e9b900;
}


/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
    text-decoration: none;
    padding-bottom: 10px;

}
nav.stroke ul li a:after,
nav.fill ul li a:after {
    position: absolute;

    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

    width: 0%;
    content: '.';
    color: transparent;
    background: #e9b900;
    height: 2px;
}
nav.stroke ul li a:hover:after {
    width: 100%;
    margin: 0 auto;
}

nav.fill ul li a {
    transition: all 2s;
    text-decoration: none;
    margin-top: 120px;
}
/* By Dominik Biedebach @domobch */

nav.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}
nav.fill ul li a:hover {
    color: #023f1c;
    z-index: 1;
}
nav.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}


/* DROWN */

nav.drown ul li a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    text-transform: initial;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 600;
    font-size: 1.1em;
}

nav.drown ul li a:hover {
    // border-bottom: 2px solid #581D22;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

nav.drown ul li a:before {
    background: #253745;
    content: '.';
    color: transparent;
    position: absolute;
    width: 80%;
    top: 100px;
    right: 200px;
    height: 200px;
    z-index: -1;

}
nav.drown ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}





.wc_imobi_nav{
    display: block;
    width: 100%;
    //  background: #769977;
}

.wc_imobi_nav{
    padding: 0px;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;


}

.wc_imobi_nav .ul.li{
    display: inline;
    position: relative;

}




nav .li {
    display: inline-block;
    margin: 30px 0 0 10px;
    color: #581D22;


}


.main_sidebar{
    display: inline-block;
    width: 30%;
    padding-left: 30px;
    vertical-align: top;
    margin-top: 5%;
}

.sidebar_search{
    background: #fff;
}

.sidebar_widget{
    margin-bottom: 30px;
}

.sidebar_search input{
    display: inline-block;
    width: 75%;
    border: none;
    padding: 10px;
    vertical-align: top;
    margin: 0;
}

.sidebar_search button{
    display: inline-block;
    padding: 8px;
    width: 25%;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    vertical-align: top;
    margin: 0;
}

.sidebar_social{
    padding: 30px;
    background: #fff;
    text-align: center;
}

.sidebar_social img{
    width: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}

.sidebar_social h1{
    font-size: 1.4em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sidebar_social h1 span{
    display: block;
    font-size: 0.9em;
}

.sidebar_social p{
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #eee;
    font-size: 0.75em;
}

.sidebar_nav{
    padding: 20px;
    background: #fff;
}

.sidebar_most > h1,
.sidebar_nav h1{
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    word-wrap: break-word;
}

.sidebar_nav ul{
    display: block;
    width: 100%;
}

.sidebar_nav li{
    display: block;
    width: 100%; 
}

.sidebar_nav li a{
    display: block;
    width: 100%;
    padding: 8px 10px;
    background: #fbfbfb;
    border-bottom: 1px solid #fff;
    font-size: 0.9em;
    color: #888;
    text-decoration: none;
    text-transform: uppercase;
}

.sidebar_nav li a:hover{
    background: #eee;
}

.sidebar_most{
    padding: 20px;
    background: #fff;
}

.sidebar_most_post{
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #eee;
}

.sidebar_most_post:last-of-type{
    margin-bottom: 0;
}

.sidebar_most_post h1{
    font-size: 0.875em;
    font-weight: 600;
    color: #888;
    margin-top: 10px;
    word-wrap: break-word;
}

.sidebar_most_post a{
    text-decoration: none;
    color: #888;
    line-height: 1;
}

.sidebar_most_post a:hover{
    color: #00896F;
}


.dicas {
    margin-top: 20px;
    text-align: left;
    margin-left: 5%;
}



.paginacao{
    font-size: 0.9em;
    text-transform: uppercase;
    color: #581D22!important;
}


.paginacao a{
    text-decoration: none;
    color: #581D22!important;
    text-align: left !important;
}

.wc_privacity{
    position: absolute;
    background-color: #007352;
    height: 50px;
    width: 100%;
    border-top: 1px solid #ccc;
}

.wc_privacity .copy p{

    line-height: 40px;
    text-align: center;
    color: #000;
}
.box-eventos{
    //  border: 1px solid #ddd;
    transition: box-shadow .4s ease;
    // cursor: pointer;
    background:#fff;

}
.box-eventos a{
    text-decoration: none;
    color: inherit;
}

.box-eventos div:hover{
    box-shadow: 6px 6px 10px #999;	  
}

.box-eventos img{
    overflow: hidden;
    width: 100%;
    border-radius: 3px 3px 0 0;
    background: #d7d7d7 no-repeat center;
    background-size: cover;
    position: relative;
}


.wc_imobi_nav a{
    display: inline-block;
    font-size: 1.2em;
    padding: 10px;
    color: #581D22;
    text-decoration: none;
    font-weight: 600;
}

.wc_imobi_nav .login{
    float: right;
}

.wc_imobi_nav .li:hover,
.wc_imobi_nav .li a:hover{
    border: none;
    background: transparent;
    color: #EAB543;
    border-radius: 0;

}

.wc_imobi_nav .li:hover .sub,
.wc_imobi_nav .li a:hover .sub{
    display: block;
}

.imobi_search_code{
    float: right;
    padding: 15px 20px;
    background: #000;
}

.imobi_search_code:hover{
    background: #000 !important;
}

.imobi_search_code input,
.imobi_search_code button{
    display: inline-block;
    width: 30%;
    padding: 5px;
    border: none;
    vertical-align: middle;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}

.imobi_search_code input{
    padding: 7px;
    width: 70%
}

.wc_imobi_nav .sub{
    position: absolute;
    display: none;
    width: 300px;
    background: #444;
    left: 0;
    top: 100%;
    z-index: 99;
}

.wc_imobi_nav .sub li a,
.wc_imobi_nav .sub li{
    display: block;
    width: 100%;
}

.section_header{
    text-align: center;
    margin-bottom: 30px;
}

.section_header h1{
    text-transform: uppercase;
    color: #666;
}

.section_header p{
    text-transform: uppercase;
    font-weight: 300;
}

.workcontrol_imobi_filter{
    background: #eee;
}

.realty_item{
    box-shadow: 0px 0px 2px 1px #ccc;
}

.realty_item_header{
    position: relative;
}

.realty_item_header h1{
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    font-size: 1em;
    font-weight: 600;
    color: #fff;
}

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

.realty_item_header a:hover{
    text-decoration: underline;
}

.realty_transaction{
    position: absolute;
    left: 0;
    top: 20px;
    padding: 5px 10px;
    font-size: 0.8em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.realty_transaction.cs3{
    background: #00B490;
}

.realty_transaction.cs2{
    background: #008B6F;
}

.realty_transaction.cs1{
    background: #e09595;
}

.realty_observation{
    position: absolute;
    left: 0;
    top: 48px;
    padding: 5px 20px;
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    background: #333;
    text-transform: uppercase;
}

.realty_item_content{
    padding: 10px;
}

.realty_item_content p{
    display: inline-block;
    padding: 5px 10px;
    width: 50%;
    padding-left: 40px;
    background-size: 20px;
    background-position: center left 10px;
    background-repeat: no-repeat;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #777;
}

.realty_item.box4 .realty_item_header h1{
    position: relative;
    background: #333;
    font-size: 0.875em;
}

.realty_item.box4 .realty_item_content p{
    font-size: 0.5em;
    padding: 0;
    padding-left: 35px;
}

.realty_item_content p b{
    font-size: 1.1em;
    color: #000;
}

.realty_item_content .price{
    background-image: url(icons/price.png);
}

.realty_item_content .ref{
    background-image: url(icons/ref.png);
}

.realty_item_content .city{
    background-image: url(icons/city.png);
}


.realty_item_content .district{
    background-image: url(icons/district.png);
}


.realty_item_content .built{
    background-image: url(icons/built.png);
}

.realty_item_content .total{
    background-image: url(icons/total.png);
}

.realty_item_content .bed{
    background-image: url(icons/bedrooms.png);
}

.realty_item_content .aparts{
    background-image: url(icons/aparts.png);
}

.realty_item_content .bat{
    background-image: url(icons/bat.png);
}

.realty_item_content .parking{
    background-image: url(icons/parking.png);
}

.realty_item_content .full{width: 100% !important;}

.realty_item_price{
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    background: #eee;
    color: #444;
    text-shadow: 1px 1px 1px #fcfcfc;
}

.wc_imobi_featured{
    background: #eee;
}

.wc_imobi_featured .realty_item{
    background: #fff;
}

.rede-social{
    margin-top: 25px;
    margin-bottom: 25px;
}
.rede-social h4{
    text-transform: initial;
    margin-bottom: 20px;
}
.rede-social a{
    padding-right: 25px;
    text-decoration: none;
}
.wc_footer{
    background: #007352 url(images/fundo.png) center right 10% no-repeat;

    // background: #581D22;
    color: #ccc;
    text-transform: initial;
    text-align: left;
    margin: 0 auto;
    height: 100%;

}

.wc_footer a{
    color: #fff;
}
.wc_footer h3{
    text-transform: initial;
}

.wc_imobi_footerinfo p{
    margin-top: 20px;  
    font-size: 0.7em;
}

.wc_imobi_footerinfo img{
    margin-left: 40px;
}

.wc_footer_redesocial li{
    float: right;
    margin-top: 55%;
    display: inline-block;
    margin-left: 2%;

}

.wc_imobi_footerlinks{
    padding: 0 30px;

}

.wc_imobi_footerlinks h3{
    padding-bottom: 25px;

}

.wc_imobi_footercontact h3{
    padding-bottom: 20px;

}

.wc_imobi_footercontact{
    width: 32%;
    margin-right: 50px;
}

.wc_imobi_footercontact h1,
.wc_imobi_footerlinks h1{
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    text-transform: initial;
}

.wc_imobi_footerlinks a{
    color: #c8c8c8;
    display: block;
    font-size: 1.0em;
    margin-bottom: 15px;
    text-decoration: none;
}

.wc_imobi_footerlinks a:hover{
    color: #999;
}

.wc_foto_cliente{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;


}
.section-frase {
    background-color: #eee;
    height: 100px; 
}

.wc_foto_cliente p{
    font-size: 1.8em;
}


.wc_imobi_footercontact p{
    font-size: 1.0em;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #c8c8c8;
}

.paginator{
    display: block;
    width: 100%;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.paginator li{
    display: inline-block;
}

.paginator li a,
.paginator li span{
    display: inline-block;
    padding: 5px 10px;
    background: #581D22;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 0 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.paginator li a:hover{
    background: #00B490;
}

.paginator li .active{
    background: #666;
}

.imobi_single{
    background: #eee;
}

.imobi_single_desc{
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.imobi_single_gb{
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.imobi_single_gb{
    padding-right: 40px;
}

.imobi_single_gb aside{
    display: block;
    width: 100%;
    padding: 5px;
    background: #fff;
    cursor: pointer;
}

.imobi_single_gb aside article{
    display: inline-block;
    width: 20%;
    padding: 5px;
}

.imobi_single_gb aside article:hover{
    background: #008B6F;
}

.imobi_single_gb aside .active,
.imobi_single_gb aside .active:hover{
    background: #00B490;
    cursor: default;
}

.imobi_single_desc header h2{
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1;
    color: #008B6F;
}

.imobi_brokers{
    text-align: center;
    background: #008B6F url(images/footer-map.png) center right 10% no-repeat;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0px 1px 1px #000;
}

.imobi_brokers p:last-of-type{
    font-size: 0.7em;
    text-transform: uppercase;
    margin-top: 5px;
}

.imobi_single_desc h3{
    font-size: 1em;
    font-weight: 300;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

.imobi_single_desc .realty_item_content{
    padding: 0;
}

.imobi_single_desc .realty_item_content p{
    display: inline-block;
    width: 100%;
    padding: 8px 0 8px 25px;
    background-position: center left;
    border-bottom: 1px solid #ccc;
}

.imobi_single_desc .realty_item_content b{
    display: inline-block;
    margin-left: 5px;
}

.single_imobi_desc{
    background: #fff;
    font-size: 1.1em;
}

.imobi_single_part h3{
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 20px;
}

.imobi_single_part span{
    display: inline-block;
    padding: 10px;
    background: #00B490;
    border: 3px solid #eee;
    color: #fff;
    font-weight: 600;
    font-size: 0.875em;
}

.imobi_single_part span b{
    display: inline-block;
    padding: 5px 11px;
    background: #008B6F;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.page_content{
    background: #fbfbfb;
    padding: 20px;
}

.page_content header{
    text-align: right;
    margin-bottom: 20px;
    color: #ccc;
}

.page_content .htmlchars{
    padding: 0;
}



/* BREAKPOINTS MAIS USADOS

320px — 480px: dispositivos móveis
481px — 768px: iPads, tablets
769px — 1024px: telas pequenas, laptops
1025px — 1200px: desktops, telas grandes
1201px e acima —  telas muito grandes, TVs

*/

@media (min-width: 320px) and (max-width: 575px){
    /*---------------------------BARRA DE MENU HEADER-----------------------------------*/

    /*Botao de cotação*/
    .main_header .content .col-sm-1 {
        display: none;
    }

    .main_header .wc_logo{
        margin-top: -20px;
        border:none;
        width: 60%;
        left: 15%;
        right: 20%;
        margin-bottom: 40px;
        position: absolute;

    }

    .main_header .navbar-toggler{
        font-size: 1.8em;
        z-index: 99;
        color: #fff;
        margin-top: 10px;


    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

    }


    .main_header .navbar{
        background: #8caf3c;
        color: #fff;
        z-index: 99;
        margin-top: 17%;
        padding-bottom: 25px;
    }




    nav ul li a{
        color: #fff;
        font-size: 1em;

    }
    nav ul li {
        width: 100%;
        display: block;
        text-align: left;

    }

    /*---------------------------RODAPÉ-----------------------------------*/


    .wc_imobi_footerlinks{
        padding: 0px;
        margin:0 auto;
        display: block;
    }

    .section-frase{
        margin-top: 0px;

    }

    .wc_footer .wc_footer2 {
        width: 260%;
        padding: 0px;
        margin: 0px;
        text-align: left;
    }

    .wc_footer .rede-social {
        font-size: 0.9em;
    }
    .copy p {
        font-size: 0.8em;
    }

    .wc_privacity p{
        font-size: 0.6em;
    }



    /*---------------------------SEÇÃO DE SLIDES-----------------------------------*/



    .wc_slides{

        display: none!important; 
    }

    .wc_slides .wc_slide_item{
        display: none!important;
    }


    /*---------------------------SEÇÃO DE UMA FRASE QUE APARECE APENAS PARA MOBILE-----------------------------------*/

    .frase_banner{

        //background: #EAEAEA;
        text-align: center;
        padding-bottom: 0px;
        margin-top: 30%;
        padding-top: 30%;
        display: block!important;
        width: 100%;
        height: 100%;
        //  z-index: 1;
        //opacity: 0.8;
        // background-image: url(https://fianza.top/themes/wc_fianza/images/fundo_mobile.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }
    .frase_banner h1{

        text-transform: initial;
        font-size: 3em;
        color: #000;
        font-weight: bold;
    }


    .frase_banner p{
        margin-top: 20px;
        padding: 30px;
        font-size: 1.6em;
        font-weight: bold;
        color: #09202B;
        line-height: 30px;
    }

    /*---------------------------SEÇÃO DOS 3 BOX DE EXPERIÊNCIA-----------------------------------*/


    .faixa{
        font-size: 0.7em;
        height: 110px;


    }

    .faixa .col-lg-4{
        width: 33%;
        font-size: 0.9em;
        margin-top: -15px;
    }


    /*---------------------------SEÇÃO DE PERGUNTAS FREQUENTES E PRODUTOS-----------------------------------*/

    .why-us .content {
        padding:0px ;  
        margin: 0px;
        left: -16%;
        right: 5%;
        position: relative;

    }

    .why-us {
        width: 150%;

    }
    .about .col-lg-7 .accordion-list h2{
        font-size: 1.9em;  
        text-align: center;

    }

    .about .col-lg-7 .accordion-list p{
        padding: 20px;
        font-size: 1.3em!important;  

    }
    .about .col-lg-5{
        float: left;
        padding: 0px;
        width: 50%; 
        position: relative;
        top:0%;
        left: 25%;
    }

    .about  .box_modalidades h2{
        font-size: 3em!important;   
    }

    .about  .box_modalidades p{
        font-size: 1.4em!important;   
    }

    .about  .box_modalidades a{
        font-size: 1.2em!important;   
    }

    .about  .box_modalidades h4{
        font-size: 1.6em!important;   
    }


    /*---------------------------SEÇÃO DA FRASE Carta Fiança Descomplicada-----------------------------------*/

    .faixa2 .col-lg-4{
        width: 40%;
        text-align: center;
        margin: 0px 20px 0px 10px;
        font-size: 0.9em;
    }

    .faixa2 h1{
        font-size: 2em;
    }
    .faixa2 .container{
        margin-top: 40px;
    }

    /*---------------------------SEÇÃO DO BLOG-----------------------------------*/

    .post_list{
        margin-left: 5%;
    }

    /*---------------------------SEÇÃO DA sobre nos-----------------------------------*/

    .sobre-nos{
        width: 100%;
        margin: 0 auto;
        padding: 0px;

    }
    .sobre-nos .col-xl-6 p{
        margin: 0 auto;
        padding: 0px 20px 0px 20px;
        font-size: 1.2em;
        margin-bottom: 20px;
    }
    .sobre-nos .col-xl-6 a{
        font-size: 1.2em;
    }

    /*---------------------------SEÇÃO DA ONDE ESTAMOS-----------------------------------*/

    .onde{
        width: 100%;
        margin: 0 auto;
        padding: 0px;

    }
    .onde .col-xl-4 p{
        margin: 0 auto;
        padding: 0px 20px 0px 20px;
        font-size: 1.2em;
        margin-bottom: 20px;
    }
    .onde .col-xl-4 a{
        font-size: 1.2em;
    }





    .about .col-xl-6 p{
        padding: 0px;


    }


    /*---------------------------SEÇÃO DA PAGINA DE PRODUTOS-----------------------------------*/

    .produtos img{
        display: none;
    }

    .produtos h2{
        margin-top: 40px;
        font-size: 2.5em;
    }

    .produtos p{
        font-size: 1.2em;
    }

    .about .col-xl-11 p{
        margin-top: 40px;  
    }


    .titulos .img_cabecalho img{
        margin: 0 auto;
        padding: 0px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 50%;
    }

    .box_fiancatrad h2{
        margin-top: 80%;
    }




    /*---------------------------SEÇÃO PARA OS BANNERS DAS PAGINAS INTERNAS-----------------------------------*/



    /*---------------------------SEÇÃO DA PAGINA DE CONTATO-----------------------------------*/

    .contact header{
        display: none;
    }

    .contact .col-xl-3 {
        padding: 0px;
        margin: 0 auto;
        right: 10%;

    }

    .contact .col-xl-3 .container{
        position: relative;
        left: 0;
        width: 108%;

    }

    .dados_contato .titulos {
        margin: 0 auto;
        padding: 0px;
        position: relative;
        right: 10%;
        width: 120%;


    }

    .dados_contato .container{
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

    .dados_contato .container .php-email-form{
        width: 135%;
        position: relative;
        right: 15%;
        top:10%;
        padding: 15%;
    }

    .container .canal_whatsapp{
        padding: 0px;
        position: relative;
        right: 15%;
        width: 125%;
        font-size: 0.8em!important;
    }

    .blog_post h2{
        font-size: 1.5em; 
    }

    .dados_contato .titulos .col-lg-6 p{
        font-size: 0.9em;
    }
    .dados_contato .titulos .col-lg-6 h2{
        font-size: 1.4em;
        text-align: center;

    }

    .dados_contato .titulos .col-lg-6 iframe{

        width: 180%; height: 85%;
    }


    .main_sidebar{
        // position: relative;
        //left: 0;
        float: left;
        width: 100%;
    }
    .post_content{
        width: 100%;
        text-align: left;
    }
    .post_content h1{
        font-size: 1.8em;
        text-align: left;
    }
    .post_content p{
        text-align: left;
    }

}

@media (min-width: 576px) and (max-width: 768px){




    /*---------------------------BARRA DE MENU HEADER-----------------------------------*/
    .main_header {
        height: 90px;

    }

    .main_header .navbar{

        color: #fff;
        z-index: 99;
        padding-bottom: 25px;
        float: right;
        margin-top:-25px;
        left: 80%;
        position: absolute;


    }
    nav ul{
        background: #581D22;

    }

    nav ul li a{
        color: #fff;
        font-size: 1em;


    }
    nav ul li {
        width: 100%;
        display: block;
        text-align: left;

    }


    .main_header .col-sm-2 img{
        float: left;
        max-width: 250%!important;
        margin-left: 30px;
        padding-right: 40px;      
        border: none!important;
        margin-top:-20px;
    }

    .main_header .navbar-toggler{
        font-size: 1.8em;
        z-index: 99;
        color: #fff;
        margin-top: 10px;
        background: #581D22;

    }

    /*Botao de cotação que aparece fora do menu*/
    .main_header .col-sm-1  a {
        display: none!important;
    }

    /*Botao de cotação que aparece dentro do menu*/
    .main_header .navbar .botao_cotacao2 {

        display: block!important; 
        margin-top: -10px;
        // background: transparent;
        border: 1px #fff solid;
        width: 65%;
        margin: 0 auto;
        border-radius: 10px;
        background: #581D22;
    }

    .main_header .navbar .botao_cotacao2 a {
        padding: 10px;
        font-size: 1.2em;
    }

    /*---------------------------SEÇÃO SLIDE-----------------------------------*/


    .wc_slide_item{
        margin-top: 12%!important;
    }


    /*---------------------------RODAPÉ-----------------------------------*/

    .wc_imobi_footerlinks{
        padding: 0px;
        margin:0 auto;
        display: block;
    }


    .wc_footer .wc_footer2 {
        width: 260%;
        padding: 0px;
        margin: 0px;
        text-align: left;
    }

    .wc_footer .rede-social {
        font-size: 0.9em;
    }
    .copy p {
        font-size: 0.8em;
    }

    .wc_privacity p{
        font-size: 0.6em;
    }



    /*---------------------------SEÇÃO DA FRASE: Carta Fiança Descomplicada-----------------------------------*/




    .faixa2 .container {
        width: 100%;
    }

    .faixa2 .col-lg-4{
        text-align: center!important;
        font-size: 1.1em;
    }



    .faixa2 .col-lg-4 i{
        float: left;
        margin:0 auto;
        padding: 0px;
    }

    .faixa2 h1{
        font-size: 3em;
    }
    .faixa2 .container{
        margin-top: 40px;
    }

    /*---------------------------SEÇÃO DO BLOG-----------------------------------*/

    .post_list{
        margin-left: 5%;
    }


    /*---------------------------SEÇÃO RESPONSABILIDADE SOCIAL-----------------------------------*/
    .responsabilidade{
        width: 100%;
        margin: 0 auto;
        padding: 0px;

    }

    .responsabilidade a{
        font-size: 1.2em;  

    }
    .responsabilidade .col-xl-6 p{
        margin: 0 auto;
        padding: 0px 20px 0px 20px;
        font-size: 1.2em;
    }
    .responsabilidade .col-xl-6 p{
        margin-bottom: 20px;
    }





    /*---------------------------SEÇÃO 3 BOX EXPERIÊNCIA-----------------------------------*/

    .faixa .row{
        display: inline-block!important;
        width: 120%;
    }

    .faixa .col-lg-4 {
        display: inline-block!important;
        width: 30%;
        position: relative;

    }
    .faixa .col-lg-4 i{
        float: left;
    }


    /*---------------------------SEÇÃO PERGUNTAS FREQUENTES E PRODUTOS-----------------------------------*/

    .why-us .content {
        padding:0px ;  
        margin: 0px;
        left: -16%;
        right: 5%;
        position: relative;

    }

    .why-us {

        //  margin-left: 40px;
        width: 140%;

    }

    .box_modalidades h2{
        font-size:3em;  
        line-height: 50px;
    }
    .about .col-lg-7 .accordion-list h2{
        font-size: 2.5em;  
        text-align: center;

    }

    .about .col-lg-7 .accordion-list p{
        padding: 50px;
        font-size: 1.4em!important;


    }
    .about .col-lg-5{
        float: left;
        padding: 0px;
        width: 50%; 
        position: relative;
        top:0%;
        left: 25%;
    }

    .about .col-xl-6 p{
        margin: 0 auto;
        padding: 0px;
        font-size: 1.4em; 
    }

    .about .col-xl-6 a{
        margin: 0px;
        font-size: 1.4em; 
    }
    .about .col-xl-4 h4{
        line-height: 20px;
        font-size: 1.8em;  
    }
    .about .col-xl-4 p{
        line-height: 30px;
        font-size: 1.4em;  
    }

    /*---------------------------SEÇÃO DA PAGINA SOBRE NÓS-----------------------------------*/

    .sobrenos .box_sobre{
        width: 100%;
        position: relative;
        right: 6%;

    }

    .sobrenos .box_sobre h2{
        font-size: 1.8em;
        margin-top: 30px;
        padding: 0px;

    }
    .sobrenos .box_sobre h4{
        font-size: 1.8em;

    }

    .equipe h2{ 
        font-size: 1.3em;
        padding: 20px;
        line-height: 30px;
        margin: 0px;
    }

    .equipe .col-xl-3{ 

        margin: 0 auto;
    }

    .about .col-xl-6 p{
        padding: 0px;

    }



}




@media (min-width: 768px) and (max-width: 1024px){


    /*---------------------------SEÇÃO CABEÇALHO MENU-----------------------------------*/

    .navbar-toggler{
        display: none;
    }

    .navbar-nav{
        margin-top:10px;
        width: 130%!important;

    }
    .main_header .content nav ul {
        position: relative;
        left: 0;
    }

    .navbar-nav .sair{
        display: none;
    }
    .navbar-nav ul li a{
        font-size:1em;

    }

    .main_header .content .botao_cotacao a{
        margin-top: 40%;
        margin-left: 155%;
        font-size: 0.9em;
    }

    .main_header .content {
        width: 100%;
    }

    .main_header .col-sm-2 img{
        float: left;
        max-width: 135%!important;

        border: none!important;
        margin-top:10px;
    }

}


@media  (max-width: 768px){
    /*---------------------------SEÇÃO DA PAGINA SOBRE NÓS-----------------------------------*/

    .sobre-nos .box3{
        display: none;
    }

    .sobre-nos .box2 h2{
      //  font-size: 1em;
        margin-top: 50%;

    }

    .sobre-nos .sobre-nos-texto p{
        margin: 20px;
        padding: 5%;
        font-size: 1.2em;


    }

     .onde-estamos .box3  {
        float: left;
        margin: 20px;
        width: 80%;
    }
    
    .onde-estamos .box2 h2{
      //  font-size: 1em;
        margin-top: 50%;

    }

    .onde-estamos  p{
        
        font-size: 1.4em;
       

    }



    /*---------------------------SEÇÃO DA PAGINA CARTA FIANÇA-----------------------------------*/

    .contact .php-email-form{
         float: left;
        
       width: 100%;
    
    }

    .contact .php-email-form p{
        font-size: 1.4em;
    }
    .pagecartafianca .row {
        margin: 0 auto;
        padding: 0px;
        width:100%!important;
    }


    .formaviso .content {
        width: 150%;
    }


    /*---------------------------SEÇÃO DA PAGINA contato-----------------------------------*/

    .dados_contato .php-email-form .col-lg-6{
        display: block;
        width: 10%!important
    }

    .canal_whatsapp a{
        font-size: 1.5em;
    }







}



@media (min-width: 1200px) {


    /*---------------------------SEÇÃO CABEÇALHO MENU-----------------------------------*/



    .navbar-nav{
        margin-top:10px;
        width: 130%!important;

    }
    .main_header .content nav ul {
        position: relative;
        left: 0;
        // font-size:2.5em;

    }

    .main_header .content .botao_cotacao a{
        margin-top: 30%;
        margin-left: 125%;
        font-size: 1.2em;
    }

    .main_header .content {
        width: 100%;
    }

    .main_header .col-sm-2 img{
        float: left;
        max-width: 135%!important;

        border: none!important;
        margin-top:10px;
    }


    /*---------------------------SEÇÃO DA PAGINA CARTA FIANÇA-----------------------------------*/



    .php-email-form p{
        font-size: 1.4em;
    }



    .pagecartafianca .content .col-lg-5   {

        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }




    .wc_imobi_nav{
        display: none;
    }

    .wc_imobi_nav li,
    .wc_imobi_nav a,
    .wc_imobi_nav .content{
        display: block;
        width: 100%;
    }

    .wc_imobi_nav .sub{
        position: initial;
        display: block;
        width: auto;
    }

    .wc_imobi_nav .sub a:hover{
        background: #000;
    }

    .wc_mobile_nav{
        display: block;
    }

    .wc_footer .box4 .rede-social a {
        width: 100%;
        font-size: 0.7em;

    }


}




