*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

label {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

h3{
    font-size: 2rem;
    font-weight: 600;
}

:root {

    --primary-color: #0494c7;
    --secundary-color : #155F9B;

    --text-primary: #FFFFFF;
    --background-card: #91BB25 ;

    --background-light: #edf1f2;
    --background-dark: #333333;

    font-size: 62.5%;
}

body {
    font-family: 'Inter', sans-serif;
    font-family: 'Inter Tight', sans-serif;
    font-family: 'Lato', sans-serif;
    display: flex;
    flex-direction: column;
    background: var(--background-light);
    font-size: 1.6rem;
}

main {
    flex: 1;
}

nav {
    background: var(--primary-color);
}


/* Estilizando Menu */
a {
    font-size: 1.6rem;
}

.navbar-brand {
    display: flex;
    width: 50%;
}

.navbar-brand a {
    color: var(--background-light);
}

.navbar-brand a:hover {
    text-decoration: none;
    background: var(--background-card);
}

ul {
    display: flex;
    gap: 0.8rem;
}

ul li a {
    color: var(--text-primary);
    --text-transform: uppercase;
    transition: all .7s;
}

ul li a:hover {
    color: var(--text-primary);
    background-color: var(--background-card);
}

form input {
    border-radius: 1.6rem;
    padding: 0.8rem;
    padding-left: 1.6rem;
    border: none;

    --margin-left: 4.2rem;
}

form input::placeholder {
    text-align: center;
    text-transform: uppercase;
}

i {
    color: var(--text-primary);
    font-size: 1.8rem;
}

.menu-hamburguer {
    width: 3.2rem;
}
.dropdown-menu {
    background: var(--primary-color);
    border: none;
}
.dropdown-menu a{
    background: var(--primary-color);
    color: var(--text-primary);
}

.dropdown-menu a:hover {
    background: var(--background-card);
    color: var(--text-primary);
}

.dropdown-menu ul li a {
    color: var(--text-primary);
    text-transform: uppercase;
    transition: all .7s;
}

.navbar-brand {
    font-size: 1.6rem;
}

/* Estilizando Acessibilidade */
.acessibilidade {
    color: var(--secundary-color);
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 2rem;
}

.acessibilidade .image {
    border: 1px solid var(--background-card);
    transition: all 0.7s ease-in-out;
}

.acessibilidade .image:hover {
    background: var(--background-card);
    transform: scale(1.2);
}

.acessibilidade img {
    width: 3.2rem;
    height: 3.2rem;
}

/* Estilizando a Sessão Hero */

main .hero {
    display: flex;
    flex-direction: row-reverse;
    gap: 10.2rem;

    padding-bottom: 1.6rem;
    
    background: -webkit-linear-gradient(left, #155f9b, #ffffff);
    background: -moz-linear-gradient(left, #155f9b, #ffffff);
    background: -ms-linear-gradient(left, #155f9b, #ffffff);
    background: -o-linear-gradient(left, #155f9b, #ffffff);
    background: linear-gradient(to right, #155f9b, #ffffff);
}

.description {
    padding-top: 3.2rem;
}

@media (min-width: 755px) and (max-width: 992px) {
    img{
        width: 200%;
    }
}

h1 {
    margin-bottom: 3.2rem;
}

.description p {
    line-height: 150%;
}

/* Acesso Rápido */
.acesso-rapido {
    margin-top: 2.4rem;
}

h2 {
    text-align: center;
    line-height: 150%;
    margin-bottom: 2.4rem;
}


.acesso-rapido  h2:after, h2:before {
    content: '';
    display: block;
    width: 8rem;
    height: 3px;
    background: var(--background-card);
    margin: 0 auto;    
}


h2 {
    text-align: center;
    line-height: 150%;
}


.acesso-rapido  h2:after, h2:before {
    content: '';
    display: block;
    width: 8rem;
    height: 3px;
    background: var(--background-card);
    margin: 0 auto;    
}

/* Estilizando os CARDS */

.secao4-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    text-align: center;
    background: var(--background-card);

    padding-bottom: 4.8rem;
}

.secao4-div-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 4 - 60px);
    margin-top: 4.8rem;
    padding: 2rem;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background-color: white;


    transition: all 0.5s ease;
}

.secao4-div-card:hover {
    transform: scale(1.1);
    z-index: 1;
}

.secao4-div-card i {
    font-size: 8rem;
    height: auto;
    color: var(--background-dark);
}

.secao4-div-card a {
    text-decoration: none;
}

.secao4-div-card a {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    color: var(--background-dark);
    font-size: 2rem;
    font-weight: 600;
}

/* Estilizando Sessão Documentos */

.documentos {
    margin-top: 2.4rem;
}

.documentos  h2:after, h2:before {
    content: '';
    display: block;
    width: 8rem;
    height: 3px;
    background: var(--background-card);
    margin: 0 auto;    
}

.documentos .secao4-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.2rem;
    text-align: center;
    background: var(--background-card);

    padding-bottom: 4.8rem;
}

.documentos .secao4-div-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 3 - 60px);
    margin-top: 4.8rem;
    padding: 2rem;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background-color: white;


    transition: all 0.5s ease;
}

