body {
    background-color: #DBE0DA;
    background-image: url('../images/texture.png');
    background-repeat: repeat;
}

a.a-link:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a.a-link:active {
    color: inherit;
}

h1 {
    font-family: 'Thirsty Rough Reg Two';
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    color: #002139;
    text-align: center;
}

h2 {
    color: #002139;
    font-family: 'Gotham';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 24px;
    text-align: center;
}

p {
    font-family: 'Gotham';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    text-align: center;
    color: #686868;
    font-size: 15px;
}

main {
    padding-top: 10px;
    padding-bottom: 50px;
}

.no-display {
    display: none;
}


/* header */

.col-menu {
    position: relative;
    height: 190px;
}

header .menu-iten a {
    font-family: 'Gotham';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #002139;
    font-size: 14px;
}

header span.menu-iten {
    display: inline-block;
    /* float: left; */
    width: fit-content;
    margin: 0px 30px;
}

.menu-iten-wrapper {
    display: block;
    float: right;
    right: 15px;
    margin-right: 15px;
}

.logo-main {
    display: block;
    float: left;
}

.logo-main,
.menu-iten-wrapper,
.vertical-center-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.redes-sociais-top {
    display: inline-block;
    padding-left: 3px;
    color: #002139;
    font-size: 21px;
}

.menu-iten-wrapper.mob {
    display: none;
}


/* seach input */

.fluid-input {
    background-color: #CB612C;
}

.fluid-input input:focus,
.fluid-input button:focus {
    /* border: none; */
    outline: none;
}

.fluid-input input,
.fluid-input input::placeholder {
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 15px;
    color: #FFF;
    background-color: transparent;
    border: none;
}

.fluid-input button {
    border: none;
    background-color: transparent;
}

.input-wrapper {
    width: fit-content;
    float: right;
    padding: 5px 0px;
}

button span.icon-search {
    color: #FFF;
}


/* title */

.title-wrapper {
    background-image: url('../images/arabesco.png');
    width: 318px;
    height: 145px;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 30px;
}

.title-wrapper h1 {
    padding-top: 53px;
    text-align: center;
}


/* end_header */


/* vitrine */

.produto {
    background-image: url('../images/box_border.png');
    background-size: cover;
    height: 622px;
    margin-bottom: 20px;
    padding: 45px 30px;
    cursor: pointer;
}

.produto img {
    margin-bottom: 10px;
}

.titulo-produto {
    margin: 15px 0px 25px 0px;
}

.preco-wrapper {
    position: absolute;
    width: 100%;
    bottom: 60px;
    margin: 0px -45px;
}

.preco {
    font-family: 'Gotham';
    font-weight: bold;
    color: #CB612C;
    font-size: 22px;
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
}

.ver-mais-wrapper {
    width: 100%;
    text-align: center;
}

