header {
    width: 100%;
    padding: 2em 2.5em 1.5em;
}
.logo svg {
    width: auto;
    height: 88px;
}
.selo-35-anos {
    border-left: 1px solid #5b6670;
    margin-left: 40px;
    padding-left: 40px;
}
.selo-35-anos svg {
    width: auto;
    height: 42px;
}

header .nav{
    padding-top: 1.5em;
}

header .nav-link {
    font-size: 0.75em;
    line-height: 1.666666666666667em;
    padding: 0.833333333333333em;
    font-weight: 400;
    letter-spacing: -0.05px;
    color: #5b6670;
}

header .nav-link:hover {
    color: #1d1d1b;
}

section {
    width: 100%;
    padding: 0 2.5em;
}

.owl-custom .owl-item {
    height: calc(100vh - 360px);
}

.owl-custom .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-custom .owl-nav {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-custom .owl-nav button.owl-prev,
.owl-custom .owl-nav button.owl-next {
    pointer-events: all;
    width: 64px;
    height: 64px;
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    font-size: 40px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-custom .owl-nav button.owl-prev svg,
.owl-custom .owl-nav button.owl-next svg {
    width: auto;
    height: 24px;
    fill: #1d1d1b;
    margin-top: -8px;
}

.owl-custom .owl-nav button.owl-prev:hover,
.owl-custom .owl-nav button.owl-next:hover {
    background-color: #fff;
}

.owl-custom .owl-nav button.owl-prev:hover svg,
.owl-custom .owl-nav button.owl-next:hover svg {
    fill: #5b6670;
}

.owl-custom .owl-dots {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    height: 0;
}
footer {
    width: 100%;
    padding: 1em 2.5em 0;
}

footer p {
    font-size: 0.75em;
    line-height: 1.666666666666667em;
    letter-spacing: -0.05px;
    color: #5b6670;
    margin: 0;
}

footer a {
    color: #5b6670;
    text-decoration: none;
}

footer a:hover {
    color: #1d1d1b;
}

footer h6 {
    font-size: 0.625em;
    line-height: 1.2em;
    letter-spacing: 0.1px;
    color: #5b6670;
    opacity: 0.5;
    margin-bottom: 1.6em;
    text-transform: uppercase;
}

.box-left-line {
    border-left: 1px solid #808080;
    padding: 1em;
}

@media screen and (min-width: 768px) {
    header .nav{
        padding-top: 0;
    }
    .owl-custom .owl-item {
        height: calc(100vh - 260px);
    }
}
@media screen and (min-width: 992px) {
    header {
        padding: 3em 4em;
    }
    section {
        padding: 0 4em;
    }
    footer {
        padding: 1.5em 4em 0;
    }
    .box-left-line {
        padding: 1.5em;
    }
    .owl-custom .owl-item {
        height: calc(100vh - 324px);
    }
}