﻿.SeccionDeCards .contenedorCardList .bordeCard .cardItem .contenedorTexto .titulo{font-weight:400;font-size:18px;line-height:27px;letter-spacing:.1px;}.SeccionDeCards .contenedorCardList .bordeCard .cardItem .contenedorTexto .descripcion{font-weight:400;font-size:14px;line-height:21px;letter-spacing:.1px;}.SeccionDeCards .contenedorCardList{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;}@media(max-width:767.98px){.SeccionDeCards .contenedorCardList{display:block;height:auto;}}.SeccionDeCards .contenedorCardList .bordeCard{padding-top:100px;max-width:353px;width:100%;height:515px;position:relative;}.SeccionDeCards .contenedorCardList .bordeCard .cardItem{max-width:353px;width:100%;max-height:415px;height:100%;}.SeccionDeCards .contenedorCardList .bordeCard .cardItem .contenedorImagen{position:absolute;bottom:65%;width:89%;}.SeccionDeCards .contenedorCardList .bordeCard .cardItem .contenedorImagen img{max-width:225px;width:100%;max-height:140px;height:100%;display:block;margin:0 auto;object-fit:cover;}.SeccionDeCards .contenedorCardList .bordeCard .cardItem .contenedorTexto{margin-top:80px;}.SeccionDeCards .contenedorCardList .bordeCard .cardItem .contenedorTexto .titulo{color:#3f3f3f;text-align:left;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}.SeccionDeCards .contenedorCardList .bordeCard .cardItem .contenedorTexto .descripcion{margin-top:16px;color:#717171;text-align:left;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;}.SeccionDeCards .contenedorCardList .bordeCard .cardItem .contenedorBoton{position:absolute;bottom:48px;}.SeccionDeCards .contenedorCardList .bordeCard.mostrar{animation:mostrarElementos .8s forwards;display:block;}.SeccionDeCards .contenedorCardList .bordeCard.ocultar{animation:ocultarElementos .8s forwards;display:none;}@keyframes ocultarElementos{from{opacity:1;}to{opacity:0;}}@keyframes mostrarElementos{from{opacity:0;}to{opacity:1;}}