@font-face {
  font-family: 'OfficinaBold';
  font-weight: 300;
  font-style: normal;
  src: url('/portalweb/framework/skins/portalvivo/fonts/officinaserif-bold-webfont.woff');
}

@font-face {
  font-family: 'Officina';
  font-weight: 300;
  font-style: normal;
  src: url('/portalweb/framework/skins/portalvivo/fonts/officinaserif-book-webfont.woff');
}

@font-face {
  font-family: 'Vivo';
  font-weight: 300;
  font-style: normal;
  src: url('/portalweb/framework/skins/portalvivo/fonts/vivo-bold-webfont.woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: url('/portalweb/ShowPropertyServlet?nodeId=/UCMRepository/PW_FONT_TTF_ROBOTO_LIGHT');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/portalweb/ShowPropertyServlet?nodeId=/UCMRepository/PW_FONT_WOFF2_ROBOTO_REGULAR');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/portalweb/ShowPropertyServlet?nodeId=/UCMRepository/PW_FONT_TTF_ROBOTO_MEDIUM');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/portalweb/ShowPropertyServlet?nodeId=/UCMRepository/PW_FONT_TTF_ROBOTO_BOLD');
}

@font-face {
  font-family: 'VivoTypeBold';
  font-style: normal;
  src: url('/portalweb/framework/skins/portalvivo/fonts/VivoTypeW05-Bold.woff');
}

@font-face {
  font-family: 'VivoTypeLight';
  font-style: normal;
  src: url('/portalweb/framework/skins/portalvivo/fonts/VivoTypeW05-Light.woff');
}

@font-face {
  font-family: 'VivoTypeRegular';
  font-style: normal;
  src: url('/portalweb/framework/skins/portalvivo/fonts/VivoTypeW05-Regular.woff');
}

@font-face {
  font-family: 'VivoTypeBold2';
  font-style: normal;
  src: url('/portalweb/framework/skins/portalvivo/fonts/VivoTypeW05-Bold.woff2');
}

@font-face {
  font-family: 'VivoTypeLight2';
  font-style: normal;
  src: url('/portalweb/framework/skins/portalvivo/fonts/VivoTypeW05-Light.woff2');
}

@font-face {
  font-family: 'VivoTypeRegular2';
  font-style: normal;
  src: url('/portalweb/framework/skins/portalvivo/fonts/VivoTypeW05-Regular.woff2');
}

html{
  height: 100%;
}

body {
  display: block;
  height: 100%;
  background-color: #fbfbfc;
  font-family: Roboto;
  margin: 0px;
}
/*div.bea-portal-body-content, div.bea-portal-book-primary, div.bea-portal-book-primary-content, 
div.bea-portal-book-invisible, div.bea-portal-book-content, div.bea-portal-book-page, 
div.bea-portal-book-page div, div.bea-portal-layout-placeholder,  div.bea-portal-window, 
div.bea-portal-window-content{
  height: 100%;
}*/
.container_home {
    margin: 0 auto;
    background-color: #fbfbfc;
}
.container {
  padding: 20px;
  background-color: #fbfbfc;
  margin-bottom: 32px;
}.container-form-hs{
  padding: 5px 20px 20px 20px;
}
.header {
  z-index: 1!important;
  position: relative;
  left: 0;
  height: 60px;
  margin-bottom: 0;
  background: #609;
  transition: all .3s linear;
} 
.logo {
  padding: 10px;
  margin: 0 auto;
  min-width: 58px;
  max-width: 187px;
  text-align: center;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hs-mobileShow-pacoteDados, .hs-mobileShow-pacoteVoz {
  display: none;
  position: relative; 
  top: 0px; 
  left: 0px; 
  width: 289px; 
  /*height: 390px;*/ 
  overflow: hidden; 
  /*visibility: hidden; */
  margin: auto;
  margin-top: 30px;
}

.hs-desktopShow {
  display: block;
  margin: auto;
  margin-top: 18px;
  text-align:center;
} 

.link-regulamento-download {
  text-align: center;
  margin-bottom: 40px!important;
}

.link-regulamento-download a{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  cursor: pointer;
  line-height: 1.71;
  letter-spacing: normal;
  text-decoration: underline;
  color: #660099 !important;
}
.tabLinkPacote{
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
.tabLinkPacoteRow:after{
  margin-bottom: 40px;
}

.tablink.active{
  color: #660099;
  border-bottom: solid 2px #660099;
}

.col-50-l {
  cursor: pointer;
  float: left;
  width: 50% !important;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
}
.col-50-r {
  cursor: pointer;
  float: right;
  width: 50% !important;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
}

@media only screen 
    and (min-device-width : 20px) 
    and (max-device-width : relative){ 
      .hs-mobileShow-pacoteDados, 
      .hs-mobileShow-pacoteVoz {display: block;}
    .hs-desktopShow {display: none;}
 }

.card__header {
  font-family: ITCicinaSerifBookRegular;
  color: #fff;
  background: #660099;
  text-align: center;
  padding-top: 5px;
  position: relative;
}

.card__body {
  border-top: none;
  /*background-color: #f0f0f0;*/
}

.card__actions {
  /*background-color: #f6f6f6 !important;*/
  text-align: center !important;
  border-top: 1px solid #d1d1d1 !important;
  border-bottom: 1px solid #d1d1d1 !important;
}

.click_modal {
  border: none !important;
}

.card__action {
  display: block !important;
  cursor: pointer !important;
  padding: 10px 0 !important;
  font-size: 14px !important;
  color: #609 !important;
  height: initial !important;
  width: initial !important;
  margin-top: 0 !important;
  font-family: ITCOfficinaSerifBookRegular !important;
  border-bottom: 1px solid #d1d1d1;
}

.card_bonus-internet .bonus-text {
  font-size: 14px;
  text-align: left;
  line-height: 16px;
  font-family: ITCOfficinaSerifBookRegular;
  color: #666;
  padding: 10px 15px 3px 26px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.5px;
}
.card_bonus-internet .bonus-text:before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  left: 8px;
  top: 13px;
}

.card__price {
  color: #660099;
  /*background-color: #f6f6f6;*/
  padding: 20px 0 0 0;
  font-family: ITCOfficinaSerifBold;
  margin: 0 auto;
  text-align: center;
  float: left;
}
.card__price.threeDigits .price__period {
  right: 19px;
}
.card__price .price__dollar {
  position: relative;
  top: -7px;
  font-size: 18px;
}
.card__price .price__currency {
  font-size: 32px;
  line-height: 16px;
  letter-spacing: -3px;
}
.card__price .price__cents {
  letter-spacing: -1.5px;
  font-size: 20px;
  line-height: 12px;
  position: relative;
  top: -7px;
  left: 3px;
}
.card__price .price__period {
  font-size: 12px;
  clear: both;
  float: right !important;
  position: relative;
  top: 13px;
  right: 27px;
}

.price__details {
  float: right;
  margin-top: 14px;
}

.plans {
  width: 940px;
  margin: 0px auto 60px;
  padding-top: 30px;
}
.plans .content {
  position: relative;
}
.plans.five--colums {
  width: 780px;
}
.plans .plans__title {
  color: #660099;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  padding-bottom: 30px;
}

.plans__card {
  max-width: 288px;
  margin-right: 31px !important;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
}
.plans__card:nth-child(1) {
  margin-left: 0 !important;
}
.plans__card .card__bonus {
  font-family: ITCOfficinaSerifBookRegular;
  margin-top: 10px;
  font-size: 18px;
  background: #800080;
  padding: 5px;
  margin: 6px 20px 0px 20px;
  border-radius: 5px;
}
.plans__card#card_1 .card__header {
  height: 250px;
  background: #609;
}
.plans__card#card_1 .card__header.card__header--minor {
  height: 230px;
}
.plans__card#card_1 .card__minutes {
  padding-top: 50px;
  float: left;
  margin-left: 20px;
  margin-right: 10px;
}
.plans__card#card_1 .card__gigabytes {
  border-bottom: 1px solid #47006b;
  box-shadow: 0px 1px 0px 0px #8533ad;
}
.plans__card#card_1 .card__operator {
  text-align: left;
  margin-top: 50px;
}
.plans__card#card_1 .card__dependents br {
  display: none;
}

