
/* Links em lista com ícones */
.lista-icone li a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -0.25rem;
    height: 1.875rem; /*30px;*/
    padding: 0.15625rem;
    color: #004168;
}

.lista-icone li a:hover {
    text-decoration: none;
}

.lista-icone li a:hover span:last-of-type {
    text-decoration: underline;
    color: #d59118;
}

.lista-icone li i:first-child {
    flex-grow: 0;
    align-self: center;
    margin-right: 0.5rem;
}

.lista-icone li i:nth-child(3n) {
    flex-grow: 0;
    align-self: center;
    margin-left: 0.5rem;
}

.lista-icone li span {
    flex-grow: 1;
    margin-right: 0;
}

.lista-icone li span.simbolo {
    flex-grow: 0;
    width: 1.5rem;
    font-size: 1.5rem;
    align-self: center;
    margin-right: 0.5rem;
}

.lista-icone li img {
    flex-grow: 0;
    width: 1rem;
    align-self: center;
    margin-right: 0.5rem;
}

.lista-icone svg {
    flex-grow: 0;
    width: 1.5rem;
    align-self: center;
    margin-right: 0.5rem;
}

/*novo footer*/
#rodape {
    font-size: 14px;
    padding: 0.75rem 0.625rem 0.625rem 0.9375rem;
    font-family: 'Trebuchet MS', 'arial', 'helvetica', 'Open Sans', sans-serif;
    background: url("../img/bg-amarelo.svg") #ffe600 no-repeat center bottom;
    background-size: 100% 9rem;
    min-height: 10rem;

    background-color: #ffe600;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#rodape .rodape-links {
    grid-column: span 12;
    margin: 0.9375rem 0rem 0rem 0rem;
}

@media screen and (min-width: 992px) {
    #rodape {
        background-size: 100% 150px;
    }
}

@media screen and (min-width: 576px) {
    #rodape .rodape-links {
        grid-column: span 6;
    }
}
@media screen and (min-width: 768px) {
    #rodape .rodape-links {
        grid-column: span 4;
    }
}

#rodape .marca-gov {
    margin-top: 2.1875rem;
    text-align: center;
    width: 100%;
    margin-bottom: 2.1875rem;
}

#rodape .marca-gov img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 450px;
}

.recipiente {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1rem;
}

@media screen and (min-width: 768px) {
    .recipiente {
        grid-gap: 2rem;
    }
}

.largura-maxima {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

#rodape h2 {
    /*font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--azul-escuro);*/

    margin-bottom: 1.0rem;
    line-height: 1.2em;
    font-size: 1.602em;
    color: var(--azul-escuro);

    font-weight: bold;
}

.copyright {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-bottom: 1.25rem;
}

