/*
@mixin col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}

.col {
   @include col;
}
*/
/* --- Gridpak variables ---*/
/*
@mixin unit1($num, $gutter_pc, $gutter_px, $padding, $max_columns) {
    $one_col: (100% - ($gutter_px * ($max_columns - 1))) / $max_columns;
    width:($one_col * $num) + ($gutter_px * ($num - 1));
}

@mixin margin($num, $gutter_pc, $gutter_px, $padding, $max_columns) {
    $one_col: (100% - ($gutter_pc * ($max_columns - 1))) / $max_columns;
    margin-left:($one_col * $num) + ($gutter_pc * ($num - 1));
}
*/
/*
.coluna3
{
	width: 100%;
}

.coluna2
{
	width: calc(66.6666% - 15px);
}

.coluna1
{
	width: calc(( 100% - 30px ) / 3 );
}
*/
/*
$leitura1:"Leituranews-Roman1";
$leitura2:"Leituranews-Roman2";
$leitura4:"Leituranews-Roman4";
*/
@font-face {
  font-family: "Gotham-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/gothammedium-webfont.eot?#iefix") format("eot"), url("fonts/gothammedium-webfont.woff") format("woff"), url("fonts/gothammedium-webfont.ttf") format("truetype"), url("fonts/gothammedium-webfont.svg#Gotham-Medium") format("svg"); }

@font-face {
  font-family: "Gotham-Light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/gothamlight-webfont.eot?#iefix") format("eot"), url("fonts/gothamlight-webfont.woff") format("woff"), url("fonts/gothamlight-webfont.ttf") format("truetype"), url("fonts/gothamlight-webfont.svg#Gotham-Light") format("svg"); }

@font-face {
  font-family: "Gotham-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/gothambold-webfont.eot?#iefix") format("eot"), url("fonts/gothambold-webfont.woff") format("woff"), url("fonts/gothambold-webfont.ttf") format("truetype"), url("fonts/gothambold-webfont.svg#Gotham-Bold") format("svg"); }

@font-face {
  font-family: "Gotham-Book";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/gothambook-webfont.eot?#iefix") format("eot"), url("fonts/gothambook-webfont.woff") format("woff"), url("fonts/gothambook-webfont.ttf") format("truetype"), url("fonts/gothambook-webfont.svg#Gotham-Book") format("svg"); }

@font-face {
  font-family: "Domaine-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/DomaineDisp-Regular.eot?#iefix") format("eot"), url("fonts/DomaineDisp-Regular.woff") format("woff"), url("fonts/DomaineDisp-Regular.ttf") format("truetype"), url("fonts/DomaineDisp-Regular.svg#Domaine-Regular") format("svg"); }

@font-face {
  font-family: "Domaine-Light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/DomaineTextLight.eot?#iefix") format("eot"), url("fonts/DomaineTextLight.woff") format("woff"), url("fonts/DomaineTextLight.ttf") format("truetype"), url("fonts/DomaineTextLight.svg#Domaine-Light") format("svg"); }

/*
@include font-face($leitura1, fonts/leituranews-roman1-webfont, normal, normal);
@include font-face($leitura2, fonts/leituranews-roman2-webfont, normal, normal);
@include font-face($leitura4, fonts/leituranews-roman4-webfont, normal, normal);
*/
body, html {
  font-family: "Gotham-Light";
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #333333;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #fff; }

a {
  color: inherit;
  text-decoration: none; }

a:hover, .botao:hover {
  text-decoration: none; }

.bold, strong, b {
  font-family: "Gotham-Bold";
  font-weight: normal; }

input, textarea {
  outline: none; }

.acenter {
  text-align: center; }

.italic {
  font-style: italic; }

.regular {
  font-family: "Gotham-Light"; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.vvhide {
  visibility: hidden; }

.block {
  display: block; }

.aright {
  text-align: right; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

.coluna1, #conteudo, footer, .popup-content {
  width: calc(((9 * 114px) + (8 * 15px))); }

.coluna2, .coluna4, .coluna6 {
  width: calc(((6 * 114px) + (5 * 15px))); }

.coluna3, .grid-sizer, .coluna5, .coluna7, .coluna_ss {
  width: calc(((3 * 114px) + (2 * 15px))); }

/*
.coluna3, .coluna5, .coluna7
{
	width: calc(((100% - (2 * 15px)) / 3);
}

.coluna2, .coluna4, .coluna6
{
	width: calc(((((100% - (2 * 15px)) / 3) * 2) + 15px);
}

.coluna1
{
	width: 100%;
}
*/
.grid {
  padding-top: 20px;
  position: relative; }

.gutter-sizer {
  width: 15px; }

.grid-item {
  margin-left: 0px;
  margin-bottom: 15px; }

.grid-item
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block; }

#main {
  position: relative; }

