/* botons */
.botoSecundari {
	font-family: inherit;
    color: #c00000 !important;
    background-color: #FFFFFF !important;
    border-radius: 0.5rem  !important;
    border-width: 2px  !important;
    font-weight: 600;
    -webkit-writing-mode: horizontal-tb;
    text-align: center;
    border-color: #c00000 !important;
    margin: .2rem !important;
    letter-spacing: 1px;
    border-style: solid;
	}
.botoSecundari:disabled {
    color: #839499 !important;
    border-color: #aeb2b3 !important;
	}
.botoSecundari:hover {
    color: #8d0000 !important;
    border-color: #8d0000 !important;    
    box-shadow: 0 4px 8px #1e000052 !important;
	}
.botoSecundari:active {
    color: #b90000 !important;
    border-color: #b90000 !important;
	}
.botoPrimari{
	font-family: inherit;
	color: #FFFFFF !important;
	background-color: #c00000 !important;
	border-color: #c00000 !important;
    border-radius: 0.5rem !important;
    -webkit-writing-mode: horizontal-tb;
    text-align: center;
    letter-spacing: 1px;
}
.botoPrimari:disabled{
    color: #333 !important;
    background-color: #dadfe0 !important;
    border-color: #dadfe0 !important;
}
.botoPrimari:hover {
    background-color: #8d0000 !important;
    border-color: #8d0000 !important;
    box-shadow: 0 4px 8px #1e000052 !important;
	}
.botoPrimari:active {
    background-color: #b90000 !important;
    border-color: #b90000 !important;
	}
.bloc_dreta{
	float: right;
}
.bloc_esquerra{
	float: left;
}
.boto-buit{
	background-color: inherit;
	border: none
}