.plans__card .card__gigabytes {
  font-size: 16px;
  font-family: ITCOfficinaSerifBookRegular;
  line-height: 20px;
  border-bottom: 1px solid #47006b;
  box-shadow: 0px 1px 0px 0px #8533ad;
}
.plans__card .card__gigabytes .right_header,
.plans__card .card__gigabytes .left_header {
  display: inline-block;
}
.plans__card .card__gigabytes .right_header .gb,
.plans__card .card__gigabytes .right_header .bonusValue,
.plans__card .card__gigabytes .left_header .gb,
.plans__card .card__gigabytes .left_header .bonusValue {
  font-family: ITCOfficinaSerifBold;
  font-size: 32px;
  line-height: 40px;
}
.plans__card .card__gigabytes .right_header .deInternet,
.plans__card .card__gigabytes .right_header .bonus,
.plans__card .card__gigabytes .left_header .deInternet,
.plans__card .card__gigabytes .left_header .bonus {
  display: block;
  position: relative;
  top: -5px;
}
.plans__card .card__gigabytes .gb {
  font-family: ITCOfficinaSerifBold;
  font-size: 32px;
  line-height: 40px;
}
.plans__card .card__gigabytes .deInternet {
  display: block;
  position: relative;
  top: -5px;
}
.plans__card .card__gigabytes .plusBonus {
  font-family: ITCOfficinaSerifBold;
  font-size: 42px;
  line-height: 40px;
  position: relative;
  top: -15px;
  margin: 0 5px;
}
.plans__card .card__minutes {
  font-family: ITCOfficinaSerifBold;
  font-size: 18px;
}
.plans__card .card__minutes .minutes {
  font-size: 30px;
  line-height: 20px;
}
.plans__card .card__minutes span {
  display: block;
}
.plans__card .card__minutes span.minutos--ilimitados {
  font-size: 17px;
  line-height: 17px;
}
.plans__card .card__operator {
  font-family: ITCOfficinaSerifBookRegular;
  padding: 0 10px;
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
  /* border-bottom: 1px solid #47006b;*/
  /* -webkit-box-shadow: 0px 1px 0px 0px rgba(133, 51, 173, 1);*/
  /* -moz-box-shadow: 0px 1px 0px 0px rgba(133, 51, 173, 1);*/
  /* box-shadow: 0px 1px 0px 0px rgba(133, 51, 173, 1);*/
}
.plans__card .card__dependents {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 14px;
  font-family: ITCOfficinaSerifBookRegular;
  line-height: 20px;
  background: #590867;
  padding: 5px;
  box-sizing: border-box;
}
.plans__card .card__free {
  font-size: 14px;
  font-family: ITCOfficinaSerifBookRegular;
  line-height: 20px;
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap;
  border: 1px solid #af7fc2;
  border-radius: 2px;
}
.plans__card .card_bonus-internet,
.plans__card .card__advantages {
  display: none;
  border-bottom: none;
  list-style: none;
}
.plans__card .card_bonus-internet .advantage,
.plans__card .card__advantages .advantage {
  font-size: 14px;
  text-align: left;
  line-height: 16px;
  font-family: ITCOfficinaSerifBookRegular;
  color: #666;
  padding: 10px 15px 3px 26px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.5px;
}
.plans__card .card_bonus-internet .advantage:last-child,
.plans__card .card__advantages .advantage:last-child {
  border-bottom: none;
}
.plans__card .card_bonus-internet .advantage:before,
.plans__card .card__advantages .advantage:before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  left: 8px;
  top: 13px;
}
.plans__card .card_bonus-internet .advantage strong,
.plans__card .card__advantages .advantage strong {
  font-family: ITCOfficinaSerifBold;
}
.plans__card .card_price,
.plans__card .card__priceFull {
  font-size: 12px;
  font-family: ITCOfficinaSerifBold;
  color: #999;
  text-align: center;
  padding-top: 18px;
}
.plans__card .card__plusMargin {
  margin-top: 19px;
}
.plans__card .card__price {
  margin-left: 6px;
  color: #660099;
  /*background: #f0f0f0;*/
}
.plans__card .btn--sigin {
  margin: 10px auto 20px;
}
.plans__card .card__pricePerLine {
  font-family: ITCOfficinaSerifBookRegular;
  font-size: 12px;
  color: #999;
  margin: 0 auto 0px;
  margin-top: 12px;
  text-align: left;
}
.plans__card .card__pricePerLine b {
  font-family: ITCOfficinaSerifBold;
}
.plans__card.card__forYou .btn {
  margin-top: 28px;
}
.plans__card.card__forYou .card__price {
  padding: 27px 0 0;
}
.plans__card.card__forYou .card__minutes {
  width: 48%;
}
.plans__card.card__forYou#card_5 .card__minutes {
  padding-top: 28px !important;
}
.plans__card.card__forYou#card_6 .card__minutes {
  padding-top: 16px !important;
}
.plans__card .btn {
  font-size: 14px;
  width: 80px;
  display: table;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 30px;
  margin-right: 6px;
}

