:root {
    --verdeclaro: #cecfa8;
    --verdeescuro: #4f7742;
    --verdemedio: #86875d;
    --branco: #ffffff;
    --petroleo: #395b58;
    --cinzaclaro: #f5f3f2;
    --cinzaclaro2: #afb0b0;
    --cinzaescuro: #767770;
    --filtercinzaescuro: invert(46%) sepia(11%) saturate(191%) hue-rotate(29deg) brightness(97%) contrast(81%);
}

@font-face {
    font-display: block;
    font-family: "AvenirLT";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg#b0268c31-e450-4159-bfea-e0d20e2b5c0c") format("svg");
}

@font-face {
    font-display: block;
    font-family: "DIN-Next-W01-Light";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694") format("svg");
}

@font-face {
    font-display: block;
    font-family: "DIN-Next-W02-Light";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/07d62b21-8d7a-4c36-be86-d32ab1089972.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/c0050890-bbed-44b9-94df-2611d72dbb06.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/9f774d17-c03a-418e-a375-34f3beecbc7a.svg#9f774d17-c03a-418e-a375-34f3beecbc7a") format("svg");
}

@font-face {
    font-display: block;
    font-family: "DIN-Next-W10-Light";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/a9e95a29-98a7-404a-90ee-1929ad09c696.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0a7663fd-eae8-4e50-a67a-225271f8cceb.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/58ae9be9-5d95-44b6-8b6c-e6da6a46822c.svg#58ae9be9-5d95-44b6-8b6c-e6da6a46822c") format("svg");
}

header {
    background: var(--verdeclaro);
    padding-top: 45px;
    padding-bottom: 25px;
}

header div {
    display: flex;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 27px;
}

header ul {
    display: flex;
    list-style: none;
    padding-left: 119px;
    margin-bottom: 0;
}

header li {
    padding: 40px 15px 0 15px;
    position: relative;
}

header li a {
    text-decoration: none;
    color: var(--petroleo);
    font-size: 14px;
    transition: color .4s ease 0s;
}

header li a.active {
    color: var(--branco);
}

header li a:hover {
    color: var(--branco);
}

body {
    font-family: AvenirLT;
    background: var(--branco);
}

.page-content {
    display: flex;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
    min-height: calc(100vh - 318px);
}

.paginacao {
    width: 100%;
    display: flex;
    justify-content: center;
}

.paginacao a {
    text-decoration: none;
}

.paginacao .paglink {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: black;
}

.paginacao .paglink.antpro {
    border-radius: 0.25rem;
    color: var(--verdeescuro);
}

.paginacao .paglink.atual {
    font-weight: bold;
}

.page-content .categorias {
    font-size: 14px;
    color: #000;
    width: 25%;
}

.page-content .categorias p {
    margin-bottom: 0;
}

.page-content .categorias a {
    text-decoration: none;
    color: #000;
}

.page-content .categorias a.active,
.page-content .categorias a:hover {
    color: var(--verdeescuro);
}

