@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{
    --vermelho: #ff161f;
    --preto: #000;
}
* {
scrollbar-color: rgb(223, 227, 232) rgb(249, 250, 251);
scrollbar-width: thin;
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
html, body{
margin:0;
padding:0;
font-family: "Raleway", sans-serif;
background:#FFFFFF;
font-size: 15px;
}
ul{
margin:0;
padding:0;
}
ul li{
padding:0;
margin:0;
list-style: none;
}
img{
max-width: 100%;
height:auto;
border:0;
outline: 0;
}
button, input, a, select{
outline: 0 !important;
border:0;
text-decoration: none;
}
a{
text-decoration:none;
color: inherit;
}
button {
cursor: pointer;
transition: 0.3s linear;
}
.container{
width:100%;
max-width: 1200px !important;
padding: 0 15px !important;
}
.loading__circle {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
display: none;
justify-content: center;
align-items: center;
z-index: 9999;
}
.loading__circle-spinner {
border: 4px solid #f3f3f3;
border-top: 4px solid var(--vermelho);
border-radius: 50%;
width: 50px;
height: 50px;
animation: loading__circle-spin 0.6s linear infinite;
}
@keyframes loading__circle-spin {
    to {
        transform: rotate(360deg);
    }
}
#barra-gov {
padding: 30px 0;
}
#barra-gov .logo img {
max-width: 260px;
height: auto;
padding-left: 2px;
}
#barra-gov .row {
align-items: baseline !important;
}
.govbr {
margin: 0;
width: 300px;
padding: 30px 0px 15px 20px;
text-align: center;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.image-link {
width: fit-content;
}
body .navbar {
margin: 0 0 30px;
z-index: 1;
flex-direction: row-reverse !important;
padding: .5rem 1.25rem;
display: inherit !important;
position:relative;
}
button.navbar-toggler {
padding: 0px !important;
font-size: 18px !important;
background-image: none !important;
border: 0px !important;
font-weight: 600;
color: #000000 !important;
display: flex;
align-items: center;
line-height: 16.8px;
}
#navbarsExampleDefault .row {
margin: 0;
}
#navbarsExampleDefault .row .col-12 {
padding: 0;
}
body #navbar-default .dropdown {
max-width: 100% !important;
}
body .navbar .nav-item {
transition: border-bottom 1s;
border-bottom: 2px solid transparent;
}
body #navbar-main .nav-item {
padding-bottom: 0px;
}
body #navbar-username .nav-item.dropdown.show a.nav-link .box-menu-username i::before {
content: "\f077";
}
body .navbar #navbarsExampleDefault .nav-link {
padding: 0px 6px 0px 4px !important
}
body .navbar #navbarsExampleDefault .nav-link {
font-weight: 600;
color: #000;
font-size: 16px!important;
text-transform: none;
display: block!important;
padding: .5rem!important;
}
body #navbar-main .nav-link {
border-bottom: 2px solid transparent;
}
body #navbar-main .nav-link:hover, 
body #navbar-main .nav-link:focus, 
body #navbar-main .nav-link:active {
border-bottom: 2px solid var(--vermelho);
}
button.navbar-toggler i {
margin-top: 1px;
}
button.navbar-toggler {
padding: 0px !important;
font-size: 18px !important;
background-image: none !important;
border: 0px !important;
font-weight: 600;
color: #000000 !important;
display: flex;
align-items: center;
line-height: 16.8px;
}
body .navbar #btn-gov-responsive {
display: none;
font-size: 12px;
height: 40px !important;
width: 91px !important;
}
body .navbar .btn-gov {
background: #034EA2;
color: #fff;
border-radius: 25px;
width: 231px !important;
max-width: 231px !important;
height: 39px !important;
max-height: 39px !important;
font-size: 16px !important;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
}
body .navbar .btn-gov span {
font-weight: 600;
}
body .navbar .btn-gov:hover {
border-radius: 25px;
}
body .navbar .dropdown {
background-color: white;
max-width: 300px;
}
body .navbar .dropdown span {
overflow: hidden;
text-overflow: ellipsis;
}
body .navbar .dropdown .dropdown-toggle::after {
display: none;
}
body .navbar #navbar-main .dropdown .chevron-icon {
color: var(--vermelho);
}
body .navbar .dropdown .chevron-icon {
display: flex;
align-items: center;
justify-content: center;
margin-left: 12px;
}
body .navbar .dropdown .chevron-circle-icon {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
margin-left: 12px;
}
.chevron-icon {
transition: transform 0.9s ease;
}
.chevron-icon.open-chevron {
transform: rotate(-180deg);
}
footer#footer-main {
background: #000 !important;
color: #999;
margin-top: 30px;
padding: 60px 0 30px !important;
}
footer#footer-main h2 {
padding-bottom: 16px !important;
margin-bottom: 16px !important;
font-weight: 600;
font-size: 16px;
text-transform: uppercase !important;
}
footer#footer-main a {
color: #fff;
display: block;
margin-bottom: 15px;
font-weight: 600;
font-size: 16px;
text-transform: uppercase !important;
}
footer#footer-main .list-inline {
display: flex;
}
footer#footer-main ul {
list-style: none;
padding: 0 !important;
margin-bottom:16px;
}
footer#footer-main ul li {
border: none !important;
margin-bottom: 0 !important;
padding: 0 !important;
margin-right: .5rem;
}
footer .redes a {
background: var(--vermelho) !important;
border-radius: 50%;
height: 36px;
width: 36px;
margin-bottom: 0;
padding: 6px;
text-align: center;
text-align: center;
display: flex;
align-items: center;
}
footer#footer-main p {
font-weight: 400;
font-size: 12px;
color: #fff !important;
vertical-align: middle;
line-height: 17px;
padding: 0 40px;
}
#acessibilidade{
display: flex;
flex-direction: column;
position: fixed;
top: 228px;
right: 0px;
color: #000;
z-index: 99999;
}
#acessibilidade img{
max-width: 40px;
margin-bottom: 10px;
}
#busca-home {
margin: 50px 0 60px;
}
.box-search-default {
width: 794px;
}
.box-search-default .label-search-default {
font-weight: 600 !important;
font-size: 24px !important;
color: #000 !important;
margin-bottom: 20px;
}
#busca-home fieldset {
margin-bottom: 0px;
}
.input-with-icon {
position: relative;
}
.search-button, .search-icon {
color: #7E7E7E;
font-size: 16px;
font-weight: 900;
line-height: 18.4px;
text-align: center;
}
.search-button {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
background-color: transparent;
}
.search-button i {
color: var(--vermelho);
font-size: 20px;
padding-top: 3px;
}
.search-input {
font-style: italic;
}
#search-default {
height: 48px;
padding: 8px 8px 8px 24px;
padding-top: 8px;
gap: 8px;
border-radius: 24px 24px 24px 24px !important;
border: 1px solid #888888;
padding-top: 10px;
margin-bottom: 20px;
}
.form-control, .form-control::placeholder {
color: #919191;
font-weight: 500;
font-size: 14px;
}
#search-default::placeholder {
font-size: 18px;
font-weight: 400;
text-align: left;
color: #5F6368;
}
.tit-area-unset {
border-left: 4px solid var(--vermelho);
font-weight: 600;
margin-bottom: 36px;
padding-left: 24px;
text-transform: unset;
font-size: 24px;
}
.slides-home{
position: relative;
padding:15px 50px;
}
.slides-home .slides{
overflow: hidden;
}
.slides-home .arrow{
position: absolute;
left: 0;
top: 50%;
transform: translatey(-50%);
background: none !important;
color: var(--vermelho);
-webkit-text-stroke: 2px var(--vermelho);
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
z-index:6;
}
.slides-home .arrow.arrow-next{
left:auto;
right:0;
}
.slides-home .slides .slide img {
height: 300px !important;
width: 100% !important;
border-radius: 8px;
}
.paginacao-banners{
display: flex;
align-items: center;
justify-content: center;
}
.paginacao-banners .swiper-pagination-bullet{
background-color: #cccccc;
border-radius: 30px !important;
width: 8px;
height: 8px;
border: 1px solid #cccccc;
margin: 0 3px;
opacity: 1;
}
.paginacao-banners .swiper-pagination-bullet-active{
background-color: var(--vermelho);
border-color:var(--vermelho);
}
section#orgaos-mais-solicitados {
padding-top: 65px;
}
.tit-area {
border-left: 4px solid #FF161F;
font-weight: 600;
margin-bottom: 36px;
padding-left: 24px;
text-transform: unset;
}
section#orgaos-mais-solicitados .scroll-container {
overflow-x: auto;
white-space: nowrap;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 6px;
scrollbar-width: none;
}
section#orgaos-mais-solicitados .card {
border-radius: 12px 12px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
flex: 0 0 auto;
width: 274px;
}
section#orgaos-mais-solicitados .card a {
text-decoration: none;
}
section#orgaos-mais-solicitados .card-img-top {
height: 126px;
padding: 27px;
background-color: #F2F2F2;
border-radius: 12px 12px 0px 0px;
}
.card-img-top {
width: 100%;
}
section#orgaos-mais-solicitados .dimension-img {
width: 100%;
background-color: #F2F2F2;
border-radius: 12px 12px 0px 0px;
text-align: center;
}
section#orgaos-mais-solicitados img.logo-iirgd {
width: 180px;
}
section#orgaos-mais-solicitados .card-body {
padding-left: 28px;
padding-right: 28px;
height: 106px;
}
section#orgaos-mais-solicitados .card-text {
white-space: normal;
margin:0;
font-size: 16px;
color:#555;
}
section#orgaos-mais-solicitados .card-footer {
padding-top: 0px !important;
padding-bottom: 10px !important;
background-color: transparent !important;
border-top: none !important;
}
.card-footer:last-child {
border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
section#orgaos-mais-solicitados .card-footer i {
color: #BFBFBF;
font-size: 20px;
}
.ml-4{
margin-left: 24px;
}
section#orgaos-mais-solicitados .card:hover {
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
cursor: pointer;
}
section#orgaos-mais-solicitados .card:hover .card-footer i {
color: var(--vermelho);
}
section#orgaos-mais-solicitados .card:hover .dimension-img,
section#orgaos-mais-solicitados .card:hover .card-img-top,
section#orgaos-mais-solicitados .card:hover .dimension-img:hover .card-img-top {
background-color: #e9e7e7;
}
section#orgaos-mais-solicitados .button-display-all-organs {
width: 231px;
height: 39px;
border-radius: 20px;
text-decoration: none;
padding: 8px 24px;
font-weight: 600;
font-size: .9rem;
line-height: 23.17px;
display: inline-flex;
gap:8px;
align-items: center;
justify-content: center;
text-align: center;
text-decoration: none !important;
background-color: #fff;
color: #000 !important;
border: 1px solid #000000;
}
section#orgaos-mais-solicitados .button-display-all-organs:hover {
background-color: #e9ecef;
border-color:#e9ecef;
}
#carta-home {
background: #ededed;
margin: 60px 0 0 0;
padding: 50px 0 30px;
}
#carta-home .link-card-services-subject {
margin-bottom: 30px;
}
#carta-home .card {
border-radius: 15px;
text-align: center;
border-radius: 8px;
background: var(--Branco, #fff);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
#carta-home .card .card-body {
padding: 1.25rem 2rem;
}
#carta-home .card i {
color: #000;
font-size: 36px;
margin-bottom: 15px;
width: unset;
}
#carta-home .card p {
font-size: 20px;
font-weight: 400;
margin-bottom: 0;
line-height: 26px;
}
#carta-home .card .overlay {
border-radius: 8px;
display: none;
width: 100%;
height: 100%;
padding: 30px;
position: absolute;
transition: 1s;
}
#carta-home .card:hover .card-body p {
color: #fff !important;
}
#carta-home .card.card-services-subject:hover .overlay {
display: block;
background: #4F4F4F;
transition: 1s;
}
#carta-home .card {
width: 100% !important;
height: 240px !important;
}
#dados-estatisticas .box-background-dados-estatisticas {
display: flex;
flex-direction: column;
gap: 10px;
height: auto;
overflow: hidden;
box-shadow: 0px 3.5px 3.5px 0px #00000040;
}
#dados-estatisticas .background-dados-estatisticas {
position: relative;
height: 330px;
object-fit: cover;
}
#dados-estatisticas .box-content-dados-estatisticas {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
gap: 26px;
margin-top: 44px;
margin-bottom: 50px;
height: 225px;
width: 100%;
overflow: hidden;
}
#dados-estatisticas .title-dados-estatisticas {
font-weight: 700 !important;
font-size: 24px !important;
line-height: 40.48px !important;
text-align: center;
color: #fff !important;
}
#dados-estatisticas .box-indicators-dados-estatisticas {
display: flex;
justify-content: space-between;
height: 136px;
width: 100%;
max-width: 1170px;
}
#dados-estatisticas .card-indicator-dados-estatisticas {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
gap: 4px;
text-align: center;
width: 136px;
height: 136px;
padding-bottom: 6px;
}
#dados-estatisticas .card-indicator-dados-estatisticas i {
font-weight: 900;
font-size: 32px;
line-height: 100%;
color: var(--vermelho);
}
#dados-estatisticas .card-indicator-dados-estatisticas .card-indicator-status-dados-estatisticas {
font-weight: 600;
font-size: 32px;
line-height: 55px;
color: #FFF;
}
#dados-estatisticas .card-indicator-dados-estatisticas .card-indicator-text-dados-estatisticas {
font-weight: 500;
font-size: 16px;
line-height: 22px;
height: inherit;
color: #FFF;
}
#banner-download-app .box-banner-download-app {
text-align: center;
margin: 0 50px;
}
#banner-download-app .img-mobiles {
width: 100%;
height: auto;
max-width: 648px;
max-height: 656px;
margin-top: 50px;
}
#banner-download-app .banner-download-app-infos {
width: auto;
max-width: 432px;
}
#banner-download-app .banner-download-app-box-title {
margin-top: 110px;
}
#banner-download-app .banner-download-app-title {
font-weight: 600;
font-size: 24px;
margin-bottom: 16px;
text-align: center;
color: #000;
}
#banner-download-app .banner-download-app-text {
font-weight: 400;
font-size: 16px;
text-align: left;
}
#banner-download-app .banner-download-app-qrcode {
width: 200px;
height: 200px;
border-radius: 8px;
border-width: 1px;
padding: 8px;
border: 1px solid #000000;
}
.barra-mobile {
display: none;
}
.card-servico {
background-color: #fcfcfc;
border: 1px solid #e0e0e0;
border-radius: 8px;
transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.card-servico:hover {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
transform: translateY(-2px);
}
.badge-online {
background-color: #e3f2fd;
color: #0066cc;
padding: 6px 12px;
border-radius: 20px;
font-size: 0.75rem;
font-weight: 600;
width: fit-content;
display: inline-block;
margin-bottom: 12px;
}
.badge-presencial {
background-color: #e8f5e9;
color: #00a86b;
padding: 6px 12px;
border-radius: 20px;
font-size: 0.75rem;
font-weight: 600;
width: fit-content;
display: inline-block;
margin-bottom: 12px;
}
.badge-hibrido {
background-color: #fff3e0;
color: #ff9500;
padding: 6px 12px;
border-radius: 20px;
font-size: 0.75rem;
font-weight: 600;
width: fit-content;
display: inline-block;
margin-bottom: 12px;
}
.card-servico .card-title {
font-size: 16px;
font-weight: 600;
color: #333;
}
.card-servico .card-text {
font-size: 14px;
color: #666;
line-height: 20px;
min-height: 40px
}
.card-servico .card-body{
position:relative;
padding:15px 15px 30px;
}
.card-servico .card-body a.link-service{
width:100%;
height:100%;
position:absolute;
z-index:5;
top:0;
left: 0;
padding:15px 15px 15px;
align-items: flex-end;
color:var(--vermelho);
font-weight: 600;
}
#servicos-home .row.mb-4 .col-12{
padding:0 5px;
}
section#agendamento{
min-height: calc(100vh - 510px);
}

