@charset "UTF-8";
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/****************************************************************************************************************
FONTES *********************************************************************************************************/

@font-face {
  font-family: 'Museo-700';
  src: url('../fonts/webfonts/2A4A96_0_0.eot');
  src: url('../fonts/webfonts/2A4A96_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/2A4A96_0_0.woff') format('woff'), url('../fonts/webfonts/2A4A96_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Museo-300';
  src: url('../fonts/webfonts/2A4A96_1_0.eot');
  src: url('../fonts/webfonts/2A4A96_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/2A4A96_1_0.woff') format('woff'), url('../fonts/webfonts/2A4A96_1_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Museo-100';
  src: url('../fonts/MuseoSans-100.eot?') format('eot'), url('../fonts/MuseoSans-100.otf') format('opentype'), url('../fonts/MuseoSans-100.woff') format('woff'), url('../fonts/MuseoSans-100.ttf') format('truetype'), url('../fonts/MuseoSans-100.svg#MuseoSans-100') format('svg');
}

/****************************************************************************************************************
GLOBAIS ********************************************************************************************************/

body, html {
  min-width: 960px;
}

body {
  font-family: 'Museo-300', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1em;
  color: #818181;
}

a {
  text-decoration: none;
  color: #888888;
}

p {
  margin-bottom: 20px;
}

strong {
  font-weight: normal;
}

.stage {
  clear: left;
  width: 960px;
  position: relative;
  margin: auto;
}

.stage.b {
  overflow: hidden;
}

.terminal {
  position: fixed;
  background: #666;
  color: #ccc;
  left: 0;
  top: 0;
  z-index: 9000;
  font-size: 10px;
}

#rodape {
  clear: left;
  width: 100%;
  padding: 35px 0;
  background: url(../images/rodape_bg.png) no-repeat center top;
  overflow: hidden;
  margin: 50px 0 50px 0;
}

#rodape .logo {
  float: right;
}

#rodape .logo img {
  display: inline-block;
  margin-left: 30px;
  float: left;
}

#rodape .logo .promo {
  display: inline-block;
  float: left;
  margin-top: 47px;
}

#rodape .drink {
  display: inline-block;
  float: left;
  margin-top: 0;
  text-transform: uppercase;
  margin-top: 47px;
  margin-left: 10px;
}

#rodape .langs {
  /* display: inline-block; */
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-left: -120px;
  text-transform: uppercase;
  margin-top: 47px;
}
#rodape .langs img{
  max-width: 100%;
  width: 50%;
}
/****************************************************************************************************************
TOPO HOME ******************************************************************************************************/

.topo_home {
  width: 100%;
  height: 597px;
  position: relative;
  z-index: 10;
  margin: auto;
  overflow: hidden;
}

.bg_piso {
  width: 100%;
  height: 212px;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  background: url(../images/topo_piso_bg.jpg) no-repeat center bottom;
}

.stage_topo {
  clear: left;
  width: 960px;
  height: 597px;
  position: relative;
  z-index: 20;
  margin: auto;
}

.stage_topo .copo {
  position: absolute;
  left: 500px;
  top: 214px;
  z-index: 20;
}

.stage_topo .cachaca {
  position: absolute;
  left: 105px;
  top: 165px;
  z-index: 10;
}

.stage_topo .texto {
  position: absolute;
  right: 498px;
  top: 336px;
  z-index: 10;
  text-align: right;
  color: #FFF;
  font-size: 13px;
  line-height: 16px;
}

.stage_topo .audio {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  left: 474px;
  top: 334px;
  overflow: hidden;
  z-index: 30;
  cursor: pointer;
}

.stage_topo .audio .icone {
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 11;
}

