/* ============================ PÁGINA MUESTRA DE PRODUCTOS DESKTOP ============================ */

/*Contendor de productos*/
.transportadoras .contenedor-productos{
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 50px 0px;
}

.transportadoras .contenedor-productos img{
    width: 250px;
    cursor: pointer;
}

.transportadoras h5{
  margin: 0;
  margin-top: 10px;
}

.transportadoras .price-product{
  color: #003F5C;
  font-weight: 700;
  font-size: 1.5em;
}

.transportadoras .text-product{
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.transportadoras .text-product a {
  text-decoration: none;
  color: inherit; 
}