.page-content .lista {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.page-content .lista .movel {
    max-width: 300px;
    width: 30%;
    margin-left: 3%;
    margin-bottom: 8%;
    overflow: hidden;
    position: relative;
}

.page-content .lista .movel .iMovel {
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.page-content .lista .movel .dMovel {
    text-align: center;
    padding-top: 15px;
    font-family: 'AvenirLT';
    padding-bottom: 36px;
}

.page-content .lista .movel .dMovel a {
    color: #000;
    text-decoration: none;
}

.page-content .lista p a {
    color: var(--bs-body-color);
}

.qtdMovel {
    display: flex;
    max-width: 100%;
}

.qtdMovel .btnA {
    background-color: var(--verdeescuro);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    height: 36px;
    color: white;
    border: 0;
    padding: 8px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.qtdMovel input {
    border-radius: 0;
    height: 36px;
    min-width: 50px;
    text-align: center;
    border: 0;
}

.qtdMovel .btnB {
    background-color: var(--verdeescuro);
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 36px;
    color: white;
    border: 0;
    padding: 8px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.btn6 {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 0;
    background: transparent;
    margin: 0 2px;
    cursor: pointer;
    float: right;
    filter: var(--filtercinzaescuro);
}

.btn6 img {
    height: 14px;
}

.lista .qtdMovel,
.pDetalhes .qtdMovel {
    min-width: 200px;
}

.lista .qtdMovel {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.lista .qtdMovel .btnA,
.pDetalhes .qtdMovel .btnA {
    width: 20%;
}

.lista .qtdMovel input,
.pDetalhes .qtdMovel input {
    width: 60%;
    min-width: 50px;
}

.lista .qtdMovel .btnB,
.pDetalhes .qtdMovel .btnB {
    width: 20%;
}

.pOrcamento .qtdMovel {
    width: 100px;
}

.pOrcamento .qtdMovel .btnA {
    width: 33%;
}

.pOrcamento .qtdMovel input {
    width: 34%;
    min-width: 52px;
}

.pOrcamento .qtdMovel .btnB {
    width: 33%;
}

.page-content .lista .movel .dMovel button:hover {
    background-color: var(--verdeclaro);
}

.page-content.pDetalhes {
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 40px !important;
}

.page-content .caminho {
    width: 100%;
    margin: 20px 0 60px;
    font-size: 15px;
    line-height: 1.4em;
    font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    color: #2F2E2E;
}

.page-content .caminho a {
    cursor: pointer;
    text-decoration: none;
    color: #2F2E2E;
}

.page-content .caminho span {
    opacity: 0.6;
}

.page-content.pDetalhes .fotos {
    width: calc(100% - 280px);
    padding-right: 40px;
    display: flex;
    justify-content: flex-end;
}

.page-content.pDetalhes .fotos .galeria {
    width: 12%;
    max-height: 400px;
    overflow-y: auto;
}

.page-content.pDetalhes .fotos .galeria .miniatura {
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    margin: 15px;
    filter: brightness(0.5) saturate(0);
    cursor: pointer;
}

.page-content.pDetalhes .fotos .galeria .miniatura.ativo {
    filter: none;
}

.page-content.pDetalhes .fotos .foto {
    width: 100%;
    padding-top: 75%;
    background-size: contain;
    background-position: top;
    margin-top: 0px;
    background-repeat: no-repeat;
}

.page-content.pDetalhes .detalhes {
    width: 280px;
    padding: 0px;
    position: relative;
    padding-bottom: 60px;
}

.page-content.pDetalhes .detalhes h1 {
    font: normal normal normal 32px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    color: #575757;
    line-height: 1.2em !important;
}

.page-content.pDetalhes .detalhes ul {
    list-style: none;
    padding-left: 0;
    font: normal normal normal 15px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    color: #2F2E2E;
}

.page-content.pDetalhes .qtdMovel {
    position: absolute;
    bottom: 0;
    flex-wrap: wrap;
}

.page-content.pDetalhes .qtdMovel .infoOrc {
    width: 100%;
    text-align: center;
    color: var(--verdeescuro);
    font-weight: bold;
}

/*#orcFlutuante {
	position: fixed;
    text-align: center;
    bottom: 0;
    left: -50%;
    background: var(--verdeescuro);
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    font-family: 'AvenirLT';
    border-radius: 0;
    width: 200%;
    cursor: pointer;
	animation-name: orc2;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-timing-function: ease-in-out;
}*/
#orcFlutuante {
    position: fixed;
    text-align: center;
    bottom: 30px;
    right: 30px;
    background: var(--verdeescuro);
    color: #fff;
    padding: 20px;
    font-weight: bold;
    font-family: 'AvenirLT';
    border-radius: 15px;
    width: 150px;
    cursor: pointer;
    animation-name: orc2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
}

@keyframes orc {
    0% {
        left: -49%;
    }

    100% {
        left: -51%;
    }
}

@keyframes orc2 {
    0% {
        background: var(--verdeescuro);
    }

    100% {
        background: var(--verdemedio);
    }
}

.page-content.pOrcamento {
    flex-wrap: wrap;
    align-content: flex-start;
}

.page-content.pOrcamento a {
    color: var(--bs-body-color);
}

.page-content .orcamento {
    width: 100%;
    padding: 15px;
}

.page-content.pOrcamento .movel {
    display: flex;
    max-height: 80px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--verdeclaro);
}

.page-content.pOrcamento .movel .iMovel {
    width: 70px;
    padding-top: 60px;
    background-position: center;
    background-size: cover;
}

.page-content.pOrcamento .movel .dMovel {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
}

.page-content.pOrcamento .movel .qtdMovel {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-content.pOrcamento .btnOrc {
    background-color: var(--verdeescuro);
    border-radius: 0.25rem;
    height: 36px;
    color: white;
    border: 0;
    padding: 8px;
    line-height: 20px;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
}

.col3 {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}

.col6 {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}

.col12 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
}

.modal-body form input,
.modal-body form select {
    width: 100%;
    height: 30px;
}

.campo-erro {
    border-color: var(--bs-danger);
    border-style: solid;
    border-radius: 0.125rem;
    border-width: 2px;
}

footer {
    background: var(--petroleo);
    color: var(--verdeclaro);
}

footer .container {
    display: flex;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
    font-size: 14px;
}

footer svg {
    max-width: 20px;
    max-height: 20px;
    fill: var(--verdeclaro);
}

footer .f1 {
    width: 6%;
}

footer .f2 {
    width: 35%;
    text-align: center;
}

footer .f3 {
    width: 35%;
    padding-left: 4%;
}

footer .f3 svg {
    margin-right: 11px;
}

footer .f3 p {
    line-height: 2em;
    margin-bottom: 0 !important;
}

footer .f3 a {
    color: var(--verdeclaro);
    text-decoration: none;
}

footer .f4 {
    width: 24%;
    padding-left: 10%;
}

footer .f4 a {
    margin-right: 5px;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    #menu-desktop {
        display: none;
    }

    #menu-mobile {
        display: block !important;
    }

    #menu-mobile>button {
        align-items: center;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        justify-content: center;
        min-height: 47px;
        min-width: 47px;
        background: #fff;
        color: #a0a09f;
        border: 0;
        float: right;
        font-size: 26px;
        font-weight: bold;
    }

    #menu-mobile .panel {
        display: none;
        text-align: center;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 90px 20px;
        z-index: 2;
    }

    #menu-mobile .panel li {
        padding: 12px 20px;
    }

    #menu-mobile .panel li a {
        color: #a0a0b8;
        padding: 10px 20px;
        font-size: 22px;
    }

    #menu-mobile .panel li a.active {
        color: #4bcfff !important;
    }

    #menu-mobile .panel button {
        position: fixed;
        top: 27px;
        right: 24px;
        height: 40px;
        width: 40px;
        border: 0;
        background: transparent;
        color: #a0a09f;
        font-size: 20px;
        font-weight: bold;
        outline: none;
    }

    header {
        padding-top: 25px;
    }

    header div,
    .page-content {
        width: auto !important;
    }

    header div {
        justify-content: space-between;
        padding: 0 20px;
    }

    .page-content {
        flex-direction: column;
        padding: 20px 10px;
    }

    #categorias h4 {
        border: 1px solid var(--verdeclaro);
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        outline: none;
        border-radius: 0.25rem;
    }

    #categorias .panel {
        padding: 36px 18px;
        background-color: white;
        display: none;
        overflow: hidden;
    }

    #categorias .panel p {
        margin: 10px 0;
    }

    .page-content .categorias,
    .page-content .lista {
        width: 100%;
    }

    .page-content .lista .movel {
        width: 48%;
        margin-left: auto;
        margin-right: auto;
    }

    .page-content.pDetalhes .fotos {
        margin-bottom: 75%;
        width: auto;
    }

    .page-content.pOrcamento .movel .dMovel {
        padding-right: 140px;
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }

    .page-content.pOrcamento .movel .qtdMovel {
        right: 30px;
    }

    .page-content .caminho {
        margin: 10px;
    }

    .page-content.pOrcamento .movel {
        display: grid;
        max-height: none;
    }

    footer .container {
        display: grid;
        height: auto;
        width: 100%;
        grid-template-columns: 100%;
        justify-items: center;
    }

    footer .f1,
    footer .f2,
    footer .f3,
    footer .f4 {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-bottom: 10px;
    }

    .lista .qtdMovel input, .pDetalhes .qtdMovel input { 
        width: 50% !important;
    }
}