html{
	scroll-behavior: smooth;
}
body{
	font-family: 'Inter', sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
#login{
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url('../images/line.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	background-color: #003333;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
	.login-form{
		padding: 25px;
	}
	h2#logo{
	    position: absolute;
	    top: 50px;
	    left: 50px;
	}
	.login-form form {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: flex-start;
	}
		.login-form h4{
			font-style: normal;
			font-weight: 400;
			font-size: 20px;
			line-height: 24px;
			color: #FFFFFF;
		}
		.input-form, .input-form:active, .input-form:focus{
			display: inline-block;
			width: 100%;
			height: 50px;
			padding: 5px 20px;
			background-color: #001F1F;
			border: 0;
			color: #FFF;
			margin-bottom: 25px;
			outline: 0;
			border-radius: 5px;
			font-family: 'Inter', sans-serif;
		}
		.login-button{
			display: inline-block;
			width: 100%;
			height: 50px;
			padding: 5px 20px;
			background-color: #06C263;
			font-family: 'Inter', sans-serif;
			font-size: 16px;
			color: #FFF;
			border: 0;
			border-radius: 5px;
			cursor: pointer;
		}
		.login-form a{
			display: inline-block;
			width: 100%;
			font-size: 13px;
			color: #06C263;
			text-decoration: none;
			margin-top: 20px;
		}
		.pass-container{
			position: relative;
    		width: 100%;
		}
		.eye{
			position: absolute;
			top: 10px;
			right: 5px;
			cursor: pointer;
		}

#header{
	position: fixed;
	width: calc(100% - 10em);
	padding: 20px 5em;
	background-image: url('../../images/line.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	background-color: #003333;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 2;
}
	#header h1 img{
		display: inline-block;
	}
#menu{
	float: right;
}
	#menu ul{
		display: flex;
		list-style: none;
		padding: 0;
		margin: 0;
	}
		#menu ul li{
			margin: 0 25px;
		}
			#menu ul li a{
				color: #FFF;
				text-decoration: none;
				font-weight: 500;
				font-size: 18px;
				line-height: 18px;
			}
.h3{
	font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #06C263;
}
#para-vos, #para-cliente{
	padding: 2em 5em;
	margin-top: 5em;
	scroll-margin-top: 2.5em;
}
	#para-vos form, #para-cliente form{
		display: flex;
		flex-direction: column;
	}
		#para-vos label, #para-cliente label{
			display: inline-block;
			width: 15%;
		    font-weight: 600;
		    font-size: 21px;
		    text-transform: uppercase;
		}
		#para-vos form input, #para-cliente form input{
			display: inline-block;
		    width: 80%;
		    height: 50px;
		    padding: 5px 20px;
		    border-color: #001F1F;
		    color: #001F1F;
		    margin-bottom: 25px;
		    outline: 0;
		    border-radius: 5px;
		    font-family: 'Inter', sans-serif;
		    font-size: 18px;
		}
			#para-vos form input[type="number"], #para-cliente form input[type="number"]{
				width: 100px;
				text-align: center;
			}
			#para-vos form .btn-primary, #para-cliente form .btn-primary{
			    display: inline-block;
			    width: 50%;
			    height: 50px;
			    padding: 5px 20px;
			    background-color: #06C263;
			    font-family: 'Inter', sans-serif;
			    font-size: 16px;
			    color: #FFF;
			    border: 0;
			    border-radius: 5px;
			    cursor: pointer;
			}
.h3 .btn-primary{
	float: right;
	padding: 5px 20px;
	background-color: #06C263;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #FFF;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
}
ul.items{
    list-style: none;
    padding: 0;
    margin: 25px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
}
	ul.items li{
	    display: flex;
	    align-items: center;
	    width: 50%;
	    margin-bottom: 5px;
	}
		ul.items  li a{
			display: flex;
		    align-items: center;
		    padding: 10px;
		    font-weight: 500;
		    font-size: 18px;
		    line-height: 16px;
		    color: #003333;
		    text-decoration: none;
		}

.svg-icon {
  width: 1em;
  height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #ff0000;
}

.svg-icon circle {
  stroke: #ff0000;
  stroke-width: 1;
}
	.svg-icon.green path,
	.svg-icon.green polygon,
	.svg-icon.green rect {
	  fill: #06C263;
	}

	.svg-icon.green circle {
	  stroke: #06C263;
	  stroke-width: 1;
	}

.modal-dialog{
	max-width: 800px;
}
.form-control{
	margin-bottom: 15px;
}

.navbar {
    font-family: "Roboto";
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 100px;
    padding: 0 32px !important;
    background-color: #003333;
}
	.logo-inviu {
		width: 300px;
		height: auto;
		border-radius: 4px;
	}
	.navigation {
		display: none;
		cursor: pointer;
	}

	.navbar-links {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 16px;
		font-size: 14px;
	}
		.navbar-links a {
			color: #FFFFFF;
			text-decoration: none;
		}
		.separador-navbar {
			width: 1px;
			height: 36px;
			background-color: #FFFFFF;
		}

		.options {
			font-family: "Roboto";
			display: flex;
			justify-content: space-evenly;
			max-width: 100%;
			/*height: 200px;*/
			padding: 50px 0;
			background-color: #FFFFFF;
		}
		.option-container {
			width: 180px;
			height: 180px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			gap: 12px;
			background-color: #FFFFFF;
			border-radius: 4px;
			filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
			text-decoration: none;
			transition: all 300ms;
		}
			.option-container:hover {
				transform: scale(1.1);
			}
		.option-img {
			width: 90px;
			height: 90px;
			border-radius: 4px;
		}
		.option-container span {
			font-size: 16px;
			color: #06C263;
			text-decoration: none;
		}