.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 90px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #fff;
}

.navlink-servicios {
  display: inline-block;
  width: 81px;
  height: 52px;
  margin-right: 30px;
  padding: 20px 20px 12px 0px;
  background-image: url('../images/line-2.svg');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1c282f;
  font-weight: 700;
}

.navlink-servicios.w--current {
  color: #0f5265;
}

.navlink-productos {
  margin-right: 30px;
  padding-bottom: 12px;
  padding-left: 0px;
  background-image: url('../images/line-3.svg');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #0f5265;
  font-weight: 700;
}

.navlink-productos.w--current {
  width: 89px;
  height: 52px;
  color: #02b388;
}

.navlink-contacto {
  width: 79px;
  height: 52px;
  margin-right: 30px;
  padding-bottom: 12px;
  padding-left: 0px;
  background-image: url('../images/line-4.svg');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #707070;
  font-weight: 700;
}

.navlink-contacto.w--current {
  color: #0f5265;
}

.navlink-carrito {
  width: 30px;
  height: 60px;
  background-image: url('../images/carrito.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.foto-nosotros {
  height: 500px;
  margin-top: 90px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(29%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0))), url('../images/bg-nosotros.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), hsla(0, 0%, 100%, 0) 29%, hsla(0, 0%, 100%, 0)), url('../images/bg-nosotros.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-top: 40px;
  -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;
}

.container.servicios {
  padding-top: 255px;
}

.container.slide1 {
  padding-top: 150px;
}

.heading {
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}

.image {
  width: 150px;
  height: auto;
}

.image.servidores {
  width: 200px;
}

.section-sobrenosotros {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
  background-image: url('../images/deco-2.svg'), url('../images/deco-1.svg');
  background-position: 0% 60%, 100% 9%;
  background-size: 440px, 300px;
  background-repeat: no-repeat, no-repeat;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #00b1ff;
  font-size: 16px;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #1c282f;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  width: 700px;
  font-family: Roboto, sans-serif;
  color: #0f5265;
  line-height: 30px;
}

.paragraph.servicios {
  margin-top: 10px;
}

.paragraph.center {
  line-height: 20px;
  text-align: center;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-servicios {
  padding-top: 50px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 40, 47, 0.34);
  border-radius: 12px;
  background-color: #fff;
}

.list-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-4 {
  margin-top: 60px;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  color: #0f5265;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-2.left {
  margin-top: 20px;
  text-align: left;
}

.image-2 {
  width: auto;
}

.list-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding-right: 35px;
  padding-left: 35px;
  border: 1px solid #02b388;
  border-radius: 5px;
  background-color: #02b388;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.button:hover {
  border: 1px solid #02b388;
  background-color: #fff;
  color: #02b388;
}

.section-prodcutosti {
  padding-bottom: 60px;
  background-color: #f6f6f6;
}

