* {
  margin:0;
  padding: 0 ;
}
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: normal;
  color: #1e3251;
}

h1 {
  font-size: 33px;
  font-weight: normal;
  margin: 20px 10px 10px 0px;
  color: white;
}
h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 10px 10px 25px;
  line-height: normal;
}
h3 {
  font-size: 18px; 
  font-weight: 700;
  margin: 20px 10px 10px 10px;
}
h4 {
  font-size: 24px; 
  color: white;
  font-weight: 700;
  margin: 20px 10px 10px 10px;
}
p {
  font-size: 16px;
  font-weight: 100;
  margin: 20px 10px 10px 25px;
}
a {
  color: #1e3251;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 10px 10px 10px;
}

span p, a {
  margin: 20px 0 10px 10px;
} 
.bold {
  font-weight: bold;
}
.thin {
  font-weight: 100;
}
.fondo-azul {
  background-color: #1e3251;
  color: white;
  margin: 0;
  padding: 5px 0 5px 10px;
}
nav {
  height: 100px;
  background-color: #1e3251;
  margin: 0;
}
header {
  background-color: #1e3251;
  height: 370px ;
/*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% 0px;
  }

img.img-servicio {
  max-width: 100%;
  margin:10px 0;
}
.width-50 {
  max-width: 49% !important;
}
.galeria {
  background-color: #1e3251;
  padding-top: 20px;
}
footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
  background: #1e3251 !important;
}
footer a {
  display: block;
  margin: 20px auto;  
}
.section:not(:last-child) {
  border-bottom: 0px solid #fff;
}
@media (max-width: 768px) {
h1 {
  font-size: 33px;
  font-weight: normal;
  margin: 20px 10px 10px 0px;
  color: white;
}
h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 10px 10px 25px;
  line-height: normal;
}
h3 {
  font-size: 22px; 
  font-weight: 700;
  margin: 20px 10px 10px 10px;
}
h4 {
  font-size: 24px; 
  color: white;
  font-weight: 700;
  margin: 20px 10px 10px 10px;
}
p {
  font-size: 20px;
  font-weight: 100;
  margin: 15px 10px 10px 25px;
}
a {
  color: #1e3251;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 10px 10px 10px;
}
}

@media (max-width: 768px) {
.width-50 {
    max-width: 99% !important;
}
}
