.principal{
    width: 100%;
    height: auto;
    background-color: rgb(244, 244, 248);
}

.refacciones{
    background-image: url('../panel/images/fondoRefacyServi.png');
    width: 100%;
    height: 150px;
    margin-top: 0px;
}

.bg-ref{
    width: auto;
    height: 100%;
    padding-top: 50px;
    font-size: 30px;
}


.servicios{
    background-image: url('../panel/images/fondoRefacyServi.png');
    width: 100%;
    height: 150px;
    margin-top: 0px;
}

.bg-serv{
    width: auto;
    height: 100%;
    padding-top: 50px;
    font-size: 30px;
}

.dato{
    height: 330px;
    border-radius:12px;
    margin-bottom: 20px;
    padding-right: 25px;
}

.descR{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.uk-width-large-1-3{
    position: relative;
    min-height: 20px;
  }
  
.cs-button2 {
position: absolute;
bottom: 0;
left: 35%;
}

@media only screen and (max-width: 700px){
    .dato{
        height: 300px;
    }
    .cs-button2 {
        position: absolute;
        bottom: 0;
        left: 40%;
        }
   }

.btn-Comprar{
width: 300px;
height: 40px;
margin-left: auto;
margin-right: auto;
display: block;
/* background-color: green; */
border-radius: 8px;
font-size: large;
color: white;
}