.menu2 {
  position: relative;
  top: 0px;
  display: inline-block;
  text-align: center;
}

.quitar-float {
  float: none;
}

.ancla1 {
  display: block;
  padding-top: 0px;
  margin-top: -10px;
}

.titulo {
  position: absolute;
  top: 170px;
  z-index: 2;
  font-family: sans-serif;
  font-size: 60PX;
}

.caja {
  position: absolute;
  top: 45%;
  z-index: 5;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 40%;
  left: 50%;
}

.gradient {
  background: -webkit-linear-gradient(left, rgba(2, 67, 107, 0.6) 45%, rgba(29, 30, 63, 0.9)85%);
  / Firefox 3.6+/ background: -moz-linear-gradient(left, rgba(2, 67, 107, 0.6) 45%, rgba(29, 30, 63, 0.9) 85%);
  / Opera 11.10+/ background: -o-linear-background(left, rgba(2, 67, 107, 0.6) 45%, rgba(29, 30, 63, 0.9) 85%);
  / IE 10 / background: -ms-linear-background(left, rgba(2, 67, 107, 0.6) 45%, rgba(29, 30, 63, 0.9) 85%);
  / estándar */ background: linear-background(left, rgba(2, 67, 107, 0.6) 45%, rgba(29, 30, 63, 0.9)85%);
}

.parrafo1 {
  position: absolute;
  left: 5%;
  top: 12%;
  text-align: left;
  z-index: 6;
  width: 42%;
  font-family: sans-serif;
  font-size: 17PX;
  text-align: justify;
}

.parrafo2 {
  position: absolute;
  width: 42%;
  left: 52%;
  top: 12%;
  font-family: sans-serif;
  font-size: 17px;
  text-align: left;
  text-align: justify;
}

.color {
  color: #FFFFFF
}

@media (max-width:340px) {
  .menu2 img {
    height: 1200px;
    max-width: 300%;
    margin-left: -100%;
  }

  .titulo {
    position: absolute;
    top: 80px;
    z-index: 2;
    font-family: sans-serif;
    font-size: 40PX;
  }

  .caja {
    top: 650px;
    height: 1000px;
  }

  .parrafo1 {
    position: absolute;
    top: 20px;
    z-index: 6;
    width: 90%;
    font-family: sans-serif;
    font-size: 13PX;
    text-align: justify;
  }

  .parrafo2 {
    position: absolute;
    top: 550px;
    left: 5%;
    z-index: 6;
    width: 90%;
    font-family: sans-serif;
    font-size: 13PX;
    text-align: justify;
  }
}

@media (max-width:380px)and (min-width:341px) {
  .menu2 img {
    height: 1100px;
    max-width: 400%;
    margin-left: -100%;
  }

  .titulo {
    position: absolute;
    top: 80px;
    z-index: 2;
    font-family: sans-serif;
    font-size: 40PX;
  }

  .caja {
    top: 580px;
    height: 850px;
  }

  .parrafo1 {
    position: absolute;
    top: 20px;
    z-index: 6;
    width: 90%;
    font-family: sans-serif;
    font-size: 13PX;
    text-align: justify;
  }

  .parrafo2 {
    position: absolute;
    top: 500px;
    left: 5%;
    z-index: 6;
    width: 90%;
    font-family: sans-serif;
    font-size: 13PX;
    text-align: justify;
  }
}

@media (max-width:430px)and (min-width:381px) {
  .menu2 img {
    height: 1000px;
    max-width: 300%;
    margin-left: -50%;
  }

  .titulo {
    position: absolute;
    top: 80px;
    z-index: 2;
    font-family: sans-serif;
    font-size: 40PX;
  }

  .caja {
    top: 510px;
    height: 750px;
  }

  .parrafo1 {
    position: absolute;
    top: 20px;
    z-index: 6;
    width: 90%;
    font-family: sans-serif;
    font-size: 13PX;
    text-align: justify;
  }

  .parrafo2 {
    position: absolute;
    top: 450px;
    left: 5%;
    z-index: 6;
    width: 90%;
    font-family: sans-serif;
    font-size: 13PX;
    text-align: justify;
  }
}

