.ck_ppipin {
    display: inline-block;
    vertical-align: top;
}

.container{
    padding:30px 50px;
    font-family: 'Poppins', sans-serif;
}
.tablasint1{
    display: inline-block;
    width: 35%;
    margin-right: 5%;
    vertical-align: top;
}
.tablasint1 img{    width: 100%;    }
.tablasint2{
    display: inline-block;
    width: 59%;
    vertical-align: top;
}
.cajanro {
    width: 140px;
    height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    margin: 15px auto;
}

.tx1{
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size: 24px;
    line-height: 1.5;
}
.tx2{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.388888;
    color: #333;
}
.tx3{
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}
.cajanro1, .cajanro2 {
    width: 33.3%;
    height: 100%;
    cursor: pointer;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #555;
    float: left;
    font-size: 17px;
    text-align: center;
    line-height: 2.7;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}
.cajanro1:hover {
    background-color: #717fe0;
    transition: 0.5s;
    color: #FFF;
}
.cajanro2 {background-color: #EEE;}
.addcart {
    background-color: #717fe0;
    width: 150px;
    color: #FFF;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.466667;
    text-transform: uppercase;
    padding: 12px;
    border-radius: 25px;
    transition: 0.5s;
}
.addcart:hover{
    background-color: #000;
    color: #FFF;
    transition: 0.5s;
}