html {
scroll-behavior: smooth;
}
.contatos {
background: #eee;
border-radius: 5px;
display: block;
padding: 1em;
}
@media (min-width: 600px) { {
.clear-contato {
display: block;
}
.atendimento-presencial, .atendimento-telefone {
border-right: 0 !important;
}
}
@media (min-width: 700px) {
.clear-contato {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 1em;
align-items: center;
justify-content: space-around;
}
}
.contatos h4 {
text-align: center;
font-size: 1.5rem;
color: #666;
width: 100%;
margin: 0.5em 0;
}
.contatos dd {
text-align: center;
padding: 0.5rem
}
.responsavel {
text-align: center;
}
.atendimento-presencial {
display: flex;
flex-direction: column;
align-items: center;
border-right: 1px dotted #666;
max-width: 100%;
height: 100%;
}
.atendimento-presencial dt {
height: 8.125em;
background: url(https://www.fecam.org.br/wp-content/plugins/lai-fecam/assets/images/atendimento_presencial.png) no-repeat 50% 70%;
}
.atendimento-telefone {
display: flex;
flex-direction: column;
align-items: center;
border-right: 1px dotted #666;
max-width: 100%;
height: 100%;
}
.atendimento-telefone dt {
height: 8.125em;
background: url(https://www.fecam.org.br/wp-content/plugins/lai-fecam/assets/images/atendimento_fone.png) no-repeat 50% 70%;
}
.atendimento-horario {
display: flex;
flex-direction: column;
align-items: center;
max-width: 100%;
height: 100%;
}
.atendimento-horario dt {
height: 8.125em;
background: url(https://www.fecam.org.br/wp-content/plugins/lai-fecam/assets/images/atendimento_horario.png) no-repeat 50% 70%;
}
.arquivo-lai {
background: #f7ad00;
width: 19.313em;
padding: 0.938em 1.875em;
border-radius: 5px;
margin: 0 auto;
cursor: pointer;
}
.arquivo-lai a {
display: block;
text-decoration: none;
font-size: 1.125em;
color: #eee;
background: url(https://www.fecam.org.br/wp-content/plugins/lai-fecam/assets/images/ico_pdf.png) no-repeat;
padding-left: 2.813em;
}
.perguntas-pagina-lai {
display: flex;
list-style-type: decimal;
flex-direction: column;
}
.perguntas-pagina-lai li {
margin: 0.3em 0;
padding: 0.3em 0;
border-bottom: 1px dotted #666;
}
.ancora-pergunta {
cursor: pointer;
text-decoration: underline;
}
.respostas-lai article {
margin-top: 3em;
}
.respostas-lai article header {
background: #f8f8f8;
margin-bottom: 0.8em;
padding: 0.3em 2em;
}
.respostas-lai article header span {
background: #ddd;
text-align: center;
font-size: 1em;
width: 30px;
height: 28px;
border-radius: 50%;
overflow: hidden;
float: left;
padding-top: 0.2em;
margin: -3px 8px -2px -34px;
}
.respostas-lai article header span a {
color: #000;
margin: auto;
}
.voltaTopo {
text-align: right;
margin-top: 0.8em;
font-size: 0.9em;
padding-right: 0.8em;
}
.voltaTopo a:hover {
color: #f7ad00;
}
.respostas-lai article:hover header span {
background-color: #f7ad00;
}
The post Contratos ativos em abril/2025 appeared first on Fecam Portal.
Adicionar comentário