/** Alternate Theme **/
body.light-mode .plataformas-section{
  background-color: var(--light);
}

body.light-mode .plataformas-section p,
body.light-mode .plataformas-section h1,
body.light-mode .plataformas-section h2,
body.light-mode .plataformas-section h3{
  color: var(--dark);
}

body.light-mode .background-infos h3,
body.light-mode .background-infos p{
  color: var(--light);
}

body.light-mode .plataformas-section a:hover{
  color: var(--black);
}

body.light-mode .box-motivos-plataformas{
  border: 1px solid var(--dark);
  background: #ffffff75;
}

body.light-mode .texto-box{
  color: var(--dark)!important;
}

body.light-mode .title-box{
    color: var(--black);
}


body.light-mode .btn-primary-service{
  display: block;
  background: var(--dark);
  color: var(--white);
  font-family: var(--funnel);
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  padding: 17px;
  border-radius: 8px;
width: 360px;
  margin-top: 26px;
  transition: ease 0.2s;
}

body.light-mode .btn-primary-service:hover{
  display: block;
  background: var(--grey);
  color: var(--dark);
  font-family: var(--funnel);
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  padding: 17px;
  border-radius: 8px;
width: 360px;
  margin-top: 26px;
  transition: ease 0.2s;
}

body.light-mode .box-item-negocios h4 {
  color: var(--light);
  font-family: var(--funnel);
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 16px;
}

body.light-mode details p{
display: block;
  margin: 33px auto;
    margin-top: 33px;
  border: 2px solid var(--dark);
  padding: 23px;
  border-radius: 8px;
  margin-top: 9px;
  color: var(--dark) !important;
  font-size: 16px !important;
}

body.light-mode summary {
  border: 2px solid var(--dark);
  color: var(--dark);
  font-family: var(--funnel);
  border-radius: 8px;
  padding: 23px;
  display: block;
  margin: 10px auto;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

/* Ícone personalizado com ::before */
body.light-mode summary::before {
  content: "+";
  color: var(--dark);
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
  width: 16px;
  text-align: center;
}

body.light-mode .plataformas-section{
    padding: 99px 0px 0px 0px;
    background-image: url('../img/bg-body-light.webp');
}

body.light-mode .title-box-canva {
  color: var(--light);
}

/** Alternate Theme **/


.padding-section-top{
  padding-right: 200px;
  padding-top: 110px;
}

.plataformas-section{
    padding: 99px 0px 0px 0px;
    background-image: url('../img/bg-body.webp');
    
}

.plataformas-section h1 {
  font-family: var(--funnel);
  color: var(--white);
  font-size: 58px;
  line-height: 56px;
}

.plataformas-section h2 {
font-family: var(--funnel);
  color: var(--light);
  font-size: 24px;
  padding: 16px 0px 16px 0px;
  font-weight: 400;
}

.plataformas-section p{
  font-family: var(--onest);
  color: var(--grey);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}


.plataformas-section-02{
    background-color: var(--black);
    padding: 160px 0;
}

.plataformas-section h3 {
font-family: var(--funnel);
  color: var(--white);
font-size: 38px;
  line-height: 40px;
  margin-bottom: 16px;
}

.space-section-plataformas{
    padding: 120px 0px 0px 0px;
}

.box-motivos-plataformas{
border-radius: 12px;
  padding: 32px 32px 32px 32px;
  border: 2px solid #ffffff1f;
  margin: 13px 0px;
  background: #0000008a;
  min-height: 345px!important;
}


.box-destaques-plataformas {
  position: relative;
  min-height: 370px;
  border-radius: 12px;
  padding: 32px;
  margin: 13px 0;
    display: flex;
  flex-direction: column;
  justify-content: flex-end;
}



.box-destaques-plataformas > * {
  position: relative;
  z-index: 2;
}

.bg-destaque-plataformas-01 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.bg-destaque-plataformas-01::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;

  background: 
  linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0)) center/cover,
  url('../img/bg1.webp') center/cover;

  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.4s ease;
  transform: scale(1);
}

.bg-destaque-plataformas-01:hover::before {
  transform: scale(1.05);
}

.bg-destaque-plataformas-01 > * {
  position: relative;
  z-index: 1;
}

/** Box Custos Reduzidos **/

