.verde {
    color: #007c3e;
}
.vermelho {
    color: red;
}

/***********************************/
.titsec {
    width: 100%;
    padding: 10px 10%;
    box-sizing: border-box;
    height: 53px;
    display: flex;
    align-items: center;
    background-image: url(../imagens/marcador2.png);
    margin-top: 128px;
}

.titMarc {
    height: 53px;
    min-width: 135px;
    background-image: url(../imagens/marcador1.png);
    background-repeat: no-repeat;
    font-size: 20px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 600;
    padding: 19px 0px 0px 65px;
    box-sizing: border-box;
}

.quadro {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 10%;
}

.quadrado {
        width: 100%;
    display: grid;
    grid-template-columns: 488px auto 230px;
    grid-template-areas:
        "imagem detalhes valor"
        "caract caract valor";
    padding: 10px;
    grid-gap: 1px;
}

.colA {
    grid-area: imagem;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px 0 0 0;
}

.colB {
    grid-area: detalhes;
    background-color: #fff;
    padding: 10px;
}

.colC {
    grid-area: caract;
    background-color: #fff;
    padding: 10px;
    border-radius: 0 0 0 8px;
}

.colD {
    grid-area: valor;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
}

.galeria {
    display: grid;
    grid-template-columns: 100px auto;
    grid-template-areas: "galPeq galGra";
}

.galPeq {
    grid-area: galPeq;
}

.galGra {
    grid-area: galGra;
}

.galeria ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
}

.imgMini {
    width: 100%;
}

img.r_corners {
    border-radius: 8px;
    width: 90%;
}

.bpTituloM {
    width: 100%;
    font-size: 30px;
    font-weight: 800;
}

.bpStituloDM {
    width: 100%;
    font-size: 14px;
    color: #656565;
    font-weight: 700;
}

.bpPrecoM {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 11px 0 0 0;
}

.bpDestaqs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 10px 0;
}

.bpDestaqsb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    /*border-bottom: 1px solid #f0f0f0;*/
    margin: 10px 0;
}

.bpPrecoBd {
    display: flex;
    align-items: flex-end;
    padding: 0 5px 7px 0;
    font-size: 22px;
}

.bpPrecoBe {
    font-size: 45px;
    font-weight: bold;
    color: #007c3e;
}

.bpPrecoBc {
    padding-top: 10px;
}

.bpLinRm {
    width: 100%;
    font-size: 25px;
}

.bpLinRm span {
    font-weight: 700;
    color: #007c3e;
}

.bpLinRb {
    width: 100%;
    font-size: 18px;
    margin-bottom: 7px;
}

.bpLinRb span {
    font-weight: 700;
    color: #007c3e;
}

.bpLinRc {
    width: 100%;
    font-size: 18px;
    margin-bottom: 7px;
}

.bpInfo {
    width: 100%;
    display: grid;
    grid-template-columns: 130px auto;
}

.bpInfoTi {
    margin-bottom: 5px;
}

.bpInfoTx {
    font-weight: bold;
    color: #007c3e;
}

.bpInfoTxb {
    font-weight: bold;
    border-top: 1px solid #f0f0f0;
    margin-top: 17px;
    padding: 10px 0 0 0;
    font-size: 17px;
}

.bpInfoTxc {
    font-weight: bold;
    /*border-top: 1px solid #f0f0f0;
    margin-top: 24px;
    */
    padding: 10px 0;
    color: #000;
    font-size: 17px;
    line-height: 25px;
}

.bpLinRbc {
    width: 100%;
    font-size: 18px;
    /* margin-bottom: 7px; */
    margin-top: 38px;
    border-top: 1px solid #f0f0f0;
    padding-top: 9px;
}

.bpLinRbc span {
    font-weight: 700;
    color: #007c3e;
}

.bpLinRbd {
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 9px;
}

.qtdArea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.inct {
    width: 100%;
}

.incp {
    width: 70px;
    font-size: 18px;
    padding: 5px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    color: #026735;
    font-weight: bold;
    margin-top: 2px;
}

.btnArea {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
    margin-top: 15px;
}

.btnEnv {
    width: 100%;
    padding: 16px 0;
    background-color: #21847d;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}

.btnEnv:hover {
    background-color: #000;
}

.bpLinRbe {
    width: 100%;
    font-size: 18px;
    margin-top: 18px;
    border-top: 1px solid #f0f0f0;
    padding-top: 9px;
}

.bpLinRbe span {
    font-weight: 700;
    color: #007c3e;
}

.bpLinRbf {
    text-decoration: none;
    color: #21847d;
}

@media screen and (max-width: 1250px){
    .titsec {
        padding: 10px 5%;
    }
    
    .quadro {
        padding: 10px 5%;
    }
}

@media screen and (max-width: 1100px){
    .quadrado {
        grid-template-columns: 488px auto;
        grid-template-areas:
            "imagem valor"
            "detalhes detalhes"
            "caract caract";
    }   
}

@media screen and (max-width: 820px){
    .quadrado {
        grid-template-columns: 100%;
        grid-template-areas:
            "imagem"
            "detalhes"
            "valor"
            "caract";
    }  
    
    .galeria {
        display: grid;
        grid-template-columns: 50px auto;
    }
}

@media screen and (max-width: 520px){
    
    .quadro {
        padding: 10px 0%;
    }
    
    .galeria {
        display: grid;
        grid-template-columns: 100%;
        grid-template-areas:
            "galGra"
            "galPeq"
            ;
    }
    
    .galImg {
        display: flex;
        width: 97%;
    }
    
    .imgMini {
        width: 80px;
        padding: 0 2px 0 0;
    }
}

