/* - */
.carousel.slide .carousel-caption {
    left: 0;
    right: 0;
}

.slideshow-geral {
    padding-left: 0;
    padding-right: 0;
    margin-top: calc(var(--height-menu) * -1);
    margin-top: 0;
}

.slideshow-geral.full-height-slideshow,
.slideshow-geral.full-height-slideshow .carousel,
.slideshow-geral.full-height-slideshow .carousel-inner,
.slideshow-geral.full-height-slideshow .carousel-inner .carousel-item,
.slideshow-geral.full-height-slideshow .carousel-inner .carousel-item img {
    height: auto;
    /* min-height: 100%; */
    min-height: 100vh;
}

body .slideshow-geral {
    visibility: hidden;
    opacity: 0;
}

body.loaded:not(.paginas) .slideshow-geral {
    visibility: visible;
    opacity: 1;
}

body .slideshow-geral,
body.loaded:not(.paginas) .slideshow-geral {
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.slideshow-geral .carousel-item .bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slideshow-geral .carousel-caption {
    text-shadow: none;
}

.slideshow-geral .carousel-caption p:last-child {
    margin: 0 !important;
}

.slideshow-geral .carousel-caption strong {
    font-weight: bold;
}

.slideshow-geral .carousel-control-next-icon,
.slideshow-geral .carousel-control-prev-icon,
.slideshow-pag .carousel-control-next-icon,
.slideshow-pag .carousel-control-prev-icon,
.slideshow-servico .carousel-control-next-icon,
.slideshow-servico .carousel-control-prev-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 5rem;
    height: 5rem;
}

.slideshow-geral .carousel-control-prev-icon {
    background-image: url(../images/icon-anterior.png);
}

.slideshow-geral .carousel-control-next-icon {
    background-image: url(../images/icon-seguinte.png);
}

.slideshow-geral .carousel-control-next {
    right: 20px;
}

.slideshow-geral .carousel-control-prev {
    left: 20px;
}

.slideshow-geral .carousel-control-next,
.slideshow-geral .carousel-control-prev {
    width: 20%;
    width: auto;
    display: block;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    opacity: 1;
}

/* ----- */
.slideshow-geral .border-top {
    border-top: solid 17px #000000;
}


.slideshow-geral .carousel-item::before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #ebe5ce;
    opacity: 50%;
    height: 100%;
    width: 370px;
    width: 20%;
}

.slideshow-geral .carousel-caption {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) AND (max-width: 1921px) {
    .slideshow-geral .logo {
        width: 26vw;
        height: auto;
        margin-bottom: 5rem;
    }
}

@media (min-width: 1800px) {
    .slideshow-geral .logo {
        width: 47rem;
        height: auto;
        margin-bottom: 5rem;
    }
}

.slideshow-geral .carousel-caption .carousel-caption-texto {
    color: #000000;
    font-size: 2.8rem;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    z-index: 0;
    left: -9000rem;
}

.slideshow-geral .carousel-caption .carousel-caption-texto,
.slideshow-geral .carousel-caption .carousel-caption-texto strong {
    font-weight: 400;
}

.slideshow-geral .carousel-caption-texto {
    color: #ffffff;
    font-size: 2.2em;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0.4em;
}

.slideshow-prints .carousel-item {
    background-color: rgba(0, 0, 0, 0.5);
}

/* ----- */
@media (min-width: 1200px) AND (max-width: 1440px) {
    .slideshow-geral .carousel-caption {}
}

@media (min-width: 992px) AND (max-width: 1200px) {
    .slideshow-geral .carousel-caption {
        font-size: 85%;
        padding: 0;
    }
}

@media (min-width: 769px) AND (max-width: 992px) {
    .slideshow-geral .carousel-caption {
        width: 80%;
    }

    .slideshow-geral .carousel-caption .carousel-caption-texto {
        font-size: 2.5rem;
    }

    .slideshow-geral .carousel-control-next,
    .slideshow-geral .carousel-control-prev {}

    .slideshow-geral .carousel-control-next-icon,
    .slideshow-geral .carousel-control-prev-icon,
    .slideshow-pag .carousel-control-next-icon,
    .slideshow-pag .carousel-control-prev-icon,
    .slideshow-servico .carousel-control-next-icon,
    .slideshow-servico .carousel-control-prev-icon {
        width: 5rem;
        height: 7.5rem;
    }
}

