#form_orcamento * {
font-family: var(--tg-body-font-family);
font-size: var(--tg-body-font-size);
line-height: var(--tg-body-line-height);
font-weight: var(--tg-fw-regular);
}
#form_orcamento .elementor-field-option label {
color: white;
}
#form_orcamento .e-form__buttons {
margin-top: 30px;
}
body.error404 .breadcrumb__content {
display: none;
} .btn-whatsapp-pulse {
z-index: 999;
background: #25d366;
color: white;
position: fixed;
bottom: 20px;
right: 20px;
font-size: 40px;
display: flex;
justify-content: center;
align-items: center;
width: 0;
height: 0;
padding: 35px;
text-decoration: none;
border-radius: 50%;
animation-name: pulse;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
}
80% {
box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
}
}
.btn-whatsapp-pulse-border {
animation-play-state: paused;
}
.btn-whatsapp-pulse-border::before {
content: "";
position: absolute;
border-radius: 50%;
padding: 25px;
border: 5px solid #25d366;
opacity: 0.75;
animation-name: pulse-border;
animation-duration: 1.5s;
animation-timing-function: ease-out;
animation-iteration-count: infinite;
}
@keyframes pulse-border {
0% {
padding: 25px;
opacity: 0.75;
}
75% {
padding: 50px;
opacity: 0;
}
100% {
opacity: 0;
}
}
.collection__item-thumb {
border-radius: 16px;
max-height: 200px;
overflow: hidden;
}
.collection__item-thumb img {
transition: all 2s ease;
}
.collection__item:hover .collection__item-thumb img {
transform: translateY(-40%);
} .page-id-1566 .roadmap__card {
padding: 30px;
}
.page-id-1566 .roadmap__lists {
padding-left: 0;
}
.precos-preco {
margin-top: 20px;
color: white;
font: bold 24px var(--tg-heading-font-family);
}
.precos-preco span {
font: 400 16px var(--tg-body-font-family);
}