header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  header
#menu {
    margin: 0;
    padding: 0;
    font-size: 0px;
    text-align: center;
    padding-bottom: 25px; }
    header
#menu
li {
      list-style: none;
      letter-spacing: -1px;
      font-size: 65px;
      line-height: 50px;
      font-family: "Domaine-Regular";
      text-transform: uppercase;
      color: #000;
      margin-left: 10px;
      margin-right: 10px;
      color: #cfd1c8; }
      header
#menu
li a.sel, header
#menu
li
a:hover {
        color: #000; }
      header
#menu
li:first-child {
        color: #000; }
  header
h1 {
    text-align: center;
    display: inline; }
  header
.cart_button {
    position: absolute;
    right: 0px;
    top: 25px; }
    header
.cart_button
a {
      font-size: 10px;
      font-family: "Gotham-Light";
      letter-spacing: 2px;
      color: #000; }
    header
.cart_button
#cart_quantos {
      font-family: "Gotham-Bold"; }

#loadcontent {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 8000; }

#conteudo, footer {
  margin-left: auto;
  margin-right: auto; }

.frase {
  margin-left: auto;
  margin-right: auto;
  font-family: "Domaine-Regular";
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 40px; }

.hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #000;
  display: none; }
  .hover
.project_info {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    font-family: "Gotham-Light";
    line-height: 15px;
    text-transform: uppercase;
    z-index: 200;
    /*
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
*/
    margin-left: auto;
    margin-right: auto; }
    .hover
.project_info
h2 {
      letter-spacing: -1px;
      font-size: 34px;
      line-height: 28px;
      color: #fff;
      font-family: "Domaine-Regular"; }
  .hover
.filter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100; }

.project {
  overflow: hidden; }

.number {
  display: none; }

.popup {
  border: 0 none;
  bottom: 0;
  left: 0;
  margin: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(207, 209, 200, 0.9);
  display: none;
  z-index: 9999; }

.popup-inner {
  text-align: center; }