.stage_topo .audio .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.stage_topo .audio:hover .bg {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.box_refracao {
  width: 149px;
  height: 166px;
  position: absolute;
  left: 506px;
  top: 255px;
  z-index: 9;
}

.box_refracao img {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transition: all 2.3s cubic-bezier(0.895, 0.030, 0.685, 0.220);
  -moz-transition: all 2.3s cubic-bezier(0.895, 0.030, 0.685, 0.220);
  -o-transition: all 2.3s cubic-bezier(0.895, 0.030, 0.685, 0.220);
  transition: all 2.3s cubic-bezier(0.895, 0.030, 0.685, 0.220);
}

.box_refracao img.ativo {
  opacity: 1;
  filter: alpha(opacity=100);
}

.box_destaques {
  width: 1920px;
  height: 386px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin: 0 0 0 -960px;
  z-index: 2;
}

.box_destaques .slider_destaques {
  width: 1920px;
  height: 386px;
  position: relative;
  overflow: hidden;
}

/****************************************************************************************************************
BARRA MENU & NEWS **********************************************************************************************/

.barra_menu_novidades {
  position: absolute;
  width: 240px;
  min-height: 600px;
  padding-top: 175px;
  overflow: hidden;
  right: 0;
  top: -200px;
  background: url(../images/menu_bg.png) no-repeat 0 0;
  z-index: 20;
  text-align: center;
  color: #5c543e;
  line-height: 18px;
}

.barra_menu_novidades.b {
  top: 0;
  right: 0;
  padding: 0;
  min-height: 100px;
  background-image: url(../images/menu_bg2.png);
}

.barra_menu_novidades.c, .barra_menu_novidades.d {
  float: left;
  position: relative;
  top: 0;
  margin-left: 63px;
  min-height: 100px;
  background-image: url(../images/menu_bg2.png);
}

.barra_menu_novidades h1 {
  position: absolute;
  left: 51px;
  top: 12px;
}

.barra_menu_novidades .box_topo {
  height: 325px;
  overflow: hidden;
}

.barra_menu_novidades.b .box_topo {
  height: 390px;
  overflow: hidden;
}

.barra_menu_novidades.c .box_topo {
  height: 320px;
  overflow: hidden;
}

.barra_menu_novidades.d .box_topo {
  height: 320px;
  overflow: hidden;
}

.barra_menu_novidades a {
  color: #5c543e;
  display: block;
}

.box_topo {
  padding: 0 30px !important;
}

.barra_menu_novidades.b a.itemMenu {
  margin-top: 180px;
}

.barra_menu_novidades a h2 {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #4b7658;
  text-transform: uppercase;
  font-family: 'Museo-700';
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 5px;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  /* easeOutCubic */
}

.barra_menu_novidades a:hover h2 {
  color: #A3CA28;
}

.barra_menu_novidades a h2.b {
  font-size: 14px;
  margin-bottom: 2px;
}

.barra_menu_novidades a h2.b span {
  display: inline-block;
  color: #a5926e;
  padding: 0 8px;
  font-size: 13px;
}

.barra_menu_novidades .sep {
  display: block;
  height: 19px;
  background: url(../images/sep1.png) no-repeat center;
  margin: 15px 0 8px 0;
}

.barra_menu_novidades .news {
  clear: left;
  width: 100%;
  min-height: 200px;
  padding: 41px 0 50px 0;
  background: #A3CA28 url(../images/news_rodape.png) no-repeat bottom;
  position: relative;
  color: #4a7657;
}

.barra_menu_novidades.b .news {
  min-height: 10px;
  padding-top: 15px;
}

.barra_menu_novidades.c .news {
  min-height: 10px;
  padding-top: 15px;
}

.barra_menu_novidades.b .news strong {
  font-family: 'Museo-700';
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
  color: #FFF;
}

.barra_menu_novidades .news .sep2 {
  position: absolute;
  top: 0;
  left: 17px;
}

.barra_menu_novidades .news ul {
  width: 185px;
  margin: auto;
  clear: left;
}

.barra_menu_novidades .news ul li {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url(../images/sep3.png) no-repeat bottom center;
}

.barra_menu_novidades .news ul li h3 {
  display: block;
  text-transform: uppercase;
  color: #FFF;
  font-weight: normal;
  font-family: 'Museo-700';
  font-size: 14px;
  margin-bottom: 3px;
}

.barra_menu_novidades .news ul li span {
  display: block;
  color: #4a7657;
}

.barra_menu_novidades .news ul li strong {
  display: block;
  color: #4a7657;
  font-family: 'Museo-700';
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}

.barra_menu_novidades .news ul li a {
  color: #e9ffa5;
  font-size: 12px;
  line-height: 16px;
}

.barra_menu_novidades .news ul li a:hover, .barra_menu_novidades .news ul li a:hover strong {
  color: #fff;
}

.barra_menu_novidades .news .verMais {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icone_mais.png) no-repeat 0 0;
  margin-left: 108px;
}

.barra_menu_novidades .news .verMais:hover {
  background-position: right 0;
}

/****************************************************************************************************************
BLOCOS HOME ****************************************************************************************************/

.grid1 {
  float: left;
  overflow: hidden;
  position: relative;
}