.bg-destaque-plataformas-02 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.bg-destaque-plataformas-02::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;

  background: 
  linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0)) center/cover,
  url('../img/bg2.webp') center/cover;

  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.4s ease;
  transform: scale(1);
}

.bg-destaque-plataformas-02:hover::before {
  transform: scale(1.05);
}

.bg-destaque-plataformas-02 > * {
  position: relative;
  z-index: 1;
}

/** Box Custos Reduzidos **/

/** Box Escalabilidade e segurança **/

.bg-destaque-plataformas-03 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.bg-destaque-plataformas-03::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;

  background: 
  linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0)) center/cover,
  url('../img/bg3.webp') center/cover;

  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.4s ease;
  transform: scale(1);
}

.bg-destaque-plataformas-03:hover::before {
  transform: scale(1.05);
}

.bg-destaque-plataformas-03 > * {
  position: relative;
  z-index: 1;
}

/** Box Escalabilidade e segurança **/

/** Box WhatsApp **/
.bg-destaque-plataformas-wpp {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.bg-destaque-plataformas-wpp::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;

  background: 
  linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0)) center/cover,
  url('../img/bg-whats.webp') center/cover;

  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.4s ease;
  transform: scale(1);
}

.bg-destaque-plataformas-wpp:hover::before {
  transform: scale(1.05);
}

.bg-destaque-plataformas-wpp > * {
  position: relative;
  z-index: 1;
}
/** Box WhatsApp **/

/** Box Virtual **/
.bg-destaque-plataformas-lv {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.bg-destaque-plataformas-lv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;

  background: 
  linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0)) center/cover,
  url('../img/bg-virtual.webp') center/cover;

  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.4s ease;
  transform: scale(1);
}

.bg-destaque-plataformas-lv:hover::before {
  transform: scale(1.05);
}

.bg-destaque-plataformas-lv > * {
  position: relative;
  z-index: 1;
}
/** box Virtual **/

/** Box Fisica **/
.bg-destaque-plataformas-lf {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.bg-destaque-plataformas-lf::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;

  background: 
  linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0)) center/cover,
  url('../img/bg-fisica.webp') center/cover;

  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.4s ease;
  transform: scale(1);
}

.bg-destaque-plataformas-lf:hover::before {
  transform: scale(1.05);
}

.bg-destaque-plataformas-lf > * {
  position: relative;
  z-index: 1;
}
/** Box Fisica **/

/** Box Marketplace **/
.bg-destaque-plataformas-mkt {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.bg-destaque-plataformas-mkt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;

  background: 
  linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0)) center/cover,
  url('../img/bg-marketplace.webp') center/cover;

  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.4s ease;
  transform: scale(1);
}

.bg-destaque-plataformas-mkt:hover::before {
  transform: scale(1.05);
}

.bg-destaque-plataformas-mkt > * {
  position: relative;
  z-index: 1;
}
/** Box Marketplace **/

/** Box Tráfego em vendas **/
.bg-destaque-tev-01 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
    cursor: pointer;
}

.bg-destaque-tev::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;

  background: 
  linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0)) center/cover,
  url('../img/banner-sobre-05.webp') center/cover;

  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.4s ease;
  transform: scale(1);
}

.bg-destaque-plataformas-tev:hover::before {
  transform: scale(1.05);
}

.bg-destaque-plataformas-tev > * {
  position: relative;
  z-index: 1;
}
/** Box Tráfego em vendas **/

/** Box Branding em desejo **/
.bg-destaque-bed {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
    cursor: pointer;
}

.bg-destaque-bed::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;
  background: 
  linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0)) center/cover,
  url('../img/banner-sobre-04.webp') center/cover;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.4s ease;
  transform: scale(1);
}

.bg-destaque-plataformas-bed:hover::before {
  transform: scale(1.05);
}

.bg-destaque-plataformas-bed > * {
  position: relative;
  z-index: 1;
}
/** Box Brading em desejo **/

/** Box Cases de sucesso **/
.bg-destaque-cds {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
    cursor: pointer;
}

.bg-destaque-cds::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;
  background: 
  linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0)) center/cover,
  url('../img/banner-sobre-03.webp') center/cover;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.4s ease;
  transform: scale(1);
}

