.title {
    width: 100%;
}

.title .img {
    width: 100%;
    max-width: 100%;
}

.title .img img {
    width: 100%;
}

.button {
    color: #fff;
    background-color: #b0967d;
    padding: 10px 20px;
    border-radius: 50px;
    display: block;
    width: 500px;
    margin: 15px auto;
    text-align: center;
}

.button a {
    color: #fff;
    background-color: #b0967d;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 1.8rem;
    font-family: Gotham;
    text-decoration: none;
}

.descricao {
    width: 100%;
}

.descricao .content {
    width: 70%;
    max-width: 1500px;

    margin: auto;
}

.descricao .content .text {
    margin-top: 30px;
    text-align: left;
    color: #b0967d;
    font-size: 3rem;
    font-family: Gotham;
}

.descricao .content ul {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.descricao .content ul li {
    list-style: none;
    margin-top: 30px;
}

.descricao .content ul li a {
    font-size: 2rem;
    text-decoration: none;
    color: #fff;
    background-color: #b0967d;
    padding: 10px 10px;
    border-radius: 50px;
    font-family: Gotham;
    margin-top: 10px;
}

.descricao .content ul li a:hover {
    background-color: #874412;
    color: #fff;
    transition: 0.3s;
}

.produtos {
    width: 100%;
}

.produtos .content {
    width: 90%;
    max-width: 1500px;
    margin: auto;
}

.produtos .content .produto-unico {
    display: flex;
    align-items: center;

    margin: 100px 0;
}

.produtos .content .produto-unico .text {
    text-align: left;
    color: #b0967d;
    font-family: Gotham;
    margin-left: 70px;
}

.produtos .content .produto-unico .text h1 {
    font-size: 3.5rem;
    text-align: center;
    font-family: Kg;
    font-weight: 900;
}

.produtos .content .produto-unico .text h3 {
    font-size: 2.5rem;
    font-family: Kg;
    text-align: center;
    margin-bottom: 25px;
}

.produtos .content .produto-unico .text p {
    font-size: 2rem;
    padding: 3px;
}

.produtos .content .produto-unico img {
    width: 450px;
}

.produtos .content .produto-unico .text p a {
    font-size: 2rem;
    color: #b0967d;
}

.produtos .content #direita {
    flex-direction: row-reverse;
    text-align: left;
}

.produtos .content #direita .text {
    margin-left: 0px;
    margin-right: 70px;
}

.outros {
    width: 100%;
}

.outros .content {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    font-family: Gotham;
}

.outros .content .title {
    margin-top: 60px;
    text-align: center;
    color: #b0967d;
    font-size: 4.5rem;
    font-family: Kg;
    font-weight: 500;
}

.outros .content .itens {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

    width: 100%;
    max-width: 1500px;
    margin: 80px auto;

    
}

.outros .content .itens .itens-unicos-vazio{
    width: 400px;
    height: 400px;
}

.outros .content .itens .itens-unicos {
    height: 400px;
}



.outros .content .itens .itens-unicos img {
    margin: 0px 17.5px;
    height: 280px;
}

.outros .content .itens .itens-unicos .text {
    text-align: center;
    color: #b0967d;
    font-size: 3.5rem;
    margin-top: 20px;
}

.outros .content .loja-fabrica {
    color: #b0967d;
}

.outros .content .loja-fabrica h3 {
    font-size: 2.5rem;
    font-family: Kg;
    margin: 15px 0px 15px 0px;
}

.outros .content .loja-fabrica ul li {
    font-family: Gotham;
    font-size: 1.8rem;
    margin: 10px;
}

.outros .content .itens .itens-unicos .text h1 {
    font-family: Kg;
}

.outros .content .button {
    text-align: center;
    color: #b0967d;
    font-size: 3rem;
    margin-top: 90px;
    margin-bottom: 150px;
}

.outros .content .button h1 {
    margin-bottom: 50px;
    font-size: 3.5rem;
    font-weight: 100;
    font-family: Kg;
}
.outros .content .button a {
    padding: 10px 25px;
    font-size: 2.5rem;
    background-color: #b0967d;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
}

.outros .content .button a:hover {
    background-color: #874412;
    color: #fff;
    transition: 0.3s;
}

/* responsividade */

@media (max-width: 936px) {
    .produtos .content .produto-unico {
        flex-wrap: wrap;
        justify-content: center;
    }

    .produtos .content .produto-unico .text {
        margin: auto;
        text-align: center;
    }

    .produtos .content #direita .text {
        margin: auto;
        text-align: center;
    }
}

@media (max-width: 542px) {
    .produtos .content .produto-unico img {
        width: 300px;
    }
}
