@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

/* home digital - lucas */
#home-digital{
    width: 100% !important;
    margin: 0 auto;
    font-family: 'Nunito Sans', sans-serif;
}
.header-section{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header-section-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    color: white;
}
.header-section-wrapper h1{
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
.header-section-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.header-section-container img{
    width: 360px;
}
.header-section-container-text {
	width: 40%;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.header-section-container-text h2{
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}
.hsc-text-btn{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.hsc-text-btn button {
    border-radius: 2px;
	padding: 10px 20px;
	color: white;
	font-weight: bold;
	background-color: #951E1C;
	width: 46%;
}
.header-section-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	filter: brightness(0.2);
}

/* black section */
.black-section{
    width: 100%;
    background-color: #111111;
    padding: 20px 0;
}
.black-section-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    color: white;
}
.black-section-wrapper h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: bold;
    margin-top: 48px;
}

.black-section-container .step-div {
    display: flex;
    justify-content: space-between;
    margin-top: 62px;
}

.black-section-container .step-div .step-text {
    width: 500px;
    display: flex;
}
@media (max-width:700px){
    .black-section-container .step-div .step-text {
        width: 100%;
        display: flex;
    }
    .black-section-container .step-div .step-text .step-number {
        color: white;
        font-size: 20px;
        background: #D92926;
        height: 48px;
        width: 65px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 44px;
        font-weight: bold;
    }
}

.black-section-container .step-div .step-text .step-number {
    color: white;
    font-size: 20px;
    background: #D92926;
    height: 48px;
    width: 47px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 44px;
    font-weight: bold;
}

.black-section-container .step-div figure {
    width: 500px;
    height: 300px;
    border: 20px solid white;
    border-radius: 17px;
    overflow: hidden;
    background: white;
}

.black-section-container .step-div figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
}

.black-section-container .step-div .step-text p {
    font-size: 19px;
    color: white;
    line-height: 28px;
    font-weight: bold;
    width: 350px;
}

.about-section {
    margin-bottom: 80px;
}

.about-section h2 {
    font-weight: bold;
    text-align: center;
    font-size: 19px;
    padding: 38px 0;
}

.about-section p {
    width: 50%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 38px;
    color: #181818;
    margin-bottom: 24px;
}

.about-section figure {
    margin-bottom: 40px;
}

.about-section figure img {
    width: 100%;
    object-fit: cover;
    height: 700px;
}
/*  */
*{
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    box-sizing: border-box;
}

html, body{
    scroll-behavior: smooth;   
    /* background-color: #F8F8F8; */ 
}


    /* width */
    ::-webkit-scrollbar {
        width: 15px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
    background: rgba(149, 30, 28, 0.8); 
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: #951E1C;
    }
    body > svg{
        display: none;
    }
    
    
    .filter::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 6px;
        background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 0.3), rgba(0,0,0, 0.6));
    }
    
    h1{
        display: block;
    }
    
    h3{
        height: fit-content;
    }
    
    button{
        border: none;
        background: transparent;
        cursor: pointer;
    }
    
    
    p, span{
        font-weight: 400;
    }
    
    a{
        color: inherit;
        text-decoration: none;
    }
    
    li{
        list-style: none;
    }
    
    
    
    figcaption{
        color: gray;
        font-weight: lighter;
    }
    
    input[type=checkbox]{
        width: auto !important;
    }
    
    label{
        cursor: pointer;
    }
    
    form a:hover{
        text-decoration: underline;
    }
    
    strong{
        font-weight: bold;
    }
    
    form button{
        width: 100%;
        font-size: 1.1rem;
        text-align: center;
        background-color: #951E1C;
        color: #FFF;
        padding: 10px 20px;
        margin: 20px 0 0;
        border-radius: 6px;
        text-transform: capitalize;
    }

/*  */
*{
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    box-sizing: border-box;
}

