.lineaabajo {
  position: absolute;
  bottom: 0px;
  height: 7px;
  background-image: url("../images/lineaVerde.png");
  width: 100%;
    background-size:100% 100%;
}
.w-container{
    max-width:1140px;
}
.image {
  width: 100%;
  height: 5px;
      vertical-align: top;
    
      
}

.div-block {
  text-align: center;
}

.image-2 {
  margin: 86px;
}

.body {
  font-family: Rubik, sans-serif;
  text-align: center;
  background-image:url("../fondo.jpg"); 
  background-size: 10px 20px;
}

.text-block {
  font-size: 20px;
}

.bold-text {
  color: #62b846;
  font-weight: 500;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logoCont {
    margin:10px;
  width: 25%;
  margin-top: 27px;
  margin-bottom: 27px;
  display: block;
  text-align: center;
}
.logo {
    width: 100%;
    max-width: 300px;
      text-align: center;
      margin: 0 auto;
}

.ftext {
  margin-top: 8px;
}

.div-block-3 {
  margin-top: 51px;
}

.all {
  overflow: hidden;
  clear: both;
}

@media (max-width: 991px) {
  .lineaabajo {
    position: fixed;
    margin-left: -53px;
  }
  .body {
    padding-right: 53px;
    padding-left: 53px;
    padding-bottom: 30px;
  }
  .text-block {
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .lineaabajo {
    margin-left: 0px;
  }
  .image-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .body {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-2 {
    display: block;
  }
  .logoCont {
    width: 50%;
    margin: 40px auto;
  }
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 479px) {
  .text-block {
    margin-right: -38px;
    margin-left: -38px;
    font-size: 15px;
    line-height: 25px;
  }
  .div-block-2 {
    overflow: hidden;
    clear: both;
  }
  .logoCont {
    width: 100%;
  }
  .div-block-3 {
    overflow: hidden;
    clear: both;
  }
}

