@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600");
@import url(font-awesome.min.css);
@import url(font-animation.css);
@import url(font-evocare.css);
@import url(font-evocare-codes.css);
@import url(font-evocare-embedded.css);
@import url(font-evocare-ie7.css);
@import url(font-evocare-ie7-codes.css);
@import url("https://fonts.googleapis.com/css?family=Lato");

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
		
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
		
	}

	body {
		background: #fff;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body {
		background-color: #0d1217;
		color: #22313F;
	}

	body, input, select, textarea {
		font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: 300;
		line-height: 1.65;
	}

	strong, b {
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	

	h2, h5, h6 {
		font-weight: 700;
		line-height: 1.5;
		margin: 0 0 1em 0;
	}

h1 {
    font-family: Lato;
    font-size: 2em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 29px;
    margin-top: 1em;
    margin-bottom: 1em;
}

h3 {
    font-family: Lato;
    font-size: 1.35em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 22px;
    margin-top: 1em;
    margin-bottom: 1em;
} 

h4 {
    font-weight: 700;
    line-height: 1.5;
    margin: 1em 0 1em 0;
}

p {
    font-family: Lato;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 1em;
    margin-bottom: 1em;
    word-wrap: break-word;
}

blockquote { font-family: Lato; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 29.99px; } 
pre { font-family: Lato; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.57px; }

	

	h2 {
		font-size: 1.75em;
	}

	
	h4 {
		font-size: 1.1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		border-radius: 4px;
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

hr {
    border: 0;
    border-bottom: solid 1px;
    margin: 2em 0;
}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background: #68579B;
		color: #FFF;
		border-radius: 4px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 2.85em;
		line-height: 2.95em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"].active,
		input[type="reset"].active,
		input[type="button"].active,
		button.active,
		.button.active {
			color: #FFF;
			background: #D0A25D;
		}

			input[type="submit"].active:hover,
			input[type="reset"].active:hover,
			input[type="button"].active:hover,
			button.active:hover,
			.button.active:hover {
				color: #FFF;
				background: #D0A25D;
			}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			color: #FFF;
			background: #D0A25D;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		button.alt,
		.button.alt {
			background: none;
			box-shadow: 0 0 0 2px rgba(144, 144, 144, 0.25);
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: rgba(144, 144, 144, 0.075);
				box-shadow: 0 0 0 2px rgba(144, 144, 144, 0.25);
			}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
			padding: 0 2em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}


/* Platforms */
@-moz-keyframes platforms {
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes platforms {
    100% {
        opacity: 1;
    }
}

@-ms-keyframes platforms {
    100% {
        opacity: 1;
    }
}

@keyframes platforms {
    100% {
        opacity: 1;
    }
}

.platforms {
    padding: 3.5em;
    position: relative;
    overflow: hidden;
}

.platforms header {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.platforms footer {
    text-align: center;
    margin-top: 4em;
}

.platforms .content {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.platforms .content .media {
    -moz-animation: platforms 0.75s ease-out 0.4s forwards;
    -webkit-animation: platforms 0.75s ease-out 0.4s forwards;
    -ms-animation: platforms 0.75s ease-out 0.4s forwards;
    animation: platforms 0.75s ease-out 0.4s forwards;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
    width: 25%;
}

.platforms .content .media a {
    display: block;
}

.platforms .content .media img {
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.platforms .content .media:hover img {
    -moz-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}

/* Register */
@-moz-keyframes register {
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes register {
    100% {
        opacity: 1;
    }
}

@-ms-keyframes register {
    100% {
        opacity: 1;
    }
}

@keyframes register {
    100% {
        opacity: 1;
    }
}

.register {
    padding: 3.5em;
    position: relative;
    overflow: hidden;
    color: #68579B;
}

.register .content {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.quemsomos {
    padding: 3.5em;
    position: relative;
    overflow: hidden;
    min-height: 37em;
}


/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.special {
			border: solid 1px rgba(144, 144, 144, 0.25);
			padding: 1em;
		}

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */
ol {
    list-style: decimal;
    margin: 0;
    padding-left: 1em;
}

ul {
    list-style: disc;
    margin: 0;
    padding-left: 1em;
}

dl {
    margin: 0 0 2em 0;
}

dl dt {
    display: block;
    font-weight: 700;
    margin: 0 0 1em 0;
}

dl dd {
    margin-left: 2em;
}

li {
    padding-left: 0.25em;
    font-size: 14px;
    word-wrap: break-word;
}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	section .inner, article .inner {
		padding: 3.5em 0 1.5em 0;
		padding-left: 3.5em;
		padding-right: 3.5em;
	}

	section .columns, article .columns {
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}

		section .columns.double .column, article .columns.double .column {
			width: 48%;
		}



/* Table */
table {
    margin: 0 0 2em 0;
    width: 100%;
    border-collapse: collapse;
	border-spacing: 0;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 22px;
}

table tbody tr {
    border: solid 1px;
    border-left: 0;
    border-right: 0;
}

table td {
    padding: 0.75em 0.75em;
}

table th {
    font-size: 0.9em;
    font-weight: 700;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}

table thead {
    border-bottom: solid 0px;
}

table tfoot {
    border-top: solid 0px;
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 0px;
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 0px;
}

table.alt tbody tr:first-child td {
    border-top-width: 0px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}

/* Wrapper */
.page-wrap {
	display: flex;
	flex-wrap: nowrap;
}

.wrapper {
	position: relative;
}

.wrapper > .inner {
	margin: 0 auto;
	width: 60em;
}

/* Header */
header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: no-wrap;
    font-weight: 700;
    padding: 1em 3em;
    text-align: center;
    color: #68579B;
}

header.special {
    justify-content: center;
}

header.background {
    background: #C3BDEF;
}

header .active {
    color: #FFFFFF;
}

/* Menu */

#nav {
	background: #0d1217;
	float: left;
    width: 3em;
}

#nav div {
    width: 3em;
	text-align: Center;
}

#nav div a {
	text-decoration: none;
	font-size: 1.7em; /* Tamanho Botões*/
}

.nav_icon {
    width: 25px;
    height: 25px;
}

/* Banner */

body.is-loading #banner > .inner {
	opacity: 0;
	-moz-transform: translateY(1em);
	-webkit-transform: translateY(1em);
	-ms-transform: translateY(1em);
	transform: translateY(1em);
}

#banner {
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	padding: 8em 0 6em 0;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 75vh;
    height: 75vh;
    position: relative;
    background: #000;
    background-image: url(../images/others/banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #FFF;
}

#banner:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
    content: '';
    display: block;
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#banner .inner {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -moz-transition: opacity 1s ease, transform 1s ease;
    -webkit-transition: opacity 1s ease, transform 1s ease;
    -ms-transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    position: relative;
    opacity: 1;
    z-index: 3;
    padding: 0 2em;
}

#banner h1 {
    font-size: 4em;
    line-height: 1em;
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #FFF;
}

