[page=termos] *{
	font-family: verdana;
}

[page=termos] .termos-voltar{
	position: fixed;
	top: 0px;
	width: 100%;
	color: #fff;
	height: 40px;
	text-align: center;
	display: table;
	background: #1ebb90;
	cursor: pointer;
}


[page=termos] .termos-voltar > div{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.1em;
}

[page=termos] body{
	margin: 0px;
	height: 100vh;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	align-content: center;
	/*background: url('j7.jpg');*/
	background-size: 812px;
	background-position: center;
	background-repeat: no-repeat; 
}

[page=termos] .termos-main-title{
	margin-top: 5px;
}

[page=termos] ::-webkit-scrollbar {
    width: 10px;
    border-radius: 5px;
}

/* Track */
[page=termos] ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 5px;
}

/* Handle */
[page=termos] ::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 5px;
}

/* Handle on hover */
[page=termos] ::-webkit-scrollbar-thumb:hover {
    background: #555; 
    border-radius: 5px;
}


[page=termos] .termos-main-container{
	max-width: 1280px;
	/*height: 654px;*/
	margin: 0 auto;
	/*border: 1px solid #000;*/
	overflow: auto;
	background: #fff;
	margin-top: 50px;
	border-radius: 5px;
}

[page=termos] h3{
	font-size: 2em;
	text-align: center;
}

[page=termos] ol .termos-title{
	-webkit-margin-start: -40px;
	margin-left: -40px;
}

[page=termos] .termos-green-bg{
	background: #1ebb90!important;
}

[page=termos] .termos-title{
	padding: 5px;
	color: #fff;
	font-size: 1.5em;
	background: #1ebb90;
	text-align: center;
	font-weight: bold;
}

[page=termos] .termos-sub-title{
	color: #000;
	font-weight: bold;
	font-size: 1.05em;
	text-align: center;
}

[page=termos] .termos-green-color-text{
	color: #30aa30;
}

[page=termos] .termos-default-text{
	text-align: center;
}

[page=termos] .termos-bigger-text1{
	text-align: center;
	font-size: 1.2em;
}

[page=termos] .termos-bigger-text{
	text-align: center;
	font-size: 1.4em;
}

[page=termos] .termos-bold-text{
	font-weight: bold;
}

[page=termos] .termos-logo{
	width: 130px;
	vertical-align: middle;
}

[page=termos] .termos-valores-table{
	width: 100%;
}

[page=termos] .termos-valores-table td{
	margin: 0px;
	font-size: .8em;
	border: 1px solid #ccc;
	padding: 10px 2px;
}

[page=termos] td.termos-table-bigger-text{
	font-size: 1.2em;
}

[page=termos] .termos-form label{
    width: calc(100% - 3rem - 1.5rem)!important;
}


@media only screen and (min-width: 481px) {

	[page=termos] *{
		font-size: 1.05em;
	}

	[page=termos] .termos-valores-table td{
		font-size: 1.2em;
	}

	[page=termos] td.termos-table-bigger-text{
		font-size: 1.5em;
	}

	[page=termos] .termos-main-title{
		font-size: 3.2em;
	}

	[page=termos] .termos-form{
		width: 55%;
		margin: 0 auto;
		margin-bottom: 250px;
	}

	[page=termos] .termos-form button.termos-btn{
		width: 100%;
		padding: 20px;
		height: auto;
		font-size: 1.5em;
	}

	[page=termos] .termos-form button.termos-btn i{
		font-size: 1.8em;
	}

}