h1 {
    font-size: 21px;
}

h3 {}

.titulo::after {
    display: none;
}

/* Bloco Menu */
@media screen and (max-width: 768px) {
    #bloco-menu ul {
        border: none;
    }
}

/* ========== */

/* Bloco Logo */
#bloco-logo ul {
    padding: 0;
}

#bloco-logo .form-padrao {
    /* display: flex; */
}

@media screen and (min-width: 768px) {
    #bloco-logo #menu {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {

    #bloco-logo ul {
        display: grid;
        justify-content: start;
    }

    #bloco-logo .navbar-toggle {
        border-color: var(--Primary1);
    }

    #bloco-logo .navbar-toggle span {
        background-color: var(--Primary1);
    }
}

/* /.Bloco Logo */


/* Bloco Inicial da Home */
#bloco-cartaservico {
    background-image: url('../../img/cartaservico/capa_cidadaos.svg');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    height: 42vh;
    display: grid;
    align-items: center;
    padding-right: 47vw;
    align-content: center;
    border-top: 2px solid #EEEEEE;
}

#bloco-cartaservico h1 {
    margin-bottom: 2vh;
}

#bloco-itens-servicos {
    padding-top: 5vh;
    padding-bottom: 5vh;
    margin-bottom: 94px;
}

#bloco-itens-servicos .acesso-rapido-item {
    min-height: 21vh;
    text-align: center;
    padding: 2vh;
    align-items: center;
    display: block;
    border-radius: 10px;
    display: flex;
}

#bloco-itens-servicos .acesso-rapido-item h3 {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    #bloco-cartaservico {
        padding: 0 10%;
        justify-content: center;
        background-position: center;
        z-index: 0;
    }

    #bloco-cartaservico::after {
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        z-index: -1;
        background-color: rgb(255, 255, 255, .6);
    }
}

@media screen and (max-width: 768px) {
    #bloco-cartaservico {
        background-size: cover;
    }

    #bloco-itens-servicos {
        padding-top: 1vh;
        /* padding-bottom: 0; */
    }

    #bloco-itens-servicos .acesso-rapido-item {
        margin-top: 3vh;
    }
}

.contrast #bloco-cartaservico {
    filter: grayscale(1);
}

/* Caminho da url */
.path {
    border-bottom: 1px solid #eee;
}

.path a {
    color: #102530;
    text-transform: capitalize;
    font-size: 16px;
}

.path ul li {
    list-style-image: url('../../img/icone_seta_direita_black.svg');
}

/* Bloco Pesquisa */
.bloco-pesquisa {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.bloco-pesquisa h3 {
    margin-top: 2vh;
    font-family: 'Roboto-Medium';
    color: #727374;
}

.bloco-pesquisa input {
    padding: 12px 16px;
    box-shadow: 0px 1px 4px rgba(14, 25, 31, 0.25);
    border-radius: 10px 0 0 10px;
    margin: 0;
    border-color: transparent;
}

.bloco-pesquisa .form-padrao input:focus {
    box-shadow: 0px 1px 4px rgba(14, 25, 31, 0.25);
}

.bloco-pesquisa button {
    border-radius: 10px;
    border-color: transparent;
    box-shadow: 4px 0px 5px rgb(14 25 31 / .25);
}

/* Bloco Categorias */
#cartaservico-destaques h3 {
    color: #727374;
    font-family: 'Roboto-Regular';
}

#cartaservico-destaques p {
    color: #727374;
}

#cartaservico-destaques .acesso-rapido-item {
    border-left: 8px solid #1E6794;
    margin-bottom: 3vh;
    transition: all .5s;
    display: grid;
    justify-items: center;
    min-height: 120px;
    align-items: center;
    font-size: 16px;
    padding: 10px 5px;
    border-radius: 10px;
}

#cartaservico-destaques .acesso-rapido-item:hover {
    border-left: 1px solid #1E6794;
}