html, body{
    scroll-behavior: smooth;   
    /* background-color: #F8F8F8; */ 
}


    /* width */
    ::-webkit-scrollbar {
        width: 15px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
    background: rgba(149, 30, 28, 0.8); 
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: #951E1C;
    }
    body > svg{
        display: none;
    }
    
    
    .filter::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 6px;
        background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 0.3), rgba(0,0,0, 0.6));
    }
    
    
    /*h2:before, h2:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid #C7C7C7;
        margin: auto 1%;
    }
    
    h2:before {
        margin-right: 15px;
    }
    
    h2:after {
        margin-left: 15px;
    }*/
    
    
    /*section > h2, div > h2{
        color: #951E1C;
        font-size: clamp(1.3rem, 2.5vw, 2rem);
        display: flex;
        margin: 40px 0;
        font-weight: 700;
        align-items: center;
        grid-column: span 5; 
        grid-row: 1;
        max-width: 1200px;
    }*/
    
    /* h1, h2, h3{
        white-space: nowrap;
    } */
    
    h1{
        display: block;
    }
    
    /*h2{
        text-align: center;
        margin: 20px 0;
        text-transform: uppercase;
    }*/
    
    h3{
        height: fit-content;
    }
    
    button{
        border: none;
        background: transparent;
        cursor: pointer;
    }
    
    
    p, span{
        font-weight: 400;
    }
    
    a{
        color: inherit;
        text-decoration: none;
    }
    
    li{
        list-style: none;
    }
    
    
    
    figcaption{
        color: gray;
        font-weight: lighter;
    }
    
    input[type=checkbox]{
        width: auto !important;
    }
    
    label{
        cursor: pointer;
    }
    
    form a:hover{
        text-decoration: underline;
    }
    
    strong{
        font-weight: bold;
    }
    
    form button{
        width: 100%;
        font-size: 1.1rem;
        text-align: center;
        background-color: #951E1C;
        color: #FFF;
        padding: 10px 20px;
        margin: 20px 0 0;
        border-radius: 6px;
        text-transform: capitalize;
    }
    
    
    /* Bootstrap */
    .row {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .m-0{
        margin: 0 !important;
    }
    
    .text-center{
        text-align: center !important;
    }
    
    .text-left{
        text-align: left !important;
        color: #000;
        text-transform: capitalize;
        font-weight: 600;
    }
    
    .text-left::before{
        flex: 0;
    }
    
    main .carousel{
        display: flex;
        overflow: scroll;
    }
    
    main .carousel .item{
        position: relative;
        min-width: 25%;
        margin: 0 5px;
        cursor: pointer;
    }
   
    main .carousel::-webkit-scrollbar{
        display: none;
    }
    
    

/* WIDTH LIMITATOR */
.container{
    width: 100%;
}

.contained{
    max-width: 1200px;
    margin: 0 auto;
}



/* Classes Reutilizaveis */

.mw-widget {
    padding: 20px;
    border-radius: 10px;
    background-color: white;
}

.mw-shadow1 {
    box-shadow: rgb(0 0 0 / 18%) 0px 2px 4px;
}

.mw-chapeu-fundo {
    display: inline;
    background-color: #951E1C;
    padding: 4px 13px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.mw-titulo-h2 {
    color: #951E1C;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    display: flex !important;
    margin: 40px 0;
    font-weight: 700;
    align-items: center;
    grid-column: span 5;
    grid-row: 1;
    max-width: 1200px;
    font-size: 23px;
}

.mw-titulo-h2:before, .mw-titulo-h2:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #C7C7C7;
    margin: auto 1%;
}

.mais-noticias-container .widget-mais-noticias {
    padding-top: 0px;
}

.mais-noticias-container .widget-mais-noticias h2 {
    margin-top: 0px;
}

@media (max-width: 992px) {
    .mw-titulo-h2 {
        font-size: 17px;
    }
}

header{
    width: 100%;
    overflow: hidden;
}

header .container:nth-child(1){
    background-color: #951E1C;
}

/* HEADER */
/* Upper */
header #upper-menu{
    color: #FFF;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    padding-right: 9px;
    padding-left: 19px;
    align-items: center;
    z-index: 2;
}

header #upper-menu a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