.popup-content {
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .popup-content
.close_popup {
    color: #7b7d80;
    font-size: 10px;
    font-family: "Gotham-Light";
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    right: 0px;
    top: 30px; }
    .popup-content
.close_popup.close_popup_abs {
      position: absolute;
      bottom: 40px;
      top: auto;
      right: 0;
      width: 100%;
      text-align: center;
      z-index: 900; }

#project
.project_info_wrap {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 75px; }

#project
h2 {
  letter-spacing: -1px;
  padding-top: 160px;
  font-size: 34px;
  line-height: 28px;
  font-family: "Domaine-Regular";
  text-transform: uppercase;
  /*
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
*/ }

#project
.ficha_tecnica {
  font-family: "Gotham-Book";
  font-size: 10px;
  text-align: center;
  padding-top: 25px;
  line-height: 18px;
  text-transform: uppercase; }

#project
.texto {
  padding-top: 55px;
  text-align: center;
  font-family: "Domaine-Regular";
  font-size: 22px;
  line-height: 30px; }

#project
.download {
  margin-top: 30px;
  color: #7b7d80;
  font-size: 10px;
  font-family: "Gotham-Light";
  text-transform: uppercase; }
  #project
.download
a:hover {
    opacity: 0.6; }

#project .tags, #project
.socials {
  margin: 0;
  padding: 0;
  font-size: 0px;
  padding-top: 30px;
  position: relative; }
  #project .tags
li
, #project
.socials
li {
    list-style: none;
    font-size: 10px;
    font-family: "Gotham-Medium";
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 5px; }
    #project .tags
li
a:hover
, #project
.socials
li
a:hover {
      opacity: 0.6; }

#project
.tags
li.bullet_sep {
  margin-left: 4px;
  margin-right: 4px; }

#project
.socials {
  padding-bottom: 200px; }
  #project
.socials
li {
    font-family: "Gotham-Light";
    margin-left: 8px;
    margin-right: 8px; }
    #project
.socials
li.label {
      font-family: "Gotham-Medium"; }

#project
.grid2 {
  padding-top: 25px; }

.about_wrap
.submenu {
  margin: 0;
  padding: 0;
  font-size: 0px;
  text-align: center; }
  .about_wrap
.submenu
li {
    display: inline-block;
    font-family: "Gotham-Light";
    font-size: 10px;
    text-transform: uppercase;
    color: #909093;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    /*
			a.sel
			{
				font-family: $bold;
			}
*/ }
    .about_wrap
.submenu
li a:hover, .about_wrap
.submenu
li
a.sel {
      color: #cfd1c8; }

.about_wrap
#about_content {
  margin-top: 40px;
  min-height: calc(100vh - 680px); }
  .about_wrap
#about_content
.texto {
    font-family: "Gotham-Light";
    font-size: 9px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 2px; }
    .about_wrap
#about_content
.texto
ul {
      margin: 0;
      padding: 0;
      margin-top: 20px; }
      .about_wrap
#about_content
.texto
ul
li {
        list-style: none;
        display: inline-block;
        margin-left: 22px;
        margin-right: 22px; }

.texto_about_large, .press_wrap
.press_content
h2 {
  letter-spacing: -1px;
  font-size: 34px;
  line-height: 28px;
  font-family: "Domaine-Regular";
  text-transform: uppercase; }
  .texto_about_large
a:hover, .press_wrap
.press_content
h2 a:hover {
    color: #cfd1c8; }

.press_wrap {
  text-align: center; }
  .press_wrap
.nav {
    height: 30px;
    font-family: "Gotham-Light";
    font-size: 10px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    text-align: left;
    color: #909093; }
    .press_wrap
.nav
a {
      color: #909093; }
  .press_wrap
.press_content {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; }
    .press_wrap
.press_content
p.data {
      font-size: 12px;
      line-height: 14px;
      padding-top: 30px; }
    .press_wrap
.press_content
.texto {
      padding-top: 25px;
      text-align: center;
      font-family: "Gotham-Light";
      font-size: 12px !important;
      line-height: 14px !important;
      letter-spacing: 0px !important; }

#tags-menu {
  margin: 0;
  padding: 0;
  font-size: 0px;
  text-align: center;
  padding-bottom: 125px;
  margin-top: 50px; }
  #tags-menu
li {
    list-style: none;
    font-size: 10px;
    font-family: "Gotham-Light";
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    #tags-menu
li
a.sel {
      color: #cfd1c8; }

footer {
  padding-top: 100px;
  padding-bottom: 50px;
  letter-spacing: -1px;
  font-size: 34px;
  line-height: 28px;
  color: #000;
  font-family: "Domaine-Regular";
  text-align: center; }
  footer
.socials_links {
    font-size: 0px;
    margin: 0;
    padding: 0; }
    footer
.socials_links
li {
      list-style: none;
      letter-spacing: -1px;
      font-size: 34px;
      line-height: 28px;
      font-family: "Domaine-Regular"; }
      footer
.socials_links
li
a:hover {
        color: #cfd1c8; }

svg.at-icon.at-icon-facebook, span.at-icon-wrapper {
  display: none; }

a.addthis_button_facebook.at300b, a.addthis_default_style.at300b {
  float: none;
  padding: 0; }

.addthis_toolbox a {
  margin: 0; }

a.addthis_button_pinterest_share.at300b {
  padding: 0;
  margin: 0;
  float: none !important; }

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.video_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 103; }
  .video_wrapper
iframe {
    width: 100%;
    height: 100%; }

a.video {
  color: #fff; }

.close_video {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  z-index: 99999; }

.grid-loader, .grid-loader2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #fff;
  z-index: 9000;
  background-image: url(/images/loading.gif);
  background-repeat: no-repeat;
  background-position: center 30px; }

.grid-loader2 {
  background-color: #cfd1c8; }

.no_mobile {
  display: block; }

.mobile {
  display: none; }

.load {
  display: none;
  position: absolute;
  bottom: -30px;
  left: -10px; }

.caracteristicas {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  width: 80%; }
  .caracteristicas
ul {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0px; }
    .caracteristicas
ul
li {
      position: relative;
      font-size: 10px;
      text-transform: uppercase;
      list-style: none;
      display: inline-block;
      width: calc(50% - 3px);
      height: 32px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-top: solid 1px #a8a8a8;
      border-left: solid 1px #a8a8a8;
      vertical-align: top;
      padding-top: 10px; }
      .caracteristicas
ul
li:nth-child(even) {
        border-right: solid 1px #a8a8a8; }
      .caracteristicas
ul
li.bb {
        border-bottom: solid 1px #a8a8a8; }

.botao_adicionar {
  margin: 0;
  margin-top: 70px;
  background-color: #333333;
  border: none !important;
  cursor: pointer;
  color: #fff;
  font-family: "Gotham-Bold";
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  width: calc(100% - 6px);
  height: 30px;
  padding: 0; }

#error_msg {
  text-align: center;
  margin-top: 10px;
  color: #ff0000;
  font-family: "Gotham-Bold";
  font-size: 14px; }
  #error_msg.success {
    color: #00ff00; }

.error_wrap {
  margin-top: 40px;
  height: 22px;
  font-size: 13px;
  display: none; }

.cart_wrap {
  text-align: center;
  font-size: 15px;
  margin-top: 30px; }

.cart_wrap h2 {
  font-family: "Gotham-Light";
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase; }

.cart_wrap .texto {
  width: 480px;
  margin: 0 auto;
  margin-top: 60px;
  line-height: 22px;
  margin-bottom: 20px; }

.cart_wrap .preco {
  font-size: 11px;
  text-align: center;
  margin-top: 50px;
  font-family: "Gotham-Light";
  letter-spacing: 2px; }

.cart_wrap .botao {
  border: solid 1px #dededf;
  font-family: "Gotham-Light";
  letter-spacing: 2px;
  font-size: 9px;
  background-color: #fff;
  text-transform: uppercase;
  height: 28px;
  width: 100%;
  cursor: pointer;
  color: #000; }

.cart_wrap .botao:hover {
  color: #fff;
  background-color: #333; }

.cart_wrap .botao_oferta {
  background-color: #333;
  color: #fff; }

.cart_wrap .fichatecnica, .cart_wrap .more_info, .cart_wrap .share {
  font-size: 12px; }

.cart_wrap .more_info a {
  color: inherit; }

.cart_wrap .product_wrap, .terms_wrap, .cart_wrap {
  margin-bottom: 120px; }

.cart_wrap .share {
  margin-top: 15px; }

.cart_wrap .more_info_top {
  margin-top: 25px; }

.terms_wrap h2, .cart_wrap h2 {
  font-family: "Gotham-Light";
  letter-spacing: 4px;
  font-size: 23px;
  padding-top: 60px; }

.terms_wrap .texto, .cart_wrap .texto {
  margin-top: 30px; }

.terms_wrap .texto a, .cart_wrap .texto a {
  color: inherit; }

.cart_wrap .texto {
  margin-top: 30px !important; }

.carrinho_tamanho {
  margin-top: 50px;
  font-family: "Gotham-Light";
  font-size: 9px;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  letter-spacing: 2px; }

.carrinho_tamanho tr {
  height: 28px; }

.carrinho_tamanho tr.produtolinha {
  height: 56px; }

.carrinho_tamanho tr.border {
  border: solid 1px #dededf; }

.carrinho_tamanho tr.sep {
  height: 15px; }

.carrinho_tamanho tr td.lh {
  line-height: 15px; }

.carrinho_tamanho .back_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.carrinho_tamanho .terms_txt {
  letter-spacing: 0px;
  font-size: 9px;
  line-height: 9px;
  position: relative;
  top: 2px;
  vertical-align: top; }

#termosecondicoes, .paychoose input {
  vertical-align: top; }

.paychoose span {
  position: relative;
  top: 1px; }

.col1, .col2, .col3, .col4, .col5, .col6 {
  text-align: center;
  font-family: "Gotham-Bold"; }

.col1 {
  width: 24%; }

.col2 {
  width: 32%; }

.col3 {
  width: 16%; }

.col4 {
  width: 11%; }

.col5 {
  width: 11%; }

.col6 {
  width: 5%; }

.acenter {
  text-align: center; }

.caixa_quantidade {
  height: 15px;
  width: 30%;
  text-align: center;
  border: none;
  letter-spacing: 2px;
  background-color: #f6f2ee; }

.carrinho_tamanho a {
  color: inherit;
  text-decoration: none; }

.border_bottom, .border_padding {
  border-bottom: solid 1px #000;
  padding-bottom: 3px;
  padding-top: 3px; }

.border_padding {
  border: none; }

.aright {
  text-align: right; }

.taxes {
  font-size: 8px;
  letter-spacing: 1px; }

.shipping_wrap {
  position: absolute;
  top: 15px;
  right: -1px;
  background-color: #fff;
  text-align: left;
  color: #000;
  font-size: 9px;
  text-align: center;
  border: solid 1px #dededf;
  letter-spacing: 1px;
  min-width: 230px; }

.shipping_wrap a:hover, .shipping_wrap a.sel {
  font-family: "Gotham-Bold"; }

.shipping_inner {
  position: relative;
  padding: 40px;
  padding-top: 30px;
  padding-bottom: 30px; }

.shipping_option {
  margin-bottom: 14px; }

.shipping_option:last-child {
  margin-bottom: 0px; }

.vvhide {
  visibility: hidden; }

.mt0 {
  margin-top: 0px; }

.hide {
  display: none; }

.agree_area {
  display: none; }

.helpshop {
  letter-spacing: 0px; }

.cart_form {
  letter-spacing: 0px;
  margin-top: 30px; }
  .cart_form
.caixas {
    width: 100%;
    margin-top: 15px;
    border: solid 1px #dededf;
    margin-bottom: 0px;
    padding-top: 0px;
    height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px; }
  .cart_form
.caixas_error {
    border: solid 1px red; }
  .cart_form
.hcaixa {
    height: 70px;
    padding-top: 8px; }
  .cart_form
.fill_same_wrap {
    color: #ccc;
    font-size: 8px; }

.title {
  margin-top: 40px; }

.payment {
  letter-spacing: 0px; }

.paychoose {
  margin-top: 15px;
  border: solid 1px #dededf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*
    padding-top: 8px;
    padding-bottom: 8px;
*/
  padding-left: 15px; }
  .paychoose
span {
    margin-left: 10px; }
  .paychoose
.optt {
    margin-top: 8px;
    margin-bottom: 8px; }

.paychoose_small {
  font-size: 9px;
  text-transform: none; }

.w50 {
  width: calc((100% - 15px) / 2); }

.msg_carrinho_error {
  color: red;
  font-family: "Gotham-Bold";
  margin-bottom: 40px; }

/* Webkit */
::-webkit-input-placeholder {
  color: #000;
  text-transform: lowercase; }

/* Firefox 4-18 */
:-moz-placeholder {
  color: #000;
  text-transform: lowercase; }

/* Firefox 19+ */
::-moz-placeholder {
  color: #000;
  text-transform: lowercase; }

/* IE10+ */
:-ms-input-placeholder {
  color: #000;
  text-transform: lowercase; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

.caixas {
  width: 100%;
  border: none;
  margin-bottom: 4px;
  padding-top: 3px;
  margin-top: 4px; }

.hcaixa {
  height: 60px; }

label {
  position: relative; }

select.opcoes {
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 80%;
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 16px;
  text-align: center; }

.mlc {
  margin-left: auto;
  margin-right: auto; }

.termos {
  font-size: 12px !important;
  line-height: 15px !important; }

.botaoupdate {
  width: calc(100% + 1px) !important; }

.info_elm {
  position: absolute;
  width: 210px;
  font-family: "Domaine-Light";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  padding-top: 4px; }
  .info_elm.align_left {
    left: -240px; }
  .info_elm.align_right {
    right: -240px; }
  .info_elm
.titulo_medium {
    font-family: "Gotham-Bold";
    font-size: 12px;
    padding-bottom: 12px; }

@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  /*
	.coluna3, .coluna5, .coluna7
	{
		width: calc(((100% - (2 * 15px)) / 3);
	}
	
	.coluna2, .coluna4, .coluna6
	{
		width: calc(((((100% - (2 * 15px)) / 3) * 2) + 15px);
	}
	
	.coluna1
	{
		width: 100%;
	}
	*/
  .coluna1, #conteudo, footer, .popup-content {
    width: calc(((9 * 82px) + (8 * 15px))); }
  .coluna2, .coluna4, .coluna6 {
    width: calc(((6 * 82px) + (5 * 15px))); }
  .coluna3, .grid-sizer, .coluna5, .coluna7, .coluna_ss {
    width: calc(((3 * 82px) + (2 * 15px))); }
  .gutter-sizer {
    width: 15px; }
  .grid-item {
    margin-bottom: 15px; } }

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .coluna1, #conteudo, footer, .popup-content {
    width: calc(((9 * 71px) + (8 * 15px))); }
  .coluna2, .coluna4, .coluna6 {
    width: calc(((6 * 71px) + (5 * 15px))); }
  .coluna3, .grid-sizer, .coluna5, .coluna7, .coluna_ss {
    width: calc(((3 * 71px) + (2 * 15px))); }
  .gutter-sizer {
    width: 15px; }
  .grid-item {
    margin-bottom: 15px; } }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .coluna1, #conteudo, footer, .popup-content {
    width: calc(((9 * 54px) + (8 * 15px))); }
  .coluna2, .coluna4, .coluna6 {
    width: calc(((6 * 54px) + (5 * 15px))); }
  .coluna3, .grid-sizer, .coluna5, .coluna7, .coluna_ss {
    width: calc(((3 * 54px) + (2 * 15px))); }
  .gutter-sizer {
    width: 15px; }
  .grid-item {
    margin-bottom: 15px; }
  /*
	.frase
	{
		width: 85%;
	}
*/
  .info_elm {
    width: 150px; }
    .info_elm.align_left {
      left: -180px; }
    .info_elm.align_right {
      right: -180px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .coluna1, #conteudo, footer, .popup-content {
    width: calc(((15 * 35px) + (14 * 15px))); }
  .coluna2, .coluna4, .coluna6 {
    width: calc(((10 * 35px) + (9 * 15px))); }
  .coluna3, .grid-sizer, .coluna5, .coluna7, .coluna_ss {
    width: calc(((5 * 35px) + (4 * 15px))); }
  .gutter-sizer {
    width: 15px; }
  .grid-item {
    margin-bottom: 15px; }
  /*
	.frase
	{
		width: 90%;
	}
*/
  .about_wrap
.submenu {
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
  .info_elm {
    display: none; } }

@media only screen and (max-width: 767px) {
  .coluna1, #conteudo, footer, .popup-content, .coluna2, .coluna4, .coluna6, .coluna3, .grid-sizer, .coluna5, .coluna7, .coluna_ss, .grid-item {
    width: calc(100%); }
  .grid-item {
    margin-bottom: 15px; }
  .frase {
    font-size: 20px;
    line-height: 27px; }
  .about_wrap
.submenu
li {
    margin-left: 15px;
    margin-right: 15px; }
  .press_wrap
.press_content {
    width: 90%; }
  .press_wrap
.nav {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  footer
p.left {
    float: none;
    text-align: center; }
  footer
ul.socials_links {
    float: none;
    text-align: center;
    margin-top: 10px; }
  .no_mobile {
    display: none; }
  .mobile {
    display: block; }
  .info_elm {
    display: none; }
  footer
.socials_links
li {
    font-size: 27px; } }

@media only screen and (max-width: 420px) {
  footer
.socials_links
li {
    font-size: 25px; }
  header
#menu
li {
    font-size: 60px;
    line-height: 47px; }
  .texto_about_large, .press_wrap
.press_content
h2 {
    font-size: 26px;
    line-height: 22px; } }

.map_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 0px;
  padding-bottom: 55%;
  position: relative;
  margin-top: 40px; }
  .map_wrap .map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%); }

.mobile_link {
  display: none; }
  .mobile_link
.mobile_link_div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
