*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Roboto', sans-serif;
    background: #180000;
}

.contenedor{
    width: 100%;
    overflow: hidden;
}

.slider-contenedor{
    width: 100%;
    display: flex;
}

.contenido-slider{
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-shrink: 0;
}
.contenido-slider:nth-child(1){
   background: #611a68;

    color: #fff;
}

.contenido-slider:nth-child(2){
    background: #332863;
    color: #fff;
}

.contenido-slider:nth-child(3){
    background: #611a68; 
}
.contenido-slider:nth-child(4){
    background: #332863; 
}
.contenido-slider:nth-child(5){
    background: #611a68; 
}

.contenido-slider:nth-child(6){
    background: #332863;
} 
.contenido-slider:nth-child(7){
    background: #611a68; 
} 
.contenido-slider:nth-child(8){
    background: #332863;
} 
.contenido-slider:nth-child(9){
    background: #611a68; 
} 
.contenido-slider:nth-child(10){
   background: #611a68;

    color: #fff;
}

.contenido-slider:nth-child(11){
    background: #332863;
    color: #fff;
}

.contenido-slider:nth-child(12){
    background: #611a68; 
}
.contenido-slider:nth-child(13){
    background: #332863; 
}
.contenido-slider:nth-child(14){
    background: #611a68; 
}

.contenido-slider:nth-child(15){
    background: #332863;
} 
.contenido-slider:nth-child(16){
    background: #611a68; 
} 
.contenido-slider:nth-child(17){
    background: #332863;
} 
.contenido-slider:nth-child(18){
    background: #611a68; 
} 
.contenido-slider:nth-child(19){
    background: #332863;
    color: #fff;
}

.contenido-slider:nth-child(20){
    background: #611a68; 
}
.contenido-slider:nth-child(21){
    background: #332863; 
}
.contenido-slider:nth-child(22){
    background: #611a68; 
}

.contenido-slider:nth-child(23){
    background: #332863;
} 
.contenido-slider:nth-child(24){
    background: #611a68; 
} 
.contenido-slider:nth-child(25){
    background: #332863;
} 
.contenido-slider:nth-child(26){
    background: #611a68; 
} 
.contenido-slider:nth-child(27){
   background: #611a68;

    color: #fff;
}

.contenido-slider:nth-child(28){
    background: #332863;
    color: #fff;
}

.contenido-slider:nth-child(29){
    background: #611a68; 
}
.contenido-slider:nth-child(30){
    background: #332863; 
}
.contenido-slider:nth-child(31){
    background: #611a68; 
}

.contenido-slider:nth-child(32){
    background: #332863;
} 
.contenido-slider:nth-child(33){
    background: #611a68; 
} 
.contenido-slider:nth-child(34){
    background: #332863;
} 
.contenido-slider:nth-child(35){
    background: #611a68; 
} 
.contenido-slider > img{
    width: 600px;
}

.contenido-slider > div{
    width: 40%;
}

.contenido-slider h2{
    font-weight: 300;
    text-align: justify;
    line-height: 30px;
}

.contenido-slider a{
    color: #ffffff;
    background: #332863;
    width: 100px;
    display: block;
    padding: 15px 0;
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
    text-decoration: none;
}

.contenido-slider:nth-child(2) a{
    background: #ffffff;
    color: #332863;
    
}

@media screen and (max-width:1000px){
    .contenido-slider > img{
        width: 250px;
    }

    .contenido-slider > div{
        width: 40%;
    }

    .contenido-slider h2{
        font-size: 23px;
    }
}


@media screen and (max-width:600px){
    .contenido-slider{
       flex-direction: column-reverse;
    }

    .contenido-slider > div{
        width: 100%;
    }

}