/**
 * Style.
 * 
 * @author  Mario Sakamoto <mskamot@gmail.com>
 * @license MIT http://www.opensource.org/licenses/MIT
 * @see     https://wtag.com.br/divmon
 */

@import url("new-css.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/*
 * Reset
 */
html,
body,
div,
span,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
form,
label,
input,
textarea,
select,
option,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  vertical-align: baseline;
  color: #000000;
  box-sizing: border-box;

  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;

  line-height: normal;

  text-decoration: none;
}

html,
body,
div,
span,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
form,
label,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a {
  color: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

h3 {
  font-size: 1.25rem;
  font-weight: 500;
}

h4 {
  font-size: 1rem;
  font-weight: 500;
}

h5 {
  font-size: 0.875rem;
  font-weight: 500;
}

html {
  /* height: -webkit-fill-available; */
}

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  scroll-behavior: smooth;
}

html,
body {
  /* width: 100%;
	/* min-height: 100vh;
	height: fit-content; */
  /* height: 100vh; */
}

.fill {
  /* margin-top:auto;  */
}

div {
}

span {
}

table {
}

thead {
}

tbody {
}

tfoot {
}

tr {
}

th {
}

td {
}

form {
}

label {
}

input {
}

textarea {
}

select {
}

option {
}

ul {
  list-style: none;
}

li {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
}

img {
}

a {
}

/**
 * Id
 */

/*
 * Class
 */

.flex {
  display: flex;
}

.row {
  flex-direction: row;
}
.column {
  flex-direction: column;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.pre-footer-button {
  text-decoration: none;
  color: var(--color-primary);
  font-weight: 300;
  font-size: 1rem;
  line-height: 36px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pre-footer-button img {
  margin-right: 15px;
  width: 1.1rem;
  height: 100%;
}

/* CSS NOVO FOOTER */
.row {
  display: flex;
  flex-wrap: wrap;
}

footer {
  background-color: #f2f2f2;
  width: 100%;
  margin-top: 40px;
}

footer img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

footer ul li {
  margin-bottom: 10px;
}

.dino-left {
  position: relative;
  top: 5px;
  max-width: 100%;
}

.dino-right {
  position: relative;
  left: 25px;
  max-width: 100%;
}

.link {
  padding: 0px 15px 0px 10px;
  margin-top: 10px;
}

.link a {
  font-size: 12px;
  font-weight: bold;
  color: #00216c;
}

.icon {
  width: auto !important;
  position: relative;
  top: 4px;
  right: 10px;
}

.icon-link {
  display: flex;
  margin-top: 80px;
  margin-left: -30px;
  max-width: 100%;
}

.logo-pmu {
  position: relative;
  /* left: 35px; */
  padding-top: 40px;
  max-width: 100%;
  text-align: center;
}

.icon-social {
  width: 15%;
  display: inline-block;
  text-align: center;
}

@media (max-width: 767px) {
  .dino-left,
  .dino-right {
    display: none;
  }

  .link {
    text-align: center;
  }

  .icon-link {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-left: 5px;
  }

  .icon {
    margin-top: 10px;
  }

  .logo-pmu {
    left: 2px;
  }
}

@media (min-width: 768px) {
}

.white-degrade-bg {
  background-color: #ffffff;
}

.dv-gray {
  color: #a6a6a6;
  font-weight: bold;
}

.header-bg {
  background-color: #00216c;
}

.iu-blue-bg {
  background-color: #00216c;
}

.iu-radius {
  border-radius: 10px;
}

.text-white {
  color: white;
  font-weight: bold;
}

.dv-title-page {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}

.dv-title-page h1 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 2.5rem);
  font-weight: 700;
  color: #002069;
}

.card-body {
  padding: 1.5rem;
}

