/* Fonte personalizada icones */
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?2013gf');
	src: url('../fonts/icomoon.eot?2013gf#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?2013gf') format('truetype'),
		url('../fonts/icomoon.woff?2013gf') format('woff'),
		url('../fonts/icomoon.svg?2013gf#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: sub;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\e90e";
}
.icon-telefone-o:before {
  	content: "\e90f";
}
.icon-mark:before {
  	content: "\e910";
}
.icon-seta-right:before {
  	content: "\e909";
}
.icon-seta-left:before {
  	content: "\e90a";
}
.icon-envelope:before {
  	content: "\e905";
}
.icon-letra:before {
  	content: "\e906";
}
.icon-lupa:before {
  	content: "\e907";
}
.icon-lapis:before {
  	content: "\e901";
}
.icon-localizacao:before {
  	content: "\e902";
}
.icon-mensagem:before {
  	content: "\e903";
}
.icon-telefone:before {
  	content: "\e904";
}
.icon-titulo-sobre:before {
	content: "\e90d";
	font-size: 48px;
	padding-right: 5px;
}
.icon-titulo-clientes:before {
	content: "\e90c";
  	font-size: 48px;
	padding-right: 5px;
}
.icon-titulo-rede-basica:before {
	content: "\e900";
	font-size: 48px;
	padding-right: 5px;
}
.icon-titulo-comercializacao:before {
	content: "\e90b";
	font-size: 48px;
  	padding-right: 5px;
}
.icon-titulo-fazemos:before {
  	content: "\e908";
  	font-size: 48px;
  	padding-right: 5px;
}
.icon-titulo-contato:before {
  	content: "\e90e";
  	font-size: 48px;
  	padding-right: 5px;
}
.icon-titulo-mercado-livre:before {
	content: "\e911";
	font-size: 48px;
  	padding-right: 5px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

html, .navbar {
	max-width: 2000px;
	margin: 0 auto;
}
body {
	// overflow-x: hidden !important; /* Nao gerar scroll */
	color: #FFF;
	font-family: 'Muli', sans-serif;
	padding-top: 75.25px;
}

h3 {
	margin-top: 0;
}

.no-space { margin:0; padding:0; }
.no-padding { padding: 0 !important; }
.no-margin { margin:0 !important; }
.margin-top20 { margin-top: 20px; }
.margin-top30 { margin-top: 30px; }
.margin-bottom20 { margin-bottom: 20px; }
.margin-bottom30 { margin-bottom: 30px; }
.padding-bottom20 { padding-bottom: 20px; }
.padding-bottom30 { padding-bottom: 30px; }
.padding-bottom60 { padding-bottom: 60px; }

.relative { position: relative; }

.uppercase { text-transform: uppercase; }

.clear { clear: both; }

.gray { color: #575757; }
.blue { color: #081339; }

.vl-bottom { vertical-align: bottom; }
.vl-super { vertical-align: super; }
.vl-top { vertical-align: top; }

.bold { font-weight: bold; }

.monsterrat { font-family: 'Montserrat', sans-serif; }
.muli { font-family: 'Muli', sans-serif; }

.font16 { font-size: 16px; }
.font36 { font-size: 36px; }

.uppercase { text-transform: uppercase; }

.inline-mobile { display: inline; }
@media (min-width: 992px) {
	.inline-mobile { display: block; }
}

.btn-azul-branco {
	background-color: #081339;
    color: #FFF;
    font-weight: 700;
    padding: 10px 35px;
    font-family: Montserrat,sans-serif;
    border: none;
    transition: .3s ease-in-out;
}
.btn-azul-branco:hover {
	background-color: #FFF;
	color: #081339;
}

.bg-azul {
	background: rgba(38,79,169,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(38,79,169,1) 0%, rgba(0,38,121,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(38,79,169,1)), color-stop(100%, rgba(0,38,121,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(38,79,169,1) 0%, rgba(0,38,121,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(38,79,169,1) 0%, rgba(0,38,121,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(38,79,169,1) 0%, rgba(0,38,121,1) 100%);
	background: radial-gradient(ellipse at center, rgba(38,79,169,1) 0%, rgba(0,38,121,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264fa9', endColorstr='#002679', GradientType=1 );
	padding-top: 50px;
}

.bg-amarelo {
	padding-top: 50px;
	background: #ffcb08;
}

.bg-grey {
	background-color: #f6f4ed;
	color: #081339;
}

.bg-clientes {
	background: url('../images/bg-clientes.jpg') no-repeat #f6f4ed;
	background-position: center bottom;
}
.bg-mercado-livre { background: url('../images/bg-mercado-livre.jpg') no-repeat #f6f4ed center bottom; }
.bg-clientes { background: url('../images/bg-clientes.jpg') no-repeat #f6f4ed center bottom; }
.bg-sobre { background: url('../images/bg-sobre.jpg') no-repeat #f6f4ed center bottom; }
.bg-servicos { background: url('../images/bg-servicos.jpg') no-repeat #f6f4ed center bottom; }

.jconfirm-default {
	color: #081339;
}
button, input, textarea {
	outline: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.main-header {
	height: 251px;
	text-align: center;
	padding-top: 160px;
}
.titulo-header {
	margin: 0;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
}
.borda-header {
	height: 6px;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	background-color: #081339;
	border-top: 2px solid #ffcb08;
	border-bottom: 2px solid #ffcb08;
}

/* Banner principal home */
.container-texto-banner {
	background-color: #f6f4ed;
    position: absolute;
    bottom: 20px;
    left: 5px;
    right: 5px;
    padding: 15px 20px 15px 15px;
    color: #67696c;
    opacity: 0.9;
    max-width: 800px;
}
.container-texto-banner a {
	color: #67696c;
	text-decoration: none;
}
@media (min-width:850px) {
	.container-texto-banner {
		left: initial;
		right: 20px;
	}
}
@media (min-width:1380px) {
	.container-texto-banner {
		left: 40%;
		right: initial;
	}
}
.titulo-banner {
	text-transform: uppercase;
	color: #081339;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	margin-top: 0;
}
.custom-dots-banner {
	position: absolute;
	right: 5px;
	top: 15px;
}
.custom-dots-banner .owl-dot {
	display: flex;
	margin: 6px 0;
	background-color: #67696c;
}
.custom-dots-banner .owl-dot.active {
	background-color: #081339;
}
.tarja-contato-top {
	background-color: #081339;
	font-size: 14px;
	padding: 1px 120px 1px 15px;
	position: absolute;
	top: 0;
	right: 0;
}
@media (min-width:992px) {
	.tarja-contato-top {
		padding-right: 350px;
	}
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

footer {
	background: url('../images/bg-footer.jpg');
	border-top: 3px solid #fecf12;
	padding: 0 0 30px 0;
	color: #081339;
}
.titulo-footer {
	font-size: 18px;
	font-weight: bold;
}
.texto-newsletter {
	width: 90%;
	text-align: justify;
}
.form-footer {
	max-width: 360px;
}
.form-footer input {
	background-color: #e8e2cb;
	border: none;
	color: #575757;
	padding: 10px;
	width: 100%;
	margin-top: 6px;
	font-size: 12px;
}
.form-footer .btn-enviar {
	background-color: #081339;
	color: #FFF;
	padding: 3px 50px;
	font-family: 'Montserrat', sans-serif;
	border: none;
	margin-top: 15px;
	transition: all 0.3s ease;
}
.form-footer .btn-enviar:hover {
	background-color: #f7cd18;
	color: #081339;
}
.form-footer ::-webkit-input-placeholder { color: #575757; }
.form-footer ::-moz-placeholder { color: #575757; }
.form-footer :-ms-input-placeholder { color: #575757; }
.form-footer :-moz-placeholder { color: #575757; }
.copyright-footer {
	background-color: #d3cbc7;
	padding: 15px 0;
	color: #081339;
	text-align: center;
	font-size: 11px;
}
.logo-rodape {
	width: 100%;
	max-width: 253px;
}
@media (min-width: 992px) {
	.texto-newsletter {
		width: 75%;
	}
	.logo-rodape {
		padding-top: 90px;
	}
	.logo-imaginosfera {
		margin-left: 15px;
	}
}