
@font-face {
  font-family: Jeko;
  src: url(fonts/FontsFree-Net-Jeko-Regular.ttf);
}

@font-face {
  font-family: Jeko-Bold;
  src: url(fonts/FontsFree-Net-Jeko-Bold.ttf);
}


body, html {
  height: 100%;
  margin: 0;
  font-family: Jeko, Arial, Helvetica, sans-serif;
}

a:hover {
	color: rgb(131, 193, 187);
}


.erro {
	color:  red;
}

#validate_form .Car2Drive {
	border-color: rgb(229, 166, 25)!important;
}

#validate_form .Drive {
	border-color: rgb(0, 228, 179)!important;
}


#validate_form {
	margin-top: 50vh;
	transform: translate(0, -50%);	
}


#validate_form .logframe {
	max-width: 720px;
	border-radius: 20px;
	border: 1px solid;
}

#validate_form .logframe h5 {
	padding: 0 10px 20px;
	margin: 0;
}
  @media (max-width: 992px) {
		#validate_form .logframe h5 {
			font-size: 2em;
			padding: 0 40px 40px;
		}
  }


#validate_form .logframe img {
	width: 250px;
	margin-top: 15px;
}
  @media (max-width: 992px) {
		#validate_form .logframe img {
			width: 400px;
		}
  }

#validate_form .welco {
	font-size: 2rem;
	line-height: 2.2rem;
	margin: 40px 20px;
}

input#p1Writ, input#p2Writ, input#p3Writ, input#p4Writ {
	width: 70px;
	height: 50px;
	padding: inherit;
	background-color: #ededed;
	font-size: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
  @media (max-width: 992px) {
		input#p1Writ, input#p2Writ, input#p3Writ, input#p4Writ {
			width: 80px;
			height: 80px;
			padding: inherit;
			background-color: #ededed;
			font-size: 50px;
			margin-left: auto;
			margin-right: auto;
		}
  }




input#p1Writ.Car2Drive, input#p2Writ.Car2Drive, input#p3Writ.Car2Drive, input#p4Writ.Car2Drive {
	color: rgb(229, 166, 25);
}

input#p1Writ.Drive, input#p2Writ.Drive, input#p3Writ.Drive, input#p4Writ.Drive {
	color: rgb(0, 228, 179);
}


button#psubmit {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	padding: 10px 50px;
	border: none;
	margin-bottom: 30px;
}
  @media (max-width: 992px) {
		button#psubmit {
			font-size: 2em;
			margin-top: 20px;
			margin-bottom: 40px;
			padding: 20px 70px;
		}
  }






#offer_form .logframe {
	max-width: 1320px;
}
  @media (max-width: 768px) {
		#offer_form .logframe {
			max-width: 960px;
		}
  }


#offer_form .logframe img {
	width: 150px;
}

#offer_form .sec01 p {
	margin-top: 25px;
	padding: 3px 10px;
	color: rgb(255, 255, 255);
}

#offer_form .sec01 p.Car2Drive {
	background-color: rgb(229, 166, 25);
}

#offer_form .sec01 p.Drive {
	background-color:  rgb(131, 193, 187);
}


#offer_form .sec01 h4 {
	padding: 3px 10px;
	color:  rgb(131, 193, 187);
	border: 1px solid rgb(131, 193, 187);
	font-weight: 700;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

#offer_form .sec01 h4.Car2Drive {
	color:  rgb(229, 166, 25);
	border: 1px solid rgb(229, 166, 25);
}

#offer_form .sec01 h4.Drive {
	color:  rgb(131, 193, 187);
	border: 1px solid rgb(131, 193, 187);
}


#offer_form .sec02 p {
	margin: 3px 3px 3px 30px;
	padding: 0;
	color: rgb(131, 193, 187);
}

#offer_form .sec02 p.Car2Drive {
	color: rgb(229, 166, 25);
}

#offer_form .sec02 p.Drive {
	color: rgb(131, 193, 187);
}

#offer_form .sec02 span {
	font-size: 1.6em;
	margin: 3px 3px 3px -30px;
	padding: 0 100px 0 10px;
	color: rgb(255, 255, 255);
}

#offer_form .sec02 span.Car2Drive {
	background-color:  rgb(229, 166, 25);
}

#offer_form .sec02 span.Drive {
	background-color:  rgb(131, 193, 187);
}

#offer_form .sec02 .col-6 {
	position:  relative;
}

#offer_form .sec02 img {
	position: absolute;
	left: 25%;
	width: 500px;
	height: auto;
	z-index: -100;
}
  @media (max-width: 1320px) {
		#offer_form .sec02 img {
			left: 20%;
			width: 450px;
		}
  }
  @media (max-width: 992px) {
		#offer_form .sec02 img {
			left: 15%;
			width: 350px;
		}
  }

#offer_form .sec03 p {
	margin: 40px 3px 40px 30px;
	padding: 0;
	font-size: 2.5em;
	line-height: 0.6em;
	font-weight: 600;
	color: rgb(0, 0, 0);
}
  @media (max-width: 992px) {
		#offer_form .sec03 p {
			line-height: 0.3em;
		}
  }

#offer_form .sec03 span {
	margin: 0;
	padding: 0;
	font-size: 0.5em;
	font-weight: 300;
	color: rgb(0, 0, 0);
}
  @media (max-width: 992px) {
		#offer_form .sec03 span {
			font-size: 0.3em;
			line-height: 0.3em;
		}
  }

