.logo img{
  max-width:30vw;
}


#logo-mobile img{
  max-width:50vw;
}

ul {
  list-style-type: none;
}

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

h2 {
  border-left: 7px solid #0ebb3e;
  padding-left: 15px;
  font-family: "Montserrat";
}

h3 {
  font-family: "Montserrat";
}

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

p {
  font-family: "Open Sans";
  text-align: justify;
  text-justify: inter-word;

}

.text-small {
  font-size: 0.8em;
  text-align: justify;
  text-justify: inter-word;
}

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

.alternative {
  height: 4px;
  width: 45px;
  margin: auto;
  margin-bottom: 10px;
}

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

.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
}

/*FOOTER LOGO*/

.footer-logo {
  background-color: #fff;
  
}

.logo-footer {
  width: 30vw;
  margin-top: 64px; 
  margin-bottom:64px;
}

/* Responsive Menu */

.navbar {
  background-color: #0ebb3e !important;
}

.bg-light > .menu li a {
  color: #000;
  border-bottom: 2px solid #0ebb3e;
}

.dropdown-btn-responsive {
  padding: 0;
  border: 0;
  border-bottom: 2px solid #0ebb3e;
  background-color: transparent;

}

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

.bg-light > .menu li button{
  color: #000;
}
/*MAIN*/

.main {
  background-image: url(assets/images/Bg-top-banner.jpg);
  height: 590px;
  color: white;
}

/* Dropdown Button */
.dropbtn {
    background-color: rgba(0, 0, 0, 0);;
    color: white;
    padding: 10px;
    font-size: 1.0em;
    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: 180px;
    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;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: rgba(38,38,38,0);
  color: white;
  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;}

/* versao antiga
.logo {
  margin-top: 3.5vh;
  margin-left: 1vw;
  max-width: 150px;
} */
.logo {
  margin-top: 3vh;
  margin-left: 3vw;
  margin-right: 3vw;
  max-width: 14vw;
  min-width: 12vw;
} 

.menu li {
  color: white;
  font-family: "Montserrat";
  font-size: 0.7em;
  display: inline-block;
  margin-right: 2.4vw;
  padding-top:24px;
  font-weight: lighter;
  
}

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

.menu a {
  color: white;
}

.subtitle {
  font-size: 0.9em;
  text-align: center;
}

span {
  color: #0ebb3e;
}

/*O QUE É*/

.o-que-e {
  margin-top:72px;
  
}


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


/*FAÇA MAIS*/

h3 {
  font-size: 31px;
}

.faca-mais {
  margin-top: 80px;
  padding-top: 70px;
  padding-bottom: 40px;
  color: white;
  width:100%;

}

.faca-mais h3 {
  border-left: 7px solid #095573;
  padding-left: 15px;
  margin-bottom: 25px;
  margin-right:8vw;
}

.faca-mais img{
  display:block;
  margin-left:auto;
  margin-right:auto;
  max-width:80vw;
  margin-top:4vh;
}

.faca-mais img{
  display:block;
  margin-left:auto;
  margin-right:auto;
  max-width:60vw;
  margin-top:4vh;
}


/*CLIENTES*/

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

.clientes .row {
  align-items: center;


}

/*PORQUE IMPLEMENTAR*/

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

.implementar-boxes {
  margin-right: 40px;
}

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

.implementar {
  padding: 15px;
  text-align: center;
  margin-left: 20px;
  margin-right: -20px;
  min-height: 270px;
  margin-bottom: 20px;
}

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

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

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

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


.pdca4 {
  max-width: 40px;
}

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

.pdca-text h4 {
  font-weight: bold;
  margin-top: 32px;
}

ul.pdca-icons li {
    margin-top: 30px;
}
/*QUEM É*/

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

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

/*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;*/
  max-width: 80vw;
  padding: 15px;
  min-height: auto;
  border-radius: 5px;
  margin-left:12px;
  margin-top:36px;
}


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

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

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

.lista-servicos li{
  margin-top:12px;
}


/*CONTATO*/
.contato {

  color: white;
  padding-top: 95px;
  padding-bottom: 95px;
}

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

.lista-contato {
 
}

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

.icon-email {
  width: 25px;
}


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

@media  (max-width: 767.98px) {

  .logo-footer {
    margin-top: 64px; 
    margin-bottom:64px;
    width: 50vw;
  }

  .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: 12px;
    
  }

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

  

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



  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: 24px;
    max-width: 80vw;
  }


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

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

  .faca-mais img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-width:80vw;
    margin-top:4vh;
  }



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

  .clientes img {
    max-width: 50%;
    margin-bottom: 32px;
  }

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



  .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: 45px;
    margin-bottom: 15px;
  }

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

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

 
  .pdca {
    background-color: #095573;
    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;
  }

  .pdca img{
    margin-bottom:40px;
  }

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

  .quem-e p{
    text-align: justify;
  }

  .quem-e img {
    margin-bottom: 40px;
    max-width:50vw;
  }

  
  .missao {
    background-color: #0ebb3e;
    padding-bottom: 40px;
    color: white;
    
  }

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

 

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



  .servicos {
    margin-top: 45px;
    margin-bottom: 75px;
  }

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

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

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

  .servicos3 {
    display: none;
  }


  .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;
  }

  .video{
    padding-left:32px;
    padding-right:32px;
    height: 50vh;
  }

}
