.page-produtos .container {
    padding-top: 3px;
    padding-bottom: 80px;
}

.page-produtos p {
    margin-bottom: 12px;
}

.page-produtos .col:first-child {
    max-width: 240px;
}

.page-produtos .col:last-child {
    max-width: 870px;
}

.page-produtos .conteudo-produtos img {
    display: block;
    width: 100%;
    max-width: 370px;
    float: left;
    margin-right: 30px;
    margin-bottom: 11px;
    padding: 0;
    background: #fff;
    height: auto;
    max-height: 234px;
    box-shadow: 0px 0px 15px 1px rgba(144, 144, 144, 0.15);
}

.page-produtos p {
    padding-right: 96px;
    margin-top: 20px;
}

.page-produtos .conteudo-produtos p {
    padding-right: 0;
}

.page-produtos .conteudo-produtos p strong {
    font-weight: 800;
}

.page-produtos .conteudo-produtos p em {
    font-style: italic;
}

.conteudo-produtos h2 {
    font-size: 17px;
    margin-bottom: 11px;
}

.page-produtos .conteudo-produtos br {
    display: block;
    padding: 5px 0;
}

.page-produtos .listagem-produtos {
    justify-content: flex-start;
}

.box-produto {
    width: calc(100% / 3 - 2.30%);
    /* cursor: pointer; */
    text-align: center;
    padding: 18px;
    transition: background ease .3s;
    position: relative;
    margin-bottom: 25px;
}

.box-produto:nth-child(3n+2) {
    margin: 0 3.45% 25px 3.45%;
}

.marca-d-agua {
    width: 100%;
    height: 144px;
    background: url(../../img/marca-d-agua.png) no-repeat center center;
    position: absolute;
    background-size: 100%;
    top: 0;
}

.relative {
    width: 100%;
    position: relative;
    max-width: 360px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
}


/*.marca-d-agua:before{
	content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 420px;
  background: url(../../img/marca-d-agua.png) no-repeat center center;
  background-size: 100%;
  left: 0;
}*/

.box-produto:hover,
.box-produto:focus {
    background-color: #d2d2d2;
}

.box-produto img {
    display: block;
    max-width: 233px;
    width: 100%;
    height: auto;
    border: solid 1px #d2d2d2;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 0px 15px 1px rgba(144, 144, 144, 0.15);
}

.box-produto h2 {
    font-size: 25px;
    font-size: 1.563rem;
    padding: 0 9px;
    margin: 14px 0;
    color: #00003a;
    line-height: 29px;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.box-produto:hover .bt,
.box-produto:focus .bt {
    background-color: #199e8f;
    border-color: #138b7d;
}

.paginacao-produtos {
    margin: 33px 0;
}

.paginacao-produtos .paginacao {
    width: 340px;
    margin: 0 auto;
    justify-content: center;
}

.paginacao-produtos .paginacao-item {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    border-bottom: solid 3px #bdbdbd;
    text-decoration: none;
    font-weight: 700;
    color: #3b5bd3;
    font-size: 24px;
    font-size: 1.500rem;
    padding-top: 7px;
    transition: all ease .3s;
    margin-right: 20px;
}

.paginacao-produtos .paginacao-item .fa {
    font-size: 20px;
    font-size: 1.250rem;
}

.paginacao-produtos .paginacao-item:hover,
.paginacao-produtos .paginacao-item:focus,
.paginacao-produtos .paginacao-item.atual {
    background-color: #3b5bd3;
    color: #fff;
    border-color: #314cb0;
}

.paginacao-produtos.big {
    margin-top: 53px;
}

.paginacao-produtos.big .paginacao-item {
    width: 168px;
    margin: 0 14px;
    font-size: 22px;
    font-size: 1.375rem;
}

.paginacao-produtos.big .paginacao-item .fa {
    font-size: 14px;
    font-size: 0.875rem;
}

.bt-anterior .fa {
    float: left;
    position: relative;
    top: 6px;
    left: 10px;
}

.bt-proximo .fa {
    float: right;
    position: relative;
    top: 6px;
    right: 10px;
}

.sem-link {
    cursor: default;
}


/*RESPONSIVE*/

@media screen and (max-width: 1120px) {
    .page-produtos .col:last-child {
        padding-left: 20px;
    }
    .listagem-produtos .box-produto .bt {
        width: 100%;
    }
}

@media screen and (max-width: 1088px) {
    .listagem-produtos .box-produto {
        width: calc(100% / 3 - 2.30%);
    }
}

@media screen and (max-width: 1016px) {
    .listagem-produtos .box-produto {
        width: calc(100% / 3 - 2.30%);
    }
    .listagem-produtos {
        justify-content: space-around;
    }
}

@media screen and (max-width: 996px) {
    .listagem-produtos .box-produto {
        width: calc(100% / 3 - 2.30%);
    }
    .listagem-produtos {
        justify-content: space-around;
    }
    .page-produtos .mb-flex {
        flex-flow: wrap;
    }
    .page-produtos .col:first-child {
        max-width: 100%;
    }
    .page-produtos .col:last-child {
        max-width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    .page-produtos p {
        padding-right: 0;
    }
}

@media screen and (max-width: 881px) {
    .page-produtos .conteudo-produtos img {
        margin: 0 auto 20px;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    .listagem-produtos .box-produto,
    .box-produto .bt {
        width: 100%;
    }
    .box-produto img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 553px) {
    .page-produtos h1,
    .page-produtos h2,
    .page-produtos p {
        text-align: center;
    }
    .flex-start .box-produto {
        margin-right: 0;
    }
}

@media screen and (max-width: 400px) {
    .listagem-produtos .box-produto,
    .box-produto .bt {
        width: 100%;
    }
    .box-produto img {
        width: 100%;
        height: auto;
        max-height: 230px;
    }
    .conteudo-produtos h1,
    .page-produtos h1 {
        font-size: 30px;
    }
    .conteudo-produtos h2,
    .page-produtos h2 {
        font-size: 24px;
    }
}