*{
 font-family: 'Poppins', sans-serif;
}

body{
 background-color: #393838;
 margin: 0;
 padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #434343;
}

::-webkit-scrollbar-thumb {
  background: #b7b7b7;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.elipse {
    display: -webkit-box;
    margin: 0px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: start;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.navbar{
 background-color: #e5e5e5;
 height: 93px;
 padding-bottom: 0 !important;
}

.nav-link, .navbar-brand {
 color: #000c !important; 
}

#navbarNav {
 display: flex !important;
 justify-content: flex-end;
 align-items: center;
 margin-right: 75px;
}

.nav-link{
 font-size: 18px;
}

#container-solicitar-senha{
 padding: 0 50px;
 background-color: #393838;
 height: 88.2vh;
 position: absolute;
 top: 11.8%;
 left: 0;
 right: 0;
}

.logo{
 width: 200px !important;
 padding-bottom: 12px;
 padding-left: 38px;
}

#form-container{
 display: flex;
 flex-direction: column;
 align-items: center;
}

#content{
 width: 100%;
}

.title{
 color: #e1aa4f;
}

.border{
 width: 60%;
 padding: 15px 5%;
 border-radius: 15px;
}

.secbox-text{
 background-color: transparent !important;
 border: none !important;
 border-bottom: 2px solid #d5aa6d !important;
}

.secbox-text:focus-visible{
 outline: unset !important;
}

.menu-hv{
 list-style: none;
}

.menu8{
 height: 40px;
}

.menu8:hover{
 font-size: 17px;
 color: #a9174f !important;
}

.fa-arrow-left{
 color: #d5aa6d;
}

.fa-whatsapp{
 color: #269110;
}

.container{
 margin: 0;
 padding-left: 0 !important;
 padding-right: 0 !important;
 max-width: 100% !important;
 background-color: #e5e5e5; 
 color: #000;
}

.noticias {
    background: #282828;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.header {
    display: flex;
    align-items: center;
    background-color: #313131;
    height: 70px;
    padding-left: 10px;
    margin-bottom: 30px;
    width: 101%;
}

.header>h1{
    color: #fff;
}

a{
    text-decoration: none !important;
    color: #d5aa6d !important;
    cursor:pointer;
}

a:hover{
    text-decoration: none !important;
    cursor:pointer;
}

.header>a {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    align-items: center;
    margin-bottom: 21px;
}

.header>a:hover, .noticia-completa:hover, fa-arrow-left:hover {
    color: #a9174f !important;
}

.header>a>i {
    margin-right: 5px;
}

.cartao-noticia-thumb {
    display: flex;    
    height: 200px;
    width: 66%;
    margin: 15px 15px 25px 30px;
    padding-top: 3px;
    border: 2px transparent #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.65);
}

.cartao-noticia-thumb:hover {
    transform: scale(1.01);
    transition: all 0.1s;
}

.corpo-noticia {
    width: 62%;
}

.img-container {
    height: 160px;
    width: 100%;
    margin: 18px 30px;
}

.thumb {
    height: 160px;
    width: 100%;
}

.title-thumb>h2,
.title-thumb>p {
    margin: 7px 20px 5px 20px;
    text-align: justify;
    font-family: poppins, sans-serif;
}

.title-thumb>h2 {
    font-size: 22px;
    width: 92%;
    font-weight: bold;
    color: #e1aa4f;
    text-shadow: 1px 1px #000;
}

.title-thumb>p {
    color: #00000091;
    font-size: 16px;
}

.sub-title-thumb {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 97px;
}

.sub-title-thumb>p {
    font-size: 16px;
    font-family: poppins, sans-serif;
    line-height: 20px;
    margin: 5px 20px 15px 20px;
    text-align: justify;
    width: 600px;
}

.cartao-noticia {
    height: 220px;
    width: 66%;
    margin: 15px 15px 25px 30px;
    padding-top: 3px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.65);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cartao-noticia:hover {
    transform: scale(1.01);
    transition: all 0.1s;
}

.title>h2,
.title>p {
    margin: 7px 20px 5px 20px;
    text-align: justify;
    font-family: poppins, sans-serif;
}

.title>h2 {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}

.title>p {
    color: #00000091;
    font-size: 16px;
}

.sub-title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 97px;
}

.sub-title>p {
    font-size: 18px;
    font-family: poppins, sans-serif;
    line-height: 20px;
    margin: 5px 20px 15px 20px;
    text-align: justify;
}

.buscar-noticia {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 25.5%;
    right: 0;
    border-radius: 15px;
    width: 370px;
    height: 75px;
    padding: 10px;
    margin-right: 5%;
}

.buscar-noticia>input {
    margin-right: 15px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #8e8e8e;
    height: 40px;
    padding-left: 15px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.65);
}

.buscar-noticia>input:focus-visible {
    outline: none;
    border: 1px solid #fff;
}

.buscar-noticia>button {
    height: 40px;
    width: 145px;
    padding: 0;
}

.paginacao-noticia {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
} 

.paginacao-noticia>p {
    margin: 0 5px;
}

.paginacao-noticia>a {
    margin: 7px;
}

.footer-quadro-noticias {
    width: 65%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.noticia-completa {
    color: #b69d74;
}

.alinhamento-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    height: 50px;
    padding: 0 10px
}

.copyrights{
    background-color: #000;
    height: 60px;
    color: #fff;
}

.modal-header>button{
    background-color: transparent;
    background-image: unset;
    color: #000;
    box-shadow: unset;
}

.modal-header>button:hover{
    background-color: transparent;
    background-image: unset;
    color: #000;
}

.modal-dialog{
    max-width: 900px !important;
}

#modal-title{
    font-size: 22px;
}

#modal-body{
    font-size: 15px;
}