.plans__card.card__forYou .price__retract {
  height: 50px;
}
.plans__card.card__forYou .price__retract .card__price {
  padding: 17px 0 0 0;
}
.plans__card.card__forYou .price__retract .price__details {
  margin-top: -18px;
}
.plans__card.card__forYou .card__header .card__operator {
  padding-top: 4px;
}

.plans__disclaimer {
  clear: both;
  font-family: ITCOfficinaSerifBookRegular;
  color: #999;
  font-size: 12px;
  line-height: 16px;
}
.plans__disclaimer.disclaimer__card {
  text-align: right;
  display: block;
  margin-bottom: 15px;
}

.footer {
  width: 100%;
  height: 400px;
  clear: both;
  margin-top: 60px;
}
.footer .title {
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
.footer .infos__list,
.footer .franquia__list {
  list-style: none;
}
.footer .list__item {
  font-family: ITCOfficinaSerifBookRegular;
  font-size: 12px;
  line-height: 16px;
  color: #666;
}
.footer .list__item a {
  color: #660099;
  text-decoration: none !important;
}
.footer .footer__franquia,
.footer .footer__regulamentos {
  margin-top: 20px;
}

.plansForYouImg {
  width: 370px;
  height: 400px;
  margin-top: 90px;
  display: block;
  float: left;
  margin-right: 110px;
}

.plansForYou {
  overflow: auto;
  float: right;
  margin-top: 60px;
  width: 462px;
}
.plansForYou .content {
  float: right;
  width: 490px;
  margin-bottom: 50px;
}
.plansForYou .plansForYou__title {
  color: #660099;
  text-align: center;
  padding-bottom: 35px;
  font-size: 32px;
}
.plansForYou .card__header {
  padding: 5px 10px 10px;
}
.plansForYou .btn {
  width: 123px;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  margin-top: 22px;
}
.plansForYou .card__price {
  margin-top: 0px;
  padding: 20px 10px;
}
.plansForYou .card__price .price__dollar, .plansForYou .card__price .price__cents {
  font-size: 22px;
}
.plansForYou .card__price .price__currency {
  font-size: 40px;
}
.plansForYou .card__price .price__period {
  font-size: 10px;
  clear: both;
  float: right !important;
  margin: -4px 25px 0 0;
}
.plansForYou .card__price.threeDigits .price__period {
  margin: -4px 5px 0 0;
}

.plans-foryou .content {
  margin-bottom: 50px;
}

.swiper-button {
  margin-bottom: 46px;
}

.swiper-buttons#top .swiper-button-prev {
  display: none !important;
}
.swiper-buttons#top .swiper-button-next {
  display: none !important;
}

.swiper-buttons#bottom .swiper-button-prev {
  float: left !important;
  top: -6px !important;
  left: 179px !important;
}
.swiper-buttons#bottom .swiper-button-next {
  float: right !important;
  right: 110px !important;
}

.swiper-pagination {
  position: initial;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  border-radius: 20px;
  background: #e5e5e5;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #609;
  outline: 0;
  width: 16px;
  height: 16px;
  top: 1.5px;
  position: relative;
  
}
.content.isSwiper .swiper-buttons,
.content.isSwiper .swiper-pagination {
  display: block !important;
}
.content.isSwiper .swiper-pagination {
  left: 50%;
}
.content.isSwiper .swiper-buttons#top {
  position: absolute;
  width: 100%;
  top: 260px;
}
.content.isSwiper .swiper-buttons#top .swiper-button-prev,
.content.isSwiper .swiper-buttons#top .swiper-button-next {
  background-size: 54px;
  height: 54px;
  width: 54px;
  cursor: pointer !important;
  opacity: 1 !important;
  position: relative;
}
.content.isSwiper .swiper-buttons#top .swiper-button-prev {
  background: url("/portalweb/ShowPropertyServlet?nodeId=/UCMRepository/PW_IMG_SMARTPOS_ARROWL") no-repeat 0 0;
  float: left;
  left: -65px;
}
.content.isSwiper .swiper-buttons#top .swiper-button-next {
  background: url("/portalweb/ShowPropertyServlet?nodeId=/UCMRepository/PW_IMG_SMARTPOS_ARROWR") no-repeat 0 0;
  float: right;
  right: -65px;
}
.content.isSwiper .swiper-buttons#bottom {
  position: absolute;
  width: 100%;
  bottom: -40px;
}
.content.isSwiper .swiper-buttons#bottom .swiper-button-prev,
.content.isSwiper .swiper-buttons#bottom .swiper-button-next {
  background-size: 35px;
  height: 35px;
  width: 35px;
  cursor: pointer !important;
  opacity: 1 !important;
  position: relative;
}
.content.isSwiper .swiper-buttons#bottom .swiper-button-prev {
  background: url("/portalweb/ShowPropertyServlet?nodeId=/UCMRepository/PW_IMG_SMARTPOS_ARROWLXS") no-repeat 0 0;
  float: left;
  left: 325px;
  top: -6px;
}
.content.isSwiper .swiper-buttons#bottom .swiper-button-next {
  background: url("/portalweb/ShowPropertyServlet?nodeId=/UCMRepository/PW_IMG_SMARTPOS_ARROWRXS") no-repeat 0 0;
  float: right;
  right: 255px;
  top: -6px;
}
.content.isSwiper .swiper-pagination-bullet {
  margin-right: 10px;
  opacity: 1 !important;
  line-height: 25px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  font-size: 14px;
  text-align: center;
  font-family: ITCOfficinaSerifBold;
}
.content.isSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #609;
  color: #609;
}

