/*@import "cores-globais.css"; */


body{
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;

}

#pc-legislacao-page-top-container{

    padding: 16px 60px 32px 60px;
    background-color: transparent;

}

#pc-legislacao-page-inner-container {
    padding: 1rem 1.75rem;
    background-color: var(--pc-bg-white);
    border-radius:15px;
}


#pc-leis-archive-conteudo {
    padding: 1rem 0rem 1rem 0rem;
}



#pc-leis-archive-search, #pc-leis-archive-search:active, #pc-leis-archive-search:focus {

    width: 30%;
    border: none;
    border-bottom: 2px solid var(--pc-green-titles);
    border-radius: 0px;
    outline: none;
    padding-left: 0rem;
}


#pc-leis-archive-search-btn {
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: rgba(0, 0 ,0, 0);
    font-size: 18px;
    border: none;
    border-bottom: 2px solid var(--pc-green-titles);
    border-radius: 0px;
    height: 45px;
    cursor: pointer;
    color: var(--pc-green-subtitles);
    margin-left: -0.3rem;
}


#pc-leis-archive-search-btn:active, #pc-leis-archive-search-btn:focus {

    outline: none;
}


.pc-leis-archive-conteudo-container {

    display: flex;
    border-bottom: 1px solid gray;
    padding-bottom: 1rem;
    padding-top: 1.5rem;

}

.pc-leis-lei-container {

    flex: 10;
}

.pc-leis-lei-container p {
    margin-bottom: 0rem;
}

.pc-leis-doc-url-container {
    padding-left: 1rem;
    margin: auto;
    flex: 2;
    text-align:right;
}


.pc-leis-archive-doc-btn {

    color: white;
    text-decoration: none;
    display:block;
    width:175px;
    padding:0.3rem 0.5rem;
    
}

.pc-leis-archive-doc-btn:hover {

    color: white;
    background-color: transparent;
    cursor: pointer;
}

nav.pagination:first-child {
    padding-left:2rem;
}


#pc-leis-pagination-container {
    padding-top:2rem;
}



@media only screen and (max-width: 767px){

    #pc-leis-archive-search, #pc-leis-archive-search:active, #pc-leis-archive-search:focus {

        width: 67%;
        
    }

    
    #pc-leis-archive-search-btn {

        margin-left: -0.3rem;
    }
    
    .pc-leis-archive-conteudo-container {
        flex-direction:column;
    }
    
    .pc-leis-doc-url-container {
        padding-left: 0rem;
        margin: 1rem 0rem 0rem 0rem;
        flex: 2;
        text-align: initial;
    }

}





/*

TABLET

*/

@media only screen and (min-width: 767px) and (max-width:1024px) {


    #pc-leis-archive-search, #pc-leis-archive-search:active, #pc-leis-archive-search:focus {

        width: 35%;   
    }

    #pc-leis-archive-search-btn {

        margin-left: -0.3rem;
    }


}





/*

EXTRA SCREENS

*/

@media only screen and (min-width: 1113px) and (max-width:1439px) {

    #pc-leis-archive-search, #pc-leis-archive-search:active, #pc-leis-archive-search:focus {

        width: 27%;
        
    }

    #pc-leis-archive-search-btn {

        margin-left: -0.35rem;
    }

}




@media only screen and (min-width: 1025px) and (max-width:1112px) {

    #pc-leis-archive-search, #pc-leis-archive-search:active, #pc-leis-archive-search:focus {

        width: 35%;
        
    }

    #pc-produtos-archive-search-exportacao-btn, #pc-produtos-archive-search-importacao-btn {

        margin-left: -0.30rem;
    }


}



@media only screen and (min-width: 768PX) and (max-width:850px) {

    #pc-leis-archive-search, #pc-leis-archive-search:active, #pc-leis-archive-search:focus {

        width: 37.5%;
        
    }

    #pc-leis-archive-search-btn {

        margin-left: -0.3rem;
    }


}