body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.9;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../images/peru_phone.jpg");
  min-height: 350px;

  
}

.bgimg-2 {
  background-image: url("../images/slide3.jpg");
  min-height: 350px;
}

.bgimg-3 {
  background-image: url("../images/ciudad.jpg");
  min-height: 350px;

  color: white;

}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}
.parallax-container{
  height: 450px;
}
#intro {
    background: url(../images/cel2.png) 50% 0 fixed;
    min-height: 200px;
    margin: 0 auto;
    width: 100%;
    padding: 100px 0;
}
.intro-unit {
    color: #ddd;
    padding: 60px;
    text-align: center;
}
#bloque1 {
    background-color: #000000;
    margin: 0 auto;
    width: 100%;
}s
#bloque-img2 {
    background: url(../images/cuarto.png) 50% 0 fixed ;
     height: 300px;
    padding: 100px 0;
}
#bloque2 {
    background-color: #000000;
    margin: 0 auto;
    width: 100%;
    color: #fff;
}
h1{
  color: #F21212;
  text-shadow: 2px 2px 3px #2E2828;
  font-weight: bold;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}
.navbar-default .navbar-toggle:hover {
    background-color: #D60812;
}
.navbar-default .navbar-toggle{
  background-color: #D60812;
}
.navbar-collapse .collapse ul li a:hover{
  color: white;
}
.navbar-nav li a:hover{
    text-shadow: 2px 1px 1px #fff;
    color: white;
}
.navbar-nav li a{
  color: #C7ABAB;
}
li{
  color: white;
  
  font-size: 1.2em;
  font-style: italic;
  colo
}
li a{
  color: white;
}
