﻿.ComponenteCardsGDS #contenidoComponenteCardsGDS .lstCards{display:inline-grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,305px),1fr));gap:64px 32px;width:100%;}@media(max-width:991.98px){.ComponenteCardsGDS #contenidoComponenteCardsGDS .lstCards{grid-template-columns:320px;justify-content:center;row-gap:32px;}}@media(max-width:767.98px){.ComponenteCardsGDS #contenidoComponenteCardsGDS .lstCards{row-gap:64px;grid-template-columns:1fr;}}.ComponenteCardsGDS #contenidoComponenteCardsGDS .lstCards .Card{padding-bottom:64px;position:relative;}.ComponenteCardsGDS #contenidoComponenteCardsGDS .lstCards .Card .imgCard{margin:-16px 0 0 -16px;width:calc(100% + 32px);height:188px;object-fit:cover;margin-bottom:16px;}.ComponenteCardsGDS #contenidoComponenteCardsGDS .lstCards .Card .descripcionCard{margin-bottom:16px;max-height:245px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;}@media(max-width:767.98px){.ComponenteCardsGDS #contenidoComponenteCardsGDS .lstCards .Card .descripcionCard{-webkit-line-clamp:4;}}.ComponenteCardsGDS #contenidoComponenteCardsGDS .lstCards .Card .btn{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);max-width:calc(100% - 32px);}