#banner p {
    font-size: 1.5em;
    margin-bottom: 1.75em;
}

#banner a {
    color: #FFF;
    text-decoration: none;
}

#banner .main_logo {

}

/* Main */
#main {
	background: #F0EDF9;
    float: right;
    width: 100%;
}


/* Footer */
#footer {
    padding: 0.5em 1em 0.5em 1em;
    background: #C3BDEF;
    overflow: auto;
    display: flex;
	align-items: center;	
    justify-content: space-between;
    margin-top: 30px;
    font-weight: 700;
}

#footer .languages {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#footer .languages > ol {
    list-style: none;
    padding: 0px;
}

#footer .languages > ol > li {
    font-size: 1em;
}

#footer .activeLanguage {
    color: #FFFFFF;
}

#footer .stores {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

#footer .stores > div {
    margin: 10px;
}

#footer .copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.9em;
    text-align: center;
    align: center;
    white-space: nowrap;
}

/* Footer simple */
#footer_simple {
    padding: 0.5em 1em 0.5em 1em;
    background: #C3BDEF;
    overflow: auto;
    display: flex;
	align-items: center;	
    justify-content: space-between;
    margin-top: 30px;
    font-weight: 700;
}

#footer_simple .languages {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#footer_simple .languages > ol {
    list-style: none;
    padding: 0px;
}

#footer_simple .languages > ol > li {
    font-size: 1em;
}

#footer_simple .activeLanguage {
    color: #FFFFFF;
}

