#parte4 .cont_auxi {
    position: absolute;
    z-index: 1;
}
#parte4 {
    position: relative;
    margin-bottom: 49px;
}
#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_auxi {
    margin: 48px 0;
    background-color: transparent;
    left: 0;
    right: 0;
}
#parte4 .cont_tit {
 display: flex
;
    color: white;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items:center;
}
#parte4 header {
     display:block!important;   
}
@media (max-width: 768px) {

#parte4 .cont_tit {
 display: flex
;
    color: white;
    text-align: center;
    flex-direction: column;
    align-content: center;
    align-items:center;
}
}


#parte4 .cont_tit .titulo {
    color: #ffffff;
    font-family: "notosans-bold"!important;
    font-size: 48px;
    font-weight: 400;
    line-height: 65px;
    margin-bottom: 20px;
    
}
#parte4 .cont_tit .epig {
    color: #ffffff;
    font-family: "notosans-regular" !important;
    letter-spacing:4px;  
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    padding-bottom:0;
}
#parte4 .cont_tit .bajada {
    color: #ffffff;
    font-family: "notosans-regular" !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    text-align:center;
    max-width: 70%;
}

#parte4 .btn-boutique {
    display: flex;
}

#parte4 .btn {
    display: flex;
    background-color:#fff;
    color: #141413;
    border: 1px solid #fff;
    font-family: "notosans-bold"!important;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    width: 278px;
    height: 56px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 16px 32px;
    text-decoration: none;
    margin: 0;
}

#parte4 .btn:after {
    content: '';
    width: 20px;
    height: 15px;
    transition: .5s all ease;
    background-image: url(../../../../imag/v1/icon/portadas/home/ic_right.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    user-select: none;
}


#parte4 .btn:hover {
  color: #141413;
    background: rgba(255, 255, 255, 0.40);
    border: 2px solid #141413;
    transition: 0.3s all ease;

}
#parte4 img {
    width: 100%
}
#parte4 .imag_mobile {
    display: none;
}
@media (min-width:1230px) and (max-width: 1272px) {
    #parte4 .cont_auxi {
        margin: 64px 0 0 52px;
    }
}
@media (min-width:1201px) and (max-width: 1229px) {
      #parte4 .cont_auxi {
        margin: 64px 0 0 52px;
    }
}
@media (min-width: 960px) and (max-width: 1200px) {
    #parte4 .imag_mobile {
        display: none;
    }

    #parte4 .cont_auxi {
    margin: 52px 0 0 53px;
    }
}
@media (min-width: 768px) and (max-width: 960px) {
    #parte4 .imag_mobile {
        display: none;
    }
    #parte4 .cont_auxi {
        margin: 31px 0 0 28px;
    }
    #parte4 .cont_tit .titulo {
        font-size: 40px;
        line-height: 40PX;
        margin-bottom: 16px;
        max-width: 60%;
    }
    #parte4 .cont_tit .bajada {
        font-size: 1rem;
        margin: 20px 0;
    }

}
@media (max-width: 768px) {
     #parte4 {
        margin-bottom: 48px;
    }
    #parte4 .imag_desktop {
        display: none;
    }
    #parte4 .imag_mobile {
        display: block;
    }
    #parte4 .cont_auxi {
        display: block;
        margin: 40px 0 0 24px;
    }
    #parte4 .cont_tit {
        max-width: 100%;
        /*  height: 190px;
      width: 391px;*/
    }
    #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;
    }
    #parte4 .btn {
        font-size: 13px;
        line-height: 17px;
    /*    width: 127px; */
        height: 45px;
        padding: 8px 32px;
    }
}


