@charset "UTF-8";
/* https://sunoti.com/wp-content/plugins/SUNOTI%20-%20Funciones/assets/ttlist.css?ver=1770189412 */
.tt-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.tt-item{position:relative;aspect-ratio:9/16;overflow:hidden;background:#000 center center / cover no-repeat}.tt-play-img{position:absolute;top:50%;left:50%;width:48px;height:48px;transform:translate(-50%,-50%);cursor:pointer;z-index:2}@keyframes tt-spin{from{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}.tt-spinner{position:absolute;top:50%;left:50%;width:40px;height:40px;transform:translate(-50%,-50%) rotate(0deg);border:4px solid rgba(32,145,255,.2);border-top-color:#2091FF;border-radius:50%;animation:tt-spin 1s linear infinite;z-index:3}.tt-more{text-align:center;margin-top:12px}.tt-item{border-radius:0}.tt-gallery>a:first-child .tt-item{border-top-left-radius:10px}.tt-gallery>a:nth-child(3) .tt-item{border-top-right-radius:10px}