
.central{
  width: 100%;
  border: 0px solid #ccc;
  height: 150px;
  border-radius: 5px;
  float: left;
  //background: #ddd;
  text-align: center;
  font-size: 2.5em;
  padding-top: 30px;


}
hr {
    margin-top: 20px;
    width: 140px;
    margin: auto;
    background: #FCE300;
    color: #FCE300;
    height: 6px;
}
.support{
  margin-top: 40px;
  margin: 0 auto;
  width: 30%;
  border: 0px solid #ccc;
  height: 300px;
  float: left;
  background: #FFFFFF;
  border-bottom: 4px solid #FCE300;
  box-shadow:0px 1px 4px #787D77;
}
.borderLeft{
  border-left: 5px solid #FCE300;
  font-weight: bold;
  padding-left: 08px;
  height: 27px;
}
.titleHome h2 {
  font-size: 1.5em;
  color: #000;
  text-align: left;
  border: 0px dashed #ddd;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 30px;
}
.titleHome h3 {
  font-size: 1.0em;
  color: #000;
  font-weight: 100;
  text-align: left;
  padding-left: 30px;
  padding-top: 10px;
  border: 0px dashed #ddd;
}
.centralclients{
  width: 100%;
  border: 0px dashed #ccc;
  float: left;
  padding-top: 20px;

}
.clients{
  margin-top: 30px;
  width: 20%;
  border: 0px solid #ccc;
  height: 100px;
  float: left;
  margin-left: 10%;
  background: #FFFFFF;
  box-shadow:0px 1px 4px #787D77;
  border-bottom: 4px solid #FCE300;
}


.bannerClient {
  text-align: center;
  padding: 10px;
  color: #000;
  font-weight: 700;
  font-size: 17px;
  margin-top: 10px;

}
.textClients{
  font-style: italic;
  margin-top: 20px;
  width: 100%;
  border: 0px solid #ccc;
  float: center;
  //background: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 30px;

}
@media(max-width:1024px){
    .flexBox{
      display: inherit;
    }
    .support{
      display: block;

    }

}
@media (min-width:320px) and (max-width: 1220px){

  .titleHome h2 {
    font-size: 1.2em;
    color: #000;
    text-align: left;
    border: 0px dashed #ddd;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 10px;
  }

  .support{
    width: 90%;
    margin-left: 05%;
    margin-top: 30px;

  }

  .clients{
    height: 100%;
    padding-bottom: 10px;
    text-align: center;
    width: 80%;
  }
  .bannerClient{
    font-size: 0.8em;
    text-align: center;
    width: 90%;


  }
}
