.body {
  background-image: url('../images/watermark.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat;
  font-family: 'Open Sans', sans-serif;
  color: #23415b;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.footer {
  padding: 30px 90px 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23415b), to(#23415b));
  background-image: linear-gradient(180deg, #23415b, #23415b);
  opacity: 0.95;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.banner {
  padding-right: 0px;
  background-image: url('../images/tubos.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #036bc4;
}

.azul {
  overflow: visible;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 58, 105, 0.85)), to(rgba(3, 58, 105, 0.85))), url('../images/pic2.jpg');
  background-image: linear-gradient(180deg, rgba(3, 58, 105, 0.85), rgba(3, 58, 105, 0.85)), url('../images/pic2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.raya {
  width: 30px;
  margin-bottom: 20px;
  border: 3px solid #fff;
  border-radius: 50px;
}

.textoizq {
  display: block;
  width: 60%;
  padding-top: 90px;
  padding-right: 80px;
  padding-bottom: 90px;
  float: left;
}

.contacto {
  overflow: hidden;
  width: 40%;
  margin-top: -40px;
  padding: 20px 10px 10px;
  float: left;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#036bc4), to(#036bc4));
  background-image: linear-gradient(180deg, #036bc4, #036bc4);
}

.mitad {
  width: 50%;
  padding-left: 10px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efedee), to(#efedee));
  background-image: linear-gradient(180deg, #efedee, #efedee);
  text-align: left;
}

.mitad.der {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  float: right;
  background-image: none;
}

.mitad.izq {
  padding: 45px 120px 45px 0px;
  background-image: none;
}

.title {
  margin-bottom: 30px;
  color: #036bc4;
}

.title.tgracias {
  margin-top: 70px;
  margin-bottom: 10px;
}

.text2 {
  color: #fff;
  font-size: 17px;
}

.button {
  width: 64px;
  height: 28px;
  background-color: transparent;
  background-image: url('../images/down.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: transparent;
}

.enviar {
  width: 100%;
  background-color: transparent;
  background-image: url('../images/boton-enviar.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}

.title2 {
  color: #fff;
  text-align: center;
}

.captcha {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.tercio {
  width: 34%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.list1 {
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 19px;
}

.subtitle {
  margin-bottom: 20px;
  color: #036bc4;
  line-height: 28px;
}

.tuberia {
  color: #23415b;
}

.text-block {
  display: inline-block;
}

.btnver {
  display: inline-block;
  width: 143px;
  height: 34px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  background-color: transparent;
  background-image: url('../images/boton-ver.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
  text-align: left;
}

.image {
  margin-top: -5px;
  margin-right: 5px;
}

.btncontactanos {
  display: block;
  max-height: 51px;
  max-width: 393px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  background-image: url('../images/boton-contacto.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}

.span {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
}

.text-block-2 {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 5px;
  float: left;
  color: #036bc4;
  font-size: 17px;
  line-height: 15px;
  font-weight: 300;
}

.icon {
  margin-top: 0px;
  padding: 2px 0px 0px;
  float: left;
}

.icon.whatsapp {
  margin-top: -7px;
  padding-top: 0px;
}

.icon.tel {
  margin-top: -2px;
  padding-top: 0px;
}

.link-block {
  float: left;
}

.informacion {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.text-block-3 {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.tuberias {
  padding: 60px;
}

.list2 {
  padding-left: 20px;
}

.listapersonalizada {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.prueba {
  overflow: hidden;
  background-image: url('../images/pic1.jpg'), -webkit-gradient(linear, left top, left bottom, from(#efedee), to(#efedee));
  background-image: url('../images/pic1.jpg'), linear-gradient(180deg, #efedee, #efedee);
  background-position: 100% 0px, 0px 0px;
  background-size: 50% 100%, auto;
  background-repeat: no-repeat, repeat;
}

.prueba-copy {
  overflow: hidden;
  background-image: url('../images/pic2.jpg'), -webkit-gradient(linear, left top, left bottom, from(#efedee), to(#efedee));
  background-image: url('../images/pic2.jpg'), linear-gradient(180deg, #efedee, #efedee);
  background-position: 0px 0px, 0px 0px;
  background-size: 50% 100%, auto;
  background-repeat: no-repeat, repeat;
}

.text-block-4 {
  font-size: 18px;
}

.text-span {
  color: #71caf4;
}

.text-span-2 {
  text-decoration: underline;
}

.text-field {
  color: #6694d2;
}

.textarea {
  color: #6694d2;
}

.list-item {
  font-size: 18px;
}

.logodiv {
  display: inline-block;
}

.info2 {
  display: inline-block;
  float: right;
}

.form {
  overflow: hidden;
}

.gracias {
  margin: 40px 20px;
  color: #036bc4;
  font-size: 20px;
  text-align: center;
}

.button-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  font-weight: 400;
}

.links {
  color: #71caf4;
  line-height: 23px;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 30px 20px 90px;
  }
  .mitad.der {
    width: 50%;
    margin-right: 0px;
    padding: 0px 0px 30px 15px;
    color: #23415b;
  }
  .mitad.izq {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    color: #23415b;
  }
  .tercio {
    width: 44%;
  }
  .text-block {
    font-size: 13px;
  }
  .btnver {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .image {
    max-width: 100%;
    margin-top: 0px;
    margin-right: 5px;
  }
  .text-block-2 {
    font-size: 14px;
  }
  .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -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;
    font-size: 14px;
  }
  .tuberias {
    padding-right: 0px;
    padding-left: 0px;
    color: #23415b;
  }
  .listapersonalizada {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prueba {
    background-image: url('../images/pic1.jpg'), -webkit-gradient(linear, left top, left bottom, from(#efedee), to(#efedee));
    background-image: url('../images/pic1.jpg'), linear-gradient(180deg, #efedee, #efedee);
    background-position: 100% 50%, 0px 0px;
    background-size: 50%, auto;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 80px 90px;
  }
  .banner {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .textoizq {
    width: 50%;
    padding-right: 30px;
    padding-left: 10px;
  }
  .contacto {
    width: 47%;
    margin-right: 10px;
  }
  .mitad.der {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    float: right;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efedee), to(#efedee));
    background-image: linear-gradient(180deg, #efedee, #efedee);
  }
  .mitad.izq {
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efedee), to(#efedee));
    background-image: linear-gradient(180deg, #efedee, #efedee);
  }
  .tercio {
    width: 70%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .text-block {
    font-size: 14px;
  }
  .image {
    margin-right: 5px;
  }
  .text-block-2 {
    display: block;
    padding-right: 15px;
    float: left;
    font-size: 16px;
  }
  .icon {
    display: block;
    padding-top: 0px;
  }
  .icon.whatsapp {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .icon.tel {
    margin-top: 0px;
  }
  .informacion {
    display: block;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .listapersonalizada {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 14px;
  }
  .prueba {
    padding-left: 0px;
    background-image: url('../images/pic1.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .prueba-copy {
    background-image: url('../images/pic2.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .logodiv {
    display: inline-block;
    width: 50%;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .info2 {
    display: inline-block;
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding: 30px 30px 90px;
  }
  .banner {
    padding-bottom: 10px;
    background-image: url('../images/tubos.png');
    background-position: 29px -59px;
    background-size: auto;
    background-repeat: no-repeat;
    opacity: 1;
  }
  .textoizq {
    width: 100%;
    padding-right: 10px;
  }
  .contacto {
    width: 100%;
    margin-top: 0px;
    padding-top: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .mitad.der {
    width: 100%;
  }
  .mitad.izq {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 237, 238, 0.5)), to(rgba(239, 237, 238, 0.5)));
    background-image: linear-gradient(180deg, rgba(239, 237, 238, 0.5), rgba(239, 237, 238, 0.5));
  }
  .tercio {
    width: 100%;
  }
  .tuberia {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btnver {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .icon {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .icon.whatsapp {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .icon.tel {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .link-block {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .informacion {
    display: block;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    text-align: center;
  }
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tuberias {
    display: block;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .prueba {
    background-position: 50% 50%;
    background-size: cover;
  }
  .prueba-copy {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .list-item {
    font-size: 18px;
  }
  .logo {
    display: block;
    max-width: 100%;
  }
  .logodiv {
    display: block;
    width: 50%;
    padding: 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .info2 {
    display: block;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
}