@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);
/* ================================ Basic CSS =============================== */
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Work Sans' , sans-serif; }

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }
/* 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;
  }
}
img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

ul, ol {
  margin: 0px;
  padding: 0px; }

h2 {
  color: #313e4f; }

li {
  list-style: none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

h2 {
  margin: 0 0 10px 0;
  font-size: 30px;
  color: #031b2d;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600; }

.head-01 {
  text-align: center;
  margin: 30px 0px 20px 0px; }

/* ================================ Header CSS =============================== */
/* Navbar Logo */
._main_nav .logo {
  width: 100%;
  height: 60px;
  float: left;
  max-height: 95px;
  line-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contmenu ul {
  display: flex ;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.contmenu ol {
  padding-left: 10px;
}
.contmenu ol li{
  padding: 2px !important;
  margin: 0;
}
.contmenu ol li:hover{
  color: #e1ad3d;
}
._main_nav .logo-wrap {
  display: inline-block;
}

._main_nav .logo-wrap:focus, .header .logo-wrap:hover {
  text-decoration: none;
}

._main_nav .logo-img {
  display: inline-block;
  width: 80px;
  height: 60px;
  vertical-align: middle;
}
.logo-imgbanner {
  width: 195px;
  height: 146px;
  
}
@media screen and (max-width: 911px) {
  .logo-imgbanner {
    width: 130px; /* Novo tamanho para a imagem */
    height: auto; /* Mantém a proporção da altura */
  }
}
@media screen and (max-width: 766px) {
  .logo-imgbanner {
    display: none;
  }
}
._main_nav {
  padding: 8px;
}
.logo {
  padding: 12px 12px 12px 0px; 
}
  .logo a {
    color: #FFF;
    font-weight: 600; }

.container {
  max-width: 1170px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; 
    }
    } 
    
@media screen and (max-width: 767px) {
  .nav {
    margin-top: -58px; 
  }
    .nav .menu-toggle {
      margin-right: -15px; 
    } 
  .contmenu ul {
    display: block;
    justify-content: left;
    align-items: center;
  }
  
  .contmenu ul ol{
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .contmenu ul ol li{
    margin-left: 10px;
  }
  }
      
@media screen and (max-width:1045px){
    .menu ul li a {
      font-size: 13px !important;
    }
}
@media screen and (max-width:850px){
  .menu ul li a {
    font-size: 10.5px !important;
  }
}

@media screen and (max-width:850px){
  .menu ul li a {
    font-size: 10.5px !important;
  }
}
@media screen and (max-width:800px){
  
    .contmenu ul li a{
      font-size: 16px !important;
    }
}

/* ================================ Slider CSS =============================== */
.slider {
  overflow: hidden; }
  .slider .carousel-caption{
    height: 100%;
  }
  .slider .carousel-caption .container{
    height: 100%;
  }
  .slider .carousel-item {
    background: #000; }

    .slider .carousel-item  .slideText{
      height: 100%;
      display: flex;
      align-items: center;
    }
  
    .slider .carousel-item ._nb_mc {
      display: flex;
      flex-direction: column;
      justify-content: left;
    }
    .slider .carousel-item ._nb_mc {
      transition: 0.5s all ease;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      animation-name: fadeInUp;
      position: relative;
    }
      .slider .carousel-item ._nb_mc a {
        position: relative;
        margin: 20px 0px;
        padding: 10px 18px;
        float: left;
        text-align: center;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        border: 1px solid #fff;
        transition: 0.5s all ease; 
        width: 160px;
      }
      .slider .carousel-item ._nb_mc p {
        line-height: 30px;
        color: #e0e0e0;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.8px;
        text-align: left;
        margin: 20px 0px; }
      .slider .carousel-item ._nb_mc h2 {
        font-size: 45px;
        color: #fff;
        line-height: 60px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left; }
    .slider .carousel-item .kl_bd_we {
      top: 50px !important; }
    .slider .carousel-item ._kl_gh_er {
      position: relative;
      transition: 0.5s all ease;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      animation-name: fadeInUp;
      top: 87px; }
      .slider .carousel-item ._kl_gh_er img {
        opacity: 1;
        width: 100%; 
      }
      @media screen and (max-width: 768px) {
        .slider .carousel-item ._kl_gh_er img {
          width: 64%; } 
      }
      .slider .carousel-item .imgslider {
        opacity: 0.4; 
      }
      @media screen and (max-width: 768px) {
        .slider .carousel-item .imgslider {
          opacity: 0.4; 
          height: 300px;
          object-fit: cover;
        } 
      }
      @media screen and (max-width: 1150px) {
        .slider .carousel-item ._nb_mc {
          top: 0;
        }
        .slider .carousel-item ._nb_mc h2 {
          font-size: 30px;
        }
        

      }
      @media screen and (max-width: 796px) {
        .slider .carousel-item ._nb_mc h2 {
          font-size: 23px;
          line-height: 23px;
        }
        .slider .carousel-item ._nb_mc p {
          font-size: 14px;
        }
      }

      @media screen and (max-width: 500px) {
        .slider .carousel-item ._nb_mc h2 {
          font-size: 19px;
          line-height: 23px;
        }
      .slider .carousel-item ._nb_mc p {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0;

      }
      .slider .carousel-item ._nb_mc a{
        margin: 0;
      }
    }

      

/* ================================ Section CSS =============================== */
._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 {
      font-size: 17px;
      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%; }

  .pl_io_de ._ty_we_xs{
    width: 65%;
  }
  @media (max-width: 768px) { /* Ajuste para dispositivos móveis */
    .pl_io_de ._ty_we_xs {
        width: 100%;
    }
}



.services-01 {
  padding: 40px 0px;
  background: #fff;
  position: relative;
  overflow: hidden; }
  .services-01 .ser-box {
    margin: 20px 0px;
    padding: 15px 18px 20px 15px;
    background: #f7f7f7;
    position: relative;
    text-align: center; }
    .services-01 .ser-box:hover {
      -webkit-transition: all 0.35s;
      -moz-transition: all 0.35s;
      transition: all 0.35s;
      -ms-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      background: #e1ad3d;
      color: #fff; }
      .services-01 .ser-box:hover i {
        color: #fff; }
      .services-01 .ser-box:hover p {
        color: #fff; }
      .services-01 .ser-box:hover h3 {
        color: #fff; }
    .services-01 .ser-box p {
      margin: 0px;
      font-size: 15px;
      line-height: 24px;
      font-weight: 400;
      color: #8d8a8a; }
    .services-01 .ser-box h3 {
      color: #031b2d;
      text-transform: uppercase;
      padding: 10px 0px;
      font-size: 20px;
      font-weight: 500; }
    .services-01 .ser-box i {
      color: #e1ad3d;
      font-size: 25px;
      margin: 10px 0px; }
  .services-01 .head-01 {
    text-align: center; }

.bg-01 {
  background: url(../images/bg-02.jpg);
  padding: 40px 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative; }
  .bg-01 ._lk_bg_cd {
    margin: 20px 0px;
    padding: 20px;
    border: 2px dotted #fff;
    color: #fff;
    text-align: center; }
    .bg-01 ._lk_bg_cd:hover {
      border: 2px solid #e1ad3d; }
      .bg-01 ._lk_bg_cd:hover h5 {
        color: #e1ad3d; }
      .bg-01 ._lk_bg_cd:hover .counting {
        color: #242323;
        font-weight: 700; }
        .bg-01 ._lk_bg_cd:hover .counting::before {
          opacity: 1;
          transition: 0.2s; }
      .bg-01 ._lk_bg_cd:hover i {
        background: #e1ad3d;
        transition: 0.2s;
        color: #fff;
        box-shadow: 0px 0px 0px 5px rgba(36, 35, 35, 0.9) inset;
        border: 3px solid #fff; }
    .bg-01 ._lk_bg_cd h5 {
      padding: 10px 0px; }
    .bg-01 ._lk_bg_cd i {
      height: 100px;
      width: 100px;
      background: #242323;
      border-radius: 50px;
      color: #e1ad3d;
      font-size: 30px;
      text-align: center;
      margin: 10px auto;
      box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.9) inset;
      -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.9) inset;
      -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.9) inset;
      border: 3px solid #e1ad3d;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s; }
    .bg-01 ._lk_bg_cd .counting {
      font-size: 20px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 10px 0px;
      position: relative; }
      .bg-01 ._lk_bg_cd .counting::before {
        position: absolute;
        content: "";
        width: 46px;
        height: 2px;
        background: #e1ad3d;
        bottom: 0;
        opacity: 0;
        transition: 0.2s; }
  .bg-01::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    top: 0; }

.bg-02 {
  padding: 40px 0px;
  position: relative;
  overflow: hidden; }
  .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;
      box-shadow: 0px 0px 15px 0px #ddd; }
      .bg-02 .team-main-box .team-content-box b {
        display: block;
        position: relative;
        font-size: 15px;
        color: #e1ad3d; }
      .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: #031b2d;
        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 4px 0px #ddd; }
        .bg-02 .team-main-box .team-content-box ul li {
          display: inline-block;
          padding: 0px 7px; 
          font-size: 14px;
        }
          .bg-02 .team-main-box .team-content-box ul li i {
            color: #e1ad3d; }
            .bg-02 .team-main-box .team-content-box ul li i:hover {
              color: #926503; }
    .bg-02 .team-main-box img {
      width: 100%; }

.bg-03 {
  padding: 40px 0px;
  background: #f7f7f7;
  position: relative;
  overflow: hidden; }
  .bg-03 ._kl_cd {
    margin: 20px 0px;
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
    position: relative; }
    .bg-03 ._kl_cd ._oi_er_we {
      text-align: center;
      background: #fff;
      padding: 18px 15px; }
      .bg-03 ._kl_cd ._oi_er_we p {
        font-size: 14px;
        margin: 10px 0px;
        font-weight: 500;
        line-height: 25px; }
      .bg-03 ._kl_cd ._oi_er_we h3 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.3px;
        margin: 10px 0px; }
    .bg-03 ._kl_cd ._i-tr {
      position: relative;
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
      overflow: hidden; }
      .bg-03 ._kl_cd ._i-tr:hover::before {
        width: 100%;
        opacity: 1;
        visibility: visible;
        transition: 0.8s; }
      .bg-03 ._kl_cd ._i-tr::before {
        position: absolute;
        content: "\f0c1";
        font-size: 20px;
        color: #e1ad3d;
        text-align: center;
        font-family: "Font Awesome 5 Pro";
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        visibility: hidden;
        opacity: 0;
        transition: 0.8s; }

        .bg-03  .btn-001 {
          display: block;
          width: 100%;
          margin: 20px 0px;
          position: relative;
          z-index: 9;
          text-align: center; 
      }
      .bg-03  .btn-001 a {
        text-align: center;
        padding: 10px 18px;
        color: #fff;
        border-radius: 4px;
        font-size: 15px;
        background: #e1ad3d; }

.abt-01 {
  padding: 60px 0px;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%), url(../images/abt-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  .abt-01 .head-se-01 {
    position: relative;
    margin: 20px 0px;
    text-align: center; }
    .abt-01 .head-se-01 ol li {
      display: inline-block;
      margin: 10px 0px;
      font-size: 16px;
      color: #ececec; }
      .abt-01 .head-se-01 ol li:nth-child(1) {
        color: #969696; }
      .abt-01 .head-se-01 ol li i {
        position: relative;
        top: 2px;
        margin: 0 10px; }
    .abt-01 .head-se-01 h3 {
      font-size: 20px;
      font-weight: 600;
      color: #fff; }

.contact-01 {
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden; }
  .contact-01 .head-001 {
    margin: 20px 0px;
    text-align: center; }
    .contact-01 .head-001 h2 {
      padding: 5px 0 20px 0; }
  .contact-01 .btn-001 {
    display: block;
    width: 100%;
    margin: 20px 0px;
    position: relative;
    z-index: 9;
    text-align: center; }
    .contact-01 .btn-001 button {
      text-align: center;
      padding: 10px 18px;
      color: #fff;
      border-radius: 4px;
      font-size: 15px;
      background: #e1ad3d; }
      .contact-01 .btn-001 button:hover {
        background: #031b2d;
       }
  .contact-01 .mar-01 {
    width: 80%;
    display: block;
    padding: 0 0 0 20%;
  
  }
    @media screen and (max-width: 768px) {
      .contact-01 .mar-01 {
        width: 100%; 
        padding: 0;
      } }
  .contact-01 .form-group {
    margin: 20px 0px;
    position: relative; }
    .contact-01 .form-group .form-control {
      min-height: 45px;
      background: transparent;
      border: 1px solid #e1ad3d; }

.mab-01 .head-001 {
  padding-left: 40px;
  padding-right: 40px;
  margin: 20px 0px;
  text-align: center; }
  .mab-01 .head-001 h2 {
    padding: 5px 0 20px 0; }

  .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
/* ================================ Footer CSS =============================== */
footer {
  padding: 40px 0px;
  background: #031b2d;
  position: relative;
  overflow: hidden; }
   .logo-img {
    display: inline-block;
    width: 139px;
    height: 94px;
    vertical-align: middle;
  }
  footer ._pl_we_sq {
    margin: 30px 0 0 0;
    border-top: 1px solid #565655;
    padding: 20px 0 0;
    color: #ececec; }
    footer ._pl_we_sq .last-01 {
      position: relative;
      direction: inline-block; }
      footer ._pl_we_sq .last-01 p {
        letter-spacing: 0.5px;
        font-size: 16px;
        margin: 0px; }
        footer ._pl_we_sq .last-01 p span {
          margin: 0 10px;
          font-size: 11px;
          letter-spacing: 0.6px;
          font-weight: 600;
          color: #e1ad3d; }
          footer ._pl_we_sq .last-01 p span:hover {
            color: #be8d21; }
  footer ._kl_ds_we {
    margin: 20px 0px;
    padding: 10px 8px;
    position: relative;
    color: #fff; }
    footer ._kl_ds_we .head-footer {
      display: block;
      position: relative; }
      footer ._kl_ds_we .head-footer .un-hover li {
        cursor: default; }
      footer ._kl_ds_we .head-footer  li a {
        color: #fff; }  
        footer ._kl_ds_we .head-footer li a:hover {
          color: #e1ad3d; }  
      footer ._kl_ds_we .head-footer .un-hover li:hover {
        color: #ececec;
        letter-spacing: 0px; }
        footer ._kl_ds_we .head-footer .un-hover li:hover i {
          color: #ececec; }
      footer ._kl_ds_we .head-footer ul li {
        display: block;
        padding: 10px 0px;
        color: #ececec;
        cursor: pointer;
        transition: 0.7s; }
        footer ._kl_ds_we .head-footer ul li:hover {
          color: #e1ad3d;
          letter-spacing: 1px; }
          footer ._kl_ds_we .head-footer ul li:hover i {
            color: #e1ad3d; }
        footer ._kl_ds_we .head-footer ul li i {
          padding-right: 10px;
          color: #ececec; }
      footer ._kl_ds_we .head-footer p {
        font-size: 16px;
        line-height: 25px;
        color: #ececec;
        margin: 10px 0px; }
      footer ._kl_ds_we .head-footer ol li {
        display: inline-block;
        padding: 0 0 0 8px; }
        footer ._kl_ds_we .head-footer ol li i{
          color: #ececec;}
          footer ._kl_ds_we .head-footer ol li i:hover{
            color: #e1ad3d;}
      footer ._kl_ds_we .head-footer h3 {
        padding: 0 0 10px 0;
        position: relative;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 17px 0; }
        footer ._kl_ds_we .head-footer h3::before {
          position: absolute;
          content: "";
          width: 50px;
          background: #e1ad3d;
          height: 2px;
          bottom: 0;
          left: 0; }

/*# sourceMappingURL=style.css.map */
