.block-2{
    display:flex;
    flex-wrap:wrap;
}
.block-2 .auxi{
    display:flex;
    flex-wrap:wrap;
    max-width:100%;
    margin: 0 0% 0 0%;
    justify-content: center;
}
.block-2 .auxi .row{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    justify-content: center;
    margin-bottom:50px;
}
.block-2 .cont-tit{
font-family: 'smart-next-regular';
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.block-2 .cont-txt .titulo{
 font-family:'smart-sans-regular';
 color:#141413;
 margin-bottom: 12px;
 font-size:1.5rem;
 
}

@media (max-width: 768px) {
.block-2 .cont-txt .titulo{
 font-size:1.125rem;
}
}


.block-2 .cont-txt{
    bottom: 0;
    margin-top:24px;
    display: flex;
    width: 100%;
    z-index: 2;
    flex-wrap: wrap;
    flex-direction: column;
    
}
.block-2 .cont-txt a{
 font-family:'smart-sans-bold';
 font-size:0.875rem;
 color:#141413;
 padding: 13px 32px 13px 32px;
 border:1px solid #141413;
 display:flex;
 background-color: #fff;
    border-radius: 58px;
    max-width:166px;
}

.block-2 .cont-txt a:hover{
    color: #141413;
    display: flex;
    background-color:#EAEBED;
}


.block-2 .cont-txt a::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;
}
.block-2 .box-dest{
    position:relative;
}