

html,
body {
  height: 100%;
  width: 100%;

}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  background-color: #ffffff;
}
hr {
  border-color: #fff;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #7cb935;
}
a:hover,
a:focus {
  color: #5bb12f;
}


p {
font-family: "Roboto", Arial, sans-serif;
color: #444;
font-size: 14px;
font-weight: 300;
}

i {
color: #337ab7;
margin-right: 5px;
}

@media (min-width: 768px) {

  i {

  margin-left: 0px;
  }

}



.izquierda {
  margin-top: 30px;
  text-align: center;
}

.logo {
  
  padding:0px;
  text-align: center;
margin-bottom: 40px;
margin-top: 20px;
}

.logo h3 {
  font-family: "Roboto", Arial, sans-serif;
  color: #00a9e7;
  font-size: 22px;
  margin: 20px auto 10px;
  letter-spacing: 0px;
  font-weight: 400;
}

.logo h4 {
  font-family: "Roboto", Arial, sans-serif;
  color: #4e3924;
  font-size: 16px;
  margin: 15px auto 40px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 30px;
}

.contact {

    background-color: #fff;
    padding:10px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    border:0px solid #ccc;
    margin-bottom: 40px;
    padding: 10px 0px 0px;
}

.contact h3 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #555;
  font-size: 14px;
  margin: 10px 15px 20px ;
  letter-spacing: 0px;
  line-height: 20px
}

@media (max-width: 500px) {

  .logo h3 {

    font-size: 22px;
    line-height: 25px;
  }

  .logo h4 {

      font-size: 14px;
      line-height: 24px;
    }

  img {

    width: 150px;
  }

  p {

    font-size: 14px;
  }

  .contact {


      margin-bottom: 20px;

  }


}