/*fuentes*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap');

body {
    padding: 0;
    margin: 0;
}

.PiedrasLista{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    max-width: 800px;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 15px;
}

.PiedrasLista a{
        text-decoration: none;
}

.PiedrasLista a video{
    width: 100%;
    height: auto;
    cursor: pointer;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.PiedrasLista h2{
    font-size: 24px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 30px;
    color: black;
    text-align: left;
    padding-left: 5px;
}

.PiedrasLista p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    color: black;
    padding-left: 5px;
}

.PiedraPieza:hover {
    transform: scale(1.03);
}

.PiezasLista .SKU {
    font-size: 12px;
    color: grey;
    font-family: 'Montserrat', sans-serif;
    margin-top: -10px;
    margin-bottom: 25px;
}

.PiedraPieza a video{
    max-width: 250px;
    height: auto;
}

.PiedraPieza{
    box-shadow: 4px 7px 7px 0px #00000042;
    border-radius: 20px;
    cursor: pointer;
    transition: 400ms;
}

.TituloCatalogo {
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width:768px){

    .PiedrasLista{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 15px;
}

.MenuYFiltro {
    width: 100%;
    overflow-x: hidden;
}

.CatalogoDiv {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.OrdenYPrecio {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
}

.OrdenYPrecio .OrdenarPrecio {
    min-width: 0;
}

.OrdenYPrecio .BtnFiltroMovil {
    min-width: 0;
    margin: 0;
}

}
