@charset "utf-8";

@font-face {
  font-family: "Helvetica LT Pro";
  src: url("HelveticaLTPro-BlackOblique.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Pro";
  src: url("HelveticaLTPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Pro";
  src: url("HelveticaLTPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Pro";
  src: url("HelveticaLTPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Pro";
  src: url("HelveticaLTPro-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Pro Roman";
  src: url("HelveticaLTPro-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Pro";
  src: url("HelveticaLTPro-LightOblique.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica LT Pro";
  src: url("HelveticaLTPro-BoldOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica LT Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  font-size: 18px;
  color: #000000;
}
h1,
h2 {
  font-family: "Helvetica LT Pro Roman", "Times New Roman", Times, serif;
}
strong {
  font-weight: 500 !important;
}
.grecaptcha-badge {
  visibility: collapse !important;
}

div.whats-rodape {
  position: relative;
}

a.btn-whatsapp-rodape {
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  color: #ffffff;
  border: none;
  transition: 0.2s ease-out;
  font-size: 70px !important;
  height: 110px;
  width: 110px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3;
  background: #48bb78;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

a.btn-whatsapp-rodape:hover {
  background: #128c7e;
  color: #ffffff;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

div.alert {
  font-size: 25px;
}

label.error {
  color: #31a1d2;
  font-weight: 100;
}

.aceite-cookies {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  background-color: #f0f0f0;
  border-radius: 10px;
  margin: 1rem;
  padding: 2rem 6rem;
  text-align: center;
  font-size: 1.3rem;
  line-height: 28px;
  border: solid 1px #d4d4d4;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-ab {
  background: #32a4d4;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 35px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  border: 2px solid #32a4d4;
}

.btn-ab:focus,
.btn-ab:hover {
  background: #56b1d8;
  color: #ffffff;
}

.btn-ab.transparente {
  box-shadow: none;
  color: #32a4d4;
  background: transparent;
}

.btn-ab.transparente:focus,
.btn-ab.transparente:hover {
  box-shadow: none;
  color: #ffffff;
  background: #32a4d4;
}

.btn-ab.branco {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  border-radius: 35px;
  color: #32a4d4;
}

.btn-ab.branco:focus,
.btn-ab.branco:hover {
  color: #ffffff;
  background: #666666;
  border: 1px solid #666666;
}

header .list-inline-item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #666666;
  text-decoration: none;
}

header .list-inline-item a:hover,
header .list-inline-item a:focus,
header .list-inline-item a:active {
  color: #000000;
}

section.conteudo.banner {
  background-image: url(../imagens/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  height: 100vh;
}

section.conteudo.aparelhos {
  background-image: url(../imagens/lp-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  height: 100vh;
}

/*section.conteudo .container .banner{*/
/*    padding: 75px 0;*/
/*}*/

section.conteudo h2 {
  font-weight: 300;
  font-size: 42px;
  color: #000000;
}

section.conteudo#sky-ci h2 {
  font-size: 26px;
}

section.conteudo.banner p {
  color: #666666;
  font-weight: 300;
  font-size: 18px;
}

.bg-azul-ab {
  background: #32a4d4;
}

.bg-azul-escuro-ab {
  background: #425c6f;
}

.texto-azul-ab {
  color: #32a4d4 !important;
}

.texto-azul-escuro-ab {
  color: #425c6f !important;
}

.texto-cinza {
  font-weight: 300;
  color: #666666 !important;
}
.fw-bold {
  font-weight: 500 !important;
}
.fw-normal {
  font-weight: 300 !important;
}
.banner-audicao h1 {
  font-size: 60px;
  font-weight: 500 !important;
}
.lead {
  font-size: 30px;
  font-weight: 300;
  color: #666666;
}
.banner-audicao .mb-4 {
  font-size: 26px;
  font-weight: 500;
}
.banner-audicao .botao {
  max-width: 315.9px;
}
.banner-audicao .botao a {
  font-size: 18.44px;
  font-weight: 300;
}
.banner-audicao .botao a:hover {
  background: #56b1d8;
}
.intro-section {
  height: 100vh;
}
.intro-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../imagens/banner-secundario-desk.webp");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  z-index: -1;
}
.intro-section h2 {
  font-size: 80px;
  font-weight: 500;
}
.intro-section p {
  font-size: 23.98px !important;
  max-width: 614px;
  font-weight: 300;
}
.sinais {
  height: 344px;
  background-color: #32a4d4;
  margin: 0 !important;
}
.sinais h2 {
  font-size: 80px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
}
.card-body h3 {
  color: #425c6f !important;
  font-size: 42px;
}
.card-body ul li {
  font-size: 20px !important;
  font-weight: 300;
}
.rounded {
  border-radius: 20px !important;
}
.text-secondary {
  color: #666666 !important;
}
.consulta h2,
.agir h2 {
  color: #ffffff !important;
  font-size: 42px !important;
}
.faq h2 {
  font-size: 58px !important;
  font-weight: 500;
}
.accordion-button::after {
  display: none;
}
.accordion-item,
.accordion-button,
.accordion-button:not(.collapsed) {
  background-color: #efefef;
  color: #425c6f;
}
.accordion-item span {
  font-size: 38px;
  font-weight: 300;
}
.accordion-body {
  font-size: 34px;
}
.accordion-button img {
  transition: transform 0.3s ease-in-out;
}
.accordion-button:not(.collapsed) img {
  transform: rotate(90deg);
}
.implante-coclear h2 {
  font-size: 65px !important;
}
.implante-coclear p {
  font-size: 28px !important;
  font-weight: 300;
}
.crianca-aparelho {
  scale: 1.4;
  margin-top: -60px;
}
.compare-arrows {
  z-index: 2;
}
.z-4 {
  z-index: 4;
}
.banner-final-bg {
  background-image: url("../imagens/banner-final-desk.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 743px;
  overflow: hidden;
}
.banner-final h2 {
  font-size: 38px !important;
}
.texto-final h3 {
  font-size: 32px !important;
  font-weight: 300 !important;
}
div.traco {
  height: 40px;
  width: 1px;
  background: #32a4d4;
  display: inline-block;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  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;
}

/*.swiper-slide img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

.box-slide {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 35px;
}

.seta-slide {
  background: #32a4d4;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  border-radius: 50%;
  text-align: center !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.seta-slide:focus,
.seta-slide:hover {
  background: #56b1d8;
  color: #ffffff;
}

.sociais {
  text-align: center;
  background: #666666;
  color: #ffffff;
  border-radius: 50%;
  line-height: 1.3;
  width: 35px;
  height: 35px;
  padding-top: 8px;
  display: inline-block;
}

.sociais:focus,
.sociais:hover {
  background: #000000;
  color: #ffffff;
}

.bg-cinza {
  background: #666666;
}

.bg-cinza-claro {
  background: #d1d2d3;
}

section.conteudo.banner-bem-vindo {
  background-image: url(../imagens/banner-bem-vindo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  height: 100vh;
}

/* implante coclear */
.numbered-list {
  list-style-type: decimal;
  text-align: left;
}
/* .soluciones::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #32A4D4;
    border-radius: 50%;
    margin-right: 18px; 
    vertical-align: middle; 
} */

.bg-meio-a-meio {
  background: linear-gradient(180deg, #32a4d4 60%, #ffffff 50%);
}

.box-candidato {
  background: #ffffff;
  border: 0.5px solid #d9d9d9;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
}

.box-candidato p {
  font-weight: 400;
  font-size: 40px;
}

.bullet-candidato {
  background: rgba(217, 217, 217, 0.54);
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  width: 20px;
  height: 20px;
}

.bullet-candidato.ativo {
  background: #32a4d4;
}

.volta-index {
  font-size: 50px;
  line-height: 1;
}

.btn-candidato {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: inline-block;
  text-align: center;
  color: #ffffff;
}

.btn-candidato.verde {
  background: #add13e;
}

.btn-candidato.verde:hover {
  background: linear-gradient(180deg, #add13e 0%, #97b53b 100%);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.btn-candidato.verde:focus {
  background: linear-gradient(259.83deg, #10a54b 25.28%, #36af67 77.1%);
  border: 3px solid #5e4e4e;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.btn-candidato.cinza {
  background: #666666;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.btn-candidato.cinza:focus {
  background: #4b4b4b;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.btn-candidato.cinza:hover {
  background: #4b4b4b;
  border: 3px solid #000000;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.banner-audicao {
  background-image: url(../imagens/banner-desk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  min-height: 100vh;
}
.banner-nao-candidato {
  background-image: url(../imagens/banner-nao-candidato.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  height: 100vh;
}

.form-control {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: transparent;
  color: #ffffff;
}

.form-control::placeholder {
  color: #ffffff;
}

.frmWhats .form-control,
.frmWhats .form-control::placeholder {
  color: #000000;
}

.texto-politica small {
  font-size: 15px;
}

.btn-enviar {
  background: #ffffff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  font-weight: 700;
  font-size: 20px;
  color: #666666;
}

.btn-enviar:hover,
.btn-enviar:focus {
  background: #add13e;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}

.btn-enviar.verde {
  background: #add13e;
  color: #ffffff;
  border: 1px solid #add13e;
}

.btn-enviar.verde:hover,
.btn-enviar.verde:focus {
  background: #ffffff;
  color: #add13e;
  color: #666666;
}

.btn-whatapp {
  background: #add13e;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  color: #ffffff;
}

.btn-whatapp:hover,
.btn-whatapp:focus {
  background: linear-gradient(180deg, #add13e 0%, #97b53b 100%);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  color: #ffffff;
}

.swiper-slide {
  height: auto;
}

section.conteudo.por-una-vida {
  background-image: url(../imagens/lp-12.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}

.image-text-container {
  display: inline-block;
  vertical-align: top; /* Isso alinha o conteúdo no topo da linha */
  width: calc(
    100% - 30px
  ); /* Ajuste conforme necessário para o espaço que você deseja ao redor da imagem */
}

.image-text-container img {
  vertical-align: middle;
  margin-right: 10px; /* Espaçamento à direita da imagem */
}
#sobre p {
  font-weight: 300;
}
.heading {
  color: #ffffff !important ;
}
.bolsa {
  color: #ffffff;
}
.bolsa h2 {
  color: #ffffff;
  font-size: 42px;
}
.bolsa p {
  font-weight: 200;
  font-size: 18px;
}
iframe {
  border-radius: 45px;
  overflow: hidden;
}
.card .translate-middle {
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1400px) {
  .banner-audicao .mb-4 {
    font-size: 26px;
  }
  .banner-audicao {
    background-image: url(../imagens/banner-desk.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 81.99vh;
  }
}
@media (max-width: 1280px) {
  .banner-audicao .mb-4 {
    font-size: 26px;
  }
  .banner-audicao {
    background-image: url(../imagens/banner-desk.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    min-height: 82vh;
  }
}
@media (max-width: 991px) {
  .aceite-cookies {
    padding: 1.5rem 1rem;
    font-size: 15px;
    line-height: 1;
  }

  a.btn-whatsapp-rodape {
    font-size: 55px !important;
    height: 90px;
    width: 90px;
  }

  section.conteudo.banner {
    background: none;
    height: auto;
  }

  section.conteudo h2 {
    font-size: 22px;
  }

  .btn-ab {
    font-size: 15px;
  }

  section.conteudo.aparelhos {
    background-image: none;
    height: auto;
  }

  section.conteudo.surfista {
    background-image: url(../imagens/mobile/lp-02.png);
    background-size: cover;
    background-position: left center;
    height: 100%;
  }

  .box-candidato p {
    font-size: 30px;
  }

  .bg-meio-a-meio {
    background: linear-gradient(180deg, #32a4d4 50%, #ffffff 50%);
  }

  .banner-nao-candidato {
    background-image: none;
    height: auto;
  }

  section.conteudo.por-una-vida {
    background: #32a4d4;
    min-height: auto;
    color: #ffffff;
  }

  section.conteudo.por-una-vida h2 {
    color: #ffffff;
  }

  .btn-ab.branco-mobile {
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
    border-radius: 35px;
    color: #32a4d4;
  }

  .texto-cinza-mobile {
    font-weight: 300;
    color: #666666 !important;
  }

  .texto-preto-mobile {
    font-weight: 300;
    color: #000000 !important;
  }

  .texto-azul-ab-mobile {
    color: #32a4d4 !important;
  }

  section.conteudo.banner p {
    font-size: 15px;
  }

  section.conteudo.banner-bem-vindo {
    height: auto;
  }
}
@media (max-width: 767px) {
  .aspas {
    scale: 0.5;
  }
  .heading br {
    display: none;
  }
  .bolsa {
    background-color: #fff !important;
  }
  .heading {
    font-size: 42px;
    color: #425c6f !important;
    font-weight: 500 !important;
  }
  .bg-azul-ab p {
    color: #425c6f;
    font-weight: 300;
  }
  .bg-azul-ab img {
    color: #425c6f;
  }

  .check-text p {
    margin-top: 20px;
  }
  .check-mobile {
    scale: 2;
  }

  /* Mobile Background Updates */
  .banner-audicao {
    background-image: url(../imagens/mobile/banner-mobile.webp) !important;
    background-position: center bottom;
    background-size: cover;
    min-height: 100vh; /* Ensure full height on mobile */
  }

  .intro-section::before {
    background-image: url("../imagens/mobile/banner-secundario-mobile.webp") !important;
    transform: none !important; /* Reset transform if mobile image is pre-flipped or different */
    background-position: center;
  }

  /* Adjustments for layout matches */
  .banner-audicao h1 {
    font-size: 31.15px;
    line-height: 1.1;
  }
  .banner-audicao .lead,
  .banner-audicao .mb-4 {
    font-size: 15.58px;
  }
  .banner-audicao .banner-content {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 300px; /* Space for the image part of the banner bottom */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }
  .banner-audicao .botao a {
    font-size: 14.58px;
  }
  .texto-banner-audicao {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Intro Section Mobile */
  .intro-section {
    background-image: url(../imagens/mobile/banner-secundario-mobile.webp) !important;
    background-position: center bottom !important;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    padding: 0px 0;
    min-height: 100vh;
  }
  .texto-introducao {
    padding-top: 50px;
  }
  .intro-section::before {
    background-position: center bottom !important;
  }
  .intro-section h2 {
    font-size: 40px !important;
    text-align: center;
  }
  .intro-section p {
    font-size: 18px !important;
    text-align: center;
    max-width: 100%;
  }
  .intro-section .row {
    justify-content: center !important;
  }

  /* Sinais Section */
  .sinais {
    height: auto;
    padding: 40px 0;
  }
  .sinais h2 {
    font-size: 32px !important;
    line-height: 1.2;
  }

  /* Cards */
  .card-body p,
  .card-body ul li {
    font-size: 16px !important;
  }
  .card-body h3 {
    font-size: 20px !important;
  }
  .card .translate-middle {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mais-circle {
    scale: 0.5;
  }

  /* Consult / Causes */
  .consulta h2 {
    font-size: 24px !important;
    text-align: center;
  }
  .consulta img {
    margin-top: 20px;
  }

  /* FAQ */
  .faq h2 {
    font-size: 20px !important;
  }
  .accordion-button {
    font-size: 18px;
    padding: 16px 10px !important;
  }
  .accordion-body,
  .accordion-item span {
    font-size: 18px !important;
  }
  .accordion-button img {
    scale: 0.8;
  }

  /* Implante Coclear */
  .implante-coclear h2 {
    font-size: 32px !important;
  }
  .implante-coclear p {
    font-size: 18px !important;
  }
  .compare-arrows {
    width: 80px;
    height: auto;
    rotate: 90deg;
  }
  .crianca-aparelho {
    scale: 1;
    margin-top: 0;
  }

  /* Agir Cedo */
  .agir h2 {
    font-size: 32px !important;
    text-align: center;
  }
  .agir img {
    margin-bottom: 20px;
  }

  /* Banner Final */
  .banner-final-bg {
    background-image: url("../imagens/mobile/banner-final-mobile.webp") !important;
    background-position: bottom;
    min-height: 580px;
    overflow: hidden;
    align-items: flex-start !important;
  }
  .banner-final h2 {
    font-size: 24px !important;
    text-align: center;
  }

  /* Footer Contact */
  .texto-final h3 {
    font-size: 20px !important;
    text-align: center;
  }
  .texto-final {
    text-align: center;
  }
  #contato {
    background-color: #32a4d4 !important;
  }
  #contato h3 {
    color: #ffffff !important;
  }
  #contato .text-end {
    text-align: center !important;
  }
  #contato .d-flex.justify-content-end {
    justify-content: center !important;
  }
  #contato img {
    margin-bottom: 20px;
  }
  .btn-ab {
    width: 100%;
  }
  .btn-mobile {
    width: 60% !important;
    border: 2px solid #fff !important;
  }
  .banner-audicao .d-grid {
    justify-content: center !important;
  }
}
@media (min-width: 767px) {
  .ultimo {
    margin-top: -21px;
  }
}
/* Tabela */
.tabela-processadores {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.tabela-processadores th,
.tabela-processadores td {
  padding: 12px 16px;
  vertical-align: top;
}

/* cabeçalho (nomes dos processadores) */
.tabela-processadores thead th {
  text-align: center;
}

/* primeira coluna (rótulos) */
.tabela-processadores tbody th {
  width: 22%;
  /* background-color: #f4f4f4; */
  font-weight: 600;
  text-align: left;
}

/* colunas de conteúdo */
.tabela-processadores tbody td {
  width: 20%;
}

/* listrado leve nas linhas, igual à arte */
.tabela-processadores tbody tr:nth-child(even) td,
.tabela-processadores tbody tr:nth-child(even) th {
  background-color: #ededed;
}

/* borda inferior suave */
/* .tabela-processadores tbody tr {
  border-bottom: 1px solid #e5e5e5;
} */
.tabela-processadores-mobile {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.tabela-processadores-mobile th,
.tabela-processadores-mobile td {
  padding: 10px 12px;
  vertical-align: top;
}

.tabela-processadores-mobile th {
  width: 40%;
  font-weight: 600;
  text-align: left;
}

.tabela-processadores-mobile td {
  width: 60%;
}

.tabela-processadores-mobile tr:nth-child(even) td,
.tabela-processadores-mobile tr:nth-child(even) th {
  background-color: #ededed;
}

.tabela-processadores-mobile tr {
  border-bottom: 1px solid #e5e5e5;
}
/* responsivo básico */
@media (max-width: 768px) {
  .tabela-processadores,
  .tabela-processadores thead,
  .tabela-processadores tbody,
  .tabela-processadores th,
  .tabela-processadores td,
  .tabela-processadores tr {
    display: block;
  }

  .tabela-processadores thead {
    display: none; /* some o header em mobile */
  }

  .tabela-processadores tbody th {
    width: 100%;
  }

  .tabela-processadores tbody td {
    width: 100%;
  }
}