#footer_simple .copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.9em;
    text-align: center;
    align: center;
    white-space: nowrap;
}

/*Icon*/
small {
  font-size: 1em;
}

a {
	color: #68579B;
	text-decoration: none;
}

/* Input */
input {
    font-family: sans-serif;
    font-size: 1em;
    background-color: #F0EDF9;
    color: inherit;
    width: 300px;
    padding: 5px;
    border: 0;
    margin: 0;
}

input[type=text] {
    box-shadow: inset 0 -2px #68579B;
}

.loader {
    border: 3px solid #F0EDF9;
    border-top: 3px solid #68579B;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 10px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

.glyph {
  font-size: 16px;
  width: 15em;
  padding-bottom: 1em;
  margin-right: 4em;
  margin-bottom: 1em;
  float: left;
  overflow: hidden;
}
.liga {
  width: 80%;
  width: calc(100% - 2.5em);
}
.talign-right {
  text-align: right;
}
.talign-center {
  text-align: center;
}
.bgc1 {
  background: #f1f1f1;
}
.fgc1 {
  color: #999;
}
.fgc0 {
  color: #000;
}

.mvm {
  margin-top: .75em;
  margin-bottom: .75em;
}
.mtn {
  margin-top: 0;
}
.mtl, .mal {
  margin-top: 1.5em;
}
.mbl, .mal {
  margin-bottom: 1.5em;
}
.mal, .mhl {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.mhmm {
  margin-left: 1em;
  margin-right: 1em;
}
.mls {
  margin-left: .25em;
}
.ptl {
  padding-top: 1.5em;
}
.pbs, .pvs {
  padding-bottom: .25em;
}
.pvs, .pts {
  padding-top: .25em;
}
.unit {
  float: left;
}
.unitRight {
  float: right;
}
.size1of2 {
  width: 50%;
}
.size1of1 {
  width: 100%;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.textbox0 {
  width: 3em;
  background: #f1f1f1;
  padding: .25em .5em;
  line-height: 1.5;
  height: 1.5em;
}
#testDrive {
  display: block;
  padding-top: 24px;
  line-height: 1.5;
}
.fs0 {
  font-size: 16px;
}
.fs1 {
  font-size: 32px;
}
.fs2 {
  font-size: 32px;
}.screen-reader {
}

/* Menu Navegacao */

a.iconlink {
  font-family: 'youriconfont';
  text-decoration:none;
  color: #666666;
}

a.iconlink:hover {
  text-decoration:none;
  color: #999999;
}

/* iFrame */
.iframe-container {
	overflow: hidden;
    position: absolute;
    left: 3em;
    top: 0;
    right: 0;
    bottom: 0;
}

.iframe-container iframe {
	width: 100%;
	height: 100%;
    position: absolute;
    border: 0;
    overflow-x: hidden;
}

/* Component button */
.component_button {
    width: 100%;
    text-align: center;
}

/* Modifiers */
.hidden-true {
    display: none !important;
}

.opacity-true {
    opacity: 0;
}

.white-background {
    background: #FFFFFF !important;
}

/* Media rules */

@media screen and (max-width: 480px) {

    .page-wrap {
        display: block;
    }

    h1 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.2em;
    }
    
    p {
        font-size: 0.8em;
    }

    #nav {
        width: 100%;
        height: 4em;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0em 2em;
    }

    #nav div {
        float: left;
        width: auto;
    }

    #nav div a {
        text-align: center;
        align: center;
    }

    #main {
        width: 100%;
    }

    .iframe-container {
        left: 0;
        top: 4em;
    }

    #main #header {
        text-align: center;
    }

    #header {
        font-weight: 700;
        padding: 1em 0em;
    }

    #banner h1 {
        font-size: 3em;
    }

    #banner .main_logo {
        height: 150px;
        width: 150px;
    }

    section .inner {
        padding: 0.5em;
    }

    article .inner {
        padding: 0.5em;
    }

    .platforms {
        padding: 2em;
    }
    
    .register {
        padding: 2em;
    }

    #footer {
        display: block;
    }

    #footer .stores {
        flex-direction: column;
        justify-content: center;
    }

    #footer .languages ol {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
    }

    #footer .languages ol > li {
        display: inline;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

    #footer .languages div > img {
        display: none;
    }
}