body {
    overflow-x: hidden;
    font-family: 'Jost', sans-serif;
}

/* Variáveis */
:root {
    --ouro: #F1E9E6;
    --chumbo: #5E5E5E;
}

.bg-ouro {
    background-color: var(--ouro);
    padding-left: 10%;
}

.bg-chumbo {
    background-color: var(--chumbo);
}

.nav-link {
    padding: 10px 48px!important;
}

@media (min-width:1400px) {
    .logo {
        width: 110px;
        padding-bottom: 20px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .logo {
        width: 100px;
        z-index: 20000!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .logo {
        width: 90px;
        z-index: 2000;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .logo {
        width: 80px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .logo {
        width: 70px;
    }
}

@media (max-width:575px) {
    .logo {
        width: 60px;
    }
}

/* animação seta */
.fa.icone {
    font-size: 46px;
    color: #000000;
    opacity: 1;
    animation: anima 1500ms ease infinite;
}

@keyframes anima {
    to {
        opacity: 0.1;
        transform: scale(0.85) translateY(20px);
    }
}

@media (min-width:1200px) {
    .fonte-bg-ouro {
        font-size: 64px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .fonte-bg-ouro {
        font-size: 46px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .fonte-bg-ouro {
        font-size: 40px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .fonte-bg-ouro {
        font-size: 30px;
    }
}

@media (max-width:575px) {
    .fonte-bg-ouro {
        font-size: 40px;
    }
}

/* overlay fotos */
.container-overlay {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) , rgba(83, 78, 78, 0.5));
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.container-overlay:hover .overlay {
    height: 100%;
}

.text {
    color: black;
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    top: 85%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.textW {
    color: white;
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    top: 85%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* /overlay fotos */
#servicos p {
    font-size: 1.25em;
    font-weight: 100;
}

.btn-ouro {
    background-color: var(--ouro);
    padding: 8px 25px;
    border-radius: 20px;
    font-weight: bold;
}

.bg-tem {
    background-image: url('img/bg-tem.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.logo-hash {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

@media (min-width:576px) and (max-width:767px) {
    .logo-hash {
        width: 80px;
        bottom: 10px;
    }
}

@media (max-width:575px) {
    .logo-hash {
        width: 90px;
        bottom: 10px;
    }
}

#logo-rodape p {
    font-size: 2em;
    font-weight: bold;
    color: white;
    margin: 0;
}

@media (min-width:768px) and (max-width:991px) {
    #logo-rodape img {
        width: 110px;
    }

    #logo-rodape p {
        font-size: 1.3em;
    }
}

@media (max-width:767px) {
    #logo-rodape p {
        font-size: 1.2em;
    }
}

@media (max-width:767px) {
    #logo-rodape img {
        width: 110px;
    }
}

#logo-rodape {
    border-bottom: 1px solid white;
    margin-bottom: 5px;
}

@media (min-width:992px) {
    #logo-rodape {
        border-bottom: none!important;
        margin-bottom: 0;
    }
}

.ornamento {
    height: 1px;
    top: 220px;
    right: 0;
    position: absolute;
    overflow: visible;
}

@media (min-width:576px) and (max-width:767px) {
    .ornamento2 {
        height: 1px;
        top: -210px;
        left: 0;
        position: absolute;
        overflow: visible;
        z-index: -1;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .ornamento2 {
        top: -60px;
        left: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ornamento2 {
        top: -40px;
        left: 0;
    }
}

.ornamento2 {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1;
}

@media (min-width:1200px) and (max-width:1399px) {
    .ornamento2 {
        top: -50px;
        left: 0;
    }
}

@media (min-width:1400px) {
    .ornamento2 {
        top: -50px;
        left: 0;
    }
}

.ornamento3 {
    height: 1px;
    top: 0px;
    right: 0;
    position: absolute;
    overflow: visible;
    z-index: -1;
}

#quem,
#servicos {
    position: relative;
    z-index: 3000!important;
}

.fixed-top {
    z-index: 5000;
}

.z-3000 {
    z-index: 3000!important;
}

.menuFixo {
    position: fixed;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.9);
}

.navbar{
	padding-top: 4rem!important;
    padding-bottom: .5rem!important;
    padding-left: 13rem !important;
    text-align: right!important;
}