@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
* {
font-family: 'Archivo', sans-serif;
}
a {
text-decoration: none;
color: inherit;
}
.title {
font-size: 30px;
text-align: center;
font-weight: 600;
padding-bottom: 30px;
margin: 0;
}
p {
font-size: 16px;
font-weight: 400;
}
.btns {
padding: 6px 15px;
font-weight: 600;
border-radius: 4px;
border: none !important;
font-size: 18px;
}
.slick-initialized .slick-slide {
text-align: center !important;
display: block !important;
}
.slick-dots {
bottom: 0 !important;
}
.slick-dots li button:before {
font-size: 10px !important;
color: #fff !important;
}
.slick-dots li.slick-active button:before {
color: #fff !important;
} header {
box-shadow: 0 3px 6px 0 rgb(9 74 102 / 10%);
position: fixed;
z-index: 20;
top: 0;
left: 0;
right: 0;
width: 100%;
height: auto;
background-color: #fff;
}
.tarja-topo {
display: flex;
align-items: center;
height: 40px;
font-size: 15px;
font-weight: 400;
}
.social-topo {
display: flex;
gap: 5px;
}
.logo_site {
max-width: 150px;
width: 100%;
}
nav {
height: auto;
}
.nav-link {
color: #2F3542;
font-size: 17px;
} #home {
margin-top: 120px;
}
.slide-banner {
max-width: 100%;
width: 100%;
height: auto;
}
.slide-banner img {
max-width: 100%;
width: 100%;
height: auto;
} #sobre {
padding-top: 50px;
padding-bottom: 50px;
}
.box-sobre img {
max-width: 350px;
max-height: 350px;
width: 100%;
border-radius: 8px;
}
.box-sobre a {
text-decoration: underline !important;
}
.box-sobre {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}
.box-sobre p {
max-width: 500px;
width: 100%;
} #produtos {
padding-top: 50px;
padding-bottom: 50px;
background-color: #f5f5f5;
}
.grid {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
margin-top: 20px;
}
.card-servicos {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px; padding: 22px 5px;
border-radius: 20px;
box-shadow: 0 3px 6px 0 rgb(9 74 102 / 10%);
background: #fff;
position: relative;
}
.img-servicos {
border-radius: 100%;
padding: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.card-body {
padding: 0 20px;
}
.card-servicos img { width: 100%;
}
.card-title {
font-weight: 500;
font-size: 18px;
}
.card-body p {
font-size: 14px;
} #projetos {
padding-top: 50px;
padding-bottom: 50px;
}
.box-extra img {
max-width: 100%;
border-radius: 8px;
max-height: 500px;
width: 100%;
}
.desc-extra {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
} .overlay {
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 8px;
}
.page-extra {
padding-top: 50px;
padding-bottom: 50px;
margin-top: 129px;
}
.img-extra-page {
position: relative;
}
.conteudo_pag_extra img {
max-width: 100%;
width: 100%;
max-height: 400px;
object-fit: cover;
border-radius: 8px;
} .perguntas {
padding-top: 50px;
padding-bottom: 50px;
}
.box-perguntas {
display: flex;
flex-direction: column;
gap: 20px;
flex-wrap: wrap;
}
.boxes-perg {
box-shadow: 0 3px 6px 0 rgb(9 74 102 / 10%);
border-radius: 20px;
padding: 30px 20px;
font-size: 19px;
font-weight: 500;
}
.icones-perguntas {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
}
.hide {
display: none;
} .contato {
padding-top: 50px;
padding-bottom: 50px;
}
.section_contato__form input,
.section_contato__form textarea {
border-radius: 15px;
padding: 14px;
box-shadow: 0 3px 6px 0 rgb(9 74 102 / 10%);
} footer {
position: relative;
padding: 30px 0;
}
.title2 {
font-size: 20px;
margin-bottom: 20px;
font-weight: 600;
text-align: center;
}
.social-midias {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
.social-midias a {
padding: 10px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.social-midias a svg {
width: 20px;
height: 20px;
}
.contatos-footer {
display: flex;
flex-direction: column;
gap: 3px;
justify-self: center;
align-items: start;
}
.contatos-footer a {
width: 100%;
text-align: start;
gap: 5px;
}
.horarios {
display: flex;
align-items: start;
justify-content: center;
}
.whats-flutuante {
position: fixed;
bottom: 65px;
right: 20px;
z-index: 20;
}
.cookies {
background: rgba(0, 0, 0, 0.7);
padding: 20px;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
}
.btns2 {
background-color: transparent;
border: 1px solid #fff;
color: #fff;
border-radius: 4px;
padding: 3px 10px;
font-size: 15px;
}
.signature {
background-color: #fff;
color: #333333;
}
.container-sig {
justify-content: space-between;
align-items: center;
padding: 10px;
} .extra2 {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 100%;
position: relative;
}
.extra2 .title {
padding-top: 50px;
}
.extra2 .container {
position: relative;
}
.extra2 .container p {
margin-bottom: 0;
}
.overlay2 {
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mobile {
display: none;
}
.desk {
display: block;
}
.projeto-carrossel{ height: 500px;
}
.slick-track{
display: flex;
align-items: center;
}
.dzencf-display-none{
display: none;
}
@media(max-width:1023px) {
.contatos-footer a {
justify-content: center;
}
.row-footer {
gap: 30px;
justify-content: center;
}
.div-desc a {
display: flex;
align-items: center;
justify-content: center;
}
}
@media(max-width:992px) {
.grid {
gap: 70px;
}
.mobile {
display: block;
}
.desk {
display: none;
}
}
@media(max-width:600px) {
.tarja-topo{
height: 55px;
}
}