#parte4 .cont_auxi {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: 48px 0;
    background-color: transparent;
    left: 0;
    right: 0;
    height:100%;
}
#parte4 {
    position: relative;
    margin-bottom: 49px;
}
#parte4 .btn-boutique{
    display:flex;
    justify-content: center;
}
#parte4 .btn-boutique .btn::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../../../imag/v1/icon/portadas/right_dark.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    user-select: none;
}
#parte4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0) 85.53%);
}
#parte4 .cont_tit {
 display: flex;
    color: white;
    flex-wrap: wrap;
    flex-direction: column;

}
#parte4 .cont_tit .titulo {
    color: var(--color-white);
    font-family: var(--font-black);
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 24px;
    
}
#parte4 .cont_tit .bajada {
    text-align:center;
    color: var(--color-white);
    font-family: var(--font-bold);
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 8px;
}
#parte4 .btn {
    display: flex;
    background-color:var(--color-white);
    color: var(--color-dark-blue);
    border-radius:50px;
    font-family: var(--font-bold);
    font-size: 14px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 16px 32px;
    text-decoration: none;
    margin: 0;
    border: 2px solid var(--color-dark-blue);
}
#parte4 .btn:hover {
    background: #F1F1F1;
    transition: 0.3s all ease;
}
#parte4 img {
    width: 100%
}
#parte4 .imag_mobile {
    display: none;
}
@media (min-width: 960px) and (max-width: 1200px) {
    #parte4 .imag_mobile {
        display: none;
    }

}
@media(max-width: 991px) {
    #parte4 header {
     display:block;   
    }
@media (min-width: 768px) and (max-width: 960px) {
    #parte4 .imag_mobile {
        display: none;
    }
    #parte4 .cont_tit .bajada {
        font-size: 1rem;
        margin: 20px 0;
    }

}
@media (max-width: 768px) {
    #parte4 .cont_auxi {
    justify-content: space-between;
    margin:0;
    }
    #parte4 .cont_tit {
    margin-top: 20px;
    }
    #parte4 .btn-boutique {
    margin-bottom: 20px;
    width:100%;
    }
    #parte4 .btn-boutique .btn {
    width:100%;
    margin: 0 16px;
    }
    #parte4 .imag_desktop {
        display: none;
    }
    #parte4 .imag_mobile {
        display: block;
    }
    #parte4 .cont_tit .titulo {
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 16px;
        text-transform: none;
        
    }
    #parte4 .cont_tit .bajada {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
    }
}