body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  width: 164px;
  height: 46px;
  margin-top: 50px;
  padding: 12px 15px 4px;
  border-bottom: 4px solid #eb0202;
  border-radius: 3px;
  background-color: #ff4800;
  background-image: -webkit-linear-gradient(#ff4800, #e34405);
  background-image: linear-gradient(#ff4800, #e34405);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: black black #a8a3a3;
  background-color: #e3e3e3;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  direction: ltr;
  color: #1c1b1b;
  list-style-type: none;
}
.button.ingresar {
  margin-right: 15px;
  border-color: #d9d7d7 #d9d7d7 #878484;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  background-color: transparent;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.button.ingresar:hover {
  border-color: white white #d4cfcf;
  color: white;
}
.header {
  height: 520px;
  margin-top: -146px;
  background-color: #ccc0c0;
  background-image: -webkit-radial-gradient(50% 50%, circle closest-corner, rgba(13, 12, 12, 0.29) 48%, rgba(36, 32, 32, 0.70)), url('/content/site2015/img/background123.jpg');
  background-image: radial-gradient(circle closest-corner at 50% 50%, rgba(13, 12, 12, 0.29) 48%, rgba(36, 32, 32, 0.70)), url('/content/site2015/img/background123.jpg');
  background-position: center;
  background-size: auto, auto;
  background-repeat: repeat;
  background-attachment: scroll, scroll;
}
.header.headerdeintegracion {
  height: 170px;
}
.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  overflow-x: visible;
  overflow-y: visible;
  height: 95px;
  border-bottom: 1px solid #d4d4d4;
  background-color: white;
}
.textonav {
  margin-top: 17px;
  font-family:'Open Sans', sans-serif;
  color: #a8a8a8;
  font-size: 13px;
  font-weight: 400;
}
.textonav:hover {
  color: #b5b3b3;
}
.textonav.naranjo {
  color: #242424;
}
.textonav.naranjo.crearcuenta {
  color: #ff4800;
  font-weight: 400;
}
.textonav.naranjo.crearcuenta.enintegracion {
  color: #a8a8a8;
}
.textonav.fixy {
  margin-top: 33px;
  direction: ltr;
  text-decoration: none;
  list-style-type: disc;
}
.textonav.fijo {
  color: white;
  font-size: 13px;
}
.textonav.fijo:hover {
  color: #8a8a8a;
}
.textonav.fijo.enseccionintegracion {
  color: #ff4800;
}
.textonav.otronav {
  color: #242424;
}
.textonav.otronav:hover {
  color: #c9c9c9;
}
.textonav.otronav.enseccionintegracion {
  color: #ff4800;
}
.textonav.ingre {
  color: #a8a8a8;
}
.containerheader {
  height: 498px;
  margin-top: 67px;
}
.textheadergrande {
  width: 700px;
  height: 81px;
  margin-top: -9px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 30px;
  line-height: 39px;
  font-weight: 200;
}
.textheaderchico {
  width: 500px;
  margin-top: 35px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}