.form-box{
font-family: "DM Sans", sans-serif;
background-color:  #f7f7f7;;
padding: 30px 0;
margin-top:15px;
}
.form-box .form-label {
font-weight: 600;
margin-bottom: 2px;
font-size: 15px;
display: flex;
align-items: center;
}
.required-mark {
color: var(--vermelho);
font-weight: 700;
font-size: 18px;
display: inline-flex;
margin-left: 2px;
}
.form-control,
.form-control:focus,
select.form-control,
select.form-control:focus {
height: 44px;
border-radius: 0.375rem;
box-shadow: none !important;
}
.input-group .form-control {
height: 44px;
}
.input-group-text {
height: 44px;
display: flex;
align-items: center;
justify-content: center;
}
.form-control.is-invalid,
.form-control.is-invalid:focus {
border-color: #dc3545;
background-color: rgba(220, 53, 69, 0.1);
}
.form-control.is-invalid:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.btn,
.btn-nav {
height: 44px;
font-weight: 700;
border-radius: 0.375rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
padding: 0 1.5rem;
border: none;
cursor: pointer;
transition: all 0.3s ease;
}
.btn-nav {
background-color: var(--vermelho);
color: white;
border: 1px solid var(--vermelho);
}
.btn-nav:hover {
background-color: var(--vermelho);
opacity: 0.9;
color: white;
border-color: var(--vermelho);
}
.title-step {
font-size: 26px;
font-weight: 700;
margin-bottom: 0;
}
.subtitle-step {
font-size: 16px;
color: #6c757d;
margin-bottom: 25px;
}
.confirmation-summary {
background-color: #f8f9fa;
padding: 1.5rem;
border-radius: 0.375rem;
}
.steps-indicator {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.steps-indicator::before {
content: '';
position: absolute;
top: 22px;
left: 0;
right: 0;
height: 2px;
background-color: #e9ecef;
z-index: 0;
}
.step-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
flex: 1;
position: relative;
z-index: 1;
}
.step-number {
width: 44px;
height: 44px;
border-radius: 50%;
background-color: #e9ecef;
border: 2px solid #dee2e6;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
color: #6c757d;
transition: all 0.3s ease;
}
.step-item.active .step-number {
background-color: var(--vermelho);
border-color: var(--vermelho);
color: white;
box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.1);
}
.step-item.completed .step-number {
background-color: #28a745;
border-color: #28a745;
color: white;
}
.step-label {
font-size: 0.875rem;
font-weight: 600;
color: #6c757d;
text-align: center;
}
.step-item.active .step-label {
color: var(--vermelho);
}
.step-item.completed .step-label {
color: #28a745;
}
.s-hidden {
visibility:hidden;
padding-right:10px;
}
.select {
cursor: pointer;
display: inline-block;
position: relative;
appearance: none;
width: 100%;
padding: 0;
margin-bottom: 0px;
border: 0;
transition: box-shadow 150ms ease 0s, border-color 150ms ease 0s, padding 150ms ease 0s !important;
background-color: transparent !important;
}
.styledSelect {
position: absolute;
top: 50%;
right: 0;
bottom: 0;
left: 0;
background-color: transparent;
padding: 0;
transform: translateY(-50%);
height: 100%;
opacity: 0;
color:#555;
z-index: 5;
}
.styledSelect:active, .styledSelect.active {
background-color:transparent;
}
.options {
display:none;
position:absolute;
top:100%;
width: 100%;
left: 0;
z-index:999;
padding:0 0;
list-style:none;
border:1px solid #B7B7B7D6;
background-color: #ffffff;
border-radius:8px;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
max-height: 220px;
overflow-y: auto;
color:#555;
font-size:15px;
margin: 0 !important;
scrollbar-color: rgb(223, 227, 232) rgb(249, 250, 251);
scrollbar-width: 0;
}
.options li {
padding:0 6px;
margin:0 0;
padding:0 10px;
height:34px;
font-size:15px;
font-weight: 500;
display:flex;
align-items:center;
color:#555;
}
.options li.search-item {
height:auto;
padding:6px 8px;
}
.options li.search-item input.form-control{
width:100%;
font-size:14px;
padding:4px 8px;
box-shadow:none;
}
.options li:hover{
background:var(--vermelho);
color:#fff;
}
.options li.search-item:hover{
background:transparent;
color:inherit;
}
.confirmation-section {
background-color: #fff;
padding: 1.5rem;
border-radius: 0.375rem;
}
.section-title {
font-size: 0.95rem;
font-weight: 600;
color: #333;
margin-bottom: 1rem;
}
.label-confirmation {
font-size: 0.85rem;
color: #6c757d;
margin-bottom: 0.25rem;
}
.value-confirmation {
font-size: 0.95rem;
font-weight: 600;
color: #333;
margin-bottom: 0;
}
.pricing-section {
background-color: #fff;
}
.pricing-item {
display: flex;
justify-content: space-between;
align-items: center;
}
.pricing-label {
font-size: 0.9rem;
color: #6c757d;
}
.pricing-value {
font-size: 0.9rem;
font-weight: 600;
color: #333;
}
.pricing-item.pricing-total {
border-top: 2px solid #dee2e6;
padding-top: 0.75rem;
margin-top: 0.75rem;
}
.pricing-item.pricing-total .pricing-label {
color: var(--vermelho);
font-weight: 700;
}
.pricing-item.pricing-total .pricing-value {
color: var(--vermelho);
font-weight: 700;
font-size: 1.1rem;
}
.payment-info {
font-size: 0.85rem;
color: #6c757d;
line-height: 1.6;
}
.alert-important {
background-color: #fff5f5;
border: 1px solid #f8d7da;
border-radius: 0.375rem;
padding: 1.25rem;
display: flex;
gap: 1rem;
}
.alert-icon {
flex-shrink: 0;
font-size: 1.25rem;
color: var(--vermelho);
}
.alert-content {
flex: 1;
}
.alert-title {
font-size: 0.95rem;
font-weight: 700;
color: var(--vermelho);
margin-bottom: 0.25rem;
}
.alert-message {
font-size: 0.85rem;
color: #6c757d;
margin-bottom: 0;
line-height: 1.5;
}
.alert-message strong {
color: #333;
}
select{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(85,85,85,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
background-size: 20px;
background-repeat: no-repeat;
background-position: center right 10px;
}
.pix-area{
font-family: 'DM Sans', sans-serif;
}
.bg-primary{
background-color: var(--vermelho) !important;
}
.text-primary{
color:var(--vermelho) !important;
}
.pix-area h4, .pix-area p{
margin:0;
}
.p-4 {
padding: 12px 15px !important;
}
.custom-select-poupatempo .list-group-item { cursor: pointer; white-space: normal; }
.custom-select-poupatempo .list-group-item strong { display:block; }
.custom-select-poupatempo .list-group-item small { display:block; margin-top:4px; color:#6c757d; }
.custom-select-poupatempo .list-group-item.active,
.custom-select-poupatempo .list-group-item:hover { background:#f8f9fa; }
.custom-select-poupatempo input.form-control { padding-right: 2.5rem; }
.no-results { pointer-events: none; opacity: .8; }

.card.card-order{
background-color: #fff5f5;
border: 1px solid #f8d7da;
}
.card.card-order .form-check{
padding:0;
}
.card.card-order .form-check label.form-check-label{
display: flex;
gap: 10px;
transition:all .2s linear;
cursor: pointer;
}
.card.card-order .form-check input:checked + label.form-check-label{
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #ccc;
}
.card.card-order .form-check label.form-check-label span{
width: 18px;
height: 18px;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
border-radius: 4px;
border: 1px solid #ccc;
color: #fff;
transition: all .3s linear;
padding:2px;
}
.card.card-order .form-check input:checked + label.form-check-label span{
background-color: #60c21d;
border-color: #60c21d;
}
.card.card-order .form-check label.form-check-label .text{
width: 100%;
flex: 1;
font-weight: 600;
color: #000;
font-size: 15px;
margin-top: -3px;
}
.card.card-order .form-check label.form-check-label .text small{
display: block;
font-size: 11px;
font-weight: 400;
color: #555;
}
#cep-loader{
background-color: transparent;
display: flex;
align-items: center;
justify-content: center;
width: 23px;
height: 23px;
position: absolute;
border: 0;
top: 50%;
transform: translatey(-50%);
right: 10px;
}
.upsell{
max-width: 720px !important;
font-family: 'Inter', sans-serif;
}


@media (max-width: 576px) {
    .steps-indicator {
        margin-bottom: 1rem;
    }

    .step-label {
        font-size: 0.75rem;
    }

    .btn-nav {
        min-width: auto;
        flex: 1;
    }
}

@media (min-width: 992px) {
    button.navbar-toggler {
        display: none !important;
    }
        #navbarsExampleDefault {
        display: flex;
    }
    #navbar-main {
        display: flex;
        flex-direction: row;
        gap: 18px;
    }
}

