@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:wght@600&display=swap);
/* ================================ Basic CSS =============================== */
/* whats */
.whatsapp-chat{
  height: 55px;
  width: 55px;
  background-color: #2DC100;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px grey;
  cursor: pointer;
  transition: 1000ms;
}
.whatsapp-chat i {
  color: white;
  display: block;
  font-size: 32px;
  line-height: 52px;
  text-align: center;
  transition: 1000ms;
}
@media screen and (max-width:993px){
  .whatsapp-chat{
    height: 45px;
    width: 45px;
    transition: 1000ms;
    bottom: 60px;
    right: 23px;
  }
  .whatsapp-chat i {
    color: white;
    display: block;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    transition: 1000ms;
  }
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Work Sans' , sans-serif; }

* {
  color: white;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

ul, ol {
  margin: 0px;
  padding: 0px; 
  display: block;
  justify-content: space-between;
  align-items: center;
}


@media screen and (min-width:765px){
 .menu ul{
  display: flex !important; 
  flex-direction: row !important; 
  justify-content: space-around !important;
 }
}



h2 {
  color: #9b8f00  ;
  font-family: Raleway;
  font-weight: 700; }

li {
  list-style: none; }

a {
  text-decoration: none;
  font-family: Raleway; }

a:hover {
  text-decoration: none; }

.head-01 {
  margin: 20px 0px;
  text-align: center; }

/* ================================ Header CSS ========================  #ada000    ======= */

/* ================================ Slider CSS =============================== */
.slider {
  padding: 80px 0px;
  background: url(../images/slider/slidebalança.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  .slider::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0; }
  .slider .slider-content {
    position: relative;
    padding: 60px 0px;
    margin: 50px 0px;
    text-align: center;
    color: #fff; }
    .slider .slider-content .btn-01 {
      position: relative;
      margin: 20px 0px;
      display: inline-block; }
      .slider .slider-content .btn-01 a {
        position: relative;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.5px;
        border: 1px solid #eb6363;
        text-align: center;
        padding: 10px 16px;
        vertical-align: middle;
        margin-right: 5px;
        z-index: 9;
        transition: 0.6s;
        overflow: hidden; }
        .slider .slider-content .btn-01 a:hover {
          color: #fff;
          background: #eb6363;
          transition: 0.6s; }
        .slider .slider-content .btn-01 a::before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          background: #eb6363;
          height: 100%;
          width: 0;
          z-index: 2;
          transition: 0.6s; }
    .slider .slider-content p {
      font-size: 20px;
      color: #e4e4e4;
      margin: 30px 0px 20px 0px;
      line-height: 30px; }
      @media screen and (max-width: 768px) {
        .slider .slider-content p {
          margin: 10px 0px;
          line-height: 28px;
          font-size: 16px; } }
    .slider .slider-content h2 {
      font-size: 50px;
      line-height: 70px;
      letter-spacing: 1px;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .slider .slider-content h2 {
          line-height: 40px;
          font-size: 25px; } }
    @media screen and (max-width: 768px) {
      .slider .slider-content {
        margin: 20px 0px;
        padding: 10px 0px; } }

/* ================================ Section CSS =============================== */
/* === Escritório === */
._po_jy_fr {
  padding: 40px 0px;
  background: #f7f7f7;
  overflow: hidden;
  position: relative; }
  ._po_jy_fr ._pl_io_de {
    padding: 20px 0px; }
    ._po_jy_fr ._pl_io_de .box-001 {
      padding: 10px 15px;
      margin: 10px 0px;
      position: relative; }
      ._po_jy_fr ._pl_io_de .box-001 i {
        background: #e1ad3d;
        height: 40px;
        width: 40px;
        text-align: center;
        vertical-align: middle;
        line-height: 40px;
        color: #fff;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px; }
      ._po_jy_fr ._pl_io_de .box-001 p {
        line-height: 23px;
        font-size: 16px;
        margin: 0px; }
      ._po_jy_fr ._pl_io_de .box-001 h3 {
        font-size: 20px;
        color: #242323;
        margin: 10px 0 15px 0; }
    ._po_jy_fr ._pl_io_de p {
      color: #0d0e2c;
      font-size: 15px;
      letter-spacing: 0.4px;
      line-height: 28px;
      margin: 10px 0px; }
    ._po_jy_fr ._pl_io_de a {
      background: #e1ad3d;
      padding: 10px 15px;
      color: #fff;
      text-align: center;
      text-align: left;
      display: inline-block; }
  ._po_jy_fr ._cs_we_er {
    padding: 20px 0px; }
    ._po_jy_fr ._cs_we_er img {
      width: 100%; }
._po_jy_fr p {
      font-size: 19px !important;
    }
    


.se-01 {
  background-color: #fffffff5;
  padding: 40px 0px;
  position: relative;
  overflow: hidden; }
  .se-01 .box-se {
    margin: 30px 0px 20px 0px;
    padding: 20px 20px 40px 20px;
    text-align: center;
    position: relative;
    z-index: 9;
    color: #fff;
    background: #000710f5;
    transition: 0.5s all ease;
    overflow: hidden; }
    .se-01 .box-se a {
      border: 1px solid #eb6363;
      padding: 10px 18px;
      color: #fff;
      vertical-align: middle;
      font-size: 16px;
      font-weight: normal;
      margin: 20px 0px;
      display: inline-block; }
    .se-01 .box-se p {
      line-height: 26px;
      font-size: 16px;
      margin: 10px 0px; }
    .se-01 .box-se h3 {
      font-size: 24px;
      margin: 20px 0px;
      padding: 10px 0 0; }
    .icon-box-se {
      padding: 20px 30px;
      text-align: center;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 20px 0px; }
      .icon-box-se::before {
        position: absolute;
        content: "";
        text-align: center;
        line-height: 60px;
        height: 60px;
        width: 60px;
        transform: rotate(45deg);
        transition: 0.5s all ease;
        background-color: #0f1f36f5; }
      .icon-box-se i {
        position: relative;
        z-index: 2;
        font-size: 25px;
        color: #d0c20d; }
  .se-01 .headding-01 {
    position: relative;
    padding: 20px 0px;
    text-align: center;
    display: block; }
    .se-01 .headding-01 h2 {
      font-weight: 700; }

.bg-02 {
  background: #f7f7f7;
  padding: 40px 0px;
  position: relative;
  overflow: hidden; }
  .bg-02 .head-01 {
    text-align: center;
    margin: 20px 0px; }
  .bg-02 .team-main-box {
    position: relative;
    margin: 20px 0px;
    transition: 0.2s; }
    .bg-02 .team-main-box .team-content-box {
      position: relative;
      width: 85%;
      background: #fff;
      margin: -40px auto 0px auto;
      display: block;
      padding: 10px;
      text-align: center; 
      border: 1px solid #ddd;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
      .bg-02 .team-main-box .team-content-box b {
        display: block;
        position: relative;
        font-size: 15px;
        color: #8d830c; }
      .bg-02 .team-main-box .team-content-box h3 {
        font-size: 18px;
        color: #232424;
        font-weight: 600;
        position: relative;
        padding: 15px 0px 0px; }
      .bg-02 .team-main-box .team-content-box ul {
        width: 135px;
        background: #232424;
        padding: 5px 0px;
        margin: 0 auto;
        display: block;
        color: #fff;
        border-radius: 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: -22px;
        text-align: center;
        box-shadow: 0px 8px 13px 0px #ddd; }
        .bg-02 .team-main-box .team-content-box ul li {
          display: inline-block;
          padding: 0px 7px; }
          
          .bg-02 .team-main-box .team-content-box ul li i {
            color: #eb6363; }
            .bg-02 .team-main-box .team-content-box ul li i:hover {
              color: #8d2121
            }
    .bg-02 .team-main-box img {
      width: 100%; }




.se-03 {
  padding: 40px 0px;
  position: relative;
  overflow: hidden; }
  .se-03 ._lk_bg_sd_we {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    box-shadow: 0px 0px 15px 0px #ddd; }
    .se-03 ._lk_bg_sd_we ._xs_we_er {
      display: inline-block;
      width: 100%;
      padding: 15px; }
      .se-03 ._lk_bg_sd_we ._xs_we_er ._he_w {
        position: relative;
        margin: 10px 0px;
        z-index: 2;
        overflow: hidden; }
        .se-03 ._lk_bg_sd_we ._xs_we_er ._he_w p {
          font-size: 16px;
          color: #5c5c5c;
          letter-spacing: 0.2px;
          line-height: 24px;
          margin: 15px 0px 10px 0px; }
        .se-03 ._lk_bg_sd_we ._xs_we_er ._he_w ol li {
          color: #f55e45;
          font-size: 14px;
          display: inline-block;
          width: 100%; }
          .se-03 ._lk_bg_sd_we ._xs_we_er ._he_w ol li ._mn_cd_xs {
            margin: 0 10px; }
          .se-03 ._lk_bg_sd_we ._xs_we_er ._he_w ol li span {
            color: #5c5c5c;
            font-size: 15px;
            font-weight: 500;
            margin: 0 5px 0 0; }
        .se-03 ._lk_bg_sd_we ._xs_we_er ._he_w h3 {
          font-size: 18px;
          font-weight: 400;
          color: #292929; }
    .se-03 ._lk_bg_sd_we ._bv_xs_we {
      position: relative;
      z-index: 1;
      background: url(../images/blog/img-02.jpg);
      background-repeat: no-repeat !important;
      height: 300px;
      background-size: cover !important;
      background-position: center !important; }
      .se-03 ._lk_bg_sd_we ._bv_xs_we:hover::before {
        opacity: 0.8;
        height: 100%;
        visibility: visible;
        transition: 0.5s; }
      .se-03 ._lk_bg_sd_we ._bv_xs_we::before {
        content: "";
        position: absolute;
        height: 0;
        width: 100%;
        top: 0;
        background: #000000;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden; }

.bg-02-a {
  padding: 80px 0px;
  background: url(../images/img-01.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff; }
  .bg-02-a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .bg-02-a ._head_01 {
    position: relative;
    display: block;
    margin: 20px auto; }
    .bg-02-a ._head_01 h2 {
      font-size: 23px;
      font-weight: 500;
      margin: 0px;
      padding: 0 0 10px 0;
      color: #fff; }
    .bg-02-a ._head_01 p {
      margin: 0px;
      font-size: 18px;
      font-weight: 300; }
      .bg-02-a ._head_01 p i {
        font-size: 20px;
        margin: 0 10px;
        position: relative;
        top: 3px; }
      .bg-02-a ._head_01 p span {
        color: #eb6363; }

.se-001 {
  padding: 40px 0px;
  position: relative;
  overflow: hidden; }
  .se-001 ._Ol_er_qw {
    margin: 20px 0px;
    padding: 10px; }
    .se-001 ._Ol_er_qw p {
      font-size: 15px;
      color: #5c5c5c;
      text-align: left;
      letter-spacing: 0.5px;
      line-height: 28px; }

._pl_rt {
  background:#fffffff5 ;
  padding: 40px 0px;
  position: relative; }
  ._pl_rt ._lo_we_ds {
    background: #000710f5;
    color: #fff;
    border:1px solid #828b4e;
    padding: 30px 50px;
    position: relative;
    top: 55px;
    z-index: 9;
    box-shadow: 0px 0px 3px 0px #ddd; }
    ._pl_rt ._lo_we_ds .incCont{
      display: flex;
      align-items: center;
    }
    ._pl_rt ._lo_we_ds ._ol_we_as {
      position: relative;
      padding: 10px 20px;
      display: inline-block; }
      ._pl_rt ._lo_we_ds ._ol_we_as ol li {
        display: block;
        position: relative;
        padding: 0 0 0 40px; }
        ._pl_rt ._lo_we_ds ._ol_we_as ol li h3 {
          color: #fff;
          font-size: 20px; }
        ._pl_rt ._lo_we_ds ._ol_we_as ol li i {
          position: absolute;
          left: 0;
          font-size: 26px;
          color: #b3ad62;
          display: flex;
          align-items: center;
          height: 100%; }
    @media screen and (max-width: 768px) {
      ._pl_rt ._lo_we_ds {
        padding: 20px 0px; }
      }
        
        .link-01 a{
          padding:10px !important;
          border:1px solid#fff;
        }
        
        .link-01:hover a{
          border:none !important;
          color:#eb6363;
        }
        
        .link-01 a{
          color:#e1ad3d;
        }
/* ================================ Localização =============================== */

    .bg-local {
      padding: 40px 0px;
      padding-bottom: 0;
      background-color: #f7f7f7;
      overflow: hidden;
      position: relative;
      z-index: 9; }
    .bg-local  .head-001  {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
      }   
    .bg-local  .head-001 h2 {
      padding: 5px 0 20px 0; }
    .bg-local  .head-001 p {
      font-size: 16px;
      letter-spacing: 0.2px;
      margin: 0px; 
      margin-bottom: 30px;
    }
    @media screen and (max-width: 768px) {
      .bg-local  .head-001 {
        margin: 10px 0px; } }

/* ================================ formulário CSS =============================== */

        .my-pla {
          padding: 40px 0px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          position: relative;
          overflow: hidden; }
        .my-pla .head-01 p {
          color: #ffffff;
          margin-top: 15px;
        }
          .my-pla .form-group {
            margin: 10px 0px;
            color: #fff;
            position: relative; }
            .my-pla .form-group .form-control {
              background: transparent;
              border: 1px solid #828b4e;;
              min-height: 45px;
              border-radius: 4px;
              margin: 10px 0px; }
          .my-pla::before {
            position: absolute;
            content: "";
            background: #fffffff5;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0; }
            .my-pla .btn-02 {
              width: 80px;
              height: 40px;
              border: 1px solid #828b4e;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-top: 15px;
            }
            .my-pla .btn-02:hover {
              border: 3px solid #828b4e;
              font-weight: bold;
            }
            

        
/* ================================ Footer CSS =============================== */
footer {
  padding: 40px 0px;
  background: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  footer span {
    color: #bdbb3c;
  }
  footer ._kl_de_w {
    margin: 20px 0px;
    padding: 10px 0px;
    color: #b3ad62 !important;
    position: relative; }

    footer ._kl_de_w .logo img{
      width: 55px;
      height: 48px;
    }
    footer ._kl_de_w .redes {
      display: flex;
      margin-top: 25px;
      justify-content: left;
    }
    footer ._kl_de_w .redes li{
      font-size: 25px !important;
    }
    footer ._kl_de_w .form-group a {
      text-align: left;
      padding: 10px 15px;
      border-radius: 4px;
      background: #eb6363;
      color: #fff !important;
      font-size: 15px;
      display: inline-block; }
    footer ._kl_de_w .linksfooter .last {
      border-bottom: 1px solid #333333; }
    footer ._kl_de_w .linksfooter li {
      display: block;
      margin: 0 25px 0 0;
      padding: 10px 0px;
      border-top: 1px solid #333333;
      color: #9a9a9a;
      font-size: 15px; }
      footer ._kl_de_w ol li i {
        margin-right: 12px; }
      footer ._kl_de_w ol li a {
        color: #fff !important;}
      footer ._kl_de_w ol li a:hover {
        color: rgb(99, 95, 95) !important;}
      @media screen and (max-width: 768px) {
        footer ._kl_de_w ol li {
          margin: 0px; } }
    footer ._kl_de_w p {
      font-size: 15px;
      line-height: 26px;
      color: #999; }
    footer ._kl_de_w h3 {
      font-size: 20px;
      margin: 0 0 20px 0; }

/*# sourceMappingURL=style.css.map */


/*ADICIONADO AO TEMPLATE UM BOTAO E UM MODAL*/
.btn-more {
  background-color: #ad9f00;
  border-color: #dbd8a6;
  color: #181615;
  font-weight: 800;
  height:45px;
  width: 100px;
}

.btn-more:hover{
  background-color: #776d00!important;
  color: #ffffff !important;
}

.modal-body {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.about-modal-text {
  padding: 6px 10px;
  color:#070431;
}
.about-modal-text strong {
  color:#070431;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;

}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}


.modal-content {
  width: 400px;
  margin-left: -100px;
  border-radius: 0px;
  background-color: #d3d3d3;
}

@media (max-width: 767px) {
  .modal-dialog {
    width: 100% !important;
    top: -700px;
    padding-right: 12px !important;
  }
  .modal-dialog p{
    font-size: 12px !important;
    
  }
  .modal-content {
    width: 100% !important;
    margin-left: 0px !important;
    border-radius: 0px;
    background-color: #d3d3d3;
  }
}
















.slider-container {
  width: 80%;
  overflow: hidden;
  position: relative;
  margin: 20px 0;
}

.slider2 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.card2 {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  text-align: center;
  width: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 300px;
}

.icon {
  font-size: 40px;
  margin-bottom: 10px;
}

h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  color: #666;
}

button {
  background-color: #2dc100;
  border: none;
  color: white;
  padding: 10px 20px;
  margin: 10px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background-color: #238502;
}

/* Define the visible area to display only 3 cards at a time */
.slider-container {
  width: 960px; /* 300px width + 20px margin for each card */
  overflow: hidden;
}

.card3 {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 300px;
  
  min-width: 300px;
}

@media (max-width: 768px) {
  .slider-container {
    width: 320px; /* Mostra apenas um card (300px + 20px de margem) */
  }
}