

.icon-bar {
	position: fixed;
	top: 90%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 110;
}

.icon-bar a {
	display: block;
	text-align: center;
	padding: 20px;
	transition: all 0.3s ease;
	color: white;
	font-size: 25px;
}

.icon-bar a:hover {
	background-color: #000;
}

.facebook {
	background: #3B5998;
	border-radius: 0px 20px 20px 0px;
	color: white;
}

.twitter {
	background: #55ACEE;
	color: white;
}

.youtube {
	background: #bb0000;
	color: white;
	width: 100%;
	height: 80px;
	border-radius: 0px 0px 20px 0px;
}

.instagram {
	background: #ea4c89;
	color: white;
}

.bt {
	margin: 0;
	height: auto;
	background: transparent;
	padding: 0;
	border: none;
}

.bt {
	--border-right: 6px;
	--text-stroke-color: rgba(255,255,255,0.6);
	--animation-color: #37FF8B;
	--fs-size: 2em;
	letter-spacing: 3px;
	text-decoration: none;
	font-size: var(--fs-size);
	font-family: "Arial";
	position: relative;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px var(--text-stroke-color);
	font-weight: bold;font-size: 40px;
	color: white;
}

.hover-text {
	position: absolute;
	box-sizing: border-box;
	content: attr(data-text);
	color: #ffc107;
	width: 0%;
	inset: 0;
	border-right: var(--border-right) solid #ffc107;
	overflow: hidden;
	transition: 0.5s;
	-webkit-text-stroke: 1px #ffc107;
}

.bt:hover .hover-text {
	width: 100%;
	filter: drop-shadow(0 0 0px #fff);
}

.box {
	width: 140px;
	height: auto;
	float: left;
	transition: .5s linear;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 15px;
	text-align: center;
	margin: 0 5px;
	background: transparent;
	text-transform: uppercase;
	font-weight: 900;
}

.box:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 4px;
	width: 100%;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
	box-sizing: border-box;
	transform: translateX(100%);
}

.box:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	box-sizing: border-box;
	transform: translateX(-100%);
}

.box:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.box:hover:before {
	border-color: #262626;
	height: 100%;
	transform: translateX(0);
	transition: .3s transform linear, .3s height linear .3s;
}

.box:hover:after {
	border-color: #262626;
	height: 100%;
	transform: translateX(0);
	transition: .3s transform linear, .3s height linear .5s;
}

button {
	color: black;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	border: none;
	background: transparent;
}

.card-login{
	border: 1px solid hsla(0, 0%, 65%, 0.158);
	box-shadow: 0 0 36px 1px rgb(0 0 0 / 20%);
	border-radius: 10px;
	backdrop-filter: blur(20px);
	z-index: 99;
	padding: 2rem;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.6em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.button-login {
	font-size: 18px;
	background: linear-gradient(to bottom, #ff9c6f 0%,#fd6925 100%);
	color: white !important;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: left;
	border: none;
	border-radius: 25px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
}

.button-login:hover {
	transform: translateY(-3px);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.button-login:active {
	transform: scale(0.95);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.button-login span {
	display: block;
	margin-left: 0.4em;
	transition: all 0.3s;
}

.button-login svg {
	width: 18px;
	height: 18px;
	fill: white;
	transition: all 0.3s;
}

.button-login .svg-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	margin-right: 0.5em;
	margin-left: 1em;
	transition: all 0.3s;
}

.button-login:hover .svg-wrapper {
	background-color: rgba(255, 255, 255, 0.5);
}

.button-login:hover svg {
	transform: rotate(45deg);
}


.button-login-1 {
	font-size: 18px;
	background: linear-gradient(to bottom, #abd922 0%,#6f9500 100%);
	color: white !important;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: left;
	border: none;
	border-radius: 25px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
}

.button-login-1:hover {
	transform: translateY(-3px);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.button-login-1:active {
	transform: scale(0.95);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.button-login-1 span {
	display: block;
	margin-left: 0.4em;
	transition: all 0.3s;
}

.button-login-1 svg {
	width: 18px;
	height: 18px;
	fill: white;
	transition: all 0.3s;
}

.button-login-1 .svg-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	margin-right: 0.5em;
	margin-left: 1em;
	transition: all 0.3s;
}

.button-login-1:hover .svg-wrapper {
	background-color: rgba(255, 255, 255, 0.5);
}

.button-login-1:hover svg {
	transform: rotate(45deg);
}

.cta {
	position: relative;
	margin: auto;
	padding: 12px 18px;
	transition: all 0.2s ease;
	border: none;
	background: none;
}

.cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 50px;
	background: #47c1d6;
	width: 85;
	height: 85px;
	transition: all 0.3s ease;
}

.cta span {
	position: relative;
	font-family: "Ubuntu", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #234567;
}

.cta svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #234567;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}

.cta:hover:before {
	width: 100%;
	background: #b1dae7;
}

.cta:hover svg {
	transform: translateX(0);
}

.cta:active {
	transform: scale(0.95);
}

.header {
	background-color: #fff;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
	position: fixed;
	width: 100%;
	z-index: 125;
	padding: 0px;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
}

/*.header li a {
	display: block;
	padding: 20px 20px;
	border-right: 1px solid #f4f4f4;
	text-decoration: none;
}*/

/*.header li a:hover,
.header .menu-btn:hover {
	background-color: #f4f4f4;
}*/

.btn-register {
	color: #fff;
	background-color: #c3002f;
	border-color: #c3002f;
}

.btn-register:hover {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.header-menu{
	display: block;
	padding: 20px 20px;
	border-right: 1px solid #f4f4f4;
	text-decoration: none;
}

.header-menu:hover {
	background-color: #f4f4f4;
}

.header .logo {
	display: block;
	float: left;
	font-size: 2em;
	padding: 10px 20px;
	text-decoration: none;
}


.header .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
}


.header .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
}

.header .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.header .menu-icon .navicon:before {
	top: 5px;
}

.header .menu-icon .navicon:after {
	top: -5px;
}


.header .menu-btn {
	display: none;
}

.header .menu-btn:checked ~ .menu {
	max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
	.header li {
		float: left;
	}
	.header li a {
		padding: 20px 30px;
	}
	.header .menu {
		clear: none;
		float: right;
		max-height: none;
	}
	.header .menu-icon {
		display: none;
	}
}