.container-slider{
    height: calc(100%);
    overflow:hidden;
    /*padding-top: 89px;*/
    width: 100%;
    position: relative;
}
.slider{
    display: flex;
    height: 100%;
    margin-left: -100%;
    width: 300%;
}
.slider_img{
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.slider_section{
    height: 100%;
    width: 100%;
}
.slider_btn{
    align-items: center;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 25px;
    font-weight: bolder;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    width: 10%;
    z-index: 10;
}
.buttons-banner{
    bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
    left: 48%;
    position: absolute;
    
}
.slider_btn_right{
    right: 0px;
}
.slider_btn_left{
    left: 0px;
}

@media(max-width:1200px){
    .container-slider {
        background-image: url('../images/blur.png');
        background-position: center;
        background-size: cover; 
    }

    .container-slider > * {
        
    }
    .slider{
        align-items: center;
        
    }
    .slider_section{
        
        height: 80%;
        width: 100%;
    }
}
@media(max-width:1000px){
    .slider_section{
        height: 65%;
        width: 90%;
    }
}
@media(max-width:1000px){
    .slider_section{
        height: 55%;
        width: 70%;
    }
}