NOTÍCIAS RELACIONADAS
Inscrições: ini a fim
Progresso
Oferta: ini a fim
Progresso
Vagas: vagas
Modalidade: ini
Nível: ini
Duração: ini
ini
ini
ini
ini
Inscrição Ir para curso /* Ripple azul effect */ .buttonazulripple { background-position: center; transition: background 0.8s; } .buttonazulripple:hover { background: #336ce7 radial-gradient(circle, transparent 1%, #155ffd 1%) center/15000%; } .buttonazulripple:active { background-color: #336ce7; background-size: 100%; transition: background 0s; } /* Button azul style */ .buttonazul { padding: 15px; margin: 5px; min-width: 216px; max-width: 260px; border: 1px solid #ddd; border: none; cursor: pointer; color: white; background-color: #0f55ab; border-radius: 50px !important; text-align: center; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); outline: none; } /* Ripple verde effect */ .buttonverderipple { background-position: center; transition: background 0.8s; } .buttonverderipple:hover { background: #46db88 radial-gradient(circle, transparent 1%, #00bbaa 1%) center/15000%; } .buttonverderipple:active { background-color: #46db88; background-size: 100%; transition: background 0s; } /* Button verde style */ .buttonverde { padding: 15px; margin: 5px; min-width: 216px; max-width: 260px; border: 1px solid #ddd; border: none; cursor: pointer; color: white; background-color: #3cb371; border-radius: 50px !important; text-align: center; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); outline: none; } /* Link style */ .linkpag{ a: color: #ffffff; a:active color: #ffffff; a:visited color: #ffffff; } #colBut{ display: none; } @media (max-width: 835px) { .buttonazul{ min-width: 136px; max-width: 160px; position: fixed; bottom: 1%; left: 10%; /* z-index: 10000000; */ z-index: 95; } .buttonverde{ min-width: 136px; max-width: 160px; position: fixed; bottom: 1%; right: 15%; /* z-index: 10000000; */ z-index: 95; } #colBut{ background-color: #F0F4F9; opacity: 1; min-height: 80px; max-height: 60px; position: fixed; bottom: 0%; /* z-index: 1000000; */ z-index: 90; } } }ini