.tahoma {
	font-family: 'Tahoma' !important;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

*:not(.fa) {
	font-family: 'Roboto', sans-serif;
}

.top-header {
	background-color: #000;
	padding: 8.66666667px;
}

.top-header * {
	color: #fff;
}

.top-header ul {
	margin: 0;
	text-align: right;
	font-family: 'Tahoma' !important;
}

.top-header ul li {
	display: inline-block;
	margin: 0 0 0 20px;
	font-size: .7em;
}

.top-header ul li a {
	font-size: 1.1em;
}

.top-header ul li a:before {
	content: "•";
	margin-right: 5px;
}

.top-header ul li ul {
	display: inline;
}

.top-header ul li ul li {
	margin: 0;
}

.top-header ul li ul li a {
	display: block;
	font-size: 1.3em;
}

.top-header ul li ul li a:before {
	content: "";
}
.height-label {
	height: 50px;
	display: flex;
	align-items: center;
}

.get-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#890e20+0,9b4388+100 */
	background: #890e20;
	/* Old browsers */
	background: -moz-linear-gradient(left, #890e20 0%, #9b4388 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #890e20 0%, #9b4388 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #890e20 0%, #9b4388 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#890e20', endColorstr='#9b4388', GradientType=1);
	/* IE6-9 */
	padding: 26px;
	text-align: right;
}

.get-bg * {
	color: #fff;
}

.get-bg a:hover {
	color: #fff;
}

.get-bg .call dt {
	font-weight: 400;
	margin: 0;
	font-size: .9em;
}

.get-bg .call dt:before {
	content: "\f075";
	font-family: 'FontAwesome';
	margin-right: 5px;
}

.get-bg .call dd {
	font-size: 1.9em;
	margin: 0;
}

.get-bg .tel dt {
	font-weight: 400;
	margin: 0;
	font-size: .9em;
}

.get-bg .tel dd {
	font-size: 1.6em;
	margin: 0;
}

.get-bg .tel dd span {
	font-size: .5em;
}

.get-bg .time {
	list-style: none;
}

.get-bg .time li {
	font-size: .7em;
}

.get-bg nav ul {
	margin: 26px 0 0;
}

.get-bg nav ul li {
	display: inline-block;
	margin-left: 2px;
}

.get-bg nav ul li a {
	display: block;
	padding: 5px 10px;
}

.get-bg nav ul li a:hover {
	color: #d5d5d5;
}

.get-bg nav ul li.detail a {
	border: 1px solid #fff;
	border-radius: 8px;
	transition: background-color ease 0.3s, color ease 0.3s;
}

.get-bg nav ul li.detail a:hover {
	background-color: #fff;
	color: #890e20;
}

.internal-content h1 {
	font-size: 4em;
	font-weight: 800;
	color: #000;
	margin: 52px 0;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.internal-content h1 {
		font-size: 2em;
	}
}

@media only screen and (max-width: 40em) {
	.internal-content h1 {
		font-size: 1.7em;
	}
}

.internal-content h2 {
	font-size: 3em;
	font-weight: 800;
	color: #000;
	margin: 52px 0;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.internal-content h2 {
		font-size: 1.9em;
	}
}

@media only screen and (max-width: 40em) {
	.internal-content h2 {
		font-size: 1.5em;
	}
}

.internal-content p {
	font-size: 1em;
	text-align: justify;
}

.internal-content a {
	color: #890e20;
}

.internal-content .block {
	display: inline-block;
	padding: 15px 20px;
	font-size: 1.3em;
	border-radius: 5px;
	transition: transform ease .3s;
	margin-bottom: 52px;
}

.internal-content .block:hover {
	transform: scale(1.1);
}

.internal-content .pink {
	background-color: #9d468a;
	color: #fff;
}

.internal-content .cotacao {
	margin: 52px 0;
}

.internal-content .cotacao h3 {
	font-size: 5em;
	font-weight: 800;
	color: #000;
}

@media only screen and (max-width: 40em) {
	.internal-content .cotacao h3 {
		font-size: 3em;
	}
}

.internal-content .cotacao h4 {
	font-size: 2.5em;
	color: #000;
}

@media only screen and (max-width: 40em) {
	.internal-content .cotacao h4 {
		font-size: 2em;
	}
}

.internal-content .cotacao .block {
	font-size: 2.2em;
}

@media only screen and (max-width: 40em) {
	.internal-content .cotacao .block {
		font-size: 1.8em;
	}
}

.internal-content .cotacao .block:hover {
	box-shadow: 0px 0px 2px #000;
}

.internal-content .buttons-icons li figure {
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	margin: 0;
	text-align: center;
	transition: border-color ease 0.3s, box-shadow ease 0.3s;
}

.internal-content .buttons-icons li figure:hover {
	border-color: #890e20;
	box-shadow: 0px 0px 8px #9d468a;
}

.internal-content .buttons-icons li figure figcaption {
	padding: 10px;
	font-weight: 800;
	display: block;
	min-height: 4.5em;
}

.internal-content .small-calls a {
	display: block;
	border: 1px solid #c8c8c8;
	padding: 15px;
	border-radius: 3px;
	text-align: center;
	transition: border-color ease 0.3s, box-shadow ease 0.3s;
}

.internal-content .small-calls a span {
	font-size: 2em;
	font-weight: 800;
}

.internal-content .small-calls a span:after {
	content: "\A";
	white-space: pre;
}

.internal-content .small-calls a:hover {
	border-color: #890e20;
	box-shadow: 0px 0px 8px #9d468a;
}

.main-content .banner {
	padding: 52px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+79,cccccc+79,cccccc+80,ffffff+80,ffffff+100 */
	background: #f2f2f2;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 75%, #cccccc 75%, #cccccc 75.3%, #ffffff 75.3%, #ffffff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 75%, #cccccc 75%, #cccccc 75.3%, #ffffff 75.3%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 75%, #cccccc 75%, #cccccc 75.3%, #ffffff 75.3%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

@media only screen and (max-width: 40em) {
	.main-content .banner {
		background: #f2f2f2;
		/* Old browsers */
		background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 76%, #cccccc 76%, #cccccc 76.3%, #ffffff 76.3%, #ffffff 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 76%, #cccccc 76%, #cccccc 76.3%, #ffffff 76.3%, #ffffff 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 76%, #cccccc 76%, #cccccc 76.3%, #ffffff 76.3%, #ffffff 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
		/* IE6-9 */
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.main-content .banner {
		background: #f2f2f2;
		/* Old browsers */
		background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 75%, #cccccc 75%, #cccccc 75.3%, #ffffff 75.3%, #ffffff 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 75%, #cccccc 75%, #cccccc 75.3%, #ffffff 75.3%, #ffffff 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 75%, #cccccc 75%, #cccccc 75.3%, #ffffff 75.3%, #ffffff 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
		/* IE6-9 */
	}
}

.main-content .banner h1 {
	font-weight: 800;
	font-size: 5em;
	color: #000;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.main-content .banner h1 {
		font-size: 3em;
	}
}

@media only screen and (max-width: 40em) {
	.main-content .banner h1 {
		font-size: 3em;
	}
}

.main-content .banner h2 {
	font-size: 3em;
	color: #000;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.main-content .banner h2 {
		font-size: 2em;
	}
}

@media only screen and (max-width: 40em) {
	.main-content .banner h2 {
		font-size: 1.5em;
	}
}

.main-content .banner .block {
	display: inline-block;
	color: #000;
	border: 1px solid #000;
	padding: 15px 20px;
	font-size: 1.3em;
	border-radius: 5px;
	transition: background-color ease 0.3s, border-color ease 0.3s, color ease 0.3s;
}

.main-content .banner .block:hover {
	background-color: #890e20;
	color: #fff;
	border-color: #890e20;
}

.main-content .commom h2 {
	font-size: 4.5em;
	font-weight: 800;
	color: #000;
	line-height: 60px;
	margin: 26px 0 52px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.main-content .commom h2 {
		font-size: 3.5em;
		line-height: 40px;
	}
}

@media only screen and (max-width: 40em) {
	.main-content .commom h2 {
		font-size: 3em;
		line-height: 40px;
	}
}

.main-content .commom h2 span {
	font-weight: 400;
	font-size: .60em;
}

.main-content .commom h2 span:before {
	content: "\A";
	white-space: pre;
}

.main-content .commom h3 {
	font-size: 3em;
	color: #000;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.main-content .commom h3 {
		font-size: 2.5em;
	}
}

