/* - */
.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: 7rem;
    height: 9.1rem;
}

.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, .slideshow-geral .carousel-control-prev {
    width: 20%;
}

/* ----- */
.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;
    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;
}

/* ----- */
@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 (min-width: 768px) AND (max-width: 1300px) {
    .slideshow-geral .carousel-item {
        height: 70vh;
    }
}

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

    .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: 100%;
    }
}

@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: 65vh;
    }
}

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

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

.carousel .hero__caption {
    position: absolute;
    width: 100%;
    inset: 10rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    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: 6rem;
    line-height: 7.5rem;
    margin-bottom: 3rem;
    padding-right: 13rem;    
    font-weight: bold;
    color: rgb(var(--cor-site-rgb-branco));
    text-transform: uppercase;
}

@media (max-width: 992px) {
.carousel .hero__caption .titulo-hero {
    font-size: 4rem;
    line-height: normal;
    margin-bottom: 3rem;
    padding-right: 13rem;  
}
}

@media (min-width: 992px) AND (max-width: 1439px) {
.carousel .hero__caption .titulo-hero {
    font-size: 4rem;
    line-height: normal;
    margin-bottom: 3rem;
    padding-right: 13rem;  
}
}

.carousel .hero__caption .descricao {
    color: rgb(var(--cor-site-rgb-branco));
    font-size: 2rem;
    margin-bottom: 5rem;
}

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

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

.slideshow-geral {
    background-color: rgba(var(--cor-site-rgb-1), 1);
}

.slideshow-geral .bg-filtro1 {
    background-color: rgba(var(--cor-site-rgb-preto), 0.35);
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.slideshow-geral .bg-filtro2 {
    background-color: rgba(var(--cor-site-rgb-1), 0.65);
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.slideshow-geral .carousel-control-prev,
.slideshow-geral .carousel-control-next {
    display: none;
}

@media (min-width: 992px) {
    .slideshow-geral .carousel-item img {
        transform-origin: top center;
        -webkit-transform-origin: top center;
        background-size: 100% 100%;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-name: bg_image_efeito;
        -webkit-animation-duration: 40s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -webkit-animation-delay: 0;
        -webkit-animation-play-state: running;
        -webkit-animation-fill-mode: forwards;
        animation-name: bg_image_efeito;
        animation-duration: 40s;
        animation-timing-function: ease;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-delay: 0;
        animation-play-state: running;
        animation-fill-mode: forwards;
    }

    .slideshow-geral .carousel-item img {
        transform-origin: top center;
        -webkit-transform-origin: top center;
    }

    /*.slideshow-geral .carousel-item:nth-child(1n) img {
        transform-origin: center left;
        -webkit-transform-origin: center left;
    }

    .slideshow-geral .carousel-item:nth-child(2n) img {
        transform-origin: center right;
        -webkit-transform-origin: center right;     
    }

    .slideshow-geral .carousel-item:nth-child(3n) img {
        transform-origin: top right;
        -webkit-transform-origin: top right;                
    }

    .slideshow-geral .carousel-item:nth-child(4n) img {
        transform-origin: bottom right;
        -webkit-transform-origin: bottom right;         
    }

    .slideshow-geral .carousel-item:nth-child(5n) img {
        transform-origin: top left;
        -webkit-transform-origin: top left;             
    }

    .slideshow-geral .carousel-item:nth-child(6n) img {
        transform-origin: bottom left;
        -webkit-transform-origin: bottom left;  
    }*/
}

@-webkit-keyframes bg_image_efeito {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes bg_image_efeito {
    0% {
       -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.paginas-cabecalho .slideshow-geral {
    margin-top: calc(-1 * var(--height-menu));
}

.slideshow-geral .carousel-caption-geral {
    position: absolute;
    z-index: 900;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slideshow-geral .carousel-caption-geral .texto1 {
    color: #fff;
    font-size: 4.8rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.slideshow-geral .carousel-caption-geral .subtexto1 {
    opacity: 0.5;
}

.slideshow-geral .carousel-caption-geral .texto2 {
    color: #fff;
    font-size: 4.5rem;
    font-weight: bold;
    opacity: 0.25;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 0.15rem;
    display: block;
    margin-bottom: 3rem;
}

@media (max-width: 576px) {
    .slideshow-geral .carousel-caption-geral .texto1 {
        font-size: 6vw;
    }    
    .slideshow-geral .carousel-caption-geral .texto2 {
      font-size: calc(6vw - 15%);
    }  
}

@media (max-width: 420px) {
    .slideshow-geral .carousel-caption-geral .texto1 {
        font-size: 11vw;
    }   
    .slideshow-geral .carousel-caption-geral .subtexto1 {
        font-size: calc(11vw + 12%);
    }      
    .slideshow-geral .carousel-caption-geral span {
        display: block !important;
    }
    .slideshow-geral .carousel-caption-geral .texto2 {
      font-size: calc(6vw - 25%);
    }  
}