#content {
  height: auto;
  margin-top: 155px;
  width: 100%;
}

@media(max-width:991px){
  #content {
    margin-top: 75px;
  }
}

body, p, a, h3, h5, h4{
  font-family: "Open Sans", sans-serif;
  line-height: 1.5em;
}

#sectionContact{
  width: 100%;
  margin-top: 20px;
  background-repeat: repeat-x;
  background-color: #ff9e0f;
  padding-top: 15px;
  padding-bottom: 15px;
}

#sectionContact a{
  color: #fff;
}

.center {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

a {
  color: #64a93d;
}

h3{

}

h5{
  color: #64a93d;
  font-weight: 600;
}

h4{
  color: #64a93d;
}

#supTech{
    margin-top: 25px;
    margin-bottom: 25px;
}

.site {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: column; /* Safari */
  flex-direction: column;
}

.siteContent {
  flex: 1 0 0;
}

.margTopHome{
  margin-top: 20px
}

body{
  font-size: 14px;
  line-height: 1.2;
}

.carousel-indicators li {
  margin: 5px;
}


.carousel-indicators .active {
  margin-bottom: 5px;
}

@media all and (min-width: 320px) {
  .carousel-indicators li {
    width: 10px;
    height: 10px;
  }


  .carousel-indicators .active {
    width: 10px;
    height: 10px;
  }

}

@media all and (min-width: 768px) {
  .carousel-indicators li {
    width: 15px;
    height: 15px;
  }


  .carousel-indicators .active {
    width: 16px;
    height: 16px;
  }

}

.mrgtp{
  margin-top: 30px;
}