.wh1 {
  width: 240px;
  height: 600px;
}

.wh2 {
  width: 480px;
  height: 600px;
}

.wh3 {
  width: 240px;
  height: 300px;
}

.wh4 {
  width: 480px;
  height: 300px;
}

.wh5 {
  width: 480px;
  height: 310px;
}

.wh6 {
  width: 240px;
  height: 310px;
}

.pos1 {
  left: 37px;
  top: 421px;
}

.pos2 {
  left: 46px;
  top: 107px;
}

.pos3 {
  left: 41px;
  top: 83px;
}

.pos4 {
  left: 40px;
  top: 85px;
}

.bg1 {
  background: url(../images/caipirinha1.jpg) no-repeat 0 40px;
}

.bg2 {
  background: url(../images/wood_bg.jpg) no-repeat 0 0;
}

.bg3 {
  background: url(../images/wood_sombra.png) no-repeat center bottom;
  padding-bottom: 38px;
}

.caipirinha2 {
  position: absolute;
  left: -1px;
  top: 31px;
}

.box_complemento_bg .paisagem {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 2.2s cubic-bezier(0.895, 0.030, 0.685, 0.220);
  -moz-transition: all 2.2s cubic-bezier(0.895, 0.030, 0.685, 0.220);
  -o-transition: all 2.2s cubic-bezier(0.895, 0.030, 0.685, 0.220);
  transition: all 2.2s cubic-bezier(0.895, 0.030, 0.685, 0.220);
}

.box_complemento_bg .paisagem.ativo {
  opacity: 1;
  filter: alpha(opacity=100);
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -41px 0 0 -41px;
}

.box_home_final {
  width: 960px;
  clear: left;
  overflow: hidden;
  margin: auto;
  background: url(../images/bg_home_final.jpg) no-repeat center 9px;
}

#btn_lb_historia {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#lb_historia {
  display: none;
  width: 95%;
  max-width: 1200px;
  background: url(../images/lb1_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 65px 60px;
  color: #352b26;
  font-family: 'Museo-700';
  font-size: 13px;
  line-height: 1.500em;
}

#lb_historia .bt_fechar {
  display: block;
  cursor: pointer;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/bt_fechar1.png) no-repeat 0 0;
}

#lb_historia .bt_fechar:hover {
  background-position: left bottom;
}

#lb_historia .titulo {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  color: #4a7657;
  font-family: 'Museo-700';
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.1em;
}

#lb_historia .colunas {
  display: block;
  width: 100%;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  column-count: 3;
  column-gap: 40px;
}

/****************************************************************************************************************
SLIDER FRUITS **************************************************************************************************/