header #upper-menu h2{
    color: #FFF;
    font-size: clamp(0.8rem, 4vw, 1rem);
    display: inline-block;
    white-space: nowrap;
}

header #upper-menu ul{
    display: flex;
}

header #upper-menu ul li{
    margin: 0 10px;
}


/* Middle */
header #middle-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #951E1C;
    padding: 10px;
    text-transform: uppercase;
}

header #middle-menu .logo-link{
    display: block;
    width: 70%;
    padding-top: 22px;
}

header #middle-menu div{
    display: flex;
    align-items: center;
    cursor: pointer;
}

header #middle-menu div span, #middle-menu div a span{
    font-weight: 700;
    margin-left: 10px;
    font-size: 1rem;
}

header #middle-menu a{
    display: flex;
    align-items: center;
}

header #middle-menu a span{
    font-weight: 700;
}

header #middle-menu a svg{
    margin-right: 10px;
}

/* Lower */
header nav{
    display: flex;
    align-items: center;
    padding: 14px 10px;
    font-weight: 500;
}

header .container:nth-child(3){
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

header nav a:nth-child(1) img{
    margin-right: 10px;
}

header nav ul{
    display: flex;
    flex: 1;
    justify-content: space-around;
    margin: 0 20px;
}

header nav ul li{
    margin: 0 15px;
}

header nav ul li:hover{
    color: #951E1C;
}

header nav a:nth-child(3){
    background-color: #951E1C;
    color: #FFF;
    border-radius: 7px;
    padding: 5px 10px;
}

header .assine-a-tribuna-button {
    background: #951E1C;
    color: white;
    padding: 7px 15px;
    font-size: 13px;
    border-radius: 8px;
    font-weight: bold;
}

.ultimas-edicoes-div {
    display: none;
    align-items: center;
}

.ultimas-edicoes-div span {
    margin-top: 2px;
    font-size: 15px;
    font-weight: bold;
}


/* responsividade */

@media screen and (min-width:993px){
    header #middle-menu{
        justify-content: space-between;
        padding: 10px 24px;
    }

    header #middle-menu .logo-link{
        width: 50%;
    }

    header div:nth-child(2) h2{
        display: none;
    }
}


@media screen and (min-width: 320px) and (max-width: 992px){
    header nav {
        justify-content: space-between;
    }

    header #upper-menu p, header #upper-menu h2, header #upper-menu ul, header nav ul, #last-news .widgets{
        display: none !important;
    }

    header div:nth-child(2) h2{
        display: block;
        color: #000;
        margin: 0 auto 15px;
    }
}

#menu-aside-button {
    cursor: pointer;
}

#menu-aside-container {
    display: none;
    position: fixed;
    top: 56px;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background-color: rgb(0 0 0 / 71%);
}

#menu-aside {
    background-color: #141414;
    color: white;
    width: 350px;
    height: 100vh;
    padding: 20px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

#menu-aside .opcao-menu-aside-digital {
    display: flex;
    gap: 10px;
    font-size: 16px;
}

#menu-aside .opcao-menu-aside-digital span {
    font-weight: bold;
}

#menu-aside .fechar-div {
    font-weight: bold;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    cursor: pointer;
}

#menu-aside .fechar-div a {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

#menu-aside .input-div {
    margin-bottom: 30px;
    display: flex;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    overflow: hidden;
}

#menu-aside .input-div label {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

#menu-aside input {
    width: 100%;
    font-size: 14px;
    padding: 15px 10px;
    outline: none;
    border: none;
}

#menu-aside .menu-list li {
    margin-bottom: 30px;
}

#menu-aside .menu-list li a {
    font-weight: bold;
}

#menu-aside .menu-login-div {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 73px;
}

#menu-aside .menu-login-img-div {
    background: white;
    padding: 2px 5px;
    border-radius: 18px;
    overflow: hidden;
    margin-right: 11px;
}

#menu-aside-container #outside {
    width: 80vw;
}

