@charset "UTF-8";    
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* IMPORTAÇÃO DE FONTES */
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/regular/Roboto-Regular-webfont.eot');
    src: url('../fonts/regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/regular/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/regular/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/regular/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotothin';
    src: url('../fonts/thin/Roboto-Thin-webfont.eot');
    src: url('../fonts/thin/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/thin/Roboto-Thin-webfont.woff') format('woff'),
         url('../fonts/thin/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../fonts/thin/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?s4d7th');
	src:url('../fonts/icomoon/icomoon.eot?#iefixs4d7th') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?s4d7th') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?s4d7th') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?s4d7th#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* NORMATIZAÇÃO ESPECIAL */
/* Considera o tamanho completo do bloco: padding + border / largura ou altura com porcentagem. */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DAS COLUNAS
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.column-01,
.column-02,
.column-03,
.column-04,
.column-05,
.column-06,
.column-07,
.column-08,
.column-09,
.column-10,
.column-11,
.column-12 {
	margin: 0 1.6949% 0 0; /* 20px > 1180px */
	float: left;
	display: block;
    text-align: center;
}
/**/
.column-01 { width: 06.7796%; /*   80px > 1180px */ }
.column-02 { width: 15.2542%; /*  180px > 1180px */ }
.column-03 { width: 23.7288%; /*  280px > 1180px */ }
.column-04 { width: 32.2033%; /*  380px > 1180px */ }
.column-05 { width: 40.6779%; /*  480px > 1180px */ }
.column-06 { width: 49.1525%; /*  580px > 1180px */ }
.column-07 { width: 57.6271%; /*  680px > 1180px */ }
.column-08 { width: 66.1016%; /*  780px > 1180px */ }
.column-09 { width: 74.5762%; /*  880px > 1180px */ }
.column-10 { width: 83.0508%; /*  980px > 1180px */ }
.column-11 { width: 91.5254%; /* 1080px > 1180px */ }
.column-12 { width: 100%;     /* 1180px > 1180px */ }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DOS ELEMENTOS BASE DO SITE
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
body { 
    background-color: #333; 
    color: #bdbfc1;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem; /* 14px > 16px */
    line-height: 27px; /* 27px > 16px */
    font-family: "robotoregular";
}
a:link, a:visited { 
    color: #fff; 
    text-decoration: none;
}
a:hover { 
    color: #aa9041;
}
a:active {
    color: #aa9041;
}
.anchor:hover {
    color: #fff;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
/* IFRAMES */

iframe {
    border-style: none;
    width: 100%; 
}
.iframe-video { height: 315px; }

.play-video {
    width: 100%; 
    min-width: 17.5em;
    
}
/* BOXES ESPECIAIS */
.boxVideo {
    position: relative;
    padding-bottom: 60%;
}
.boxVideo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}
.box-align h3 {
    text-align: left;
    font-size: 3em;
    line-height: 1.2em;
    padding-top: 30px;
}
/**/
#container, 
footer { 
	width: 100%;
	max-width: 1220px;
	margin: auto; 
	overflow: auto; 
    background-color: #4d4d4d;
}
#container :last-child { 
	margin-right: 0!important; 
}
.block, header { 
    padding: 10px 20px;
    text-align: left;
    overflow: auto;
    margin-bottom: 0;
}
.block .gallery {
    padding-top: 30px;
}
.block-fluid, .block-product {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

.block-product {
    margin-bottom: 10px;
}
.blox {
    margin: 10px 10px;
}
.blox:first-child { 
    margin-left: 0; 
}

.no-center-margin .column-06 { 
    margin: 0;
    width: 50%;
}
/* ESPECIAL PARA PORTFOLIO ANTIGO */
.bloxenter div { text-align: center; }
.bloxenter img {
    width: 75%;
    margin-bottom: 20px;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DOS TEXTOS BASE DO SITE
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
p { 
    line-height: 25px; 
    text-align: left; 
}
.highlight {
    color: #fff;
}
h1, h2, h3, h4, h5 {
    font-family: "robotothin";
    font-weight: 100; 
    text-align: center;
    line-height: 100%; 
    margin: 0;
    padding: 0;
    color: #fff;
}
h1 {
    font-size: 70px;
    font-size: 4.375rem;
    padding-bottom: 10px;
}
h2, h3 {
    font-size: 33px;
    font-size: ; /* inserir valor em rem */
    line-height: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
h3 {
    font-size: 45px;
    font-size: 2.8125rem; 
}
h4 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 10px;
    color: #bdbfc1;
    margin-bottom: 20px;
    line-height: 120%;
}
/* FIM */
header { 
    margin: 0;
    padding: 0;
    background-color: #4A657D;
}
.logo {
    text-align: center;
    background: url('../img/backgrounds/bkg-top-elograf-grafica.jpg') no-repeat top center;
    min-height: 250px;
    margin: 0;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DA NAVEGAÇÃO
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
nav { }
nav ul {
	list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
nav ul li {
	display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
}
nav.column-12 {
    margin: 0;
    padding: 0;
}
nav li.is-active a { color: #aa9041; }
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DOS BREADCRUMBS - Histórico de páginas
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* Box que envolve os breadcrumbs */
.crumbs {
    padding: 0 auto;
}
ul.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.breadcrumbs li {
    float: left;
    margin: 0 0 0 2px;
    display: block;
}
/* Configuração das cores dos textos e do posicionamento dos breadcrumbs */
ul.breadcrumbs li {
    font-size: 12px;
    font-size: 0.75rem; /* 12px > 16px */
    line-height: 30px;
    float: left;
}
/* Configuração das cores do link e do link visitado */
ul.breadcrumbs li a:link, 
ul.breadcrumbs li a:visited { 
    color: #96989a; 
    text-decoration: none; 
}
/* Configuração das cores dos links no estado hover (quando passa o mouse), ativo e selecionado. Este é 
   usado para destacar a página ativa */
ul.breadcrumbs li a:hover, 
ul.breadcrumbs li a:active, 
ul.breadcrumbs li.selected { 
    color: #fff; 
    text-decoration: none; 
}
ul.breadcrumbs li:after {
    font-size: 12px;
    font-weight: bold;
    content: " →";
}
ul.breadcrumbs li:last-child:after { 
    content: ""; 
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DOS TEXTOS BASE DO SITE
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.align-center p {
    text-align: center;
}
ul.special-list li {
    list-style: url(../img/icn-check.png);
}
.special-list li {
    text-align: left;
}
.column-06 p:first-child {
    margin-top: 0;
}
.column-06.envelopes h1,
.column-06.envelopes h2 {
    text-align: right;
}
footer h6, 
footer p {
    margin: 0; 
    text-align: left;
}
footer h6 {
    margin-bottom: 5px;
    margin-top: 15px;
    padding-left: 0;
    color: #fff; 
    line-height: 25px; 
    text-align: left;
    font-family: "robotoregular";
    font-size: 13px;
}
footer h6:first-child {
    margin-top: 0;
}
.h1-form { 
    font-size: 50px; 
    font-size: 3.125rem;
    margin-top: 20px; 
}
.testimony h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 60px;
    margin: 0;
}
.comentary p {
    font-family: 'courier' monospace;
    font-style: italic;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding: 0 20px;
}
.author {
    font-size: 11px;
    font-size: 0.7293rem;
    text-align: left;
}
.signature p { text-align: center; }
/* Calendário de Mesa - Modelos */
.infantil h1, .infantil h2,
.mod-anotacao h1, .mod-anotacao h2 {
    margin: 0;
    padding: 0;
} 
/* MODELO INFANTIL */ 
.infantil h2 { font-size: 59px; }
/* MODELO ANOTAÇÃO */
.mod-anotacao h1 { margin-bottom: 20px; }
/* BOX MODELOS - INFORMAÇÃO DOS MODELOS */
.model-box p, 
.model-box-special p, 
.model-box-gray p {
    text-align: center;
    padding: 10px 20px;
    margin: 0;
}
.model-box li, 
.model-box-special li,
.model-box-gray li {
    padding-right: 20px;
}
/* BOX ECOFRIENDLY */
.eco-green h2 { color: #73C04E; }
.eco-green p {
    color: #333;
    text-align: left;
}
/* Colunas de Textos */
.text-with-2columns, 
.text-with-3columns { 
    margin: 20px auto;
    column-gap: 25px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    -o-column-gap: 20px;
}
.text-with-2columns {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}
.text-with-3columns {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
}
.text-with-2columns p:first-child,
.text-with-3columns p:first-child {
    margin: 0;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DOS BOXES ESPECIAIS
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* Box Description -> Carrossel de Produtos */
.description {
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 20px;
    text-align: center;
}
/* Box Company -> Pagina Empresa.html */
.company {
    background: url('../img/backgrounds/bkg-a-elograf.jpg') no-repeat left top;
    min-height: 517px;
    padding: 0 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.company h1 {
    text-align: right;
    font-size: 90px;
}
.company p {
    text-align: left;
}
/* Box Serviços -> Pagina Empresa.html */
.box-service p, 
.box-mission p, 
.eco-green p {
    padding: 0 20px;
    text-align: left;
}
.box-service h6,
.box-mission h6 {
    font-size: 40px;
}
.box-mission h4 { color: #73C04E; }
.box-mission {
    background-color: #292929;
    padding-top: 20px;
    padding-bottom: 20px;
}
.icon-service {
    width: 180px;
    height: 150px;
    display: block;
    margin: 25px auto;
    background: url('../img/tumb-small/tumb-small-servicos.jpg') no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.icn-preimpressao { background-position: 0px 0px;}
.icn-impressao { background-position: -180px 0px;}
.icn-acabamento { background-position: -360px 0px; }
/* Box Modelos de produtos: Tradicionais / Silver / Gold / ETC.. */
.model-box, 
.model-box-special, 
.model-box-gray  {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 0;
    background-color: #606060;
}
.model-box-special {
    background-color: #ccc;
    color: #606060;
}
.model-box ul,
.model-box-special ul, 
.model-box-gray ul {
    padding: 20px;
    margin-left: 10px;
}
.model-box span.title,
.model-box-special span.title,
.model-box-gray span.title {
    width: 100%;
    padding: 5px;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    background: url('../img/backgrounds/bkg-titulos.png') repeat-x top center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
}

.model-box-gray span.title {
    background: url('../img/backgrounds/bkg-titulos-calendario-mesa.png') repeat-x top center;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DOS BACKGROUNDS 
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.bkg-shadow { 
    background: url('../img/backgrounds/bkg-horizontal-shadow.png') repeat-x bottom; 
    margin: 0;
    padding-bottom: 25px;
}
.bkg-none, .bkg-none.testimony {
    background-color: transparent;
}
.bkg-dark {
    background-color: #3a3a3a;
}
.bkg-light {
    background-color: #474747;
}
/* Box EcoFriendly*/
.eco-green { background-color: #fff; }
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DAS IMAGENS EMBUTIDAS 
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.tumb-small {
    padding-top: 20px;
    padding-bottom: 30px;
    background: url('../img/backgrounds/bkg-horizontal-shadow.png') repeat-x bottom; 
}
.tumb-small img { 
    border: 3px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tumb-small img:focus, 
.tumb-small img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.tumb-home img { 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tumb-home img:focus, 
.tumb-home img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.five-stars {
    background: none;
    height: 10px;
    display: block;
    margin: 0 auto;

}
.rounded-border {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
}
.special-line-around {
    border: 2px solid #b3b3b3;
}
.rounded-border-down {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.banner-bolha, 
.banner-kit, 
.banner-empresarial, 
.banner-empresarial-02 {
    background-size: contain;
    width: 100%;
}
.banner-bolha {
    background: url('../img/envelopes/banner-elograf-envelope-plastico-bolha-desktop.jpg') no-repeat center;
    height: 160px;
}
.banner-kit {
    background: url('../img/kit-publicitario/kit-publicitario-itens-desktop.jpg') no-repeat center;
    height: 370px;
} 
.banner-empresarial {
    background: url('../img/kit-empresarial/kit-empresarial01-desktop.jpg') no-repeat center;
    height: 500px;
}
.banner-empresarial-02 {
    background: url('../img/kit-empresarial/kit-empresarial02-desktop.jpg') no-repeat center;
    height: 627px;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DOS TESTEMUNHAIS
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.testimony {
    background-color: #3b3b3b;
    padding-top: 20px;
}
.testimony .block {
    padding: 0px 20px;
    text-align: left;
}
.comentary { 
    text-align: center;
    padding-top: 10px;
}
.comentary span {
    color: #aa9041;
    font-style: italic;
}
.comentary span:before, .comentary span:after {
    content: "≈";
    padding-right: 15px;
    padding-left: 15px;
}

.comentary span.highlight:before,
.comentary span.highlight:after {
    content: none;
    padding: 0;
}
.comentary span.highlight {
    font-weight: bold; 
    color: #fff;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DOS FOOTER
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
footer { 
    background: #444;
    font-size: 13px;
    padding-top: 10px;
}
footer :last-child { 
	margin-right: 0!important;
}
.btn-orcamento {
    max-height: 190px;
    width: auto;
}
    .a2a_kit, 
    .a2a_kit_size_32,
    .a2a_default_style {
        margin: 0 auto; 
        text-align: center;
        width: 180px;
        padding: 15px 0;
    }
.footer-logo {
        max-width: 300px;
        margin-top: 20px;
    }
.signature {
    border-top: 1px solid #333;
    margin-top: 10px;
    padding-top: 10px;
}
/* CONFIG. RESPONSIVE MENU */
.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: absolute;
  top: 15px;
  right: 0;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
}
.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: -10px;
  left: 0;
}
.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DE BOTÕES
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* Configuração do botão subir */
.btn-top {
    position: fixed;
    max-width: 2.813em; /* 45px */
    max-height: 2.813em; /* 45px */
    bottom: 0.375em; /* 6px */
    right: 0.375em; /* 6px */
    z-index: 120;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DE FORMULARIO
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.form {
    height: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #474747;
    position: relative;
    padding-bottom: 20px; 
}
.form h1 {
    margin-bottom: 20px;
    color: #f93;
}
input, textarea { 
    outline: none;
    display: block;
    padding: 7px;
}
label {
    display: block;
    padding-bottom: 5px;
    color: #bdbfc1;
    text-align: left;
}
.form .textarea { 
    height: 120px; 
    resize: none;
}
.form .input,
.form .phone,
.form .textarea {
    display: block;
    margin-bottom: 4px; 
    width: 100%;
    color: #fff;
    background-color: #5e5e5e;
    border: 1px solid #666;
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.phone {
    max-width: 120px;
}
.form .sendBtn, .btn {
	text-align: center;
	color: #474747;
	float: right;
	display: block;
	cursor: pointer;
    background-color: #f93;
    border: 0;
    padding: 8px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.form .sendBtn:hover { 
    background-color: ;
    color: #fff;
}
.my-select select {
    -webkit-appearance: none;  
    -moz-appearance: none;
    appearance: none;
    padding: 6px;
    padding-right: 28px;
    margin: 0 0 5px 0;
    color: #fff;
    border: none;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #5e5e5e url('../img/buttons/btn-select.png') no-repeat 98% center;
    background-size: 18px;
}
form span {
    color: #d9534f;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
} 
.form-group {
    margin-bottom: 15px;
}
/*Elemento que gera espaço entre o elemento "Produto + Telefone" */
.first {
    margin-top: 15px;
}
/* Elemento de config. da exibição do erro no form */
.form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
}
div.error { display: none; }
input.checkbox { border: none }
.form .input:focus,
.form .phone:focus, 
.form .textarea:focus { 
    border: 1px solid #fb3; 
}
.form .input.error, 
.form .phone.error,
.form .textarea.error { 
    border: 1px solid #d9534f; 
}
.input {
    text-transform: capitalize;    
}
input.txtemail {
    text-transform: lowercase;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. DAS ADAPTAÇÕES PARA OS DISPOSITIVOS
/* MEDIA QUERIES
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
@media screen and (max-width: 940px) {
    h1,
    nav ul {
        text-align: center;
        padding: 10px 0;
    }
    nav ul li {
        display: inline; 
    }
    .no-center-margin .column-06 , 
    .column-06 {
        padding-bottom: 20px;
    }
    /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
    /* CONFIG. DE TEXTOS */
    /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
    .text-with-2columns {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
    .text-with-3columns {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* TELAS MÉDIAS */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
@media screen and (max-width: 867px) {
    .company .column-06 h1 { font-size: 70px; }
    
    .box-align h3 {
        font-size: 2.7em;
    }
}

@media screen and (max-width: 768px) {
	.column-03 {
		width: 49.1525%;        
        margin-bottom: 1.6949%;
	}
	.column-03:nth-child(2n) {
		margin-right: 0;
	}
    .column-04,
    .column-05,
    .column-06,
    .column-07,
    .column-08,
    .testimony .block .column-06,
    .no-center-margin .column-06{ 
        width: 100%; 
    }
    .column-05, 
    .column-04, 
    .column-07,
    .column-08 { 
        margin-bottom: 1.6949%; 
    }
    .column-04 h6 {
        text-align: center;
    }
    .column-06.envelopes h1,
    .column-06.envelopes h2 { 
        text-align: center; 
    }
    .social-network { 
        margin: 0 auto; 
    }
    footer .column-04, 
    footer .column-06 { 
        width: 100%; 
    }
    .submenu { 
        padding-top: 15px; 
    }
    .submenu .column-06 { 
        margin: 0 auto; 
    }
    footer p, 
    footer h3, 
    .signature p { 
        text-align: center; 
    }
    .btn-orcamento { 
        padding-bottom: 20px; 
    }
    /**/
    .company h1 { 
        font-size: 70px; 
    }
    .eco-green .column-07, 
    .eco-green .column-05 {
        width: 100%; 
    }
    .banner-bolha, 
    .banner-kit, 
    .banner-empresarial, 
    .banner-empresarial-02 {
        background-size: contain;
        width: 100%;
    }    
    .banner-bolha {
        background: url('../img/envelopes/banner-elograf-envelope-plastico-bolha-tablet.jpg') no-repeat center;
        height: 206px;
    }
    .banner-kit {
        background: url('../img/kit-publicitario/kit-publicitario-itens-tablet.jpg') no-repeat center;        
        height: 634px;
    } 
    .banner-empresarial {
        background: url('../img/kit-empresarial/kit-empresarial01-tablet.jpg') no-repeat center;        
        height: 845px;
    }
    .banner-empresarial-02 {
        background: url('../img/kit-empresarial/kit-empresarial02-tablet.jpg') no-repeat center;        
        height: 899px;
    }
    
    .bloxenter img { width: 100%; }
    
    .box-align h3 {
        font-size: 2.5em;
        text-align: center;
        padding-top: 0;
    }
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* TELAS MAX- 765px */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
@media screen and (max-width: 768px) { 
    /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
    /* CONFIG. BOX PRODUTOS - HOME */
    /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
    .box-1 div.column-02, 
    .box-2 div.column-02,
    .box-3 div.column-02 {
        width: 31.0344%;
        margin-right: 3.4%;
        margin-top: 3.4%;
    }
    .box-2 div.column-02 {
        margin-right: 0;
        margin-top: 0;
    }  
    .box-2 { padding-bottom: 0; }
    .box-3 { padding-top: 0; padding-bottom: 0; }
    .box-4 { padding-top: 0;}
    .box-1 div.column-04, 
    .box-2 div.column-04,
    .box-3 div.column-04 {
        width: 65.5172%;
        margin-right: 3.4%;
    }     
    .box-3 div.column-02 {
        margin-top: 0;
        margin-bottom: 20px;
    }    
    .box-3 div.column-02:nth-child(3n) {
        margin-right: 0
    }    
    #calendar-desk-size .column-04 { width: 100%; }    
    #calendar-desk-size .column-04 img {
        max-width: 450px;
        margin: 0 auto;
        padding: 0;
    }
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* TELAS MAX - 700px */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
@media screen and (max-width: 700px) {
    .company .column-06 h1 { font-size: 55px; }
    #form-first {
        display: none;
    }
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* TELAS PEQUENAS */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
@media screen and (max-width: 568px) {
    body { 
        font-size: 16px;
        font-size: 1rem; /* 16px > 16px */
        line-height: 27px; /* 27px > 16px */
        font-family: "robotoregular";
}
    .logo {
        background: url('../img/logo.png') no-repeat center;
        min-height: 65px;
    }
    h1 { font-size: 60px; }
    h2 { font-size: 50px; margin-bottom: 20px; }
    h3 { font-size: 40px; }
    /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
    /* CONFIG. MENU DE NAVEGAÇÃO - Mobile */
    /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
    nav i {
        float: left;
        font-size: 30px;
        display: block;
        padding-right: 10px;
        text-align: center;
        height: 30px;
        width: 50px;
    } 
    .icon-icn-m-empresa:before   { content: "\e616"; }
    .icon-icn-m-produto:before   { content: "\e614"; }
    .icon-icn-m-portfolio:before { content: "\e615"; }
    .icon-icn-m-opiniao:before   { content: "\e60b"; }
    .icon-icn-m-suporte:before   { content: "\e611"; }
    .icon-icn-m-orcamento:before { content: "\e613"; }
    .icon-icn-m-contato:before   { content: "\e612"; }    
    nav.column-12 {
        width: 92%;
        padding: 0;
        margin: 0 0 20px 20px;
    }
    nav ul li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #395063;
        padding: 15px 10px;
    }
    nav ul li a {
        display: block;
        text-align: left;
        color: #bdbfc1;
    }
    nav ul li a:hover,
    nav ul li a:focus { color: #f93; }
    nav ul li a:active { color: #aa9041; }
    /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
    /* CONFIG. CONTEÚDO */
    /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
    .column-03, 
    footer .column-06 { 
        width: 100%; 
        margin-right: 0; 
    }
    .column-03:nth-child(1n) { margin-bottom: 20px; }
    .column-03:last-child { margin-bottom: 0; }
    footer.block { padding-top: 20px; }
    .signature { font-size: 14px; }
    .company { background-position: center; }
    .company .column-06,
    .box-service .column-04 { width: 100%; }
    .company .column-06 h1 { 
        font-size: 55px; 
        text-align: center;
    }
    .company .column-06 p { 
        font-size: 13px; 
        line-height: 22px; 
        margin-top: 0; 
    }
    .banner-bolha, 
    .banner-kit, 
    .banner-empresarial, 
    .banner-empresarial-02 {
        background-size: contain;
        width: 100%;
    }    
    .banner-bolha {
        background: url('../img/envelopes/banner-elograf-envelope-plastico-bolha-phone.jpg') no-repeat center;
        height: 400px;
    }
    .banner-kit {
        background: url('../img/kit-publicitario/kit-publicitario-itens-smartphone.jpg') no-repeat center;        
        height: 770px;
    } 
    .banner-empresarial {
        background: url('../img/kit-empresarial/kit-empresarial01-smart.jpg') no-repeat center;        
        height: 1060px;
    }
    .banner-empresarial-02 {
        background: url('../img/kit-empresarial/kit-empresarial02-smart.jpg') no-repeat center;        
        height: 982px; 
    }      
    .model-box, 
    .model-box-special, 
    .model-box-gray {
        margin-bottom: 20px;
    } 
    .box-align h3 {
        font-size: 2em;
        text-align: center;
        padding-top: 0;
    }
    
}

@media screen and (max-width: 550px) {
    .box-mission .column-06 { width: 100%;
    }    
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONFIG. MOTORES NO SITE
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.google-conversion-id {
    height: 0px;
    width: 0px;
}

#calendar-desk-size {
    padding-bottom: 50px;
}