.bg-destaque-plataformas-cds:hover::before {
  transform: scale(1.05);
}

.bg-destaque-plataformas-cds > * {
  position: relative;
  z-index: 1;
}
/** Box Cases de sucesso **/

.space-box{
    padding: 40px 0;
}

.texto-box{
  font-family: var(--onest);
  color: var(--grey)!important;
  font-size: 14px!important;
  font-weight: 400!important;
  line-height: 22px;
}

.title-box{
    color: var(--white);
  font-family: var(--funnel);
  font-size: 22px;
  margin-bottom: 16px;
}

.link-simple-service{
    font-family: var(--funnel);
    color: var(--grey);
    margin-top: 10px;
    display: block;
    font-size: 17px;
    font-weight: 300;
}

.btn-primary-service{
  display: block;
  background: var(--light);
  color: var(--dark);
  font-family: var(--funnel);
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  padding: 17px;
  border-radius: 8px;
  width: 360px;
  margin-top: 26px;
  transition: ease 0.2s;
}

.btn-primary-service:hover{
  display: block;
  background: var(--dark);
  color: var(--light);
  font-family: var(--funnel);
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  padding: 17px;
  border-radius: 8px;
  width: 360px;
  margin-top: 26px;
  transition: ease 0.2s;
}

.box-item-negocios {
border-radius: 12px;
  margin: 11px 0px 15px 1px;
  min-height: 185px;
  padding: 25px;
  border: 1px solid #1e1e1e;
}

.box-item-negocios h4{
  color: var(--white);
  font-family: var(--funnel);
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 16px;
}

.box-item-negocios p{
  font-size: 14px!important;
  line-height: 22px!important;
}

.title-box-canva{
  font-size: 30px!important;
  line-height: 38px!important;
  color: var(--white);
  font-family: var(--funnel);
  font-weight: 400;
  margin-bottom: 16px;
}

.box-tags{
background-image: url('../img/bg-code.webp');
  border-radius: 8px;
  min-height: auto;
  padding: 125px 60px;
  border: 2px solid #7b7b7b26;
}

.list-tags li{
  font-family: var(--funnel);
  color: var(--light)!important;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 9px 21px;
  border-radius: 50px;
  margin: 7px;
  font-size: 13px;
}

.title-faq{
    margin-top: 0px!important;
    margin-bottom: 32px!important;
}

details p{
display: block;
  margin: 33px auto;
    margin-top: 33px;
  border: 2px solid var(--light);
  padding: 23px;
  border-radius: 8px;
  margin-top: 9px;
  color: var(--light) !important;
  font-size: 16px !important;
}

summary {
  border: 2px solid var(--light);
  color: var(--light);
  font-family: var(--funnel);
  border-radius: 8px;
  padding: 23px;
  display: block;
  margin: 10px auto;
  text-align: left;
  font-weight: 200;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

/* Remove o marcador padrão do summary */
summary::-webkit-details-marker {
  display: none;
}
summary::marker {
  display: none;
}

/* Ícone personalizado com ::before */
summary::before {
  content: "+";
  color: white;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  width: 16px;
  text-align: center;
}

/* Quando o <details> está aberto, muda o ícone */
details[open] summary::before {
  content: "-";
}


.hr-list-recursos{
  border: 1px solid #1a1a1a!important;
  margin: 16px 0px!important;
}

.icon-white{
    display: block;
  width: 30px;
  margin-bottom: 16px;
}

.banner-recursos{
  display: block;
  width: 100%;
  border-radius: 15px;
}

.banner-02-plataforma{
  width: 100%;
  border-radius: 15px;
}

.padding-02-plataforma{
  padding-right: 80px;
}

.background-infos{
  background-image: url('../img/banner-sobre-seriea-infos.webp');
  background-size: cover;
  border-radius: 15px;
  padding: 48px;
}

.lista-bloco-seriea-sobre{
  font-family: var(--funnel);
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--grey);
}


.icons-all-service{
  display: block;
  margin-bottom: 16px;
  width: 40px;
  border-radius: 8px;
}

.background-certificacao-uappi {
  background-color: #eee;
  padding: 62px;
  border-radius: 15px;
  border: 2px solid #e1e1e100;
}

.title-certificacao-box,
.text-certificacao-box{
  color: var(--dark)!important;
}

