@font-face { font-family: "Gilroy H";  src: url(//filmecomavapor.com.br/wp-content/themes/alfama/assets/fonts/Gilroy-Heavy.ttf) format("truetype"); font-display: swap; }
@font-face { font-family: "Gilroy B";  src: url(//filmecomavapor.com.br/wp-content/themes/alfama/assets/fonts/Gilroy-Bold.ttf) format("truetype"); font-display: swap; }
@font-face { font-family: "Gilroy SB"; src: url(//filmecomavapor.com.br/wp-content/themes/alfama/assets/fonts/Gilroy-SemiBold.ttf) format("truetype"); font-display: swap; }
@font-face { font-family: "Gilroy R";  src: url(//filmecomavapor.com.br/wp-content/themes/alfama/assets/fonts/Gilroy-Regular.ttf) format("truetype"); font-display: swap; }
@font-face { font-family: "Gilroy RI"; src: url(//filmecomavapor.com.br/wp-content/themes/alfama/assets/fonts/Gilroy-RegularItalic.ttf) format("truetype"); font-display: swap; }
@font-face { font-family: "Gilroy M";  src: url(//filmecomavapor.com.br/wp-content/themes/alfama/assets/fonts/Gilroy-Medium.ttf) format("truetype"); font-display: swap; }
:root {
--site-max-width: 1220px;
--bg-light: #f6f6f6;
--bg-dark: #121212;
--bg-darker: #0a0a0a;
--bg-footer: #1a1a1a;
--text-dark: #202020;
--text-light: #ffffff;
--text-muted: #cccccc;
--brand: #f69743;
--brand-hover: #f88622;
--gradient-dark: linear-gradient(
180deg,
rgba(18, 18, 18, 0) 0%,
rgba(18, 18, 18, 1) 50%
);
--radius-sm: 8px;
--radius-md: 12px;
--radius-lg: 24px;
--container-pad: 40px;
--shadow-sm: 0 10px 30px rgba(0, 0, 0, 0.25);
} *,
*::before,
*::after {
box-sizing: border-box;
}
html,
body {
height: 100%;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: "Gilroy M", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 1.22;
color: var(--text-dark);
background: var(--bg-light);
overflow-x: hidden;
display: flex;
flex-direction: column;
}
img {
max-width: 100%;
height: auto;
display: block;
}
hr {
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}  .tt-container {
max-width: var(--site-max-width);
margin: 0 auto;
padding: 0 var(--container-pad);
} .container-fluid {
max-width: var(--site-max-width);
margin: 0 auto;
padding: 0 var(--container-pad);
} .conteudo p { margin-bottom: 2rem; }
.conteudo ul { padding-left: 1rem; }
.conteudo li { margin-bottom: 0.6rem; } .wpcf7-form-control-wrap {
width: 100%;
display: block;
}
.wpcf7-not-valid-tip {
color: #ab1010 !important;
}
.wpcf7 form {
position: relative;
transition: opacity 0.3s ease;
}
.wpcf7 form.submitting {
opacity: 0.5;
}
.wpcf7-spinner {
display: none !important;
}
.wpcf7 form.submitting::after {
content: "";
width: 48px;
height: 48px;
border: 5px solid #ab1010;
border-bottom-color: transparent;
border-radius: 50%;
display: inline-block;
animation: rotation 1s linear infinite;
position: absolute;
z-index: 2;
top: calc(50% - 48px);
left: calc(50% - 24px);
}
@keyframes rotation {
to { transform: rotate(360deg); }
} .btn-contato {
width: 209px;
border: none;
border-radius: 999px;
background: var(--brand);
color: var(--text-light);
text-decoration: none;
text-align: center;
}
.btn-contato:hover {
background: var(--brand-hover);
color: var(--text-light);
}
.btn-ver-todos {
color: var(--text-dark);
font-size: 20px;
font-weight: 500;
line-height: 1;
text-decoration: none;
}
.btn-ver-todos:hover {
color: var(--text-dark);
} header .box-h {
background: #2c2c2c;
padding-top: 48px;
}
header .nav-header {
position: relative;
width: 100%;
padding: 22px 30px;
border-radius: 14px;
background: var(--text-light);
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
} header .nav-header .menu-itens {
display: flex;
justify-content: center;
flex: 1;
} header .nav-header .menu-itens ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
}
header .nav-header .menu-itens ul li {
margin-right: 32px;
}
header .nav-header .menu-itens ul li:last-child {
margin-right: 0;
}
header .nav-header .menu-itens a {
color: #0a0a0a;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
text-decoration: none;
} header .social-itens {
display: flex;
align-items: center;
gap: 12px;
}
header .social-itens a {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
background: transparent;
color: #0a0a0a;
}
header .social-itens svg {
width: 18px;
height: 18px;
}
header .social-itens svg path {
fill: currentColor;
} header .nav-search svg circle,
header .nav-search svg path {
stroke: currentColor;
fill: none;
} .open-menu {
display: none;
width: 40px;
height: 40px;
border: none;
background: transparent;
color: #0a0a0a;
}
.close-menu {
position: absolute;
right: -100vw;
z-index: 100;
width: 45px;
height: 45px;
border: none;
background: transparent;
color: #0a0a0a;
transition: right 0.3s ease;
} .topo-pagina {
padding: 80px 0;
}
.topo-pagina .btn-cta {
display: inline-block;
height: fit-content;
padding: 20px 45px;
border-radius: 999px;
border: 1px solid var(--brand-hover);
background: transparent;
color: #585858;
font-family: "Gilroy";
font-weight: 400;
font-size: 20px;
line-height: 20px;
text-decoration: none;
transition: all 0.3s ease;
}
.breadcrumb {
margin-bottom: 21px;
}
.breadcrumb a {
display: inline-block;
padding: 7px 24px;
color: var(--text-dark);
font-size: 13px;
font-weight: 400;
line-height: 120%;
border-radius: 4px 24px 24px 4px;
background: #eaeaea;
box-shadow: 3px 0 4px rgba(0, 0, 0, 0.15);
text-decoration: none;
margin-left: -5px;
}
.breadcrumb li:first-child a {
margin-left: 0;
position: relative;
z-index: 2;
}
.breadcrumb li:last-child a {
background: transparent;
box-shadow: none;
}
.titulo-pagina h1 {
color: var(--text-dark);
font-size: 64px;
font-weight: 800;
line-height: 120%;
} .card-projeto,
.card-principal {
border-radius: var(--radius-md);
display: flex;
flex-direction: column;
position: relative;
text-decoration: none;
overflow: hidden;
}
.card-projeto .box-img,
.card-principal .box-img {
border-radius: var(--radius-sm);
overflow: hidden;
}
.card-projeto img {
width: 100%;
height: 180px;
object-fit: cover;
aspect-ratio: 331 / 180;
border-radius: var(--radius-sm);
transition: transform 0.5s ease;
}
.card-projeto:hover img {
transform: scale(1.08);
}
.card-projeto .categoria {
margin: 11px 0;
}
.card-projeto p {
color: #000;
font-size: 24px;
font-weight: 500;
}
.card-principal {
height: 630px;
}
.card-principal img {
height: 630px;
object-fit: cover;
}
.card-principal p {
color: var(--text-light);
font-size: 40px;
font-weight: 500;
}
.card-principal .bg-layer {
position: absolute;
inset: 0;
z-index: 2;
height: 630px;
width: 100%;
padding: 38px;
display: flex;
flex-direction: column;
justify-content: space-between;
border-radius: var(--radius-md);
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
color: inherit;
text-decoration: none;
} :is(.card-redes, .card-projeto, .card-principal, .card-carousel-projeto) .categoria {
width: fit-content;
padding: 9px 10px 8px;
border-radius: 8px;
background: #d2f5fd;
color: #4e4e4e;
font-size: 16px;
font-weight: 500;
text-decoration: none;
}
:is(.card-redes, .card-projeto, .card-principal, .card-carousel-projeto) .categoria.cat-minidoc,
:is(.card-redes, .card-projeto, .card-principal, .card-carousel-projeto) .categoria.cat-minidocs {
background: #ffeedf;
}
:is(.card-redes, .card-projeto, .card-principal, .card-carousel-projeto) .categoria.cat-campanha {
background: #fbd3cb;
}
:is(.card-redes, .card-projeto, .card-principal, .card-carousel-projeto) .categoria.cat-webseries {
background: #d2f5fd;
} .newsletter h2 {
color: #000;
text-align: center;
font-size: 32px;
font-weight: 500;
line-height: 120%;
}
.newsletter input {
width: 100%;
height: 44px;
padding-left: 15px;
background: transparent;
border: 0;
border-bottom: 1px solid #0a0a0a;
color: #000;
font-size: 16px;
font-weight: 500;
line-height: 120%;
} 
.newsletter .box-imgs img {
width: 60px;
}
.newsletter .box-form-news .wpcf7 form {
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
}
.newsletter .box-form-news .wpcf7-form-control-wrap {
flex: 1;
min-width: 220px;
}
.newsletter .wpcf7 input[type="submit"],
.newsletter .wpcf7 button,
.newsletter .wpcf7 .wpcf7-submit {
height: 36px;
min-width: 120px;
padding: 0 26px;
border-radius: 999px;
border: none;
background: var(--brand);
color: var(--text-light);
font-size: 14px;
font-weight: 500;
line-height: 1;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
white-space: nowrap;
}
.newsletter .wpcf7 button br {
display: none;
} .botoes-flutuantes {
position: fixed;
right: 3rem;
bottom: 200px;
z-index: 2147483647;
display: flex;
flex-direction: column;
}
.botoes-flutuantes a {
width: 50px;
height: 50px;
margin-bottom: 10px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
cursor: pointer;
}
.botoes-flutuantes a.btn-atendimento { background: #f89742; }
.botoes-flutuantes a.btn-chat { background: #808889; }
.botoes-flutuantes a.btn-whatsapp { background: #00cc45; } footer {
padding-top: 60px;
background: var(--bg-light);
}
footer .box-footer {
border-radius: var(--radius-lg);
background: #1c1c1c;
padding: 48px 40px;
}
footer .box-contato {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
footer .box-contato h2 {
max-width: 420px;
color: var(--text-light);
font-size: 28px;
font-weight: 600;
line-height: 120%;
letter-spacing: 1px;
text-transform: uppercase;
}
footer .box-contato .btn-contato {
padding: 10px 20px;
font-size: 12px;
}
footer hr {
height: 3px !important;
background: #2d2d2d;
margin: 24px 0;
}
footer .box-primario,
footer .box-secundario,
footer .footer-col {
display: flex;
flex-direction: column;
}
footer .box-primario a {
color: var(--text-light);
font-size: 11px;
font-weight: 400;
line-height: 120%;
letter-spacing: 0.64px;
text-transform: uppercase;
margin-bottom: 22px;
text-decoration: none;
}
footer .box-secundario a {
max-width: 110px;
padding-left: 10px;
color: #9f9f9f;
font-size: 10px;
font-weight: 500;
line-height: normal;
margin-bottom: 12px;
text-decoration: none;
text-transform: none;
}
footer .box-endereco h3 {
color: #ffa353;
font-size: 12px;
font-weight: 400;
line-height: 120%;
margin-bottom: 17px;
}
footer .box-endereco p {
color: var(--text-light);
font-size: 10px;
font-weight: 400;
line-height: 120%;
letter-spacing: 0.8px;
margin-bottom: 38px;
}
footer .box-endereco a {
display: block;
margin-bottom: 12px;
color: var(--text-light);
font-size: 10px;
font-weight: 600;
line-height: 120%;
letter-spacing: 0.8px;
text-decoration: underline;
text-decoration-skip-ink: none;
}
footer .footer-links-row {
display: flex;
align-items: flex-start;
gap: 28px;
}
footer .footer-enderecos {
gap: 18px;
}
footer .footer-copy {
max-width: 1100px;
margin: 0 auto;
}
footer .copy {
height: 80px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
}
footer .copy p,
footer .copy a {
margin: 0;
color: #808889;
font-size: 14px;
font-weight: 400;
} body.is-dark {
background: var(--bg-dark) !important;
color: var(--text-light);
}
body.is-dark #page,
body.is-dark #content,
body.is-dark .site,
body.is-dark .site-content,
body.is-dark .content-area,
body.is-dark main,
body.is-dark article,
body.is-dark section,
body.is-dark .container-fluid,
body.is-dark .tt-container {
background: transparent !important;
color: inherit;
}
body.is-dark .breadcrumb a {
background: transparent;
box-shadow: none;
color: var(--text-light);
}
body.is-dark .titulo-pagina h1,
body.is-dark .topo-pagina .complemento-topo p,
body.is-dark .filtros p,
body.is-dark .filtros label {
color: var(--text-light) !important;
}
body.is-dark .filtros::after {
background: #3b3b3b;
}
body.is-dark .newsletter {
background: #2c2c2c;
}
body.is-dark .newsletter h2,
body.is-dark .newsletter input {
color: var(--text-light);
}
body.is-dark .newsletter input {
border-bottom-color: var(--text-light);
} .bg-escuro-home,
.bg-escuro-sobre,
.bg-escuro-projetos,
.bg-escuro-projeto-single {
background: var(--bg-dark);
color: var(--text-light);
}
.inicio-escuro {
background: var(--gradient-dark);
} @media (max-width: 1600px) {
header .nav-header { padding: 22px 12px; }
header .box-logo img { width: 124px; }
header .nav-header .menu-itens a { font-size: 14px; }
}
@media (max-width: 1200px) {
:root { --container-pad: 24px; }
header .menu-itens { display: none; }
.open-menu { display: block; }
header .nav-header .menu-itens {
display: flex;
position: fixed;
inset: 0;
height: 100vh;
width: 100vw;
flex-direction: column;
align-items: flex-end;
background: #0a0a0a;
padding: 96px 24px 24px;
overflow-y: auto;
transform: translateX(100%);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
z-index: 99;
}
header .nav-header .social-itens {
position: fixed;
z-index: 100;
top: 90px;
right: -100vw;
opacity: 0;
transition: right 0.3s ease, opacity 0.3s ease;
}
header .nav-header ul {
width: 100%;
margin: 0;
display: flex;
flex-direction: column;
text-align: right;
}
header .nav-header .menu-itens li {
margin: 0 0 14px 0 !important;
}
header .nav-header .menu-itens li a {
font-size: 19px !important;
font-weight: 600;
color: var(--text-light);
}
header .nav-header.active .menu-itens {
transform: translateX(0);
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.close-menu {
position: fixed;
top: 28px;
right: -100vw;
}
header .nav-header.active .close-menu {
right: 24px;
top: 28px;
color: var(--text-light);
}
header .nav-header.active .social-itens {
right: 24px;
top: 120px;
opacity: 1;
}
header .nav-header.active .open-menu {
color: var(--text-light);
opacity: 0;
pointer-events: none;
}
header .nav-header.active .social-itens a {
color: var(--text-light);
}
}
@media (max-width: 992px) {
footer .box-contato {
flex-direction: column;
}
footer .box-contato h2 {
text-align: center;
margin-bottom: 30px;
}
footer .footer-links-row {
flex-direction: column;
gap: 24px;
}
footer .footer-col {
width: 100%;
}
footer .footer-copy {
padding: 0 12px;
}
footer .copy {
flex-direction: column;
justify-content: center;
text-align: center;
} .card-projeto { width: calc(50% - 0.75rem); }
.card-projeto img { height: 240px; }
.card-principal img,
.card-principal .bg-layer { height: 540px; }
.card-principal .bg-layer { padding: 20px; }
.card-principal p { font-size: 32px; margin-bottom: 0; }
}
@media (max-width: 768px) {
:root { --container-pad: 18px; }
.card-projeto { width: 100%; }
.botoes-flutuantes {
right: 1rem;
bottom: 75px;
}
}.card-post {
width: 100%;
height: 345px;
border-radius: 12px;
display: flex;
position: relative;
overflow: hidden;
}
.card-post .box-img {
position: relative;
z-index: 1;
overflow: hidden;
width: 100%;
}
.card-post .box-img img {
border-radius: 12px;
object-fit: cover;
height: 345px;
width: 100%;
max-width: 100%;
transition: all .3s;
}
.card-post .box-info {
position: absolute;
width: 100%; z-index: 2;
height: 345px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
border-radius: 12px;
padding: 24px 20px 24px 35px;
display: flex;
}
.card-post .box-info h2 {
color: #FFF;
font-family: 'Gilroy M';
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: auto;
}
.card-post:hover .box-img img {
transform: scale(1.1);
}
.card-post.big-post {
height: 600px;
}
.card-post.big-post .box-img img {
height: 600px;
}
.card-post.big-post .box-info {
height: 600px;
}
.social-share {
display: flex;
flex-direction: column;
align-items: center;
a {
display: flex;
margin-bottom: 20px;
width: 48px;
height: 48px;
border: solid 1px #444;
border-radius: 50%;
align-items: center;
justify-content: center;
}
}
.relacionados {
.btn-cta {
background-color: transparent;
text-decoration: none;
color: #585858;
padding: 20px 45px;
transition: all .3s;
border-radius: 80px;
border: solid 1px #f88622;
display: inline-block;
height: fit-content;
font-family: 'Gilroy R';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
}html,
body {
background: var(--bg-claro) !important;
color: var(--texto-escuro);
}
.botoes-flutuantes {
z-index: 2147483647;
}
body::before {
content: none !important;
display: none !important;
}
.site-content {
background: transparent !important;
position: relative;
}
.topo-pagina,
footer {
position: relative;
z-index: 10;
}
.breadcrumb {
margin-bottom: 21px;
}
.breadcrumb a {
color: var(--texto-escuro);
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 120%;
border-radius: 4px 24px 24px 4px;
background: #EAEAEA;
box-shadow: 3px 0px 4px 0px rgba(0, 0, 0, 0.15);
padding: 7px 24px;
text-decoration: none;
margin-left: -5px;
}
.breadcrumb li:first-child a {
margin-left: 0;
position: relative;
z-index: 2;
}
.breadcrumb li:last-child a {
background-color: transparent;
box-shadow: none;
}
.titulo-pagina {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.titulo-pagina h1 {
margin: 0;
color: var(--texto-escuro) !important;
}
.badge-nota{
}
.complemento-topo p {
margin: 0.75rem 0 0;
color: var(--texto-escuro) !important;
}
.apresentacao,
.infos,
.galeria,
.py-5 {
position: relative;
z-index: 2;
}
.infos,
.galeria,
.py-5 {
background: transparent !important;
}
.apresentacao {
margin-bottom: 36px;
padding-top: 28px;
overflow: visible;
background: linear-gradient(to bottom, transparent 50%, #1C1C1C 50%) !important;
}
.apresentacao::after {
content: "";
position: absolute;
left: 50%;
width: 100vw;
top: 50%;
height: max(220vh, 2200px);
background: #1C1C1C;
transform: translateX(-50%);
z-index: -1;
}
.apresentacao .box-img img {
width: 100%;
height: auto;
max-height: 690px;
border-radius: 24px;
object-fit: cover;
display: block;
}
.video-wrapper iframe {
display: block;
width: 100%;
border-radius: 24px;
}
.infos h3,
.infos .spec span,
.infos .spec p,
.infos .conteudo,
.section-head .title,
.entregamos-title,
.descritivo,
.descritivo * ,
.manifesto,
.manifesto * {
color: #FFFFFF !important;
}
.infos h3 {
margin: 0 0 22px;
font-family: "Gilroy B";
font-size: 28px;
font-weight: 400;
line-height: 120%;
}
.infos .spec {
margin-bottom: 26px;
}
.infos .spec span {
display: inline-block;
margin-bottom: 10px;
font-family: "Gilroy R";
font-size: 16px;
font-weight: 400;
line-height: 120%;
}
.infos .spec p {
font-family: "Gilroy SB";
font-size: 24px;
font-weight: 400;
line-height: 120%;
margin: 0;
}
.section-head {
display: flex;
align-items: center;
gap: 14px;
margin: 0 0 14px 0;
}
.section-head .bar {
width: 6px;
height: 38px;
background: #F69743;
border-radius: 3px;
}
.section-head .title {
margin: 0;
font-weight: 600;
line-height: 1.1;
font-size: 1.6rem;
}
.entregamos-title {
margin: 0 0 12px;
font-weight: 600;
line-height: 1.1;
font-size: 2.4rem;
}
.col-download {
position: relative;
padding-left: 28px;
}
.col-download::before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 6px;
background: #F69743;
border-radius: 3px;
}
.col-download .section-head {
display: block;
}
.col-download .section-head .title {
font-weight: 400;
font-size: 1.8rem;
line-height: 1.3;
}
.col-download .box-pdf {
position: relative;
}
.box-pdf:focus-visible {
outline: 2px solid #F69743;
outline-offset: 3px;
}
.box-pdf:hover {
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
transform: translateY(-2px);
}
.box-pdf .pdf-thumb img {
width: 100%;
max-width: 301px;
border-radius: 12px;
transition: transform 0.45s ease;
}
.box-pdf:hover .pdf-thumb img {
transform: scale(1.02);
}
.pdf-thumb--placeholder {
width: 100%;
height: 220px;
background: linear-gradient(180deg, #f3f4f6, #e5e7eb);
border-radius: 12px;
}
.pdf-hover {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: opacity 0.25s ease;
pointer-events: none;
}
.box-pdf:hover .pdf-hover,
.box-pdf:focus-visible .pdf-hover {
opacity: 1;
}
.pdf-hover__pill {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 14px;
font-size: 0.8rem;
font-weight: 600;
color: #FFFFFF;
background: rgba(32, 32, 32, 0.9);
border-radius: 999px;
backdrop-filter: blur(2px);
}
.box-pdf .pdf-info {
display: none;
}
.box-pdf .pdf-title,
.box-pdf .pdf-sub {
color: #FFFFFF !important;
}
.galeria {
margin: 60px 0;
}
.carousel-galeria .owl-stage-outer {
overflow: inherit;
}
.carousel-galeria .box-img {
position: relative;
border-radius: 16px;
overflow: hidden;
height: clamp(260px, 52vh, 510px);
backface-visibility: hidden;
transform: translateZ(0);
}
.carousel-galeria .owl-item.center .box-img {
height: clamp(320px, 58vh, 560px);
}
.carousel-galeria .box-img img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 16px;
}
.box-carousel .box-img {
border-radius: 16px;
overflow: hidden;
}
.box-carousel .box-img img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
border-radius: 16px;
}
.carousel-galeria.owl-theme .owl-nav {
display: flex;
justify-content: flex-end;
position: relative;
z-index: 3;
}
.carousel-galeria.owl-carousel .owl-nav button {
position: absolute;
bottom: 44px;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
text-decoration: none;
cursor: pointer;
transition: color 0.2s ease;
}
.carousel-galeria.owl-carousel .owl-nav button:hover {
background-color: transparent;
}
.carousel-galeria.owl-carousel .owl-nav button:hover svg path {
stroke: #F69743;
}
.carousel-galeria.owl-carousel .owl-nav button.owl-prev {
right: 55px;
}
.carousel-galeria.owl-carousel .owl-nav button.owl-next {
right: 0;
}
@media (max-width: 1200px) {
.carousel-galeria .box-img {
height: 420px;
}
.carousel-galeria .owl-item.center .box-img {
height: 480px;
}
}
@media (max-width: 900px) {
html,
body {
overflow-x: hidden;
}
.site-content {
overflow-x: hidden;
}
.apresentacao {
padding-top: 18px;
margin-bottom: 24px;
}
.apresentacao::after {
height: max(260vh, 2600px);
}
.titulo-pagina {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.titulo-pagina h1 {
font-size: 2.2rem;
line-height: 1.05;
}
.topo-pagina .breadcrumb {
gap: 6px;
flex-wrap: wrap;
}
.topo-pagina .breadcrumb li {
margin: 0;
padding: 0;
}
.topo-pagina .breadcrumb li + li {
margin-left: 6px;
}
.topo-pagina .breadcrumb li:nth-child(2) {
margin-left: 4px;
}
.topo-pagina .breadcrumb li:last-child {
margin-left: 0;
flex-basis: 100%;
}
.topo-pagina .breadcrumb a {
padding: 6px 12px;
font-size: 0.9rem;
}
.topo-pagina .breadcrumb li:last-child a {
padding: 0;
background: transparent;
border-radius: 0;
font-size: 0.95rem;
line-height: 1.2;
}
.apresentacao .box-img img {
border-radius: 16px;
}
.galeria {
margin: 40px 0;
}
.infos h3 {
font-size: 24px;
}
.infos .d-flex {
flex-direction: column;
gap: 12px;
}
.infos .spec {
margin-bottom: 12px;
}
.infos .spec p {
font-size: 20px;
}
.infos .conteudo {
margin-top: 16px;
}
.entregamos-title {
font-size: 2rem;
}
.carousel-galeria .box-img,
.carousel-galeria .owl-item.center .box-img {
height: 360px;
}
.carousel-galeria.owl-theme .owl-nav {
display: none;
}
.box-pdf .pdf-thumb img {
width: 100%;
}
}