#cartaservico-destaques .acesso-rapido-item svg {
    font-size: 40px;
    color: var(--Primary1);
}

/* Bloco Links */
#links .acesso-rapido-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    padding: 15px;
}

#links .acesso-rapido-item:hover {
    transform: scale(1.03);
}


#links .acesso-rapido-item:focus,
#links .acesso-rapido-item:active {
    outline: none;
}

#links .acesso-rapido-item .imagem {
    min-width: 25%;
    text-align: center;
    justify-content: center;
}

#links .acesso-rapido-item .texto h4 {
    font-size: 18px;
    color: #727374;
}

#links .acesso-rapido-item .texto h4 b {
    color: var(--Primary1);
}

#links .acesso-rapido-item .texto p {
    font-size: 16px;
    text-align: left;
    text-transform: none;
    color: #727374;
}

@media screen and (max-width: 768px) {
    #links .acesso-rapido-item {
        margin-bottom: 2vh;
    }
}

.contrast #links .acesso-rapido-item .texto h4 b {
    color: white;
}

/* ================ */

/* Bloco Tabs */
.bloco-tabs {
    display: none;
}

.bloco-tabs .loader {
    margin-top: 60px;
    margin-bottom: 60px;
}

.bloco-tabs ul li a,
.bloco-tabs p {
    padding: 12px 24px;
    margin-top: 10px;
    border-radius: 10px;
}

.bloco-tabs ul li a {
    font-size: 16px;
    font-family: 'Roboto-Bold';
    background-color: var(--Primary0);
    color: white;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.contrast .bloco-tabs ul li a {
  background-color: #333 !important;
}

.bloco-tabs ul li a:hover,
.bloco-tabs ul li a:active,
.bloco-tabs ul li a:focus {
    background: var(--Primary2);
    color: #fff;
    text-decoration: none;
}

.bloco-tabs .texto a,
.bloco-tabs .texto p {
    background-color: #eee;
    padding-left: 3vw;
    padding-right: 3vw;
    margin-top: 1vh;
    color: #474A4D;
    font-family: 'Roboto-Regular';
}

.bloco-tabs .texto a:hover,
.bloco-tabs .texto a:active,
.bloco-tabs .texto a:focus {
    background-color: #eee;
    color: #474A4D;
    outline: none;
    text-decoration: none;
}

/* ============================= */

/* Bloco Detalhes do Serviço */
.conteudo {
    font-size: 16px;
}

.conteudo .titulo {
    /* display: flex; */
    color: #004066;
    margin-top: 3vh;
    align-items: center;
}

.conteudo h1 {
    word-break: break-word;
}

.conteudo button {
    min-width: 20vw;
}

.conteudo .titulo h3 {
    margin: 0;
    font-family: 'Roboto-Medium';
    display: inline-block;
}

.conteudo ol {
    padding-left: 25px;
}

/* ============================= */


/* Bloco Detalhes do Serviço */
.conteudo {
  font-size: 16px;
}

.conteudo .titulo {
  /* display: flex; */
  color: #004066;
  margin-top: 3vh;
  align-items: center;
}

.conteudo h1 {
  word-break: break-word;
}

.conteudo button {
  background-color: #075687;
  color: white;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08rem;
  padding: 5px 15px;
  outline: 0;
}

.conteudo button:hover {
  background-color: #07568788;
  color: white;
}


.conteudo .titulo h3 {
  margin: 0;
  font-family: 'Roboto-Medium';
  display: inline-block;
}

.conteudo ol {
  padding-left: 25px;
}

.radio>input {
  display: none;
}

.circle {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #075687;
  display: inline-block;
  right: 0px;
  top: 5px;
  border-radius: 50%;
}

.circle:after {

  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  border: 4px solid #075687;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
}

.radio input:checked~.circle:after {
  opacity: 1;
}

.star-solid {
  height: 21.33px;
}
.margem-bloco {
  margin-block: 40px;
}

.contrast .circle:after {
  border-color: #ffff !important;
}
