.slider-images .slide {
    background-image: url(http://placehold.it/300x300);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slider-images, .slider-images .slides, .slider-images .slide {
    /* position: absolute; */
    width: 100%;
    height: 100%;
}

.slider-texts {
    max-width: 600px;
    margin: auto;
    color: white;
    height: 105px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Flama-Medium;
}
.slider-texts.bordered {
    border: solid 2px gray;
    color: white;
    padding: 10px 20px;
    height: 105px;
    max-width: 83%;
}

.slider-controls {
    position: absolute;
    width: 100%;
    top: 50%;
}

.slider-control {
    width: 30px;
    height: 30px;
    background: #3bb591;
    position: absolute;
    top: -15px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

.slider-control.slide-left {
    left: 0;
}

.slider-control.slide-right {
    right: 0;
}

.slider-container {
    max-width: 890px;
    position: relative;
    margin: auto;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.slider-control.slide-left {
    background-image: url(../images/left.png);
}

.slider-control.slide-right {
    background-image: url(../images/right.png);
}

.slider-text.titulo {
    text-transform: uppercase;
    line-height: 32px;
    font-size: 30px;
    height: 80px;
    font-family: Flama-Medium;
}

.slider-wrapper {
    /* height: 650px; */
    height: 100%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}


@media screen and (max-width:768px){
	.slider-wrapper {
		/* height: 600px; */
	}
}

@media screen and (max-width:560px){
	.slider-wrapper {
		/* height: 400px; */
	}
}

@media screen and (max-width:420px){
	.slider-wrapper {
		/* height: 250px !important; */
	}
}