@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');

body {
  width: 100%;
  height: 100%;
  font-family: 'Lato',sans-serif;
  font-weight: 300;
  color: #1B75BB;
  background-color: #fff;
  background-repeat: repeat-y;
  background-image: url('../img/Fondo.svg');
  background-size: 100%;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6em;
}

  p.lead {
    font-weight: 600;
  }

a {
  color: #D0D0D0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

  a:hover,
  a:focus {
    text-decoration: none;
    color: #176e61;
  }

.light {
  font-weight: 400;
}

address {
  margin-left: 0;
  padding: 0;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0 {
  margin-bottom: 0 !important;
}

.marginbot-10 {
  margin-bottom: 10px !important;
}

.marginbot-20 {
  margin-bottom: 20px !important;
}

.marginbot-30 {
  margin-bottom: 30px !important;
}

.marginbot-40 {
  margin-bottom: 40px !important;
}

.marginbot-50 {
  margin-bottom: 50px !important;
}