body,
html{
	height: 100%;
	margin:0;
	padding: 0;
	width: 100%;
	font-family: 'disciplina_personal_useRg', Arial, "sans-serif"
}
body{
	background: #fff;
}
h1,h2,h3,h4,h5{
	font-weight: normal;
}

.main-setp-container{
	display: none;
}
body.step-1 .main-setp-container,
body.step-2 .main-setp-container,
body.step-3 .main-setp-container,
body.step-4 .main-setp-container,
body.step-5 .main-setp-container{
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	display: block;
	font-family: 'disciplina_personal_useRg', Arial, "sans-serif" !important;
}
.main-setp-container .row .col{
	height:  100%;
	position: relative;	
	padding-left: 5px;
	padding-right: 5px;
	
	
}
.main-setp-container .row{
	height:  100%;
	margin-left: -5px;
	margin-right: -5px;
	position: relative;
}

.main-setp-container .row .col .img-div{
	height:  100%;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.main-setp-container .row .col.left{
	width: 30%;
}
.main-setp-container .row .col.mid{
	width: 40%;
}
.main-setp-container .row .col.right{
	width: 30%;
}
.main-setp-container .row .col.mid .img-div:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: #000;
	opacity: 0.67;
}
.main-content-div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 50px;
	padding-top: 120px;
	color: #fff;
	z-index: 10;
	height: 100%;
	overflow: auto;
	text-align: center
}
.main-content-div h1{
	font-size: 133px;
	line-height: 105px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	font-family: 'disciplina_personal_useRg', Arial, "sans-serif";
	text-shadow: 0 0 20px #000;
	color: #fff;
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width:3px;
  -webkit-text-stroke-color: #e8b28a;
}

.step.step-1 .btn,
.step.step-2 .btn,
.step.step-3 .btn,
.step.step-4 .btn,
.step.step-5 .btn{
	font-size: 73px;
	line-height: 73px;
	padding-left: 30px;
	padding-right: 30px;
	min-width: 320px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 40px rgba(0,0,0,1); 
	padding-top: 0;
	padding-bottom: 5px;
}

.btn-black{
	background-color: #000 !important;
	border: 2px solid  #e8b28a;
	color: #fff !important;
	
}

.main-content-div .bottom-btn{
	padding-top: 70px;
}

.main-content-div .bottom-btn p{
	margin-bottom: 50px;
}
.main-content-div .bottom-btn p:last-child{
	margin-bottom: 0;
}

.main-setp-container.step-2 .bottom-btn{
	max-width: 450px;
	width: 90%;
	margin: 0 auto;
}

.main-setp-container.step-3 .bottom-btn p{
	margin-bottom: 25px;
}
.main-setp-container.step-3 .bottom-btn .btn{
	font-size: 60px;
	line-height: 60px;
	
}

.main-setp-container.step-3  .main-content-div{
	padding-top: 80px;
}

.main-setp-container.step-3   .bottom-btn{
	padding-top: 60px;
}

.main-setp-container.step-4 .bottom-btn p{
	margin-bottom: 30px;
}

body.step-1 .step,
body.step-2 .step,
body.step-3 .step,
body.step-4 .step,
body.step-5 .step{
	transition: opacity 1s ease-out;
	opacity: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
}

body.step-1 .step.step-1,
body.step-2 .step.step-2,
body.step-3 .step.step-3,
body.step-4 .step.step-4,
body.step-5 .step.step-5{
	opacity: 1;
	height: 100vh;
	min-height: 100vh;
}



body.step-1 section.step-1,
body.step-1 section.step-1 > div,
body.step-2 section.step-2,
body.step-2 section.step-2 > div,
body.step-3 section.step-3,
body.step-3 section.step-3 > div,
body.step-4 section.step-4,
body.step-4 section.step-4 > div,
body.step-5 section.step-5,
body.step-5 section.step-5 > div{
	opacity: 1;
	z-index: 10;
}

body.step-1 section.step-1,
body.step-2 section.step-2,
body.step-3 section.step-3,
body.step-4 section.step-4,
body.step-5 section.step-5{
	max-height: 100%;
	overflow-y: visible;
}

body.step-5 section.step-5 .btn.btn-option.btn-black{
	max-width: 100%;
}

@media screen and (max-width: 768px){
	body.step-5 section.step-5 .btn.btn-option.btn-black{
		font-size: 4em;
	}
}

.btn.btn-option.btn-black{
	cursor: pointer;
	text-transform: uppercase;
	line-height: 1.5em !important;
	padding: 0 0.5em;
}

div.mid {
	background-color: #000;
}

h1{
	text-shadow: 3px 3px 6px #000 !important;
}

@media screen and (min-width: 768px) and (max-aspect-ratio: 1/1){
		body{
			background-color: #000;
		}

		body.step-1 .step.step-1, 
		body.step-2 .step.step-2, 
		body.step-3 .step.step-3, 
		body.step-4 .step.step-4, 
		body.step-5 .step.step-5{
		       min-height: 66vh;
		       height: 66vh;
		       top: 50%;
		       transform: translateY(-50%);
		       border-top: 2px solid #e8b28a;
		       border-bottom: 2px solid #e8b28a;
	       }
}
