#opcoes{padding:16px;display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));grid-template-rows:auto auto auto;gap:16px}#opcoes .brach{grid-column:span 6;display:flex;margin:16px 0;gap:2px}#opcoes .brach>*{font-size:10px;display:flex;justify-content:flex-start;align-items:center;text-decoration:none;gap:8px;background:#fff;color:var(--surface-600);padding:4px 10px;cursor:pointer;height:25px}#opcoes .brach>*:first-child{border-radius:16px 0 0 16px}#opcoes .brach>*:last-child{border-radius:0 16px 16px 0}#opcoes h1{grid-column:span 6;color:var(--p-surface-900);font-size:17.5px;margin-bottom:16px}#opcoes a{border-radius:.2rem;cursor:pointer;text-decoration:none;transition:all .5s;background:#fff;height:80px;border:1px solid var(--p-surface-200);border-radius:.3rem;overflow:hidden;position:relative;transition:all .3s}#opcoes a p{color:#fff;padding:8px;background:var(--p-teal-500);font-size:14px;font-weight:400}#opcoes a span{position:absolute;width:50px;height:50px;border-radius:50%;right:8px;top:20px;background:#fff;display:flex;justify-content:center;align-items:center;border-radius:.2rem;color:var(--p-teal-500)}#opcoes a:nth-child(2) p{background:var(--p-red-400)}#opcoes a:nth-child(2) span{color:var(--p-red-400)}#opcoes a:nth-child(3) p{background:var(--p-orange-500)}#opcoes a:nth-child(3) span{color:var(--p-orange-500)}#opcoes a:nth-child(4) p{background:var(--p-blue-500)}#opcoes a:nth-child(4) span{color:var(--p-blue-500)}#opcoes a:nth-child(5) p{background:var(--p-green-500)}#opcoes a:nth-child(5) span{color:var(--p-green-500)}#opcoes a:hover{transform:scale(1.02)}@media screen and (max-width: 768px){#opcoes{padding:8px;grid-template-columns:repeat(2, minmax(0, 1fr))}#opcoes .brach{grid-column:span 2}#opcoes h1{grid-column:span 2}}/*# sourceMappingURL=v1.min.css.map */
