@charset "utf-8";
/* CSS Document */

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= CONFIGURAGOES GERAIS -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/

body {
  margin: 0 auto;
  font-family: "Swis721_Cn_BT", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  background: url(../../imagens/bg_full.jpg) no-repeat;
  background-attachment: fixed;
  image-rendering: -webkit-optimize-contrast;
}

@font-face {
  font-family: "Swis721_Cn_BT";
  src: url("../fonts/Swis721_Cn_BT.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Swis721_Cn_BT.svg#Swis721_Cn_BT") format("svg"),
    url("../fonts/Swis721_Cn_BT.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Swis721_Cn_BT.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Swis721_Cn_BT.ttf") format("truetype");
  /* Safari, Android, iOS */
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

/** PLACEHOLDER */

::-webkit-input-placeholder {
  color: #efefef;
}

:-moz-placeholder {
  color: #efefef;
}

/* DIV DO TAMANHO LIMIT DO SITE*/

.limit {
  width: 960px;
  margin: 0 auto;
}

.limit-rodape {
  width: 1140px;
  margin: 0 auto;
}

/** BORDA DA imagens */

.imgBorda {
  margin: 0;
  padding: 10px;
  border: #f3f3f3 solid 1px;
}

a,
a:link,
a:hover {
  text-decoration: none;
  color: #61312c;
}

.alert-none {
  display: none;
}

#status {
  margin-top: 10px;
}

.center {
  text-align: center !important;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FIM CONFIGURAGOES GERAIS -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  HEADER -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/

header.header {
}

/*AREA LIMIT DA DIV CENTRAL DO TOPO */

header > .limit {
  position: relative;
  background: #fff;
  padding: 20px;
}

header .idiomas {
  width: 178px;
  height: 58px;
  background: url(../../imagens/bg_idiomas.png) no-repeat;
  float: right;
  z-index: 999;
  position: absolute;
  top: -10px;
  right: 20px;
}

header .idiomas p {
  font-size: 12px;
  color: #61312c;
  float: left;
  margin-right: 7px;
  margin-left: 7px;
  margin-top: 19px;
}

header .idiomas ul {
  list-style: none;
  margin-top: 17px;
}

header .idiomas ul li {
  list-style: none;
  display: inline-block;
  padding-right: 2px;
}

/*LOGO */

header figure.logo {
  width: 261px;
  height: 350px;
  float: left;
  text-align: center;
}

/* MENU TOPO */

header .menuPrincipal {
  clear: both;
  height: 60px;
  margin-top: 20px;
  background: url(../../imagens/bg_menu.png);
  position: relative;
}

header .sombraMenu {
  background: url(../../imagens/sombra_menu.png) no-repeat;
  height: 90px;
  margin-top: -55px;
}

/* MENU LISTA */

header .menuPrincipal ul {
  padding: 0;
  text-align: left;
  width: 805px;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  top: 10px;
}

/* MENU LISTA ITEM*/

header .menuPrincipal ul li {
  display: inline-block;
  list-style: none;
  height: 40px;
  border-right: 1px dotted #fff;
}

header .menuPrincipal ul li img {
  position: relative;
  bottom: 4px;
}

header .menuPrincipal ul li:last-of-type {
  border: none;
}

/* MENU LISTA ITEM LINK*/

header .menuPrincipal li a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 10px 16px;
  font-size: 16px;
}

header .menuPrincipal li a .caret {
  border-top-color: #fff;
}

header .menuPrincipal li a :active {
  background: none;
}

.active,
header .menuPrincipal li a.active,
header .menuPrincipal li a:hover {
  color: #ffff00;
}

.active .caret,
header .menuPrincipal li a:hover .caret,
header .menuPrincipal li a.active .caret {
  border-top-color: #ffff00;
}

header .menuPrincipal ul.dropdown-menu {
  position: absolute;
  width: auto;
  margin-top: 0;
  margin: 0;
  top: 100%;
  background: url(../../imagens/fundo_dropdown.png);
  border: 2px solid #388a28;
}