#offer_form .sec04 {
	margin: 0;
	padding: 0;
	background-color: rgb(255, 255, 255);
} 

#offer_form .sec04.Car2Drive {
	background-color: rgb(229, 166, 25);
}  

#offer_form .sec04.Drive {
	background-color: rgb(131, 193, 187);
} 

#offer_form .sec04 img {
	margin: 10px 10px 10px 0;
	padding: 0;
} 

#offer_form .sec04 h3 {
	margin: 0;
	padding: 5px 3px;
	color: rgb(255, 255, 255);
	font-weight: 700;
} 

#offer_form .sec04 h4 {
	color: rgb(107, 107, 107)!important;
} 

#offer_form .sec04 .brutt {
	margin: -10px 0 0 0;
	padding: 0;
	color: rgb(255, 255, 255);
	font-size: 0.8em;
	font-weight: 400;
}

#offer_form .sec04 .nett {
	margin: -10px 0 10px 0;
	padding: 0;
	color: rgb(255, 255, 255);
	font-size: 0.8em;
	font-weight: 400;
}

#offer_form .sec04 h4 {
	margin: 0;
	padding: 5px 3px;
	color: rgb(255, 255, 255);
	font-weight: 700;
} 

#offer_form .sec04 h4 span {
	margin: 0;
	padding: 0;
	color: rgb(255, 255, 255);
	font-size: 0.8em;
	font-weight: 400;
}

#offer_form .sec04 p {
	margin: 0;
	padding: 0;
	color: rgb(255, 255, 255);
} 


#offer_form .sec05 H2 {
	margin: 50px 0 20px 0;
	padding: 5px 3px;
	color: rgb(107, 107, 107);
	font-weight: 700;
}  

#offer_form .sec05 img {
	width: 100%;
	padding: 0;
	margin: 0;
} 


#offer_form .sec06 H2 {
	margin: 50px 0 20px 0;
	padding: 5px 3px;
	color: rgb(107, 107, 107);
	font-weight: 700;
} 


button#osubmit {
    overflow: hidden;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: Jeko-Bold;
    position: relative;
    background-color: rgb(0, 0, 0);
    width: 180px;
    height: 60px;
    border: none;
    border-radius: 20px;
    z-index: 5;
    cursor: pointer;
    padding: 0px 20px;
}
  @media (max-width: 992px) {
		button#osubmit {
			font-size: 2em;
			margin-top: 20px;
			margin-bottom: 40px;
			padding: 20px 70px;
		}
  }


#offer_form .footer img {
	margin: 40px 0;
	padding: 0;
	width: 100%;
	height: auto;
}   




/*TIMELINE*/

.timeline-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  height: 120px;
}

.timeline-wrapper .middle-line {
  position: absolute;
  width: 80%;
  height: 2px;
  top: 70%;
  transform: translateY(-50%);
  transform: translateX(10%);
  background: #d9d9d9;
}

.box {
  width: 21%;
  position: relative;
  min-height: 120px;
  float: right;
}

.box .date {
  position: absolute;
  top: 70%;
  left: 0px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #d9d9d9;
}

.date p {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 1.2em;
  color: rgb(131, 193, 187);
}

.box .box-content {
  border-radius: 5px;
  border: 1px solid rgb(131, 193, 187);
  background-color: #ffffff;
  width: 150px;
  position: absolute;
  left: -50px;
  padding: 10px 15px;
  bottom: 75px;
}
.box-content p {
  margin: 0;
  color: rgb(131, 193, 187);
  font-size: 18px;
  text-align: center;
}

.box-bottom .box-content {
  top: 45%;
}

.box-content::before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
}

.box-bottom .box-content::before {
  border-bottom-color: rgb(131, 193, 187);
  top: -20px;
}
.box-top .box-content::before {
  border-top-color: rgb(131, 193, 187);
  bottom: -20px;
}





/*Pandadoc frame*/

.panda {
	position: relative;
	max-width: 1320px;
	height: 120%;
	margin-left: auto;
	margin-right: auto;
}



/*PayU*/

.sumbutarea {
	padding: 20px;
	border: none;
	margin-top: 50px;

}

.sumbut {
    overflow: hidden;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: Jeko-Bold;
    position: relative;
    background-color: rgb(0, 0, 0);
    width: 180px;
    height: 60px;
    border: none;
    border-radius: 20px;
    z-index: 5;
    cursor: pointer;
    padding: 10px 20px;
    text-decoration: none;
}

.contene {
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
}


/*MENU top bottom*/
#menu_top {
	min-height: 100px;
  padding: 20px 80px;
  width: 100%;
	background-color: rgb(244, 244, 244);
}

#menu_top img {
	width: 200px;
	height: auto;
}


#menu_bottom {
	min-height: 100px;
  width: 100%;
	background-color: rgb(255, 255, 255);
}

#menu_bottom .round_bla {
	height: 400px;
	background-color: rgb(0, 0, 0);
	border-radius: 0 80px 0 0;
	margin-top: 70px;
	margin-right: 15px;	
	padding-top: 30px;
}

#menu_bottom img {
	width: 142px;
	height: auto;
}

#menu_bottom .policy {
	display: flex;
	align-self: center;
	justify-content: flex-end;
}




#succ {
	min-height: 50vh;
}