/**
*  @author    Hispatek Internet S.L. <info@hispatek.com>
*  @copyright 2021 Hispatek Internet S.L.
*
*/
.mudamuga-tabs .tab-content {
	width: 60%;
	margin: 120px 0;
}

.mudamuga-tabs .tab-pane#step_last p {
	width: 100%;
	line-height: 30px !important;
	font-size: 28px;
}

.mudamuga-tabs .btn-koloreka.inverse {
	background-color: black;
	color: white;
}

#pr-mudamuga .mudamuga-tabs h3.start {
	font-family: 'Graphik-Bold', sans-serif;
	font-size: 36px;
	font-style: normal;
	color: black;
	font-weight: 700;
	margin-top: 0;
}

#pr-mudamuga .mudamuga-tabs h3 {
	font-family: 'Graphik-Bold', sans-serif;
	font-size: 28px;
	font-style: normal;
	color: black;
	font-weight: 700;
	margin-top: 0;
}

.mudamuga-tabs input[type="text"],
.mudamuga-tabs input[type="email"] {
	border: solid 3px black;
	padding: 10px 25px;
	border-radius: 0;
	font-family: 'Graphik-Bold' , sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	width: 100%;
}

.mudamuga-tabs .progress {
	border-radius: 0;
}

.mudamuga-tabs .progress-bar {
	background-color: black;
}

@media all and (max-width: 769px) {
	.mudamuga-tabs .tab-content {
		width: 100%;
	}
}

