
h1 {
  margin-top: 11px;
  margin-bottom: 10px;
  font-family: Bebasneue, sans-serif;
  color: #45579f;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

h2 {
  margin-top: 8px;
  margin-bottom: 3px;
  margin-left: 14px;
  font-family: Bebasneue, sans-serif;
  color: #45579f;
  font-size: 22px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebasneue, sans-serif;
  color: #45579f;
  font-size: 21px;
  line-height: 20px;
  font-weight: 400;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 31px;
}

li {
  margin-bottom: 20px;
  text-align: left;
}

.imgslide{
    width: 1920px;
    min-width: 710px;
    
}

.container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  height: 70px;
  background-color: #4557a0;
  color: #fff;
}

.logo {
  margin-top: 10px;
}

.navlink {
  height: 80px;
  padding: 24px 15px 15px;
  background-image: url('../images/flecha_azul.png');
  background-position: 50% -117px;
  background-size: 85px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.navlink:hover {
  padding-top: 10px;
  background-image: url('../images/flecha_azul.png');
  background-position: 50% 91%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.navlink.w--current {
  height: 80px;
  background-image: url('../images/flecha_azul.png');
  background-position: 50% -6%;
  background-size: 85px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 500;
}

.navlink.w--open {
  padding-top: 9px;
  border-top: 6px solid #45579f;
  background-color: #757575;
}

.navlink.tab:hover {
  background-image: none;
}

.navlink.tab.w--open {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.container-nav {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sliderpromo{
  position: relative;
  top: -13px;
  height:auto;
}
.slider {
  position: relative;
  top: -13px;
  height: auto;
}

.slider-puntos {
  display: block;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0px;
}

.slider-puntos.en-promo {
  display: none;
}

.arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  -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;
  opacity: 0.6;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.arrows:hover {
  opacity: 1;
}

.arrows.en-prom {
  display: none;
}

.slider-info {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 500px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slider-info.promoen {
  width: 100%;
  max-width: 900px;
  padding-top: 65px;
  text-align: right;
}

.slide-img {
  position: static;
}

.slide-titulos {
  height: 80px;
  padding-top: 22px;
  background-image: url('../images/barra_inicio.png');
  background-position: 50% 50%;
  background-size: 448px;
  background-repeat: no-repeat;
  opacity: 0.3;
  font-family: 'Bebasneue bold', sans-serif;
  color: #45569e;
  font-size: 40px;
  text-align: center;
}

.slide-titulos.trabajano {
  opacity: 1;
}

.slide-titulos.recargatu {
  height: 40px;
  margin-bottom: 7px;
  padding-top: 10px;
  padding-bottom: 2px;
  background-color: transparent;
  background-image: none;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.slide-texto {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0.2;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.slide-texto.azul {
  padding-top: 8px;
  padding-bottom: 15px;
  border-style: none;
  background-color: #45569e;
  font-family: Oswald, sans-serif;
  font-size: 29px;
  font-style: italic;
}

.contenido {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 2px 50px;
  text-align: center;
}

.contenido.misio {
  width: 100%;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.contenido.productos {
  max-width: 960px;
  padding: 60px 80px 65px;
  background-image: url('../images/indicadormenu.svg');
  background-position: 47% 0px;
  background-size: 12px;
  background-repeat: no-repeat;
}

.contenido.productos.servipa {
  padding-right: 40px;
  padding-left: 40px;
}

.contenido.ventajas {
  padding: 50px 10px 26px;
  background-image: none;
}

.contenido.intrane {
  margin-top: 34px;
}

.contenido.trabaja {
  padding-top: 1px;
}

.pago-servicios {
  height: 60px;
  background-color: #f1f2f2;
}

.pago-servicios.desc {
  height: 245px;
  margin-top: 20px;
  padding-top: 2px;
}

.rec_pregago {
  height: auto;
  min-height: 325px;
  padding-top: 7px;
  padding-bottom: 17px;
  background-color: #f1f2f2;
}

.promo {
  width: 48%;
  height: 325px;
  margin-right: 6px;
  padding-top: 7px;
  float: left;
  background-color: #f1f2f2;
}

.promo._2 {
  width: 49%;
  height: 325px;
  margin-right: 0px;
  float: right;
}

.footer {
  margin-top: 30px;
  padding-bottom: 55px;
  background-color: #4a4a49;
}

.rowb {
  height: auto;
  min-height: 260px;
  margin-top: 43px;
}

.negocio {
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f1f2f2;
  text-decoration: none;
}

.negocio.correo {
  display: block;
  margin-top: 22px;
  -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;
  text-align: center;
}

.acceso-clientes {
  overflow: hidden;
  height: auto;
  min-height: 257px;
  padding: 10px 10px 15px;
  background-color: #f1f2f2;
}

.intranet {
  overflow: hidden;
  height: auto;
  padding: 10px 10px 16px;
  background-color: #f1f2f2;
}

.slideimage {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slideimage2 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slideimage2.s3 {
  background-size: cover;
}

.slideimage2.s4 {
}

.pago {
  display: block;
  width: 33.3%;
  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-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-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-align: center;
}

.pago.pago3 {
  padding-top: 9px;
  text-align: left;
}

.imagenpago {
  display: inline-block;
  margin-top: 8px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.titulos {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.titulos.enmision {
  display: block;
  line-height: 10px;
  letter-spacing: 0.5px;
}

.titulos.products {
  font-size: 21px;
  line-height: 5px;
}

.titulos.recarga-elec {
  float: left;
  color: #f1f2f2;
  font-size: 21px;
  line-height: 7px;
  font-weight: 400;
  text-align: center;
}

.titulos.blancos {
  color: #f0f1f3;
  line-height: 8px;
}

.titulos-cont {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #b4b4b4;
  text-align: center;
}

.recarga-botones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.botones-recarga {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 45px;
  margin-top: 9px;
  margin-bottom: 14px;
  -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;
  background-color: #45569e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.botones-recarga:hover {
  background-color: #fff;
  box-shadow: 4px 4px 0 0 hsla(0, 10%, 67%, .56);
  -webkit-transform: translate(-4px, -4px);
  -ms-transform: translate(-4px, -4px);
  transform: translate(-4px, -4px);
  color: #45579f;
  font-weight: 700;
}

.botones-recarga.entel {
  display: none;
  overflow: visible;
}

.botones-recarga.coore {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 14px;
  font-size: 13px;
}

.botones-recarga.accesosclientes {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
}

.columna {
  padding-right: 4px;
  padding-left: 4px;
}

.ofrece-se {
  display: block;
  width: 130px;
  height: 130px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-left: 1px;
  border: 2px solid #45579f;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #45579f;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.cajaborde {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 3px 15px;
  border: 2px solid #45579f;
  background-color: #fff;
}

.titlulos2 {
  margin-bottom: 1px;
  margin-left: 0px;
  font-size: 26px;
  line-height: 20px;
  text-align: center;
}

.titulos3 {
  margin-top: 0px;
  margin-left: 0px;
  font-size: 19px;
  line-height: 17px;
  text-align: center;
}

.barra-gris {
  height: 30px;
  margin-bottom: 0px;
  background-color: rgba(58, 58, 56, 0);
  background-image: url('../images/flecha_blanca.png');
  background-position: 95% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.titulos-blanco {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.pago-lista {
  margin-top: 13px;
  margin-right: 20px;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  color: #4a4a49;
}

.pago-icono {
  width: 40px;
  height: auto;
  margin-right: 15px;
  float: left;
  text-align: center;
}

.pago-lista-p {
  margin-top: 4px;
  float: left;
}

.accesos {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  background-image: url('../images/flecha_der.png'), url('../images/flecha_der.png');
  background-position: -49px 50%, 97% 50%;
  background-size: 21px, 9px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #4a4a49;
  text-decoration: none;
}

.accesos:hover {
  padding-left: 35px;
  background-image: url('../images/flecha_der.png'), url('../images/flecha_der.png'), -webkit-linear-gradient(270deg, hsla(0, 0%, 71%, .3), hsla(0, 0%, 71%, .3));
  background-image: url('../images/flecha_der.png'), url('../images/flecha_der.png'), linear-gradient(180deg, hsla(0, 0%, 71%, .3), hsla(0, 0%, 71%, .3));
  background-position: 16px 50%, 109% 50%, 0px 0px;
  background-size: 9px, 9px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 500;
}

.acceso-lista {
  padding-top: 4px;
  float: left;
}

.caja-footer {
  display: block;
  width: 200px;
  height: 170px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-right: 0px solid hsla(0, 0%, 71%, .3);
}

.caja-footer.centro {
  width: auto;
  margin-left: 0px;
  padding-left: 61px;
  border-width: 0px 1px;
  border-color: hsla(0, 0%, 71%, .31);
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

.footer-titulo {
  margin-bottom: 9px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.footer-cobertura {
  height: 20px;
  margin-bottom: 4px;
  margin-left: 5px;
  padding-left: 26px;
  background-image: url('../images/ubicacion.png');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #dad2d2;
  font-size: 11px;
  font-weight: 300;
}

.footer-cobertura.fono {
  background-image: url('../images/telefono.png');
  background-size: 18px;
  font-size: 16px;
  font-weight: 300;
}

.footer-cobertura.reloj {
  background-image: url('../images/horario.png');
  background-size: 15px;
}

.container-footer {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.drop-list.w--open {
  top: 50px;
  background-color: #757575;
}

.drop-link {
  padding: 5px 39px 7px 30px;
  border-bottom: 1px solid hsla(0, 0%, 71%, .53);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
}

.drop-link:hover {
  padding-right: 30px;
  padding-left: 39px;
  background-color: hsla(0, 0%, 71%, .52);
}

.drop-link.w--current {
  background-color: rgba(69, 87, 159, .49);
  color: #f3e9e9;
}

.drop-link.recar {
  background-image: url('../images/mouse.png');
  background-position: 8px 22%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.drop-link.serv {
  background-image: url('../images/serviicon.png');
  background-position: 7px 7px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.nosotros-imagen {
  position: relative;
  top: -14px;
  display: block;
  margin-top: -3px;
  padding-top: 0px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.img-nos {
  position: relative;
  display: inline-block;
}

.nosotros-info {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.nosotros-info-top {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 7%;
  padding: 15px 15px 7px;
  border-left: 1px solid rgba(0, 0, 0, .4);
  background-color: hsla(0, 0%, 100%, .82);
  font-family: Roboto, sans-serif;
  color: #000;
}

.mision {
  padding-top: 42px;
  padding-bottom: 14px;
  background-color: #eaebeb;
  background-image: url('../images/flecha_blanca.png');
  background-position: 50% -2px;
  background-size: 18px;
  background-repeat: no-repeat;
}

.mision.cuadro2 {
  height: 900px;
  background-color: #fff;
  background-image: url('../images/udec.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mision-p {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 13px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.mision-p.timeline {
  margin-top: 10px;
  font-size: 13px;
  line-height: 17px;
  text-align: justify;
  text-decoration: none;
}

.enmision-span {
  font-size: 20px;
  line-height: 0px;
  letter-spacing: -0.5px;
}

.mision-mapa {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1100px;
  min-height: 100px;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  text-align: center;
}

.mision-slide {
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.mision-slide-flecha {
  width: 50px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #45569e;
}

.mision-slide-flecha:hover {
  background-color: transparent;
  opacity: 1;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.mision-slide-flecha-icono {
  margin-top: 162%;
  margin-right: 10px;
  margin-left: 10px;
}

.mision-slide-contenido {
  width: 100%;
  height: auto;
  padding-top: 2px;
}

.mision-timeline {
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mision-tablink {
  width: 18%;
  height: auto;
  margin-right: 5px;
  margin-left: 5px;
  padding: 6px 10px 20px;
  background-color: transparent;
  background-image: url('../images/indicador.svg');
  background-position: 50% 137%;
  background-size: 200px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.mision-tablink:hover {
  background-color: transparent;
  background-image: url('../images/indicador.svg'), -webkit-linear-gradient(270deg, #eaebeb, #eaebeb);
  background-image: url('../images/indicador.svg'), linear-gradient(180deg, #eaebeb, #eaebeb);
  background-position: 50% 100%, 0px 0px;
  background-size: 200px, auto;
  background-repeat: no-repeat, repeat;
}

.mision-tablink.w--current {
  width: 18%;
  height: auto;
  padding-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #eaebeb;
  background-image: url('../images/indicador.svg');
  background-position: 50% 100%;
  background-size: 200px;
}

.tabs-menu {
  margin-top: 5px;
}

.mision-flecha-slide-izq {
  width: 50px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #45579f;
}

.mision-flecha-slide-izq:hover {
  background-color: transparent;
  opacity: 1;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.tab-content {
  height: auto;
  margin-top: 16px;
}

.mision-tabpane {
  height: auto;
}

.mision-tabs {
  height: auto;
}

.vermas {
  font-family: Lato, sans-serif;
  color: #45569e;
  font-weight: 700;
  text-align: center;
}

.producto-recarga {
  height: 260px;
  padding: 22px 8px 50px;
  background-color: #f2f2f2;
  background-image: url('../images/flecha_negra.png');
  background-position: 50% 91%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4a4a49;
  text-align: center;
  text-decoration: none;
}

.producto-recarga:hover {
  background-color: #e6e6e6;
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.producto-recarga:focus {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.producto-recarga-p {
  margin-top: 14px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 17px;
}

.producto-recarga-p.ventajs {
  color: #000;
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
}

.producto-recarga-p.hotto {
  margin: 30px 20px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  font-size: 14px;
  text-align: left;
}

.producto-recarga-p.hotto.b {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 2px dotted #757575;
  line-height: 18px;
}

.producto-recarga-p.hotto.b.valida {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.producto-icono {
  height: 65px;
}

.producto-recarga-elec {
  overflow: hidden;
  height: 320px;
  background-color: #4a4a49;
  background-image: url('../images/flecha_blanca.png');
  background-position: 50% -2px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.recarga-titulo {
  margin-top: 21px;
  padding-left: 44px;
  text-align: left;
}

.parrafo-recarga {
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 21px;
  padding-left: 8px;
  font-family: Lato, sans-serif;
  color: #f1f2f2;
  line-height: 18px;
  font-weight: 300;
}

.span-recarga {
  line-height: 25px;
}

.span-recarga.celular {
  display: block;
  padding-top: 31px;
}

.recarga-note-side {
  height: 320px;
  background-color: #45569e;
  background-image: url('../images/rec_electronica_img.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.recarga-note-side.celu {
  background-image: url('../images/rec_celular_img.png');
  background-position: 100% 100%;
  background-size: contain;
  background-attachment: scroll;
}

.recarga-note-side.pos {
  background-image: url('../images/rec_pos_img.png');
}

.recarga-note-side.host {
  background-image: url('../images/rec_host_img.png');
  background-position: 100% 100%;
}

.ventajas {
  background-image: url('../images/flecha_negra.png');
  background-position: 50% -1px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.ventajas-titulo {
  font-family: Lato, sans-serif;
  color: #45569e;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.ventaja-icono {
  margin-bottom: 17px;
}

.separador {
  display: block;
  width: 1px;
  height: 150px;
  margin-top: 77px;
  margin-right: auto;
  margin-left: auto;
  background-color: #45569e;
}

.mascara {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 320px;
}

.recarga-celular {
  display: block;
  overflow: visible;
  height: 320px;
  background-color: #4a4a49;
  background-image: url('../images/flecha_blanca.png');
  background-position: 50% -2px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.recarga-pos {
  height: 320px;
  background-color: #4a4a49;
  background-image: url('../images/flecha_blanca.png');
  background-position: 50% 1px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.recarga-web {
  height: 320px;
  background-color: #4a4a49;
  background-image: url('../images/flecha_blanca.png');
  background-position: 50% -2px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.recarga-host {
  height: 320px;
  background-color: #4a4a49;
  background-image: url('../images/flecha_blanca.png');
  background-position: 50% -3px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.proceso-host {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 1px;
  padding-bottom: 0px;
  background-image: url('../images/flecha_negra.png');
  background-position: 50% -2px;
  background-size: 15px;
  background-repeat: no-repeat;
  text-align: center;
}

.proceso-host-interior {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

.host-imag {
  margin-bottom: 38px;
}

.promo-cont {
  display: none;
  overflow: visible;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}

.row-promo {
  margin-top: 30px;
  margin-bottom: 41px;
}

.caja-gris {
  padding-top: 10px;
  background-color: #eaebeb;
}

.caja-gris.w--current {
  background-color: #f1f2f2;
}

.caja-gris.promocaja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 300px;
  padding: 20px 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f2f2;
}

.caja-gris.servipag {
  width: 180px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 20px 10px;
  background-image: url('../images/flecha_negra.png');
  background-position: 50% -17px;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.caja-gris.servipag:hover {
  background-color: #f7f7f7;
  background-position: 50% 85%;
  -webkit-transform: translate(0px, -9px);
  -ms-transform: translate(0px, -9px);
  transform: translate(0px, -9px);
}

.caja-gris.servipag.w--current {
  background-color: #f2f7f7;
  background-image: url('../images/flecha_negra.png');
  background-position: 50% 76%;
  background-size: 15px;
}

.caja-gris.servipag.intran {
  width: 200px;
  height: 135px;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
  text-decoration: none;
}

.caja-gris.servipag.intran:focus {
  background-position: 50% 86%;
  -webkit-transform: translate(0px, -9px);
  -ms-transform: translate(0px, -9px);
  transform: translate(0px, -9px);
}

.caja-gris.manuales {
  padding-bottom: 18px;
  border-top: 3px solid #45569e;
  text-align: center;
}

.parrafos-gris {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.parrafos-gris.traba {
  margin-top: 15px;
  margin-bottom: 31px;
  text-align: center;
}

.btnpromo {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #45569e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.btnpromo:hover {
  background-color: rgba(13, 24, 71, .79);
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.subtitulo-azul {
  margin-bottom: 18px;
  font-family: Lato, sans-serif;
  color: #45579f;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.subtitulo-azul.centrado {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.subtitulo-azul.cv {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.list-item-promo {
  margin-bottom: 1px;
  font-family: Lato, sans-serif;
}

.unorder {
  padding-left: 18px;
  list-style-type: disc;
}

.cajagris-dark {
  padding-top: 38px;
  padding-bottom: 38px;
  background-color: #4a4a49;
}

.cajagris-dark.servi {
  display: block;
  width: 100%;
  height: 180px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.cajagris-dark.prod {
  position: absolute;
  left: 0px;
  top: 149px;
  right: 0px;
  height: 242px;
}

.cajagris-dark.prod.intra {
  top: 190px;
  height: 257px;
}

.cajagris-dark.int {
  margin-top: 58px;
  margin-bottom: 107px;
}

.titulos-blancos {
  margin-left: 0px;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  line-height: 7px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.titulos-azul {
  margin-left: 0px;
  font-family: Bebasneue, sans-serif;
  color: #45579f;
  font-size: 21px;
  line-height: 5px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.parrafo-blanco {
  margin-top: 16px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.cajablanca {
  margin-bottom: 50px;
  padding-top: 30px;
  background-image: url('../images/flecha_negra.png');
  background-position: 50% -1px;
  background-size: 15px;
  background-repeat: no-repeat;
  text-align: center;
}

.cajablanca.fila {
  background-image: none;
}

.caja-select.intr {
  display: block;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.manuales-titulo {
  height: 30px;
  margin-bottom: 16px;
  padding-top: 7px;
  background-image: url('../images/pdf.png');
  background-position: 15px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.img-intra {
  height: 39px;
  margin-bottom: 8px;
}

.documento-texto {
  margin-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
  font-family: Lato, sans-serif;
  line-height: 16px;
  font-weight: 300;
}

.trabajaconos {
  position: relative;
  top: -10px;
  padding-top: 1px;
}

.descripcionslides {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 7%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.barra-desp {
  width: 100%;
  background-color: #4a4a49;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.barra-desp:hover {
  background-color: #81817f;
}

.desplazable {
  overflow: hidden;
  padding-top: 18px;
}

.negociolink {
  width: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.negociolink:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.documents {
  display: block;
  height: auto;
  min-height: 200px;
  -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-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-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.documentos-row {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form {
  width: 500px;
  height: 85px;
  padding-top: 5px;
  padding-bottom: 6px;
  background-color: #c5d8e4;
}

.redes {
  position: fixed;
  display: block;
  width: 40px;
  height: 100px;
  -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;
  background-color: transparent;
}

.cont-redes {
  position: fixed;
  z-index: 23;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 95vh;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sociales {
  margin-bottom: 1px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sociales:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.historia {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.image-mail {
  display: block;
  margin: 6px auto 37px;
}

.somos-titulo {
  margin-bottom: 25px;
  padding: 12px 3px 12px 20px;
  background-color: #45569e;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 25px;
  letter-spacing: 1px;
}

.fecha {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 1px;
  background-color: #45569e;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.dato {
  margin-top: 27px;
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 50px;
  padding-left: 50px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  text-align: center;
}

html.w-mod-js *[data-ix="aparecer"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="dropdown"] {
  opacity: 0;
  -webkit-transform: translate(0px, -45px);
  -ms-transform: translate(0px, -45px);
  transform: translate(0px, -45px);
}

html.w-mod-js *[data-ix="tab-pane"] {
  opacity: 0;
  -webkit-transform: translate(0px, 94px);
  -ms-transform: translate(0px, 94px);
  transform: translate(0px, 94px);
}

html.w-mod-js *[data-ix="cerrado"] {
  height: 0px;
}

html.w-mod-js *[data-ix="new-interaction"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="aparecer-top"] {
  opacity: 0.04;
  -webkit-transform: translate(0px, -57px);
  -ms-transform: translate(0px, -57px);
  transform: translate(0px, -57px);
}

html.w-mod-js *[data-ix="desplazable-docu"] {
  height: 0px;
}

html.w-mod-js *[data-ix="recarga-cel-hide"] {
  display: none;
}

@media (max-width: 991px) {
  .slider {
    height: auto;
  }
  .slider-info {
    margin-top: 1%;
  }
  .contenido.productos {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contenido.productos.servipa {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ofrece-se {
    width: auto;
  }
  .nosotros-info-top {
    max-width: 649px;
    margin-top: 4%;
    margin-left: 1%;
    padding-left: 13px;
  }
  .producto-recarga {
    height: 320px;
  }
  .producto-recarga-p {
    font-size: 12px;
  }
  .producto-recarga-elec {
    height: auto;
  }
  .parrafo-recarga {
    font-size: 13px;
    line-height: 14px;
  }
  .span-recarga {
    line-height: 22px;
  }
  .caja-gris.servipag {
    margin-right: 2px;
    margin-left: 2px;
  }
  .titulos-azul {
    line-height: 18px;
  }
  .manuales-titulo {
    padding-left: 28px;
  }
  .redes {
    background-color: #4a4a49;
  }
}

@media (max-width: 767px) {
  .manuales-titulo {
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
    iframe{
        height: 1500px;
        width: 100%;
    }
  .navlink {
    background-color: #45569e;
  }
  .navlink.w--current {
    background-color: #45569e;
  }
  .slider {
    height: 230px;
  }
  .arrows {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider-info {
    width: 290px;
    margin-top: -14%;
    font-size: 14px;
  }
  .slide-titulos {
    font-size: 32px;
  }
  .slide-titulos.trabajano {
    display: block;
    width: 308px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 26px;
    background-size: contain;
    font-size: 27px;
  }
  .slide-texto {
    width: 80%;
  }
  .contenido {
    padding-right: 2px;
    padding-left: 2px;
  }
  .contenido.misio {
    margin-top: 98px;
    padding-top: 5px;
  }
  .contenido.productos {
    padding-top: 30px;
    padding-right: 2px;
    padding-left: 2px;
  }
  .rec_pregago {
    margin-top: 10px;
  }
  .intranet {
    margin-top: 10px;
  }
  .titulos.enmision {
    line-height: 19px;
  }
  .columna {
    margin-top: 10px;
  }
  .caja-footer {
    margin-top: 31px;
  }
  .caja-footer.centro {
    height: 100px;
    padding-left: 24%;
  }
  .nosotros-imagen {
    height: 350px;
  }
  .nosotros-info {
    margin-bottom: 1px;
    padding-top: 137px;
    padding-right: 18px;
    padding-left: 0px;
  }
  .nosotros-info-top {
    padding-left: 10px;
    font-size: 13px;
    text-align: justify;
  }
  .mision-p.timeline {
    font-size: 10px;
  }
  .mision-tablink {
    width: 17%;
    padding-right: 2px;
    padding-left: 2px;
    float: left;
    font-size: 13px;
  }
  .producto-recarga {
    height: 254px;
    margin-top: 12px;
  }
  .producto-recarga-p {
    display: block;
  }
  .recarga-note-side {
    display: block;
    overflow: visible;
    height: 220px;
  }
  .mascara {
    overflow: hidden;
    height: auto;
  }
  .recarga-celular {
    height: auto;
    background-image: url('../images/flecha_blanca_abajo.svg');
    background-position: 50% 0px;
    background-size: 15px;
    background-repeat: no-repeat;
  }
  .recarga-pos {
    height: auto;
  }
  .recarga-web {
    height: auto;
  }
  .recarga-host {
    height: auto;
  }
  .proceso-host-interior {
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .caja-gris.promocaja {
    min-height: 250px;
    margin-bottom: 10px;
  }
  .caja-gris.servipag {
    width: 48%;
    margin-top: 8px;
    float: left;
    font-size: 12px;
  }
    .caja-gris.servipag.intran {
    width: 48%;
    margin-top: 8px;
    float: left;
    font-size: 12px;
  }
  .caja-gris.manuales {
    margin-top: 8px;
  }
  .cajagris-dark.servi {
    height: 191px;
  }
  .cajagris-dark.int {
    margin-bottom: 40px;
  }
  .titulos-azul {
    font-size: 20px;
    line-height: 17px;
  }
  .titulos-azul.servip {
    font-size: 18px;
  }
  .titulos-azul.intranett {
    font-size: 18px;
    line-height: 16px;
  }
  .trabajaconos {
    padding-top: 0px;
  }
  .descripcionslides {
    padding-top: 0%;
  }
  .documents {
    height: auto;
    min-height: 10px;
  }
  .redes {
    width: 28px;
    background-color: transparent;
  }
  .cont-redes {
    width: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tamnn {
    display: block;
    width: auto;
    text-align: center;
  }
  .somos-titulo {
    line-height: 24px;
    text-align: center;
  }
  .dato {
    padding-right: 15px;
    padding-left: 15px;
  }
  .boton-open.w--open {
    background-color: #45569e;
  }
}

@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue bold';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}