


body{
  color: #535353;
 overflow-y: scroll;
overflow-x: hidden; 
-webkit-overflow-scrolling: touch;
}

.btn-primary{
background-color: brown; border-color: brown;
transition: 1s;
}

.btn-primary:hover{
background-color: rgb(235, 15, 15); border-color: rgb(235, 15, 15);
transition: 1s;
padding: 10px 20px 10px 20px;
}

.btn-secondary{
background-color: brown; border-color: brown;
transition: 1s;
}

.btn-secondary:hover{
background-color: rgb(235, 15, 15); border-color: rgb(235, 15, 15);
transition: 1s;

}


.btn-success{
background-color: rgb(42, 165, 42); border-color: rgb(42, 165, 42);
transition: 1s;
}

.btn-success:hover{
background-color: rgb(16, 214, 16); border-color: rgb(16, 214, 16);
transition: 1s;
padding: 10px 20px 10px 20px;
}

strong{
  color: #000000;
}
h1{
  color: #000000;
  font-size: 36px;
}
h2{
  color: #000000;
}
.slide-img{
    background-image: url('images/slide5.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
}
.padding-slide{
    padding-top: 200px;
    padding-bottom: 200px;
}

.logos-slide img {
   
    filter: grayscale(1);
    opacity: 0.5;
  }
  .logos {
    overflow: hidden;
    white-space: nowrap;
  }
  .logos {
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 0;
    background-color: #FFFFFF;
  }
  .logos-slide img {
  
    margin: 0 40px;
  }
  @keyframes slide2 {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .logos-slide {
    animation: 35s slide2 infinite linear;
  }
  .logos-slide {
    display: inline-block;
    animation: 35s slide2 infinite linear;
  }
  
  .justify-text{
    text-align: justify;
  }

  /*
  .justify-text1{
    text-align: justify;
    text-align-last: center;
  }
*/
  .text-mini-title{
    font-size: 18px;
  }
  .tabs-imgs{
    max-width: 570px;
    border-radius: 20px;
  }
  .icon-box{
    margin-top: 20px;
    border-radius: 20px;
    padding: 10px 20px 20px 20px;
    box-shadow: 0px 10px 35px 0px rgba(21.999999999999996, 51.00000000000006, 69, 0.1);
    background-color: white;
  }

  .nav-tabs{
    display: flex;
    justify-content: space-between;
  }
  .nav-button-tabs{
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    width: 280px;
    color:  black !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 2px solid brown !important;
  }

  
.nav-tabs .nav-link.active{
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    width: 280px;
    color: brown !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 2px solid brown !important;
  }


.box-structures{
  background-color: #FFFFFF;
  border-left: solid 6px rgb(255, 255, 255);
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  border-radius: 30px;
  box-shadow: 0px 10px 35px 0px rgba(21.999999999999996, 51.00000000000006, 69, 0.1);
  transition: 0.2s;
}


.box-structures:hover{
  background-color: #FFFFFF;
  border-left: solid 6px brown;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
  border-radius: 30px;
  box-shadow: 0px 10px 35px 0px rgba(21.999999999999996, 51.00000000000006, 69, 0.1);
  transition: 0.5s;
}



.box-structures2{
  background-color: #FFFFFF;
  border-left: solid 6px rgb(255, 255, 255);
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 54px;
  border-radius: 30px;
  box-shadow: 0px 10px 35px 0px rgba(21.999999999999996, 51.00000000000006, 69, 0.1);
  transition: 0.5s;
}

.box-structures2:hover{
  background-color: #FFFFFF;
  border-left: solid 6px brown;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 54px;
  border-radius: 30px;
  box-shadow: 0px 10px 35px 0px rgba(21.999999999999996, 51.00000000000006, 69, 0.1);
  transition: 0.5s;
}





.carousel-style{
  background-color: #535353;
  height: 600px;
}


.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 220px !important;
  height: 80px !important;
  padding: 0;
  margin-right: 10px;
  margin-left: 10px;
  text-indent: 0px !important;
  cursor: pointer;
  background-color: #ffffff00;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  transition: opacity .6s ease;
  border-radius: 20px;
}

.text-thumb-box{

  border-radius: 20px;
  background-color: #f2f2f2 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  opacity: 1 !important;

}


.text-thumb{
  font-weight: bold;
  font-size: 20px;
}

.diagnostico-img{
  background-image: url('images/diagnostico.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.planejamento-img{
  background-image: url('images/planejamento.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.operacao-img{
  background-image: url('images/operacao.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.acessoria-img{
  background-image: url('images/acessoria.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.inicio-carrossel-img{
  background-image: url('images/carrossel.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.box-text-center1{
  height: 100%;
}
.img-contato{
  background-image: url('images/contato5.jpg');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px; padding-bottom: 120px; margin-top: 0px;
}


.carousel-control-next-icon{
  background-color: #7b7b7b00;

  width: 120px;
  height: 120px;

}

.carousel-control-prev-icon{
  background-color: #7b7b7b00;

  width: 120px;
  height: 120px;

}
h4{
  font-size: 18px;
  color: #000000;
}

.title-box-color{
  background-color: brown;
  border-radius: 0px;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 160px;
  color: white !important;
}



*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.text-body{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  background-color: #ffffff
}
.wrapper{
  display: flex;
}
.wrapper .static-txt{
  color: #000000;
  font-size: 60px;
  font-weight: 400;
}
.wrapper .dynamic-txts{
  margin-left: 15px;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
}
.dynamic-txts li{
  list-style: none;
  color: brown;
  font-size: 60px;
  font-weight: 500;
  position: relative;
  top: 0;
  animation: slide 12s steps(4) infinite;
}
@keyframes slide {
  100%{
    top: -360px;
  }
}
.dynamic-txts li span{
  position: relative;
  margin: 5px 0;
  line-height: 90px;
}
.dynamic-txts li span::after{
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-left: 2px solid brown;
  animation: typing 3s steps(10) infinite;
}
.whats-1{
  background-color: rgb(13, 160, 0);
  font-size: 40px;
  color: white;
 padding: 5px 12px 5px 12px;
  margin-bottom: 20px;
  margin-right: 35px;
  border-radius: 50px;
}

.whats-btn{
  position: fixed;
right:    0;
bottom:   0;
}


@keyframes typing {
  40%, 60%{
    left: calc(100% + 30px);
  }
  100%{
    left: 0;
  }
}


.box-carrossel{

  background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);
border: 1px solid rgba(255, 255, 255, 0.3);

  border-radius: 30px;
  max-width: 480px;
  padding: 40px;
  margin-top: 100px;
}


.carousel-control-prev-icon {
  background-image: url("images/chevron-compact-left.svg") !important;
   
  
}

.carousel-control-next-icon{
  background-image: url("images/chevron-compact-right.svg") !important;
}

h4{
  color: white;
  font-size: 19px;
  font-weight: 700;
}

.contact-padding{
  padding-top: 60px;
}
.contact-form-align{
  display: flex;
  justify-content: center;
  align-items: center;

}
.width-contact{
  max-width: 600px;
}

a{
text-decoration: none;
}

.mclogo{
  width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-top-home{
  padding-top: 300px;
}


.mobile-nav{
  position: absolute;
  background-color: rgba(0, 0, 0, 0) !important;
  transition: 2s;
}
.border-nav{
  border-bottom: 1px solid rgba(255, 255, 255, 0.202);
}
.mobile-nav-social{
  display: none !important;
}

.imagem-inicio{
  max-width: 580px;
  margin-top: -28px;
}
.justify-remover-text{
  text-align: justify;
}

.accordion-button{
  background-color: #efefef !important;
  border-radius: 14px !important;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 0px !important;
}

.text-center-contact{
  display: flex;
  justify-content: center;
  align-items: center;
}



@media only screen and (max-width: 1399px) {

  .imagem-inicio{
  max-width: 500px;
  margin-top: 0px;
}
.nav-button-tabs{
  width: 250px;
  
}
.nav-tabs .nav-link.active{
   
    width: 250px;
    
  }

}


.icon-thumb{
  font-size: 30px;
}


@media only screen and (max-width: 1140px) {

  .text-thumb{
  font-weight: bold;
  font-size: 14px;
}
.icon-thumb{
  font-size: 20px;
}

}

.section-margin-1{
    margin-top: 180px; margin-bottom: 180px;

  }

  .section-margin-2{
    margin-top: 120px; margin-bottom: 120px;

  }
   .section-margin-3{
    margin-top: 170px; margin-bottom: 100px;
    padding-top: 120px; padding-bottom: 160px;

  }
  .section-margin-4{
    margin-top: 140px; margin-bottom: 180px;

  }
  .section-margin-5{
   margin-top: 180px; margin-bottom: 0px !important;


  }

  .section-margin-6{
   margin-top: 160px; margin-bottom: 180px !important;


  }




@media only screen and (max-width: 1199px) {

  .section-margin-6{
   margin-top: 100px; margin-bottom: 180px !important;


  }

  .section-margin-2{
    margin-top: 80px; margin-bottom: 120px;

  }

.text-center-mobile-2{
  text-align: center;
}

  .imagem-inicio{
  max-width: 400px;
  margin-top: 0px;
}
.padding-text-mobile{
  padding-top: 20px;
  padding-bottom: 20px;
}
.box-structures2{
  margin: 0px;
}
.box-structures{
  margin: 0px;
}
.padding-mobile-tabs{
  padding-left: 140px;
  padding-right: 140px;
}
.tabs-imgs{
    width: 400px !important;
    border-radius: 20px;
    margin-bottom: 30px;
  }
}




  .padding-mobile-thumb-1{
padding-top: 170px; margin-left: 140px;
  }





  .text-passo-1{
    font-weight: 500; color: #bdbdbd;
  }

  .text-passo-2{
    font-size: 164px; margin-top: -50px !important; font-weight: 700; color: #bdbdbd;
  }

  .text-passo-3{
    color: brown; font-weight: 700;
  }
  .margin-passo{
    margin-right: 30px; margin-top: 5px;
  }


  

.footer-align{
  justify-content: end;
}

.font-footer-reducer{
  font-size: 15px;
}


@media only screen and (max-width: 991px) {

  .slide-img{
    background-image: url('images/slide5.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 100vh;
}
.footer-align{
  justify-content: center;
}
.font-footer-reducer{
  font-size: 11px;
}

  
  .img-contato{

    padding-top: 30px; padding-bottom: 30px; margin-top: 0px;
}

  .text-center-contact-2{
    text-align: center;
    margin-top: 70px;
  }

  .text-passo-1{
    font-weight: 500; color: rgb(255, 255, 255);
  }

  .text-passo-2{
    font-size: 164px; margin-top: -50px !important; font-weight: 700; color: rgb(255, 255, 255);
  }

  .text-passo-3{
    color: rgb(255, 255, 255); font-weight: 700;
  }

  .text-passo-4{
    color: #ffffff ;
  }

  .margin-passo{
    margin-right: 10px; margin-top: 49px;
  }

  .padding-mobile-thumb-1{
padding-top: 0px; margin-left: 0px;
  }
.text-center-mobile-3{
  text-align: center;
}

  .padding-mobile-tabs{
  padding-left: 0px;
  padding-right: 0px;
}
   .mclogo{
  width: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-structures2{
  margin-bottom: 30px;
}
.box-structures{
  margin-bottom: 30px;
}
  h1{
    font-size: 28px;
  }
  p{
    font-size: 15px;
  }
  .text-center-mobile{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
  }
  .btn{
    font-size: 16px !important;
  }
  .padding-top-home{
  padding-top: 120px;
}

.mobile-nav{
  position: relative !important;
  background-color: #1d1d1d !important;
  transition: 2s;
}
.border-nav{
  border-bottom: 0px solid rgba(255, 255, 255, 0.202);
}
.desk-nav-social{
  display: none !important;
}
.mobile-nav-social{
  display: block !important;
}
.mobile-logo-resizer{
  width: 100px;
}

.box-carrossel{


  max-width: 100% !important;

}

.carousel-indicators [data-bs-target] {
  
  margin-right: 2px;
  margin-left: 2px;
  
}
.diagnostico-img{
  background-position: right;
 
}
.planejamento-img{
  background-position: right;
}
.operacao-img{
  background-position: right;
}
.acessoria-img{
  background-position: right;
}
.box-carrossel2{

  background: rgba(148, 148, 148, 0.301);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);
border: 1px solid rgba(255, 255, 255, 0.3);

  border-radius: 30px;
   max-width: 100% !important;
  padding: 10px;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  height: 280px !important;
  margin-top: 100px !important;
  
}



}

.mobile-tabs-new{
    display: none;
  }


  @media only screen and (max-width: 767px) {




    .text-center-contact-3{
      text-align: center;
    }


    .section-margin-1{
    margin-top: 120px; margin-bottom: 120px;

  }

  .section-margin-2{
    margin-top: 40px; margin-bottom: 40px;

  }
   .section-margin-3{
    margin-top: 100px; margin-bottom: 0px;
    padding-top: 80px; padding-bottom: 100px;

  }
  .section-margin-4{
    margin-top: 80px; margin-bottom: 110px;

  }
  .section-margin-5{
   margin-top: 120px; margin-bottom: 0px !important;


  }

  .section-margin-6{
   margin-top: 70px; margin-bottom: 130px !important;


  }















  
    .text-thumb{
      display: none;
    }
    .text-hidder-thumb{
      display: none;
    }
    .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 66px !important;
  height: 80px !important;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: 0px !important;
  cursor: pointer;
  background-color: #ffffff00;
  background-clip: padding-box;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity .6s ease;
  border-radius: 20px;
  
}
.icon-center{
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
.text-thumb-box {
  border-radius: 20px;
  background-color: rgb(212, 212, 212) !important;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  opacity: 1 !important;
  margin: 0px;
  justify-content: center !important;
  
}

.text-thumb-resizer-1{
  font-size: 20px !important;
}


  }


@media only screen and (max-width: 600px) {

  .nav-tabs-hidder{
    display: none;
  }
  .mobile-tabs-new{
    display: block !important;
  }

}


.remove-desk-br{
    display: none;
  }


  @media only screen and (max-width: 510px) {

    .resizer-tabela{

      width: 400px;
    }





  }



@media only screen and (max-width: 500px) {
  .remove-desk-br{
    display: block;
  }
  h1{
    font-size: 24px;
    font-weight: 700;
  }
  p{
    font-size: 15px;
  }
  .mclogo{
  width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-top-home{
  padding-top: 100px;
}
 .imagem-inicio{
  max-width: 300px;
  margin-top: 0px;
}
.justify-remover-text{
  text-align: center;
}
.padding-br-mobile{
  padding-left: 30px;
  padding-right: 30px;
}
.title-box-color{
  padding-left: 26px;
  padding-right: 26px;
}
.padding-mobile-carrossel{
  padding-left: 46px;
  padding-right: 46px;
}
.resizer-tabela{

      width: 350px;
    }
.text-thumb-resizer-1{
  font-size: 20px !important;
}
.box-carrossel{
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
  
}



