.icone-slide
{
    background-color: #e91e63; 
    color: #e21661; 
    border-color: #e21661;
}
.img-box-produto
{
    width: 240px; 
    height: 240px; 
    object-fit: cover;
}

.box-produto
{
    margin-bottom: 30px;
}
.box-descricao
{
    display: -webkit-box;
            -webkit-line-clamp: 2; /* Número de linhas a serem exibidas */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
}

.btn-detalhes
{
    border: 1px solid #e21661; 
    background-color: #e21661; 
    color: aliceblue; border-radius: 3px;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
}

.btn-detalhes:hover
{
    background-color: #dd3d78;
}

.card-size
{
    min-height: 430px;
    max-height: 430px;
}

.link-login
{
    /* text-decoration: none; */
    color: #0066b1;
    font-weight: bold;
    /* text-shadow: #161616c9 0.1em 0.1em 0.2em; */
}

.modal-cadastro
{
    background-image: linear-gradient(to bottom, #e91e63, #ce328f, #a14cad, #655db8, #0066b1);
    /*Com transparencia*/
    /* background-image: linear-gradient(to bottom, #e91e6260, #ce32905b, #a24cad5d, #655db84d, #0066b145); */
}

.btn-cadastrar
{
    background-color: #e21661;
    border: 1;
    border-color: white;
    color: white;
    font-weight: bold;
}

.btn-cadastrar:hover
{
    background-color: #e91e628a;
}

.texto-help
{
    display: block;
    font-weight: bold;
    color: #FFEB3B !important;
    margin-left: 10px;
}

.texto-help-alteracao-senha
{
    display: block;
    font-weight: bold;
    color: #e21661 !important;
    margin-left: 10px;
}

.label-cadastro
{
    color: white;
    font-weight: 600;
}

.link-login-cadastro
{
    font-weight: bold; 
    color: white !important;
     text-align: center;
}

.txt-menu-logado
{
    color:  #0066b1 !important;
    font-weight: bold;
}

.txt-menu-item
{
    color: white;
}

.txt-quem-somos
{
    color: white;
    font-size: 19px;
}

.label-altera-senha
{
    font-weight: 600;
    color: grey;
}

.txt-termo
{
    color: white;
    font-style: italic;
    font-size: 13px;

    font-weight: bold;
    text-align: center;
}

.items-termo li
{
    padding-bottom: 17px;
}

.tarja-encerrado
{
    border: 1px solid red;
    background-color: #ff0000d9;
    position: absolute;
    width: 100%;
    font-size: 20px;
    margin-top: 30%;
    transform: rotate(-35deg);
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
}

.produto-arremate
{
    border: 1px solid green;
    z-index: 34;
    background-color: green;
    border-radius: 5px;
    height: 40px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.img-carousel
{
    width: 100%; 
    height: 500px; 
    object-fit: contain;
}

@media only screen and (max-width: 768px) 
{
    .img-carousel{ height: 250px;}
}