.box_texto {
  width: 202px;
  height: 202px;
  background: #FFF;
  position: absolute;
  top: 55px;
  left: 146px;
  text-align: center;
  line-height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.box_texto .titulo {
  color: #a3ca28;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Museo-700';
  line-height: 1em;
  display: block;
  margin: 50px 0 5px 0;
}

.seta {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 2;
  top: 150px;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.seta img {
  margin: -1px 0 0 -1px;
}

.seta:hover {
  background: url(../images/bg_seta.png) no-repeat center;
}

.seta.esq {
  left: 73px;
}

.seta.dir {
  left: 105px;
}

.slider_fruits {
  width: 480px;
  height: 300px;
  position: relative;
  overflow: hidden;
  z-index: 0
}

.slider_fruits .conteudo {
  width: 480px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.slider_fruits .conteudo .imagem {
  z-index: 10;
}

.seta2 {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 2;
  top: 220px;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.seta2 img {
  margin: -1px 0 0 -1px;
}

.seta2:hover {
  background: url(../images/bg_seta2.png) no-repeat center;
}

.seta2.esq {
  left: 40px;
}

.seta2.dir {
  left: 72px;
}

/****************************************************************************************************************
WHO TO DRINK ***************************************************************************************************/

.who_bg {
  width: 100%;
  overflow: auto;
  position: relative;
  min-height: 1900px;
}

.who_bg.bg1 {
  background: url(../images/bg_who_to_drink.jpg) no-repeat center top;
}

.who_bg.bg2 {
  background: url(../images/bg_grafismo.png) no-repeat center top;
}

.who_bg.bg3 {
  background: url(../images/bg_taste.jpg) no-repeat center top;
  min-height: 200px;
}

.who_bg.bg4 {
  background: url(../images/bg_news.jpg) no-repeat center top;
  min-height: 200px;
}

.who_bg.bg5 {
  background: url(../images/bg_about.jpg) no-repeat center top;
  min-height: 200px;
}

.taste_the_new {
  float: left;
  width: 218px;
  height: 536px;
  padding: 155px 0 0 12px;
}

.box_flutuante {
  position: absolute;
  overflow: hidden;
}

/****************************************************************************************************************
TIPOS DE CONSUMO ***********************************************************************************************/

.tipos_box {
  float: left;
  clear: left;
  width: 923px;
  height: 638px;
  overflow: hidden;
  position: relative;
  margin-left: 37px;
}

.tipos_texto {
  position: absolute;
  width: 210px;
  left: 693px;
}

.tipos_grafico {
  float: left;
  width: 613px;
  height: 611px;
  overflow: hidden;
  position: relative;
}

.tipos_grafico .tipo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 150ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: all 150ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: all 150ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: all 150ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  /* easeOutQuad */
}

.tipos_grafico .tipo.ativo {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tipos_grafico .tipo.hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.tipos_grafico .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}

.tipos_grafico .maskBg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 16;
  width: 613px;
  height: 611px;
  overflow: hidden;
  background: url(../images/tipos_bg.png) no-repeat 0 0;
}

.tipos_grafico .circulo_conteudo {
  width: 218px;
  height: 218px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #A3CA28;
  overflow: hidden;
  z-index: 20;
  position: absolute;
  left: 190px;
  top: 201px;
  text-align: center;
  -webkit-transition: all 350ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: all 350ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: all 350ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: all 350ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  /* easeOutQuad */
}

.tipos_grafico .circulo_conteudo.sumir {
  opacity: 0;
  filter: alpha(opacity=0);
  transition-delay: 400ms
}

.tipos_grafico .circulo_conteudo .titulo3 {
  position: absolute;
  top: 50px;
  padding: 10px;
  left: 10px;
  -webkit-transition: all 300ms cubic-bezier(0.600, 0, 0.735, 0.045);
  -webkit-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
  -moz-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
  -o-transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
  transition: all 300ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
}

.tipos_grafico .circulo_conteudo.sumir .titulo3 {
  left: 230px;
}

.tipos_grafico .circulo_conteudo2 {
  width: 218px;
  height: 218px;
  overflow: hidden;
  z-index: 15;
  position: absolute;
  left: 190px;
  top: 201px;
  background: #FFED24;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tipos_grafico .circulo_conteudo2.ativo {
  opacity: 1;
  filter: alpha(opacity=100);
  transition-delay: 400ms;
}

/****************************************************************************************************************
CAIPIRINHA GENUINA *********************************************************************************************/

.caipirinha_genuina_box {
  float: left;
  clear: left;
  width: 960px;
  height: 580px;
  position: relative;
}

.caipirinha_genuina_box .limao {
  left: 273px;
  top: 123px;
  position: absolute;
}

.caipirinha_genuina_box .titulo_caipirinha {
  background: #FFF;
  height: 52px;
  width: 210px;
}

.caipirinha_genuina_box .bt_como_preparar {
  display: inline-block;
  clear: left;
  padding: 8px 13px 7px 13px;
  background: #A3CA28;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Museo-700';
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  line-height: 1em;
  margin-top: 25px;
  margin-left: 58px;
}

.caipirinha_genuina_box .bt_como_preparar:hover {
  background: #467557;
}

.slider_caipirinha {
  width: 250px;
  height: 270px;
  position: absolute;
  overflow: hidden;
  z-index: 20;
  left: 575px;
  top: 166px;
}

.slider_caipirinha .conteudo {
  width: 250px;
  height: 270px;
  line-height: 18px;
}

.slider_caipirinha .conteudo .numero {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 99px;
  color: #E9EF9F;
  line-height: 1em;
  display: inline-block;
}

.slider_caipirinha .conteudo p {
  margin: 64px 0 0 58px;
}

.slider_caipirinha .rsBullets {
  position: absolute;
  z-index: 35;
  left: 58px;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: left;
  line-height: 8px;
  overflow: hidden;
  background: #FFF;
}

.slider_caipirinha .rsBullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
  cursor: pointer
}

.slider_caipirinha .rsBullet:first-child {
  display: none;
}

.slider_caipirinha .rsBullet span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ECEDBA;
}

.slider_caipirinha .rsBullet.rsNavSelected span {
  background-color: #8BBC08;
}

/****************************************************************************************************************
FRUTAS *********************************************************************************************************/

