
/* Start slideShow Section */
.slider-images-section {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider-helper {
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.slider-helper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    /* box-sizing: content-box; */
}
.slider-images > div {
    position: absolute;
    width: 100%;
    height: 100%;
}
.image-slider-01, .image-slider-02 {
    transition: top 0.8s ease-out, opacity 0.8s ease-out;
    -moz-transition: top 0.8s ease-out, opacity 0.8s ease-out;
    -webkit-transition: top 0.8s ease-out, opacity 0.8s ease-out;
}
.image-slider-01 {
    z-index: 2;
    top: 0;
}
.image-slider-02 {
    z-index: 4;
}
.slider-images > div:last-child {
    z-index: 38;
}
/* .image-slider-01-clone, .image-slider-02-clone {
    transition: top 1.5s ease-out;
} */

.slider-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}
.slider-images .con-text {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
}
.slider-images .slider-text h1, .slider-images .slider-text p {
    color: var(--white-color);
    text-align: center;
}
.slider-images .slider-text h1 {
    font-size: 6vw;
    font-weight: 600;
    padding: 0 3px;
    margin: 0;
}
.slider-text {
    width: 100%;
    height: 100%;
    position: absolute;
    text-shadow: 6px 5px 4px rgb(60 60 60 / 45%);
}
.slider-images .slider-text p {
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 40px;
}
.image-slider-chevron {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    z-index: 8;
}
.image-slider-chevron span {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    background-color: var(--section-d-background);
    border-radius: 50px;
    opacity: 0.7;
}
.image-slider-chevron span:hover {
    opacity: 1;
}
.image-slider-chevron span:first-child {
    left: 60px;
}
.image-slider-chevron span:last-child {
    right: 60px;
}
.image-slider-chevron span i {
    font-size: 20px;
    color: white;
}
.image-slider-01-d {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    transition: top 0.5s ease-out, opacity 0.5s ease-out;
    -moz-transition: top 0.5s ease-out, opacity 0.5s ease-out;
    -webkit-transition: top 0.5s ease-out, opacity 0.5s ease-out;
    z-index: 1;
}
.image-slider-02-d {
    width: 100%;
    height: 100%;
    position: absolute;
    /* top: 0; */
    left: 0;
    opacity: 1;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    transition: top 0.5s;
    -moz-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    z-index: 3;
}
.image-slider-01-d::after, .image-slider-02-d::after {
    filter: blur(5px) brightness(60%);
  	-moz-filter: blur(5px) brightness(60%);
  	-webkit-filter: blur(5px) brightness(60%);
    width: 100%;
    height: 100%;
    content: " ";
  	background-color: var(--dark-color);
  	display: flex;
    display: -webkit-flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}
.image-slider-01-d::after {
    background: no-repeat center/112% url("../../content/images/slide_show/MF5C6456.jpg");
}
.image-slider-02-d::after {
    background: no-repeat center/112% url("../../content/images/slide_show/MF5C6739-baixa.jpg");
}
@media only screen and (max-width: 576px) {
    .image-slider-chevron span {
        width: 35px !important;
        height: 35px !important;
    }
    .image-slider-chevron span i {
        font-size: 15px;
    }
    .image-slider-chevron span:first-child {
        left: 15px;
    }
    .image-slider-chevron span:last-child {
        right: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .image-slider-chevron span {
        width: 45px;
        height: 45px;
    }
}
@media only screen and (min-width: 576px) {
    .image-slider-chevron span:first-child {
        left: 15px;
    }
    .image-slider-chevron span:last-child {
        right: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .image-slider-chevron span:first-child {
        left: 20px;
    }
    .image-slider-chevron span:last-child {
        right: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .image-slider-chevron span:last-child {
        right: 30px;
    }
    .image-slider-chevron span:first-child {
        left: 30px;
      }
}
@media only screen and (min-width: 1400px) {
    .image-slider-chevron span:last-child {
        right: 100px;
    }
    .image-slider-chevron span:first-child {
        left: 100px;
      }
}
/* End slideShow Section */