.div-code {
  background-color: #f6f6f6;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}

.section.otrasmarcas {
  padding-bottom: 0px;
}

.list {
  margin-bottom: 90px;
}

.column {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  width: 700px;
  height: 190px;
  margin-right: auto;
  margin-left: auto;
}

.column-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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-footer {
  padding-top: 30px;
  background-color: #f6f6f6;
}

.list-item-7 {
  position: relative;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 90%;
  height: auto;
  padding: 40px 40px 10px;
  border: 10px solid #f6f6f6;
  border-radius: 60px;
  background-color: #e2e2e2;
}

.text-field {
  height: 40px;
  border-radius: 5px;
  font-family: Roboto, sans-serif;
  color: #707070;
  font-size: 12px;
}

.submit-button {
  width: 100%;
  border: 1px solid #1c282f;
  border-radius: 5px;
  background-color: #1c282f;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.submit-button:hover {
  border: 1px solid #1c282f;
  background-color: #fff;
  color: #1c282f;
}

.submit-button.formulario {
  width: 172px;
}

.submit-button.ok {
  width: 100px;
  margin-top: 10px;
  text-align: center;
}

.div-footer {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #1c282f;
}

.paragraph-3 {
  font-family: Roboto, sans-serif;
  color: #f6f6f6;
  font-size: 14px;
  line-height: 22px;
  font-weight: 100;
}

.paragraph-3.r {
  height: auto;
  font-size: 12px;
  text-align: right;
}

.link {
  color: #f6f6f6;
  text-decoration: none;
}

.link:hover {
  opacity: 0.75;
}

.list-item-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 132px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.redes-footer {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.list-item-9 {
  margin-top: 5px;
}

.list-item-10 {
  margin-top: 1px;
}

.foto-servicios {
  margin-top: 90px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(29%, hsla(0, 0%, 100%, 0))), url('../images/equipo-advance.jpg');
  background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 29%), url('../images/equipo-advance.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-servicios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
  background-image: url('../images/deco-2.svg'), url('../images/deco-2.svg'), url('../images/deco-1.svg');
  background-position: 10% 100%, 5% 12%, 95% 50%;
  background-size: 250px, 200px, 400px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.columns-2 {
  width: 750px;
}

.heading-3 {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: #00b1ff;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.div-block-4 {
  position: relative;
  left: 10px;
  top: -50px;
  width: 340px;
  height: auto;
  padding: 40px 10px 10px 20px;
  float: right;
  border-radius: 24px;
  background-color: #1c282f;
}

.list-item-11 {
  margin-bottom: 20px;
}

.list-item-12 {
  margin-bottom: 20px;
}

.list-item-13 {
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-image: url('../images/line-servicios.svg');
  background-position: 0px 0px;
  background-size: 125px;
  background-repeat: no-repeat;
}

.heading-4 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.heading-5 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 45px;
}

.paragraph-4 {
  font-family: Roboto, sans-serif;
  color: #00b1ff;
  font-size: 16px;
  line-height: 25px;
}

.column-9 {
  margin-top: 35px;
  padding-left: 0px;
}

.div-block-5 {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 40, 47, 0.2);
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.paragraph-5 {
  font-family: Roboto, sans-serif;
  color: #0f5265;
  line-height: 30px;
}

.list-item-14 {
  margin-top: 20px;
  padding-left: 20px;
}

.list-item-15 {
  padding-left: 20px;
}

.list-item-16 {
  padding-left: 20px;
}

.list-item-17 {
  padding-left: 20px;
}

.list-item-18 {
  padding-left: 20px;
}

.list-item-19 {
  padding-left: 20px;
}

.list-item-20 {
  padding-left: 20px;
}

.list-item-21 {
  padding-left: 20px;
}

.list-item-22 {
  padding-left: 20px;
}

.div-block-7 {
  width: 750px;
  height: 530px;
  margin-top: 50px;
  padding-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/base-servicios-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8 {
  position: relative;
  top: -115px;
  width: 750px;
  height: 603px;
  padding-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/base-servicios-4.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-9 {
  width: 750px;
  height: auto;
}

.image-3 {
  width: 60px;
}

.foto-contacto {
  margin-top: 90px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(29%, hsla(0, 0%, 100%, 0))), url('../images/bg-contacto.png');
  background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 29%), url('../images/bg-contacto.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.section-contacto {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
  background-image: url('../images/deco-2.svg'), url('../images/deco-1.svg');
  background-position: 90% 60%, 5% 100%;
  background-size: 375px, 240px;
  background-repeat: no-repeat, no-repeat;
}

.container-3 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  font-family: Roboto, sans-serif;
  color: #707070;
  font-size: 12px;
  font-weight: 400;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-nosotros {
  display: inline-block;
  width: 122px;
  height: 52px;
  margin-right: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.line-1 {
  display: none;
  width: 30px;
  height: 1px;
  margin-left: 30px;
  padding-top: 12px;
  background-image: url('../images/line-1.svg');
  background-position: 0% 100%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.txt-nosotros {
  color: #0f5265;
  font-weight: 700;
}

.txt-nosotros-over {
  display: none;
  opacity: 1;
  color: #00b1ff;
  font-weight: 700;
}

.div-servicios {
  width: 81px;
  height: 52px;
  margin-right: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  text-decoration: none;
}

.div-servicios.w--current {
  width: 81px;
  height: 52px;
  margin-right: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  text-decoration: none;
}

.txt-servicios {
  display: block;
  width: auto;
  height: auto;
  color: #0f5265;
  font-weight: 700;
  text-decoration: none;
}

.txt-servicios-over {
  display: none;
  color: #1c282f;
  font-weight: 700;
}

.line-2 {
  display: none;
  width: 30px;
  height: 1px;
  margin-left: 30px;
  padding-top: 12px;
  background-image: url('../images/line-2.svg');
  background-position: 0% 100%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.line-3 {
  display: none;
  width: 30px;
  height: 12px;
  margin-left: 30px;
  padding-top: 12px;
  background-image: url('../images/line-3.svg');
  background-position: 0% 100%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.div-productos {
  display: inline-block;
  width: 89px;
  height: 52px;
  margin-right: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  text-decoration: none;
}

.div-productos.w--current {
  width: 89px;
  height: 52px;
  margin-right: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  text-decoration: none;
}

.txt-productos {
  color: #0f5265;
  font-weight: 700;
}

.txt-productos-over {
  display: none;
  color: #02b388;
  font-weight: 700;
}

.div-contacto {
  width: 79px;
  height: 52px;
  margin-right: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  text-decoration: none;
}

.div-contacto.w--current {
  width: 78px;
  height: 52px;
  margin-right: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  text-decoration: none;
}

.txt-contacto {
  color: #0f5265;
  font-weight: 700;
}

.txt-contacto-over {
  display: none;
  color: #707070;
  font-weight: 700;
}

.line-4 {
  display: none;
  width: 30px;
  height: 1px;
  margin-left: 30px;
  padding-top: 12px;
  background-image: url('../images/line-4.svg');
  background-position: 0% 100%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-4.padtop {
  width: 100%;
  margin-top: 20px;
}

.slider {
  height: 550px;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide {
  height: 500px;
}

.foto-equipos {
  height: 500px;
  margin-top: 90px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(36%, transparent)), url('../images/server_protection_header.jpg');
  background-image: linear-gradient(0deg, #000, transparent 36%), url('../images/server_protection_header.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-5 {
  height: 100px;
}

.image-7 {
  height: 100px;
}

.image-8 {
  height: 100px;
}

.image-9 {
  height: 100px;
}

.image-10 {
  height: 100px;
}

.image-11 {
  height: 100px;
}

.image-12 {
  height: 100px;
}

.image-13 {
  width: auto;
  height: 100px;
}

.image-14 {
  width: auto;
  height: 100px;
}

.image-15 {
  width: auto;
  height: auto;
}

.image-16 {
  height: 100px;
}

.image-17 {
  height: 100px;
}

.image-18 {
  height: 100px;
}

.image-19 {
  height: 100px;
}

.navlink-nosotros {
  display: inline-block;
  width: 122px;
  height: 52px;
  margin-right: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  background-image: url('../images/line-1.svg');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #00b1ff;
  font-weight: 700;
}

.div-corte-foto-productos {
  height: 400px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(29%, transparent)), url('../images/bg-hp.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 29%), url('../images/bg-hp.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-5 {
  padding-top: 260px;
}

.ancla-1 {
  position: relative;
  top: -60px;
}

.ancla-2 {
  position: relative;
  top: -70px;
}

.ancla-3 {
  position: relative;
  top: -220px;
}

.banner-970 {
  margin-top: 40px;
}

.banner-300 {
  display: none;
}

.mask-nostop-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
  height: 550px;
  background-color: transparent;
}

.columns-5 {
  width: 70%;
}

.columns-5.padd {
  margin-top: 20px;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.section-consulta-enviada {
  height: 100vh;
  padding-top: 200px;
  background-color: #f6f6f6;
}

.list-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;
}

.list-item-23 {
  margin-top: 20px;
}

.form-block-2 {
  display: none;
  width: 700px;
}

.image-20 {
  padding-top: 17px;
}

.success-message-2 {
  height: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: transparent;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.html-embed-2 {
  margin-top: 90px;
}

.html-embed-3 {
  width: 700px;
}

@media screen and (max-width: 991px) {
  .navlink-servicios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
  }
  .navlink-productos {
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .navlink-productos.w--current {
    width: auto;
    font-size: 18px;
  }
  .navlink-contacto {
    width: auto;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
  }
  .navlink-carrito {
    width: auto;
    margin-top: 20px;
    background-position: 0% 50%;
  }
  .nav-menu {
    height: 100vh;
    padding-top: 20px;
    background-color: hsla(0, 0%, 100%, 0.95);
  }
  .menu-button {
    padding-top: 10px;
    background-color: transparent;
    color: #1c282f;
    font-size: 30px;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #1c282f;
  }
  .section-servicios {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-5 {
    margin-left: 10px;
  }
  .foto-contacto {
    background-position: 0px 0px, 25% 50%;
  }
  .div-nosotros {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
  }
  .div-nosotros.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 20px;
    float: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .txt-nosotros {
    display: block;
  }
  .div-servicios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
  }
  .div-productos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
  }
  .div-contacto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
  }
  .columns-4 {
    width: auto;
  }
  .foto-equipos {
    background-position: 0px 0px, 50% 0%;
  }
  .image-5 {
    height: auto;
  }
  .image-7 {
    height: auto;
  }
  .image-8 {
    height: auto;
  }
  .image-9 {
    height: auto;
  }
  .image-10 {
    height: auto;
  }
  .image-11 {
    height: auto;
  }
  .image-12 {
    height: auto;
  }
  .image-13 {
    height: auto;
  }
  .image-14 {
    height: auto;
  }
  .image-16 {
    height: auto;
  }
  .image-17 {
    height: auto;
  }
  .image-18 {
    height: auto;
  }
  .image-19 {
    height: auto;
  }
  .navlink-nosotros {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 18px;
  }
  .columns-5 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navlink-carrito {
    margin-left: 20px;
  }
  .foto-nosotros {
    background-position: 0px 0px, 60% 50%;
  }
  .heading {
    margin-top: 25px;
  }
  .section-sobrenosotros {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .paragraph {
    width: 540px;
  }
  .box-servicios {
    margin-bottom: 20px;
  }
  .column {
    margin-top: 20px;
  }
  .columns {
    width: auto;
    height: auto;
  }
  .column-3 {
    margin-top: 20px;
  }
  .column-4 {
    margin-top: 20px;
  }
  .column-5 {
    margin-top: 20px;
  }
  .column-6 {
    margin-top: 20px;
  }
  .column-7 {
    margin-top: 20px;
  }
  .div-block-2 {
    width: 100%;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .submit-button.formulario {
    width: 100%;
  }
  .paragraph-3.r {
    text-align: left;
  }
  .list-item-8 {
    height: auto;
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns-2 {
    width: auto;
  }
  .heading-3 {
    padding-left: 0px;
    text-align: left;
  }
  .div-block-4 {
    left: auto;
    top: 40px;
    float: none;
  }
  .column-9 {
    margin-top: 20px;
  }
  .div-block-5 {
    margin-top: 20px;
    border-style: none;
    background-color: transparent;
  }
  .list-item-14 {
    padding-left: 10px;
  }
  .list-item-15 {
    padding-left: 10px;
  }
  .list-item-16 {
    padding-left: 10px;
  }
  .list-item-17 {
    padding-left: 10px;
  }
  .list-item-18 {
    padding-left: 10px;
  }
  .list-item-19 {
    padding-left: 10px;
  }
  .list-item-20 {
    padding-left: 10px;
  }
  .list-item-21 {
    padding-left: 10px;
  }
  .list-item-22 {
    padding-left: 10px;
  }
  .div-block-7 {
    width: auto;
    height: auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-8 {
    position: static;
    top: 60px;
    width: auto;
    height: auto;
    margin-top: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-9 {
    width: auto;
  }
  .foto-contacto {
    background-position: 0px 0px, 35% 50%;
  }
  .section-contacto {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .columns-4 {
    display: block;
    height: 100%;
  }
  .banner-970 {
    display: none;
  }
  .banner-300 {
    display: block;
    width: 300px;
    margin-top: 40px;
  }
  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-11 {
    margin-top: 20px;
  }
  .column-12 {
    margin-top: 20px;
  }
  .column-13 {
    margin-top: 20px;
  }
  .form-block-2 {
    width: 540px;
  }
  .html-embed-3 {
    width: 540px;
  }
}

@media screen and (max-width: 479px) {
  .navlink-servicios {
    margin-left: 15px;
  }
  .navlink-productos {
    margin-left: 15px;
  }
  .navlink-contacto {
    margin-left: 15px;
  }
  .navlink-carrito {
    margin-left: 15px;
  }
  .container {
    padding-top: 130px;
  }
  .container.slide1 {
    padding-top: 220px;
  }
  .container.servidores {
    padding-top: 70px;
  }
  .heading {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 30px;
    line-height: 35px;
  }
  .heading-2 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 25px;
    line-height: 35px;
  }
  .paragraph {
    width: 300px;
    font-size: 16px;
    line-height: 32px;
  }
  .column-7 {
    margin-top: 30px;
  }
  .div-block-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-footer {
    padding-left: 10px;
  }
  .heading-3 {
    padding-left: 0px;
  }
  .div-block-4 {
    width: auto;
    margin-right: 10px;
    padding-left: 20px;
    float: left;
  }
  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-9 {
    padding-left: 0px;
  }
  .div-block-5 {
    margin-left: 0px;
  }
  .paragraph-5 {
    font-size: 16px;
    line-height: 32px;
  }
  .list-item-14 {
    padding-left: 0px;
  }
  .list-item-15 {
    padding-left: 0px;
  }
  .list-item-16 {
    padding-left: 0px;
  }
  .list-item-17 {
    padding-left: 0px;
  }
  .list-item-18 {
    padding-left: 0px;
  }
  .list-item-19 {
    padding-left: 0px;
  }
  .list-item-20 {
    padding-left: 0px;
  }
  .list-item-21 {
    padding-left: 0px;
  }
  .list-item-22 {
    padding-left: 0px;
  }
  .div-block-9 {
    padding-left: 10px;
  }
  .foto-contacto {
    background-position: 0px 0px, 42% 50%;
  }
  .div-nosotros {
    margin-left: 15px;
  }
  .div-nosotros.w--current {
    margin-left: 15px;
  }
  .div-servicios {
    margin-left: 15px;
  }
  .div-productos {
    margin-left: 15px;
  }
  .div-contacto {
    margin-left: 15px;
  }
  .foto-equipos {
    background-position: 0px 0px, 60% 0%;
  }
  .mask-nostop-slide {
    display: block;
  }
  .form-block-2 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .html-embed-3 {
    width: 90%;
  }
}

