.btn-fest{
    background-color: #340283 !important;
}

.btn-fest-pro{
    background-color: #f600a5 !important;
}

.text-fest{
    color: #340283 !important;
}

.text-fest-pro{
    color: #f600a5 !important;
}



/*Básica Premium*/
.text-noob {
    color: #303F9F !important;
}
.btn-noob {
    background-color: #303F9F !important;
    color: #fff !important;
}
.bg-noob {
    background-color: #303F9F !important;
    color: #fff !important;
}


.user_active {
    border-color: #45cb85;
}

.user_inactive {
    border-color: #FF715B;
}

.text-default {
	color:#BABABA;
}

#snackbar {
	visibility: hidden;
	width: 500px;
	margin-left: -250px;
	background-color: #28a745;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
	font-size: 17px;
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.video-intro {
    padding: 5rem 0px;
}

.video-container {
    /* width is set as 100% here. any width can be specified as per requirement */
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.whatsapp-container {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    bottom: 50px;
    left: auto;
    margin-left: -120px;
    padding: 10px 0 0;
    position: fixed;
    text-align: center;
    width: 90px;
    z-index: 15;
}

.whatsapp-a-rt {
    position: fixed;
    top: 5px;
    right: 5px;
}

.whatsapp-a-rb {
    position: fixed;
    bottom: 5px;
    right: 5px;
}

.whatsapp-a-lb {
    position: fixed;
    bottom: 5px;
    left: 5px;
}

.whatsapp-a-lt {
    position: fixed;
    top: 5px;
    left: 5px;
}

.w-width {
    width: 70px;
}

/*badges*/


/*Fest*/
.badge-fest {
    background-color: #f600a5 !important;
    color:#FFFFFF !important;
}



.agenda-container {
    /* background: none repeat scroll 0 0 #FFFFFF; */
    border: 0px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    bottom: 50px;
    left: auto;
    margin-left: -120px;
    padding: 10px 0 0;
    position: fixed;
    text-align: center;
    width: 150px;
    z-index: 15;
}

.agenda-a-lb {
    position: fixed;
    bottom: 5px;
    left: 5px;
}

.a-width {
    width: 150px;
}
