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

.slideshow-geral {
    padding-left: 0;
    padding-right: 0;
}

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: unset;
}

.slideshow-geral .carousel-control-next-icon {
    background-image: unset;
}

.slideshow-geral .carousel-control-prev-icon svg, 
.slideshow-geral .carousel-control-next-icon svg {
    width: 100%;
    height: 100%;    
}

.slideshow-geral .carousel-control-prev-icon:hover svg, 
.slideshow-geral .carousel-control-next-icon:hover svg {
    color: #fff;
}

.slideshow-geral .carousel-control-prev-icon:hover .path1, 
.slideshow-geral .carousel-control-next-icon:hover .path1 {
    fill: #fff !important;
}

.slideshow-geral .carousel-control-prev-icon:hover .path2, 
.slideshow-geral .carousel-control-next-icon:hover .path2 {
    fill: var(--cor-geral-site) !important;
}

.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: 50%;
    bottom: 50%;
    opacity: 1;
}

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


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

.slideshow-geral .carousel-caption .carousel-titulo {
    font-size: 6rem;
    line-height: 8rem;
    font-weight: normal;
    margin-bottom: 2rem;
}

.slideshow-geral .carousel-caption .carousel-titulo strong {
    font-weight: bold;
    font-size: 8rem;
}

.slideshow-geral .carousel-caption .carousel-texto {
    font-size: 2rem;
    line-height: 2.2rem;
}

.slideshow-geral .filtro {
    background-color: rgba(var(--cor-geral-site-rgb), 0.65);
    position: absolute;
    z-index: 0;
    inset: 0;
}

.slideshow-geral .carousel-caption {
    z-index: 1;
}

.slideshow-geral .carousel-control-controls {
    position: absolute;
    z-index: 1;
    bottom: 3rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 1.75rem;
}

.slideshow-geral .carousel-control-controls .carousel-control-prev,
.slideshow-geral .carousel-control-controls .carousel-control-next {
    position: static;
}

/* ----- */
@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 {
    }

    .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: 4rem;
        height: 4rem;
    }
}

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


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

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

    .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: 90vw;
    }
}

@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;
    }

    .slideshow-geral .carousel-control-next-icon,
    .slideshow-geral .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
    }

    .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: 30px;
        height: 30px;
    }
}

@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 .hero-title {
        font-size: 3rem;
        line-height: 3rem;
    }
}

@media (max-width: 767px) {
    .carousel .hero__caption .hero-title {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
}

.slideshow-tipo1 {
    background-color: var(--cor-geral-site);
    margin-top: 5rem;
    border-radius: 4rem;
    overflow: hidden;
}

.slideshow-tipo1 .carousel-caption {   
    padding-left: 6rem;
    padding-right: 6rem;
}

#slideshow-servico .filtro {
    background-color: rgba(var(--cor-geral-site-rgb), 0.5);
    position: absolute;
    z-index: 2;
    inset: 0;
}

.slideshow-servico .carousel-caption {
    text-align: left;
}

.slideshow-servico .carousel-caption .descricao1 {
    color: #ffffff;
    --fontsize: 3.5rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2rem;
}    

.slideshow-servico .carousel-caption .descricao2 {
    color: #ffffff;
    --fontsize: 2rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 400;
    text-transform: uppercase;
}   

.slideshow-servico .descricao2 svg {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
}

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

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

@media (min-width: 1200px) AND (max-width: 1440px) {
.slideshow-tipo1 .carousel-caption .carousel-titulo {
    font-size: 4.5rem;
    line-height: 6rem;
    margin-bottom: 2rem;
}
.slideshow-tipo1 .carousel-caption .carousel-titulo strong {
    font-size: 6rem;
}
.slideshow-tipo1 .carousel-caption .carousel-texto {
    font-size: 2rem;
    line-height: 2.25rem;
}
}

@media (min-width: 992px) AND (max-width: 1200px) {
.slideshow-tipo1 .carousel-caption .carousel-titulo {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 2rem;
}
.slideshow-tipo1 .carousel-caption .carousel-titulo strong {
    font-size: 5.5rem;
}
.slideshow-tipo1 .carousel-caption .carousel-texto {
    font-size: 1.8rem;
    line-height: 2rem;
}
}

@media (min-width: 769px) AND (max-width: 992px) {
.slideshow-tipo1 .carousel-caption {
    padding-left: 3rem;
    padding-right: 3rem;
}    
.slideshow-tipo1 img.efeito {
    height: 50rem;
}    
.slideshow-tipo1 .carousel-caption .carousel-titulo {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 2rem;
}
.slideshow-tipo1 .carousel-caption .carousel-titulo strong {
    font-size: 5.25rem;
}
.slideshow-tipo1 .carousel-caption .carousel-texto {
    font-size: 1.65rem;
    line-height: 1.8rem;
}
.btn.btn-geral {
    font-size: 1.3rem;
    padding: 1.25rem 2rem;
}
}

@media (max-width: 768px) {
.slideshow-tipo1 .carousel-caption {
    padding-left: 0;
    padding-right: 0;
}    
.slideshow-tipo1 img.efeito {
    height: 50rem;
}    
.slideshow-tipo1 .carousel-caption .carousel-titulo {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 2rem;
}
.slideshow-tipo1 .carousel-caption .carousel-titulo strong {
    font-size: 5.25rem;
}
.slideshow-tipo1 .carousel-caption .carousel-texto {
    font-size: 1.65rem;
    line-height: 1.8rem;
}
.btn.btn-geral {
    font-size: 1.3rem;
    padding: 1.25rem 2rem;
}
}

@media (max-width: 575px) {
.slideshow-tipo1 .carousel-caption {
    padding-left: 0;
    padding-right: 0;
}    
.slideshow-tipo1 img.efeito {
    height: calc(45rem + 5vw);
}    
.slideshow-tipo1 .carousel-caption .carousel-titulo {
    font-size: 3.15rem;
    line-height: 4rem;
    margin-bottom: 2rem;
}
.slideshow-tipo1 .carousel-caption .carousel-titulo strong {
    font-size: 4.25rem;
}
.slideshow-tipo1 .carousel-caption .carousel-texto {
    font-size: 1.5rem;
    line-height: 1.7rem;
}
.btn.btn-geral {
    font-size: 1.5rem;
    padding: 1.25rem 2rem;
}
}

@media (max-width: 991px) {
.slideshow-geral .container, .slideshow-servicos .container {
	padding-left: 5px;
	padding-right: 5px;
}
}