@charset "utf-8";

.ajusteCards
{
    
    display: flex;
    min-width: 320px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.card
{
    width: 100%;
    min-width: 120px;
    max-width: 400px;
    margin: 20px;
    background-color: #faf3e8;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    transition: height 0.5s;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    
}



.ajusteTitle
{
    background-color: #c90900;
    height: 60px;
    position: absolute;
    top:0;
    display: block;
    left: 0;
    width: 100%;
}

#card_1_descricao
{
    display: none;
}

#card_2_descricao
{
    display: none;
}

.ajusteFooter
{
    background-color: #c90900;
    height: 60px;
    position: absolute;
    bottom:0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    cursor: pointer;
    left: 0;
}


.setaInterativa
{
    width: 50px;
    margin-top: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#idExpandir
{
    display: block;
}

#idReduzir_1
{
    display: none;
}

#idReduzir_2
{
    display: none;
}

.cardTitle
{
    font-family: "Figtree";
    color: #faf3e8;
    font-size: 16pt;
    display: block;
    margin-top: 16px;
    
}

.cardImg
{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.cardPrecoInicial
{
    font-family: "Figtree";
    color: #110500;
    font-size: 16pt;
    margin-top: -15px;
}

.cardPrecoFinal
{
    font-family: "Figtree";
    color: #110500;
    font-size: 17pt;
    font-weight: bold;
    margin-top: -15px;
}

.cardDescricao
{
    font-family: "Figtree";
    color: #110500;
    font-size: 16pt;
    margin-top: 15px;
}

.card_galery
{
    display: flex;
    margin-top: 25px;
    margin-bottom: 15px;
}

#card_1_galery
{
    display: none;
}

#card_2_galery
{
    display: none;
}


.galery_img
{
    width: 90px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #515151;
    cursor: pointer;
}
