.titulo-pagina {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; 
}
.titulo-pagina h1 {
  margin: 0;
}

.badge-nota {
  display: inline-block;
}

.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 {
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    font-size: 1.6rem;
}

.entregamos-title {
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 12px;
    font-size: 2.4rem;
}


.box-pdf:focus-visible {
    outline: 2px solid #F69743;
    outline-offset: 3px;
}

.box-pdf:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    transform: translateY(-2px);   
}


.box-pdf .pdf-thumb img {
    width: 301px;
    border-radius: 12px;
    transition: transform .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;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .35s ease, transform .35s ease;

}

.box-pdf:hover .pdf-hover,
.box-pdf:focus-visible .pdf-hover {
    opacity: 1;
}
.pdf-hover {
    position: absolute;
    left: 44%;
    top: 60%;
    transform: translate(-50%, -50%);
    display: block;
    background: transparent;      
    opacity: 0;
    transition: opacity .25s ease;
    pointer-events: none;
}
.pdf-hover__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: .8rem;
    font-weight: 600;
    color: #fff;
    background: rgba(32, 32, 32, .9);
    border-radius: 999px;
    backdrop-filter: blur(2px);
}
.box-pdf .pdf-info {
    display: none;
}

.box-pdf .pdf-title {
    font-weight: 600;
    margin: 0 0 2px;
    color: #202020;
}

.box-pdf .pdf-sub {
    margin: 0;
    font-size: .95rem;
    color: #6b7280;
}

.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 .box-pdf {
    position: relative;
}

.col-download .section-head .title {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.3;
}

.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;
    -webkit-transform: translateZ(0);
    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;
}

.topo-pagina .breadcrumb a {
    text-decoration: none;
}

.complemento-topo p {
 margin: .75rem 0 0;
}

.filtros {
    position: sticky;
    top: 96px;
    padding-top: 0;
    z-index: 4;
}

.filtros p {
    font-family: 'Gilroy M';
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
}

.filtros label {
    font-family: 'Gilroy M';
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.filtros label span {
    display: inline-block;
    padding-left: 5px;
}

.todos {
    display: none;
    transition: all .3s;
}

.todos.active {
    display: block;
}

.borda {
    border-left: solid 1px rgba(32, 32, 32, .25);
}

.apresentacao {
    margin-bottom: 60px;
}

.apresentacao .box-img img {
    border-radius: 24px;
    object-fit: cover;
    max-height: 690px;
    width: 100%;
    height: auto;
}

.infos h3 {
    color: #202020;
    font-family: 'Gilroy B';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
}

.infos .spec {
    margin-bottom: 40px;
}

.infos .spec span {
    color: #202020;
    font-family: 'Gilroy R';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: inline-block;
    margin-bottom: 10px;
}

.infos .spec p {
    color: #202020;
    font-family: 'Gilroy SB';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.galeria {
    margin: 80px 0;
}

.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: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
}

.carousel-galeria.owl-carousel .owl-nav button:hover {
    background-color: transparent;
}

.carousel-galeria.owl-carousel .owl-nav button.owl-prev {
    right: 55px;
}

.nota {
    border-left: solid 8px #F69743;
    padding-left: 35px;
    padding-right: 7rem;
}

.nota p {
    color: #202020;
    font-family: 'Gilroy RI';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.descritivo h2,
.descritivo h3 {
    margin-bottom: 20px;
}

@media (max-width: 1400px) {
    .filtros {
        top: 72px;
        margin-bottom: 30px;
    }

    .filtros label {
        display: inline-flex;
        margin-right: 20px;
    }
}

@media (max-width: 1200px) {
    .carousel-galeria .box-img {
        height: 420px;
    }

    .carousel-galeria .owl-item.center .box-img {
        height: 480px;
    }
}

@media (max-width: 900px) {
    .filtros {
        position: static;
    }

    .carousel-galeria .box-img,
    .carousel-galeria .owl-item.center .box-img {
        height: 360px;
    }

    .carousel-galeria.owl-theme .owl-nav {
        display: none;
    }
}