.logo {
  display: block;
  width: 227px;
  margin-top: 20px;
  margin-left: -10px;
}
.contenidouno {
  height: 350px;
  border-bottom: 1px solid #d4d4d4;
}
.contenidouno.integracion {
  display: block;
  height: 880px;
}
.contenidouno.preguntasfrecuentes {
  height: 1000px;
}
.textcontentchico {
  margin-top: 37px;
  font-family:'Open Sans', sans-serif;
  color: #696868;
  font-size: 13px;
  font-weight: 400;
}
.textcontentchico.con2 {
  width: 350px;
  line-height: 22px;
}
.textcontentgrande {
  margin-top: -52px;
  margin-left: 63px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.textcontentgrande.con1 {
  margin-top: 107px;
  margin-left: 0px;
  font-size: 30px;
  line-height: 39px;
  font-weight: 300;
}
.contentdos {
  height: 500px;
  border-bottom: 1px solid #d4d4d4;
  background-color: #ededed;
}
.logosuno {
  height: 340px;
  border-bottom: 1px solid #d4d4d4;
  background-color: #f2f2f2;
}
.logosdos {
  height: 470px;
  background-color: white;
}
.footer {
  height: 320px;
  background-color: #171717;
  background-image: -webkit-linear-gradient(rgba(56, 56, 56, 0.8), rgba(0, 0, 0, 0.8)), url('/content/site2015/img/background123.jpg');
  background-image: linear-gradient(rgba(56, 56, 56, 0.8), rgba(0, 0, 0, 0.8)), url('/content/site2015/img/background123.jpg');
}
.footerchico {
  height: 50px;
  margin-top: -50px;
  padding-top: 0px;
  background-color: rgba(18, 17, 17, 0.36);
}
.ventana {
  width: 800px;
  height: 500px;
  margin-top: -438px;
  margin-left: 181px;
}
.codigo {
  width: 512px;
  margin-top: -287px;
  margin-left: 27px;
  font-family: Inconsolata, monospace;
  color: #757373;
  font-size: 13px;
  font-weight: 400;
}
.window {
  width: 711px;
  margin-top: 66px;
  margin-left: 8px;
  padding-top: 0px;
}
._1 {
  color: #d1cdcd;
}
._2 {
  color: #d1cdcd;
}
.links {
  color: #f28d18;
}
.icon1 {
  margin-top: 56px;
  margin-left: -12px;
}
.rowdecontent {
  margin-top: 37px;
}
.rowmediosdepago {
  margin-top: 44px;
}
.webpay {
  opacity: 1;
}
.sepclientes {
  width: 330px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-color: #eb0202;
  border-radius: 50px;
  background-color: #8c8c8c;
}
.mediosdepagodisponibles {
  margin-right: auto;
  margin-left: 45px;
  padding-top: 7px;
  font-family: Lato, sans-serif;
  color: #e8e8e8;
  font-size: 16px;
  font-weight: 300;
}
.mediosdepagodisponibles.nuestrosclientes {
  margin-left: 85px;
}
.rowmediosdepago2 {
  margin-top: 11px;
}
.tbanc {
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  text-align: center;
}
.tbancd {
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}
.bancodechilec {
  text-align: center;
}
.webpayc {
  text-align: center;
}
.ripleyc {
  text-align: center;
}
.bancoestado {
  text-align: center;
}
.bci {
  text-align: center;
}
.bbva {
  text-align: center;
}
.containernavbar {
  margin-top: -421px;
}
.navfijo {
  background-color: transparent;
  opacity: 1;
}
.columna1 {
  height: 300px;
  margin-top: 84px;
}
.rowcolumnas {
  height: 300px;
  margin-top: 101px;
}
.logofix {
  width: 167px;
  margin-top: 20px;
  margin-left: -10px;
}
.nuevonav {
  background-color: transparent;
}
.textfooter {
  margin-top: 13px;
  font-family:'Open Sans', sans-serif;
  color: #525252;
  font-size: 13px;
  text-align: center;
}
.footext {
  margin-top: 7px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 13px;
  text-decoration: none;
}
.footext.pos3 {
  margin-top: 70px;
}
.footext.pos9 {
  margin-top: 70px;
}
.footext.colours {
  color: #ff4800;
}
.footext.colours:hover {
  color: #474342;
}
.spangris {
  color: #787777;
}
.rowclientes1 {
  margin-top: 44px;
}
.ripleycliente {
  text-align: center;
}
.pticketcliente {
  text-align: center;
}
.olidatacliente {
  text-align: center;
}
.dafiticliente {
  text-align: center;
}
.rowclientes2 {
  margin-top: 11px;
}
.cochacliente {
  text-align: center;
}
.buscalibrecliente {
  text-align: center;
}
.mangacortacliente {
  text-align: center;
}
.eventiozclientes {
  text-align: center;
}
.rowclientes3 {
  margin-top: 11px;
}
.trabajandocom {
  text-align: center;
}
.liniocliente {
  text-align: center;
}
.clubventacliente {
  text-align: center;
}
.harryplotter {
  text-align: center;
}
.texto {
  margin-top: 13px;
  font-family:'Open Sans', sans-serif;
  color: #696868;
  font-size: 13px;
}
.titulo {
  margin-top: 61px;
  font-family: Lato, sans-serif;
  color: #696868;
  font-size: 30px;
  line-height: 39px;
  font-weight: 300;
}
.subtitulo {
  margin-top: 36px;
  font-family: Lato, sans-serif;
  color: #696868;
  font-size: 16px;
}
.link {
  color: white;
  text-decoration: none;
}
.link:hover {
  color: #949494;
}
.link.linkcc {
  color: #ff4800;
}
.link.linkcontactenos {
    color: #ff4800;
}
html.w-mod-js *[data-ix="test"] {
  opacity: 0;
  -webkit-transform: translate(0px, -18px);
  -ms-transform: translate(0px, -18px);
  transform: translate(0px, -18px);
}
html.w-mod-js *[data-ix="test2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -16px);
  -ms-transform: translate(0px, -16px);
  transform: translate(0px, -16px);
}
html.w-mod-js *[data-ix="paso1"] {
  display: none;
}
@media (max-width: 991px) {
  .header.headerdeintegracion.mini {
    height: 157px;
  }
  .navbar {
    opacity: 0;
  }
  .logo {
    margin-top: 9px;
  }
  .contenidouno.preguntasfrecuentes {
    height: 1100px;
  }
  .textcontentchico.con2 {
    width: 700px;
  }
  .textcontentgrande.con1 {
    margin-top: 70px;
  }
  .contentdos {
    height: 340px;
  }
  .responsiveicon {
    color: #ff5f03;
  }
  .menuboton {
    padding-left: 0px;
  }
  .codigo {
    width: 463px;
    margin-top: -257px;
    margin-left: 9px;
  }
  .window {
    width: 736px;
    margin-top: 116px;
    margin-left: -13px;
  }
  .rowmediosdepago {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .lineassidebar {
    margin-top: 7px;
    margin-right: -24px;
    margin-left: -10px;
    padding-right: 0px;
    padding-left: 14px;
    color: #e02828;
    font-weight: 400;
  }
  .opnemenu {
    background-color: #080808;
  }
}
@media (max-width: 767px) {
  .textheadergrande {
    width: 550px;
    font-size: 28px;
  }
  .logo {
    margin-left: -7px;
  }
  .contenidouno {
    height: 650px;
  }
  .contenidouno.preguntasfrecuentes {
    height: 1250px;
  }
  .textcontentchico {
    margin-left: 9px;
  }
  .textcontentchico.con2 {
    width: 530px;
  }
  .textcontentgrande {
    margin-left: 71px;
  }
  .textcontentgrande.con1 {
    margin-left: 9px;
  }
  .responsiveicon {
    color: #ff5f03;
  }
  .logosuno {
    height: 550px;
  }
  .logosdos {
    height: 800px;
  }
  .footer {
    height: 470px;
  }
  .icon1 {
    margin-left: -2px;
  }
  .rowmediosdepago {
    margin-right: auto;
    margin-left: auto;
  }
  .lineassidebar {
    margin-left: -34px;
  }
  .texto {
    margin-left: 10px;
    padding-right: 15px;
  }
  .titulo {
    margin-left: 10px;
  }
  .subtitulo {
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  .button {
    width: 152px;
    height: 45px;
    margin-top: 13px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .button.ingresar {
    margin-top: 41px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .header {
    height: 520px;
    background-position: 34% 23%, 0% 0%;
  }
  .navbar {
    display: block;
    opacity: 0;
  }
  .textheadergrande {
    width: 278px;
    margin-top: -62px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
  }
  .textheaderchico {
    width: 300px;
  }
  .logo {
    margin-left: -9px;
  }
  .contenidouno {
    height: 610px;
  }
  .contenidouno.integracion {
    height: 1500px;
  }
  .contenidouno.preguntasfrecuentes {
    height: 1710px;
  }
  .textcontentchico.con2 {
    width: 294px;
  }
  .textcontentgrande {
    margin-left: 71px;
  }
  .textcontentgrande.con1 {
    margin-top: 57px;
    margin-left: 9px;
  }
  .contentdos {
    height: 400px;
  }
  .responsiveicon {
    margin-top: 18px;
    margin-right: -7px;
    margin-left: -7px;
    padding-right: 0px;
    padding-left: 0px;
    color: #ff5f03;
  }
  .navmenu {
    background-color: #141313;
  }
  .menuboton.w--open {
    background-color: transparent;
  }
  .logosuno {
    height: 480px;
  }
  .logosdos {
    height: 680px;
  }
  .icon1 {
    margin-left: -3px;
  }
  .rowdecontent {
    margin-top: 11px;
  }
  .rowmediosdepago {
    margin-top: 47px;
    margin-right: -27px;
    margin-left: 19px;
    padding-left: 0px;
  }
  .sepclientes {
    width: 287px;
  }
  .mediosdepagodisponibles {
    margin-left: 27px;
  }
  .mediosdepagodisponibles.nuestrosclientes {
    margin-left: 68px;
  }
  .nuevonav {
    overflow-x: visible;
    overflow-y: visible;
  }
  .textfooter {
    margin-top: 18px;
    font-size: 8px;
  }
  .footext.pos9 {
    margin-top: 49px;
  }
  .lineassidebar {
    margin-top: 8px;
  }
  .columna12 {
    margin-top: -26px;
  }
  .columna2 {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .texto {
    margin-left: 10px;
    padding-right: 15px;
  }
  .titulo {
    width: 256px;
    margin-left: 10px;
    padding-right: 0px;
    font-size: 24px;
    line-height: 33px;
  }
  .subtitulo {
    width: 300px;
    margin-left: 10px;
    padding-right: 12px;
    font-size: 17px;
  }
}