@media only screen and (max-width: 40em) {
	.main-content .commom h3 {
		font-size: 1.5em;
	}
}

.main-content .commom h3 span:before {
	content: "\A";
	white-space: pre;
}

.main-content .commom figure {
	margin: 0;
}

.main-content .commom figure img {
	margin: auto;
}

.main-content .commom .block {
	display: inline-block;
	padding: 15px 20px;
	font-size: 1.3em;
	border-radius: 5px;
	transition: transform ease .3s;
	margin-bottom: 52px;
}

.main-content .commom .block:hover {
	transform: scale(1.1);
}

.main-content .commom .pink {
	background-color: #9d468a;
	color: #fff;
}

.main-content .commom .get-margin {
	margin: 52px 0;
}

footer.show-for-large-up {
	background-color: #f2f2f2;
	padding: 104px 0;
}

footer.show-for-large-up * {
	color: #000;
}

footer.show-for-large-up .call dt {
	font-weight: 400;
	margin: 0;
	font-size: .9em;
	text-align: right;
}

footer.show-for-large-up .call dt:before {
	content: "\f075";
	font-family: 'FontAwesome';
	margin-right: 5px;
}

footer.show-for-large-up .call dd {
	font-size: 1.9em;
	margin: 0;
	text-align: right;
}

