/* FILTRO PAGINAS INSTITUCIONAIS */
/* ========================================================== */
.menu-informacoes li {
  border-bottom: 1px solid #e1e1e1;
  font-size: var(--size-14);
  padding: 5px 0;
}

.menu-informacoes li a:hover {
  font-weight: 600;
}

.box-btn-mobile {
  display: none;
  position: fixed;
  right: 0;
  top: 180px;
  z-index: 9;
}

.box-btn-mobile .button {
  display: table;
  font-size: var(--size-12);
  font-weight: 600;
  min-width: 90px;
  padding: 10px;
}

.box-btn-mobile .button i {
  margin-right: 5px;
}

.menu-informacoes.background-menu::before {
  background-color: #000;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1;
}

.box-close {
  display: none;
}

@media screen and (width <=991px) {
  .box-btn-mobile,
  .box-close {
    display: table;
  }

  .menu-informacoes {
    background-color: #fff;
    height: 100%;
    margin: 0;
    max-width: 290px;
    position: fixed;
    right: -300px;
    top: 0;
    transition: all 0.3s;
    z-index: 999999999;
  }

  .menu-informacoes.show {
    right: 0;
  }

  .box-close,
  .menu-informacoes ul {
    position: relative;
    z-index: 9;
  }

  .menu-informacoes ul {
    background-color: #fff;
    height: 100vh;
    overflow-y: scroll;
    padding: 0 15px;
  }

  .menu-informacoes li {
    border: 0;
    padding: 0;
  }

  .menu-informacoes li a {
    display: table;
    padding: 10px 0;
  }

  .menu-informacoes .box-close {
    border-radius: 0;
    padding: 0;
    text-align: right;
    width: 100%;
  }

  .box-close button {
    font-size: var(--size-16);
    padding: 8px 15px;
    text-align: right;
  }
}
/* FIM FILTRO PAGINAS INSTITUCIONAIS */
/* ========================================================== */

/* PAGINAS INSTITUCIONAIS */
/* ========================================================== */
.institucional h2 {
  margin: 0 0 20px;
}

.sidebar .menu-informacoes a {
  font-weight: 600;
}

.accordion-title {
  display: block;
  padding: 20px;
}

.accordion-info {
  padding: 0 20px 20px;
}

.accordion-institucional {
  background-color: #fff;
  border: 1px solid #f2f2f7;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  cursor: pointer;
  margin: 0 0 20px;
}

.accordion-title h5 {
  font-size: var(--size-15);
  font-weight: 600;
  margin: 0;
}

.accordion-title h5 i {
  float: right;
  font-size: var(--size-14);
}

.accordion-info h6 {
  font-size: var(--size-14);
  font-weight: 600;
}

.institucional table:not([class*='bootstrap'] table) {
  border: 1px solid #ebebeb;
  margin: 0 0 15px;
  width: 100%;
}

.institucional table:not([class*='bootstrap'] table) thead {
  border-bottom: 1px solid #ebebeb;
}

.institucional table:not([class*='bootstrap'] table) thead td {
  background-color: #f9f9f9;
  font-size: var(--size-14);
  font-weight: 600;
  padding: 10px;
}

.institucional table:not([class*='bootstrap'] table) tr td:first-child {
  border-right: 1px solid #ebebeb;
}

.institucional table:not([class*='bootstrap'] table) tbody tr td {
  border-bottom: 1px solid #ebebeb;
  font-size: var(--size-12);
  padding: 10px;
}

.std ul {
  list-style: unset;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}

.std ul li {
  padding: 5px 0;
}

.form-institucional .container {
  padding: 0;
}