.cabecalho-rastro {
    display: flex;
    padding-bottom: 0px;
   /*height: 90px;
   */
    justify-content: left;
}
.cabecalho-content {
    margin-left: 30px;
    padding-bottom: 20px;
   /*padding-top: 7px;
   */
}
.cabecalho-rastro p {
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.1pt;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ship-steps .step {
    display: flex;
    padding-bottom: 0px;
   /*height: 90px;
   */
}
.step-content {
    margin-left: 30px;
    padding-bottom: 20px;
}
.text {
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
.text-head {
    font-size: 0.80rem;
    font-weight: bold;
   /*color: #878787;
    cinza escuro color: #120a8f;
   */
    color: #00416b;
   /*azul correios*/
}
.text-content {
    font-size: 0.75rem;
    font-weight: normal;
   /*color: #6d6d6d;
   */
    color: #222;
}
.arrow-current {
    height: auto;
   /*72px;
   */
   /*Altura da linha*/
    border-right: 2.5px solid #ffc40c;
   /* Adiciona borda esquerda na div como ser fosse uma linha.*/
    width: 21px;
}
.arrow-none {
    height: auto;
   /*Altura da linha*/
    width: 21px;
}
.arrow-dashed {
    height: 82px;
   /*72px;
   */
   /*Altura da linha*/
   /*border-right: 2.0px dashed #ffc40c;
   */
   /* Adiciona borda esquerda na div como ser fosse uma linha.*/
    border-right: 1.5px dashed #878787 !important;
    width: 21px;
}
.step-img {
    height: 40px;
    width: 40px;
}
.step-img-icone {
    background-color: #ddd;
    border-radius: 100%;
    object-fit: scale-down;
    height: 40px;
    width: 40px;
}
.circle {
    background-color: #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
}
.circle .circle-img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
  /*  background-color: #ddd; */
}
.circle-p {
    background-color: #878787;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    left: 5px;
}
.bola {
    height: 2vh;
    width: 2vh;
    box-sizing: border-box;
    border: 0.3vh solid;
    border-radius: 50%;
    position: relative;
    left: 1.1vh;
    background-color: white;
}
.bola3 {
    border-radius: 50%;
   /*transform: translate(48%, 46%);
   */
    width: 1vh;
    height: 1vh;
    left: 0.2vh;
    top: 0.2vh;
    position: relative;
    background-color: blue;
}
p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
   /*font-family: 'Trebuchet MS', 'arial', 'helvetica', 'Open Sans', sans-serif;
   */
    letter-spacing: -0.4pt;
    word-spacing: 0.8pt;
    line-height: 1.4;
    padding-bottom: 0.1rem;
}
.btn-ver-mais {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 15px;
}
.btn-rastro {
    height: 20%;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 5px;
}
@media all and (max-width: 320px) {
    .text-head {
        font-size: 0.70rem;
   }
    .text-content {
        font-size: 0.65rem;
   }
    .step-img {
        height: 35px;
        width: 35px;
   }
    .arrow-current {
        width: 18px;
   }
    .arrow-none {
        width: 18px;
   }
    .arrow-dashed {
        width: 18px;
        border-right: 1.5px dashed #878787 !important;
   }
    .step-content {
        margin-left: 23px;
   }
    .step-img-icone {
        height: 35px;
        width: 35px;
   }
    .circle {
        width: 35px;
        height: 35px;
   }
    .circle .circle-img {
        width: 25px;
        height: 25px;
   }
    .btn-ver-mais {
        margin-left: 10px;
   }
}
@media all and (min-width: 768px) {
    .btn-rastro {
        width: 30%;
        margin-bottom: 0px;
        margin-right: 5px;
   }
}
/*tooltip do botão ver mais*/
.btn-ver-mais a .title {
    position: absolute;
   /*left: 173px;
   */
    display: block;
    background: #ffd400;
    width: auto;
    padding: 5px 15px;
    transform: translateY(-220%) translateX(0px);
    border-radius: 4px;
   /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
   */
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    color: #52473b;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.7rem;
}
.btn-ver-mais a:hover .title {
    transform: translateY(-220%) translateX(7px);
    visibility: visible;
    opacity: 1;
}
.btn-ver-mais a .title::before {
    content: '';
    position: absolute;
   /*top: 48%;
   */
    top: 90%;
   /*left: -8px;
   */
    left: 2px;
   /*width: 12px;
    height: 12px;
   */
   /*background: red;
   */
   /*#ffd400;
   */
    transform: rotate(45deg) translateY(-50%);
    border-radius: 2px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #ffd400;
}
/*tooltip contraste*/
.btn-ver-mais a .title-c {
    position: absolute;
    display: block;
    background: #000;
    width: auto;
    padding: 5px 15px;
    transform: translateY(-220%) translateX(0px);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.7rem;
    border: 1px solid #fff;
}
.btn-ver-mais a:hover .title-c {
    transform: translateY(-220%) translateX(7px);
    visibility: visible;
    opacity: 1;
}
.btn-ver-mais a .title-c::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0.4rem;
    transform: rotate(45deg) translateY(-50%);
    border-radius: 2px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #000;
}
.btn-ver-mais a .title-c::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 2px;
    transform: rotate(45deg) translateY(-50%);
    border-radius: 2px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right:13px solid #fff;
}
.toupper {
    text-transform: uppercase;
}
#alerta.show {
    display: block;
    bottom: 50% !important;
}
#alerta.visible {
    bottom: -58px;
}
#RastroUnico.show {
    display: block !important;
}
#RastroUnico.hidden {
    display: none !important;
}
.arrow-dashed {
    height: 82px;
    border-right: 1.5px dashed #878787 !important;
    width: 21px;
}
.pix {
    width: 16em;
    height: 16em;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    padding: 0.25rem;
    margin: 2.5rem auto 2.5rem auto !important;
}
.pix img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
small-gray {
    font-size: 1rem;
    color: gray;
    margin-top: 1rem;
    line-height: 1.5 !important;
}
.QrCodePixCopiaCola {
    border: none !important;
    width: 50% !important;
    margin: 0 auto !important;
}
.BtnCopiarQRCode {
    display: flex;
    margin: 0 auto !important;
    margin-top: 1rem !important;
    align-items: center;
    background-color: transparent !important;
    border-color: #1a73e8ff !important;
    color: #1a73e8ff !important;
    text-transform: uppercase;
    gap: 0.25rem;
    width: 100%;
    height: 90%;
}
.ImgCopiaCola {
    width: 20px;
    height: 20px;
}
.pixLogo {
    width: 36px;
    margin-top: 1rem !important;
    margin: 0 auto;
}
.LblCodigoQrCode {
    display: block !important;
    width: 300px !important;
    border: none !important;
    pointer-events: none;
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    color: gray !important;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
}
.overflow-hidden {
    overflow: hidden !important;
}
.show {
    display: block !important;
}
/* Define a animação para descer o modal */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
   }
    to {
        transform: translateY(0);
        opacity: 1;
   }
}
.hidden {
    display: none !important;
}