.card-img {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.card .card-img img {
  height: 5.72rem;
}

.card.dv-options ul {
  /* list-style: inside; */
  /* padding-left: 10px; */
  color: #002069;
}

.card.dv-options ul a {
  font-size: 0.9rem;
  font-weight: 600;
}

.card.dv-options .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card.dv-options small {
  font-size: 0.8rem;
  font-weight: 400;
  color: #666;
}

.dv-options .card-content h1 {
  font-size: clamp(0.9em, 1.3rem, 1.5rem) !important;
  font-weight: 600;
  margin: 10px 0 8px;
}

.dv-options .card-content li {
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.dv-options .card-content li a {
  font-size: clamp(0.6em, 1.1rem, 1.3rem) !important;
}

.dv-options .card-content li:hover {
  background-color: #002069;
  color: #fff;
}

.accordion-item {
  border: 0 !important;
  background-color: #fbfbfb;
  margin-bottom: 1rem;
}

.accordion-item + .accordion-item {
  border-top: 1px solid #ddd;
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  border-radius: 0.375rem;
  background-color: #002069;
  color: #fff;
  border: none;
  width: 100%;
  padding: 1rem;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
}

.accordion-button svg {
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

.accordion-button:hover,
.accordion-item.active .accordion-button {
  background-color: #c8e2f8;
  color: #1a1a1a;
}

.accordion-item.active .accordion-button {
  border-radius: 0.375rem 0.375rem 0 0;
}

.accordion-item.active {
  border-radius: 0.375rem;
}

.accordion-collapse {
  max-height: 0;
  overflow: auto;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-body p {
  line-height: 2;
}

.accordion-collapse.open {
  max-height: 300px;
  padding: 1rem;
}

.alert {
  position: relative;
  padding: 1rem 3rem 1rem 1rem;
  margin: 1rem auto;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-size: 1rem;

  display: flex;
  align-items: center;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-info {
  color: #002069;
  background-color: #c8e2f8;
  border-color: #c8e2f8;
}

.btn-close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.btn-close::after {
  content: "×";
}

.icon.warning {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: rgb(160, 160, 160); /* Cor do ícone */
  mask: url("/refis2025/mod/page/assets/svgs/warning.svg") no-repeat center;
  -webkit-mask: url("/refis2025/mod/page/assets/svgs/warning.svg") no-repeat
    center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.dv-options i[data-tooltip] {
  position: relative;
}

.dv-options i[data-tooltip]::before {
  content: "!";
  position: absolute;
  font-family: auto;
  top: 0.5rem;
  left: 0.5rem;
  background-color: #003366;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1.2rem;
  text-align: center;
  border-radius: 50%;
  cursor: default;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-style: normal;
}

.dv-options i[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 1.7rem;
  left: 0.5rem;
  background: hsl(221 100% 20.59% / 90%);
  color: #fff;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  font-size: 0.75rem;
  max-width: 50vw;
  width: max-content;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.2s, transform 0.2s;
  pointer-events: none;
  z-index: 2;
  font-style: normal;
  font-size: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  white-space: normal;
  word-break: normal;
}

@media (max-width: 768px) {
  .dv-options i[data-tooltip]::after {
    font-size: 0.75rem;
    line-height: 1.1rem;
  }
}

.dv-options i[data-tooltip]:hover::after {
  opacity: 1;
  transform: translateY(0);
}

a:focus {
  outline: unset;
}

.badge {
  color: #ffffff;
  padding: 4px 7px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 0.7rem;
  text-wrap-mode: nowrap;
}

.identificacao-contribuinte {
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  padding: 1.5rem;
  margin: 1rem 0;
  color: var(--color-primary);
}

.identificacao-contribuinte h2,
.identificacao-contribuinte h4 {
  margin-bottom: 0;
}

.button-baixar {
  text-decoration: none;
  color: #fff;
  background: var(--color-primary);
  font-size: 1rem;
  line-height: 36px;
  border-radius: 20px;
  padding: 3px 15px;
  display: inline-block; /* Garantir que transform vai funcionar corretamente */
  transition: transform 0.3s ease, background 0.3s ease; /* Adiciona transições suaves */
}

.button-baixar:hover {
  background: var(--color-primary-light);
  color: #fff;
  transform: scale(1.1); /* Aumenta o tamanho em 10% */
}

.btn-voltar-container {
  position: absolute;
  top: 9vh;
  left: 0.9vw;
}

@media (max-width: 768px) {
  .btn-voltar-container {
    position: relative;
    margin-left: 0.5rem !important;
    margin-top: 1rem !important;
    top: 0;
    left: 0;
  }
}

th {
  font-weight: 700 !important;
}


button {
	width: 100%;
	line-height: 180%;
}
