@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap');
*{

    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;/*tira a linha do A*/
    list-style: none;/*tira as bolinha do li*/
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Open Sans';
}

:root {
    --azul-claro: #1F3F7C;
    --azul-escuro: #14387F;
    --branco: #FFFFFF;
    --azul-clarinho: rgba(74, 153, 211, 0.1);
    --azul-pisina: #4A99D3 10%;
    --cinza-claro: #D7D7D7;
    --preto-claro: #57585A;
    --preto-escuro: #0F001A;
    --sobram: 0px 1.69683px 1.69683px rgba(4, 29, 255, 0.25);
}

.box-sitenoticias {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    margin: 40px 0px 80px 0px;
}

.box-sitenoticias-tamanho {
    /* border: 1px solid red; */
    width: 1170px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.box-sitenoticias-h2 {
    /* border: 1px solid red; */

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px;

}

.box-sitenoticias-h2 h2 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: var(--azul-escuro);
}

.box-sitenoticias-h2 p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: var(--preto-claro);
}
.box-sitenoticias-card{
 width: 340px !important;
margin: 30px 24px;
padding: 0px 0px 30px 0px;
border-radius: 10px 10px 10px 10px;
overflow: hidden;
box-shadow: var(--sobram);
background-color: var(--branco);
height: 400px;
cursor: pointer;

}
.box-sitenoticias-card img{
    width: 340px;
    height: 205px;
}
.box-sitenoticias-card-h2{
    width: 100%;
    /* border: 1px solid black; */
    overflow: hidden;
}
.box-sitenoticias-card-h2 h2{
    padding: 5px 20px 5px 20px;
    font-family: 'Open Sans', Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 26px;
    color: var(--azul-escuro);
}
.box-sitenoticias-card-p{
    width: 100%;
    /* border: 1px solid black; */
    overflow: hidden;
}

.box-sitenoticias-card-p p{
    padding: 5px 20px 5px 20px;
    font-family: 'Open Sans', Roboto;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: var(--preto-claro);
    height: 90px;
}

.container-mae-select{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contaner-select-pesquisa-categoria{
    width: 84%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.contaner-select-pesquisa-categoria button{
    border: none;
    padding: 5px 33px 5px 33px;
    background-color:#14387F;
    color: white;
    font-family: 'Open Sans';
    font-weight: bold;
    border-radius: 3px;
    margin: 10px;
}

.select-categoria{
    width: 83%;
    height: 35px;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    margin: 10px;
    color:#E3E3E3;
    padding-left: 20px;
}

@media (max-width:600px) {
    .box-sitenoticias-tamanho {
        flex-direction: column !important;
        min-height: 500px !important;
    }
    .box-sitenoticias-h2 h2{
        margin: 0 30px;
        font-size: 17px;
    }

    .paginacao{
        bottom: -3% !important;
        right: 7% !important;
    }
}
