.numero{
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
}

.numero span{
    background: #FF8800;
    border-radius: 50%;
    padding: 4px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 42px;
}

.imagen-content{
    display:  flex;
    justify-content: center;
    margin-bottom: 15px;
}

.border-right2{
    border-right: 1px solid #706F6F;
}

.border-left2{
    border-left: 1px solid #706F6F;
}

.content-text{
    display: flex;
    justify-content: center;
}

.cambiate-container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    row-gap: 80px;
}

.cambiate-item{
    flex: 1;
    min-width: 250px;
    max-width: 450px;
    position: relative;
}

.sub-title{font-size: 24px;}
.camm-subt{
    font-size: 18px;
}
.title-span-camm{
    font-weight: 500;
}

.content-text .info .title{
    color: #1C355E;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.content-text .info .text{
    color: #5f5f5f;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}

.content-text .info .link{
    font-size: 19px;
    
}
.content-text .info .link2{
    font-size: 19px;
    font-weight: 600;
    
}
.imagen-content img{ max-width: 140px;  }


.d-lista-cambiate{
    background: #F8F8F8;
    border-radius: 30px;
    padding: 30px 50px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-ver-mas {
    border: 2px solid #0068FF;
    background: #0068FF;
    color: #FFFfFF;
    border-radius: 20px;
    padding: 6px 22px;
    font-weight: 500;
    margin: 5% 3%;
    font-size: 20px;
    font-family: 'Open Sans';
    width: 80%;
    display: inline-block;
    position: absolute;
    bottom: -43px;
    left: 50%;
    transform: translateX(-50%);

}
.google{max-width: 250px; display: block; margin: 0 auto;}
.appstore{max-width: 250px; display: block; margin: 0 auto;}

@media screen and (max-width:1600px) {
        .d-lista-cambiate{
    padding: 30px 24px;
}
}
@media screen and (max-width: 767px){
    .cambiate-container{
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    } 
    
    
    .cambiate-item{
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .border-right2{border-right: 0px}
    .numero{ 
        top: -20px;
    }
    .numero span{
        padding: 3px;
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 32px;
    }
    .imagen-content{ margin-bottom: 10%; }
    .content-text .info .title{text-align: center;}
    .content-text .info .text{text-align: center;}
    .content-text .info .text br{display: none;}
    .content-text .info .link2{ text-align:center; display:inline-block; width:100%; }



}


@media screen and (max-width: 520px){
    .google{max-width: 170px;}
    .appstore{max-width: 170px;}
    .numero{
        top: -15px;
    }
    .numero span{
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 27px;
    }
    .imagen-content img { max-width: 80px; }
}