.banner-paginas {  
    min-height: calc(100vh - 100px);
}
@media (min-width:1px){
  
}
.banner__img--paginas {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
    position: relative;
    justify-content: flex-end;
}
.paginas-header {
    min-height: 35%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.marks {
    width: 30%;
    flex-shrink: 0;
    text-align: right;
    font-size: 27.5rem;
    line-height: 0rem;
    overflow: hidden;
    background-color: #c3261f;
}
.marks i {
    position: relative;
    margin-top: -5rem;
    margin-right: -0.5rem;
    color: rgba(255, 255, 255, 0.4);
}
.paginas-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.paginas__title {
    color: #fff;
    font-family: Bold;
    text-transform: capitalize;
    margin: 0 0 0 4rem;
    font-size: 6rem;
    height: auto;
    line-height: 1.2;
}
.paginas__text {
    background-color: #484848;
    display: flex;
    align-items: center;
    padding: 2rem 4rem;
    flex: 1;
}
.banner.banner-paginas p {
    margin: 0 0 0 0;
    font-size: 2vw;
}

@media only screen and (max-width: 800px) {
    .marks {
        font-size: 20.5rem;
    }
    .banner.banner-paginas p {
        font-size: 2.5rem;
    }
    .paginas__title{
        font-size: 5rem;
    }
}
@media only screen and (max-width: 500px) {
    .paginas-header {
        height: unset;
    }
    .paginas__text {
        padding: 4rem;
    }
    .marks {
        display: none;
    }
    .paginas__title {
        font-size: 4rem;
    }
}
@media only screen and (max-width: 375px) {
    .paginas__title {
        font-size: 3rem;
    }
}

/* Alto contraste */
.high-contrast .marks {
    background-color: #464646;
}
.high-contrast .paginas__text {
    background-color: #343434;
}

@media (max-width:1023px){
   .paginas-header,.banner__img--paginas {
        display: block;
   }
   .paginas-header {
    padding-top: 56.6%;
   }
   .paginas__title {
    margin: auto;
    text-align: center;
   }
}