/**
*  ------------------------------------------------------------------------------------------------
*
*
*   ESTILOS GERAIS GRID RIFA
*
*
*  ------------------------------------------------------------------------------------------------
*/

.grid-rifa{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 29px;
}


@media screen and (max-width: 540px) {
  .grid-rifa {
    display: block;
    max-width: 100%;
  }
}

.item-grid-rifa {
  border-radius: 6px;
  position: relative;
  border: 0px solid #c5c5c5;
  padding: 10px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  background:#fff;
  display: block;
  height: 341px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}

@media screen and (max-width: 460px) {
  .item-grid-rifa {
    margin: 0 0 24px 0;
  }
 
}

.item-grid-rifa .imagem-produto-rifa{
	position: relative;display: block;
	width: 100%;
	height: 160px;
}

.item-grid-rifa .imagem-produto-rifa a,
.item-grid-rifa .imagem-produto-rifa a:hover{
	position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
}


.item-grid-rifa .imagem-produto-rifa a span{
	position: absolute;
  display: block;
  left: 20px;
  bottom: 7px;
  font-weight: bold;
  font-family: Arial;
}


.item-grid-rifa .body-produto{
	text-align: center;
    position: relative;
    display: block;
    width: 100%;
}

.item-grid-rifa .body-produto h2{
    font-family: Arial !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    font-style: normal !important;
    margin-top: 11px !important;
    margin-bottom: 10px !important;
}

.item-grid-rifa .body-produto div.cotas{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 5px;
}

.item-grid-rifa .body-produto div.cotas span{
  text-align: center;
  display: block;
  height: 61px;
  background: #f6fafd;
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  padding: 3px;
  padding-top: 12px;
} 

.item-grid-rifa .body-produto div.cotas span:nth-child(1){
  color: #395559;
  font-weight: bold;
}
.item-grid-rifa .body-produto div.cotas span:nth-child(2){
  color: #fac330;
  font-weight: bold;	
}
.item-grid-rifa .body-produto div.cotas span:nth-child(3){
  color:#a34d69;
  font-weight: bold;	
}

.item-grid-rifa .body-produto .action-rifa{
	   position: relative;
    display: block;
    width: 100%;
    background: #27a844;
    color: #fff;
    text-decoration: none !important;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: Arial;
    margin-top: 16px;
    font-size: 14px;
    margin-left: auto;
}



/**
*  ------------------------------------------------------------------------------------------------
*
*
*   LAYOUT 2
*
*
*  ------------------------------------------------------------------------------------------------
*/
.item-grid-rifa.item-grid-rifa-layout-2{
  /*margin-bottom: 32px;*/
  height: 550px;
}
.item-grid-rifa.item-grid-rifa-layout-2 .body-produto {
  text-align: left;
  position: relative;
  display: block;
  width: 100%;
}

.item-grid-rifa.item-grid-rifa-layout-2 .imagem-produto-rifa {
  position: relative;
  display: block;
  width: 100%;
  height: 272px !important;
}

.item-grid-rifa.item-grid-rifa-layout-2 .body-produto h2 {
  text-transform: none !important;
  font-family: Arial !important;
  font-weight: bold !important;
  font-size: 18px !important;
  font-style: normal !important;
  margin-top: 11px !important;
  margin-bottom: 10px !important;
  text-transform: none !important;
  font-size: 19px !important;
  height: 46px;
}

.item-grid-rifa.item-grid-rifa-layout-2 .body-produto h3{
  font-weight: normal;
  font-size: 18px;
  margin-top: -5px;
  margin-bottom: 24px;
}

.item-grid-rifa.item-grid-rifa-layout-2.dark{
  background: transparent;
}

.item-grid-rifa.item-grid-rifa-layout-2.dark .body-produto h2,
.item-grid-rifa.item-grid-rifa-layout-2.dark .body-produto h3{
   color: #fff;
}

.item-grid-rifa.item-grid-rifa-layout-2 .span-cotas-coluna{

}

.item-grid-rifa.item-grid-rifa-layout-2 .span-cotas-coluna.span-cotas-coluna-1{
  background: #fac330 !important;
  color: #000 !important;
}

.item-grid-rifa.item-grid-rifa-layout-2 .span-cotas-coluna.span-cotas-coluna-2{
  background: #f8f8f8 !important;
  color: #000 !important;
}

.item-grid-rifa.item-grid-rifa-layout-2 .span-cotas-coluna.span-cotas-coluna-3{
  background: #34a5ff !important;
  color: #fff !important;
}

.item-grid-rifa.item-grid-rifa-layout-2 .body-produto .action-rifa{
  font-weight: bold;
  margin-top: 5px;
}