@media (min-width: 320px) and (max-width: 700px) {
    header #upper-menu {
        justify-content: space-between;
    }
    .header-section-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        flex-direction: column;
    }
    .header-section-container-text {
        width: 80%;
    }
    .header-section-container-text h2 {
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }
    .black-section-container .step-div {
        display: flex;
        justify-content: space-between;
        margin-top: 62px;
        flex-direction: column;
        gap: 30px;
    }
    .black-section-container .step-div figure {
        width: 100%;
    }
    .about-section p {
        width: 90%;
    }
    .black-section{
        padding: 20px;
    }
    .header-section {
        width: 100%;
        height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    header #middle-menu {
        padding-top: 22px;
    }

    header #middle-menu .logo-link {
        padding-top: 0px;
    }

    #middle-menu > div {
        display: flex;
        flex-direction: column;
    }

    #middle-menu > div svg {
        width: 22px;
        height: 22px;
    }

    #middle-menu > div span {
        display: inline !important;
        margin-top: 4px;
        margin-left: 0 !important;
        font-size: 11px !important;
        text-transform: lowercase;
    }

    #middle-menu a {
        flex-direction: column;
    }

    #middle-menu a svg {
        margin-right: 0px !important;
    }

    #middle-menu a span {
        font-size: 11px;
        margin-top: 5px;
        text-transform: lowercase;
    }

    .container .contained h2 {
        display: none;
    }

    .widget-previsao {
        display: none !important;
    }

    .ultimas-edicoes-div {
        display: flex;
    }

    #menu-aside-container #outside {
        width: 25vw;
    }
}

.contained.footer {
    max-width: 1200px;
}

/* FOOTER */
footer .container{
    background-color: #951E1C;
}

/* FOOTER */
footer{
    display: flex;
    flex-direction: column;
}

/* Upper1 */
footer div div div:nth-child(1){
    padding: 40px;
}

footer div:nth-child(1) figure{
    position: relative;
    display: flex;
    justify-self: center;
    align-items: center;
    justify-content: flex-end;
}

footer div:nth-child(1) figure svg{
    width: 90%;

}

footer div:nth-child(1) ul:nth-child(2){
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    width: fit-content;
    max-width: unset;
    padding: 0 50px;
    flex: unset;
}


footer div:nth-child(1n) ul{
    padding: 0 50px;
    color: #FFF;
}

footer div:nth-child(1n) ul li{
    margin: 9px 0;
    word-break: break-word;
    font-weight: bold;
}

footer div:nth-child(1n) ul li svg{
    vertical-align: middle;
}

footer div:nth-child(1) ul li:first-child{
    font-size: 1.2rem;
    text-decoration: underline;
    padding-bottom: 10px;
}

/* Lower */
footer div:nth-child(2){
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    margin: 0 auto;
}

footer div:nth-child(2) p{
    color: gray;
}

footer div:nth-child(2) ul{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}

footer div:nth-child(2) ul li{
    padding-bottom: 0 !important;
    margin: 0 10px;
}

footer div:nth-child(2) ul li a svg{
    width: 25px;
    height: 25px;
}


/* RESPONSIVIDADE */


@media screen and (min-width: 320px) and (max-width: 992px){
    
    .col-sm-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    
    footer div:nth-child(1n) ul li {
        font-size: 13px;
    }
    
    footer div:nth-child(1) ul:nth-child(1n){
        border: none;
        padding: 0;
    }

    footer div:nth-child(1) ul li:first-child{
        margin: 20px 0 10px;
    }

    footer div:nth-child(2) p{
        order: 2;
        text-align: center;
    }

    footer div:nth-child(2) ul{
        order: 1;
    }

    footer div:nth-child(1) figure {
        padding: 0;
        margin: 0;
    }

    footer div:nth-child(2) {
        width: unset;
        padding-left: unset;
        justify-content: center;
    }

    footer .copyright-div .copyright {
        display: none;
    }

    footer .copyright-div .social-media-icons-footer {
        justify-content: center;
    }
}


@media screen and (min-width:993px){
    .col-md-4{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-8{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }


}

@media (min-width: 1024px) {
    footer div:nth-child(2){
        width: 1105px;
        margin: 0 auto;
    }
}