.wrapper {
    margin-left:10%;
	width: 75%;
    height: 140vh;
	background-color: #fff;
	box-shadow: 0 0 10px #000;
    color:#000;
}
.top {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	height: 100px;
	background-color: #eb2f00;
	text-transform: uppercase;
}
.top p {
	margin-top: 5px;
}
.bottom {
	padding: 40px 20px;
}
label {
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
}
input,
select {
	margin-bottom: 25px;
	padding: 9px 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid rgb(185, 185, 185);
}
input[type=submit], input[type=reset] {
	display: block;
	margin: 20px auto;
	padding: 10px 5px;
	width: 60%;
	font-size: 24px;
	border-radius: 8px;
	color: #fff;
	background-color: #ba0600;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s;
}
.cout:hover {
	background-color: rgb(0, 168, 59);
}
.cost-info {
	display: none;
	margin-top: 30px;
	font-size: 20px;
}
.cost {
	font-weight: bold;
}
.error {
    font-size: 18px;
    color:rgb(199,63,29);
    text-align: center;
}
.contactForm p {
    text-align: center;
    margin-top:10%;
}
.contactForm a {
    text-decoration: none;
    color:white;
   padding-top:5%;
  margin-left: 30%;
}
.ofertOne p {
	font-size: 18px;
}
.ofertOne ul {
	margin-top:5%;
}
.ofertOne li{
	font-size: 12px;
}
.textTwo {
	margin-left:10%;
	margin-right: 10%;
	text-align: justify;

}