@media (max-width: 768px) {
    .slideshow-geral .carousel-item {
        /* height: 50vh; */
    }


    .slideshow-geral .carousel-control-next,
    .slideshow-geral .carousel-control-prev {
        width: auto;
        margin: 0 1.5rem;
    }

    .slideshow-geral .carousel-control-next-icon,
    .slideshow-geral .carousel-control-prev-icon {
        width: 4.5rem;
        height: 6.5rem;
    }

    .slideshow-geral .carousel-caption {
        width: 90%;
    }

    .slideshow-geral .carousel-caption .carousel-caption-texto {
        font-size: 4.5vw;
    }

    .slideshow-geral .carousel-item:after {
        content: '';
        background-size: auto 70%;
        left: 15%;
    }
}

@media (max-width: 475px) {
    .slideshow-geral .carousel-caption {
        width: 95vw;
    }
}

@media (max-width: 992px) {
    .slideshow-geral .logo {
        width: 30rem;
        height: auto;
        margin-bottom: 0;
    }

    .slideshow-geral .carousel-item .bg-img {
        transform-origin: center;
        -webkit-transform-origin: center;
        background-size: cover;
        width: 100%;
        /* height: 50rem; */
    }
}

@media (max-width: 576px) {}

@media (min-width: 375px) AND (max-width: 425px) {
    .slideshow-geral .carousel-item {
        /* height: 55vh; */
    }

    .slideshow-geral .carousel-item .bg-img {
        width: 100%;
        height: 100%;
    }

    .slideshow-geral .carousel-control-next,
    .slideshow-geral .carousel-control-prev {
        margin: 0 0.5rem;
    }

    .slideshow-geral .carousel-control-next-icon,
    .slideshow-geral .carousel-control-prev-icon {
        width: 2.5rem;
        height: 4.5rem;
    }

    .slideshow-geral .carousel-caption {}

    .slideshow-geral .carousel-caption .carousel-caption-texto {}
}

@media (max-width: 375px) {
    .slideshow-geral .carousel-item {
        /* height: 28vh; */
    }

    .slideshow-geral .carousel-item img {
        /* width: 100%; */
        /* height: 100%; */
    }

    .slideshow-geral .carousel-control-next,
    .slideshow-geral .carousel-control-prev {
        margin: 0 0.5rem;
    }

    .slideshow-geral .carousel-control-next-icon,
    .slideshow-geral .carousel-control-prev-icon {
        width: 2.5rem;
        height: 4.5rem;
    }
}

@media (min-width: 300px) and (max-width: 600px) {
    .slideshow-geral .carousel-item {
        /* height: 45vh; */
    }

}

@media (min-width: 992px) {
    .slideshow-geral .carousel-item {}

    /* .slideshow-geral .carousel-item .bg-img {
        transform-origin: center right;
        -webkit-transform-origin: center right;
        background-size: cover;
        width: 100%;
    } */
}



.carousel .hero__caption {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.8rem;
}

.carousel .hero__caption .container {
    padding-top: 0;
    padding-bottom: 0;
}

.carousel .hero__caption .titulo-hero {
    font-size: 6.8rem;
    font-weight: 500;
    color: #212025;
    line-height: 1.2;
    margin-bottom: 3rem;
}

.carousel .hero__caption .descricao {
    margin-bottom: 5rem;
}

.carousel .hero__caption .descricao p:last-child {
    margin-bottom: 0;
}

.carousel .hero__caption .hero-title {
    font-family: var(--font-geral-2);
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    line-height: 4rem;
    font-weight: 400;
    font-size: 3.8rem;
    margin-bottom: 6rem;
}

@media (max-width: 992px) {
    .carousel .hero__caption .titulo-hero {
        font-size: 5rem;
    }
}

@media (max-width: 767px) {
    .carousel .hero__caption .titulo-hero {
        font-size: 3.5rem;
    }
}