
@font-face {font-family: OpenSans-Semibold;src: url(../fonts/OpenSans-Semibold.eot);}
@font-face {font-family: "OpenSans-Semibold";src:local("OpenSans-Semibold"), url(../fonts/OpenSans-Semibold.otf) format("opentypefont");}
@font-face {font-family: "OpenSans-Semibold";src:local("OpenSans-Semibold"), url(../fonts/OpenSans-Semibold.ttf) format("truetype");}

@font-face {font-family: OpenSans-Light;src: url(../aguarde/fonts/OpenSans-Light.eot);}
@font-face {font-family: "OpenSans-Light";src:local("OpenSans-Light"), url(../fonts/OpenSans-Light.otf) format("opentypefont");}
@font-face {font-family: "OpenSans-Light";src:local("OpenSans-Light"), url(../fonts/OpenSans-Light.ttf) format("truetype");}

@font-face {font-family: OpenSans-Regular;src: url(../fonts/OpenSans-Regular.eot);}
@font-face {font-family: "OpenSans-Regular";src:local("OpenSans-Regular"), url(../fonts/OpenSans-Regular.otf) format("opentypefont");}
@font-face {font-family: "OpenSans-Regular";src:local("OpenSans-Regular"), url(../fonts/OpenSans-Regular.ttf) format("truetype");}

.site-wrapper {
  position: relative;
}

.logo {
  height: auto;
  width: 50%;
  margin: 0 auto;
}

.logo img {
  width: 100%;
}

h1,
.h1 {
  font-family: OpenSans-Semibold;
}

h2,
.h2 {
  font-family: OpenSans-Regular;
}

.lead {
  font-family: OpenSans-Regular;
  
}

.mastfoot p,
.mastfoot p a {
  
}

h4 {
  color: #85C224;
}


@media (min-width: 1200px) {
  .logo img {
    width: 45%;
  }

  .lead1 {
    float: left;
    margin-top: 20px;
  }

  .lead2 {
    float: right;
    margin-top: 20px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .logo img {
    width: 60%;
  }

  h1,
  .h1 {
      font-size: 30px;
  }

  .lead1 {
    float: left;
  }

  .lead2 {
    float: right;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .logo img {
    width: 50%;
  }

  h1,
  .h1 {
      font-size: 30px;
  }


}

@media (min-width: 500px) and (max-width: 767px) {
  .logo img {
    width: 70%;
  }

  body h1,
  body .h1 {
    font-size: 25px;
  }

}

@media (max-width: 499px) {
  .logo img {
    width: 70%;
  }

  body h1,
  body .h1 {
    font-size: 20px;
  }
}