.pacote-footer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e3e3e3;
  background: #fff;
  box-shadow: 0 4px 0 rgba(0,0,0,.1);
  z-index: 0;
}

.page-tracking1 {
  background-image: url(../status.png);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 85px;
}

h1 {
  text-align: center;
  margin-bottom: 0px;
}

{
    box-sizing: border-box;
}

input, select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666666;
  resize: vertical;
  height: 70px;
  font-size: 6vw;
}

label {
  padding: 12px 12px 12px 0px;
  display: inline-block;
  font-size: 6vw;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
}
.hs-div-label-pacotes{
  margin: 0px;
  text-align: center;
}
.hs-label-pacotes {
  width: 288px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
.hs-line-separator-home {
  width: 288px;
  height: 1px;
  background-color: #e4e4e4;
  margin: 0 auto;
}

.hs-home-titulo {
  padding: 0px;
  width: 267px;
  height: 64px;
  font-family: VivoTypeRegular;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
.hs-home-titulo-vivo{
  font-family: Vivo!important;
  height: auto;
  margin-bottom: 0px;
  padding: 0px;
  color: #660099;
  font-size: 52px;
}
.hs-home-descricao {
  margin-top: -16px;
  width: 229px;
  height: 80px;
  font-family: VivoTypeRegular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}
.hs-card-container {
  width: 288px;
  height: 278px;
  border-radius: 5px;
  /*border: solid 1px #e4e4e4;*/
  background-color: #eeeeee;
}
.plans__card {
  max-width: 288px;
  margin-right: 50px !important;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
}
.container-banner-hs-mobile {
  width: 100%;
  height: 173px;
  background-color: #ffffff;
}.container-banner-hs-mobile div{
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.hs-banner-mobile{
  width: 290px;
  height: 173px;
  object-fit: contain;
  float: right;
}

.container-banner-hs-desktop { display: none;}
.hs-banner-desktop { display: none; }
.hs-home-titulo-desktop{ display: none; }
.hs-home-descricao-desktop{ display: none; }
.hs-card-info {
  width: 288px;
  height: 128px;
  border-radius: 5px 5px 0px 0px;
  background-color: #660099;
}
.card-cartao{
  width: 320px;
  margin: 0 auto;
}
.card-secured{
  width: 320px;
  margin: 0 auto;
}

.hs-home-plano-info {
  width: 145px;
  height: 24px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #fbfbfc;
  width: 100%;
}
.hs-label-home-plano {
  width: 191px;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #fbfbfc;
  width: 100%;
  padding-top: 23px
}
.hs-label-voz{
  padding-top: 2px!important;
  font-size: 20px!important;
}
.hs-label-voz-info{
  padding-top: 25px;
}
.hs-label-voz-plus{
  padding-top: 2px;
}
.hs-label-voz-info label{
  font-weight: bold;
}

.hs-card-plano-divider {
  width: 288px;
  height: 1px;
  background-color: #e4e4e4;
}

.hs-btn-container {
  text-align: center;
  margin-top: 20px;
  padding: 0px 16px 0px 16px;
}
.hs-sigla-real {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #660099;
}
.hs-pacote-preco {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #660099;
}
.hs-pacote-preco-centavos {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #660099;
  position: relative;
  bottom: 10px;
}
.hs-card-plano-mais {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #660099;
  font-weight: bold;
}
.icon_master_Card {
  width: 32px;
  height: 22px;
  object-fit: contain;
  margin: 10px;
}
.icon_amex {
  width: 32px;
  height: 22px;
  object-fit: contain;
  margin: 10px;
}
.Icon_Hipercard {
  width: 32px;
  height: 22px;
  object-fit: contain;
  margin: 10px;
}
.Icon_Elo {
  width: 32px;
  height: 22px;
  object-fit: contain;
  mix-blend-mode: multiply;
  margin: 10px;
}
.icon_Hiper {
  width: 32px;
  height: 22px;
  object-fit: contain;
  mix-blend-mode: multiply;
  margin: 10px;
}
.Screen-Shot-2016-11-29-at-25121-PM-Copy {
  width: 69px;
  height: 32px;
  object-fit: contain;
}
.progress-box {
  position: relative;
  background-color: white;
  z-index: 0;
  top: -12px;
  padding-bottom: 16px;
}

ol.progress li {
  min-width: 33%;
  max-width: 100%;
}

.progress {
  width: 100%;
  list-style: none;
  list-style-image: none;
  padding: 0;
}

.progress li {
  float: left;
  text-align: center;
  position: relative;
}

.progress .name {
  display: block;
  vertical-align: bottom;
  text-align: center;
  font-size: 12px;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #cccccc;
  padding-top: 10px;
}

.progress .step {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 50%;
  line-height: 1.2;
  width: 9px;
  height: 9px;
  z-index: 0;
  display: inline-block !important;
}

.progress .step:before {
  content: "";
  display: block;
  border-bottom: 1.8px solid #e5e5e5;
  right: 10px;
  height: 1px;
  width: 43%;
  position: absolute !important;
  bottom: 0.5em;
  left: 0;
  z-index: -1;
}

.progress .step:after {
  content: "";
  display: block;
  border-bottom: 1.8px solid #e5e5e5;
  height: 1px;
  width: 43%;
  position: absolute !important;
  bottom: 0.5em;
  right: 0;
  z-index: -1;
}

.progress li:first-of-type .step:before {
  display: none;
}

.progress li:last-of-type .step:after {
  display: none;
}

.progress .done .step,
.progress .done .step:after,
.progress .active .step:before {
  border-bottom: 1.8px dotted #14bb84;
  margin-left: 0.1em;
}

.progress .done .step {
  border: none;
  background-color: #14bb84;
}

.progress .active .step {
  border: none;
  background-color: #ff9900;
}

.progress .active .name {
  color: black;
}

.loading-hs {
  text-align: center;
}

.telefone-info-header {
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight:300;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}

.telefone-info-subheader {
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #666666;
}.FormTelefone-true{
  margin-top: 18px!important;
}.FormTelefone-false{
  margin-top: 0px!important;
}#FormSms{
  margin-top: 15px;
}

.dados-pessoais-header{
  padding-top: 0px!important;
  margin-left: auto;
  margin-right: auto;
} 

.pagamento-info-header {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 32px;
  font-size: 24px;
  font-style: normal;
  font-weight:300;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}

.pagamento-desc-valor{
  background-color: #660099;
  border-radius: 4px;
  padding-left: 5px;
  margin-left: 13px;
  margin-right: 13px;
  color: #fff;
  height: 28px;
}.pagamento-desc-valor span{
  font-size: 14px;
  font-family: Roboto;
  font-weight: normal;
  line-height: 2;
}

.label-form-input {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

.label-form-input-detail {
  font-size: 16px;
  font-weight: 500;
  padding-top: 0;
}

#input_celular::-webkit-input-placeholder,
#input_codigo::-webkit-input-placeholder{
  color: #e5e5e5;
}

form#formDadosPessoais input:not(.btn-hs){
  background-color: transparent;
}

select#input_uf{
  background-color: transparent!important;
  font-size: 14px!important;
}

