/*#region Filtros*/
.searchRowColumn{
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
}

#searchstring {
    font-family: Montserrat;
}

.inputwrapper{
    border: 1px solid #79b2dc;
    display: flex;
    padding: 6px;
    width: auto;
    text-align: center;
}

.button_Search i {
    color: #1779ba;
}

.inputwrapper input{
    border: 0;
    background: transparent;
}
.nopadding{
    padding-left: 0;
    padding-right: 0;
}

#filterHeader select{
    width: 320px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#filterHeader select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}

#searchstring{
    width: 300px;
    padding-left: 10px;
}

.button_Search{
    font-size: 23px;
}

.selectData{
    margin-right: 10px;
    width: auto;
    position: relative;
    border: 1px solid #79b2dc;
}
.selectData select {
    width: 250px;
    margin-bottom: 0;
    /* border: 1px solid #79b2dc;*/
    border: 0;
    height: 45px;
    font-family: Montserrat;
    color: #cacaca;
    font-size: 15px;
    background-image: none;
    padding-left: 33px;
}

label.selectData:before {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #1779ba;
    left: 10px;
    top: 7px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

/*#endregion*/

/*#region Blue Banner*/
.blue_banner h1 {
    font-family: "Montserrat Bold";
    padding-top: 35px;
    font-size: 68px;
    padding-top: 85px;
    letter-spacing: -1.5px;
    margin-bottom: -8px;
    color: white;
    line-height: 64px;
    font-family: "Montserrat Bold";
    color: white;
    padding-top: 90px;
    padding-right: 90px;
    padding-left: 0px;
    font-size: 63px;
}

.blue_banner h2 {
    font-family: "Montserrat SemiBold";
    font-size: 30px;
    color: white;
    margin-top: 15px;
}

.blue_banner {
    background-color: #6eb7ec;
}

.docs_icon {
    width: 170px;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
}

/*#endregion*/

/*#region TableHeader*/
.all_content {
    background-color: #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 85px;
    margin-top: 30px;
    padding-top: 65px;
}

.all_content h1 {
    font-family: "Montserrat Bold";
    font-size: 25px;
    padding-bottom: 18px;
    color: #3a3a3a;
}

.tableHeader h3 {
    font-size: 12px;
    font-family: Montserrat;
    text-transform: uppercase;
    color: #707475;
}

.tableHeader {
    border-bottom: 1px solid #a7a5a5;
}
/*#endregion*/

/*#region Table Row*/
.documento_individual a {
    padding-top: 16px;
    font-family: "Montserrat Bold";
    color: #707475;
    font-size: 15px;
}

.documento_individual h3 {
    font-family: Montserrat!important;
    color: #707475!important;
    font-size: 15px;
    padding-top: 12px;
}

.pdf_icon {
    height: 32px;
    margin-top: 10px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.doc_regulamento_doc {
    padding-right: 0px;
    margin-left: -15px;
    margin-top: 13px;
}

.documento_individual {
    border-bottom: 1px solid #a7a5a5;
    padding-bottom: 10px;
}

.documento_individual.noborder{
    border-bottom: 0;
    padding-bottom: 0px;
}

.documento_individual a:hover {
    color: #4c5254;
}

/*#endregion row*/

/*Media query a ser aplicada em 13"*/

@media only screen and (max-width: 1439px) {

    .img_regulamento_doc {
        padding-right: 0px;
        padding-left: 0px;
    }

    .all_content h1 {
        font-size: 21px;
    }

    .documento_individual a {
        font-size: 15px;
    }

    .documento_individual h3 {
        font-size: 15px;
    }

    .doc_regulamento_doc {
        padding-right: 0px;
        margin-left: -5px;
    }

    .pdf_icon {
        margin-right: 20px;
        margin-left: 20px;
    }

    .blue_banner h1 {
        font-size: 55px;
    }

    .docs_icon {
        width: 180px;
    }

    .blue_banner h1 {
        margin-left: -40px;
    }

    .blue_banner h2 {
        margin-left: -40px;
    }
}


/*Media query a ser aplicada em "IPAD"*/
@media (min-width : 768px) and (max-width : 1024px){
    .doc_regulamento_doc {
        padding-right: 0;
        /*margin-left: -55px;*/
    }

    .blue_banner h1 {
        font-size: 40px;
    }

    .docs_icon {
        width: 120px;
    }

    .blue_banner h1 {
        margin-left: -10px;
        padding-top: 65px;
    }

    .blue_banner h2 {
        margin-left: -10px;
    }
}

/* IPAD + IPHONE*/
@media (max-width : 1024px){
    .entrada_vigor {
        display: none;
    }

    .data_vigor_dados {
        display: none;
    }

    .all_content .align-center {
        margin-right: 0px!important;
        margin-left: 0px!important;
    }

    .all_content {
        padding-right: 0px;
    }

    .noborder {
        margin-right: 0px!important;
    }

    .all_content .align-center .columns {
        padding-right: 0px;
    }

    .documento_individual {
        margin-right: 0px;
    }

    .documento_individual .columns .row {
        margin-right: 0px;
    }

    .all_content .align-center .align-center {
        margin-right: 0px!important;
    }

    .tableHeader {
        margin-right: 0px!important;
    }

    .blue_banner h1 {
        margin-left: -40px;
    }

    .blue_banner h2 {
        margin-left: -40px;
        font-size: 25px;
    }
}

/*Media query a ser aplicada em "IPHONE"*/

@media (max-width: 767px){

    .all_content {
        margin-top: 0;
        background-color: white;
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .loadmore a{
        padding-top: 0;
    }

    .doc_regulamento_doc {
        padding-right: 0;
        margin-left: -15px;
        margin-top: 9px;
    }

    .pdf_icon {
        margin-right: 5px;
        margin-left: 5px;
        height: 28px;
    }

    .all_content h1 {
        font-size: 17px;
        padding-bottom: 12px;
    }

    .tableHeader h3 {
        font-size: 11px;
    }

    .documento_individual a {
        font-size: 14px;
    }

    .unidade_organica {
        padding-top: 35px;
    }

    .doc_regulamento_doc {
        margin-left: -65px;
    }

    .doc_regulamento_doc {
        padding-right: 0;
        margin-left: -25px;
    }

    .blue_banner h1 {
        margin-left: -30px;
        font-size: 23px;
        padding-top: 40px;
    }

    .blue_banner h2 {
        display: none;
    }

    .docs_icon {
        width: 70px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner_titles {
        display: none;
    }

    .searchRowColumn{
        display: block;
        padding-top: 40px;
        padding-right: 20px;
        padding-left: 32px;
    }

    #searchstring {
        margin-top: 5px;
    }

    .searchRowColumn .selectData{
        margin-bottom: 10px;
        margin-right: 0;
    }
    .searchRowColumn .selectData select{
        width: 100%;
    }


}

/*#region pagination*/
.loadmore{
    display: none;
}

.numeros_pag_noticia {
    display: inline-flex;
    margin-top: 0px;
    margin-bottom: 80px;
}

.numeros_noticias {
    display: flex;
    margin: 0 auto;
}

.numero_paginas_noticias {
    padding-top: 10px;
    background: transparent;
    /* border: 2px solid;*/
    color: #666; /*#4287ff;*/
    font-family: "Montserrat Bold";
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 18px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    letter-spacing: 0.6px;
    border-bottom: 3px solid transparent;
    transition: border .2s ease-out;
}

.numero_paginas_noticias:hover {
    color: #404040;
    cursor: pointer;
    transition: border .2s ease-out;
    border-bottom: 3px solid #6eb7ec;
}

.numero_paginas_noticias.ellipsis:hover{
    color: #404040;
    cursor: default;
    transition: border .0s ease-out;
    border-bottom: 3px solid transparent;
}

.numero_paginas_noticias.active{
    padding-top: 10px;
    border-bottom: 3px solid #6eb7ec;
    color: #404040;
    font-family: "Montserrat Bold";
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 18px;
    margin-right: 5px;
    margin-left: 5px;
    letter-spacing: 0.6px;
}

@media (max-width: 767px){
    .numeros_pag_noticia {
        display: none;
    }

    .loadmorewrapper {
        display: flex;
        flex: 1;
    }

    .loadmore, .loadmore:hover {
        font-family: 'Montserrat Bold';
        letter-spacing: 1.2px;
        background-color: transparent;
        color: #6eb7ec;
        border: 1px solid #6eb7ec;
        text-align: center;
        text-transform: uppercase;
        justify-content: center;
        display: flex;
        padding: 11px;
        font-size: 12px;
        margin: 0 auto 40px;
        /*margin-top: 39px;*/
    }

    .loadmorewrapper a {
        font-size: 12px;
    }
}

/*endregion*/

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    #filterHeader select {
        background-image:none\9;
        padding: 5px\9;
    }
}

