.banner {
    height: calc(100vh - 243px);
}

@media (max-width:1023px) {
    .banner-paginas {
        height: auto;
    }
    .banner-info {
        height: calc(100vh - 303px);
    }
}

@media(max-width:768px) {
    header.banner-paginas {
        height: auto;
        min-height: auto;
    }
}

.banner__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.banner__description {
    flex: 0 0 40%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner__content {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    position: relative;
}

.banner__title {
    color: #fff;
    font-family: Light;
    font-size: 6rem;
    margin: 0 2rem 2rem 2rem;
}

.banner p {
    margin: 0 2rem 2rem 2rem;
    color: #fff;
    font-family: Light;
    font-size: 2rem;
    letter-spacing: 1px;
}

.banner__link {
    font-family: Bold;
    text-decoration: none;
    color: #fff;
    margin-left: 2rem;
    display: flex;
    font-size: 1.6rem;
}

.banner__link::after {
    content: '';
    background-color: #c3261f;
    flex: 1;
    margin-left: 10px;
    cursor: default;
}

.banner-home .slick-track,
.banner-home .slick-list {
    height: 100%;
}

.banner-home .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    background-color: transparent;
    border: none;
    font-size: 0;
    transform: translate(-50%, -50%);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    padding: 30px;
    outline: none;
}

.banner-home .slick-arrow:not(.slick-disabled) {
    cursor: pointer;
}

.banner-home .slick-arrow:not(.slick-disabled):active {
    padding: 25px;
}

.banner-home .slick-prev {
    left: calc(45% - 470px);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.banner-home .slick-next {
    right: calc(40% - 470px);
    transform: translate(-50%, -50%) rotate(135deg);
}

.banner-home .slick-dots {
    position: absolute;
    bottom: 30px;
    display: flex;
    list-style: none;
    left: calc(50% - 470px);
}

.banner-home .slick-dots li {
    margin: 0 15px;
}

.banner-home .slick-dots li button {
    font-size: 0;
    padding: 7px;
    background-color: transparent;
    border: 2px solid #fff;
    outline: none;
    cursor: pointer;
}

.banner-home .slick-dots li.slick-active button {
    background-color: #fff;
}

.section-news {
    padding-top: 8rem;
    background-image: url(../../img/cimento-listrado.png), url(../../img/cimento-lixado.jpg);
    background-position: 0 265px, center;
    background-repeat: no-repeat;
    background-size: 120%, cover;
    position: relative;
}

.wrapp-news {
    display: flex;
    position: relative;
}

.news__img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40%;
    position: relative;
}

.news {
    height: 465px;
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.news:nth-child(2n) {
    background-color: #eaeaea;
}

.news__text {
    padding: 3rem;
    padding-bottom: 0;
}

.news__link {
    margin-top: auto;
    margin-bottom: 3rem;
    display: inline-flex;
    text-decoration: none;
    color: #484848;
    font-size: 1.6rem;
}

.news__title {
    text-transform: uppercase;
    font-size: 2.1rem;
    font-family: Bold;
    color: #484848;
    margin-bottom: 1rem;
}

.news__text p {
    color: #484848;
    font-size: 2rem;
    font-family: Light;
}

.news__link::before {
    content: '';
    background-color: #c3261f;
    height: 1.6rem;
    display: block;
    margin-right: 5px;
    width: 20%;
}

.birth {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, rgba(241, 241, 241, 0.6), rgba(241, 241, 241, 0.6)), url(../../img/cimento-lixado.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

.birth__img {
    margin-right: 3rem;
    width: 200px;
}

.birth__text {
    max-width: 535px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.tertiary-birth {
    color: #d83533;
    font-size: 2.5rem;
}

.birth__text p {
    text-transform: uppercase;
    font-size: 2.2rem;
    font-family: Light;
    color: #484848;
}

.birth__link {
    text-decoration: none;
    color: #484848;
    text-transform: uppercase;
}

.birth__link::after {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: inherit;
    margin-left: 5px;
}

.birth__link:hover {
    color: #c3261f;
}

.birth__link:hover::after {
    margin-left: 10px;
}

.detail__red {
    position: absolute;
    background-color: #c3261f;
}

.detail__red--left {
    height: calc(100% - 265px);
    opacity: .85;
    bottom: 0;
    left: 0;
}

.detail__red--right {
    height: 266px;
    top: 0;
    right: 0;
    z-index: 0;
}


/* Responsive */

@media only screen and (max-width: 1280px) {
    .banner-home .slick-dots {
        left: 50%;
        transform: translateX(-50%);
    }
    .banner-home .slick-arrow {
        padding: 20px;
    }
    .banner-home .slick-prev {
        left: 10%;
    }
    .banner-home .slick-next {
        right: 7%;
    }
}

@media only screen and (max-width: 800px) {
    .banner__content {
        width: 100%;
        align-items: flex-end;
    }
    .banner__description {
        background-color: #484848;
        flex: 0 0 100%;
        padding: 3rem 0;
        height: 50%;
        border-top: 2px solid #fff;
    }
    .banner-home .banner__img {
        background-position: top;
        background-size: auto 65%;
        height: 100vh;
    }
    .banner-home .banner-play {
        left: 50%;
        top: 25%;
    }
    .banner-home {
        height: auto;
    }
    .banner__title {
        font-size: 4rem;
    }
    .banner-home .slick-arrow {
        top: 25%;
    }
    .banner-home .slick-dots {
        bottom: 54%;
    }
    .news {
        flex: 0 0 100%;
    }
    .wrapp-news {
        flex-wrap: wrap;
        width: 100%;
    }
    .detail__red {
        display: none;
    }
    .news__img {
        height: 55%;
    }
    .news:not(:last-child) {
        margin-bottom: 3rem;
    }
    .birth {
        flex-direction: column;
        align-items: center;
        padding: 5rem 2rem;
    }
    .birth__img {
        width: 50%;
        margin-bottom: 2rem;
    }
    .birth__text>* {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 350px) {
    .banner__title {
        font-size: 3rem;
    }
    .banner p {
        font-size: 1.7rem;
    }
}


/* Alto contraste */

.high-contrast .banner__description,
.high-contrast .detail__red,
.high-contrast .news:nth-child(2n),
.high-contrast .sub-menu,
.high-contrast .versions-sub-list,
.high-contrast .menu-item {
    background-color: #464646;
}

.high-contrast .banner__link::after,
.high-contrast .sub-menu-item:not(:first-child)::before,
.high-contrast .news__link::before {
    background-color: #fff;
}

.high-contrast .section-news {
    background-color: #101010;
    background-image: url(../../img/cimento-listrado.png);
}

.high-contrast .news {
    background-color: #343434;
}

.high-contrast .birth {
    background-color: #010101;
    background-image: unset;
}