form#formDadosPessoais select#input_uf option:first-child{
  background-color: transparent!important;
  color: #e5e5e5!important;
  font-size: 14px!important;
}select#input_uf  option.others-uf{
  color: #666666!important;
  font-size: 18px!important;
}
form#formResumoDadosPessoais div.row input#input_name,
form#formResumoDadosPessoais div.row input#input_cpf,
form#formResumoEndereco div.row input#input_cep,
form#formResumoEndereco div.row input#input_endereco,
form#formResumoEndereco div.row input#input_numero,
form#formResumoEndereco div.row input#input_bairro,
form#formResumoEndereco div.row input#input_cidade,
form#formResumoEndereco div.row select#input_uf{
  background-color: transparent;
}

input,select,textarea {
  width: 100%;
  height: 48px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  font-size: 18px !important;
  padding: 12px;
  box-sizing: border-box;
}

.btn-hs-telefone-enviar{
  position: absolute;
  bottom: 30px;
  width: 89%;
}

.btn-hs {
  background-color: #609;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-appearance: none;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  font-weight: normal;
  font-family: Roboto;
  float: right;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1rem;
  margin-top: 32px;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased;
  resize: none;
  
}

.btn-sh.btn-hs-orange  {
  display: block;
  padding:12px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  background-color: #ff9900;}

.btn-hs.btn-hs-outline {
  border: 2px solid #660099 !important;
  color: #660099 !important;
  background-color: transparent !important;
  transition: all .5s !important;
}

.btn-hs.btn-hs-disabled {
  background-color: #e5e5e5;
}

.link-editar {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  cursor: pointer;
  line-height: 1.5;
  letter-spacing: normal;
  float: right;
  color: #660099;
  font-weight: 500;
  margin-top: 12px;
}

.label-numero-telefone {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  font-weight: bold;
  color: #666666;
  padding: 0px;
}

.link-nao-sei-cep {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  cursor: pointer;
  line-height: 1.71;
  letter-spacing: normal;
  text-decoration: underline;
  text-align: left;
  color: #660099;
  margin-top: 5%;
  float: right;
}

.hs-link-disable {
  float: left !important;
  text-align: left;
  pointer-events: none !important;
  color: #e5e5e5 !important;
}

.cronometro {
  float: left;
  margin-top: 10px;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}.hs-div-row-cronometro{
  max-width: 220px;
}

.campos-obrigatorios-label {
  width: 288px;
  height: 20px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #666666; 
}

.input-error-message{
  color:#e44444;
  margin-top:3%;
  font-size:12px;
  float:left; 
  font-family: Roboto;
}
.link-nao-recebi-menssagem{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  cursor: pointer;
  line-height: 1.71;
  letter-spacing: normal;
  text-decoration: underline;
  float: left;
  color: #660099;
  margin-top: 30px;
}

/* Pagina de Resumo de Compra */
.resumo-dados-label {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: normal;
  color: #333333;
}
.resumo-endereo-label {
  width: 83px;
  height: 29px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  font-weight: bold;
}

.line-separator {
  height:1px;
  background:#cccccc;
  border-bottom:1px solid #cccccc;
}

.box-plano-resumo {
  width: 100%;
  min-height: 20%;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
}

.box-plano-resumo-header{
  padding: 24px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
.box-plano-resumo-combo {
  padding: 15px;
}

.box-plano-resumo-detail{
  margin-left: 8%;
  margin-right: 8%;
  padding: 15px;
  text-align: center;
}
.box-plano-resumo-label {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #666666;
}

.box-plano-resumo-plano{
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: 0.8px;
  color: #660099;
}

.box-plano-resumo-preco {
  margin-top: 10px;
  border-radius: 8px;
  background-color: #660099;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  min-width: 40%;
  float: inherit;
  display: inline-block;
}

.box-plano-resumo-voz {
  font-family: Roboto;
  font-size: 20px;
  line-height: 0.25;
  padding: 8px;
  letter-spacing: normal;
  text-align: center;
  color: #660099;
}

.box-plano-resumo-preco span {
  font-size: 24px;
  font-weight: 300;
}

.box-plano-resumo-preco-value {
  font-size: 48px !important;
  font-weight: 300;

}

div#erro-hs-resumo-desk{
  display: none;
}

div#erro-hs-resumo-mob{
  position: relative;
  display: block;
  background-color: #e44444;
  border-radius: 5px;
  text-align: center;
  height: 63px;
  margin-bottom: 24px;
}div#erro-hs-resumo-mob label{
  color: #fff;
  font-size: 14px!important;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  max-width: 184px;
  margin-left: 40px;
  margin-right: auto;
}div#erro-hs-resumo-mob img{
  position: absolute;
  max-width: 26px;
  left: 22px;
  top: 19px;
}

