

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: #555;
font-size: 16px;
font-weight: 300;
letter-spacing: 0.5px;
}

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

@media (min-width: 768px) {

  i {

  margin-left: 15px;
  }

}



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

.logo {
  margin:0px auto 40px;
  padding:0px;
  text-align: center;
}

.logo h3 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #3b709a;
  font-size: 32px;
  margin: 20px auto 10px;
  letter-spacing: 0px;
  font-weight: 600
}





.logo h4 {
  font-family: "Droid Serif", Arial, sans-serif;
  color: #333;
  font-size: 22px;
  margin: 10px auto 40px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: italic;
}

.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: 28px;

  }

  .logo h4 {

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

  img {

    width: 220px;
  }

  p {

    font-size: 13px;
  }

  .contact {


      margin-bottom: 20px;

  }


}