x/* reset */
html, button, input, textarea, select, figure, article, section, aside, header, footer, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}select {background:url(../img/select-icon.html) no-repeat right center; -webkit-appearance:none; -moz-appearance:none; appearance:none; border-radius:0;}a {color:inherit; text-decoration:none;}img {border:0;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse; border-spacing: 0;}html, body {height:100%;}


@font-face {
  font-family: "SimplonBP";
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/SimplonBP-Regular.woff") format("woff");
}

@font-face {
  font-family: "SimplonBP";
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/SimplonBP-Medium.woff") format("woff");
}

@font-face {
  font-family: "SimplonBP";
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/SimplonBP-Bold.woff") format("woff");
}

@font-face {
  font-family: "SimplonOi";
  font-display: swap;
  src: url("../fonts/SimplonOi-Headline.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
  font-family: "SimplonBP", Arial;
  font-weight: 400;
}

body {
  max-width: 100%;
  padding-top: 175px;
}

@media screen and (max-width: 667px) {
  body {
    padding-top: 0;
  }
}



:root {
  --green-oi: #00d318;
  --yellow-oi: #ffff00;
  --grey-oi: #4d4d4d;
  --grey-vari: #303030;
  /*Cores secundárias padrão solicitadas pela Oi*/
  --white-pattern: #fff;
  --black-pattern: #000;
  /*hover para buttons*/
  --yellow-cl: #ffff29;
  --cinza1: #ebebeb;
  --cinza2: #ddd;
  --cinza3: silver;
  --cinza4: gray;
  --cinza5: #000;
  --cor1: #00d318;
  --cor2: #a41c18;
  --cor3: #ffbc4a;
  --padding1: 4rem;
}

.navbar {
  width: 100%;
  overflow: hidden;
  background-color: var(--grey-vari);
  position: fixed;
  top: 0;
  z-index: 9;
  box-shadow: 0 0.5rem 5rem rgba(0, 0, 0, 0.3);
}

.navbar_itens {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5rem;
  padding: 1.5rem 0 1.5rem 0;
}

.navbar_logo {
  display: flex;
  align-items: center;
}

.navbar_logo img {
  height: 3rem;
  margin-right: 0.5rem;
}

.navbar_logo p {
  font-size: 0.65rem;
  width: 4rem;
  font-weight: 600;
  color: var(--white-pattern);
}

.navbar_assine,
.footer_assine {
  display: flex;
}

.navbar_assine h1,
.navbar_assine h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.navbar_assine h3 {
  font-size: 1rem;
  font-weight: 500;
}

.footer_assine h2 {
  font-size: 2rem;
  font-weight: bold;
  color: var(--white-pattern);
}

/* .navbar_assine .paraEmpresa {
      padding: 1rem 0 0 0;
      margin-top: 0.5rem;
  } */
.navbar_assine .ligue {
  margin-left: 3rem;
}

.navbar_assine .suporte,
.footer_assine .suporte {
  margin-left: 3rem;
}

/********************************
  ***** HEADER COM NAV PARA VOCE E PARA EMPRESA
  ***************************************/
.navbar_oi_empresas {
  padding: 10px 0 15px;
  border-bottom: 1px solid #6a6a6a;
  border-top: 1px solid #6a6a6a;
  background: var(--grey-vari);
}

.navbar .navbar_oi_empresas .container_oi_empresas .navbar_oi_empresas_links {
  display: flex;
  padding: 0.5rem;
  margin: 0 0 0 4.5rem;
}

.navbar .navbar_oi_empresas .container_oi_empresas .navbar_oi_empresas_links strong {
  text-decoration: none;
  color: #009e0c;
  font-weight: bold;
}

.navbar .navbar_oi_empresas .container_oi_empresas .navbar_oi_empresas_links {
  text-decoration: none;
  color: #f8f8f8;
  font-weight: bold;
}

.navbar nav.navbar_oi_empresas div.container_oi_empresas div.navbar_oi_empresas_links a {
  text-decoration: none;
  color: #f8f8f8;
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.navbar nav.navbar_oi_empresas div.container_oi_empresas div.navbar_oi_empresas_links a.links_oi_empresas {
  color: #6a6a6a;
  font-weight: 400;
}

.banner_desktop img {
  width: 100%;
  /*  margin-top: 10.85rem;*/
}

.title-escolha {
  padding: 3rem 6rem 0 6rem;
}

.title-escolha h2 {
  font-size: 2.2rem;
  text-align: center;
  color: var(--grey-oi);
  font-weight: 300;
}

.title_entenda h2 span {
  border-bottom: 0.25rem solid var(--green-oi);
}

.cards,
.boxes_entenda {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*  margin: 0 10rem;*/
  gap: 1.5rem;
}



.boxes_entenda {
  padding: 3rem 0 0 0;
}

.card-destaque {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60%;
  transform: translate(-50%, 0);
  background: var(--green-oi);
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  padding: 6px 16px;
  text-align: center;
}

@media screen and (max-width: 667px) {
  .card-destaque {
    top: -14px;
  }
  .card {
   width: 100%; 
   min-width:22rem ; 
     height: 35rem; 
  margin: 0 .5rem;
   height: 100%;
     flex: 1 1 400px;
	   position: relative;
  margin:0 16px;


}
}
@media screen and (min-width: 668px) {
  
  .card {
  /* width: 21rem; */
  /* min-width: 21rem; */
  /*   height: 35rem; */
  /* margin: 0 .5rem; */
  flex: 1 1 400px;
  /*  height: 100%;*/
  position: relative;
  margin:0 16px;
}
}

.header-card {
  padding: 0.5rem 0;
}

.header-card h3 {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  letter-spacing:-0.03em;
  line-height: 1;
  padding-bottom: 1rem;
  font-family: "SimplonOi", Arial;
  gap:.5rem;
}
.header-card h3 small {font-size:1.25rem; letter-spacing:0;}
.header-card h3 img {
	width:40px; height:40px; border-radius:100%; object-fit:cover;
	display:block;
}

@media screen and (max-width: 667px) {
  .header-card h3 {
    height: auto;
    padding-bottom: 0;
  }
}

.header-card span {
  font-family: "SimplonBP", Arial;
  font-weight: 500;
}

.body-card {
  padding: 0 1rem;
}

.text-card {
  min-height: 76px;
}

@media screen and (max-width: 667px) {
  .text-card {
    min-height: auto;
  }
}

.info-card {
  min-height: 80px;
}

.info-card p {
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
}

.section-header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
}

.section-header h1 strong {
  color: var(--cor1);
}

.section-header h1 .button {
  font-size: 1.25rem;
  letter-spacing: 0;
}

@media screen and (max-width: 667px) {
  .section-header {
    max-width: 90%;
    margin: 0 auto;
  }

  .section-header h1 {
    font-size: 1.5rem;
    flex-direction: column;
  }

  .section-header h1 strong {
    display: block;
  }

  .section-header h1 .button {
    font-size: 1.25rem;
  }
}

.section-card {
  border: 2px solid var(--green-oi);
  margin-top: 0.5rem;
  padding: 1rem;
  border-radius: 5px 5px 0 0;
  background-color: var(--white-pattern);
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
  
}

.section-card--alt {
  background-color: #000;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}

.footer-card {
  background-color: var(--black-pattern);
  padding: .5rem 0 1rem 0;
  text-align: center;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}

.footer-card button {
  border: 1px solid var(--yellow-oi);
  background-color: var(--yellow-oi);
  width: 80%;
  height: 4rem;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3rem;
  border-radius: 100px;
  margin-top: 1rem;
}

.footer-card button:hover {
  border: 1px solid var(--yellow-cl);
  background-color: var(--yellow-cl);
}

.footer-card p {
  color: var(--white-pattern);
  margin-top: 1.5rem;
  font-size: 0.7rem;
}

.footer-card .modalDetalhes {
  color: var(--white-pattern);
  font-size: 1.2rem;
  cursor: pointer;
  margin-top: 0rem;
}

.footer-card .modalDetalhes:hover {
  color: var(--green-oi);
  cursor: pointer;
}

.mais-vendido {
  background-color: var(--black-pattern);
  width: 8rem;
  padding: 0.5rem;
}

.mais-vendido-des {
  background-color: transparent;
  width: 8rem;
  padding: 0.5rem;
}

.box-mais-vendido {
  display: flex;
}

.box-mais-vendido p,
.box-mais-vendido i {
  color: var(--yellow-oi);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.box-mais-vendido p {
  margin-left: 0.5rem;
}

.entenda_mais {
  display: none;
  padding: 2rem 0;
}

.title_entenda h2 {
  font-size: 2.5rem;
  text-align: center;
}

.box_entenda_img,
.box_entenda_text {
  width: 50%;
  margin: 0 1rem;
}

.box_entenda_img img {
  width: 100%;
}

.box_entenda_text p {
  font-size: 1.1rem;
  padding-bottom: 2rem;
  line-height: 1.3rem;
}

.infos {
  width: 100%;
  padding: 0 0 3rem 0;
}

.box_infos,
.textos-info-planos {
  padding: 2rem 10rem 0 10rem;
}

.info_assine {
  float: right;
}

.footer {
  background-color: var(--grey-oi);
  margin-top: 2rem;
}

.footer_itens {
  margin: 0 10rem;
  padding: 1.4rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_logo img {
  width: 8rem;
}

.footer_vendas p,
.footer_vendas h4 {
  color: white;
}

/*Section Aproveite */

.section_aproveite {
  background-color: #efefef;
  text-align: center;
  margin-top: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}

.espaco_extra {
  height: 3.5rem;
}

.text_aproveite h2 {
  color: var(--black-pattern);
  padding: 2.5rem 0 1rem 0;
  font-size: 2.5rem;
  font-weight: 300;
}

.formulario h2 {
  font-weight: normal;
  font-size: 1.5rem;
}

.text_aproveite p {
  font-size: 14px;
  color: rgb(71, 71, 71);
}

.text_aproveite span {
  font-weight: normal;
}

.imagens_estaticas {
  margin: 2rem 5rem 1rem 5rem;
}

.imagens_estaticas,
.box_filhas1,
.box_filhas2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_mae,
.img_filha1,
.img_filha2,
.img_filha3,
.img_filha4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem 1rem;
}

.info_img_mae h5 {
  color: var(--white-pattern);
  text-transform: none;
  font-size: 2.5rem;
  font-family: "Simplonbp", Arial;
  font-weight: 500;
  width: 20rem;
}

.info_info_img {
  /*width: 20rem;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img_filha1 h5,
.img_filha2 h5,
.img_filha3 h5,
.img_filha4 h5 {
  font-size: 1.5rem;
  width: 10rem;
}

.img_filha1 h6,
.img_filha2 h6,
.img_filha3 h6,
.img_filha4 h6 {
  color: rgb(209, 209, 209);
  font-weight: 300;
  margin-top: 1rem;
  width: 18rem;
  font-size: 0.8rem;
  width: 12rem;
}

.img_filha1 p {
  margin-top: 1rem;
}

.info_img_mae p {
  border: 2px solid var(--green-oi);
  background-color: var(--green-oi);
  width: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.img_mae h6 {
  color: rgb(209, 209, 209);
  font-weight: 300;
  margin-top: 1rem;
  width: 18rem;
  font-size: 1rem;
}

.img_mae img {
  /*margin-top: -1rem;*/
  width: 100%;
  border-radius: 10px;
}

.img_filhas img {
  /* width: 14rem;
      margin-left: 1rem;
      margin-bottom: 1rem;*/
  width: 100%;
  border-radius: 10px;
}

.info_img_mae {
  position: absolute;
}

/*Cards*/

.info_price_card {
  width: 100%;
  padding: 1rem 0;
}

.info_price_card p {
  font-family: "SimplonOi", Arial;
  font-weight: normal;
}

.info_price_card .value-1-card {
  font-size: 4rem;
  margin-left: 0.3rem;
}

.info_price_card .value-small-card {
  padding-top: 11px;
  font-size: 1.5rem;
  margin-left: 0.3rem;
}

.value-component-card span {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1.42rem;
}

.info_price_card .value-year-card {
  margin-left: -2.2rem;
  padding-top: 39px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.info_price_card .value-caractere-card {
  padding-top: 36px;
  font-size: 1.5rem;
}

.value-component-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.value-component-card p {
  color: var(--green-oi);
}

/*Consultar Cobertura*/

.consulte_cobertura {
  padding: 2rem 6rem;
}

.consulte_cobertura form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.consulte_cobertura form input {
  margin: 0 0.3rem;
  width: 12rem;
  height: 2.5rem;
  padding-left: 1rem;
  border: 1px solid rgb(201, 201, 201);
  border-radius: 5px;
}

.consulte_cobertura form label {
  font-size: 1.3rem;
  margin-right: 0.5rem;
}

.consulte_cobertura form button {
  width: 12rem;
  height: 2.8rem;
  margin-left: 0.5rem;
  background-color: var(--yellow-oi);
  border: 1px solid var(--yellow-oi);
  font-weight: bold;
  font-size: 1rem;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.consulte_cobertura form button:hover {
  background-color: var(--yellow-cl);
  border: 1px solid var(--yellow-cl);
}

.consulte_cobertura_sucesso {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  text-align: center;
  padding: 2rem 1rem;
}

.consulte_cobertura_sucesso h1 {
	font-size:1.75rem;
}

.consulte_cobertura_sucesso h2 a {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  background: var(--yellow-oi);
  color: #000;
  padding: .75rem 1.5rem;
  text-align: center;
  border-radius: 100px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}



.box-itens-footer .btn-consulte {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.textos-info-planos .item {
  margin: 1rem 0 2rem 0;
}

.textos-info-planos .item p {
  padding: 0.5rem 0;
  line-height: 1.3rem;
}

.textos-info-planos .item h3 {
  font-size: 2rem;
  font-weight: bold;
}

.navbar_assine .ligue a,
.navbar_assine .suporte a,
.navbar_assine .paraEmpresa a,
.footer_assine .ligue a,
.footer_assine .suporte a {
  text-decoration: none;
}

.navbar_assine .ligue a p,
.navbar_assine .suporte a p {
  color: var(--green-oi);
}

.navbar_assine .ligue a h1,
.navbar_assine .suporte a h2,
.navbar_assine .paraEmpresa a h3 {
  color: var(--white-pattern);
  cursor: pointer;
}

.navbar_assine .ligue a h1:hover,
.navbar_assine .suporte a h2:hover,
.footer_assine .ligue a h2:hover,
.footer_assine .suporte a h2:hover,
.navbar_assine .paraEmpresa a h3:hover {
  text-decoration: underline;
}

.title_entenda h2 {
  color: var(--grey-oi);
}

.textos-info-planos .item h3 {
  color: var(--black-pattern);
}

.textos-info-planos .item p,
.box_entenda_text p {
  color: var(--grey-oi);
}

.textos-info-planos .item span {
  font-weight: bold;
}

.footer {
  width: 100% !important;
  background: #f1f1f1 !important;
}

.footer .copyright {
  padding: 4rem 0 4rem;
}

.footer .copyright .copy-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
}

.footer .copyright .copy-box p:first-child {
  margin-right: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.footer .copyright .img-logo {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer .suporte {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*********************************
  MODAL DETALHES PLANO
  ************************************/

.modal_product {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
  top: 0;
  right: 0;
  width: 400px;
  width: 50%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  overflow: auto;
  transform: none;
  visibility: hidden;
}

.modal_product .menu-details-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  padding-right: 0;
  padding-left: 0;
  padding-top: 1.5rem;
}

.modal_product .menu-details-title h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.modal_product .menu-details-title h2 span {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.modal_product .menu-details-title .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.px-0 ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.px-0 .text-start ul {
  text-align: left;
}

.px-0 .flex-column ul {
  flex-direction: column;
}

.menu-details-plan li p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.menu-details-plan li p a {
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgb(0, 171, 15);
}

ul.nav-pills li {
  border-bottom: 1px solid var(--green-oi) !important;
  margin-bottom: 1rem;
}

ul.nav-pills a {
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgb(0, 171, 15);
}

.politica {
  display: block;
  /*  background: rgba(0, 0, 0, 1);*/
  background: #f1f1f1;
  border-style: none;
  border-radius: 0px;
  z-index: 56;
  width: 100%;
  height: 54px;
  position: absolute;
  color: white;
}

.politica .text-politica {
  display: flex;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  top: 11px;
  z-index: 57;
  width: 100%;
  height: 32px;
  position: absolute;
}

.politica .text-politica span {
  font-weight: 400;
  font-family: Roboto;
  font-size: 14px;
  color: gray;
}

.politica .text-politica .text-link-politica {
  color: rgb(0, 186, 255);
  border-bottom: 1px solid rgb(0, 186, 255);
}

.btn-entenda-mais {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem 4rem 2rem;
  height: 4rem;
  margin: 1rem 0 0 0;
  border-radius: 30px;
}

.btn-entenda-mais button {
  width: 30%;
  height: 2.8rem;
  margin-left: 0.5rem;
  background-color: var(--yellow-oi);
  border: 1px solid var(--yellow-oi);
  font-weight: bold;
  font-size: 1rem;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.mostrar-saiba-mais {
  display: block;
}

@media screen and (min-width: 901px) {

  .banner_mobile {display:none;}

  .banner_mobile img,
  .btn-ligue-mob {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .banner_desktop {
    display: none;
  }

  .banner_mobile img {
    width: 100%;
  }

  .navbar {
    position: inherit;
  }

  .navbar_itens {
    margin: 0 1rem;
  }

  .cards,
  .boxes_entenda {
    flex-direction: column;
  }

  .title-escolha h2 {
    font-size: 1.5rem;
  }

  .title-escolha {
    padding: 1rem !important;
  }

  .cards {
    padding: 2rem;
  }

  .cards {
      padding: 1rem 0 3rem 0;
  }

  .imagens_estaticas,
  .box_filhas1,
  .box_filhas2 {
    flex-direction: column;
  }

  .imagens_estaticas img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .section_aproveite {
    padding-bottom: 0.5rem;
  }

  .consulte_cobertura {
    padding: 1rem;
  }

  .consulte_cobertura form {
    flex-wrap: wrap;
  }

  .cards,
  .boxes_entenda {
    margin: 0 0;
  }

  .box_infos,
  .textos-info-planos {
    padding: 1rem;
  }

  .footer_assine {
    flex-direction: column;
  }

  .footer_itens {
    margin: 0 1rem;
  }

  .img_filhas img {
    margin-left: 0;
  }

  .text_aproveite h2 {
    font-size: 1.5rem;
    padding: 2rem 1rem;
  }

  .info_img_mae h5 {
    font-size: 1.5rem;
    width: 16rem !important;
  }

  .img_mae h6 {
    font-size: 0.8rem;
    width: 12rem;
  }

  .title-escolha {
    padding: 1rem;
  }

  .card {
       margin: 2.5rem 0;
    width: 100%;
    flex: 1;
    margin:0;
	
  }

  .card-2 {
    /*        margin: 2.5rem 0 3.8rem 0;*/
  }

  .box_entenda_img,
  .box_entenda_text {
    width: 100%;
    margin: 0;
  }

  .banner_desktop {
    margin-top: 0;
  }

  .consulte_cobertura form label {
    margin-bottom: 1rem;
  }

  .consulte_cobertura form input {
    width: 100%;
    height: 3.5rem;
    margin-bottom: 1rem;
  }

  .consulte_cobertura form button {
    width: 100%;
    height: 4rem;
    margin: 1rem 0 0 0;
  }

  .btn-entenda-mais {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem 4rem 1rem;
    height: 4rem;
    margin: 1rem 0 0 0;
    border-radius: 30px;
  }

  .btn-entenda-mais button {
    width: 100%;
    height: 2.8rem;
    margin-left: 0.5rem;
    background-color: var(--yellow-oi);
    border: 1px solid var(--yellow-oi);
    font-weight: bold;
    font-size: 1rem;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  }

  .textos-info-planos .item h3 {
    font-size: 1.5rem;
  }

  .title_entenda h2 {
    font-size: 1.5rem;
  }

  .boxes_entenda {
    padding: 2rem 0 0 0;
  }

  .title_entenda {
    margin-top: 1rem;
  }

  .box_entenda_text {
    margin-top: 2rem;
  }

  .entenda_mais {
    padding: 2rem 0 0 0;
  }

  .infos {
    padding: 0;
  }

  .footer_itens {
    flex-direction: column-reverse;
  }

  .footer {
    height: 100%;
  }

  .footer_assine {
    text-align: center;
    /* margin-right: 2rem; */
  }

  .footer_assine .suporte {
    margin-left: 0;
  }

  .navbar_assine .suporte {
    margin-left: 0.8rem;
  }

  .footer_logo img {
    margin: 1rem 0;
  }

  .navbar_logo img {
    height: 2rem;
  }

  .navbar_assine h1,
  .navbar_assine h2 {
    font-size: 1.125rem;
  }

  .navbar_assine p {
    font-size: 0.8rem;
  }

  .imagens_estaticas {
    margin: 0;
    padding: 1rem;
  }

  .navbar_logo p {
    font-size: 0.5rem;
  }

  .section_aproveite {
    margin-top: 4rem;
  }

  .btn-ligar a {
    color: var(--white-pattern);
    flex-direction: column;
    text-decoration: none;
  }

  .btn-ligar h2 {
    font-weight: 700;
  }

  .btn-ligar p {
    font-size: 1.2rem !important;
    margin-bottom: 0.375rem;
  }

  .btn-ligar .btn-green {
    background-color: var(--green-oi);
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  }

  .footer-nav .btn-ligar h2 {
    font-size: 2.25rem;
    line-height: 0.9;
    margin-left: 0 !important;
  }

  .navbar_assine .suporte p {
    font-size: 0.55rem;
  }

  .navbar_assine .suporte {
    margin-top: 0.2rem;
  }

  .navbar_assine {
    align-items: center;
  }

  .navbar_assine .ligue {
    margin-right: 1rem;
  }

  .box-itens-footer {
    flex-direction: column;
    padding: 1rem !important;
  }

  .box-itens-footer h3 {
    margin: 1rem 0 !important;
  }

  .box-itens-footer .btn-consulte {
    padding: 1rem 3rem !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
  }

  .box-itens-footer .btn-consulte p {
    font-size: 1.5rem !important;
  }

  .box-itens-footer .btn-ligue p,
  .box-itens-footer .btn-ligue h2 {
    /*color: #2b2828!important;*/
    font-weight: bold;
  }

  .box-itens-footer .btn-ligue {
    border: 1px solid var(--white-pattern);
    /*margin: 2rem 0 1rem 0!important;*/
    padding: 0.5rem 3.5rem;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .box-itens-footer .btn-ligue {
    margin-left: 0 !important;
  }

  .btn-ligue-desk {
    display: none;
  }

  .footer-online {
    flex-direction: column;
  }

  .modalOnline {
    width: 80% !important;
  }

  .footer-online .btn-lig {
    margin-left: 0 !important;
  }

  .footer-online .btn-contOn {
    margin-bottom: 1rem;
  }

  .footer-online .btn-lig {
    padding: 0.5rem 3.3rem !important;
  }

  .header-consul img {
    width: 3.5rem;
  }

  .img_mae,
  .img_filhas {
    width: 100% !important;
  }

  .img_mae,
  .img_filha1,
  .img_filha2,
  .img_filha3,
  .img_filha4 {
    margin: 0 !important;
  }

  /*Alterações no botão consultar cep*/
  .box-itens-footer h3 {
    font-size: 1.55rem !important;
    font-weight: bold;
  }

  .box-itens-footer .btn-ligue h2 {
    font-size: 2rem !important;
  }

  .btns-mobile {
    flex-direction: column;
  }

  .body-consul .box-text-consul h3 {
    padding: 0 2rem 1rem 0 !important;
  }

  .header-consul img {
    width: 3rem !important;
  }

  .footer .copyright .copy-box {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }

  .footer .copyright .copy-box p:first-child {
    margin-right: 0;
  }

  .politica {
    height: 62px;
  }

  .politica .text-politica {
    text-align: center;
  }
}

.header-consul img {
  width: 4rem;
}


@media screen and (max-width: 667px) {
  .footer-nav {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    display: none;
    width: 100%;
    background-color: var(--grey-vari);
    color: var(--white-pattern);
    text-align: center;
  }

  .show,
  .footer-nav:hover {
    display: block;
  }
}

.btn-ligar {
  padding: 1rem 0;
}

.btn-ligar a {
  color: var(--white-pattern);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn-ligar h2 {
  font-size: 3rem;
  margin-left: 1rem;
}

.btn-ligar h2:hover {
  text-decoration: underline;
}

.btn-ligar p {
  font-size: 1rem;
}

.box-itens-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.box-itens-footer h3 {
  margin-right: 2rem;
  font-size: 1.8rem;
}

.footer-nav .box-itens-footer a {
  text-decoration: none;
  color: var(--black-pattern);
}

.box-itens-footer p {
  font-weight: bold;
  font-size: 1.1rem;
}

.box-itens-footer .btn-consulte {
  background-color: var(--yellow-oi);
  padding: 1.5rem 3rem;
  border-radius: 5px;
}

.box-itens-footer .btn-consulte:hover {
  background-color: var(--yellow-cl);
}

.box-itens-footer .btn-ligue {
  margin-left: 2rem;
}

.box-itens-footer .btn-ligue p {
  font-weight: normal;
  text-align: left;
  font-size: 0.65rem;
  color: var(--white-pattern);
}

.box-itens-footer .btn-ligue h2 {
  font-size: 2.5rem;
  color: var(--white-pattern);
}

/*
  .imagens_estaticas {
      width: 100%;
  }*/

.img_mae,
.img_filhas {
  width: 50%;
}

.btns-mobile {
  display: flex;
}

.footer_cnpj {
  color: white;
  text-align: center;
  font-weight: normal;
  justify-content: center;
}

.modal {
  display: none;
}

.modal-content {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-fechar {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 4em;
}

.form-cidade {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
  width: 600px;
  max-width: 92%;
  height: 600px;
  max-height: 80%;
  overflow: hidden;
}

.form-cidade h1 {
  font-size: 2.5em;
  color: var(--cor1);
  letter-spacing: -0.02em;
  text-align: center;
}

.form-cidade input {
  font-size: 2em;
  border-radius: 100px;
}

.form-cidade-resul {
  font-size: 1.5em;
  display: flex;
  flex-flow: column;
}

.form-cidade-resul li {
  cursor: pointer;
  padding: 0.5rem 0;
}

.form-cidade-resul li:hover {
  color: var(--cor1);
  font-weight: bold;
}

.pacotes-icones {
  display: flex;
  font-size: 3.0625rem;
  justify-content: center;
}

.pacotes-icones img {
  max-width: 50px;
  border-radius: 50%;
}

@media screen and (min-width: 667px) {
  .footer-mob {
    display: none;
  }
}

@media screen and (max-width: 667px) {

  /*	.footer {display:none;}*/
  .footer-mob {
    background: var(--grey-vari);
    padding: .75rem;
    padding-bottom: 1rem;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    box-sizing: border-box;
  }

  .footer-mob header h1 {
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    text-align: center;
  }

  .footer-mob article {
    display: flex;
    gap: .75rem;
  }

  .footer-mob-item {
    flex: 1;
    border-radius: 8px;
    height: 54px;
    background: var(--green-oi);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
  }

  .footer-mob-item .iconify {
    font-size: 32px;
  }

  .footer-mob-item h2 {
    font-size: 1.625rem;
    line-height: 1;
    font-weight: bold;
  }

  .footer-mob-item--whatsapp {
    flex: 0 0 62px;
    background-image: radial-gradient(circle at 50% 50%, #4DD157 0%, #1AB730 50%);
    animation: wp .7s infinite alternate;
  }

  @keyframes wp {
    from {
      filter: brightness(100%) saturate(100%);
    }

    to {
      filter: brightness(120%) saturate(110%);
    }
  }
}



/* jquery slick */
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}
.slick-track:before,.slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;}
.slick-slide img {display: block;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}

@charset 'UTF-8';
.slick-loading .slick-list {background: #fff url('ajax-loader.html') center center no-repeat;}
@media(max-width:667px){
		.slick-prev,.slick-next {display:none;}
.slick-prev.slick-disabled,.slick-next.slick-disabled {display:none;}
.slick-prev {display:none;}
.slick-prev:before{display:none;}
.slick-next {display:none;}
.slick-next:before{display:none;}


.slick-dots {display:none;}
.slick-dots li {display:none;}
.slick-dots li button {display:none;}
.slick-dots li button:hover,.slick-dots li button:focus {display:none;}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {display:none;}
.slick-dots li button:before  {display:none;}
.slick-dots li.slick-active button:before {display:none;}
}
@media(min-width:668px){
	
	.slick-prev,.slick-next {position:absolute; z-index:9; top:50%; transform:translateY(-50%); width:64px; height:64px; color:var(--green-oi); border:2px solid currentColor; background:#fff; border-radius:100%; display:flex; align-items:center; justify-content:center; font-size:0;}
/*.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {color: transparent;outline: none;background: transparent;}*/
/*.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {opacity: 1;}*/
.slick-prev.slick-disabled,.slick-next.slick-disabled {opacity:0.5;}
/*.slick-prev:before,.slick-next:before {line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}*/
.slick-prev {left: 0;}
.slick-prev:before { content: url('https://api.iconify.design/ph:arrow-left-light.svg?height=36&amp;color=%2300d318'); }
.slick-next {right: 0;}
.slick-next:before { content: url('https://api.iconify.design/ph:arrow-right-light.svg?height=36&amp;color=%2300d318'); }
/*.slick-dotted.slick-slider {margin-bottom: 30px;}*/

.slick-dots {position: absolute;bottom: -25px;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}
.slick-dots li {position: relative;display: inline-block;width: 20px;height: 20px;margin: 0 5px;padding: 0;cursor: pointer;}
.slick-dots li button {font-size: 0;line-height: 0;display: block;width: 20px;height: 20px;padding: 5px;cursor: pointer;color: transparent;border: 0;outline: none;background: transparent;}
.slick-dots li button:hover,.slick-dots li button:focus {outline: none;}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {opacity: 1;}
.slick-dots li button:before  { position: absolute; top: 0; left: 0; content: url('https://api.iconify.design/entypo:dot-single.svg?color=%23000&amp;height=32'); width: 20px; height: 20px; line-height: 20px; text-align: center; color: #000; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {opacity: .75;color: black;}

}