.label-validade {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 0;
}
.label-validade-val {
  color: #660099;
  font-weight: 500;
  text-align: left !important;
}

.btn-resume-desktop {
  display: none;
}

.btn-resume-mobile {
  display: inline;
}
.hs-col-separator {
  margin-left: 1% !important;
}
div.label-campos-obrigatorios {
  margin-top: 15px !important;
}

/* Termo e Condições de compra */
.termos-codicao-label {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}

.termo-condicoes {
  padding: 10px;
  overflow-y: auto;
  min-height: 40px;
  max-height: 250px;
  margin-top: 5%;
  text-align: justify;
  text-justify: inter-word;
}

.link-fazer-download {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  cursor: pointer;
  line-height: 1.71;
  letter-spacing: normal;
  text-decoration: underline;
  text-align: center;
  color: #660099 !important;
}

.footer-termo {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #eeeeee;
  color: white;
  text-align: center;
  padding-bottom: 5%;
}

.container-footer {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #eeeeee;
}

/*modal - Confirm tela de aceitação de termos*/
.modal {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal .content-modal {
  position: fixed;
  left: 6%;
  transform: translate(-3%, 50%);
}

.modal .content-modal .float-content {
  color: #888;
  font-family: Roboto;
  display: block;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}

.modal .content-modal .float-content p {
  padding: 10px 20px 40px 10px;
  font-style: normal;
  font-weight: 300;
  color: #333333 !important;
  font-size: 20px;
}

.modal .content-modal .bt-modal {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  background: #660099;
  color: #fff;
  border-radius: 3px;
  font-family: robotobold;
  text-decoration: none
}

.modal .btn {
  font-family: 'Roboto';
  font-weight: 500;
  width: 100%;
  background-color: #609;
  color: white;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 3px;
  font-size: 18px;
  text-align: center;
  padding: 20px 0px;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  max-height: 60px;
}

.modal .btn.btn-outline {
  border: 2px solid #660099;
  color: #660099 !important;
  background-color: transparent;
  transition: all .5s;
}

/* Compra Cancelada Page */
.compra-cancelada  {
  margin-top: 30%;
  text-align: center;
}
.compra-cancelada .compra-cancelada-header {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #333333;
}
.compra-cancelada .compra-cancelada-subheader {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 62px;
}

/* Pagina de sucesso compra */
.sucesso-compra-img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-bottom: 40px;
}
.footer-desktop-only{
  display: none;
}
.btn-resume-mobile {
  display: inline;
}
  
.footer-geral-hs{
  clear: both;
  position: relative;
  z-index: 10;
  height: 3em;
  width:100%;
}
/*.footer-geral-hs .footer-header {
  padding: 0px 80px 0px 80px;
}*/
.footer-geral-hs .label-img-header-certificacoes {
  position: relative;
  padding: 50px 0px 0px 0px;
  font-size: 14px;
  top: -6px;
  color: #666666;
  display: block;
}
.footer-geral-hs .label-img-header-page-com {
  position: relative;
  padding-top: 50px;
  font-size: 14px;
  top: -6px;
  color: #666666;
  display: block;
}
.footer-geral-hs .img-header {
  padding: 0px 12px 0px 12px;
  position: relative;
}
.footer-geral-hs .img-header-certificacoes {
  padding: 0px 6px 0px 6px;
  position: relative;
}
.footer-geral-hs .col-cartoes {
  text-align: center;
  margin-top: -5px;
}
.footer-geral-hs .col-seguranca {
  text-align: center;
}
.col-seguranca img:nth-child(3){
  margin-bottom: 5px;
}
.footer-geral-hs .footer-content {
  background-color: #fbfbfc;
  padding: 20px 45px 20px 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
}
.footer-geral-hs .telefonica-container {
  width:100%;
  background-color: #fbfbfb;
  margin-top: 34px;
}
.footer-geral-hs .img-telefonica {
  object-fit: contain;
  text-align: center;
}.img-telefonica{
  width: 100%;
}
.footer-geral-hs .img-vivo {
  object-fit: contain;
  margin-bottom: 5px;
  margin-top: 35px;
  margin-right: 5px;
}
.footer-geral-hs-Todos-os-pacotes-pos-desktop{
  display: none;
}
.hs-vigncia-do-pacote {
  width: 267px;
  height: 190px;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  margin: 0 auto;
  margin-top: 20px;
  padding: 12px;
  border-radius: 5px;
  background-color: #f4f4f4;
}
.hs-vigncia-do-pacote .mais-detalhes {
  font-size: 18px;
  font-weight: 300;
  color: #660099;
}
.hs-vigncia-do-pacote .imagem-check {
  padding-right: 8px;
}

.hs-vigncia-do-pacote ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-right: 5px;
  overflow: hidden;
  display:block;
}.hs-hidden-desktop-center{
  text-align: center;
}

