@import url('https://fonts.googleapis.com/css?family=Patua+One');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* {
    outline: 1px solid red !important;
}*/
.margin60b{margin-bottom:60px;}
.mask-int {top:0;float:left;position:absolute;width:100%;height:100%;max-height:220px;background:rgba(0,0,0,0.50);z-index:0;}


p,a,i {
    font-size: 13px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 16px;
}

.h1-topo {
    font-size: 50px;
}

.container-1 {
    max-width: 1580px;
    width: 80%;
}

.overflow {
    overflow: visible;
}

[class*='grid-'] {
    float: none;
}

.zerar-margin {
    margin: 0 !important;
    padding: 0 !important;
}

.top {
    height: 50px;
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;

    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
}

.top i{
    margin-right: 5px;
}

.bandeira {
    height: 100%;

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

#tradutor {
    display: none;
    margin-left: 10px;
}

.topo {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-content: center;
}

.menu-topo img {
    max-width: 100%;
    max-height: 300px;
}

p.logo.bgbranco img {
    max-width: 100%;
    max-height: 250px;
}

.topo-tamanho {height: 624px;}


.fundo-topo {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    max-height: 812px;
}

.fundo-topo img {
    width: 100%;
    height: 624px;

    background-position: center;
    background-size: auto auto;
}

.topo ul,.section-cards ul {
    list-style: none;

    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
}

.topo .nav-desktop {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
}

.nav-mobile {
    display: none !important;
}

.menu-topo {
    padding: 25px 0;
    background-color: #ffffff;
    position: relative;

    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
}

.menu-topo .logo {
    max-width: 250px;
    max-height: 200px;
}

.menu-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #f7c300;
    transform: translate(-10px,-10px);
    z-index: -1;
}

.menu-topo a {
    font-family: 'Patua One', cursive;
    /*font-size: 13px;*/
    text-transform: uppercase;
    color: #000000;
    
    text-decoration: none;
    cursor: pointer;
}