.btn-ver-mais {
    width: 180px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.ver-mais-wrapper span {
    font-family: 'Gotham';
    font-weight: bold;
    font-size: 21px;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    background-image: url('../images/ver-mais.svg');
    background-size: cover;
    padding: 22px 49px;
    color: #FFF;
    cursor: pointer;
    position: relative;
    z-index: 10;
}


/* litebox */

.inline-modal {
    background-color: #002139;
    padding: 25px 28px;
    width: 1140px;
}

.close-modal {
    margin-top: 10px;
    position: absolute;
    opacity: unset;
    right: 50px;
    z-index: 100;
}

.close-modal:focus {
    outline: none;
    border: none;
}

.close-modal {
    width: 40px;
}

.content-modal h2,
.content-modal p {
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.content-modal h2 {
    margin-top: 0px;
}

.content-modal .preco {
    text-align: left;
}

.content-modal {
    background-image: url('../images/box_border_modal.png');
    background-size: cover;
    height: 591px;
    padding: 30px;
}

.content-modal .whatsapp-p {
    line-height: 25px;
}

.col-content {
    height: 500px;
}

.col-content .vertical-center-wrapper {
    padding-right: 0px;
}

.content-modal ul {
    padding: 0px;
    margin-bottom: 0px;
    display: block;
    left: 0;
    right: 0;
}

.content-modal ul li {
    display: inline-block;
}

.content-modal ul li .produto-modal {
    width: 380px;
}

.content-modal ul li .prev,
.content-modal ul li .next {
    width: 30px;
    cursor: pointer;
}

.content-modal ul li .prev {
    margin-right: 15px;
}

.content-modal ul li .next {
    margin-left: 15px;
}

.col-img {
    height: 500px;
}


/* end_vitrine */


/* sobre a loja */

.pdg-ajust-desk-1 {
    padding: 15px 25px 20px 15px;
}

.pdg-ajust-desk-2 {
    padding: 15px 15px 20px 25px;
}

#sobre-a-loja h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-whats {
    border: none;
    border-radius: 15px;
    background-color: #4CAF50;
    color: #FFF;
    padding: 7px 8px;
    float: left;
}

.btn-whats a.a-link {
    color: #FFF;
    font-family: 'Gotham';
    font-weight: bold;
}

.btn-whats a.a-link img,
.btn-whats a.a-link span {
    display: inline-block;
}

.btn-whats a.a-link img {
    width: 20px;
    margin-top: -5px;
}


/* end_sobre a loja */


/* contato */

.row-contato .col-xs-12 {
    padding-left: 0;
    padding-right: 0
}

.row-contato .icon-wrapper,
.row-contato .content {
    float: left;
    position: relative;
    height: 50px;
}

.row-contato .icon-wrapper {
    width: 15%;
    text-align: center;
}

.row-contato .icon-wrapper span {
    color: #CB612C;
    font-size: 26px;
}

.row-contato .content {
    width: 85%;
}

.row-contato .content span,
.row-contato .content a {
    display: block;
    font-family: 'Gotham';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #686868;
    font-size: 16px;
    text-align: left;
}

.row-contato .content span strong {
    color: #002139;
}


/* end_contato */


/* footer */

footer {
    background-color: #002139;
    position: relative;
    z-index: -1;
}

.modal-dialog {
    width: 1140px;
}

footer .doma {
    float: right;
    padding: 30px 0px 50px 0px;
}

@media screen and (max-width: 1300px) {
    .content-modal {
        height: 554px;
    }
    .modal-dialog {
        width: 1070px;
    }
}

@media screen and (max-width: 1200px) {
    .produto {
        height: 506px;
        padding: 30px 15px;
    }
}

@media screen and (max-width: 992px) {
    .modal-dialog {
        width: 100%;
    }
    /* header */
    .row-header {
        display: flex;
    }
    .col-menu {
        height: auto;
        text-align: center;
        padding: 0px 0px;
    }
    .col-menu:first-child {
        padding: 15px 0px;
    }
    .col-menu .fa-bars {
        font-size: 37px;
        color: #002139;
        display: block;
        margin: 0 auto;
        right: 20px;
    }
    .menu-iten-wrapper {
        position: initial;
        transform: unset;
        right: unset;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    header span.menu-iten {
        display: block;
        width: 100%;
        margin: 5px 0px 10px 0px;
    }
    .logo-main {
        display: block;
        position: initial;
        transform: unset;
        width: 70%;
        margin: 0 auto;
        translate: none;
        float: unset;
    }
    /* end_header */
    /* vitrine */
    .inline-modal {
        background-color: #002139;
        padding: 25px 28px;
        width: 90%;
        margin: 30px auto 0px auto;
    }
    .content-modal {
        height: auto;
        background-image: none;
    }
    .content-modal ul li .produto-modal {
        width: 100%;
    }
    .content-modal ul li:first-child {
        width: 9%;
    }
    .content-modal ul li {
        width: 100%;
    }
    .content-modal ul li:last-child {
        width: 9%;
    }
    .content-modal ul {
        position: initial;
        transform: none;
        margin-top: 40px;
    }
    .close-modal {
        width: 30px;
        margin-top: 0px;
    }
    .col-content .vertical-center-wrapper {
        position: initial;
        transform: none;
    }
    .col-content {
        height: auto;
        margin-top: 15px;
    }
    .col-img {
        height: auto;
    }
    .produto {
        height: 550px;
        padding: 45px 30px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    /* end_vitrine */
    .row-contato .icon-wrapper span {
        left: 10px;
    }
    .pdg-ajust-desk-1 {
        padding: 15px 10px 20px 15px;
    }
    .pdg-ajust-desk-2 {
        padding: 15px 15px 20px 10px;
    }
    /* footer */
    footer .doma {
        float: unset;
        padding: 30px 0px;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .produto {
        height: 550px;
        border-bottom: 5px solid #002139;
    }
    .produto .img-responsive {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 570px) {
    .produto {
        height: 600px;
        border-bottom: none;
    }
}

@media screen and (max-width: 460px) {
    .produto {
        height: 688px;
        border-bottom: none;
    }
}

@media screen and (max-width: 420px) {
    .produto {
        height: 620px;
    }
}

@media screen and (max-width: 400px) {
    .produto {
        height: 589px;
    }
}

@media screen and (max-width: 380px) {
    .produto {
        height: auto;
    }
}