.gov__geral{
    width: calc( 100% -20px);
    padding: 10px;
    position: relative;
    z-index: 2;
}

.gov__geral h2{
    font-family:FlamaCondensedBlack ;
    font-size: 30px;
    line-height: 30px;
    color:#1946A0;
}

.gov__geral p{
    font-family:Flama ;
    font-size: 14px;
    line-height: 20px;
    color:#1946A0;
    text-align: justify;
}


.gov__geral__left{
    display: none;
}

.gov__geral__right{
    width: 100%;
}

.gov__geral__right__estrutura, .gov__geral__right__foruns{
    margin: 50px 0px;
}

.gov__geral__right__estrutura__img{
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.gov__geral__right__politica{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 155, 255, 0.1);
    color:  #009BE1 ;
    margin: 10px auto;
    transition: all 0.2s ease-in-out;
}

.gov__geral__right__politica__left{
    padding: 10px;
    font-size: 20px;
    text-align: center;
}

.gov__geral__right__politica__right{
    padding:20px 20px 20px 0px;
    flex: 1;
}

.gov__geral__right__politica h3 p{
    margin: 0px;
}

.gov__geral__right__politica h3{
    font-family:FlamaCondensedBold;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
}

.gov__geral__right__politica p{
    display: none;
}



.gov__geral__right__politica{
    margin: 20px auto;
}


.gov__geral__right__foruns__holder{
    display: flex;
    align-content: stretch;
    justify-content: left;
    flex-wrap: wrap;
}


.gov__geral__right__forum{
    background-color: rgba(0, 155, 255, 0.1);
    border-bottom: 5px solid #009BE1 ;
    display: block;
    padding: 50px 20px;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
    color:  #009BE1 ;
    font-size: 20px;
    font-family: FlamaCondensedMedium;
    position: relative;
    text-transform: uppercase;
}

.gov__geral__right__forum i{
    font-size: 40px;
}


.gov__geral__right__forum:nth-child(2){
    background-color: rgba(175, 200, 55, 0.1);
    border-bottom: 5px solid #AFC837 ;
    color:  #AFC837 ;
}
.gov__geral__right__forum:nth-child(2)::after{
    background-color:#AFC837 ;
}


.gov__geral__right__forum:nth-child(3){
    background-color: rgba(250, 160, 30, 0.1);
    border-bottom: 5px solid #FAA01E ;
    color:  #FAA01E ;
}
.gov__geral__right__forum:nth-child(3)::after{
    background-color:#FAA01E ;
}


.gov__geral__right__forum:nth-child(4){
    background-color: rgba(235, 30, 80, 0.1);
    border-bottom: 5px solid #EB1E50 ;
    color:  #EB1E50 ;
}

.gov__geral__right__forum:nth-child(4)::after{
    background-color:#EB1E50 ;
}

.gov__geral__right__denuncia{
    overflow: hidden;
}

.gov__geral__right__denuncia h3{
    font-family:FlamaCondensedBold;
    font-size: 30px;
    line-height: 30px;
    color:#1946A0;
    margin-bottom: 20px;
    text-transform: uppercase;;
}


textarea{
    width: calc(100% - 22px);
    height: 300px;
    padding: 10px;
    font-family: Flama;
    font-size: 15px;
    color: rgb(83, 83, 83);
    border: 1px solid #EB1E50;

    resize: none;
    outline: none;
}


button{
    width: 100%;
    height: 50px;
    text-align: center;
    background-color:#EB1E50;
    color:#fff;
    font-family: FlamaCondensedMedium;
    border: 0px;
    font-size: 20px;
    margin-top: 10px;
    transition: all 0.2s ease-in-out;
}


.gov__geral__right__foruns_files_item{
    background-color: rgba(0, 155, 255, 0.1);
    border-bottom: 5px solid #009BE1 ;
    display: none;
    padding: 20px 0px;
    margin: 20px 0 40px 0;
    width: 100%;
    color:  #009BE1 ;
    font-size: 14px;
    font-family: Flama;
    position: relative;
    text-transform: uppercase;
}
.gov__geral__right__foruns_files_item_titulo{
    text-align: center;
}

.gov__geral__right__foruns_files_item h4{
    font-family:FlamaCondensedBlack ;
    font-size: 30px;
    line-height: 50px;
    color:#009BE1;
}

.gov__geral__right__foruns_files_item_titulo a{
    font-size: 9px;
    color: #000;
}

.gov__geral__right__foruns_files_item:nth-child(2){
    background-color: rgba(175, 200, 55, 0.1);
    border-bottom: 5px solid #AFC837 ;
    color:  #AFC837 ;
}