@media (max-width:770px)and (min-width:431px) {
  .menu2 img {
    height: 720px;
    max-width: 300%;
    margin-left: -50%;
  }

  .titulo {
    position: absolute;
    top: 80px;
    z-index: 2;
    font-family: sans-serif;
    font-size: 40PX;
  }

  .caja {
    top: 390px;
    height: 480px;
  }

  .parrafo1 {
    position: absolute;
    top: 20px;
    z-index: 6;
    width: 90%;
    font-family: sans-serif;
    font-size: 13PX;
    text-align: justify;
  }

  .parrafo2 {
    position: absolute;
    top: 265px;
    left: 5%;
    z-index: 6;
    width: 90%;
    font-family: sans-serif;
    font-size: 13PX;
    text-align: justify;
  }
}

@media (max-width:1030px)and (min-width:771px) {
  .menu2 img {
    height: 720px;
    max-width: 200%;
    margin-left: 0%;
  }

  .titulo {
    position: absolute;
    top: 90px;
    z-index: 2;
    font-family: sans-serif;
    font-size: 50PX;
  }

  .caja {
    top: 410px;
    height: 460px;
  }

  .parrafo1 {
    position: absolute;
    top: 20px;
    z-index: 6;
    width: 90%;
    font-family: sans-serif;
    font-size: 14PX;
    text-align: justify;
  }

  .parrafo2 {
    position: absolute;
    top: 265px;
    left: 5%;
    z-index: 6;
    width: 90%;
    font-family: sans-serif;
    font-size: 14PX;
    text-align: justify;
  }
}

@media (max-width:1300px)and (min-width:1031px) {
  .menu2 img {
    height: 720px;
    width: 100%;
    margin-left: 0%;
  }

  .titulo {
    position: absolute;
    top: 95px;
    z-index: 2;
    font-family: sans-serif;
    font-size: 50PX;
  }

  .caja {
    top: 410px;
    height: 460px;
  }

  .parrafo1 {
    position: absolute;
    top: 50px;
    z-index: 6;
    width: 43%;
    font-family: sans-serif;
    font-size: 15PX;
    text-align: justify;
  }

  .parrafo2 {
    position: absolute;
    top: 70px;
    left: 52%;
    z-index: 6;
    width: 43%;
    font-family: sans-serif;
    font-size: 15PX;
    text-align: justify;
  }
}

@media (max-width:1380px)and (min-width:1301px) {
  .menu2 img {
    height: 750px;
    width: 100%;
    margin-left: 0%;
  }

  .titulo {
    position: absolute;
    top: 95px;
    z-index: 2;
    font-family: sans-serif;
    font-size: 50PX;
  }

  .caja {
    top: 410px;
    height: 460px;
  }

  .parrafo1 {
    position: absolute;
    top: 50px;
    z-index: 6;
    width: 43%;
    font-family: sans-serif;
    font-size: 15PX;
    text-align: justify;
  }

  .parrafo2 {
    position: absolute;
    top: 70px;
    left: 52%;
    z-index: 6;
    width: 43%;
    font-family: sans-serif;
    font-size: 15PX;
    text-align: justify;
  }
}

@media (max-width:1480px)and (min-width:1381px) {
  .menu2 img {
    height: 850px;
    width: 100%;
    margin-left: 0%;
  }

  .titulo {
    position: absolute;
    top: 110px;
    z-index: 2;
    font-family: sans-serif;
    font-size: 60PX;
  }

  .caja {
    top: 480px;
    height: 460px;
  }

  .parrafo1 {
    position: absolute;
    top: 50px;
    z-index: 6;
    width: 43%;
    font-family: sans-serif;
    font-size: 16PX;
    text-align: justify;
  }

  .parrafo2 {
    position: absolute;
    top: 70px;
    left: 52%;
    z-index: 6;
    width: 43%;
    font-family: sans-serif;
    font-size: 16PX;
    text-align: justify;
  }
}
