#parte3 {
    margin-bottom: 98px;
}
#parte3 .flex_parte3{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
#parte3 .flex_parte3 .cont_auxi {
    flex-wrap: wrap;
}
#parte3 .cont_auxi {
  margin: 0;
}
#parte3 .flex_parte3 .caja_link figure .img_desktop{
    width:100%;
}
#parte3 .content .imagen:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    transform: rotate(-180deg);
} 
#parte3 .imagen .img_mobile {
    display: none;
}
#parte3 .cont_text {
    display: flex;
    justify-content: flex-start;
    gap: 253px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
#parte3 .cont_text .link1 {
    display: flex;
    justify-content: flex-start;
    gap: 310px;
    color: #FFFFFF;
    font-family: 'MontserratSemiBold', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    padding: 20px 0 43px 37px;
}
#parte3 .cont_text .link2 {
    display: flex;
    justify-content: flex-start;
    gap: 310px;
    color: #FFFFFF;
    font-family: 'MontserratSemiBold', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 24px;
    padding: 20px 0 43px 37px;
}
#parte3 .caja_link .icon_go {
    background-image: url('../../../../imag/v1/icon/icon_right_bold.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    align-self: center;
    display: inline-block;
    width: 27px;
    height: 45px;
    margin-bottom: 33px;
}
#parte3 .content a {
    position: relative;
    text-decoration: none;
    width: 0;
  
}
@media (max-width: 1300px) {
    
}

@media (max-width: 830px) {
    #parte3 .imagen .img_desktop {
        display: none;
    }
    #parte3 .imagen .img_mobile {
        display: block;
        margin:0 auto;
    }
    #parte3 .content .imagen:before {
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        opacity: 0.8;
        transform: rotate(-180deg);
    }
    #parte3 .flex_parte3 {
        gap: 8px;
        margin-bottom: 41px;
    }
    #parte3 .cont_mobile .link1,
    #parte3 .cont_mobile .link2 {
        display: flex;
        justify-content: flex-start;
        color: #FFFFFF;
        font-family: 'MontserratSemiBold', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        max-width: 80%;
        text-transform: uppercase;
        padding: 0 0 16px 24px;
    }
    #parte3 .caja_link .icon_go {
        background-image: url('../../../../imag/v1/icon/icon_right_bold.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        align-self: center;
        display: inline-block;
        width: 13px;
        height: 21px;
        margin-bottom: 13px;
    }
    
    #parte3 .cont_text {
        display: flex;
        justify-content: flex-start;
        gap: 28px;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }
        
}