@media only screen and (min-width: 1280px) {
    #barra-gov, #navbar-default {
        display: block;
        margin: 0 auto;
    }
    #scroll-container-indicators {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
.barra-mobile {
background-color: #000;
width: 100%;
height: 30px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#barra-gov {
padding: 40px 0 30px;
}
#barra-gov .row .col a {
width: unset;
}
#barra-gov .logo img {
max-width: 162px !important;
height: auto !important;
}
.govbr {
display: none;
}
#barra-gov .row .col {
display: flex;
align-items: center;
justify-content: center;
}
#navbar-default {
padding: 0 !important;
display:none !important;
}
#navbar-collapse-toggler {
padding: .5rem 1.25rem;
}
#busca-home {
margin: 20px 0 25px;
}
.box-search-default .label-search-default {
font-weight: 600 !important;
font-size: 20px !important;
color: #000 !important;
margin-bottom: 20px;
}
#acessibilidade img {
max-width: 32px;
margin-bottom: 6px;
}
.tit-area-unset {
border-left: 4px solid var(--vermelho);
font-weight: 600;
margin-bottom: 30px;
padding-left: 15px;
text-transform: unset;
font-size: 20px;
}
.slides-home {
position: relative;
padding: 15px 20px;
}
.slides-home .arrow{
width:20px;
height:20px;
font-size: 18px;
left:-5px;
}
.slides-home .arrow.arrow-next{
right:-5px;
}
.slides-home .slides .slide img{
height:auto !important;
}
.tit-area{
padding-left: 15px;
text-transform: unset;
font-size: 20px;
}
section#orgaos-mais-solicitados .card {
width: 100% !important;
}
.scroll-container-indicators {
display: flex;
list-style: none;
}
.scroll-container-indicators li {
cursor: pointer;
background-color: #cccccc;
border: 1px #cccccc solid;
width: 10px;
height: 10px;
border-radius: 30px;
margin-left: 3px;
margin-right: 3px;
opacity: .5;
transition: opacity .6s ease;
}
.scroll-container-indicators li.active {
background-color: var(--vermelho);
border: 1px var(--vermelho) solid;
width: 10px;
height: 10px;
border-radius: 50%;
margin-left: 3px;
margin-right: 3px;
opacity: 1;
transition: opacity .6s ease;
}
section#orgaos-mais-solicitados .card-img-top {
height: auto !important;
}
section#orgaos-mais-solicitados .button-display-all-organs {
width: 100%;
}
#carta-home .card {
width: 300px !important;
height: 240px !important;
margin: 0 auto;
}
#dados-estatisticas .box-content-dados-estatisticas, #dados-estatisticas .card-indicator-dados-estatisticas, #dados-estatisticas .box-indicators-dados-estatisticas {
height: auto;
}
#dados-estatisticas .box-indicators-dados-estatisticas {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
width: 100%;
padding: 10px;
}
#dados-estatisticas .card-indicator-dados-estatisticas {
width: calc(63.33% - 10px);
padding-bottom: 36px;
}
#dados-estatisticas .background-dados-estatisticas {
height: 1150px;
}
#banner-download-app .box-banner-download-app {
margin-bottom: 40px;
}

#banner-download-app .banner-download-app-text {
text-align: center;
}

#banner-download-app .banner-download-app-infos {
margin-top: -100px;
}

#banner-download-app .img-mobiles {
min-height: auto;
width: 120%;
}
footer#footer-main .list-inline {
display: flex;
justify-content: center;
}
footer#footer-main h2 {
padding-bottom: 14px !important;
margin-bottom: 0px !important;
font-weight: 600;
font-size: 16px;
text-transform: uppercase !important;
}
footer#footer-main a img{
max-width: 250px;
}
footer#footer-main ul li{
margin:0 4px;
}
.upsell{
    padding-left:0 !important;
    padding-right:0 !important;
}
.p-5.space-y-5{
padding:15px !important
}

}

@media (max-width: 575px) {
body .navbar .btn-gov {
width: 101px !important;
max-width: 101px !important;
height: 40px !important;
max-height: 40px !important;
font-size: 14px !important;
padding-top: 8px;
}


}