html, body {
    width: 100%;
    height:100%;
    background: #f5f5f5;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #969696;
  font-size: 18px;
  font-weight: 300;
}
a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #969696;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important;
  color: #5d5d5d;
}
button {
  border: 0px;
}
button:focus {
  outline: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
}
p {
  margin: 0;
}
.bg-white {
  background: #fff;
}
.txt {
  font-size: 18px;
}
hr {
  height: 2px!important;
  background: #525355;
  width: 74px;
  opacity: 1;
  display: inline-block;
  margin: 40px 0;
}


/* MARGINS/PADDINGS/SPACES
================================================== */
.mt-5 {
  margin-top: 5px!important;
}
.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-50 {
  padding-top: 50px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-80 {
  padding-top: 80px;
}


/* HOME
================================================== */
#home {
  background-size: 100% auto;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.container-fluid, .row {
  overflow: auto;
}
i {
  vertical-align: middle;
  font-size: 30px;
}
.bf {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.dardos {
  position: absolute;
  right: 10px;
  bottom: 10px;
}


/* RESPONSIVE
================================================== */
@media (max-width: 767px) {

}
@media (max-width: 480px) {
  .txt {
    font-size: 16px;
  }
  body {
    font-size: 14px;
  }
  .row img {
    max-width: 70%;
  }
}