.hs-vigncia-do-pacote li {
  float: left;
  line-height: 1.6;
  padding-bottom: 10px !important;
}

.hs-preco-pacotes{
  padding-top: 11px;
}

.loading {
	position: relative; 
	margin-top: 160px;
	margin-bottom: 180px;
}

.loading-content {
    position: absolute;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size:14px;
    color: #555;
}

.row-hotsite-collapse{
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 40px 0px 40px;
}

.btn-hotsite-collapse{
  color: #660099;
  font-family: 'Roboto';
  font-weight: 500;
  margin-top: 18px;
  background-color: transparent;
  cursor: pointer;
  padding: 18px 0px 8px 0px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #e5e5e5;
  text-align: left;
  outline: none;
  font-size: 16px;
}

.hotsite-pacotes-collapse {
  margin-top: 18px;
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.btn-hotsite-collapse.active img{
  transform: rotate(-180deg)!important;
  transition: transform 0.2s linear;
}

.btn-hotsite-collapse img{
  float: right;
  transform: rotate(0deg)!important;
  transition: transform 0.2s linear;
}


.hotsite-pacote-avulso-label{
  padding-top: 50px;
}

/*IFRAME*/
@media screen and (min-width: 420px){
  .compra-cancelada  {
    margin-top: 17%;
    text-align: center;
  } 
  .compra-cancelada .compra-cancelada-header {
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #333333;
  }
  .compra-cancelada .compra-cancelada-subheader {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #666666;
    margin-top: 30px;
    margin-bottom: 42px;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

}
/*DESKTOP*/
@media only screen and (min-width: 768px) {
  .container_home {margin: 0px;background-color: #fbfbfc;} 
  .hs-hidden-desktop-center{
    display: none;
  }
  .hs-div-label-pacotes{
    margin-top: 40px!important;
    margin: 0px;
    text-align: center;
  }
  .hs-label-pacotes {
    padding: 0px;
    width: 90%;
    height: 42px;
    font-family: Roboto;
    font-size: 38px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
      color: #333333;
  }
  .hs-line-separator-home {
    display: none;
  }
  .hs-home-titulo{ display: none; }
  .hs-home-descricao{ display: none; }
  .hs-home-titulo-desktop {
    font-family: 'VivoTypeRegular';
    margin: 80px 0 10px 90px; 
    position: absolute;
    display: block;
    width: 460px;
    height: auto;
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
  }
  .hs-home-titulo-desktop-vivo{
    margin: 32px 0 10px 90px; 
    font-family: Vivo!important;
    font-size: 52px!important;
    padding: 0px;
    color: #660099;
  }
  .hs-home-descricao-desktop {
    display: block;
    width: 340px;
    height: 48px;
    font-family: VivoTypeRegular;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
  }
  .container-banner-hs-desktop-child{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  } 
  .container-banner-hs-mobile{display: none}
  .hs-banner-mobile {display: none}
  .container-banner-hs-desktop {
    display:block;
    width: 100%;
    height: 242px;
    background-color: #ffffff;
  }
  .hs-banner-desktop {
    display:block;
    width: 615px;
    height: 242px;
    margin-right: 64px;
    object-fit: contain;
    float: right;
  }
  .hs-card-container {
    width: 225px;
    height: 278px;
    border-radius: 5px;
    /*border: solid 1px #e4e4e4;*/
    background-color: #eeeeee;
  }
  .plans__card {
    max-width: 225px;
    margin-right: 27px !important;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .hs-label-home-plano {
    width: 148px;
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fbfbfc;
    width: 100%;
    padding-top: 23px;
  }

  .hs-card-info {
    width: 223px;
    height: 128px;
    border-radius: 5px 5px 0px 0px;
    background-color: #660099;
  }
  label {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.89;
    letter-spacing: normal;
    text-align: center;
  }
  .card-cartao{
    width: 320px;
    margin: 0 auto;
    float: left;
  }
  .card-secured{
    width: 220px;
    margin: 0 auto;
    float: left;
  }
  .logo {
    float: none;
    margin-left: 30px;
  }
  #header-hs-logo{
    max-width: 1185px;
    margin-right: auto;
    margin-left: auto;
  } 
  .container {
    top: 300%;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 115px;
  }.container-form-hs{
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-resume {
    margin-left: 8% !important;
    margin-right: 20% !important
  }
  .progress {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin-top: 52px;
    margin-left: 30.5%;
    margin-right: 25%;
    padding: 0;
  }
  ol.progress li {
    min-width: 13%;
  }
  .progress-box {
    position: relative;
    background-color: #fbfbfc;
    z-index: 0;
    overflow: hidden;
  }
  
  .col-sm-resumo {
    width: 48%;
    float: right; 
    min-height : 1px;
    margin-right:26px;
    position: relative;
  }
  .col-sm-box-resumo {
    width: 32%;
    float: right; 
    min-height : 1px;
    position: relative;
  }
  .btn-resume-desktop {
    display: inline;
  }

  div#erro-hs-resumo-mob{
    display: none;
  }
  div#erro-hs-resumo-desk{
    display: block;
    background-color: #e44444;
    border-radius: 5px!important;
    text-align: center;
  }div#erro-hs-resumo-desk label{
    color: #fff;
    font-size: 14px!important;
    font-weight: bold;
  }div#erro-hs-resumo-desk img{
    position: absolute;
    max-width: 20px;
    left: 22px;
    top: 7px;
  }
  
  .btn-resume-mobile {
    display: none;
  }

  .col-25 {
    float: left;
    width: 24% !important;
    margin-top: 6px;
    margin-left: 1%;
  }
  .col-75 {
    float: left;
    width: 74% important;
    margin-top: 6px;
    margin-left: 1%;
  }
  
  .termo-condicoes {
    padding: 10px;
    overflow-y: auto;
    min-height: 40px;
    max-height: 420px;
    margin-top: 5%;
    text-align: justify;
    text-justify: inter-word;
  }
  .telefone-info-header {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 38px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
  }.dados-pessoais-header{
    padding-top: 0px!important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }.termos-codicao-label {
    font-size: 38px;
  }.pagamento-info-header{
    font-size: 38px;
  }
  .container-footer {
    background-color: #fbfbfc;
  }
  .footer-termo {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fbfbfc;
    color: white;
    text-align: center;
    padding-bottom: 10%;
  }
  .modal .content-modal {
    max-height: calc(100% - 100px);
    min-width: 480px;
    max-width: 480px;
    position: fixed;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%); 
  }
  .footer-desktop-only{
    display: block;
  }
  .footer-geral-hs .footer-header {
    padding: 60px 40px 0px 40px; 
    max-width: 990px!important;
    margin-left: auto;
    margin-right: auto; 
  }
  .footer-geral-hs .label-img-header {
    display: inline;
    font-size: 14px;
  }
  .footer-geral-hs .label-img-header-certificacoes {
    display: inline;
    font-size: 14px;
    top: -11px;
    padding: 0px 0px 0px 0px;
    margin-right: 23px
  }
  .footer-geral-hs .label-img-header-page-com {
    display: inline;
    font-size: 14px;
  }
  .footer-geral-hs .col-cartoes {
    float: left;
    text-align: left;
    max-width: 500px;
  }
  .footer-geral-hs .col-seguranca {
    margin-top: -10px;
    float: right;
    text-align: right;
  }
  .footer-geral-hs .img-vivo {
    object-fit: contain;
    float: right;
    margin-bottom: 5px;
    display: inline;
    margin-top: 0px;
    margin-right: 0px;
  }
  .footer-geral-hs .img-telefonica {
    object-fit: contain;
    float: left;
    text-align: left;
  }.img-telefonica{
    width: auto!important;
  }
  .footer-geral-hs-Todos-os-pacotes-pos-desktop{
    display: block;
    max-width: 1152px;
    height: 48px;
    font-family: Roboto;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #333333;
    margin: 0 auto;
    padding: 15px 40px 36px 40px;
    margin-bottom: 10px;
  }
  .footer-geral-hs-Todos-os-pacotes-pos-mobile{
    display: none;
  }
  .hs-vigncia-do-pacote {
    width:90%;
    max-width: 969px;
    height: 161px;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    margin-top: 47px;
    padding: 12px;
    border-radius: 5px;
    background-color: #f4f4f4;
  }
  .hs-vigncia-do-pacote .mais-detalhes {
    font-size: 24px;
    font-weight: 300;
    color: #660099;
  }
  .hs-vigncia-do-pacote .col-mais-detalhes {
    width: 30%;
    float: left; 
    min-height : 1px;
    margin-top:25px;
    margin-right:30px;
    position: relative;
  }
  .hs-vigncia-do-pacote .col-checks {
    text-align: left;
    min-height : 1px;
    margin-top:25px;
    position: relative;
  }.plans__card:nth-child(4){
    margin-right: 0px!important;
  }.hs-card-pacotes{
    max-width: 1017px;
    margin-left: auto;
    margin-right: auto;
  }
  .telefonica-container{
    background-color: #fff;
    height: 80px;
    max-width: 1380px;
    margin-right: auto;
    margin-left: auto; 
    margin-top: 5px!important;
  }.footer-geral-hs .footer-content{
    background-color: #fff;
    max-width: 1380px!important;
    padding: 20px 0px 60px 0px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .footer-content .footer-content-imgs{
    width: auto;
    max-width: 1000px!important;
    padding: 0px 15px 0px 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-link-disable {
    float: right !important;
    pointer-events: none !important;
    color: #e5e5e5 !important;
    margin-top: -4px;
  }
  .link-nao-recebi-menssagem{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    cursor: pointer;
    line-height: 1.71;
    letter-spacing: normal;
    text-decoration: underline;
    float: right;
    color: #660099;
    margin-top: -2px!important;
  }
  .cronometro {
    float: left;
    margin-top: 0px;
  }#FormTelefone{
    margin-top: 56px!important;
  }
  /*Mais Detalhes Desktop*/
  .input-error-telefone{
    border: 1px solid #e44444;
  }.btn-hs-telefone-enviar{
    position: static;
    bottom: auto;
    width: auto;
    margin-top: 106px!important;
  }
  /*Fim Detalhes Desktop*/
}