footer.show-for-large-up .tel dt {
	font-weight: 400;
	margin: 0;
	font-size: .9em;
	text-align: right;
}

footer.show-for-large-up .tel dd {
	font-size: 1.6em;
	margin: 0;
	text-align: right;
}

footer.show-for-large-up .tel dd span {
	font-size: .5em;
}

footer.show-for-large-up .time {
	list-style: none;
	text-align: right;
}

footer.show-for-large-up .time li {
	font-size: .7em;
}

footer.show-for-large-up nav ul {
	margin: 26px 0 0;
	text-align: right;
}

footer.show-for-large-up nav ul li {
	display: inline-block;
	margin-left: 20px;
}

@media only screen and (max-width: 64em) {
	footer.show-for-large-up nav ul li {
		display: block;
	}
}

footer.show-for-large-up nav ul li a {
	display: block;
	padding: 5px 10px;
}

footer.show-for-large-up nav ul li a:hover {
	color: #890e20;
}

footer.show-for-large-up nav ul li.detail a {
	border: 1px solid #fff;
	border-radius: 8px;
	transition: background-color ease 0.3s, color ease 0.3s;
}

footer.show-for-large-up nav ul li.detail a:hover {
	background-color: #fff;
	color: #890e20;
}

footer.show-for-medium-down {
	padding: 52px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#890e20+0,9b4388+100 */
	background: #890e20;
	/* Old browsers */
	background: -moz-linear-gradient(left, #890e20 0%, #9b4388 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #890e20 0%, #9b4388 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #890e20 0%, #9b4388 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#890e20', endColorstr='#9b4388', GradientType=1);
	/* IE6-9 */
}

footer.show-for-medium-down dl {
	text-align: right;
	color: #fff;
}

footer.show-for-medium-down dl.wpp dt {
	font-weight: 400;
	font-size: .9em;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	footer.show-for-medium-down dl.wpp dd {
		font-size: 2.5em;
	}
}

@media only screen and (max-width: 40em) {
	footer.show-for-medium-down dl.wpp dd {
		font-size: 2em;
	}
}

footer.show-for-medium-down dl.wpp dd a:before {
	content: "\f232";
	font-family: "FontAwesome";
	margin-right: 5px;
}

footer.show-for-medium-down dl.tel dt {
	font-size: 1em;
	font-weight: 400;
}

footer.show-for-medium-down dl.tel dt:before {
	content: "\f095";
	font-family: "FontAwesome";
	margin-right: 5px;
}

footer.show-for-medium-down dl.tel dd {
	font-size: 1.7em;
}

footer.show-for-medium-down dl.tel dd span {
	font-size: .5em;
}

footer.show-for-medium-down dl.tel dd span span {
	font-size: .8em;
}

footer.show-for-medium-down dl.tel dd.time {
	font-size: .8em;
}

footer.show-for-medium-down dl.tel dd.time:before {
	content: "\f017";
	font-family: "FontAwesome";
	margin-right: 5px;
}

footer.show-for-medium-down img {
	max-width: 100px;
	margin: auto;
	display: block;
}

footer.show-for-medium-down a {
	display: block;
	margin: 20px 0 40px;
	color: #fff;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	footer.show-for-medium-down a {
		font-size: 2em;
	}
}

@media only screen and (max-width: 40em) {
	footer.show-for-medium-down a {
		font-size: 1.2em;
	}
}

.devby p {
	margin: 0;
	padding: 10px 0;
}

