/* ----------  TYPOGRAPHY  ---------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/* ----- HOME ----- */
nav li:nth-child(1) a {
  color: #133BB4;
}

/* SLIDER */
#slider {
  padding: 0;
}

#slider .my-slider li {
  background-size: cover;
  background-position: center;
  height: 350px;
}

#slider .my-slider li p {
  font-size: 2.25em;
  color: #FFF;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-top: 180px;
  width: 400px;
  line-height: 1.2;
}

#slider .my-slider li p:after {
  content: "";
  display: block;
  border-bottom: 4px solid #133BB4;
  width: 60px;
  height: 1px;
  margin-top: 20px;
}

#slider .slide1 {
  background-image: url("../img/slider.jpg");
}

#slider .slide2 {
  background-image: url("../img/slider2.jpg");
}

#slider .slide3 {
  background-image: url("../img/slider3.jpg");
}

/* NOSOTROS */
#nosotros .button {
  margin-top: 40px;
}

/* SERVICIOS */
#servicios .title {
  text-align: center;
}

#servicios .title h2:after {
  margin-left: auto;
  margin-right: auto;
}

#servicios .servicios {
  margin-top: 70px;
}

/* TESTIMONIO */
#testimonio {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

#testimonio .testimonio {
  font-style: italic;
}

#testimonio .person {
  margin-top: 30px;
  line-height: 1.5em;
}

/* BRANDS */
#brands {
  padding: 50px 0;
  opacity: .75;
}
