/* folha de estilos customizada da pagina termos */

/* imports styles*/

@import "./style.css";

/* seções */

.header-termos {
	height: auto !important;
    margin-top: 50px;
}

.section-termos {
    background-color: #eee;
    padding: 50px 0px;
}

.content-partials {
    padding: 50px 0px;
}

.termos-title {
    color: var(--base-color-quaternary);
    background: -webkit-linear-gradient(
		left,
		var(--base-color-quaternary) 40%,
		var(--base-color-secondary) 59%
	);
	background: -moz-linear-gradient(left, #f6be00 40%, #ff5e00 59%);
	background: -ms-linear-gradient(left, #f6be00 40%, #ff5e00 59%);
	background: -o-linear-gradient(left, #f6be00 40%, #ff5e00 59%);
	background: linear-gradient(left, #f6be00 40%, #ff5e00 59%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: bold;
}

.termos-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    line-height: 28px;
}

.list-content li {
    font-size: 14px;
    color: #888;
}



@media screen and (max-width: 480px) {
	/*  */
}