.frutas_box {
  float: left;
  clear: left;
  width: 960px;
  height: 790px;
  position: relative;
  overflow: hidden;
  background: url(../images/frutas_bg.jpg) no-repeat 0 0;
}

/****************************************************************************************************************
MADEIRAS *******************************************************************************************************/

.madeiras_stage_full {
  width: 100%;
  height: 854px;
  overflow: hidden;
  position: relative;
}

.madeiras_stage_full .destaque_parallax {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-top: 230px;
  z-index: 10;
  background: url(../images/bg_parallax.jpg) no-repeat top center;
  background-size: 101% auto;
  background-attachment: fixed;
}

.madeiras_stage {
  width: 960px;
  height: 854px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -480px;
  z-index: 50;
}

.madeiras_stage .txt_box1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 235px;
  height: 403px;
  padding-left: 27px;
  padding-right: 17px;
  background: #FFF;
}

.madeiras_stage .txt_box1 .dir {
  position: absolute;
  top: 38px;
  right: -212px;
  width: 74%;
}

.madeiras_tipos {
  width: 580px;
  height: 580px;
  position: absolute;
  left: 372px;
  top: 144px;
  background: url(../images/bg_madeira_icones.png) no-repeat 0 0;
}

.madeiras_tipos .icone {
  position: absolute;
  width: 79px;
  height: 79px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 7px solid rgba(255, 240, 44, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  /* easeOutCubic */
}

.madeiras_tipos .icone:hover {
  border-color: rgba(255, 240, 44, 0.5);
}

.madeiras_tipos .icone.ativo {
  border-color: rgba(255, 240, 44, 1);
}

.madeiras_tipos .icone.a {
  left: 19px;
  top: 206px;
}

.madeiras_tipos .icone.b {
  left: 47px;
  top: 129px;
}

.madeiras_tipos .icone.c {
  left: 99px;
  top: 65px;
}

.madeiras_tipos .icone.d {
  left: 171px;
  top: 24px;
}

.madeiras_tipos .icone.e {
  left: 251px;
  top: 10px;
}

.madeiras_tipos .icone.f {
  left: 332px;
  top: 24px;
}

.madeiras_tipos .icone.g {
  left: 404px;
  top: 66px;
}

.madeiras_tipos .icone.h {
  left: 457px;
  top: 129px;
}

.madeiras_tipos .icone.i {
  left: 485px;
  top: 206px;
}

.madeiras_tipos .icone.j {
  left: 485px;
  top: 289px;
}

.madeiras_tipos .icone.l {
  left: 457px;
  top: 366px;
}

.madeiras_tipos .icone.m {
  left: 404px;
  top: 429px;
}

.madeiras_tipos .icone.n {
  left: 333px;
  top: 470px;
}

.madeiras_tipos .icone.o {
  left: 252px;
  top: 484px;
}

.madeiras_tipos .icone.p {
  left: 171px;
  top: 470px;
}

.madeiras_tipos .icone.q {
  left: 100px;
  top: 429px;
}

.madeiras_tipos .icone.r {
  left: 47px;
  top: 366px;
}

.madeiras_tipos .icone.s {
  left: 19px;
  top: 288px;
}

.madeiras_tipos .slider_madeiras {
  width: 319px;
  height: 350px;
  padding: 0 15px;
  background: #FFF;
  position: absolute;
  left: 116px;
  top: 112px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.madeiras_tipos .slider_madeiras .rsContent {}

.madeiras_tipos .slider_madeiras .rsContent .copo {
  position: absolute;
  left: 38px;
  top: 118px;
}

.madeiras_tipos .slider_madeiras .rsContent .texto {
  position: absolute;
  left: 126px;
  top: 123px;
  line-height: 18px;
  width: 160px;
}

/****************************************************************************************************************
DRINKS VARIADOS ************************************************************************************************/

.drinks_variados {}

.drinks_mask {
  float: left;
  clear: left;
  width: 700px;
  height: 220px;
  overflow: hidden;
}

.carrossel_drinks {
  clear: left;
  width: 1550px;
  height: 190px;
  margin-top: 30px;
  z-index: 20;
}

.slider_drinks {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}

.slider_drinks li {
  width: 140px;
  height: 190px;
  position: relative;
  font-size: 12px;
  text-align: center;
  float: left;
}

.slider_drinks li img {
  width: 140px;
  height: 190px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.slider_drinks li span {
  z-index: 5;
  top: 145px;
  position: relative;
}

.drink_atual {
  float: left;
  clear: left;
  width: 940px;
  padding: 55px 0 0 0;
  position: relative;
  z-index: -1;
}

.drink_atual .titulo {
  width: 220px;
  height: 66px;
  position: absolute;
  right: -13px;
  top: 55px;
}

.drink_atual .drink {
  position: absolute;
  right: -18px;
  top: -281px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -moz-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  /* easeInOutCubic */
}

.drink_atual .drink.ativo {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.drink_atual .bloco_drink {
  display: none;
}

.drink_atual .bloco_drink .bloco_texto {
  float: left;
  width: 200px;
  line-height: 18px;
  font-size: 12px;
  z-index: 10;
  position: relative;
}

.drink_atual .bloco_drink .bloco_texto.a {
  margin: 66px 0 0 505px;
}

.drink_atual .bloco_drink .bloco_texto.b {
  margin: 66px 0 0 31px;
}

.drink_atual .bloco_drink .bloco_texto strong {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  margin: 18px 0 0px 0;
  font-size: 11px;
}

/****************************************************************************************************************
TASTE BRASIL ***************************************************************************************************/

.taste_brazil {
  float: left;
  width: 218px;
  height: 361px;
  padding: 155px 0 0 0;
}

.mapa_mundo {
  float: left;
  clear: left;
  width: 960px;
  height: 580px;
  position: relative;
  background: url(../images/mapa_mundo.jpg) no-repeat 0 0;
  z-index: 0;
}

.mapa_mundo .item {
  position: absolute;
  text-align: center;
  font-size: 11px;
  color: #4a7657;
  background: #FFF02C;
  width: 63px;
  height: 63px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 120ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 120ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 120ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 120ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  /* easeOutCubic */
}

.mapa_mundo .item span {
  display: inline-block;
  margin-top: 20px;
}

.mapa_mundo .item:hover, .mapa_mundo .item.ativo {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #467557;
  color: #FFF;
}

.mapa_mundo .item.a {
  left: 34px;
  top: 112px;
}

/* north america */

.mapa_mundo .item.b {
  left: 106px;
  top: 232px;
}

/* central america */

.mapa_mundo .item.c {
  left: 263px;
  top: 413px;
}

/* south america */

.mapa_mundo .item.d {
  left: 450px;
  top: 64px;
  width: 58px;
  height: 58px;
  line-height: 22px;
}

/* europe */

.mapa_mundo .item.e {
  left: 476px;
  top: 287px;
  width: 50px;
  height: 50px;
  line-height: 16px;
}

/* africa */

.mapa_mundo .item.f {
  left: 574px;
  top: 146px;
  width: 56px;
  height: 56px;
}

/* middle east */

.mapa_mundo .item.f span {
  margin-top: 18px;
}

.mapa_mundo .item.g {
  left: 637px;
  top: 49px;
}

/* easter europe */

.mapa_mundo .item.h {
  left: 704px;
  top: 202px;
  width: 41px;
  height: 41px;
  line-height: 4px;
}

/* asia */

.mapa_mundo .item.i {
  left: 784px;
  top: 377px;
  line-height: 26px;
}

/* oceania */

.pesquisa_paises_stage {
  min-height: 500px;
  position: relative;
  clear: left;
  float: left;
  z-index: 20
}

.col_select {
  position: relative;
  margin: 0 0 0 7px;
  float: left;
  clear: left;
  width: 240px;
  min-height: 0;
}

.col_select .txt_selecione {
  display: block;
  font-family: 'Museo-100';
  font-size: 14px;
  text-transform: uppercase;
  color: #4a7657;
  margin-bottom: 15px;
}

.col_select select {
  width: 150px;
}

.col_enderecos {
  position: relative;
  width: 440px;
  overflow: hidden;
  float: left;
}

.col_enderecos .titulo {
  display: block;
  font-size: 14px;
  color: #4a7657;
  font-family: 'Museo-100';
  text-transform: uppercase;
  height: 32px;
}

.col_enderecos ul li {
  float: left;
  font-size: 12px;
  width: 170px;
  margin-bottom: 20px;
}

.col_enderecos ul li:nth-child(odd) {
  margin-right: 72px;
}

.col_enderecos ul li strong {
  display: block;
  font-family: 'Museo-700';
  font-weight: normal;
  font-size: 14px;
  color: #8bbc08;
}

.col_enderecos ul li span {
  display: block;
  font-size: 13px;
  color: #8bbc08;
  margin: 4px 0 6px 0;
}

.col_formulario {
  width: 220px;
  position: absolute;
  left: 730px;
  top: 0px;
}

.col_formulario .m1 {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #a3ca28;
  font-family: 'Museo-700';
}

.col_formulario p.form {
  position: relative;
  overflow: hidden;
  clear: left;
  margin-bottom: 4px;
}

.col_formulario p.form.b {
  margin-bottom: 12px;
}

.col_formulario label {
  position: absolute;
  top: 9px;
  left: 16px;
}

.col_formulario .bt_enviar {
  background: #8BBC08;
  font-size: 13px;
  color: #FFF;
  font-family: 'Museo-700';
  display: inline-block;
  float: left;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 10px 8px 10px;
  margin-top: 6px;
}

.col_formulario .bt_enviar:hover {
  background: #467557;
}

.limite {
  float: right;
  width: 125px;
  height: 50px;
  text-align: right;
  font-size: 10px;
  color: #c1c1c1;
  overflow: hidden;
}

.limite span {
  display: inline-block;
  line-height: 10px;
  margin: 12px 62px 0 0;
}

#contador {
  float: right;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 132px;
}

/****************************************************************************************************************
NEWS ***********************************************************************************************************/

.news_ultimas {
  float: left;
  width: 240px;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  padding-top: 241px;
}

.slider_noticias {
  width: 190px;
  overflow: hidden;
  margin-top: 35px;
}

.slider_noticias li {
  float: left;
  clear: left;
  width: 100%;
  overflow: hidden;
}

.slider_noticias li a {
  color: #818181;
  display: block;
  font-size: 12px;
  line-height: 18px;
}

.slider_noticias li a span {
  font-size: 11px;
  color: #4a7657;
  font-family: 'Museo-100';
  display: block;
  margin-bottom: 2px;
}

.slider_noticias li a strong {
  display: block;
  color: #a0c727;
  font-weight: normal;
  font-size: 15px;
}

.slider_noticias li a:hover strong, .slider_noticias li a:hover p {
  text-decoration: underline;
}

.slider_noticias li.ativo strong, .slider_noticias li.ativo p {
  text-decoration: underline;
}

.slider_noticias li a:hover span {}

.paginacao1 {
  margin: 15px 0;
}

.paginacao1 a {
  cursor: pointer;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  font-size: 0em;
  overflow: hidden;
  background: #ECEDBA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.paginacao1 a:hover {
  background: #8BB908;
}

.paginacao1 a.jp-previous {
  margin-right: 15px;
}

.paginacao1 a.jp-next {
  margin-left: 15px;
}

.paginacao1 a.jp-current, a.jp-current:hover {}

.paginacao1 a.jp-disabled, a.jp-disabled:hover {}

.paginacao1 a.jp-current, .paginacao1 a.jp-current:hover, .paginacao1 a.jp-disabled, .paginacao1 a.jp-disabled:hover {
  cursor: default;
  background: #8BB908;
}

.paginacao1 span {
  margin: 0 5px;
}

.noticia_detalhe {
  float: left;
  width: 647px;
  overflow: hidden;
  position: relative;
  padding: 140px 0 0 0;
  line-height: 18px;
}

.noticia_detalhe strong {
  color: #000;
  text-transform: uppercase;
}

.noticia_detalhe .titulo2 {
  margin-bottom: 40px;
}

.noticia_detalhe article {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: solid 1px #CCC;
}

.noticia_detalhe article .data {
  display: block;
  font-size: 10px;
  margin-bottom: 7px;
}

.noticia_detalhe article .titulo {
  display: block;
  font-family: 'Museo-300';
  text-transform: uppercase;
  color: #A3CA28;
  font-size: 16px;
  line-height: 1em;
  margin: 0 0 0px 0;
}

.noticia_detalhe article img {
  display: block;
  margin-bottom: 15px;
}

.noticia_detalhe article a {
  text-decoration: underline;
}

/****************************************************************************************************************
ABOUT **********************************************************************************************************/

.about {
  line-height: 1.350em;
}

.about strong {
  font-weight: 700;
  color: #212121;
}

.about .col1 {
  width: 292px;
  position: relative;
  float: left;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 160px;
}

.about .col1.b {
  padding-left: 35px;
  padding-top: 270px;
  overflow: visible;
}

.about .col1.b a {
  text-decoration: underline;
}

.about .parceiros {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  margin-top: 60px;
  padding-left: 10px;
}

.about .parceiros ul {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.about .parceiros ul li {
  float: left;
  width: 200px;
  overflow: hidden;
  position: relative;
  margin-right: 40px;
  margin-bottom: 60px;
  font-size: 12px;
  letter-spacing: -0.0100em;
}
.about .parceiros ul li img{
  height: 150px;
  object-fit: contain;
  display: inline-block !important;
  width: 150px;
}

.about .parceiros ul li .img-com{
  height: 150px;
  text-align: center;
}
.about .parceiros ul li:nth-child(4n+5) {
  clear: left;
}

.about .parceiros ul li img {
  display: block;
}

.about .parceiros ul li span {
  display: block;
  font-size: 15px;
  color: #a0c727;
  margin: 12px 0 10px 0;
  overflow: hidden;
}

.about .parceiros ul li strong {
  display: none;
  height: 40px;
  margin: 0 0 0 0;
  font-weight: normal;
  color: #818181;
  font-size: 12px;
  text-transform: uppercase;
}

/****************************************************************************************************************
GLOBAIS ********************************************************************************************************/

.box_pos1 {
  left: 530px;
  top: 415px;
}

.box_pos2 {
  left: 85px;
  top: 85px;
}

.box_pos3 {
  left: 630px;
  top: 166px;
  z-index: 50;
}

.box_pos4 {
  left: 278px;
  top: 0px;
}

.box_pos5 {
  left: 765px;
  top: 482px;
}

.box_pos6 {
  left: 489px;
  top: 288px;
}

.box_pos7 {
  left: 249px;
  top: 155px;
}

.clearL {
  clear: left;
}

.maL {
  margin-left: 240px;
}

.maL2 {
  margin-left: -12px;
}

.maT1 {
  margin-top: 50px;
}

.maT2 {
  margin-top: 60px;
}

.titulo1 {
  font-size: 45px;
  color: #4a7657;
  line-height: 1em;
  display: block;
  font-family: 'Museo-700';
  margin-bottom: 3px;
  text-transform: uppercase;
}

.titulo1.b {
  font-size: 12px;
  margin-bottom: 30px;
}

.titulo2 {
  font-size: 24px;
  color: #a3ca28;
  line-height: 1em;
  display: block;
  font-family: 'Museo-700';
  margin-bottom: 12px;
  text-transform: uppercase;
}

.titulo2.b {
  margin-bottom: 20px;
}

.titulo2.c {
  font-size: 18px;
}

.titulo2.d {
  font-family: 'Museo-300';
}

.titulo3 {
  font-size: 18px;
  color: #4a7657;
  line-height: 1.350em;
  display: block;
  font-family: 'Museo-100';
  text-transform: uppercase;
}

.titulo3.b {
  color: #FFF;
}

.titulo3.c {
  font-size: 24px;
  line-height: 26px;
}

.titulo3.d {
  color: #a3ca28;
  margin-top: 25px;
}

.txt_color1 {
  color: #4a7657;
}

.txt_lineHeight1 {
  line-height: 18px;
}

.texto1 {
  position: absolute;
  width: 175px;
  overflow: hidden;
  line-height: 18px;
}

.texto1 a {
  color: #888888;
  display: block;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  /* easeOutCubic */
}

.texto1 a .titulo {
  color: #a3ca28;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Museo-700';
  line-height: 1em;
  display: block;
  margin-bottom: 5px;
}

.texto1 a strong {
  font-family: 'Museo-700';
  font-size: 11px;
  color: #a3ca28;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}

.texto1 a:hover strong {
  color: #4a7657;
}

.texto1.b a .titulo, .texto1.b a strong {
  color: #FFF;
}

.texto1.b a:hover .titulo, .texto1.b a:hover strong {
  color: #FFDE15
}

.input1 {
  border: 0;
  background: #EEEEEE;
  font-size: 13px;
  color: #818181;
  font-family: 'Museo-300';
  resize: none;
}

.input1.s1 {
  width: 170px;
  height: 30px;
  padding: 0 15px;
  line-height: 1em;
}

.input1.s2 {
  width: 170px;
  height: 97px;
  padding: 8px 15px;
  line-height: 1em;
}

.transicao1 {
  -webkit-transition: all 150ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -moz-transition: all 150ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 150ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 150ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  /* easeOutQuart */
}

.box_frase {
  width: 20%;
}

.box_frase_drinks {
  width: 30%;
}

@media(max-width:800px) {
  .box_frase_drinks, .box_frase {
    width: 100%;
  }
}