.gov__geral__right__foruns_files_item:nth-child(2)  h4{
    color:#AFC837;
}

.gov__geral__right__foruns_files_item:nth-child(3){
    background-color: rgba(250, 160, 30, 0.1);
    border-bottom: 5px solid #FAA01E ;
    color:  #FAA01E ;
}

.gov__geral__right__foruns_files_item:nth-child(3)  h4{
    color:#FAA01E;
}

.gov__geral__right__foruns_files_item:nth-child(4){
    background-color: rgba(235, 30, 80, 0.1);
    border-bottom: 5px solid #EB1E50 ;
    color:  #EB1E50 ;
}

.gov__geral__right__foruns_files_item:nth-child(4)  h4{
    color:#EB1E50;
}

.gov__geral__right__foruns_files_item_holder{
    padding: 20px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gov__geral__right__foruns_files_item_holder_item{
    width: 30%;
    background-color: #fff;
    padding: 10px;
    font-family:Flama ;
    font-size: 13px;
    line-height: 20px;
    color:#1946A0;
    text-align: justify;
}

.gov__geral__right__foruns_files_item_holder_item h3{
    font-family:FlamaCondensedBlack ;
    font-size: 16px;
}

.gov__geral__right__foruns_files_item_holder_item ul{
    list-style: none;
    padding-left: 20px;
}

.gov__geral__right__foruns_files_item_holder_item ul li{
    margin: 5px 0px;
}

.gov__geral__right__foruns_files_item_holder_item ul li a{
    transition: all 0.2s ease-in-out;
    color: rgba(0, 0, 0, 0.5);
}


.gov__geral__right__foruns_files_item_holder_item ul li a:hover{
    color: rgba(0, 0, 0, 0.8);
}






@media only screen and (min-width: 500px) {
    .gov__geral__right__politica p{
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        line-height: 18px;
        margin: 5px 0 0 0;
        display: block;
        transition: all 0.2s ease-in-out;
    }

    .gov__geral__right__politica__left{
        padding: 30px;
        font-size: 40px;
    }

    .gov__geral__right__politica h3{
        font-size: 20px;
        line-height: 20px;
    }

    .gov__geral__right__politica:hover{
        color: #1946A0;
    }

    .gov__geral__right__politica:hover p{
        color: rgba(0, 0, 0, 0.8);
    }

    .gov__geral__right__forum{
        width: calc(50% - 50px);
        margin-right: 20px;
    }

    .gov__geral__right__forum:nth-child(2n){
        margin-right: 0px;
    }

    button{
        width: 250px;
        float: right;
        height: 60px;
        cursor: pointer;
    }

    button:hover{
        font-size: 22px;
    }
}
@media only screen and (min-width: 1000px) {
    .gov__geral{
        width: 92vw;
        padding:3vw 4vw;
        display: flex;
        justify-content: space-between;

    }

    .gov__geral__left{
        display: block;
        width: 290px;
        background-color: rgba(235, 30, 80, 0.1);
        margin-right: 50px;
        position: relative;
    }

    .gov__geral__right{
        width: calc(100% - 340px);
    }

    .gov__geral__left__holder{
        width: 230px;
        padding: 30px;
        background-color:#EB1E50 ;
        text-align: right;
    }



    .gov__geral__left h3{
        font-family:FlamaCondensedBlack ;
        font-size: 25px;
        line-height: 25px;
        color:#FAA01E;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .gov__geral__left a{
        font-size: 20px;
        line-height: 20px;
        color:#fff;
        text-transform: uppercase;
        margin-bottom: 20px;
        display: block;
        font-family:FlamaCondensedBold;
    }

    .gov__geral h2{
        font-size: 40px;
        line-height: 40px;
    }

    .gov__geral p{
        font-size: 16px;
        line-height: 25px;
    }

    .gov__geral__right__forum::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scaleY(0);
        transform-origin: bottom center;
        z-index: -1;
        transition: transform 0.3s;
        background-color: #009BE1;
    }

    .gov__geral__left__holder__fixed{
        position: fixed;
        top: 70px;
    }
    .gov__geral__left__holder__absolut{
        position: absolute;
    }

    .gov__geral__right__forum{
        width: calc(25% - 55px);
        margin-right: 20px;
        transition: all 0.2s ease-in-out;
    }

    .gov__geral__right__forum:hover{
        color: #fff;
    }

    .gov__geral__right__forum:hover::after{
        transform: scaleY(1);
    }

    .gov__geral__right__forum:nth-child(2n){
        margin-right: 20px;
    }

    .gov__geral__right__forum:nth-child(4n){
        margin-right: 0px;
    }







}
