.premium {
    background-color:#FFF !important;
    border-top:1px solid #CCC;
}
.premium .section-body {
    max-width:initial;
}
.section-premium {
    overflow:hidden;
}
.section-premium a {
    margin-top:30px;
}
.section-premium .sliders {
    width:1000vw;
    height:100%;
}
.section-premium .slide {
    width:100vw;
    height:100%;
    display:inline-block;
}
.section-premium .slidearea {
    display:flex;
    height:100%;
    justify-content: center;
    align-items:center;
    max-width:1140px;
    border-bottom:1px solid #CCC;
    margin:auto;
    padding-bottom:40px;
}
.section-premium--left {
    flex:1;
    text-align:right;
}
.section-premium--left img {
    width:300px;
    margin-right:30px;
}
.section-premium--right {
    flex:2;
}
.section-premium--item {
    display:flex;
    margin-bottom:20px;
}
.section-premium--item img {
    width:20px;
    height:20px;
    margin-right:20px;
}
.section-premium--item div {
    flex:1;
    color:#999;
    line-height:20px;
}
.section-premium--item div h4 {
    color:#000;
    font-size:17px;
    font-weight:600;
}

.section-premium .sliders-pointers {
    width:100vw;
    height:20px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:40px;
}
.section-premium .pointer {
    width:15px;
    height:15px;
    border:2px solid #B28756;
    border-radius:8px;
    margin-left:5px;
    margin-right:5px;
    cursor:pointer;
}
.section-premium .pointer.active {
    background-color:#B28756;
}

/* -------- RESPONSIVIDADE -------- */

@media (max-width: 768px) {
  .section-premium .slidearea {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .section-premium--left {
    text-align: center;
    margin-bottom: 20px;
  }

  .section-premium--left img {
    width: 200px;
    margin: 0 auto 20px auto;
  }

  .section-premium--right {
    flex: none;
    width: 100%;
  }

  .section-premium--item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section-premium--item img {
    margin: 0 0 10px 0;
  }

  .section-premium--item div h4 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .section-premium--left img {
    width: 150px;
  }

  .section-premium--item div h4 {
    font-size: 14px;
  }

  .section-premium--item div {
    font-size: 13px;
    line-height: 18px;
  }
}