.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html,
body {
background: #1c1c1c !important;
}
body {
&::before {
content: none !important;
display: none !important;
}
&.projetos-lista,
&.page-id-projetos,
&.post-type-archive-projeto,
&.tax-projeto_categoria {
.newsletter {
background: #f6f6f6 !important;
h2 {
color: var(--texto-escuro) !important;
}
input {
border-bottom-color: var(--texto-escuro) !important;
color: var(--texto-escuro) !important;
}
* {
background: transparent !important;
}
}
}
}
main,
#content,
.site-content,
.content-area {
background: transparent !important;
}
.page-projetos {
background: #1c1c1c !important;
color: #fff;
section,
.container,
.container-fluid,
.row,
.col,
[class*="col-"] {
background: transparent !important;
}
.topo-pagina h1,
.titulo-pagina h1,
.breadcrumb,
.breadcrumb li,
.breadcrumb li span,
.complemento-topo p,
.filtros p,
.filtros label,
.card-projeto p,
.card-principal .bg-layer p {
color: #ffffff !important;
}
.card-projeto .categoria,
.card-principal .categoria {
color: #000000 !important;
}
.active {
color: #ffffff !important;
}
.card-projeto p {
color: #fff !important;
}
}
.page-projetos .lista-projetos {
--projetos-gap: clamp(14px, 1.8vw, 24px);
}
.page-projetos .card-principal .box-img,
.page-projetos .card-principal .box-img img {
width: 100%;
height: 100% !important;
min-height: inherit;
object-fit: cover;
}
.page-projetos .card-principal .bg-layer {
position: absolute !important;
inset: 0;
width: 100%;
height: auto !important;
min-height: inherit;
z-index: 2;
padding: clamp(18px, 2.8vw, 38px);
display: flex;
flex-direction: column;
justify-content: space-between;
border-radius: 12px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
pointer-events: auto;
}
.page-projetos .card-principal .bg-layer p {
margin: 0;
font-size: clamp(24px, 3.2vw, 40px);
line-height: 1.12;
}
.page-projetos .card-projeto p {
margin: 10px 0 0;
font-size: clamp(18px, 1.8vw, 24px);
line-height: 1.2;
}
.page-projetos .card-projeto .box-img img {
height: clamp(170px, 21vw, 220px);
aspect-ratio: 16 / 9;
object-fit: cover;
}
@media (max-width: 1199px) {
.page-projetos .card-principal {
aspect-ratio: 16 / 10;
min-height: clamp(320px, 56vw, 500px);
}
.page-projetos .lista-projetos .lista-projetos-laterais {
flex-direction: row;
flex-wrap: wrap;
gap: 14px;
}
.page-projetos .lista-projetos .card-projeto-lateral {
width: calc(50% - 7px);
}
.page-projetos .lista-projetos .card-projeto-lateral:only-child {
width: 100%;
}
}
@media (max-width: 767px) {
.page-projetos .lista-projetos .lista-projetos-row {
row-gap: 12px;
}
.page-projetos .lista-projetos .lista-projetos-laterais {
flex-direction: column;
gap: 12px;
}
.page-projetos .lista-projetos .card-projeto-lateral {
width: 100%;
}
.page-projetos .card-principal {
aspect-ratio: 16 / 10;
min-height: clamp(240px, 68vw, 340px);
}
.page-projetos .card-principal .bg-layer p {
font-size: clamp(21px, 6.8vw, 30px);
}
.page-projetos .card-projeto p {
font-size: clamp(17px, 5.2vw, 22px);
}
.page-projetos .card-projeto .box-img img {
height: clamp(170px, 52vw, 230px);
}
}
.filtros {
width: 100%;
display: flex !important;
flex-direction: column;
align-items: center !important;
justify-content: center;
text-align: center;
margin-bottom: 20px;
form {
width: 100%;
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex-wrap: wrap;
gap: 18px;
margin: 0 auto;
}
p,
label,
label span {
color: #fff !important;
}
input[type="radio"] {
-webkit-appearance: none;
appearance: none;
width: 18px;
height: 18px;
border: 1.5px solid rgba(255, 255, 255, 0.65);
border-radius: 50%;
background: transparent;
position: relative;
&:checked {
border-color: #f69743;
&::after {
content: "";
position: absolute;
width: 8px;
height: 8px;
background: #f69743;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}
&:focus-visible {
outline: 2px solid #f69743;
outline-offset: 3px;
}
}
&::after {
content: "";
display: block;
width: 100%;
max-width: 100%;
height: 1px;
background: #3b3b3b;
margin-top: 18px;
}
}
.faq-solucao {
.faq-item {
border-bottom: 1px solid rgba(88, 88, 88, 0.2);
padding: 12px 0;
}
.faq-question {
width: 100%;
background: transparent;
border: 0;
padding: 14px 0;
display: flex;
align-items: center;
justify-content: space-between;
text-align: left;
font-weight: 600;
span:first-child {
padding-right: 16px;
}
&[aria-expanded="true"] {
.faq-icon {
transform: rotate(180deg);
}
}
}
.faq-icon {
display: inline-flex;
transition: transform 0.2s ease;
flex-shrink: 0;
}
.faq-answer-inner {
padding: 0 0 16px;
color: #585858;
p:last-child {
margin-bottom: 0;
}
}
}
@media (max-width: 900px) {
.filtros {
padding: 8px 0 0;
margin-bottom: 14px;
form {
gap: 12px;
}
p {
font-size: 16px;
margin-bottom: 10px;
}
label {
font-size: 15px;
gap: 8px;
}
input[type="radio"] {
width: 16px;
height: 16px;
&:checked {
&::after {
width: 7px;
height: 7px;
}
}
}
}
}
@media (max-width: 480px) {
.filtros {
form {
flex-direction: column;
align-items: center !important;
gap: 10px;
}
}
}