

button.swal-button.swal-button--catch.facebook-login {
    background-color: #3b5998;
}

button.swal-button.swal-button--catch.facebook-login::before {
	content: "\f39e";
	font-family: 'Font Awesome 5 Brands';
	margin-right: 11px;
}

button.swal-button {
    border-radius: 500rem;
}

.inactive {
	position: fixed;
	left: 0;
	right: 0;
	height: 100%;
	background-color:#fff !important;
	display: none;
	z-index: 999;
	width: 100%;
	top: 0;
}

button.swal-button.candidatos {
    background-color: #bcc824 !important;
}


.owl-nav button span {
	display: none;
}

.owl-prev::before, .owl-next::before {
	font-family: fontawesome;
}