.text-roxo {
  color: rebeccapurple !important; }

a.text-toxo:hover, a.text-roxo:focus {
  color: mediumpurple !important; }

.text-azul {
  color: darkblue!important; }

a.text-azul:hover, a.text-roxo:azul {
  color: mediumblue !important; }

.current {
	background-color: rebeccapurple !important;
	color: white !important;
}

a.waves-effect:hover {
	background-color: white !important;
	color: rebeccapurple !important;
}

.btn-roxo {
	color: #fff !important;
    background-color: rebeccapurple !important;
    border-color: purple !important;
	margin-bottom: 5px;
}

a.btn-roxo:hover {
	color: rebeccapurple !important;
    background-color: white !important;
    border-color: purple !important;
	margin-bottom: 5px;
}

.btn-azul {
	color: #fff !important;
    background-color: darkblue !important;
    border-color: dodgerblue !important;
	margin-bottom: 5px;
}

a.btn-azul:hover {
	color: darkblue !important;
    background-color: white !important;
    border-color: dodgerblue !important;
	margin-bottom: 5px;
}

.btn-destaque {
	color: #fff !important;
    background-color: firebrick !important;
    border-color: firebrick !important;
	margin-bottom: 5px !important;
	padding: 3px !important;
	border-radius: .2rem !important;
	font-size: 14px !important;
}

a.btn-azul:hover {
	color: firebrick !important;
    background-color: white !important;
    border-color: firebrick!important;
	margin-bottom: 5px !important;
	padding: 3px !important;
	border-radius: .2rem !important;
	font-size: 14px !important;
}

.gallery-box {
	background-color: lavender !important;
}

.modalidade {
	position: absolute;
    top: 15px;
    right: 50px;
}

.titulo-modal {
	max-width: 65% !important;
}

@media (max-width: 768px) {
	.topo-20-menos {
		margin-top: -20px !important;
	}
}

@media (max-width: 768px) {
	.w-50 {
		width: 100% !important;
	}
}

.posicao-absolut {
	position: absolute !important;
}

.botao-fotografo {
	display: contents !important;
	background: inherit !important;
}

.check-regras {
	height: 90% !important;
    width: 90% !important;
    position: absolute !important;
    margin-left: -20px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.link-regras {
	z-index: 99 !important;
	position: relative !important;
}

.borda-embaixo {
	border-bottom: solid 1px;
    margin-bottom: 12px;
}

.foto-perfil {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.edita-cadastro {
	position: absolute;
    right: 30px;
}
.meu-modal {
	position: fixed !important; /* volta a fixar na tela */
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important; /* centraliza */
}

.black-friday {
	background-color: black;
    color: white;
	text-align: center;
}