/* Estilizando o accordion */
.faq .accordion .card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.faq .accordion .card h3 button {
    font-size: 2rem;
}
.veja-mais {
    display: flex;
    justify-content: end;
}
.ver-mais {
    color: var(--primary-color);
    background: var(--text-primary);
    padding: 1rem;
    font-size: 2rem;
    font-weight: 500;
}

/* Estilizando o Rodape */

.rodape {
    margin-top: 2.4rem;
    
}
.rodape a{
    text-decoration: none;
    color: var(--background-dark);
    font-size: 2rem;
}
.rodape p{
    margin-bottom: 5px;
    color: #FFFFFF;
}

.rodape span{
    font-size: 20px;
    color: white;
}

.rodape-informacoes {
    background: -webkit-linear-gradient(left, #155f9b, #ffffff);
    background: -moz-linear-gradient(left, #155f9b, #ffffff);
    background: -ms-linear-gradient(left, #155f9b, #ffffff);
    background: -o-linear-gradient(left, #155f9b, #ffffff);
    background: linear-gradient(to right, #155f9b, #ffffff);
    
    display: flex;
    justify-content: space-around;

    padding: 1.6rem 14.1rem 0 14.1rem;
}

.rodape-direitos{
    
    padding: 10px;
    margin: 0px;    
    text-align: center;
    background: var(--secundary-color);
}


/* estilizando o modo dark */

.dark {
    background: #333333;
}

.dark .navbar,
.dark .card,
.dark footer {
    background: #333333;
}

.dark h1,
.date h2,
.dark h3,
.dark h5,
.dark a,
.dark .navbar-brand,
.dark .date,
.dark .publicacao h2,
.dark .treinamentos h2,
.dark p {
    color: #91BB25 !important;
}

.dark .card, .dark .nav-item
 {
    border: 1px solid #91BB25;
}

.dark #portalsei .form-control {
    outline: 2px solid #91BB25;
}

/* incrementar e decrementar o tamanho da font */

.increment-font,
.increment-font .navbar-brand,
.increment-font .publicacao h2,
.increment-font .treinamentos h2,
.increment-font h4,
.increment-font .card h5
{
    font-size: 2.4rem;
}

.increment-font h1 {
    font-size: 3rem;
}

.decrement-font,
.decrement-font h1,
.decrement-font .navbar-brand,
.decrement-font .publicacao h2,
.decrement-font .treinamentos h2,
.decrement-font h4,
.decrement-font .card h5
{
    font-size: 1.3rem;
}


@media (max-width: 755px) {

    nav .container {
        display: flex;
        flex-direction: column;
    }

    nav .container form .form-control {
        margin: 0 !important;
    }

    main .hero {
        display: flex;
        flex-direction: column;

        width: 100%;
    }

    section .secao4-div {
        display: flex;
        flex-direction: column;  
        
        padding-left: 2rem;
        padding-right: 2rem;
    }

    section .secao4-div-card {
        width: 100%;
    }
}





/* Estilizando pagina de posts */

.posts {
    display: flex;
    flex-wrap: wrap;
}

/* Estilos para o card */
.card {
    width: 28%;

    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 2rem;
}

/* Estilos para o título */
.card h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.card .author {
    display: flex;
    align-items: center;
    padding:0 1.2rem 0 1.2rem;
}

.card i {
    font-size: 24px;
    color: black;
}

.card span {
    padding: .5rem;
}


/* Estilos para o conteúdo */
.card p {
    margin-top: 2rem;
    font-size: 1.6rem;
    color: #333;
    padding:0 1.2rem 0 1.2rem;
}

/* Estilos para a imagem */
.card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.blog h2 {
    color: var(--background-dark);
    font-size: 2.4rem;
    font-weight: 700;
}


/* pagina search */

.section-search .pagination {
    padding: 0.8rem;
}
.section-search a,h2 {
    color: var(--background-dark);
    padding: .8rem;
    margin-left: .8rem;
}

.section-search a:hover{
    color: var(--background-card);
    background: var(--background-light);
}

.wpdevs-pagination {
    display: flex;
    justify-content: space-between;
}

/* widget ultimos posts pagina de erro */

.error_404 .error ul {
    display: flex;
    flex-direction: column;
    color: var(--secundary-color)
}

.error_404 .error ul li a {
    color: var(--secundary-color);
    cursor: pointer;    
}

.faq button {
    font-size: 2rem;
}