@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
*{
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-family:'Roboto', sans-serif;

}
nav ul, nav, .ul-group,footer,.ul-group{
	display: flex;
}
nav{
	height:103px;
	line-break: 103px;
	padding:0 20px 0 50px;
	align-items: center;
	background: #185b2e;
}
ul{
	list-style: none;
}
.brand img{
	height: 33px;
}
#unNav{
	margin: auto;
	margin-left: 5%;
	width: 75%;
	line-height: 35px;
	justify-content: space-between;
}
#unNav li a{
	color: #FFF;
	text-decoration: none;
}
.btn-telepase{
	display: block;
	background:#7cc35b;
	width: 165px;
	border-radius: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}
#banner{
	position: relative;
	text-align: center;
}
#banner h1{
	margin: auto;
	text-align: center;
	position: relative;
	margin-top: 180px;
	font-weight: normal;
	font-size: 29px;
	color: #0f0f0f;
	margin-bottom: 15px;
}
#banner p{
	font-size: 30px;
	color: #185b2e;
	margin-bottom:20px;
}
.main-buttons-page{
	display: flex;
	margin-bottom: 20px;
	justify-content: center;
}
.btn-page{
	display: block;
	padding: 0px 25px;
	background:#7cc35b;
	color: #FFF;
	font-size: 17px;
	margin: 0 5px;
	text-decoration: none;
	height: 47px;
	line-height: 47px;
	border-radius: 47px;
}
#about{
	width:100%;
	margin-top:70px;
	padding: 50px;
}
#about h2{
	font-size: lighter !important;
	margin-bottom:40px;
}
#about h2 span{
	font-style: oblique;
	color: #185b2e;
	font-weight:bolder !important;
}
.ul-group {
	justify-content: space-between;
}
.ul-group ul{
	width: 33%;
	margin:0 5px;
}
.ul-group ul li h3{
	color: #7cc35b;
	font-weight:normal;
	font-size: 24px;
}
.ul-group ul li{
	font-size: 20px;
	color: #0f0f0f;
	margin-bottom: 15px;
}
.ul-group ul li a{
	color: #185b2e;
}
footer::before{
	content:'';
	position: absolute;
	width:70%;
	height: 170px;
	background: url(img/footer-c.png) center center;
	bottom: calc(100% - 22px);
	background-size: contain;
	background-repeat: no-repeat;
}
footer{
	background: #262626;
	position: relative;
	color: #FFF !important;
	flex-wrap: wrap;
	padding:50px;
	margin-top: 110px;
}
footer img{
	height: 28px;
}
footer .w-100{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	border-top: 1px solid silver;
	padding: 20px;
}
footer ul li a{
	color: #fff;
	font-size: 22px;
	text-decoration: none;
}
footer ul {
	margin-left:auto ;
	margin-right: 0;
	right: 250px;
	position: relative;
}
.buttons-footer{
	position: absolute;
	right: 0;
	display: flex;
}
footer ul li h3{
	font-size: 30px;
	font-weight: normal;
}
footer ul li {
	margin: 5px;
	font-weight: lighter;
}
.back{
	display: block;
	margin-left: auto;
	color: #FFF;
	text-decoration: none;
}
.registro-telepase{
	position: relative;
	display: flex;
	height: 80vh;
	min-height: 650px;
}
.registro-telepase form{
	width: 422px;
	padding: 30px;
}
.registro-telepase form h3{
	font-size: 26px;
	margin-bottom: 15px;
}
.registro-telepase form p{
	font-size: 18px;
	margin-bottom: 15px;
}
.registro-telepase form div input,
.registro-telepase form label,
.registro-telepase form select{
	width: 100%;
	height: 39px;
	outline: none;
	border:none;
}
.registro-telepase form select{
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
}
.field-controls{
	margin-bottom: 10px;
}
.registro-telepase form div input{
	padding: 0 25px;
	border-bottom: 1px solid silver;
}
.img-regiter{
	width: calc(100% - 422px);
	height: 100%;
	background: #f1f1f1;
	background-size: contain;
	padding: 50px;
}
.registrate-btbt{
	font-size: 25px;
	border: none;
	margin-top: 15px;
	width: 100%;
}
.registro-telepase form a{
	color: #7cc35b	 ;
}
button{
	cursor: pointer;
}
@media (max-width:680px){
	nav ul {
		display: none;
	}
	.main-buttons-page{
		flex-direction: column;
		width:240px;
		margin: auto;
	}
	.main-buttons-page a{
		margin-bottom: 15px;
	}
	footer ul,footer .buttons-footer {
		display: none;
	}
	.ul-group{
		flex-direction: column;
	}
	.ul-group ul{
		width: 100%;
	}
	#banner img{
		width: 100%;
		height: 300px;
		object-fit: contain;
	}
	.img-regiter{
		display: none;
	}
	.registro-telepase form{
		width:100%;
	}
}