
img {
  max-width: 100%;
}

ul {
  list-style-type: none;
}

h1 {
  font-size: 45px;
  /*font-family: "Montserrat";*/
  font-weight: 600;
  margin-top: 135px;
}

h2 {
  padding-left: 15px;
  font-family: "Montserrat";
}

h3 {
  font-family: "Montserrat";
}

h4 {
  font-size: 15px;
  font-family: "Montserrat";
}

p {
  font-size: 1rem;
  /*font-family: "Open Sans"*/
  font-family: "Montserrat";
}

.division-blue {
  background-color: #319ba5;
  height: 7px;
  width: 75px;
  margin: auto;
  margin-bottom: 80px;
}

.division-green {
  background-color: #0ebb3e;
  height: 7px;
  width: 75px;
  margin: auto;
  margin-bottom: 80px;
}

.division-green2 {
  background-color: #0ebb3e;
  height: 7px;
  width: 75px;
  margin-bottom: 8px;
}

.division-green-small {
  background-color: #0ebb3e;
  height: 3px;
  width: 55px;
  margin-bottom: 8px
}

/* Configurações novas 22-06-2022 */

.new-title{
  font-weight: bold;
  font-size:31px;
  margin-bottom: 40px;
  color: #707070;
  text-align: center;
}

.new-new {
  font-weight: bold !important;
}

.h3-faca {
  text-align: center;
  color: #707070;
}

.implement{
  width: 320px;
}

.margens {
  padding-top:60px;
}

.icons-bandeiras {
  width: 22px;
  margin-left: 8px;
  margin-top: 25px;
}

.icons-bandeiras-b {
  width: 22px;
}

.mvv{
  color: #2e2e2e;
  margin-bottom: 20px;
}

.tittle-mvv{
  font-size: 1.2rem;
}

.language {
  position: absolute;
  display: inline-grid;
  top: 85%;
  left: 0%;
}

.my-carousel{
    /*position: absolute;
    z-index: -1;*/
    top: 0px;
}

.my-nav{
  position:absolute;
  top: 30px;
  z-index: 999;
}


.h1-title {
    position: absolute;
    text-align:center;
    color: white;
    font-weight: bold;
    font-size: 2rem;
}

.img-cp{
  padding: 10px 0px;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 20px;
  border: 3px solid transparent;
}

.title-h4{
  font-weight: bold;
}

.box-carrossel{
  width: 50%;
  height: 30%;
  top: 34%;
  right: 25%;
  position: absolute;
  text-align: center;
  align-items: center;
  background-color: #0006;
}

.titulo-carrossel{
  text-align: left;
}

/*MAIN*/

.main {
  /*background-image: url(assets/images/bg.png);
  height: 700px;*/
  background: none;
  color: white;
}

