.elementor-widget-slider-simple {
    background: black;
    height: 100%;
}

.elementor-widget-slider-simple .slick-slide,
.elementor-widget-slider-simple .slick-list,
.elementor-widget-slider-simple .slick-track {
    height: 100%;
    position: relative;
}

.elementor-widget-slider-simple .elementor-widget-container {
    height: 100%;
}

.slider_simple {
    height: 100%;
}

.slider_simple .slider_simple_slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.slider_simple .slider_simple_slide .slider_simple_content {
    width: 50%;
    /* min-height: 50%; */
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1c1c1c;
    color: white;
    box-sizing: border-box;
    padding: 30px;
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Aktiv", Sans-serif;
}

.slider_simple .slider_simple_slide .slider_simple_content:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    background: red;
    background: rgb(244, 244, 244);
    background: linear-gradient(90deg, rgba(244, 244, 244, 1) 36%, rgba(157, 169, 253, 1) 91%, rgba(141, 155, 255, 1) 100%);
}


.slider_simple .slider_simple_slide .slider_simple_content h3 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 45px;
    font-family: "Aktiv", Sans-serif;
}

.slider_simple .slider_simple_slide .slider_simple_content h3 a {
    color: rgb(141, 155, 255);
}

.slider_simple_texto {
    color: white;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    font-family: "Aktiv", Sans-serif;
}

.slider_simple .slider_simple_content:hover figure {
    background-image: var(--bg-hover);
}

.slider_simple .slider_simple_slide .slider_simple_content:hover {
    background-color: #eaeaea;
    color: #1c1c1c;
}

.slider_simple .slider_simple_slide .slider_simple_content:hover .slider_simple_texto,
.slider_simple .slider_simple_slide .slider_simple_content:hover a,
.slider_simple .slider_simple_slide .slider_simple_content:hover .slider_volanta
{
    color: #1c1c1c;
}

.slider_simple .slider_simple_slide .slider_volanta {
    text-transform: uppercase;
    color: white;
    font-family: "Aktiv", Sans-serif;
}

.slider_simple .slick-dots {
    bottom: 30px;
    text-align: right;
    padding-right: 30px;
    width: auto;
    right: 0;
}

.slider_simple .slick-dots li button:before {
    font-family: slick;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider_simple .slick-dots li.slick-active button:before {
    opacity: .5;
    color: #fff;
}

.slider_simple [type=button]:focus,
.slider_simple [type=button]:hover,
.slider_simple [type=submit]:focus,
.slider_simple [type=submit]:hover,
.slider_simple button:focus,
.slider_simple button:hover {
    color: transparent;
    background-color: transparent;
    text-decoration: none;
}

@media (max-width: 1190px) {
    .slider_simple .slider_simple_slide .slider_simple_content {
        min-height: auto;
        padding-left: 20px;
    }

    .slider_simple .slider_simple_slide .slider_simple_content h3 {
        font-size: 34px;
        margin-bottom: 25px;
        color: rgb(141, 155, 255);
    }

}


@media (max-width: 991px) {
    .slider_simple .slider_simple_slide .slider_simple_content {
        width: 75%;
        height: auto;
        padding: 20px;
    }

    .slider_simple .slider_simple_slide .slider_simple_content h3 {
        font-size: 32px;
        margin-bottom: 25px;
    }

}


@media (max-width: 767px) {
    .slider_simple .slider_simple_slide .slider_simple_content {
        width: 100%;
        height: auto;
    }

    .slider_simple .slider_simple_slide .slider_simple_content h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 60px;
        padding-bottom: 50px;
    }

    .slider_simple .slick-dots {
        bottom: 0;
        text-align: center;
        padding-right: 0;
        width: 100%;
    }


}





.elementor-widget-slider-simple .slick-arrow {
    z-index: 100;
    text-indent: -9999px !important;
    color: transparent;
}