.form-institucional label {
  flex: 0 0 100%;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.form-institucional .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.form-institucional .row.form-group {
  margin: 0;
}

.form-institucional .pccf .fs-upload-target {
  padding: 20px;
}

.form-institucional input,
.form-institucional select {
  border: 1px solid #e7e7e7;
  font-size: 0.875rem;
  height: 40px;
  margin: 0;
  padding: 0.5rem 1rem;
  width: 100%;
}

.form-institucional textarea {
  border: 1px solid #e7e7e7;
  font-size: 0.875rem;
  margin: 0;
  max-width: 100%;
  min-height: 150px;
  padding: 0.75rem 1rem;
  width: 100%;
}

.form-institucional input:focus,
.form-institucional select:focus,
.form-institucional textarea:focus {
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 2px 0 #ccc9;
  outline: none;
}

.form-institucional button {
  display: block;
  font-size: var(--size-14);
  margin-left: auto;
  min-width: 150px;
  transition: all 0.3s;
}

.content-notfound a.btn-return i {
  font-size: var(--size-12);
}

.institucional p,
.institucional span {
  font-size: var(--size-14);
}

.form-institucional .navbuttons {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.form-institucional .navbuttons .prev {
  margin-left: 0;
}

.form-institucional .pccf .nav-wizard {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
}

.form-institucional .pccf .nav-wizard > li {
  float: none;
  margin: 0 !important;
  padding: 0;
}

.form-institucional .pccf .nav-wizard > li > a {
  border-radius: 0 !important;
  color: #ccc;
  cursor: default;
  margin-right: 0 !important;
  padding: 4px 12px !important;
  text-align: center;
}

.form-institucional .pccf .nav-wizard > li.active > a {
  color: #333;
}

.form-institucional .pccf .nav-wizard > li > a::after,
.form-institucional .pccf .nav-wizard > li > a::before {
  content: none !important;
}

.form-institucional .pccf .nav-wizard > .separator:last-child {
  display: none;
}

@media screen and (width <=600px) {
  .accordion-title h5 {
    padding: 0 20px 0 0;
  }

  .accordion-title h5 i {
    margin-right: -20px;
  }

  table thead td,
  table tbody tr td {
    font-size: var(--size-12);
    padding: 5px;
  }
}

@media screen and (width <=500px) {
  .form-institucional .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .form-institucional button {
    padding: 10px;
    width: 100%;
  }
}
/* FIM PAGINAS INSTITUCIONAIS */
/* ========================================================== */

/* 404 - NOT FOUND */
/* ========================================================== */
.content-notfound .col-6 {
  float: left;
  padding: 15px 0;
}

.content-notfound .page-whattodo {
  border-left: 1px solid #ebebeb;
  padding-left: 20px;
}

.content-notfound .page-notfound {
  padding-right: 20px;
}

.content-notfound h1 {
  font-weight: 600;
  margin: 0 0 20px;
}

.content-notfound h1 {
  font-weight: 600;
  margin: 0 0 20px;
}

.content-notfound h3 {
  font-size: var(--size-18);
  font-weight: 600;
}

.content-notfound ul {
  list-style: none;
  padding: 0;
}

.content-notfound ul li i {
  font-size: var(--size-14);
  margin: 0 3px 0 0;
}

.content-notfound a.btn-return {
  border: 1px solid;
  font-size: var(--size-12);
  font-weight: 600;
  padding: 7px 15px;
  transition: all 0.3s;
}

.page-whattodo button {
  min-width: 150px;
  transition: all 0.3s;
}

.cms-no-route .messages {
  list-style: none;
  padding: 0;
}

.cms-no-route .messages ul {
  padding: 0;
}

.cms-no-route .messages ul span {
  display: table;
  padding: 0 15px;
}

@media screen and (width <=770px) {
  .content-notfound .col-6 {
    max-width: 100%;
    padding-left: 0;
  }

  .content-notfound .page-whattodo {
    border: 0;
  }
}

@media screen and (width <=380px) {
  .page-whattodo button {
    display: block;
    padding: 10px;
    width: 100%;
  }

  .page-whattodo button.button.btn-erro-myaccount {
    margin: 15px 0 0;
  }
}
/* FIM 404 - NOT FOUND */
/* ========================================================== */

/* CUSTOMER ATRIBUTES */
.additional_infos .row {
  display: block;
}

.additional_infos .field-row {
  display: table;
  flex-direction: row;
  float: left;
  justify-content: center;
}

.additional_infos .amorderattr_img_checkbox {
  margin: 7px 0;
}
/* CUSTOMER ATRIBUTES */

/* CONFIRM YOUR ACCOUNT */
.main-container:has(.confirm-wrapper) {
  align-items: center;
  display: flex;
  justify-content: center;
}

.main-container:has(.confirm-wrapper) .main {
  width: 100%;
}

.confirm-wrapper {
  align-items: center;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 48px auto;
  width: min(991px, 90%);
}

.confirm-wrapper .c-icon {
  position: relative;
}

.confirm-wrapper .c-icon::after {
  align-items: center;
  background: #01d449;
  border-radius: 50%;
  color: #fff;
  content: '1';
  display: flex;
  font-size: 18px;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 32px;
}

.confirm-wrapper .icon {
  font-size: clamp(5rem, -0.875rem + 10.333vw, 7rem);
}

.confirm-wrapper .title {
  font-size: clamp(32px, -0.875rem + 8.333vw, 40px);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
}

.confirm-wrapper .subtitle {
  font-size: clamp(18px, -0.875rem + 6.333vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.confirm-wrapper .infos {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.confirm-wrapper .button--resend {
  display: table;
  font-size: clamp(16px, -0.875rem + 6.333vw, 24px);
  line-height: 1;
  margin: 24px auto 0;
  padding: 12px 24px;
}
