
.btn-circle {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
}

.btn-circle i {
	position: relative;
	top: -1px;
}

.btn-circle-sm {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 0.9rem;
}

.btn-circle-lg {
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 1.1rem;
}

.btn-circle-xl {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 1.3rem;
}


.btn-lotteri 			{ background: #E9212D; color: #FFFFFF; }
.btn-lotteri:hover 		{ background: #b81821; color: #FFFFFF; }

.btn-blanco 			{ background: #FFFFFF; color: #E9212D!important; }
.btn-blanco:hover 		{ background: #FAFAFA; color: #b81821!important; }


.titulo 			{ padding: 20px 0px; }
.titulotx 			{ display: inline-block; font-size: 36px; padding: 14px 20px; font-weight: 700; }

.tituloblanco 		{ color: #FFFFFF; border: 1px solid #FFFFFF; }
.titulogris 		{ color: #383E4D; border: 1px solid #383E4D; }
.titulorojo 		{ color: #E9212C; border: 1px solid #E9212C; }


/*
*** BARRA
*/

.navbar {
	background-color: #FFFFFF;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-size: 20px;
	transition: all 0.8s;
}

.navbar li.nav-item				{ padding: 5px 10px; margin: 0px; }
.navbar a.nav-link				{ font-weight: 400; color: #FFFFFF!important; border-bottom: 5px solid transparent; transition: all 0.6s; }
.navbar a.nav-link:hover		{ color: #b81821!important; border-bottom: 5px #b81821 solid; }

.navbar-brand						{ margin: 0px; padding: 0px;  }
.navbar-brand img					{ margin: 0px 20px; transition: all 0.8s; height: 130px; }

@media (max-width: 700px) {

	.navbar 					{ font-size: 16px; }
	.navbar-collapse			{ background: #FFFFFF; padding: 20px; border-radius: 15px; }
	.navbar-brand img			{ height: 80px; }

	.navbar li.nav-item			{ padding: 0px 10px; margin: 0px; }
	.navbar a.nav-link			{ font-weight: 400; color: #343434!important; }

	.navbar i					{ color: #b81821; }

}

.navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
.navbar-toggler { border-color: rgb(255,255,255); }