.filter {
    filter: invert(24%) sepia(69%) saturate(2298%) hue-rotate(181deg) brightness(90%) contrast(101%);
}

.apresentacaoPix {
    border: 1px solid #dadce0ff;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 4px;
}

.blobs-container {
	display: flex;
}

.blob {
	background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	height: 20px;
	width: 20px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
}

.blob-green-text {
    color: rgba(51, 217, 178, 1);
    font-size: 20px;
    font-weight: 900;
 }

.blob.green {
	background: rgba(51, 217, 178, 1);
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}

.blob-yellow-text {
   color: rgba(255, 177, 66, 1);
   font-size: 20px;
   font-weight: 900;
}

.blob.yellow {
	background: rgba(255, 177, 66, 1);
	box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
	animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
	}
}

   .jumbodates {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.jumbodates {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

.invalido {
   font-weight: 600;
   color: red !important;
}

#TerceiroPix h3 {
    font-size: 1.5rem !important;
}

.span-h7 {
    font-size: 1rem !important;
    font-weight: 700;
    color: #00416b;
}

.text-up-topicos {
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

span.topico {
    background-color: #00416b;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}

.l-height-2 {
    line-height: 2;
}

.f-size-1-1 {
    font-size: 1.1rem;
}

/*.d-f-d {
    display: flex;
    flex-direction: column;
}*/

strong {
    font-weight: 900 !important;
    color: #00416b;
}

.loader-pagamento-container {
    display: none; /* Oculto inicialmente */
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Fundo semi-transparente */
    z-index: 9999;
    flex-direction: column;
    text-align: center;
}

.loader-pagamento {
    border: 5px solid #f3f3f3; /* Cor do fundo */
    border-top: 5px solid #00416b; /* Cor do loader */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 20px; /* Espaço entre o loader e o texto */
}

.loader-pagamento-text {
    font-size: 16px;
    color: #333;
}

/* Animação de rotação */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.green {
    color: forestgreen !important;
}

.f-0-7 {
    font-size: 0.7rem
}

#contador-pagamento {
    background-color: #00416b; /* Cor inicial (azul escuro) */
    padding: .5rem;
    color: #fff;
    width: 80% !important;
    display: block;
    border-radius: .3rem;
    margin: 0 auto;
    text-align: center;
}

.alert-warning strong {
    color: #856404 !important;
}

.card {
    background: #fff;
    border-radius: 12px; /* Cantos arredondados */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Sombra suave */
    padding: 20px;
    max-width: 380px;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    position: relative;
}

    .card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        bottom: 10px;
        width: 4px;
        background-color: #dc3545; /* Cor verde lateral */
        border-radius: 8px;
    }

.organizze {
    text-align: justify;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}