
/* Section Sorteio */
.sectionSorteio .imgPremios {
	border-radius:10px;
}

.sectionSorteio .imgPremios {
	border-radius:10px 0px 0px 10px;
}

.sectionSorteio .textPremios {
	border-radius:0px 10px 10px 0px;
	border-left:5px solid var(--color-primary);
	background:#343a40;
	color:#fff;
}

.premios {
	padding-right:10px;
}

.sectionSorteio .content {
	width:100%;
	height:200px;
	background:red;
}

.sectionSorteio .content .img {
	width:40%;
	height:auto;
}

.sectionSorteio .content .text {
	width:60%;
	height:auto;
}

.row {
	margin:0px;
}

.sectionSorteio .img-fluid {
	border-radius: 10px 0px 0px 10px;
}

.borderAnimation {
	//border:2px solid red;
	border-radius:10px;
	padding:2px;
}

.sectionSorteio .icon {
	float:left;
	font-size:32px;
	height:35px;
	line-height:35px;
	margin-right:10px;
	
}

.sectionSorteio .icon i {
padding-top:0px;	
}

.sectionSorteio .text {
	float:left:
	
}						



/* Section Actions */
.sectionActions {
	background-color: #343a40;
	background-color: #232427;
	min-height:300px;
	color: #fff;
	padding: 30px 15px 30px 15px;
}

.sectionActions .rowSectionActions {
	background:#404040;
	border-radius:10px;
	
}

.sectionActions .rowSectionActions .btnMinusBilhete, .sectionActions .rowSectionActions .btnPlusBilhete {
    color: var(--color-secondary);
    font-size: 20px;
    border-radius: 10px;
    background-color: #2b2b2b;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;	
	font-size:30px;
	
}

.sectionActions .rowSectionActions .btnMinusBilhete:hover, .sectionActions .rowSectionActions .btnPlusBilhete:hover {
	-webkit-animation: swing ease-in-out .5s 1 alternate;
	animation: swing ease-in-out .5s 1 alternate; 
}


.sectionActions .divBilhetes input {
	background: #232427;
	border: 2px dashed var(--color-secondary);
	text-align:center;
	color:#fff;	
	font-size:25px;
}

.sectionActions .divBilhetes input::-webkit-inner-spin-button {
    -webkit-appearance: none;

}

.sectionActions .buttonsAmount {
	padding-left:10px;
	padding-right:10px;
	
}

.sectionActions .buttonsAmount .row {
	background: #232427;
	border:1px solid var(--color-secondary);
	background: var(--color-secondary);
	text-align:center;
	border-radius:5px;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	
}

.sectionActions .buttonsAmount .row:hover {
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	color: var(--color-azulEscuro);
	font-weight:bold;	
	
}

.sectionActions .btnProsseguir {
	background: var(--color-primary);
	border: 2px solid var(--color-primary);
	text-align:center;
	color: var(--color-azulEscuro);
	font-size:20px;
	font-weight:bold;
	border-radius:5px;
	height:50px;
	line-height:50px;
	cursor:pointer;
	
}

.sectionActions .icon {
	float:left;
	font-size:32px;
	height:35px;
	line-height:35px;
	margin-right:10px;
	
}

.sectionActions .icon i {
padding-top:0px;	
}

.sectionActions .text {
	float:left:
	
}



