﻿.cardFaria {
    /*background-image: url(<%= ResolveClientUrl("~/images/papiro.png") %>);*/
    /*background: linear-gradient(#b11515, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);*/
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: .5s;
    /*width: 30%;*/
    width: 255px;
    height: 458px;
    /*min-width: 180px;
    min-height: 200px;
    -moz-border-radius: 0px; /*50px p/ redondo ou 5*/
    border-radius: 5px; /*50px p/ redondo ou 5*/
    box-shadow: 0 2px 5px #444; /*sombriado..*/
    flex-direction: column;
}

.cardFaria:hover {
	box-shadow: 0 8px 16px 0 #000000;
}

.main-cards {
    position:relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}

    .main-cards .cards-comprado {
        position: absolute;
        top: 9px;
        right: 20px;
    }

.main-cards .cards-detalhes {
    margin-top: -15px;
    line-height: 17px;
    text-align: center;
    padding: 3px;
    color: #5a1603;
    font-size: 14px;
}

/* Estilos de imagem rollover */
.img-box {
    width: 255px;
    height: 380px;
    max-width: 255px;
    max-height: 380px;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.img-primary, .img-hover {
    width: 235px;
    height: 360px;
    margin-left: 9px;
    background-size: cover;
    position: absolute;
}

.img-hover {
    opacity: 0;
    transition: opacity .2s;
}

.img-hover {
    transition: opacity .2s;
}

.img-box:hover .img-hover {
    opacity: 1;
}
     
    
        
     
  
  
    
     
     
     
     
    
     
    
  
  
     
  