header .menuPrincipal ul.dropdown-menu li {
  display: block;
  border-right: 0;
}

header .menuPrincipal ul.dropdown-menu li a {
  display: block;
  text-align: center;
}

header .menuPrincipal ul.dropdown-menu li a:hover,
header .menuPrincipal ul.dropdown-menu li a:active {
  color: #ffff00;
  background: transparent;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FIM HEADER -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- BANNER -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/

.banner {
  margin: 0 auto;
  width: 697px;
  height: 350px;
  margin-left: 261px;
}

.orbit {
  width: 697px !important;
  height: 350px !important;
}

.orbit-wraper {
  width: 697px !important;
  height: 350px !important;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FIM BANNER -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- CONTAINER -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/

/** DIV CONTEUDO PRINCIPAL */

.container {
  padding: 20px;
  background: #fff;
}

section.conteudo .tabbable .tab-content h3,
#form-pre-inscricao h3 {
  margin: 0;
}

.tab-content,
#form-pre-inscricao {
  margin-left: 200px;
}

.nav-tabs > li > a {
  padding: 20px !important;
}

.tabs-left > .nav-tabs {
  height: 755px;
}

.form-pessoa {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-pessoa .form-group {
  width: 220px;
}

section.conteudo .tabbable ul li a {
  color: #61312c !important;
  font-size: 16px;
}

section.conteudo .tabbable .tab-content p,
#form-pre-inscricao p {
  margin: 0;
  text-align: justify;
}

section.conteudo .tabbable .tab-content .descricao,
section.conteudo .descricao {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

section.conteudo .tabbable .tab-content input[type="email"],
section.conteudo .tabbable .tab-content .select-inscricao,
section.conteudo .tabbable .tab-content input[type="text"],
#form-pre-inscricao input[type="email"],
#form-pre-inscricao .select-inscricao,
#form-pre-inscricao input[type="text"] {
  display: block;
}

section.conteudo .tabbable .tab-content .select-inscricao,
#form-pre-inscricao .select-inscricao {
  margin-bottom: 10px;
}

section.conteudo .tabbable .tab-content input[type="radio"],
#form-pre-inscricao input[type="radio"] {
  display: inline-block;
  float: left;
}

section.conteudo span > h3,
#form-pre-inscricao span > h3 {
  text-align: center;
  color: #666;
  font-weight: normal;
  font-size: 22px;
}

section.conteudo .informacoesComprador span > p {
  text-align: center;
}

section.conteudo .tabbable .tab-content h4,
#form-pre-inscricao h4 {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  line-height: 8px;
  font-weight: normal;
}

section.conteudo .tabbable .tab-content .control-label,
#form-pre-inscricao .control-label {
  width: 140px !important;
  color: #333;
  float: left;
  line-height: 30px;
}

.active {
  clear: both;
  color: #333;
}

section.conteudo .informacoesComprador h3 {
  text-align: center;
  margin: 0;
  color: #666;
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
}

section.conteudo .informacoesComprador ul {
  display: inline-block;
  margin-left: 100px;
  vertical-align: top;
}

section.conteudo .informacoesComprador ul li {
}

section.conteudo .informacoesComprador ul li p {
  text-align: center;
  margin: 0;
  color: #666;
  display: inline-block;
}

.container h1 ul {
  width: 918px;
  padding: 0;
  padding: 10px 10px 10px 10px !important;
  border: 1px solid #e4d1be;
  margin: 0;
}

.container h1 {
  font-family: "Humanst521 BT", sans-serif;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 30px;
  color: #666;
  background: url(../../imagens/bg_h2.jpg) no-repeat;
  padding: 9px;
}

/** BOX-COLUNA */

.container > .gridContainerEmpresa {
  display: inline-block;
  float: left;
  width: 580px;
  text-align: center;
  padding: 20px;
  background: url(../../imagens/bg_empresa.jpg) no-repeat;
}

.container > .gridContainerEmpresa ul {
  margin: 0;
  border: 1px solid #e4d1be;
  padding: 10px;
  height: 160px;
}

