.slider_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-slider{
    position: relative;
    width: 100%;
    max-width: 90em;
    margin:auto;
    overflow: hidden;
}

.slider{
    display: flex;
    width: 300%;
    height: 100vh;
    margin-left: -100%;
}

.slider_img{
    width: 100%;
}

.slider__btn{
    display: flex;
    position: absolute;
    cursor: pointer;
    top: 50%;
    color: #222;
    font-size: 1.5em;
    font-weight: 600;
    padding: 5px;
    transform: translate(0,-50%);
    transition: .5s ease all;
    border-radius: 50%;
    z-index: 2;
}

.slider__btn:hover{
    background-color: #333333d4;
    color: #fbe122;
}

.slider__btn--right{
    right: 10px;
}

.slider__btn--left{
    left: 10px;
}

.contenido_imagen{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.contenido_imagen{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.contenido_imagen .Titulo{
    color: #F50087;
    font-size: 2.8rem;
    font-weight: 400;
    font-style: normal;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40%;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0;
    margin-right: 2rem;
}

.contenido_imagen .boton_vr{
    margin-bottom: 1.6rem;
    margin-right: 10rem;
}

/*Media*/
@media(max-width:800px){
    .contenido_imagen .Titulo{
        color: #F50087;
        font-size: 2.8em;
        font-weight: 400;
        font-style: normal;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 60%;
        font-family: 'Open Sans', sans-serif;
        margin: 0 0;
    }
    
    .contenido_imagen .boton_vr{
        margin-bottom: 1rem;
        margin-right: 6rem;
    }
}

@media (max-width:768px){
    .contenido_imagen .Titulo{
        color: #F50087;
        font-size: 2.8em;
        font-weight: 400;
        font-style: normal;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 60%;
        font-family: 'Open Sans', sans-serif;
        margin: 0 0;
    }
    
    .contenido_imagen .boton_vr{
        margin-bottom: 1rem;
        margin-right: 6rem;
    }
}

@media(max-width:600px){
    .contenido_imagen .Titulo{
        color: #F50087;
        font-size: 2.8em;
        font-weight: 400;
        font-style: normal;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 80%;
        font-family: 'Open Sans', sans-serif;
        margin: 0 0;
    }
    
    .contenido_imagen .boton_vr{
        margin-bottom: 1rem;
        margin-right: 6rem;
    }
}

@media (max-width:420px){
    .contenido_imagen .Titulo{
        color: #F50087;
        font-size: 2.5em;
        font-weight: 400;
        font-style: normal;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        margin: 0 0;
    }
    
    .contenido_imagen .boton_vr{
        margin-bottom: 1rem;
        margin-right: 1rem;
    }
}