.menu-topo a:hover {
    color: #f8c300;
    -webkit-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.dropbtn {
    text-transform: uppercase;
    color: #000000;
    background-color: transparent;
    border: none;
    outline: none;
}

.dropbtn i {
    margin-left: 10px;
}

.nav-desktop .dropdown-informacoes {
    position: relative;
    display: inline-block;
}

.nav-mobile .dropdown-mobile {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: .2ms ease;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown-informacoes:hover .dropdown-content {
    display: block;
}

.dropdown-informacoes:hover .dropbtn {
    color: #f7c300;
}

.topo h1 {
    font-family: 'Patua One', cursive;
    /*font-size: 40px;*/
    color: #ffffff;
    margin-top: 100px !important;
}

.topo h2 {
    font-family: 'Open Sans', sans-serif;
    /*font-size: 13px;*/
    color: #ffffff;
    margin-top: 20px !important;
}

.amarelo {
    color: #f7c300;
}

.section-cards {
    min-height: 400px;
    position: relative;

    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-content: center;
}



.section-cards ul {
    position: relative;
    margin-top: -5%;
}

.section-cards li {
    min-height: 380px;
	max-height: 380px;
    margin-bottom: 60px;	
}

.card {
    cursor: pointer;
}

.card-img {
    height: 255px;
    background-size: cover !important;
}

.card h1 {
    font-family: 'Patua One', cursive;
    text-align: center;
    /* line-height: 60px; */
    color: #4d4948;
}

.card p {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #4d4948;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;

    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
}

.card:hover .card-inner {
    transform: rotateY(180deg);
}

.card:hover .card-overlay {
    opacity: 1;
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;

    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
  }

.card-back {
    background-color: #2f2f2f;
    transform: rotateY(180deg);
}

.card-back h1 {
    font-family: 'Patua One', cursive;
    text-align: center;
    color: #f8c300;
	line-height:20px;
}

.card-back p {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #ffffff;
}

.card__btn {
    font-family: 'Patua One', cursive;
    text-align: center;
    color: #000000;
    background-color: #f8c300;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    height: 50px;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.card__btn:hover {
    background-color: #ffffff;
    -webkit-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #f7c300;
    transform: translate(10px,-10px);
    z-index: -1;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}

.acompanhamento-processual {
    background-color: #2f2f2f;
    padding: 20px 0;

    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
}

.acompanhamento-processual .container-1 {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.acompanhamento-processual h1 {
    font-family: 'Patua One', cursive;
    text-align: center;
    color: #f8c300;
    padding-bottom: 20px;
    border-bottom: 1px solid #434343;
    position: relative;
}

.acompanhamento-processual h1::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #bf9e58;
    bottom: 0;
    width: 10%;
    left: 45%;
}

.acompanhamento-processual p {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
}

.acompanhamento-processual a {
    font-family: 'Patua One', cursive;
    text-align: center;
    color: #000000;
    background-color: #f8c300;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    height: 50px;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.acompanhamento-processual a:hover {
    background-color: #ffffff;
    -webkit-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

section.equipe {
    padding: 30px 0 !important;
    font-family: 'Patua One', cursive;

    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
}

section.equipe ul {
    list-style: none;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
}


section.equipe a {
    text-decoration: none !important;
}

section.equipe .membro-equipe:hover img {
    transform: scale(1.2);
}

section.equipe .imagem-container {
    width: 100%;
    height: auto;
    overflow:hidden;
    border-radius: 5px;
    margin-bottom: 5px;
}

section.equipe img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: transform .2s ease;
}

section.equipe .nome {
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #898989;
}

section.equipe h1 {
    color: #bf9e58;
}

section.equipe p{
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    color: #898989;
}

section.equipe span {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000000;
}

section.equipe span{
    font-family: 'Open Sans', sans-serif;
}

section.newsletter {
    font-family: 'Patua One', cursive;
    background-color: #efefef;
    padding: 30px 0 !important;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
}

section.newsletter h1 {
    color: #bf9e58;
    /*font-size: 1.5vw;*/
}

section.newsletter p {
    font-family: 'Open Sans', sans-serif;
}

.row-center-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.row-center-between {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.row-center-around {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.row-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.row-center-nowrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.column-start {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}

.column-center {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.nowrap {
    flex-wrap: nowrap;
}
.align-start {
    align-content: flex-start;
    align-items: flex-start;
}
section.newsletter input{
    font-family: 'Open Sans', sans-serif;
    height: 45px;
    border-radius: 5px;
    border: 3px solid #ffffff;
    background-color: transparent;
    text-align: center;
}

section.newsletter input::placeholder{
    color: #000000;
    text-align: center;
}

section.newsletter span {
    background-color: #ffffff;
    height: 45px;
    border-radius: 5px;
}

section.newsletter span h2 {
    color: #bf9e58;
    text-align: center;
}

section.newsletter a.btn-enviar{
    height: 45px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #bf9e58;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
}

section.newsletter a.btn-enviar i {
    border-left: 1px solid #ac8e4f;
    height: 100%;
    padding: 0 10px;
}

section.newsletter a.btn-enviar:hover {
    background-color: #ffffff;
    color: #bf9e58;
    border: 1px solid #ac8e4f;

    transition: all 0.5s linear;
}

section.newsletter .grid-1 {
    width: 12%;
}

section.rodape {
    font-family: 'Ubuntu', sans-serif;
    background-color: #000000;
    padding: 40px 0 !important;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: flex-start;
}

section.rodape .logo {
    max-height: 300px;
}

section.rodape .logo-container p{
    /*font-family: 'Ubuntu', sans-serif;*/
    color: #ffffff;
    text-align: left;
    margin-top: 40px;
}

section.rodape h2 {
    /*font-family: 'Patua One', cursive;*/
    color: #ffffff;
    text-transform: uppercase;
}

section.rodape ul {
    /*font-family: 'Patua One', cursive;*/
    list-style: none;
    max-height: 140px;
    margin-top: 30px;

    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

section.rodape li a {
    color: #ffffff;
    transition: ease 0.3s;
    padding-left: 0;
    padding-right: 20px;
    cursor: pointer;
}

section.rodape li a:hover {
    padding-left: 10px;
    padding-right: 0;
    color: #f8c300;
}

section.rodape p {
    /*font-family: 'Patua One', cursive;*/
    color: #ffffff;
}

section.rodape .contato-container a {
    text-transform: uppercase;
    border: 2px solid #282828;
    border-radius: 5px;
    height: 45px;
    margin-top: 20px;
    cursor: pointer;
    background-color: transparent;
}

section.rodape .contato-container a i {
    color: #ac8e4f;
    height: 100%;
    background-color: #282828;
}

section.rodape .contato-container a:hover {
    color: #282828;
    background-color: #ac8e4f;
    border-color: #ffffff;

    transition: all 0.5s linear;
}

section.rodape .contato-container i {
    color: #ac8e4f;
    text-align: center;
}

section.rodape .contato-container p {
    margin-top: 20px;
}

section.assinatura {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;

    padding: 15px 0 !important;
}

section.assinatura p {
    font-family: Arial, Helvetica, sans-serif;
    color: #979797;
}


/*=========================================================
    INTERNA
===========================================================*/

.topo-interna {
    /*height: 220px;*/
	min-height: 220px;
	background: rgba(0,0,0,0.5);
}

section.titulo-interna {
    background-color: #2f2f2f;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
}

section.titulo-interna h1 {
    color: #f8c300;
    font-family: 'Patua One', cursive;
    padding: 20px 0;
}

section.conteudo {
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0;
    min-height: 336px;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: flex-start;
}

/*=========================================================
    ACOMPANHAMENTO PROCESSUAL
===========================================================*/
section.pagina-ap input{
    height: 45px;
    border-radius: 5px;
    border: 2px solid #bf9e58;
    text-align: center;
    outline: none;
}

section.pagina-ap .borda-dashed {
    border: 3px dashed #e1e1e1;
}

section.pagina-ap .borda-dashed input {
    border-color: #2f2f2f;
}

section.pagina-ap .btn-ap-confirmar {
    font-family: 'Patua One', cursive;
    text-align: center;
    color: #000000;
    background-color: #f8c300;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    height: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
}

section.pagina-ap .btn-ap-confirmar:hover {
    background-color: #ffffff;
    border: 2px solid #f8c300;
    -webkit-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

section.pagina-ap .margin-20 {
    margin: 20px 0 !important;
}

section.pagina-ap .padding-right-5 {
    padding-right: 5px !important;
}

section.pagina-ap .padding-left-5 {
    padding-left: 5px !important;
}


/****************************
    MEDIA
****************************/

@media (max-width: 720px) {
	.menu-topo .logo {max-height: fit-content; max-width:100%; width:100%;}
	.menu-topo img{max-width:100%;}
    .top {
        visibility: hidden;
    }

    .section-cards ul {
        margin-top: 0;
    }

    .section-cards .container-1, .equipe .container-1{
        overflow: hidden;
    }

    section.newsletter .grid-1 {
        width: 100%;
    }

    section.newsletter .zerar-margin {
        margin: 5px 0 !important;
    }

    section.rodape {
        text-align: center;
    }

    section.rodape .grid-3.zerar-margin {
        margin: 10px 0 !important;
    }

    section.rodape a {
        flex-wrap: nowrap;
    }

    section.assinatura .container-1{
        flex-wrap: nowrap;
    }

    .h1-topo {
        font-size: 30px;
    }

    .nav-desktop {
        display: none !important;
    }

    .nav-mobile {
        display: flex !important;
        flex-flow: row wrap;
        justify-content: center;
        align-content: center;
        background-color: #e1e1e1;
    }

    .dropbtn {
        width: 100%;
        padding: 15px 15px;
        text-transform: uppercase;
        color: #000000;
        background-color: transparent;
        border: none;
        outline: none;
    }
    
    .dropbtn i {
        margin-left: 10px;
    }
    
    .nav-mobile .dropdown-mobile {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-content: center;
    }
    
    .dropdown-content {
        /* bottom: -120px; */
		top:46px;
        display: none;
        position: absolute;
        background-color: #ffffff;
        min-width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        
    }
    
    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        transition: .2ms ease;
    }
    
    .dropdown-content a:hover {
        background-color: #ddd;
    }
    
    .dropdown-mobile:active .dropbtn {
        color: #f7c300;
    }

    .menu-topo {
        padding: 0 !important;
    }
}