.container > .gridContainerParticipe h2,
.container > .gridContainerEmpresa h2 {
  margin: 0;
  text-align: left;
  font-size: 30px;
  font-weight: normal;
  color: #666;
  font-family: "Humanst521 BT", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.container > .gridContainerParticipe p,
.container > .gridContainerEmpresa p {
  margin: 0;
  text-align: justify;
  margin-bottom: 10px;
}

.container > .gridContainerParticipe {
  width: 260px;
  height: 222px;
  display: inline-block;
  margin-left: 36px;
  padding: 20px;
  background: url(../../imagens/bg_participe.jpg) no-repeat;
}

.container > .gridContainerEmpresa .btn,
.container > .gridContainerParticipe .btn {
  margin-top: 10px;
}

.container > .gridContainerParticipe ul {
  margin: 0;
  border: 1px solid #f0e7bf;
  padding: 10px;
  height: 160px;
}

.frase {
  margin: 60px 0 40px;
  font-size: 20px;
  line-height: 120%;
  font-style: italic;
  color: #571d00;
}

.container > .gridContainerParceiros h2 {
  width: 960px;
  display: inline-block;
  position: relative;
  bottom: 60px;
  color: #4b4b4b;
  text-align: center;
}

.container > .gridContainerParceiros {
  height: 165px;
  width: 960px;
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 25px;
  /* background: url(../../imagens/bg_parceiros.jpg) repeat-x; */
}

.container > .gridContainerParceiros figure.sombraDireita {
  display: inline-block;
  float: right;
  position: relative;
  bottom: 75px;
}

.container > .gridContainerParceiros figure.sombraEsquerda {
  display: inline-block;
  float: left;
  position: relative;
  bottom: 75px;
}

.container > .gridContainerParceiros ul {
  list-style: none;
}

.container > .gridContainerParceiros ul li {
  list-style: none;
  display: inline-block;
}

.container > .gridContainer {
  width: 100%;
  height: auto;
  vertical-align: top;
  text-align: center;
}

.container > .gridContainer h2 {
  color: #4b4b4b;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

.container > .gridContainer ul {
  margin: 0;
  padding: 0;
}

.container > .gridContainer ul li {
  list-style: none;
  padding: 05px;
  display: inline-block;
  width: 305px;
  vertical-align: top;
}

.container > .gridContainer ul li h3 {
  line-height: 120%;
  margin: 0;
  padding-top: 10px;
  font-size: 15px;
}

.container > .gridContainer ul li p {
  margin: 0;
  padding: 10px 0;
  text-align: justify;
}

.container > .gridContainer ul li img {
  width: 305px;
}

.container > .gridContainerFacebook {
  margin-top: 20px;
}

/** IMAGEM DO TOPO DA PAGINA */

.container > figure.imgPaginaTopo img {
  width: 1000px;
  height: 200px;
}

/** ------- TEXTO -------*/

/** IMAGEM DO TOPO DA PAGINA */

.container > section.conteudoTexto {
  float: left;
  width: 600px;
  text-align: justify;
}

/** ALBUM DO TEXTO */

.albumTexto {
  width: 350px;
  float: right;
}

.albumTexto ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
}

.albumTexto ul li {
  width: 150px;
  display: inline-block;
  margin: 5px;
  margin-bottom: 0;
}

.albumTexto ul li:hover {
  background: url(../../imagens/zoom.png) 60% 60% no-repeat;
  opacity: 0.7;
  z-index: 500;
}

.albumTexto ul a:hover {
  opacity: 0.7;
  z-index: 500;
}

.albumTexto ul li img {
  width: 130px;
}

/** ------- CONTEUDO -------*/

/** IMAGEM DO TOPO DA PAGINA */

.container > section.conteudo {
  text-align: justify;
}

section.conteudo ul {
  padding: 0;
  margin: 0;
  height: auto;
  list-style: none;
  margin-bottom: 30px;
}

section.conteudo h2 {
  padding: 5px;
  color: #666;
  line-height: 25px;
  font-size: 18px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

section.conteudo h2.title {
  padding: 5px;
  color: #666;
  line-height: 25px;
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  font-family: "Swis721_Cn_BT", Arial, Helvetica, sans-serif;
}

section.conteudo h2.titulo {
  font-size: 22px;
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
  border-left: solid 4px #e0ccb4;
  border-bottom: solid 1px #f7efea;
}

section.conteudo ul li.conteudoColum {
  margin: 10px 15px 10px 5px;
  width: 295px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  text-align: center;
}

section.conteudo ul li.conteudoColum p {
  color: #333;
}

section.conteudo ul li.conteudoColum img {
  width: 270px;
  height: 200px;
}

.imgConteudoDescricao {
  float: left;
  margin-right: 10px;
}

section.conteudo ul li.conteudoColumInformacao {
  margin: 10px 15px 10px 5px;
  width: 440px;
  display: inline-block;
  *display: inline;
  text-align: left;
  vertical-align: top;
}

section.conteudo ul li.conteudoColumInformacao p {
  margin: 0;
  margin-top: 5px;
}

section.conteudo ul li.conteudoColumInformacao img {
  width: 250px;
  float: left;
  margin-right: 10px;
}

section.conteudo ul li.conteudoList {
  list-style: none;
  margin-bottom: 20px;
  display: list-item;
  color: #666666;
  border-bottom: #ebebeb dashed 1px;
  overflow: hidden;
  padding-bottom: 10px;
}

section.conteudo ul li.conteudoList p {
  text-align: justify;
  color: #333;
}

section.conteudo ul li.conteudoList figure {
  width: 200px;
  float: left;
  margin: 0 10px 10px 0;
}

section.conteudo ul li.conteudoList .content {
  margin-bottom: 20px;
  margin-left: 230px;
}

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

.tabelaAssociadas thead {
  background: #4b4b4b;
  color: #fff;
}

/** ALBUM **/

section.conteudo .album {
  display: block;
  float: left;
  margin: 0 auto;
}

section.conteudo .album ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.album ul li {
  padding: 15px;
  margin: 8px 8px 0 0px;
  float: left;
  display: inline-block;
  width: 200px;
  max-height: 250px;
  min-height: 250px;
}

.album ul li:hover {
  /*background: url(../../imagens/zoom.png) 60% 60% no-repeat;*/
  opacity: 0.7;
  z-index: 500;
}

.album ul a:hover {
  opacity: 0.7;
  z-index: 300;
}

.album ul li figure {
  width: 200px;
}

/** ------- CONTEUDO -------*/

/** IMAGEM DO TOPO DA PAGINA */

.container > section.contato .formContato {
  width: 700px;
  float: right;
}

.btnDireita {
  margin-left: 493px;
}

.container > section.contato .formContato h2 {
  color: #666666;
  font-family: "Humanst521 BT", sans-serif;
  margin-left: 8px;
}

.container > section.contato > address {
  float: left;
  width: 255px;
  margin-top: 25px;
}

.container > section.contato > address h4 {
  color: #666666;
  margin: 0;
}

.container > section.contato > address p {
  margin: 0;
  font-size: 15px;
  color: #666666;
  line-height: 0px;
}

.container > section.contato h1 {
  margin: 0;
  margin-bottom: 20px;
}

.form .control-label {
  width: 190px !important;
  margin-top: 0px !important;
}

.form .control-group {
  display: inline-block;
  margin: 0px 8px 0px 8px;
}

.container section.contato input[type="text"] {
  width: 200px;
  height: 25px;
}

.container section.contato select {
  width: 212px;
  height: 35px;
}

.container section.contato textarea {
  width: 665px;
  margin-bottom: 20px;
}

/** IMAGEM DO TOPO DA PAGINA */

.container > aside.conteudoLateral {
  width: 320px;
  float: right;
}

/* MIDIA SOCIAL */

.container > section .midiaSocial {
  margin: 20px 0;
  display: block;
  list-style: none;
  float: left;
  width: 100%;
}

.midiaSocial li {
  display: inline-block;
  padding-right: 5px;
}

.botaoInferior {
  float: left;
  width: 100%;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FIM CONTAINER -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- RODAPE -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/

/** RODAPE */

footer.rodape {
  margin: 0 auto;
  margin-top: 45px;
  padding-top: 40px;
  overflow: hidden;
  clear: both;
  background: url(../../imagens/bg_rodape.jpg) no-repeat;
  font-family: "Swis721 Cn BT", sans-serif;
}

.rodape .gridFooterLogo {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: -30px;
  margin-bottom: 20px;
}

.rodape .gridFooterLogo figure.logo {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

.rodape .gridFooterLogo figure.logo img {
  width: 150px;
}

.rodape .gridFooterLogo h3 {
  margin: 0;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
  display: inline-block;
}

.rodape .gridFooterLogo p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.rodape .gridFooterCompartilhe {
  display: inline-block;
  float: left;
  width: 300px;
  border-left: 1px dotted #fff;
  padding-left: 20px;
}

.rodape .gridFooterMensagem {
  display: inline-block;
  float: left;
  width: 340px;
  border-left: 1px dotted #fff;
  padding-left: 20px;
}

.rodape .gridFooterMensagem p {
  margin: 0 0 15px;
  color: #fff;
  font-size: 14px;
}

.rodape .gridFooterCompartilhe .btn {
  margin-bottom: 10px;
}

.rodape .gridFooterCompartilhe h2 {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  color: #fff;
}

.rodape .gridFooterCompartilhe h3 {
  margin: 0;
  line-height: 25px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.rodape .gridFooterCompartilhe ul {
  margin: 0;
  padding: 0;
}

.rodape .gridFooterCompartilhe .btn {
  display: inline-block;
}

.rodape .gridFooter {
  display: inline-block;
  float: left;
  width: 175px;
}

/** LOGO */

.gridFooter > figure.logo {
  display: block;
  width: 300px;
  color: #00ff00;
  text-transform: uppercase;
  margin: 0 0 10px;
}

/** ENDERECO 
		.gridFooter>address
		{
			display: block;
			width: 300px;
			color: #FFFFFF;
			margin: 0 0 10px;
		}
		
		/** TITULOS */

.gridFooter > h2 {
  padding: 0;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.gridFooter .menuFooter {
  display: inline-block;
  width: 175px;
  border-left: 1px dotted #fff;
  vertical-align: top;
}

.gridFooter .menuFooter ul {
  padding: 0;
  margin: 0;
}

.menuFooter ul li {
  list-style: none;
  padding-left: 15px;
}

.menuFooter ul li a {
  color: #fff;
  line-height: 25px;
  padding-left: 5px;
}

.gridFooter > .redeSocial ul {
  padding: 0;
  margin: 0;
}

.redeSocial ul li {
  list-style: none;
  display: inline-block;
  height: 33px;
  padding-right: 5px;
}

.redeSocial ul li a:hover {
  color: #fff;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}

.redeSocial ul li a {
  color: #61312c;
  font-size: 33px;
  display: inline-block;
}

footer > .copyright {
  height: 60px;
  overflow: hidden;
  clear: both;
  color: #fff;
  position: relative;
}

.copyright p {
  padding: 25px 0 0 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

.copyright figure.logoAgencia {
  position: absolute;
  top: 5px;
  right: 0;
  width: 100px;
  height: 36px;
  padding: 5px 20px 5px 0;
  text-align: right;
}

/** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FIM RODAPE -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- **/

.btn-custom {
  background-color: hsl(27, 27%, 80%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d9cabe");
  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#d9cabe)
  );
  background-image: -moz-linear-gradient(top, #ffffff, #d9cabe);
  background-image: -ms-linear-gradient(top, #ffffff, #d9cabe);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #d9cabe)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #d9cabe);
  background-image: -o-linear-gradient(top, #ffffff, #d9cabe);
  background-image: linear-gradient(#ffffff, #d9cabe);
  border-color: #d9cabe #d9cabe hsl(27, 27%, 75%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}
