@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Roboto+Mono:wght@100&family=VT323&family=Ysabeau+SC:wght@600&display=swap');
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background-color: #1e1d23;
	font-size: 24px;
	height: 100vh;
}
.main {
	margin-top: 15%;
	text-align: center;
}
.main h3 {
	font-family: 'Roboto Mono', monospace;
	font-size: 30px;
}
.main p {
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
}
.main li {
	font-size: 12px;
	text-align: justify;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
	margin: 2px auto;
}
.main span {
	font-size: 45%;
	width: 25%;
	margin-right: 20vh;
	text-align: justify;
}
.main ul {
	margin-left: 20%;
	margin-top: 10%;
}
.socialMedia h4 {
	font-family: 'Ysabeau Office', sans-serif;
	font-size: 18px;
	margin-top: 90%;
	text-align: center;
}
.icons {
	text-align: center;
}
.fa-phone,
.fa-envelope,
.fa-user,
.fa-facebook {
	color: white;
}
.top {
	margin-top: 8%;
}
.logo {
	margin-top: 2%;
	width: 30%;
	height: 10%;
}
.menu {
	height: 30vh;
	top: -350px;
	padding-top: 5%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.164);
	transition: transform 0.3s;
}
.menu a {
	color: rgb(253, 253, 253);
	text-decoration: none;
	font-family: 'Ysabeau SC', sans-serif;
	margin-left: 3%;
}
.menuBtn {
	top: 0;
	left: 0;
	padding: 10px 20px;
	font-size: 36px;
	background: none;
	border: none;
	cursor: pointer;
	color: #fff;
	transition: transform 0.3s;
}
.activeMenu {
	transform: translateY(10px);
}

.hideMenu {
	display: none;
}
.contact h4,
h3 {
	font-family: 'Roboto Mono', monospace;
	text-align: center;
	margin-top: 10%;
}
.contact p {
	margin-top: 2%;
	text-align: center;
	font-weight: bold;
}
.contact i {
	margin-left: 30%;
}
.ofertOne p{
	font-size:200%;
}