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

.carousel.slide .carousel-indicators {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    bottom: 35px;
}

.carousel.slide .carousel-indicators li {
    background-color: #044e85;
    border: solid 0px #044e85;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 50%;
}

.carousel.slide .carousel-indicators li.active {
    background-color: #ffffff;
    border: solid 2px #006ab3;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 0;
}

.carousel.slide .carousel-indicators li:last-child {
    margin-right: 0
}

/*.slideshow-geral .carousel-item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 40%);
    z-index: 9;
}*/

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

.slideshow-geral .carousel-caption {
    text-align: center;
    width: 45%;
    left: unset;
    right: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
}

.slideshow-geral .carousel-caption p {
    margin-bottom: 0;
}

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

.slideshow-geral .carousel-caption .title-slide {
    font-size: 3.5rem;
}

.slideshow-geral .carousel-control-next-icon, .slideshow-geral .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%;
}

@media (min-width: 1200px) AND (max-width: 1440px) {
    .slideshow-geral .carousel-caption {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 4.5rem;
    }

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

@media (min-width: 992px) AND (max-width: 1200px) {
    
    .slideshow-geral .carousel-caption {
        font-size: 3rem;
        width: 70%;
    }
    .slideshow-geral .carousel-caption .title-slide {
        font-size: 2.8rem;
    }
}

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

    .slideshow-geral .carousel-caption .title-slide {
        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 {
        width: 5rem;
        height: 7.5rem;
    }
}

@media (max-width: 768px) {
    .slideshow-geral .carousel-caption .title-slide {
        font-size: 1.8rem;
    }

    /*.slideshow-geral .carousel-caption {
        font-size: 2.5rem;
        width: 50%;
        top: auto;
        bottom: 20%;
    width: 70%;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

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

@media (max-width: 992px) {
    .slideshow-geral .carousel-item img {
        width: auto;
        height: 35rem;
    }
}

@media (min-width: 375px) AND (max-width: 425px) {
    .slideshow-geral .carousel-caption {
        font-size: 3rem;
        width: 90%;
        top: auto;
        bottom: 10%;
    }

    .slideshow-geral .carousel-item img {
        width: auto;
        height: 30rem;
    }

    .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 (max-width: 375px) {
    .slideshow-geral .carousel-caption {
        font-size: 2.25rem;
        width: 80%;
        top: auto;
        left: 0;right: 0;
    text-align: center;margin: 0 auto;
    top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}

    .slideshow-geral .carousel-item img {
        width: auto;
        height: 25rem;
    }

    .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: 992px) {
    .slideshow-geral .carousel-item img {
        transform-origin: center right;
        -webkit-transform-origin: center right;
        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: 50s;
        -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: 50s;
        animation-timing-function: ease;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-delay: 0;
        animation-play-state: running;
        animation-fill-mode: forwards;
        transform-origin: top left;
    }

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

@media (max-width: 991px) {
    .slideshow-geral .carousel-caption {
        width: 80%;
    }
}

@-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.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@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.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