.devby p i {
	color: #ff0000;
}

.devby p a {
	font-weight: 800;
	color: #000;
}

.tab-bar {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#890e20+0,9b4388+100 */
	background: #890e20;
	/* Old browsers */
	background: -moz-linear-gradient(left, #890e20 0%, #9b4388 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #890e20 0%, #9b4388 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #890e20 0%, #9b4388 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#890e20', endColorstr='#9b4388', GradientType=1);
	/* IE6-9 */
	height: 88px;
}

.tab-bar img {
	margin: 5px 0;
}

.tab-bar a {
	height: 88px;
	display: block;
}

.tab-bar a i {
	margin-top: 25px;
	color: #fff;
	font-size: 2em;
}

.left-small {
	border: 0px;
}

.left-small .left-off-canvas-toggle {
	color: #fff;
	font-size: 2em;
	display: block;
	margin: 22px 40px 0 40px;
}

.left-off-canvas-menu {
	background-color: #000;
}

.left-off-canvas-menu ul,
.left-off-canvas-menu dl {
	margin-right: 1.1rem;
	color: #fff;
}

.left-off-canvas-menu .operadoras li {
	margin-bottom: 40px;
	font-size: 1.5em;
}

.left-off-canvas-menu .operadoras li img {
	max-width: 80px;
}

.left-off-canvas-menu .operadoras li span {
	font-size: .7em;
}

.left-off-canvas-menu li {
	display: block;
}

.left-off-canvas-menu li a {
	display: block;
	padding: 10px 10px;
	color: #fff;
}

.left-off-canvas-menu li a.button {
	background-color: #9d468a;
}

.left-off-canvas-menu li a.button:before {
	content: "\f040";
	font-family: "FontAwesome";
	margin-right: 10px;
}

.left-off-canvas-menu li li {
	display: inline-block;
}

.left-off-canvas-menu .wpp dt {
	font-size: .8em;
	font-weight: 400;
}

.left-off-canvas-menu .wpp dd {
	font-size: 1.8em;
}

.left-off-canvas-menu .wpp dd:before {
	content: "\f232";
	font-family: "FontAwesome";
	margin-right: 5px;
}

.left-off-canvas-menu .wpp dd span {
	font-size: .8em;
}

.left-off-canvas-menu .tel dt {
	font-size: .8em;
	font-weight: 400;
}

.left-off-canvas-menu .tel dt:before {
	content: "\f095";
	font-family: "FontAwesome";
	margin-right: 5px;
}

.left-off-canvas-menu .tel dd {
	font-size: 1.5em;
	margin: 0;
}

.left-off-canvas-menu .tel dd:last-child {
	font-size: .7em;
}

.left-off-canvas-menu .tel dd:last-child:before {
	content: "\f017";
	font-family: "FontAwesome";
	margin-right: 5px;
}

.left-off-canvas-menu .inline-list {
	margin: 0 1.1em;
}

.left-off-canvas-menu .inline-list li {
	margin: 0;
}

.left-off-canvas-menu .inline-list li a {
	font-size: 2em;
}

.get-padding {
	padding: 10%;
}

.mybreadcrumbs {
	list-style: none;
	text-align: right;
	margin: 13px 0;
}

.mybreadcrumbs li {
	display: inline-block;
	font-size: .7em;
}

.mybreadcrumbs li:not(:last-child):after {
	content: " / ";
}

.mybreadcrumbs li:first-child:before {
	content: "você está em: ";
}

.mybreadcrumbs li a {
	color: #000;
}

.mybreadcrumbs li a:hover {
	color: #890e20;
}

form {
	text-align: center;
}

form fieldset {
	text-align: left;
}

form button {
	background-color: #9d468a;
	color: #fff;
	font-size: 2.2em;
	border-radius: 5px;
	transition: transform ease 0.3s, box-shadow ease 0.3s;
}

form button:hover {
	box-shadow: 0px 0px 2px #000;
	background-color: #9d468a;
	transform: scale(1.1);
}
.dual-list{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    list-style: none;
}
.dual-list li{
	margin-bottom: 10px;
}
.themenu{
	margin-top: 52px;
	list-style: none;
}
.themenu li{
	border-bottom: 1px dotted #c7c7c7;
	margin-bottom: 10px;
}

form.news {
	text-align: left;
}
form.news button {
	color: #fff;
	font-size: .9em;
	float: right;
	padding: 10px 15px;
}