/* ********************** */
/*         VITRINE        */
/* ********************** */


.titsec {
    width: 100%;
    padding: 10px 10%;
    box-sizing: border-box;
    height: 53px;
    display: flex;
    align-items: center;
    /*
    background-color: red;
    */
    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;
}

.titMarc span {
    color: #21847d;
}

.vtrCont {
    width: 100%;
    padding: 10px 10%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}



.lBaixo {
    width: 100%;
    padding: 0 10% 10px;
    box-sizing: border-box;
    text-align: end;
}

.lBaixoLnk {
    text-decoration: none;
    /*
    color: #11999e;
    */
    color: #21847D;
    font-weight: 600;
}

.lBaixoLnk:hover {
    color: #1aa800;
    text-decoration: none;
}

.product {
    position: relative;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    overflow: hidden;   
    /*
    border: 2px solid #d8d8d8;
    border: 1px solid #000;
    border-radius: 16px;
    */
    border-radius: 8px;
    
}


.product .titulprd {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    height: 56px;
    /*
    height: 42px;
    */
    font-weight: bold;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    line-height: 17px;
}

.product:hover {
    border-color: #000;
}
.product:hover .datails {
    bottom: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
}

.product .imgbox {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}


.product .imgbox img {
    display: block;
    width: 100%;
    /*
    margin-bottom: 81px;
    */
    margin-bottom: 121px;
}

.product .datails {
    position: absolute;
    width: 100%;
    bottom: -106px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    box-sizing: border-box;
    transition: .5s;
}

.descriprd {
    width: 100%;
    font-size: 0.6em;
    font-weight: bold;
    /*
    font-size: 0.8em;
    */
    font-weight: 400;
}

.codprpq {
    width: 100%;
    font-size: 15px;
    /*
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7em;
    line-height: 10px;
    font-size: 0.8em;
    */
    font-weight: 400;
    
}

.valprpq {
    width: 100%;
    padding: 0px 5px 0 5px;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
}

.vlpeta {
    font-size: 1.4em;
    padding-top: 9px;
    padding-right: 6px;
}

.vlpetb {
    font-size: 2.4em;
    font-weight: bold;
    color: #000;
}

.vlpetc {
    color: #000;
    padding-top: 8px;
    font-size: 0.9em;
    font-weight: 400;
}

.valparpq {
    width: 100%;
    padding: 5px;
    text-align: right;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.9em;
    height: 30px;
}

.valparpq > span {
    font-weight: 700;
    font-size: 1.1em;
}

.basprdt {
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
}

.basprdt a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    /*width: 47%;*/
    font-size: 0.9em;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
    font-weight: normal;
    transition: 0.3s;
    /*
    background: #cecece;
    border-radius: 3px;
    */
    margin-top: 10px;
}

.basprdt a i {
    width: 100%;
    font-size: 1.6em;
    text-align: center;
}

.basprdt a:hover {
    /*
    background: #000;
    color: #fff;
    */
    color: #21847d;
}

.baseinf {
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Montserrat';
    width: 100%;
    height: 50px;
    padding: 20px 10%;
    box-sizing: border-box;
    text-align: right;
    background-image: url(../imagens/marcador2.png);
    background-repeat: repeat-x;
    margin-top: 10px;
}

.baseinf a {
    color: #0d7375;
    padding: 5px 8px;
    margin: 2px;
    text-decoration: none;
    border-radius: 6px;
    background-color: #c3d1d2;
}

.baseinf a:hover {
    color: #fff;
    background-color: #000;
}

.semlnk {
    color: #21847d;
    padding: 5px 8px;
    margin: 2px;
    font-weight: 700;
}


@media screen and (max-width: 1250px){
    .vtrCont {
        padding: 10px 5%;
    }
    
    .lBaixo {
        padding: 0 5% 10px;
    }
    
    .titsec {
        padding: 10px 5%;
    }
    
    .baseinf {
        padding: 20px 5%;
    }

}

@media screen and (max-width: 1100px){
    .vtrCont {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 850px){
    .vtrCont {
        grid-template-columns: repeat(2, 1fr);
        
    }
}

@media screen and (max-width: 570px){
    .titMarc {
        font-size: 18px;
        padding: 10px 0px 0px 65px;
    }
}

@media screen and (max-width: 550px){
    .ctrCentro {
        grid-template-columns: 1fr;
        margin-bottom: 0;
        padding: 0;
    }
}

@media screen and (max-width: 460px){
    .vtrCont {
        grid-template-columns: repeat(1, 1fr);
    }
}