/*IPAD*/
@media only screen and (min-width: 768px) and (max-width: 992px){
  .plans__card:nth-child(4){
    margin-right: 27px!important;
  }
  .plans__card{
    width: 310px;
    max-width: 310px!important;
  }
  .hs-card-info{
    width: 310px;
    max-width: 310px!important;
  }
}

/*MOBILE*/
@media only screen and (max-width: 768px) {
  .footer-geral-hs-Todos-os-pacotes-pos-mobile{
    background-color: #fbfbfb;
    width: 288px;
    height: 202px;
    font-family: Roboto;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #333333;
    margin: 10px auto 30px auto;
  }
  .col-25, .col-75, button {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-height: 580px){
	.btn-hs-telefone-enviar {
		position: static;
    	bottom: 30px;
    	width: 100%;
	}
}

/*MOBILE*/
@media screen and (max-width: 821px){
  .footer-geral-hs .label-img-header-page-com {
    margin-right: 0px!important;
  }
}

@media screen and (max-width: 420px){
  .container-banner-hs-mobile div{
    max-width: 100%;
  }
  .row-hotsite-collapse{
    padding: 0px 35px 0px 35px;
  }
}

@media screen and (min-width: 200px) and (max-width: 359px){
  .row-hotsite-collapse{
    padding: 0px 15px 0px 15px;
  }
}

.input-error-telefone{
  border: 1px solid #e44444;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}



#loader {
  display:none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #609;
  border-radius: 50%;
  border-top: 16px solid #FFF;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}