.banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0px;
    top: 0px;
    /*z-index: 999;*/
    opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px){
    .banner {
        min-height: 700px;
    }
}

.text-11 .text11-content .author-card {
    background: var(--bg-lightgrey);
}

.botoes_inferiores {
    /*position: fixed;
    bottom: 0;
    right: 15px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;*/
    z-index: 1000;
    position: fixed;
    bottom: 40px;
    right: 16px;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 0;
}

.whatsbutton {
    z-index: 11;
    margin-left: -3px;
}

.selecionado {
    color: var(--primary-color)!important;
}

.img-header {
    max-width: 60%;
}

.img-rodape {
    display: flex;
    justify-content: center;
    align-items: center;
}

[data-theme='dark'] .img-header {
    content: url(https://prudenprev.sp.gov.br/img/logo-prudenprev-site-cinza.svg);
}

@media (max-width: 575px){
    .img-rodape img {
        width: 50%;
    }
}

.w3l-w3l-contacts-12 form.main-input input, .w3l-w3l-contacts-12 select {
    color: var(--heading-color);
    font-size: 16px;
    border: none;
    outline: none;
    padding: 16px 14px;
    border: 1px solid var(--border-color-light);
    width: 100%;
    background: var(--bg-grey);
    border-radius: var(--border-radius);
    margin-bottom: 1rem;
}

.cat-noticia {
    position: absolute;
    /*top: 0.95rem;
    left: 0;*/
    display: inline-block;
    font-size: 0.7rem!important;
    letter-spacing: .04rem;
    padding: 0.2rem 0.35rem;
    min-width: 110px;
    background: #28a745;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    z-index: 10!important;
    pointer-events: none;
    margin: 10px;
}

.grids5-info {
    margin-bottom: 10px;
}

.blog-cat .active {
    color: var(--primary-color);
}

.noticias-encontradas {
    margin-top: 20px;
}

.noticias-encontradas p {
    font-style: italic;
}

.infos-noticias {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infos-noticias p {
    font-size: 15px;
    font-weight: 700;
}

.fonte-noticia {
    font-weight: 700;
}

.w3l-call-to-action-6 {
    background: var(--whatsapp-color);
}

.btn-style {
    border: 2px solid var(--whatsapp-color);
    background: var(--whatsapp-color);
}

.btn-style-3 {
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
}

.btn-style:hover, .btn-style-2 {
  color: var(--whatsapp-color);
  border-color: var(--whatsapp-color);
  background: transparent;
}

.btn-style-3:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background: transparent;
}

.main-content {
    position: relative;
}

#area-funcionario-parceiros .icon-style {
    margin-bottom: 15px;
}

.inner-banner {
    background: url(../../img/banner-internas.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 1;
}

.compartlhar-noticia {
    margin-top: 25px;
    margin-bottom: 0;
}

.social-small {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

.social-small li {
    margin: 0;
    padding: 0 1px;
}

.social-small li .fa {
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

/*.social-small li .fa-facebook {
    background-color: #3B5998!important;
    border-color: #3B5998!important;
}

.social-small li .fa-twitter, .tw-button.btn-primary, .tw-button.btn-primary:focus, .tw-button.btn-primary:hover {
    background-color: #00B6F1!important;
    border-color: #00B6F1!important;
}

.social-small li .fa-whatsapp {
    background-color: #24CC63;
    border-color: #24CC63;
}*/

.social-small li i {
    font-size: 30px;
}

.social-small li .fa-facebook-square {
    color: #3B5998!important;
}

.social-small li .fa-twitter-square {
    color: #00B6F1!important;
}

.social-small li .fa-whatsapp-square {
    color: #24CC63!important;
}

@media(max-width: 992px){
    .mode-container {
        margin-top: -4px;
    }
}


/*@media(max-width: 1199px){
    .autor-data {
        flex-direction: column!important;
    }
    
    .autor-data a {
        margin-bottom: 5px;
    }
    
    .divisor {
        display: none;
    }
}*/

[data-theme='dark'] #abre-noticia p {
    color: white!important;
}

[data-theme='dark'] #abre-noticia span {
    color: white!important;
}

[data-theme='dark'] #abre-noticia a {
    color: white!important;
}

#abre-noticia p {
    font-family: var(--bs-font-sans-serif)!important;
}

#abre-noticia span {
    font-family: var(--bs-font-sans-serif)!important;
}

#abre-noticia a {
    font-family: var(--bs-font-sans-serif)!important;
}

.g-recaptcha {
    display: flex!important;
    justify-content: flex-end!important;
    align-items: center!important;
    margin-bottom: 10px!important;
}

.auxiliar-botoes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.font-sizing {
    margin-left: 5px;
}

.font-sizing i {
    font-size: 18px;
    color: black;
    margin-top: -5px;
}

[data-theme='dark'] .font-sizing i {
    color: white;
}

.fonte-maior div, .fonte-maior p, .fonte-maior a, .fonte-maior span, .fonte-maior h1, .fonte-maior h2, .fonte-maior h3, .fonte-maior h5 {
    font-size: 25px !important;
}

.fonte-maior h4 {
    font-size: 40px !important;
}

#conteudo-erro {
    min-height: 500px;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagina-erro404 {
    text-align: center;
    margin: 4rem auto;
    max-width: 700px;
}

.pagina-erro404 h1 {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: .015rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--primary-color);
}

.pagina-erro404 a {
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
}


/*#movetop {
    z-index: 1000!important;
    width: 50px;
    height: 50px;
}*/

.main-content h4, .main-content p {
    text-shadow: 2px 2px black;
}

/*#abre-conteudo .share-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}*/

#abre-conteudo .image-files img {
    width: 100%!important;
}

#abre-conteudo .image-files figure {
    display: flex;
    justify-content: center;
    align-items: center;
}

#abre-conteudo .image-files  a {
    height: 100%!important;
    width: 50%!important;
}

.videocontainer {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-attachment: scroll;
    overflow: hidden;
}

.videoContainer video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.videoContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: black;
    opacity: 0.5;
}

.videoContainer .main-content {
    z-index: 10!important;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 6px!important;
}