#header {
    top: 0;
    position: fixed;
    height: 45px;
    background-color: #fff;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 7px 36px -19px rgb(0 0 0 / 86%);
    -webkit-box-shadow: 0px 7px 36px -19px rgb(0 0 0 / 86%);
    -moz-box-shadow: 0px 7px 36px -19px rgba(0,0,0,0.86);
  }
  body {
    /*background-color: #e6e3e3;*/
    background-color: #f8f8f8;
  }
  .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
  }
  .contenedor {
    background-color: white;
  }
  .menu-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #menuToggle {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 100;
    -webkit-user-select: none;
    user-select: none;
    font-size: 14px;
    margin: 15px 0;
  }
  #menuToggle img{
    width: 10px;
  }
  .menu-flotante {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
  }
  .menu-header ul {
    padding: 0;
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  .menu-header ul li {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 35px;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
  }
  .menu-flotante.active {
    width: 20%;
    right: 0;
    position: absolute;
    visibility: visible;
    opacity: 1;
    background: #fff;
    padding: 10px 25px;
    box-shadow: 2px 26px 50px -34px rgb(0 0 0 / 86%);
    -webkit-box-shadow: 2px 26px 50px -34px rgb(0 0 0 / 86%);
    -moz-box-shadow: 2px 26px 50px -34px rgba(0,0,0,0.86);
  }
  a {
    color: #4b4c4e !important;
    text-decoration: none !important;
  }
  .menu-flotante.active {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .portada{
    padding-top: 55px;
  }
  .hv-100{
    height: 95vh;
  }
  .owl-carousel .owl-item .img-carrusel img {
    width: 100%;
    margin: auto;
  }
  .celulares-carrusel .img-carrusel {
    padding: 0;
  }
  .menu-flotante {
    left: 0;
  }
  #menuToggle {
    margin-right: 15px;
  }

.contenedor {
    max-width: 500px;
    margin: auto;
    padding-top:45px
}
.flex-2{
    display: flex;
}
.fondo-purplehuellas{
    background-image: url("../img/fondo-purple.png");
    padding: 20px 0;
}
p.legal-producto {
    font-size: 9px;
    text-align: center;
    line-height: 1;
    padding: 10px 5px;
}
i.fa.fa-angle-right.slick-arrow {
    color: #959595;
    font-size: 30px;
    position: absolute;
    top: 38%;
    right: 8px;
    cursor: pointer;
    z-index: 1;
}
i.fa.fa-angle-left.slick-arrow {
    color: #959595;
    font-size: 30px;
    position: absolute;
    top: 38%;
    left: 8px;
    cursor: pointer;
    z-index: 1;
}
.slick-dots li button:before {
    font-size: 44px;
}
footer {
    background-color: #FFDD00;
    text-align: justify;
    font-size: 9px;
    padding: 15px 15px;
    color: #000;
    font-family: "Montserrat-Regular";
    line-height: 1.1;
}
footer .points {
    font-weight: bold;
    font-size: 18px;
    top: -2.5px;
    font-family: none;
}
footer .logo-footer {margin: 15px auto 5px;
    max-width: 140px;
}
.tcea {
    font-family: "Montserrat-ExtraBold";
    color: #fff;
    background-color: #000;
    padding: 0 5px;
}
.legal-tarjeta{
    position: relative;
    padding-left: 100px;
}
img.tarjeta-cencosud{
    position: absolute;
    left: 0;
    width: 90px;
    padding-top: 11px;
}
.angle-blue i.fa.fa-angle-left.slick-arrow{
    color: #649CC4;
    font-size: 44px;
}
.angle-blue i.fa.fa-angle-right.slick-arrow{
    color: #649CC4;
    font-size: 44px;
}
.angle-notcolor i.fa.fa-angle-left.slick-arrow{
    color: transparent;
    font-size: 44px;
}
.angle-notcolor i.fa.fa-angle-right.slick-arrow{
    color: transparent;
    font-size: 44px;
}
.angle-yellow i.fa.fa-angle-left.slick-arrow{
    color: #FFDD00;
    font-size: 44px;
}
.angle-yellow i.fa.fa-angle-right.slick-arrow{
    color: #FFDD00;
    font-size: 44px;
}
.angle-purple i.fa.fa-angle-left.slick-arrow{
    color: #926192;
    font-size: 44px;
}
.angle-purple i.fa.fa-angle-right.slick-arrow{
    color: #926192;
    font-size: 44px;
}
.angle-red i.fa.fa-angle-left.slick-arrow{
    color: #F50A0A;
    font-size: 44px;
}
.angle-red i.fa.fa-angle-right.slick-arrow{
    color: #F50A0A;
    font-size: 44px;
}
.angle-green i.fa.fa-angle-left.slick-arrow{
    color: #85B1B0;
    font-size: 44px;
}
.angle-green i.fa.fa-angle-right.slick-arrow{
    color: #85B1B0;
    font-size: 44px;
}
@media (max-width: 767px){
#menuToggle {
    margin-right: 15px;
}