.color-dark{
  color: var(--dark)!important;
}

.color-invert-icon{
  filter: invert(0)!important;
}

.selo-certificacao{
  display: block;
  width: 120px;
  margin-bottom: 16px;
}

.banner-selo{
  border-radius: 18px;
  width: 100%;
}

.padding-sections-sobre{
  padding-top: 80px;
}

.padding-bottom-sections-sobre{
  padding-bottom: 80px;
}

.title-quem-somos-section{
  font-family: var(--funnel);
  color: var(--white);
  font-size: 48px!important;
  line-height: 48px!important;
  margin-bottom: 16px;
}

.padding-quem-somos-header{
  padding-top:120px;
}

.texto-box-numbers{
  font-size: 16px !important;
}

.text-light{
  color: var(--light)!important;
}

/** Responsivo **/

@media (min-width: 300px) and (max-width: 767px) {
.background-certificacao-uappi {
  padding: 28px;
}

.plataformas-section h3 {
  font-family: var(--funnel);
  color: var(--white);
  font-size: 29px;
  line-height: 36px;
  margin-bottom: 16px;
}

.link-simple {
  font-family: var(--funnel);
  color: var(--white);
  margin-top: 10px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 30px;
}

.space-section-plataformas {
  padding: 58px 0px 0px 0px;
}

.background-infos {
  padding: 31px;
}

.plataformas-section h1 {
  font-family: var(--funnel);
  color: var(--white);
font-size: 31px;
    line-height: 33px;
}

 .pt-plataformas {
    padding-top: 110px !important;
    padding-bottom: 50px !important;
  }

.padding-02-plataforma {
  padding-right: 0px;
  margin-bottom: 20px;
}

.box-motivos-plataformas {
  border-radius: 12px;
  padding: 32px 32px 32px 32px;
  border: 2px solid #ffffff1f;
  margin: 13px 0px;
  background: #0000008a;
  min-height: auto !important;
}

.background-infos {
  background: #131313;
  background-size: cover;
  border-radius: 15px;
  padding: 48px;
}

.title-quem-somos-section {
  font-family: var(--funnel);
  color: var(--white);
  font-size: 31px !important;
    line-height: 30px !important;
  margin-bottom: 16px;
}

.btn-primary-service {
  display: block;
  background: var(--light);
  color: var(--dark);
  font-family: var(--funnel);
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  padding: 17px;
  border-radius: 8px;
  width: 97%;
  margin-top: 26px;
  transition: ease 0.2s;
}

}

@media (min-width: 768px) and (max-width: 1023px) {
.background-certificacao-uappi {
  padding: 28px;
}

.plataformas-section h3 {
  font-family: var(--funnel);
  color: var(--white);
  font-size: 29px;
  line-height: 36px;
  margin-bottom: 16px;
}

.link-simple {
  font-family: var(--funnel);
  color: var(--white);
  margin-top: 10px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 30px;
}

.space-section-plataformas {
  padding: 58px 0px 0px 0px;
}

.background-infos {
  padding: 31px;
}

.plataformas-section h1 {
  font-family: var(--funnel);
  color: var(--white);
  font-size: 40px;
  line-height: 44px;
}

 .pt-plataformas {
    padding-top: 110px !important;
    padding-bottom: 50px !important;
  }

.padding-02-plataforma {
  padding-right: 0px;
  margin-bottom: 20px;
}

.box-motivos-plataformas {
  border-radius: 12px;
  padding: 32px 32px 32px 32px;
  border: 2px solid #ffffff1f;
  margin: 13px 0px;
  background: #0000008a;
  min-height: auto !important;
}

.title-quem-somos-section {
  font-family: var(--funnel);
  color: var(--white);
  font-size: 39px !important;
  line-height: 41px !important;
  margin-bottom: 16px;
}

.btn-primary-service {
  display: block;
  background: var(--light);
  color: var(--dark);
  font-family: var(--funnel);
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  padding: 17px;
  border-radius: 8px;
  width: 97%;
  margin-top: 26px;
  transition: ease 0.2s;
}

}

@media (min-width: 1024px) and (max-width: 1279px) {



}

@media (min-width: 1280px) and (max-width: 1535px) {

}


@media (min-width: 1536px) {

}