.tartas {text-align: center;}
.tartas h2 { text-align: center; font-size: clamp(1.5rem, 1rem + 2.18vw, 2.5rem);   transition: all .3s linear;}
.tartas .fila_cajas { justify-content: center; }
.tartas a .desc { color: #666; font-size: 0.9em; }
.tartas a figure {margin: 0px; overflow: hidden; }
.tartas a figure img {
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tartas a:hover .datos h2{
   letter-spacing: 0.5px;
   color:#a50d24;   
}  

.tartas .nolink { cursor: default; }

/*--------------media querys tartas---------------------*/


/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {
    .tartas a figure img { width: 50%; }
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    .tartas a figure {width: 300px;height: 300px;}
}

/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
    .tartas a figure {width: 300px;height: 300px;}
}

/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px) {
    .tartas a figure {width: 300px;height: 300px;}
}