/* Dropdown Button */
.dropbtn {
    background-color: rgba(0, 0, 0, 0);;
    color: white;
    padding: 10px;
    font-size: 0.7rem;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(38,38,38,0.8);
    min-width: 176px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-b {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  min-width: 176px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 0px 16px;
    margin: 12px 0;
    text-decoration: none;
    display: block;
}

.dropdown-content-b a {
  color: black !important;
  padding: 0px 16px;
  margin: 12px 0;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: rgba(38,38,38,0);
  color:white;
  margin-bottom: -3px;
}

.dropdown-content-b a:hover {
  background-color: #f5f5f5;
  color:black;
  margin-bottom: -3px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #0ebb3e;}


.logo {
  margin-top: 3vh;
    margin-left: 3vw;
    margin-right: 3vw;
    max-width: 14vw;
    min-width: 12vw;
}

.logo-menor {
  margin-top: 3vh;
    margin-left: 3vw;
    margin-right: 3vw;
    max-width: 9vw;
    min-width: 1vw;
}

.logo-footer{
  width: 50%;
}

.menu-fixo{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all .5s;
  background-color: #f5f5f5;
  color:#000;
  box-shadow: 0 4px 16px rgb(138 148 159 / 30%);
}

.menu-a{
  color:#000 !important;
}

.menu li {
  color: white;
  font-family: "Montserrat";
  font-size: 12px;
  display: inline-block;
  margin-right: 16px;
  margin-top: 18px;
}

.bg-light > .menu li {
  color: #000;
  margin-right: 0;
  font-family: "Montserrat";
  font-size: 17px;
  display: block;
  margin-top: 10px;
}

.menu a:hover {
  border-bottom: 3px solid #84fe5a;
  text-decoration: none;
}

.menu a {
  color: white;
}

.subtitle {
  font-size: 20px;
}

span {
  color: #84fe5a;
}

.inspeciona{
  margin-left: 3vw;
  width:190px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}

.inspeciona-p{
  margin-left: 3vw;
  width:190px;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
  font-size: 10px;
  color:black !important;
}

.comece-gratuitamente {
  background-color: #84fe5a;
  color: #232323 !important;
  font-weight: bold;
  padding: 10px;
  border-radius: 25px;
  cursor: pointer;
  border:none;
  text-decoration: none;
  /*float:right;
  margin-right:18% !important;*/
}

a:hover{
  cursor: pointer;
  border:none;
  text-decoration: none;
}
a:focus{
  cursor: pointer;
  border:none;
  text-decoration: none;
}

a:-webkit-any-link
{
  cursor: pointer;
  border:none;
  text-decoration: none;
}

/*O QUE É*/

.o-que-e {
  margin-top:75px;
  /*margin-top: 20%;*/
}

/*.o-que-e img {
  margin-top: 100px;
}*/

.img-check{
  margin-top: 100px;
}

.text-small-pdca{
  font-size: 0.8rem;
}

/*FAÇA MAIS*/

h3 {
  font-size: 31px;
}

.faca-mais {
  margin-top: 80px;
  padding-top: 70px;
  padding-bottom: 40px;
}

.faca-mais h3 {
  padding-left: 15px;
  margin-bottom: 25px;
}

/*CLIENTES*/

.clientes {
  margin-top: 75px;
  /*margin-bottom: 85px;
  padding-bottom: 85px;
  border-bottom: 1.5px solid #dcdcdc;*/
}

/*PORQUE IMPLEMENTAR*/

.porque-implementar {
  margin-top: 75px;
  padding-top: 10px;
  padding-bottom: 85px;
  /*padding-bottom: 85px;
  border-bottom: 1.5px solid #dcdcdc;*/
}

.implementar-boxes {
  /*margin-right: 40px;
  width: 80%;*/
  text-align: center;
}

.implementar-boxes img {
  width: 45px;
  margin-bottom: 15px;
}

.implementar {
  padding: 15px;
  text-align: center;
  /*border: 0.5px solid #dcdcdc;*/
  margin-left: 20px;
  margin-right: -20px;
  min-height: 270px;
  /*margin-bottom: 20px;*/
}

.implement-text {
  color:#2e2e2e;
  text-align: left;
  font-weight: bold;
  font-size: 1.1rem;
}

.text-small{
  text-align: left;
}

/*PDCA*/
.pdca {
  background-color: #213238;
  color: white;
  /*margin-top: 80px;*/
  padding-top: 70px;
  padding-bottom: 50px;
}

.pdca1 {
  /*margin-bottom: 35px;*/
  margin-bottom: 75px;
  max-width: 40px;
}

.pdca2 {
/*  margin-bottom: 35px;*/
margin-bottom: 53px;
  max-width: 40px;
}

.pdca3 {
  /*margin-bottom: 55px;*/
  margin-bottom: 120px;
  max-width: 40px;
}


.pdca4 {
  margin-bottom: 55px;
  max-width: 40px;
}

.pdca-text{
  margin-left: -55px;
}

.pdca-icons{
  text-align: center;
}

.pdca-title{
  font-weight: bold;
}

/*QUEM É*/

.quem-e {
  margin-top: 80px;
}

/*MISSAO*/
.missao {
  /*background-color: #0ebb3e;*/
  margin-top: 80px;
  /*padding-top: 70px;*/
  padding-bottom: 40px;
  /*color: white;*/
}

.missao .box1, .box2 {
  background-color: white;
  /*color: black;*/
  width: 250px;
  padding: 15px;
  min-height: 272px;
  border-radius: 5px;
}

.box2 {
  margin-left: -85px;
}

.missao h3 {
  /*border-left: 7px solid #095573;*/
  padding-left: 15px;
}

/*NOSSOS SERVIÇOS*/
.servicos {
  margin-top: 77px;
  margin-bottom: 105px;
  padding: 20px 0px;
}

.lista-servicos {
  margin-left: -45px;
}

.servicos1 {
  margin-bottom: 30px;
}

.servicos2 {
  margin-bottom: 30px;
}

.servicos-margin{
  margin: auto;
}

.ul-tab{
  list-style-type: revert;
}

.tab-orign{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 12%;
  height: 650px;
  padding-bottom: 3%;
  color: white;
}

.tab-orign-b {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 650px;
  color: white;
}

.tab-title {
  font-size: 24px!important;
  font-weight: bold;
}

.tab-1size {
  font-size: 13px !important;
  font-family: 'Montserrat';
  vertical-align: top;
}

.table-carrossel{
  margin-top: 5%;
  text-align:left;
  width:80%;
  margin: auto;
}

.tab-padding {
  padding: 0px 25px;
}

.tab-1{
  background-image: url(assets/images/slide-1.png);
}

.tab-2 {
  background-image: url(assets/images/slide-2.png);
}

.tab-3 {
  background-image: url(assets/images/slide-3.png);
}

.tab-4 {
  background-image: url(assets/images/slide-4.png);
}

.tab-5 {
  background-image: url(assets/images/slide-5.png);
}

.tab-6 {
  background-image: url(assets/images/slide-6.png);
}

.tab-7 {
  background-image: url(assets/images/slide-7.png);
}

.tab-0 {
  background-image: url(assets/images/bg1.png);
}

/*CONTATO*/
.contato {
  background-color: #2e2e2e;
  color: white;
  padding-top: 60px;
  padding-bottom: 40px;
}

.contato h3 {
  /*border-left: 7px solid #0ebb3e;*/
  padding-left: 15px;
}

.lista-contato {
  /*margin-left: -55px;*/
  color: #84fe5a;
  text-align: center;
  font-weight: bold;
}

.obrigatorio:after {
  content: " *";
  color: #e32031;
}

.icon-phone {
  height: 25px;
  margin-top: -15px;
}

.icon-email {
  width: 25px;
}

.title-contact{
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin-bottom: 50px ;
}

.icon-contact {
  margin-bottom: 30px;
}

.choose {
  padding: 5px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  color: #626262;
}

.button-contact{
  background-color: #84fe5a;
  padding: 5px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  color: #626262;
  margin-top: 15px;
  margin-bottom: 35px;
  font-weight: bold;
}

.option-contact{
  font-family: 'Montserrat';
}

.footer-text{
  color: white;
}

.footer-text a{
  color: white;
}

.footer-space {
  padding: 6px;
}

.politica-e-termos{
  display: flex;
  font-weight: 11px;
}

.tab-overflow h6{
  font-weight: bold;
}

/*=============MOBILE==============*/

@media (min-width: 600px){

  .logo-check{
    width: 60%;
  }
}

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

  .division-green-mobile {
    background-color: #0ebb3e;
    height: 7px;
    width: 75px;
    margin: auto;
    margin-bottom: 30px;
  }

  .division-blue-mobile {
    background-color: #095573;
    height: 7px;
    width: 75px;
    margin: auto;
    margin-bottom: 30px;
  }

  .division-green-small {
    background-color: #0ebb3e;
    height: 3px;
    width: 55px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-title{
    font-size: 1rem;
  }

  .subtitle{
    font-size: 0.6rem;
  }

  /**/

  .main {
    /*background-image: url(assets/images/bg.png);
    height: 590px;*/
    color: white;
    padding-top: 185px;
  }

  .menu li {
    color: black;
    font-family: "Montserrat";
    font-size: 0.7rem;
    display: flex;
    padding-top: 24px;
    margin-right: 16px;
    margin-top: 18px;
  }

  .menu a:hover {
    border-bottom: 2px solid #0ebb3e;
    text-decoration: none;
  }

  .menu a {
    color: black;
    border-bottom: 2px solid #0ebb3e;
  }

  h1 {
    font-size: 43px;
    /*font-family: "Montserrat";*/
    font-weight: 600;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
  }

  /*O QUE É*/

  h2 {
    /*border-left: 0px solid #0ebb3e;*/
    padding-left: 0px;
    font-family: "Montserrat";
    text-align: center;
  }

  p {
    font-size: 12px;
    /*text-align: center;
    margin-left: 25px;*/
    margin-right: 25px;
  }

  .o-que-e img {
    margin-top: 30px;

  }

  /*FAÇA MAIS*/

  h3 {
    font-size: 25px;
    text-align: center;
  }

  .faca-mais h3 {
    /*border-left: 0px solid #095573;*/
    padding-left: 0;
    margin-bottom: 25px;
  }

  /*CLIENTES*/

  .clientes {
    margin-top: 75px;
    margin-bottom: 85px;
    padding-bottom: 40px;
    border-bottom: 1.5px solid #dcdcdc;
  }

  .clientes img {
    max-width: 70%;
    margin-bottom: 15px;
  }

  .division-blue {
    margin-bottom: 40px;
  }

  /*PORQUE IMPLEMENTAR*/

  .porque-implementar {
    margin-top: 55px;
    margin-bottom: 85px;
    padding-bottom: 85px;
    border-bottom: 1.5px solid #dcdcdc;

  }
  .implementar-boxes {
    margin-right: 0;
  }

  .implementar-boxes img {
    width: 60px;
    margin-bottom: 60px;
  }

  .implementar {
    padding: 10px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .implement-text {
  text-align: left;
  }

  .photos-block img {
    margin-bottom: 10px;
  }

  /*PDCA*/
  .pdca {
    background-color: #213238;;
    color: white;
    margin-top: 80px;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .pdca1 {
    display: none;
  }

  .pdca2 {
    display: none;
  }

  .pdca3 {
    display: none;
  }

  .pdca4 {
    display: none;
  }

  .pdca-text{
    text-align: center;
    margin-left: -30px;
  }

  /*QUEM É*/

  .quem-e {
    margin-top: 80px;
  }

  .quem-e img {
    margin-bottom: 70px;
  }

  .frase-que-e{
    text-align: center!important;
  }

  /*MISSAO*/
  .missao {
    /*background-color: #0ebb3e;*/
    margin-top: 60px;
    /*padding-top: 70px;*/
    padding-bottom: 40px;
    color: white;
  }

  .missao .box1, .box2 {
    background-color: white;
    color: black;
    width: 250px;
    padding: 10px;
    min-height: 0;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .box2 {
    margin: auto;
  }

  .missao h3 {
    border-left: 0px solid #095573;
    padding-left: 0;
  }

  /*NOSSOS SERVIÇOS*/
  .servicos {
    margin-top: 45px;
    margin-bottom: 60px;
  }

  .lista-servicos {
    margin-left: -40px;
    text-align: center;
  }

  .servicos1 {
    margin-bottom: 30px;
    display: none;
  }

  .servicos2 {
    margin-bottom: 30px;
    display: none;
  }

  .servicos3 {
    display: none;
  }

  .servicos-margin {
    margin-top: 6%!important;
  }

  /*CONTATO*/
  .contato {
    padding-top: 55px;
    padding-bottom: 95px;
  }

  .contato h3 {
    /*border-left: 0 solid #0ebb3e;*/
    padding-left: 0;
  }

  .lista-contato {
    margin-left: -40px;
  }

  .icon-phone {
    display: none;
  }

  .icon-email {
    display: none;
  }

  .footer{
    text-align: center;
  }

  .footer-margin{
    margin-top: 24px;
  }

  .footer-space {
    margin-right: 16%;
  }

  .tab-1size {
    font-size: 8px !important;
  }

  .tab-title {
    font-size: 15px!important;
    font-weight: bold;
  }

  .tab-padding {
    padding: 0px 0px;
  }

  .tab-orign{
    padding-bottom: 7%;
    height: 300px;
  }

  .tab-orign-b{
    height: 300px;
  }

  .tab-overflow{
    overflow-y:auto;
    height:150px;
  }

  .td-size{
    width:49%;
  }

  .img-carrossel{
    height: 300px;
  }

  .tab-overflow h6{
    font-size: 12px;
    font-weight: bold;
  }

  .box-carrossel{
    width: 92%;
    right: 4%;
  }

  .my-carousel{
    /*position: absolute;
    z-index: -1;*/
    top: 60px;
}

}


@media only screen and (min-height: 300px) {
  .change-nav{
    background-color: #000;
    position: fixed;
    top: 0px;
  }
}
