.area-restrita__alert-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #0F2A4F;
  color: #FFFFFF!important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

img{
  max-width: 100%!important;
  height: auto!important;
}
.card-equipamento .img{
  max-width: 100%!important;
  aspect-ratio: 270 / 200;
  background-position: center center;
}
a{
  max-width: 100%;
}

.area-restrita__alert-btn:hover,
.area-restrita__alert-btn:focus{
  background: #1A3C6B;
  color: #FFFFFF!important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(15, 42, 79, 0.2);
}

.btn-enviar-proposta:hover,
.btn-enviar-proposta:focus{
  background-color: #11284A;
  color: #FFFFFF!important;
  text-decoration: none;
}
.area-restrita__card-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #0F2A4F;
  margin-bottom: 18px;
}

.area-restrita__quick-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.quick-action{
  flex: 1 1 220px;
  min-width: 180px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #0F2A4F;
  background-color: #F1E8FA;
  border-radius: 12px;
  padding: 16px 18px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.quick-action:hover,
.quick-action:focus{
  background-color: #FEA400;
  color: #0F2A4F;
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(15, 42, 79, 0.12);
}

.quick-action__icon{
  font-size: 20px;
}

.quick-action--primary{
  background-color: #0F2A4F;
  color: #ffffff;
}

.quick-action--primary:hover,
.quick-action--primary:focus{
  background-color: #1A3C6B;
  color: #ffffff;
}

.quick-action--disabled{
  pointer-events: none;
  background-color: #E0E6F5;
  color: #7A8AA6;
  box-shadow: none;
  transform: none;
}

.quick-action--disabled .quick-action__icon{
  opacity: 0.6;
}

.quick-action__note{
  font-size: 13px;
  color: #7A8AA6;
  font-family: 'Montserrat', sans-serif;
  margin-top: 8px;
}

.quick-action--primary:hover,
.quick-action--primary:focus{
  background-color: #1A3C6B;
  color: #ffffff;
}

.area-restrita__summary{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #0F2A4F;
}

.area-restrita__summary li{
  background-color: #F1E8FA;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.area-restrita__summary li strong{
  font-weight: 700;
}

.area-restrita__card--dashboard{
  padding: 28px 32px;
}
.area-restrita__card .row{
  display: flex;
  flex-wrap: wrap;
}

.area-restrita__pagination{
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.area-restrita__pagination ul{
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-restrita__pagination li{
  display: inline-flex;
}

.area-restrita__pagination li .page-numbers{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0F2A4F;
  background-color: #F1E8FA;
  transition: all 0.2s ease;
  text-decoration: none;
}

.area-restrita__pagination li .page-numbers:hover,
.area-restrita__pagination li .page-numbers:focus{
  background-color: #0F2A4F;
  color: #ffffff!important;
}

.area-restrita__pagination li .page-numbers.current{
  background-color: #FEA400;
  color: #0F2A4F;
}

.area-restrita__pagination li .page-numbers.current:hover,
.area-restrita__pagination li .page-numbers.current:focus{
  background-color: #FEA400;
  color: #0F2A4F!important;
}

.area-restrita__pagination li .page-numbers:not(.current):hover,
.area-restrita__pagination li .page-numbers:not(.current):focus{
  color: #ffffff!important;
}

.card-equipamento--dashboard{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.card-equipamento--dashboard .img{
  width: 100%;
}

.card-equipamento--dashboard .segura-conteudo{
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-equipamento--dashboard .segura-conteudo .btn-amarelo,
.card-equipamento--dashboard .segura-conteudo .btn-azul{
  width: 100%;
}

.pg-pagamento-obrigado .fx-1 p, .pg-pagamento-obrigado .fx-1 strong{
  font-size: 16px!important;
}

.btn-azul-secundario,.pagamento-obrigado__btn-site{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff!important;
  background-color: #0F2A4F;
  border: none;
  transition: all 0.25s ease;
}

.btn-azul-secundario:hover,
.btn-azul-secundario:focus,
.pagamento-obrigado__btn-site:hover,
.pagamento-obrigado__btn-site:focus{
  background-color: #1A3C6B;
  color: #ffffff!important;
  text-decoration: none;
}

.pagamento-obrigado__btn-site{
  width: 250px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
}

.pagamento-obrigado__actions{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-outline-azul{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0F2A4F!important;
  background-color: transparent;
  border: 1px solid #0F2A4F;
  transition: all 0.25s ease;
}

.btn-outline-azul:hover,
.btn-outline-azul:focus{
  background-color: #0F2A4F;
  color: #ffffff!important;
  text-decoration: none;
}

.btn-outline-success{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #078740!important;
  background-color: transparent;
  border: 1px solid #078740;
  transition: all 0.25s ease;
}

.btn-outline-success:hover,
.btn-outline-success:focus{
  background-color: #078740;
  color: #ffffff!important;
  text-decoration: none;
}

.btn-danger-outline{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #C62828!important;
  background-color: transparent;
  border: 2px solid #C62828;
  transition: all 0.25s ease;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus{
  background-color: #C62828;
  color: #ffffff!important;
  text-decoration: none;
}


.form-section-title{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0F2A4F;
  margin: 30px 0 5px;
}

/* Tema do cliente */

/**  cor: #F24B00;  **/
/**  cor-hover: #FF5555;  **/

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ---------------------------
   Área restrita (dashboard)
---------------------------- */
.area-restrita{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 50px 0 80px;
}

.area-restrita.container{
  padding-bottom: 50px;
}

.area-restrita .menu-area-restrita{
  flex: 0 0 260px;
  flex-shrink: 0;
  max-width: 260px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(15, 42, 79, 0.08);
  padding: 28px 0;
  height: fit-content;
  box-sizing: border-box;
}

.area-restrita__card--resumo-equipamentos{
  padding: 28px 32px;
}

.area-restrita__resumo-equipamentos-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
}

.area-restrita__resumo-equipamentos-texto{
  flex: 1 1 auto;
  min-width: 0;
}

.area-restrita__resumo-equipamentos-heading{
  margin: 0 0 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7a90;
  line-height: 1.3;
}

.area-restrita__resumo-equipamentos-legenda{
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #6b7a90;
  line-height: 1.5;
}

.area-restrita__resumo-equipamentos-numeros{
  margin: 0;
  flex: 0 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #0F2A4F;
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 4px 10px;
  white-space: nowrap;
}

.area-restrita__resumo-equipamentos-atual,
.area-restrita__resumo-equipamentos-total{
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.area-restrita__resumo-equipamentos-atual{
  color: #0F2A4F;
}

.area-restrita__resumo-equipamentos-sep{
  font-size: inherit;
  font-weight: 600;
  opacity: 0.45;
  color: #6b7a90;
}

.area-restrita__resumo-equipamentos-total{
  color: #3d5a80;
}

/* Desktop: título + legenda na mesma linha; fração à direita */
@media (min-width: 992px){
  .area-restrita__resumo-equipamentos-top{
    flex-wrap: nowrap;
  }


  .area-restrita__resumo-equipamentos-heading{
    margin-bottom: 0;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .area-restrita__resumo-equipamentos-legenda{
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Tablet/mobile: texto empilhado, números abaixo, card centralizado */
@media (max-width: 991px){
  .area-restrita__card--resumo-equipamentos{
    text-align: center;
  }

  .area-restrita__resumo-equipamentos-top{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
  }

  .area-restrita__resumo-equipamentos-texto{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: none;
  }

  .area-restrita__resumo-equipamentos-heading{
    margin-bottom: 8px;
    text-align: center;
  }

  .area-restrita__resumo-equipamentos-legenda{
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .area-restrita__resumo-equipamentos-numeros{
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    white-space: normal;
  }
}

.menu-area-restrita ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.menu-area-restrita li a{
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #0F2A4F;
  padding: 12px 28px;
  border-left: 3px solid transparent;
  transition: all 0.25s ease;
}

.menu-area-restrita li a.is-active{
  background-color: #F1E8FA;
  border-left-color: #FEA400;
  color: #0F2A4F;
}

.menu-area-restrita li a:hover,
.menu-area-restrita li a:focus{
  background-color: #F1E8FA;
  border-left-color: #FEA400;
  text-decoration: none;
  color: #0F2A4F;
}

.menu-area-restrita li a.is-disabled,
.menu-area-restrita li a[aria-disabled="true"]{
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  color: #6b7a90;
}

.menu-area-restrita li a.is-disabled:hover,
.menu-area-restrita li a.is-disabled:focus,
.menu-area-restrita li a[aria-disabled="true"]:hover,
.menu-area-restrita li a[aria-disabled="true"]:focus{
  background-color: transparent;
  border-left-color: transparent;
  color: #6b7a90;
}

.menu-area-restrita li a.is-disabled.is-active,
.menu-area-restrita li a[aria-disabled="true"].is-active{
  background-color: #f3f4f6;
  border-left-color: #cbd5e1;
}

.area-restrita__content{
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.area-restrita__header{
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.area-restrita--login{
  justify-content: center;
}

.area-restrita__content--full{
  flex: 0 1 500px;
}

.area-restrita__content--login-dual-wrap{
  flex: 1 1 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.area-restrita__login-dual{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

.area-restrita__login-dual .area-restrita__card--login{
  flex: 1 1 300px;
  max-width: 440px;
  margin: 0;
}

.area-restrita__card--registro-banner{
  flex: 1 1 300px;
  max-width: 400px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  text-decoration: none;
  min-height: 280px;
  padding: 28px 32px 36px;
  background-color: #0F2A4F;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF!important;
  box-shadow: 0 25px 45px rgba(15, 42, 79, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}


.area-restrita__card--registro-banner:hover,
.area-restrita__card--registro-banner:focus{
  color: #FFFFFF!important;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 28px 50px rgba(15, 42, 79, 0.18);
}

.area-restrita__registro-banner-label{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.area-restrita__registro-banner-hint{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.45;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.area-restrita__card--login{
  padding: 32px;
}

.form-login .form-label,
.form-register .form-label{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #0F2A4F;
}

.form-login .form-control,
.form-register .form-control{
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  border: 1px solid #d7dcea;
  background-color: #f7f5fb;
  padding: 10px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-login .form-control:focus,
.form-register .form-control:focus{
  border-color: #FEA400;
  box-shadow: 0 0 0 0.25rem rgba(254, 164, 0, 0.25);
  background-color: #fff;
  outline: none;
}

.form-login .form-check-label,
.form-register .form-check-label{
  font-family: 'Montserrat', sans-serif;
  color: #0F2A4F;
}

.area-restrita__login-links{
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.area-restrita__login-links a{
  color: #0F2A4F;
  text-decoration: none;
  font-weight: 600;
}

.area-restrita__login-links a:hover,
.area-restrita__login-links a:focus{
  color: #FEA400;
  text-decoration: underline;
}

.area-restrita__header{
  display: block;
  background: linear-gradient(135deg, rgba(241, 232, 250, 0.8) 0%, rgba(254, 164, 0, 0.1) 100%);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 15px 35px rgba(15, 42, 79, 0.1);
}

.area-restrita__search{
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(15, 42, 79, 0.08);
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.area-restrita__search-label{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0F2A4F;
}

.area-restrita__search-group{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.area-restrita__search-input{
  flex: 1;
  min-width: 220px;
  padding: 10px 16px;
  border-radius: 5px;
  border: 1px solid #d7dcea;
  background-color: #f7f5fb;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #0F2A4F;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.area-restrita__search-input:focus{
  border-color: #FEA400;
  box-shadow: 0 0 0 0.25rem rgba(254, 164, 0, 0.25);
  background-color: #fff;
  outline: none;
}

.area-restrita__search-submit{
  padding: 10px 30px;
}

.area-restrita__search-clear{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0F2A4F;
  text-decoration: none;
  transition: color 0.2s ease;
}

.area-restrita__search-clear:hover,
.area-restrita__search-clear:focus{
  color: #FEA400;
  text-decoration: underline;
}

.area-restrita__title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #0F2A4F;
  margin: 0 0 12px;
}

.area-restrita__subtitle{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #49597a;
  margin: 0;
}

/* Archive equipamentos: mesmo subtítulo das páginas internas, com espaço até o conteúdo */
.pg-equipamentos .fx-1 .pg-equipamentos-fx1__lead{
  margin: 0 0 40px;
  max-width: 720px;
}

.area-restrita__content,
.area-restrita__content *{
  font-family: 'Montserrat', sans-serif;
}

.area-restrita__alert{
  margin: 0;
  border-radius: 5px;
  padding: 14px 20px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
}

.area-restrita__alert.alert-warning{
  margin-top: 75px;
}

.area-restrita__alert--success{
  background-color: #E6F4EA;
  border: 1px solid #7BC47F;
  color: #1E6A2B;
}

.area-restrita__alert--warning{
  background-color: #FFF4D6;
  border: 1px solid #F5C870;
  color: #7A4B00;
}

.area-restrita__alert--error{
  background-color: #FFE1E1;
  border: 1px solid #FF9B9B;
  color: #8C1F1F;
}

.area-restrita__alert{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.area-restrita__alert.area-restrita__alert--dados-incompletos{
  display: block;
}

.area-restrita__alert-dados-incompletos-titulo{
  margin: 0;
  line-height: 1.35;
}

.area-restrita__alert-dados-incompletos-texto{
  margin: 10px 0 0;
  line-height: 1.5;
}

.area-restrita__alert-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: #0F2A4F;
  color: #FFFFFF!important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.area-restrita__alert-btn:hover,
.area-restrita__alert-btn:focus{
  background: #1A3C6B;
  color: #FFFFFF!important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(15, 42, 79, 0.2);
}

.area-restrita__card{
  background: #FFFFFF;
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 25px 45px rgba(15, 42, 79, 0.08);
}

.area-restrita__payments-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

.area-restrita__payments-table{
  width: 100%;
  max-width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #0F2A4F;
}

.area-restrita__payments-table thead th{
  text-align: left;
  padding: 12px 14px;
  background: #F1E8FA;
  font-weight: 700;
  border-bottom: 2px solid #E5D8F5;
  white-space: nowrap;
}

.area-restrita__payments-table tbody td{
  padding: 12px 14px;
  border-bottom: 1px solid #E8ECF2;
  vertical-align: middle;
  white-space: nowrap;
}

/* Larguras relativas — soma 100% para preencher a área da tabela */
.area-restrita__payments-table__col--data{
  width: 14%;
}

.area-restrita__payments-table__col--tipo{
  width: 24%;
}

.area-restrita__payments-table__col--plano{
  width: 20%;
}

.area-restrita__payments-table__col--valor{
  width: 12%;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.area-restrita__payments-table__col--periodo{
  width: 30%;
}

.area-restrita__payments-table__cell--tipo,
.area-restrita__payments-table__cell--plano{
  overflow: hidden;
  text-overflow: ellipsis;
}

.area-restrita__payments-table--striped tbody tr:nth-child(even){
  background-color: #FAFBFD;
}

.form-equipamento .form-label{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #0F2A4F;
}

.form-equipamento .form-control{
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  border: 1px solid #d7dcea;
  background-color: #f7f5fb;
  padding: 5px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-equipamento .form-control:focus{
  border-color: #FEA400;
  box-shadow: 0 0 0 0.25rem rgba(254, 164, 0, 0.25);
  background-color: #fff;
}

.form-equipamento input[type="file"]{
  padding: 5px 14px;
  background-color: #fff;
}

.area-restrita__actions{
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.area-restrita__actions--spaced{
  margin-bottom: 20px;
}

/* Rodapé do formulário dentro do .row do card (evita coluna solta fora do grid) */
.area-restrita__actions--form-footer{
  border-top: 1px solid #E8ECF2;
  margin-top: 1rem;
  padding-top: 1.25rem;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.area-restrita__actions .btn-amarelo{
  font-family: 'Montserrat', sans-serif;
  min-width: 220px;
  margin: 0;
  border: none;
}

.btn-amarelo--full{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  min-width: 220px;
  width: 100%;
  border: 0;
}

.btn-amarelo--secundario{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  background-color: #0F2A4F;
  color: #ffffff!important;
  border: none;
  transition: all 0.25s ease;
}

.btn-amarelo--secundario:hover,
.btn-amarelo--secundario:focus{
  background-color: #1A3C6B;
  color: #ffffff!important;
  text-decoration: none;
}

@media (max-width: 991px){
  .area-restrita{
    flex-direction: column;
    padding: 30px 0 60px;
  }

  header{
    height: inherit;
  }

  header .segura-topo .segura-menu .menu{
    margin-left: 0!important;
  }

  .area-restrita .menu-area-restrita{
    width: calc(100% - 30px);
    max-width: none;
    flex: 1 1 auto;
    flex-shrink: 1;
    padding: 20px 0;
    margin: 15px;
  }

  .area-restrita__content{
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }

  .area-restrita__card,
  .area-restrita__header{
    padding: 24px;
    margin: 15px;
    width: calc(100% - 30px);
  }


  .area-restrita__actions{
    justify-content: center;
  }

  .area-restrita__actions .btn-amarelo{
    width: 100%;
  }

  .pg-home .card-conteudo .card-sidebar .anunciante .segura-texto ul{
    display: flex;
    flex-direction: column;
  }

  .pg-home .card-conteudo .card-sidebar .anunciante .segura-texto ul li{
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
}

.form-equipamento .form-check-label{
  font-family: 'Montserrat', sans-serif;
}

a:hover{
  color:inherit!important;
}

strong{
  font-weight: 700!important;
  font-family: 'Montserrat', sans-serif;
}
body{
  font-family: '';
  background-color: #F3EAF8;
}

.d-flex{
  display: flex;
}

.ai-end{
  align-items: flex-end;
}

.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

/* Modal excluir equipamento: Cancelar e Sim, excluir na mesma linha */
.modal-footer--equipamento-excluir{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.modal-footer--equipamento-excluir__form{
  display: inline-flex;
  margin: 0;
  flex: 0 0 auto;
}
.modal-footer--equipamento-excluir .btn{
  width: auto;
  white-space: nowrap;
}

.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(33,33,33, 0.9);
    width: 100%;
    z-index: 999999;
}
.aceitar_termos a{
    color: #FFFC9E!important;
}
.aceitar_termos a:hover{
    color: #38A7EB!important;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #F24B00;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{
    filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}

@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}

/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }

/* noovo css form */

form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #F24B00!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #F24B00;
}
::-moz-selection{
  background: #F24B00;
}
::selection{
  background: #F24B00;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #F24B00;
  border-color: #F24B00;
}
.lds-ellipsis div{  
  background-color: #F24B00;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin:  0 5px;
}

.wp-pagenavi span.current{
  background-color: #FEA400;
  color: #FFF;
}


.btn-amarelo{
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEA400;
  width: 270px;
  height: 40px;
  border-radius: 5px;
  border: none;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0F2A4F;
  transition: 0.3s linear all;
}

.btn-amarelo:hover,
.btn-amarelo:focus{
  background-color: #F24B00;
  color: white!important;
}

.btn-amarelo{
  width: 250px;
}

/* Nos filtros da home e archive, o espaçamento vem da .segura-botao, não do botão */
.pg-home .card-conteudo .segura-botao .btn-amarelo,
.pg-equipamentos .card-conteudo .segura-botao .btn-amarelo{
  margin-top: 0;
  margin-bottom: 0;
}

.pg-home .card-depoimento .autor{
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  color: white;
  font-size: 20px;
}

.btn-amarelo img{
  margin-left: 10px;
  width: 21px;
  height: 21px;
}

.mb-3{
  margin-bottom: 10px;
}

body{
  background-color: #F3EAF8;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header{
  width: 100%;
  height: 121px;
  background-color: #F1E8FA;
  display: flex;
  align-items: center;
}

header .segura-topo{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .segura-topo .segura-menu{
  width: 856px;
  display: flex;
  align-items: center;
} 

header .segura-topo .segura-menu .menu{
  width: 638px;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
  color: #0F2A4F;
  
}

header .segura-topo .segura-menu .menu a{
  border-bottom: 1px solid transparent;
  transition: 0.3s linear all;
}

header .segura-topo .segura-menu .menu a:hover{
  border-bottom: 1px solid #0F2A4F;
}

header .btn-amarelo{
  width: 170px;
  margin: 0 0 0 48px;

}

header .header-btn-anunciantes{
  flex-shrink: 0;
  gap: 8px;
  width: auto;
  min-width: 170px;
  padding: 0 16px;
  box-sizing: border-box;
}

header .header-btn-anunciantes__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

header .header-btn-anunciantes__icon svg{
  display: block;
}

header .header-btn-anunciantes img{
  margin-left: 0;
}



.card-capa{
  box-shadow: 2px 11px 5px 0px rgba(0, 0, 0, 0.1);
}

.card-capa .capa{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 296px;
}

.card-capa .capa .bg-filtro{
  background: linear-gradient(
  to right,
  rgba(15, 42, 79, 0.9) 0%,
  rgba(15, 42, 79, 0) 100%);
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;

}

.card-capa .capa .bg-filtro h1, .card-capa .capa .bg-filtro .capa-single{
  font-family: 'Montserrat',sans-serif!important;
  font-weight: bold!important;
  font-size: 43px!important;
  color: white!important;
}

.card-capa .bread-crumb{
  height: 55px;
  display: flex;
  align-items: center;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 16px;
  color: #2E3A5F;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.pg-area-restrita-capa + .area-restrita.container,
.pg-area-restrita-capa + .area-restrita.area-restrita--login.container{
  padding-top: 40px;
}

.pg-home .segura-tudo{
  display: flex;
  justify-content: center;
}

.pg-home .card-conteudo{
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 28px;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  display: flex;
  width: 1230px;
  max-width: 100%;
  margin-bottom: 50px;
  flex-wrap: wrap;
  background-color: #F3EAF8;
}

.fx-archive-lista-equipamentos{
  display: flex;
  flex-wrap: wrap;
}

.pg-home .card-conteudo .conteudo{
  width: 870px;
  margin-right: 30px;
}

.pg-equipamentos .card-conteudo .conteudo{
  width: 100%;
  margin-right: 0;
}

.pg-home .card-conteudo .segura-filtro,
.pg-equipamentos .card-conteudo .segura-filtro{
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.pg-home .card-conteudo .segura-filtro .item.pequeno,
.pg-equipamentos .card-conteudo .segura-filtro .item.pequeno{
  width: 20%;
}

.pg-home .card-conteudo .segura-filtro .item.grande,
.pg-equipamentos .card-conteudo .segura-filtro .item.grande{
  width: 30%;
}

.pg-home .card-conteudo .segura-filtro .item.medio,
.pg-equipamentos .card-conteudo .segura-filtro .item.medio{
  width: 25%;
}



.pg-home .card-conteudo .segura-filtro .item h3,
.pg-equipamentos .card-conteudo .segura-filtro .item h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #0F2A4F;
  margin-bottom: 15px;
  margin-top: 10px;
}

.pg-home .card-conteudo .segura-filtro .item select,
.pg-home .card-conteudo .segura-filtro .item input,
.pg-equipamentos .card-conteudo .segura-filtro .item select,
.pg-equipamentos .card-conteudo .segura-filtro .item input{
  background-color: #E6DFEE;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  color: #2E3A5F;
  height: 40px;
}

.pg-home .card-conteudo .segura-filtro .item select,
.pg-equipamentos .card-conteudo .segura-filtro .item select{
  width: 100%;
}

.pg-home .card-conteudo .segura-botao,
.pg-equipamentos .card-conteudo .segura-botao{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pg-home .card-conteudo .segura-botao .btn-azul-secundario,
.pg-equipamentos .card-conteudo .segura-botao .btn-azul-secundario{
  height: 40px;
}




.pg-home .card-conteudo .fx-1,.pg-home .card-conteudo .fx-2{
  margin-bottom: 21px;
}
.pg-home .card-conteudo .filtro h2,.pg-home .card-conteudo .fx-1 h2,.pg-home .card-conteudo .fx-2 h2,.pg-home .card-conteudo .fx-3 h2, h1.titulo{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #0F2A4F;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 20px;
}

.pg-home .card-conteudo .filtro p{
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
  color: #0F2A4F;
}

.pg-home .card-conteudo .filtro h2, .pg-home .card-conteudo .fx-1 h2 span,.pg-home .card-conteudo .fx-2 h2 span,.pg-home .card-conteudo .fx-3 h2 span{
  margin-right: 30px;
}
.pg-home .card-conteudo .fx-1 h2 .detalhe,.pg-home .card-conteudo .fx-2 h2 .detalhe,.pg-home .card-conteudo .fx-3 h2 .detalhe{
  background-image: url(../imagens/linha-tracejada.png);
  display: block;
  flex-grow: 1;
  height: 3px;
  width: 100%;
  max-width: 540px;
  margin-bottom: 10px;
}

.card-equipamento{
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin-bottom: 30px;
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
}

.card-equipamento.card-equipamento--dashboard{
  margin-bottom: 15px;
  max-width: 100%;
  width: 270px;
}

.card-equipamento__wrapper{
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.card-equipamento__wrapper .card-equipamento{
  width: 100%;
}

.card-equipamento--dashboard{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.card-equipamento--dashboard .img{
  width: 100%;
}

.card-equipamento--dashboard .segura-conteudo{
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-equipamento--dashboard .segura-conteudo .btn-amarelo,
.card-equipamento--dashboard .segura-conteudo .btn-azul{
  width: 100%;
}

.card-equipamento.card-equipamento--dashboard{
  margin-bottom: 15px;
  max-width: 100%;
  width: 270px;
}

.card-equipamento__wrapper{
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.card-equipamento__actions{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: auto;
  margin-bottom: 30px;
}

/* Área restrita: anúncio ainda sem verificação no card do cliente */
.card-equipamento__pendente-verificacao{
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #E6C35C;
  background: linear-gradient(180deg, #FFFBF0 0%, #FFF8E6 100%);
}

.card-equipamento__pendente-verificacao-badge{
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.1;
  white-space: nowrap;
  max-width: 100%;
  color: #5C4A00;
  background-color: #F5E6A8;
}

.card-equipamento__pendente-verificacao-badge--recusado{
  color: #8A1F1F;
  background-color: #F8D7DA;
  border: 1px solid #D39B9B;
}

.card-equipamento__pendente-verificacao-texto{
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: #4A4331;
}

.card-equipamento__pendente-verificacao-texto strong{
  color: #3D3518;
}

.preview-equipamento{
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.preview-equipamento__header{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.preview-equipamento__badge{
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  background-color: #0F2A4F;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.preview-equipamento__title{
  font-size: 24px;
  font-weight: 700;
  color: #0F2A4F;
  margin: 0;
}

.preview-equipamento__subtitle{
  font-size: 16px;
  color: #49597A;
  margin: 0;
}

.preview-equipamento__meta{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  color: #0F2A4F;
}

.preview-equipamento__meta-item{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background-color: #F2F5FB;
}

.preview-equipamento__layout{
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.preview-equipamento__media{
  flex: 1 1 55%;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.preview-equipamento__main-img{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #E2E8F4;
}

.preview-equipamento__placeholder{
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  border: 1px dashed #CBD4E6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7A8AA6;
  font-weight: 600;
  background: #F8FAFF;
}

.preview-equipamento__thumbs{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.preview-equipamento__thumb{
  width: 88px;
  height: 88px;
  border-radius: 12px;
  border: 1px solid #E2E8F4;
  overflow: hidden;
}

.preview-equipamento__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-equipamento__sidebar{
  flex: 1 1 35%;
  min-width: 240px;
  background: #F7F5FB;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #E2E8F4;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.preview-equipamento__price{
  font-size: 24px;
  font-weight: 700;
  color: #0F2A4F;
}

.preview-equipamento__info{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: #0F2A4F;
}

.preview-equipamento__info strong{
  font-weight: 600;
}

.preview-equipamento__differentials{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.preview-equipamento__differentials-title{
  font-size: 16px;
  font-weight: 600;
  color: #0F2A4F;
  margin: 0;
}

.preview-equipamento__differentials-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.preview-equipamento__section{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.preview-equipamento__section-title{
  font-size: 18px;
  font-weight: 600;
  color: #0F2A4F;
  margin: 0;
}

.preview-equipamento__content{
  font-size: 15px;
  color: #49597A;
  line-height: 1.6;
}

.preview-equipamento__content p{
  margin-bottom: 16px;
}

.assinaturas-wrapper{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.assinatura-card{
  background: #F7F5FB;
  border: 1px solid #E2E8F4;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.assinatura-card__header{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.assinatura-card__title{
  font-size: 20px;
  font-weight: 700;
  color: #0F2A4F;
  margin: 0;
}

.assinatura-card__price{
  font-size: 18px;
  font-weight: 600;
  color: #FEA400;
}

.assinatura-card__period{
  font-size: 14px;
  color: #49597A;
  margin-left: 6px;
}

.assinatura-card__content{
  font-size: 15px;
  color: #49597A;
  line-height: 1.6;
}

.assinatura-card__content ul{
  padding-left: 18px;
}

.assinatura-card__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.assinatura-card__actions form{
  display: inline-flex;
}

.assinatura-card__empty{
  font-size: 15px;
  color: #49597A;
}

.assinatura-card__cta{
  margin-top: 12px;
}

.btn-disabled{
  pointer-events: none;
  opacity: 0.6;
  filter: grayscale(25%);
}

.btn-disabled:hover,
.btn-disabled:focus{
  text-decoration: none;
  opacity: 0.6;
}

.equip-preview-bar{
  background: #0F2A4F;
  color: #FFFFFF;
  padding: 16px 0;
}

.equip-preview-bar__back{
  color: #FEA400;
  font-weight: 600;
  margin-right: 18px;
}

.equip-preview-bar__back:hover,
.equip-preview-bar__back:focus{
  color: #FFD070;
  text-decoration: none;
}

.equip-preview-bar__note{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.equip-preview-fab{
  position: fixed;
  top: 90px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.equip-preview-fab__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #0F2A4F;
  color: #FFFFFF!important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 16px 35px rgba(15, 42, 79, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.equip-preview-fab__button:hover,
.equip-preview-fab__button:focus{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15, 42, 79, 0.3);
  text-decoration: none;
  background: #1A3C6B;
}

.equip-preview-fab__button--primary{
  background: #FEA400;
  color: #0F2A4F!important;
}

.equip-preview-fab__button--primary:hover,
.equip-preview-fab__button--primary:focus{
  background: #FFB733;
  color: #0F2A4F!important;
}

.equip-preview-fab__button:not(.equip-preview-fab__button--primary):hover,
.equip-preview-fab__button:not(.equip-preview-fab__button--primary):focus{
  color: #FFFFFF!important;
}

.equip-preview-fab__button:focus{
  outline: none;
}

.equip-preview-fab__button:focus-visible{
  outline: 2px solid #FEA400;
  outline-offset: 3px;
}

.pg-equipamento--preview{
  padding-top: 0;
  padding-bottom: 120px;
}

.form-gallery-preview{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-gallery-preview__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 110px;
  padding: 8px;
  border: 1px solid #E2E8F4;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 20px rgba(15, 42, 79, 0.05);
}

.form-gallery-preview__thumb{
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  background: #F7F5FB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-gallery-preview__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-gallery-preview__actions{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #49597A;
}

.form-gallery-preview__actions input{
  margin: 0;
}

.form-meus-dados .form-label,
.form-meus-dados__label{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #0F2A4F;
}

.form-meus-dados .form-control{
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  border: 1px solid #d7dcea;
  background-color: #f7f5fb;
  padding: 10px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-meus-dados .form-control:focus{
  border-color: #FEA400;
  box-shadow: 0 0 0 0.25rem rgba(254, 164, 0, 0.2);
  background-color: #fff;
}

.form-meus-dados .form-control[disabled],
.form-meus-dados .form-control[readonly]{
  background-color: #edf1fa;
  color: #6b7a9a;
  opacity: 1;
}

.form-meus-dados .form-text{
  font-size: 12px;
  color: #6b7a9a;
}

.form-meus-dados__marca-preview{
  margin-bottom: 12px;
  max-width: 220px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d7dcea;
  background: #fff;
}

.form-meus-dados__marca-preview img{
  display: block;
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}

.form-meus-dados__file.form-control{
  padding: 8px 10px;
  background-color: #fff;
}

.upload-modal{
  position: fixed;
  inset: 0;
  background: rgba(15, 42, 79, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.upload-modal.is-visible{
  opacity: 1;
  pointer-events: auto;
}

.upload-modal__dialog{
  background: #FFFFFF;
  padding: 32px 40px;
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(15, 42, 79, 0.25);
  text-align: center;
  max-width: 320px;
}

.upload-modal__text{
  margin: 18px 0 0;
  font-family: 'Montserrat', sans-serif;
  color: #0F2A4F;
  font-size: 15px;
}

.upload-modal__dots{
  display: inline-flex;
  gap: 8px;
}

.upload-modal__dots span{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FEA400;
  animation: upload-modal-dots 1.2s infinite ease-in-out;
}

.upload-modal__dots span:nth-child(2){
  animation-delay: 0.2s;
}

.upload-modal__dots span:nth-child(3){
  animation-delay: 0.4s;
}

@keyframes upload-modal-dots{
  0%, 80%, 100%{
    transform: scale(0.5);
    opacity: 0.4;
  }
  40%{
    transform: scale(1);
    opacity: 1;
  }
}

/* Modal contato do anunciante — single equipamento */
body.equip-contato-modal-open{
  overflow: hidden;
}

.equip-contato-modal{
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.equip-contato-modal.is-visible{
  opacity: 1;
  pointer-events: auto;
}

.equip-contato-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(15, 42, 79, 0.65);
  cursor: pointer;
}

.equip-contato-modal__dialog{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  background: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(15, 42, 79, 0.25);
  padding: 28px 28px 24px;
  font-family: 'Montserrat', sans-serif;
}

.equip-contato-modal__close{
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #0F2A4F;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}

.equip-contato-modal__close:hover,
.equip-contato-modal__close:focus{
  background: rgba(254, 164, 0, 0.2);
  color: #F24B00;
  outline: none;
}

.equip-contato-modal__title{
  margin: 0 36px 16px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(15px, 3.5vw, 17px);
  font-weight: 700;
  line-height: 1.2;
  color: #0F2A4F;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.equip-contato-modal__title--multiline{
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  line-height: 1.35;
}

.planos-anunciar-pta-modal__text{
  margin: 0;
  line-height: 1.55;
  font-size: 15px;
}

.equip-contato-modal__body{
  font-size: 15px;
  color: #0F2A4F;
}

.equip-contato-modal__label{
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7a9a;
}

.equip-contato-modal__value{
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 600;
  word-break: break-word;
}

.equip-contato-modal__value a{
  color: #0F2A4F;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.equip-contato-modal__value a:hover,
.equip-contato-modal__value a:focus{
  color: #FEA400;
}

.equip-contato-modal__msg{
  margin: 0;
  line-height: 1.5;
}

.equip-contato-modal__msg--aviso{
  color: #6b7a9a;
  font-weight: 600;
  text-align: center;
  padding: 8px 0 4px;
}

.pg-equipamento .sidebar .card .card-footer button.btn-amarelo{
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
}

.area-restrita__table-wrapper{
  width: 100%;
  overflow-x: auto;
}

.assinaturas-table{
  width: 100%;
  border-collapse: collapse;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 42, 79, 0.08);
  table-layout: fixed;
}

.assinaturas-table thead{
  background: #0F2A4F;
  color: #FFFFFF;
}

.assinaturas-table th,
.assinaturas-table td{
  padding: 16px 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}

.assinaturas-table th{
  font-weight: 600;
  letter-spacing: 0.01em;
}

.assinaturas-table td{
  color: #0F2A4F;
  vertical-align: top;
  white-space: normal;
  word-break: break-word;
}

.assinaturas-table tbody tr:nth-child(odd){
  background: #FFFFFF;
}

.assinaturas-table tbody tr:nth-child(even){
  background: #F7F5FB;
}

.assinaturas-table__plano{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.assinaturas-table__col-plano{
  width: 250px;
  min-width: 250px;
}

.assinaturas-table__plano strong{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.assinaturas-table__periodo{
  font-size: 12px;
  color: #49597A;
}

.assinaturas-table__link{
  font-size: 12px;
  color: #0F2A4F;
  text-decoration: underline;
}

.assinaturas-table__form{
  display: inline-flex;
  flex-wrap: wrap;
}

.assinaturas-table__no-action{
  font-size: 14px;
  color: #49597A;
}

@media (max-width: 768px){
  .pg-home .fx-banner .bg-filtro h2, .pg-home .fx-banner .bg-filtro h3{
    font-size: 32px!important;
    text-align: center!important;
  }

  .fx-banner p{
    font-size: 18px;
    text-align: center;
  }
  .preview-equipamento__layout{
    flex-direction: column;
  }

  .preview-equipamento__meta{
    flex-direction: column;
    align-items: flex-start;
  }

  .assinatura-card__header{
    flex-direction: column;
    align-items: flex-start;
  }

  .assinatura-card__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .area-restrita__table-wrapper{
    overflow-x: auto;
  }

  .assinaturas-table th,
  .assinaturas-table td{
    padding: 12px 14px;
  }
}

.card-equipamento--dashboard .img{
  width: 100%;
}

.card-equipamento--dashboard .segura-conteudo{
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-equipamento--dashboard .segura-conteudo .btn-amarelo,
.card-equipamento--dashboard .segura-conteudo .btn-azul{
  width: 100%;
}

.pg-home .fx-1 .card-equipamento{
  margin-bottom: 0;
}

.card-equipamento .img{
  width: 270px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 270 / 200;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.card-equipamento .segura-conteudo{
  padding: 0 10px 19px 10px;
}

.card-equipamento .segura-conteudo .verificado{
  padding-bottom: 13px;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0F2A4F;
}

.card-equipamento img{
  max-width: 100%;
}

.card-equipamento .segura-conteudo .btn-amarelo{
  margin-top: 0;
  width: 250px;
  margin-bottom: 7px!important;
}

.card-equipamento h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 11px;
}

.card-equipamento .dados{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.card-equipamento .dados img{
  margin-right: 3px;
}

.card-equipamento .dados span{
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  color: #0F2A4F;
}

.card-equipamento .dados span strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
}

.card-equipamento .btn-azul{
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000E33;
  width: 250px;
  height: 40px;
  border-radius: 5px;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: white;
  margin-top: 8px;
}

.pg-home .card-conteudo .card-sidebar{
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 18px 0;
  background-color: #E6DFEE;
}

.pg-home .card-conteudo .card-sidebar .anunciante{
  padding-bottom: 28px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 17px;
}

.pg-home .card-conteudo .card-sidebar .anunciante .segura-texto{
  padding-right: 25px;
  padding-left: 25px;
}

.pg-home .card-conteudo .card-sidebar .anunciante .segura-texto ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.pg-home .card-conteudo .card-sidebar .anunciante .segura-texto ul li{
  position: relative;
  list-style: none;
  list-style-image: none;
  padding-left: 24px;
  margin-bottom: 20px;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0F2A4F;
  display: block;
}

.pg-home .card-conteudo .card-sidebar .anunciante .segura-texto ul li::marker{
  content: none;
  font-size: 0;
}

.pg-home .card-conteudo .card-sidebar .anunciante .segura-texto ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  background-image: url('../imagens/check.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Se o conteúdo do ACF ainda tiver <img> de check dentro do <li>, evita ícone duplicado */
.pg-home .card-conteudo .card-sidebar .anunciante .segura-texto ul li > img[src*="check"]{
  display: none;
}


.pg-home .card-conteudo .card-sidebar .anunciante h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #0F2A4F;
  margin-top: 0;
  margin-bottom: 25px;
}

.pg-home .card-conteudo .card-sidebar .anunciante .btn-amarelo,
.pg-home .card-conteudo .card-sidebar .anunciante a.btn-amarelo{
  width: 250px!important;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0!important;
  text-decoration: none;
  box-sizing: border-box;
}

.pg-home .card-conteudo .card-sidebar .marcas{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pg-home .card-conteudo .card-sidebar .marcas img{
  margin-bottom: 6px;
}

.pg-home .fx-banner .bg-filtro{
  background-image: url('../imagens/bg-filtro-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding: 135px 0 206px 0;
}

.pg-home .fx-banner .bg-filtro h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 43px;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}

.pg-home .fx-banner .bg-filtro h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 43px;
  color: #F5A623;
  margin-top: 7px;
  margin-bottom: 0;
}

.pg-home .fx-banner .bg-filtro p{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: white;
  margin-top: 23px;
  margin-bottom: 0;
}

.pg-home .fx-banner .owl-dots{
  display: none;
}

.pg-home .fx-equipamentos{
  position: relative;
  margin-top: -70px;
  z-index: 99;
}
 
.pg-home .banner-publicidade{
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
}

@media (max-width: 991px){
  .pg-home .banner-publicidade{
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1235 / 500;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 636px){
  .pg-home .banner-publicidade{
    aspect-ratio: 636 / 500;
  }
}

.pg-home .fx-anuncios{
  padding: 40px 0;

}

.pg-home .fx-anuncios h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #0F2A4F;
  text-align: center;
  margin-bottom: 41px;
}

.pg-home .fx-anuncios .card-anuncios{
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 24px 38px 45px 38px;
  background-color: #F3EAF8;
  border-radius: 10px;
  position: relative;
}

.pg-home .fx-depoimentos{
  padding: 32px 0 42px 0;
}

.pg-home .fx-depoimentos h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #F5A623;
  margin-top: 0;
  margin-bottom: 13px;
  text-align: center;
  letter-spacing: 5px;
}

.pg-home .fx-depoimentos h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #0F2A4F;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

.pg-home .fx-depoimentos .card-depoimento{
  padding: 19px 17px;
  background-color: #0F2A4F;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 370px;
  height: 268px;
  color: white;
  transition: 0.3s linear all;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.pg-home .fx-depoimentos .card-depoimento:hover{
  background-color: #F08C2B;
}

.pg-home .fx-depoimentos .card-depoimento img.aspas{
  width: 36px;
  height: 36px;
}

.pg-home .fx-depoimentos .card-depoimento img.estrelas{
  width: 117px;
  height: 19px;
}

.pg-home .fx-depoimentos .card-depoimento p{
  font-family: 'Montserrat',sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 54px;
}

.pg-home .fx-depoimentos .card-depoimento h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 11px;
  color: white!important;
  text-align: left!important;
}


.pg-contato .fx-1{
  padding: 77px 0 74px 0;
}
.pg-contato .fx-1 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #0F2A4F;
  margin-top: 0;
  margin-bottom: 18px;
}

.pg-contato .fx-1 p{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 37px;
}

.pg-contato .fx-1 .media{
  display: flex;
  align-items: flex-start;
}

.pg-contato .fx-1 .media img{
  margin-right: 10px;
}

.pg-contato .fx-1 .media .media-body p{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;

}

.pg-contato .fx-1 .card-form{
  border: 1px solid #CCCCCC;
  background-color: #F3EAF8;
  border-radius: 10px;
  padding: 27px 17px;
}

.pg-contato .fx-2 .card-form{
  border: 1px solid #072060;
  background-color: #0A2F56;
  border-radius: 10px;
  padding: 27px 17px;
}

.pg-contato .fx-1 .card-form .form-control, .pg-contato .fx-2 .card-form .form-control{
  width: 100%;
  border: 1px solid #cccccc;
  background-color: white;
  margin-bottom: 12px;
  border-radius: 10px;
  padding: 29px 18px;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 15px;
}

.pg-contato .fx-1 .card-form  textarea.form-control,.pg-contato .fx-2 .card-form textarea.form-control {
  padding: 21px 18px!important;
}

.card-form .form-control::placeholder {
  color: #0F2A4F;
  opacity: 1; /* importante no Firefox */
}

.pg-contato .fx-1 .card-form .btn-enviar-form,.pg-contato .fx-2 .card-form .btn-enviar-form{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEA400;
  width: 437px;
  height: 40px;
  border-radius: 4px;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0F2A4F;
  border: 0;
  transition: 0.3s linear all;
}

.pg-contato .fx-1 .card-form .btn-enviar-form:hover,
.pg-contato .fx-2 .card-form .btn-enviar-form:hover{
  background-color: #F24B00;
  color: white!important;
}

.owl-equipamentos-thumbs{
  margin-top: 18px;
  position: relative;
  padding: 0 48px;
}

.owl-equipamentos-thumbs .owl-stage{
  display: flex;
  align-items: center;
}

.owl-equipamentos-thumbs .owl-item{
  transition: opacity 0.2s ease;
  opacity: 0.7;
  cursor: pointer;
  background: transparent;
}

.owl-equipamentos-thumbs .owl-item.is-active{
  opacity: 1;
}

.owl-equipamentos-thumbs .thumbnail{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  background: transparent;
}

.owl-equipamentos-thumbs .thumb{
  width: 170px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 170 / 110;
  border-radius: 0;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  border: none;
  box-shadow: none;
  transition: opacity 0.2s ease;
}

.owl-equipamentos-thumbs .owl-item.is-active .thumb{
  border: none;
  box-shadow: none;
}

.thumb-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(15, 42, 79, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.thumb-arrow::before{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  margin-left: 4px;
}

.thumb-arrow--prev{
  left: 0;
}

.thumb-arrow--next{
  right: 0;
}

.thumb-arrow--next::before{
  transform: rotate(-45deg);
  margin-left: 0;
  margin-right: 4px;
}

.thumb-arrow:hover{
  background-color: rgba(254, 164, 0, 0.9);
}

.owl-equipamentos-thumbs .owl-nav{
  display: block;
}

.owl-equipamentos-thumbs .owl-nav button{
  background: none;
  border: none;
  outline: none;
}

.owl-equipamentos-thumbs .owl-nav .owl-prev,
.owl-equipamentos-thumbs .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-equipamentos-thumbs .owl-nav .owl-prev{
  left: 0;
}

.owl-equipamentos-thumbs .owl-nav .owl-next{
  right: 0;
}

.pg-contato .fx-2{
  padding: 46px 0 48px 0;
  background-color: #0F2A4F;
  color: white;
}

.pg-contato .fx-2 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.pg-contato .fx-2 p{
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.3;
}

.pg-contato .fx-2 .media{
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.pg-contato .fx-2 .media img{
  width: 56px;
  height: 56px;
  margin-right: 14px;
}

.pg-contato .fx-2 .row.segura-itens{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-right: 15px;
}

.pg-contato .fx-2 .media .media-body{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 22px;
  padding-right: 22px;
}

.pg-contato .fx-2 .media .media-body h3{
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-size: 22px;
}


.pg-equipamento h2, .pg-equipamentos h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #0F2A4F;
}

.equip-contato-modal h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 27px;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #0F2A4F;
  text-align: center;
}

.pg-equipamento .fx-1 h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #2E3A5F;
}

.pg-equipamento .fx-1 h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #2E3A5F;
  margin-bottom: 40px;
}

.pg-equipamento .fx-1,.pg-equipamentos .fx-1{
  padding-top: 67px;
  padding-bottom: 69px;
}

.pg-equipamento .row-flex .fx-1{
  padding-top: 0;
  padding-bottom: 0!important;
}

.pg-equipamento .fx-1 .imagem-principal{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 770px;
  aspect-ratio: 770/500;
}

.pg-equipamento .fx-1 .segura-carousel{
  max-width: 770px;
  margin-top: 15px;
  width: 100%;
}

.pg-equipamento .fx-1 .thumb{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-right: auto;
  margin-left: auto;
}

.pg-equipamento .fx-2{
  padding: 57px 0 39px 0;
  border-bottom: 1px solid #CCCCCC;
}

.pg-equipamento .fx-2 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
  color: #2E3A5F;
}

.pg-equipamento .fx-2 ul:not(.equipamento-detalhes-list){
  padding-left: 20px;
}

.pg-equipamento .fx-2 ul:not(.equipamento-detalhes-list) li{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #2E3A5F;
  line-height: 2.2;
}

.pg-equipamento .fx-3{
  padding: 39px 0 ;
}

.pg-equipamento .fx-3 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #F08C2B;
  margin-top: 0;
  margin-bottom: 20px;
}

.pg-equipamento .fx-3 ul{
  padding-left: 20px;
}

.pg-equipamento .fx-3 li{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #2E3A5F;
  line-height: 2.2;
}

.pg-equipamento .fx-4 .card-atendimento{
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  box-shadow: 2px 11px 5px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 39px 28px 36px 28px;
}

.pg-equipamento .fx-4 .card-atendimento .media{
  display: flex;
  align-items: center;
  margin-top: 0;
  width: 293px;
  margin: 0 15px;
  max-width: calc(25% - 30px);
}

.pg-equipamento .fx-4 .card-atendimento .media img{
  margin-right: 14px;
  width: 56px;
  height: 56px;
}

.pg-equipamento .fx-4 .card-atendimento .media .media-body h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #0F2A4F;
  margin-top: 0;
  margin-bottom: 0;
}

.pg-equipamento .sidebar .card{
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  box-shadow: 2px 11px 5px 0px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}

.pg-equipamento .sidebar .card .card-header{
  padding-top: 25px;
  padding-bottom: 21px;
  border-bottom: 1px solid #CCCCCC;
}

.pg-equipamento .sidebar .card .card-header h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #0F2A4F;
  text-align: center;
  margin-bottom: 0;
}

.pg-equipamento .sidebar .card .card-body{
  padding: 34px 12px 30px 20px;
  display: flex;
}

.pg-equipamento .sidebar .card .card-body ul:not(.equipamento-detalhes-list){
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pg-equipamento .sidebar .card .card-body .detalhes{
  display: flex;
}
.pg-equipamento .sidebar .card .card-body ul:not(.equipamento-detalhes-list){
  list-style-image: url('../imagens/icone-check.png');
  display: flex;
  flex-direction: column;
}

/* Informações gerais: marcador padrão (bullet) */
.pg-equipamento .fx-2 ul.equipamento-detalhes-list:not(.equipamento-detalhes-list--check){
  list-style: disc outside;
  list-style-image: none;
  padding-left: 1.25em;
  margin: 0;
}

.pg-equipamento .fx-2 ul.equipamento-detalhes-list:not(.equipamento-detalhes-list--check) li{
  margin: 0 0 6px 0;
  padding-left: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  color: #0F2A4F;
  display: list-item;
}

.pg-equipamento .fx-2 ul.equipamento-detalhes-list:not(.equipamento-detalhes-list--check) li:last-child{
  margin-bottom: 0;
}

/* Detalhes do equipamento (sidebar): ícone check */
.pg-equipamento .sidebar .card .card-body ul.equipamento-detalhes-list.equipamento-detalhes-list--check{
  list-style: none;
  list-style-image: none;
  padding-left: 0;
  margin: 0;
}

.pg-equipamento .sidebar .card .card-body ul.equipamento-detalhes-list.equipamento-detalhes-list--check li{
  position: relative;
  margin: 0 0 6px 0;
  padding-left: 24px;
  list-style: none;
  list-style-image: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  color: #0F2A4F;
  display: block;
}

.pg-equipamento .sidebar .card .card-body ul.equipamento-detalhes-list.equipamento-detalhes-list--check li::marker{
  content: none;
  font-size: 0;
}

.pg-equipamento .sidebar .card .card-body ul.equipamento-detalhes-list.equipamento-detalhes-list--check li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 14px;
  height: 14px;
  background-image: url('../imagens/check.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pg-equipamento .sidebar .card .card-body ul.equipamento-detalhes-list.equipamento-detalhes-list--check li:last-child{
  margin-bottom: 0;
}

.pg-equipamento .sidebar .card .card-body p{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0F2A4F;
  display: flex;
  align-items: flex-start;
}

.pg-equipamento .sidebar .card .card-body p img{
  margin-right: 8px;
}

.pg-equipamento .sidebar .card .card-footer{
  padding: 20px 20px 26px 20px;
  border-top: 1px solid #cccccc;
}

.pg-equipamento .sidebar .card .card-footer h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 43px;
  color: #FEA400;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.pg-equipamento .sidebar .card .card-footer .btn-amarelo{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #FEA400;
  color: #0F2A4F;
  font-family: "Montserrat",sans-serif;
  font-weight: bold;
  font-size: 15px;
  width: 338px;
  height: 40px;
  max-width: 100%;
  transition: 0.3s linear all;
  margin: 0 auto 19px auto;
}

.pg-equipamento .sidebar .card .card-footer .btn-amarelo:hover{
  background-color: #F24B00;
  color: white;
}

.pg-equipamento .sidebar .card .card-footer .btn-azul{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #0F2A4F;
  color: white;
  font-family: "Montserrat",sans-serif;
  font-weight: bold;
  font-size: 15px;
  width: 338px;
  height: 40px;
  max-width: 100%;
  transition: 0.3s linear all;
  margin: 0 auto 19px auto;
}

.pg-sobre .card-capa h2{
  margin-bottom: 22px;
}

.pg-sobre .card-capa p{
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  color: white;
}

.pg-sobre .bg-content{
  background-image: url('../imagens/bg-sobre.png');
  background-position: center center;
  background-size: cover;
}

.pg-sobre .fx-1{
  margin-top: 52px;
}

.pg-sobre .fx-1 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #0f2a4F;
  padding-bottom: 18px;
  margin-top: 0;
}

.pg-sobre .fx-1 .segura-texto{
  padding: 22px 0;
  border-top: 1px solid #0f2a4F;
  border-bottom: 1px solid #0f2a4F;
}

.pg-sobre .fx-1 p{
  font-family: 'Montserrat',sans-serif;
  font-size: 22px;
  color: #0f2a4F;;
}

/* .pg-sobre.pg-planos: maior especificidade que .pg-sobre .fx-2* e evita empate com outras regras */
.pg-sobre.pg-planos .fx-2{
  padding-top: 50px;
  padding-bottom: 64px;
}

.pg-sobre.pg-planos .fx-2 h2{
  margin-top: 0;
}

.pg-sobre.pg-planos .fx-2 .btn-amarelo{
  width: 466px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

.pg-sobre.pg-planos .fx-2 button.btn-amarelo{
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.pg-planos .card-capa{
  height: 237px;
  margin-bottom: 81px;
}

.pg-planos .card-capa .bg-filtro{
  background-image: url('../imagens/bg-filtro-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 216px!important;
  width: 100%;
  padding-top: 21px
}

.pg-planos .capa{
  height:216px;
  display: flex;
  align-items: center;
  background: #F0E2F3;
}

.pg-planos .card-capa h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #0f2a4F;
  margin-bottom: 25px;
}

.pg-planos .card-capa p{
  font-family: 'Montserrat',sans-serif;
  font-size: 20px;
  color: #0f2a4F;
}

.pg-planos #planos-anunciantes-cards{
  scroll-margin-top: 24px;
}

.pg-sobre .fx-2 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #0f2a4F;
  margin-bottom: 40px;
}

.pg-sobre .fx-2 .segura-texto{
  padding: 22px 0;
  border-top: 1px solid #0f2a4F;
}

.pg-sobre .fx-2 ul{
  list-style: none;
  padding-left: 0;
}

.pg-sobre .fx-2 li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #0f2a4f;
  margin-bottom: 25px;
}

.pg-sobre .fx-2 li strong {
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
}

.pg-sobre .fx-2 li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url('../imagens/check-grande.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pg-sobre .fx-3 .card-azul{
  background-color: #0F2A4F;
  border-radius: 10px;
  padding: 12px 23px 19px 23px;
}

.pg-sobre .fx-3 .card-azul h2{
  color: #F5A623;
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 14px;
}

.pg-sobre .fx-3 .card-cinza{
  background-image: url('../imagens/bg-sobre.png');
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  padding: 30px 17px;
}

.pg-sobre .fx-3 ul{
  list-style: none;
  padding-left: 0;
}

.pg-sobre .fx-3 li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-family: 'Montserrat',sans-serif;
  font-size: 22px;
  color: #0f2a4f;
}

.pg-sobre .fx-3 li strong {
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
}

.pg-sobre .fx-3 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background-image: url('../imagens/check.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pg-sobre .fx-4{
  margin-top: 33px;
  padding-bottom: 105px;
}

.pg-sobre .fx-4 .card-passos{
  border-radius: 10px;
  border: 1px solid #94949E;
  overflow: hidden;
  height: 280px;
  max-width: 331px;
  margin-right: auto;
  margin-left: auto;
}

.pg-sobre .fx-4 .card-passos .card-header{
  background-color: #FFD27D;
}

.pg-sobre .fx-4 .card-passos .card-header h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #0F2A4F;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 14px;
  text-align: center;
}

.pg-sobre .fx-4 .card-passos .card-header h3 img{
  margin-right: 13px;
}

.pg-sobre .fx-4 .card-passos .card-body{
  padding: 22px 27px;
}

.pg-sobre .fx-4 .card-passos .card-body p{
  font-family: 'Montserrat',sans-serif;
  font-size: 22px;
  color: #0F2A4F;
}

.pg-sobre .fx-4 .card-passos .card-body p strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
}

.pg-sobre .fx-4 .segura-botao{
  display: flex;
  justify-content: center;
  margin-top: 57px;
  margin-bottom: 40px;
  gap: 30px;
}

.pg-sobre .fx-4 .segura-botao .btn-amarelo{
  margin-top: 0;
  margin-bottom: 0;
}

.pg-sobre .fx-4 .segura-botao .btn-whatsapp{
  background-color: #2B520B;
  width: 270px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff !important;
  text-decoration: none;
  transition: 0.3s linear all;
}

.pg-sobre .fx-4 .segura-botao .btn-whatsapp:hover{
  background-color: #60aa0B;
}

.pg-sobre .fx-4 .segura-botao .btn-whatsapp:link,
.pg-sobre .fx-4 .segura-botao .btn-whatsapp:visited{
  color: #ffffff !important;
}

.pg-sobre .fx-4 .segura-botao .btn-whatsapp:hover,
.pg-sobre .fx-4 .segura-botao .btn-whatsapp:focus,
.pg-sobre .fx-4 .segura-botao .btn-whatsapp:active{
  color: #ffffff !important;
  text-decoration: none;
  background-color: #60aa0B;
}

.pg-sobre .fx-4 p{
  font-family: 'Montserrat',sans-serif;
  font-size: 22px;
  color: #0F2A4F;
  margin-bottom: 0;
  text-align: center;
}

.pg-sobre .fx-4 .segura-botao .btn-whatsapp img{
  margin-right: 6px;
}

.pg-sobre .fx-4 .segura-botao .btn-whatsapp--desativado{
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

footer{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

footer .bg-filtro{
  background: linear-gradient(
    to right,
    rgba(15, 42, 79, 0.9) 0%,
    rgba(15, 42, 79, 0.51) 100%
  );
 /* garante que o filtro cubra tudo */
  width: 100%;
  height: 100%;
  padding: 127px 0 41px 0;
}

footer h3{
  font-family: 'Montserrat',sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
  margin-top: 40px;
}

footer .btn-amarelo{
  margin-top: 15px;
}

footer h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 43px;
  color: white!important;
  margin-top: 0;
  margin-bottom: 30px;
}

footer .media{
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}

footer .media img{
  margin-right: 24px;
}

footer .media .media-body{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: white;
}

footer .segura-link{
  list-style-image: url("../imagens/icone-seta-rodape.png");
  padding-left: 15px;
}

footer .segura-link .item-link{
  margin-bottom: 15px;
}

footer .segura-link .item-link .link{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: white;
  margin-right: 12px;
  margin-bottom: 20px;
}

footer .segura-link .item-link .link:hover{
  color: white;
}

footer .segura-media{
  display: flex;
  align-items: flex-end;
}

footer .segura-media a{
  margin-right: 22px;
}

footer .segura-media a:last-child{
  margin-right: 0;
}

footer .copyright{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: 'Noto Sans',sans-serif;
  font-size: 14px;
  color: white ;
  margin: 90px 0;
}

footer .copyright .kryzalis{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

footer .copyright .kryzalis img{
  margin-left: 22px;
}

footer .segura-link .item-link .link:hover {
  color: white!important;
}

.pg-contato iframe{
  width:100%;
  height:537px;
  border:0;
  display:block;
}

.owl-carousel.owl-anuncios .owl-item img{
  width: 100%!important;
}
.owl-carousel.owl-anuncios .owl-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.owl-dots {
  position: static;
}
.owl-dots .owl-dot span{
  background-color: #F5A623!important;
  width: 11px!important;
  height: 11px!important;
  opacity: .5!important;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
  background-color: #F5A623!important;
  width: 11px!important;
  height: 11px!important;
  opacity: 1!important;
}

.owl-depoimentos .owl-dots, .owl-depoimentos .owl-nav{
margin-top: 30px!important;
}

.btn-menu-mobile{
  display: none;
  background-color: #0F2A4F!important;
}

.fx-1 .card-form{
  box-shadow: 5px 5px 16px 2px rgba(155,155,155,0.79);
}

.fx-2 .card-form{
  box-shadow: 3px 3px 8px 2px rgba(10,10,10,0.5);
}

.card-form p{
  margin-bottom: 0!important;
}

.bg-menu{
  background-color: rgba(0, 0, 0, 0.5);
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}

.bg-menu.active{
  width: 100%;
  height: 100vh;
}

.pg-home .card-conteudo .conteudo{
  max-width: 100%;
}

.item.owli, .banner-publicidade{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

footer{
  background-size: cover;
  background-position: center center;
}

.divisor{
  height: 130px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 15px 0 15px;
}

.desktop{
  display: block;
}

.card-plano{
  margin-bottom: 50px;
}

@media(max-width: 1200px){
  .pg-equipamento .fx-2 li,.pg-equipamento .fx-3 li {
    font-size: 20px;
    line-height: 1.7;
  }
  .pg-equipamento h3 {
    font-size: 18px!important;
  }
}

@media(max-width: 1023px){
  .pg-equipamento .fx-4 .card-atendimento .media{
    max-width: 50%;
  }


  .pg-equipamento .fx-3 h2{
    text-align: center;
  }

  header .segura-topo .segura-menu .menu{
    width: 510px;
    margin-left: 50px;
  }

  .pg-home .card-conteudo{
    margin-right: 15px;
    margin-left: 15px;
  }

  .pg-home .card-conteudo .conteudo{
    max-width: 100%!important;
    width: 890px!important;
    margin-right: auto!important;
    margin-left: auto!important;
   }
}

@media(max-width: 1224px){
  .card-sidebar{
    margin-top: 30px;
    width: 100%!important;
  }
  .segura-tudo{
    width: calc(100% - 60px);
    margin-right:30px!important;
    margin-left: 30px!important;
    margin-top: 30px;
  }

  .card-conteudo{
    width: 100%!important;
  }

  .conteudo{
    width: 100%!important;
    margin-right: 0!important;
  }

  .pg-home .card-conteudo .card-sidebar .anunciante{
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .pg-home .card-conteudo .card-sidebar .anunciante .segura-texto{
    text-align: center;
  }

  .pg-home .card-conteudo .card-sidebar .marcas{
    flex-direction: row;
    flex-wrap: wrap;
  }

  .pg-home .card-conteudo .card-sidebar .marcas img{
    margin: 0 15px 30px 15px ;
  }
}


@media(max-width: 991px){
  .card-equipamento{
    margin-bottom: 30px!important;
  }

  .pg-contato p{
    font-size: 16px!important;
  }

  .btn-enviar-form{
    margin-right: auto;
    margin-left: auto;
  }

  .pg-contato .fx-2 .row.segura-itens{
    flex-direction: column;
  }

  .pg-contato .fx-1 .media, .pg-contato .fx-2 .media {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .pg-contato .fx-1 .media img{
    margin-bottom: 10px;
  }

  .pg-contato .fx-2 .media img, footer .media img{
    margin-right: 0;
    margin-bottom: 10px;
  }

  footer h3{
    margin-bottom: 15px;
    color: white!important;
  }

  .card-equipamento__wrapper{
    margin: 0 auto 30px auto!important;
  }

  .area-restrita__title{
    text-align: center;
  }

  .pg-sobre .fx-1 p{
    font-size: 18px;
  }

  .pg-sobre .fx-2 h2{
    margin-bottom: 20px;
  }

  .capa .bg-filtro h1{
    font-size: 18px;
  }

  .card-capa .capa .bg-filtro{
    background-color:  rgb(15, 42, 79, 0.8);
  }

  .pg-sobre .fx-3 li{
    margin-bottom: 15px;
    font-size: 16px;
  }

  .pg-sobre .fx-4 p{
    font-size: 18px;
  }

  .pg-sobre .fx-4 .card-passos .card-header h3{
    font-size: 18px;
  }

  .pg-sobre .fx-4 .card-passos .card-body p{
    font-size: 16px;
  }

  .pg-sobre .fx-4 .card-passos{
    margin-bottom: 30px;
  }

  .pg-sobre .fx-2 li, .card-plano .itens li{
    font-size: 18px!important;
  }
  .pg-home .card-conteudo .segura-filtro, .pg-equipamentos .card-conteudo .segura-filtro{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .pg-home .card-conteudo .segura-botao, .pg-equipamentos .card-conteudo .segura-botao{
    justify-content: center!important;
  }
  header{
    height: 0;
  }
  .pg-equipamento .fx-4 .card-atendimento{
    flex-wrap: wrap;
  }

  .pg-equipamento .fx-4 .card-atendimento .media{
    max-width: 50%;
    margin: 10px 0;
  }
  .desktop{
    display: none;
  }

  .pg-home .card-conteudo .segura-filtro .item.pequeno{
    width: 48%;
  }

  .pg-home .card-conteudo .segura-filtro .item.grande{
    width: 48%;
  }

  .pg-home .card-conteudo .fx-1 h2 span, .pg-home .card-conteudo .fx-2 h2 span, .pg-home .card-conteudo .fx-3 h2 span {
    margin-right: auto;
    margin-left: auto;

  }

  .pg-home .card-conteudo .fx-1 h2 .detalhe, .pg-home .card-conteudo .fx-2 h2 .detalhe, .pg-home .card-conteudo .fx-3 h2 .detalhe{
   display: none;
  }

  footer .bg-filtro{
    padding: 60px 0 0 0!important;
  }
   footer .bg-filtro .row{
    flex-direction: column;
    text-align: center;
   }

   footer .bg-filtro .btn-amarelo{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 0;
   }

   footer .bg-filtro .media{
    display: flex;
    flex-direction: column;
    align-items: center;
   }

   footer h2{
    font-size: 28px;
    margin-bottom: 15px;
   }

   footer .media .media-body,footer .segura-link .item-link .link{
    font-size: 18px;
    margin-top: 5px;
   }

   footer .segura-link .item-link{
    margin-bottom: 5px;
   }

   footer .bg-filtro li{
    list-style: none;
   }

   footer .segura-media{

    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
   }

   footer .copyright{
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-top: 30px;
   }

   footer .copyright .kryzalis{
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
   }

  .pg-home .card-conteudo .segura-filtro .item{
    border: 0 15px 0 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
    height: inherit!important;
    margin-bottom: 15px;
  }

  .pg-home .card-conteudo .segura-filtro{
    flex-wrap: wrap;
  }

  .btn-menu-mobile{
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background-color: var(--primary-color);
      color: white;
      font-size: calc(22px * var(--acc-font-scale)) !important;;
      align-items: center;
      justify-content: center;
      display: flex;
      position: fixed;
      right: 30px;
      top: 30px;
      z-index: 100000001;
      cursor: pointer;
      border: none;
      padding: 0;
  }

  header .segura-topo{
    display: flex;
    position: fixed;
    flex-direction: column;
    width: 250px;
    max-width: min(250px, 85vw);
    height: 100vh;
    background: #F3EAF8;
    top: 0;
    left: -270px;
    transition: left 0.35s ease;
    justify-content: flex-start;
    z-index: 100000000;
    padding-top: 20px;
    box-shadow: 3px 0px 15px 1px #737373;
  }
  header .segura-topo.active{
    left: 0;
  }
  body.menu-mobile-open{
    overflow: hidden;
  }
  .bg-menu.mobile{
    width: 100%!important;
    height: 100vh!important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s linear;
  }
  .bg-menu.mobile.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .segura-logo{
    margin-bottom: 30px;
  }

  header .segura-topo .segura-menu{
    max-width: 100%;
    flex-direction: column;
  }

  header .segura-topo .segura-menu .menu{
    max-width: 100%;
    flex-direction: column;
    padding-left: 15px;
  }

  header .segura-topo .segura-menu .menu .menu-item{
    margin-bottom: 10px;
  }

  header .btn-amarelo{
    margin: 0!important;
    width: 90%;
  }

  .card-equipamento{
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;

  }

  h2, .pg-home .card-conteudo .filtro h2, .pg-home .card-conteudo .fx-1 h2, .pg-home .card-conteudo .fx-2 h2, .pg-home .card-conteudo .fx-3 h2{
    font-size: 22px!important;
    text-align: center!important;
    justify-content: center;
  }

  p{
    text-align: center;
  }

  .segura-botao{
    flex-direction: column;
    align-items: center;
  }

  .capa .bg-filtro h1{
    font-size: 28px!important;
    text-align: center;
  }



    .item.pequeno,.item.grande, .item.medio{
      width: 90%!important;
      margin-left: 5%;
      margin-left: 0!important;
    }



    .fx-equipamentos .segura-botao .btn-amarelo{
      width: 136px!important;
    }

    .pg-home .card-conteudo .segura-botao .btn-amarelo, .pg-equipamentos .card-conteudo .segura-botao .btn-amarelo{
      width: 136px;
    }

    .fx-archive-lista-equipamentos{
      justify-content: center;
    }

    .pg-equipamento .sidebar .card .card-body{
      justify-content: center;
    
    }

}

  @media (max-width: 600px) {

    .pg-home .fx-equipamentos{
      margin-top: 0!important;
    }

    .pg-equipamento .fx-4 .card-atendimento{
      display: block;
      padding-left: 15px;
      padding-right: 15px;
    }

    .pg-equipamento .fx-4 .card-atendimento .media{
      margin-right: auto;
      margin-left: auto;
      max-width: 100%;
    }

    .card-atendimento{
      flex-direction: column;
      align-items: center;
    }

    .card-atendimento .media{
      width: 90%;
      margin-left: 5%;
    }

    .owl-banner .item {
        aspect-ratio: 600 / 660;
    }

    .pg-home .fx-banner .bg-filtro{
      padding: 50px 0;
    }

    .pg-home .fx-banner .bg-filtro h2, .pg-home .fx-banner .bg-filtro h3{
      font-size: 25px!important;
    }

    .pg-home .fx-banner .bg-filtro p{
      font-size: 18px!important;
    }

    .owl-dots{
    display: none!important;
    }

    .fx-equipamentos .segura-botao{
      justify-content: center!important;
    }
 }

 @media (max-width: 400px){
  .card-equipamento .btn-azul {
    max-width: 100%;
    font-size: 18px;
  }


  h2{
    font-size: 22px!important;
    text-align: center;
  }

  footer .media .media-body, footer .segura-link .item-link .link{
    font-size: 14px;
  }

  p{
    text-align: center;
  }

  .segura-botao{
    flex-direction: column;
    align-items: center;
  }

  .pg-home .fx-banner .bg-filtro h2, .pg-home .fx-banner .bg-filtro h3{
    font-size: 23px;
  }

  .pg-home .fx-banner .bg-filtro p{
    font-size: 18px;
  }

  footer h3{
    margin-bottom: 20px;
  }
 }

 .card-plano{
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
 }

 .card-plano .card-header{
    height: 208px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
 }

 .card-plano .card-header .top{
  height: 77px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 28px;
  padding: 20px 0;
 }

 .card-plano .card-header .card-valor{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  height: 135px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
 }

span.valor{
  font-size: 56px;
  color: #F5A623;
 }

.card-plano.plano-1 .card-header{
  background-image: url('../imagens/bg-card-plano-azul.png');  
}

.card-plano.plano-2 .card-header{
  background-image: url('../imagens/bg-card-amarelo.png');  
}

.card-plano.plano-3 .card-header{
  background-image: url('../imagens/bg-card-cinza.png');
}

 .card-plano.plano-1 .card-header .top{
  border-bottom: 1px solid #94949E;
  background-image: url('../imagens/topo-card-plano1.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
 }

 .card-plano.plano-2 .card-header .top{
  border-bottom: 1px solid #F5A623;
  background-image: url('../imagens/topo-card-plano2.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
 }

 .card-plano.plano-3 .card-header .top{
  border-bottom: 1px solid #94949E;
  background-image: url('../imagens/topo-card-plano3.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
 }

 .card-plano.plano-3 .card-header .destaque{
  border: 1px solid #94949E;
  background-image: url(../imagens/topo-card-plano3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
 }

 .card-plano.plano-2 .card-header .destaque{
  border: 1px solid #F5A623;
  background-image: url(../imagens/topo-card-plano2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
 }

.card-plano.plano-1 .card-header .destaque{
  border: 1px solid #94949E;
  background-image: url(../imagens/topo-card-plano1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
 }


.card-plano .itens ul{
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.card-plano .itens li{
  position: relative;
  padding-left: 55px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #0F2A4F;
  line-height: 1.35;
  height: 62px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}

.card-plano .itens li:last-child{
  margin-bottom: 0;
}

.card-plano .itens li::before{
  content: "";
    position: absolute;
    left: 26px;
    top: 18px;
    width: 24px;
    height: 24px;
    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card-plano.plano-1 .itens li::before, .card-plano.plano-3 .itens li::before{
  background-image: url(../imagens/check-grande.png);
}

.card-plano.plano-2 .itens li::before{
  background-image: url(../imagens/check-grande-amarelo.png);
}

.card-plano .card-footer{
  padding: 13px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.card-plano .card-footer .btn-amarelo{
  width: 330px;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.card-plano .card-footer .card-plano__texto-informativo{
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #209307;
  text-align: center;
}

.card-plano .card-footer .card-plano__texto-informativo a{
  color: #0F2A4F;
  text-decoration: underline;
}

.plano-2 span.real, .plano-2 span.valor{
  color: #FFD27D;
 
}

.plano-1 span.valor,.plano-1 span.real, .plano-3 span.valor, .plano-3 span.real{
  color: #F5A623;
  
}

.plano-1 span.valor,.plano-3 span.valor,.plano-2 span.valor{
  font-size: 56px;
  margin: 5px
}

.plano-1 span.real,.plano-3 span.real,.plano-2 span.real{
  font-size: 30px;
}

sapn.periodo{
  color: white;
  font-size: 30px;
}

.valor-container{
  margin-bottom: 30px;
}

.card-plano.plano-2 .valor-container{
  margin-bottom: 50px!important;
}

.card-header{
  position: relative
}

.card-header .destaque{
  width: 234px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: white;
}

.plano-1 .card-header .destaque{
  background-image: url(../imagens/topo-card-plano1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.plano-2 .card-header .destaque{
  background-image: url(../imagens/topo-card-plano2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.plano-3 .card-header .destaque{
  background-image: url(../imagens/topo-card-plano3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.area-restrita__card-plano strong{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700!important;
  
}