@charset "utf-8";
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size:24px;
  font-weight:200;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
input[type=submit] {
  background-color: #00663f;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
#nota {
	width:100%;
	height:60px;
	float:left;
	font-size:20px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
/*ACESSO*/
#popup-store {
			background-color: rgba(0, 0, 0, 0.6);
			bottom: 0;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			right: 0;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 99999;
			-webkit-transition: .5s all linear 0s;
			-moz-transition: .5s all linear 0s;
			-o-transition: .5s all linear 0s;
			transition: .5s all linear 0s;
			font-family:'Barlow Condensed', sans-serif;
		}
		#popup-store.active {
			opacity: 1;
			visibility: visible;
			font-family:'Barlow Condensed', sans-serif;
		}
		#popup-store.active .content {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1); 
			transform: scale(1);
			-webkit-transition: .5s all linear 0s;
			-moz-transition: .5s all linear 0s;
			-o-transition: .5s all linear 0s;
			transition: .5s all linear 0s;
			font-family:'Barlow Condensed', sans-serif;
			font-size:28px;
			color:#FFF;
			text-align:center;
			font-weight:200;
		}
		#popup-store .content {
			background-color:#153713;
			background-position: center center;
			background-repeat: no-repeat;
			font-family:'Barlow Condensed', sans-serif;
			bottom: -50px;
			height: 306px;
			left: calc(50% - 250px);
			margin: 0 auto;
			padding: 20px;
			position: absolute;
			top: calc(50% - 153px);
			width: 500px;
			-webkit-box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.2);
			-moz-box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.2);
		}

		@media screen and (max-width: 768px) { 
		  #popup-store .content {
			bottom: 0;
			left: 0;
			position: relative;
			width: 100%;
		  }
		}

		#popup-store .content > div {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
		    align-items: center;

		    justify-content: center;
		    flex-wrap: wrap;
			margin: 0;
			height: 100%;
			width: 100%;
		}

		#popup-store .content h2 {
			color: #dfdfdf;
			display: block;
			font-family: arial;
			font-size: 26px;
			line-height: 26px;
			margin: 0;
			text-align: center;
			text-transform: uppercase;
			width: 100%;
		}

		#popup-store .content h2 span {
			color: #dfdfdf;
			display: block;
			font-family: arial;
			font-size: 15px;
			font-weight: 400;
			line-height: 15px;
			text-transform: none;
		    margin: 10px 0 0 0;
		}

		#popup-store .content .row-buttons{
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
		    justify-content: space-between;
    		align-items: center;
    		width: 100%;
		}

		#popup-store .content button {
			background: #000;
			border: none;
			color: #fff;
			cursor: pointer;
			display: block;
			font-family: arial;
			font-size: 14px;
			font-weight: 700;
			height: 36px;
			letter-spacing: 2px;
			line-height: 36px;
			margin: 0;
			outline: none;
			text-align: center;
			text-transform: uppercase;
			width: 49%;
		}

			#popup-store .content button.yes {
				background: #fff;
				color: #000;
			}

			#popup-store .content button.no {
				background:#F90;
			}

		@media screen and (max-width: 768px) {
		  #popup-store .content button {
			display: block;
			margin: 0 auto;
			width: 95%;
		  }
		}

		#popup-store .btn-fechar {
			color: #dfdfdf;
			cursor: pointer;
			font-size: 18px;
			font-weight: 500;
			right: 10px;
			line-height: 18px;
			padding: 0;
			position: absolute;
			top: 10px;
		}

		/*@media screen and (max-width: 768px) { 
		  #popup-store {
			display: none !important;
		  }
		} */
		
/*FIM ACESSO */

/*NAVEGAÇÃO*/
.topnav {
  width:100%;
  height:auto;
  line-height:50px;
  overflow: hidden;
  font-family:'Barlow Condensed', sans-serif;
  background-color: none;
  position:fixed;
  padding-bottom:10px;
  transition: 0.4s;
  z-index:9999;
  right:0;
  top:0;
}

.topnav a {
  float:left;
  display: block;
  color: rgb(0, 64, 39);
  text-align: center;
  padding-left:20px;
  padding-right:20px;
  padding-top:0px;
  text-decoration: none;
  font-size: 22px;
  font-weight:200;
  z-index:9999;
}
.topnav a:hover {
  background-color:none;
  color: white;
}
.topnav #exclusiva {
	color: rgb(0, 64, 39);
	line-height:65px;
}
.topnav #cachacas {
	color: rgb(0, 64, 39);
	line-height:65px;
}
.topnav #historia {
	color: rgb(0, 64, 39);
	line-height:65px;
}
.topnav #premiacoes {
	color: rgb(0, 64, 39);
	line-height:65px;
}
.topnav #contato {
	color: rgb(0, 64, 39);
	line-height:65px;
}

.topnav a.active {
  background-color: none;
  color: white;
  float:left;
  padding-top:8px;
}

.topnav .icon {
  display: none;
  color:black;
}
#imagem {
	width:249px;
	height:60px;
	background-image:url(../img/logotransparente.png);
	background-position:center;
	background-repeat:no-repeat;
	transition: ease all 1s;
	/*border:#F00 solid 1px;*/
}
/*container*/
#geral {
	display:block;
	width: 100%;
	padding-bottom:0px;
}
.fundo_exclusiva_geral {
	display:block;
	width:100%;
	height:auto;
	alignment-adjust:baseline;
}
#apresentacao {
	width:100%;
	height:auto;
	background-color:#FFF;
	padding-top:60px;
	padding-bottom:60px;
}
#conteudo {
	display:block;
	height:auto;
	width:900px;
	font-family:'Barlow Condensed', sans-serif;
	font-size:22px;
	font-weight:300;
	color:#666;
	line-height:30px;
	margin-left:auto;
	margin-right:auto;
	/*column-count:2;
	column-gap:30px;*/
	}
.colunas {
	column-width:auto;	
	column-count:2;
	column-gap:2em;
	break-after:left;
	padding-bottom:20px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	/*display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;*/
}

p {
	/*break-inside:column;*/
	break-after:column;
}
.apresent_img_txt {
	display:block !important;
	width:900px;
	height:auto;
	padding-top:40px;
	padding-bottom:40px;
	font-family:'Barlow Condensed', sans-serif;
	font-size:30px;
	font-weight:200;
	line-height:38px;
	/*column-count:2;
	column-gap:50px;*/
	margin-left:auto;
	margin-right:auto;
}
#origem {
	background-image:url(../img/fundo_origem.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	height:500px;
	}
/*ORIGINAL #origem {
	width:100%;
	height:500px;
	background-image:url(../img/fundo_origem.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100%;
	background-attachment:fixed;
}*/
#origem_texto {
	width:100%;
	height:auto;
	background-color:#FFF;
}
/* Navigation */
.navigation {
  position: absolute;
  width: 100%;
  height: 100px;
  padding: 0 100px;
  display: flex;  /*use flexbox to align elements within it*/
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
 
.navigation-left {
  margin-left: -33px;
}
 
.navigation-left a {
  text-decoration: none;
  text-transform: uppercase;
  color: #333745;
  font-size: 12px;
  font-weight: bold;
  width: 107px;
  height: 30px;
  border: 2px solid transparent;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  transition: all .2s;
}
 
.navigation-left a:hover,
.navigation-left a:focus {
  border-color: rgb(234, 46, 73);
  background-color: rgba(44, 45, 47, 0);
}
 
.navigation-center {
  margin-right: 85px;
}
 
.navigation-right {
  display: flex;
  align-items: center;
}
 
.login-btn {
  background-color: #b8b8b9;
  width: 97px;
  height: 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  border-radius: 15px;
  border: none;
  color: #333745;
  text-transform: uppercase;
  margin-left: 20px;
  transition: all .2s;
}
.login-btn:hover {
  transform: scale(1.06);
}
/*BOTÕES*/
#BtnTopo2 {
  width:40px;
  height:40px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  text-align:center;
  border: none;
  outline: none;
  background-color: #f5e6bf;
  color:rgb(0, 64, 39);
  cursor: pointer;
  padding: 10px;
  border-radius: 30px;
}
#BtnTopo2:hover {
  background-color:rgb(0, 64, 39);
  color:#fff;
  border:#f5e6bf solid 2px;
}
.fadeIn {
	-webkit-animation: fadeIn 1s ease-in-out;
	-moz-animation: fadeIn 1s ease-in-out;
	-o-animation: fadeIn 1s ease-in-out;
	animation: fadeIn 1s ease-in-out;
}
.saibamais {
  border-radius: 10px;
  background-color: #fff;
  border:solid rgb(0, 64, 39) 2px ;
  color: #000;
  text-align: center;
  font-family:'Barlow Condensed', sans-serif;
  font-size: 24px;
  padding: 10px;
  width: 150px;
  transition: all 0.2s;
  cursor: pointer;
  margin: 5px;
}
.saibamais:hover {
	background-color:rgb(0, 64, 39);
	color:#FFF;
}
.saibamais span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.saibamais span:after {
  content: '\276F';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.saibamais:hover span {
  padding-right: 25px;

}

.saibamais:hover span:after {
  opacity: 1;
  right: 0;
}
/*It will be a full-screen slider so we set it to position absolute.*/
.css-slider-wrapper {
  height:500px;
  display: block;
  background: #FFF;
  overflow:hidden;
  position:relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Slider */
.slider {
  width: 100%;
  height:500px;
  /*height: 100%;*/
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}
 
/* Slides Background Color */
.slide-1 {
  background-image:url(../img/fundo_01.jpg);
  background-size:auto auto;
  background-repeat:no-repeat;
  background-position:right top;
  left: 0;
}
.slide-2 {
  background-image:url(../img/fundo_02.jpg);
  background-size:auto auto;
  background-repeat:no-repeat;
  background-position:right top;
  left: 100%
}
.slide-3 {
  background-image:url(../img/fundo_03.jpg);
  background-repeat:no-repeat;
  left: 200%
}
.slide-4 {
  background-image:url(../img/fundo_04.jpg);
  background-repeat:no-repeat;
  left: 300%;
}
.slider {
  display: flex;
  justify-content: flex-start;
}
.slider-content {
  width: 835px;
  padding-left: 300px;
}

/*Now style elements within each slide. text, a button and an image.*/
/* Slider Inner Slide Effect */
.slider h2 {
  color: rgb(0, 64, 39);
  font-family:'Barlow Condensed', sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 58px;
  line-height: 1.0;
  opacity: 0;
  -webkit-transform: translateX(700px);
  transform: translateX(700px);
  margin-top: 0;
  letter-spacing: 1px;
}
 
.slider h4 {
  font-size: 22px;
  font-family:'Barlow Condensed', sans-serif;
  color:rgb(0, 64, 39);
  font-weight: 200;
  text-transform:none;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}
 
.slider > img {
  position: absolute;
  right: 10%;
  bottom: 0;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}
 
.slide-1 > img {
  right: 0;
}
 
.buy-now-btn {
  background-color:none;
  width: 140px;
  height: 30px;
  border-radius: 5px;
  border:solid 2px rgb(0,64,39);
  font-family: 'Barlow Condensed';
  font-size: 22px;
  line-height:0.2;
  font-weight: 300;
  text-align: center;
  padding-left: 0px;
  padding-bottom:5px;
  position: relative;
  cursor: pointer;
  transition: all .2s;
}
 
.buy-now-btn:hover {
  background-color:rgb(0,64,39);
  /*box-shadow: 0px 0px 60px -17px rgba(51,51,51,1);*/
  color:white;
}
 

.slider .buy-now-btn:focus,
.navigation .login-btn:focus {
  outline: none;
}

/*Let’s also make sure that when the slide changes, elements within it — such as text and images — animate.*/
/* Animations */
.slider h2 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}
.slider h4 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.4s; /* Safari */
  transition-delay: 1.4s;
}
.slider > img {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.2s; /* Safari */
  transition-delay: 1.2s;
}

/*number pagination in the right corner of each slide. Let’s style that, too*/
/* Number Pagination */
.number-pagination {
  position: absolute;
  bottom: 30px;
  right: 100px;
  font-family: "Barlow Condensed";
  font-weight: bold;
}
 
.number-pagination span {
  font-size: 30px;
  color: #FC3;
  letter-spacing: 4px;
}
 
.number-pagination span:after {
  /*content: "/4";*/
  font-size: 16px;
  color: #fff;
}

/*Awesome! Now, style the slider pagination.*/
/* Slider Pagger */
.slider-pagination {
  position: absolute;
  bottom: 30px;
  width: 575px;
  left: 100px;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.slider-pagination label {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
}
/*magically style the radiobuttons to the label styles*/
/* Slider Pagger Event */
.slide-radio1:checked ~ .slider-pagination .page1,
.slide-radio2:checked ~ .slider-pagination .page2,
.slide-radio3:checked ~ .slider-pagination .page3,
.slide-radio4:checked ~ .slider-pagination .page4 {
  width: 14px;
  height: 14px;
  border: 2px solid rgb(0, 64, 39);
  background: transparent;
}
 
/* Slider Slide Effect */
.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.slide-radio4:checked ~ .slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
 
.slide-radio1:checked ~ .slide-1 h2,
.slide-radio2:checked ~ .slide-2 h2,
.slide-radio3:checked ~ .slide-3 h2,
.slide-radio4:checked ~ .slide-4 h2,
.slide-radio1:checked ~ .slide-1 h4,
.slide-radio2:checked ~ .slide-2 h4,
.slide-radio3:checked ~ .slide-3 h4,
.slide-radio4:checked ~ .slide-4 h4,
.slide-radio1:checked ~ .slide-1 > img,
.slide-radio2:checked ~ .slide-2 > img,
.slide-radio3:checked ~ .slide-3 > img,
.slide-radio4:checked ~ .slide-4 > img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
/*INTERNAS*/
#full_exclusiva {
	width:100%;
	height:500px;
	background-image:url(../img/fundo_exclusiva.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:auto 550px;;
}
#full_historia {
	width:100%;
	height:500px;
	background-image:url(../img/fundo_historia.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:auto 550px;;
}
#full_cachacas {
	width:100%;
	height:500px;
	background-image:url(../img/fundo_cachacas.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:auto 550px;;
}
#historia_txt {
	width:100%;
	height:auto;
	/*background-image:url(../img/fundo_desenho_tracos.png);*/
	background-image:url(../img/fundo_rua_da_camara.png);
	background-position:right top;
	background-size:100%;
	background-repeat:no-repeat;
	background-color:#f5e6bf;
}
/*TÍTULOS SEÇÕES*/
.titulo_internas {
  height: auto;
  width: 90%;
  display:table;
  text-align: center;
  line-height:70px;
  padding-top:2.4em;
  margin-left:auto;
  margin-right:auto;
  color: #fff;
  font-family:'Barlow Condensed', sans-serif;
  /*font-family: 'Domine';*/
  font-weight: 200;
  font-size: 75px;
}
.titulo_origem {
  height: auto;
  width: 90%;
  text-align: center;
  line-height:430px;
  margin-left:auto;
  margin-right:auto;
  color: #fff;
  font-family:'Barlow Condensed', sans-serif;
  /*font-family: 'Domine';*/
  font-weight: 200;
  font-size: 75px;
}
#rodape {
	width:100%;
	float:left;
	height:350px;
	/*background-image:url(../img/fundo_rodape.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% auto;*/
	background-color:#004027;
	padding-top:60px;
	padding-bottom:50px;
	padding-left:170px;
	padding-right:170px;
	font-family:'Barlow Condensed', sans-serif;
	font-size:26px;
	font-weight:200;
	line-height:36px;
	color:#FFF;
	column-count:3;
	column-gap:10px;
	/*column-rule:#C60 dashed 1px;*/
}
/*IMAGENS*/
.fotos {
	/*border-left:#F90 solid 4px;*/
	max-width:380px;
	height:auto;
	vertical-align:top;
}
.direita {
	float:right;
	padding:15px;
}
.esquerda {
	text-align:left;
	padding:15px;
}
.bgParallax {
			margin: 0 auto;
			width: 100%;
			max-width: 1920px;
			position: relative;
			min-height: 100%;
			background-position: 50% 0;
			background-repeat: no-repeat;
			background-attachment: scroll;
			}
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300&family=Quattrocento&display=swap');
/* Responsive */
@media only screen and (max-width: 900px) {
  .colunas {
	column-width:auto;	
	column-count:1;
	column-gap:2em;
	break-after:left;
	padding-bottom:20px;
	padding-top:20px;
}
p {
	break-after:avoid;
}
  .logotopo {
	  width:50%;
  }
  .slider h2 {
	padding-right:8em;
	/*background-color:#FF8000;
	border-radius:10px;*/
    font-size: 40px;
	line-height:0.9em;
	font-weight:300;
	color:rgb(0, 64, 39);
  }
  .slider > img {
  position: absolute;
  left: 20%;
  bottom: 0;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}
  .slide-2 {
	  background-position:right top;
  }
  .slider h4 {
    font-size: 26px;
	font-weight:200;
	padding-right:12em;
	line-height:1em;
  }
 
  .slider-content {
    padding: 0 2%
  }
 
  .navigation {
    padding: 0 2%;
  }
 
  .navigation-left {
    display: none;
  }
 
  .number-pagination {
    right: 2%;
  }
  .slider-pagination {
    left: 2%;
  }
 
  .slider .buy-now-btn {
    padding: 5 8px;
    width: 120px;
    height: 30px;
	border:solid 2px rgb(0, 64, 39);
	background-color:none;
	color:rgb(0, 64, 39);
  }
 
  .slider .buy-now-btn:after {
    top: 15px;
  }
 
  .slider > img {
    right: 2%;
  }
 
  .slide-1 > img {
    right: -110px;
  }
  #navbar {
	position:relative;
	width:100%;
	display:block;
    padding: 00px 0px !important;
	font-size:12px;
	color:#000;
	text-align:center;
	background-color:#FFF;
  }
  #navbar a {
    float: none;
    display: block;
    text-align: left;
	font-size:12px;
	color:#000;
  }
  #navbar-right {
	width:100%;
    float: none;
	font-size:12px;
	text-align:center;
	background-color:#B08E5B;
	color:#000;
	border-bottom:#FFF solid 1px;
  }
#navbar-right #exclusiva {
  font-size:22px;
  color: white;
}
#navbar-right #cachacas {
  font-size:22px;
  color: white;
}
#navbar-right #historia {
  font-size:22px;
  color: white;
}
#navbar-right #premiacoes {
  font-size:22px;
  color: white;
}
#navbar-right #contato {
  font-size:22px;
  color: white;
}
#apresentacao {
	width:100%;
	height:auto;
	background-color:#FFF;
}
.apresent_img_txt {
	width:100%;
	height:auto;
	padding-top:80px;
	padding-bottom:80px;
	padding-left:10px;
	padding-right:10px;
	font-family:'Barlow Condensed', sans-serif;
	font-size:28px;
	font-weight:200;
	line-height:32px;
	column-count:1;
	margin-left:auto;
	margin-right:auto;
}
#origem {
	height:400px;
	/*height:100%;*/
}
#origem_texto {
	width:100%;
	height:auto;
	background-color:#FFF;
}
.titulo_origem {
  height: auto;
  line-height:6.5em;
  font-size:52px;
}
#rodape {
	width:100%;
	height:400px;
	background-size:100% 100%;
	column-count:auto;
	text-align:center;
	line-height:24px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	padding-top:30px;
	font-family:'Barlow Condensed', sans-serif;
	font-size:22px;
	font-weight:200;
	line-height:32px;
}
#conteudo {
	display:block !important;
	height:auto;
	width:90%;
}
.fotos {
	max-width:100%;
}
.direita {
	float:none;
}
.esquerda {
	float:none;
}


@media screen and (max-width: 768px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	color:#999;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {
	  position:relative;
	  background-color:#FFF;
	  color:black;
	  font-size:16px;
	  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	color:#999;
  }
#imagem {
	width:249px;
	height:60px;
	background-image:url(../img/logocolorido.png);
	background-position:center;
	background-repeat:no-repeat;
	transition: ease all 1s;
	/*border:#F00 solid 1px;*/
}
  .topnav.responsive a {
	float: none;
    display: block;
    text-align: left;
	background-color:#FFF;
	color:black;
	border-top:#CCC solid 1px;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
  }
  .colunas {
	column-width:auto;	
	column-count:1;
	column-gap:2em;
	break-after:left;
	padding-bottom:20px;
	padding-top:20px;
  }
.rodape {
	background-image:url(../img/fundo_rodape.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-color:#5A2007;
	column-count:auto;
	width:100%;
	height:400px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	font-family:'Barlow Condensed', sans-serif;
	font-size:22px;
	font-weight:200;
	line-height:32px;
}
.topnav {
	position:relative;
	color:#000;
}
.topnav .a:active {
	background-image:url(../img/logocolorido.png);
}

.topnav #exclusiva {
	color: black;
	line-height:65px;
}
.topnav #cachacas {
	color: black;
	line-height:65px;
}
.topnav #historia {
	color: black;
	line-height:65px;
}
.topnav #premiacoes {
	color: black;
	line-height:65px;
}
.topnav #contato {
	color: black;
	line-height:65px;
}
.topnav #exclusiva:hover {
	color: #CCC;
	line-height:65px;
}
.topnav #cachacas:hover {
	color: #CCC;
	line-height:65px;
}
.topnav #historia:hover {
	color: #CCC;
	line-height:65px;
}
.topnav #premiacoes:hover {
	color: #CCC;
	line-height:65px;
}
.topnav #contato:hover {
	color:#CCC;
	line-height:65px;
}
}





@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	color:#999;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
	  position:relative;
	  background-color:#FFF;
	  color:black;
	  font-size:16px;
	  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	color:#999;
  }
#imagem {
	width:249px;
	height:60px;
	background-image:url(../img/logocolorido.png);
	background-position:center;
	background-repeat:no-repeat;
	transition: ease all 1s;
	/*border:#F00 solid 1px;*/
}
  .topnav.responsive a {
	float: none;
    display: block;
    text-align: left;
	background-color:#FFF;
	color:black;
	border-top:#CCC solid 1px;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
  }
  .colunas {
	column-width:auto;	
	column-count:1;
	column-gap:2em;
	break-after:left;
	padding-bottom:20px;
	padding-top:20px;

}
.rodape {
	background-image:url(../img/fundo_rodape.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-color:#5A2007;
	column-count:auto;
	width:100%;
	height:400px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	font-family:'Barlow Condensed', sans-serif;
	font-size:22px;
	font-weight:200;
	line-height:32px;
}
.topnav {
	position:relative;
	color:#000;
}
.topnav .a:active {
	background-image:url(../img/logocolorido.png);
}

.topnav #exclusiva {
	color: black;
	line-height:65px;
}
.topnav #cachacas {
	color: black;
	line-height:65px;
}
.topnav #historia {
	color: black;
	line-height:65px;
}
.topnav #premiacoes {
	color: black;
	line-height:65px;
}
.topnav #contato {
	color: black;
	line-height:65px;
}
.topnav #exclusiva:hover {
	color: #CCC;
	line-height:65px;
}
.topnav #cachacas:hover {
	color: #CCC;
	line-height:65px;
}
.topnav #historia:hover {
	color: #CCC;
	line-height:65px;
}
.topnav #premiacoes:hover {
	color: #CCC;
	line-height:65px;
}
.topnav #contato:hover {
	color:#CCC;
	line-height:65px;
}
}

/*fonts*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300&family=Quattrocento&display=swap');

font-family: 'Barlow Condensed', sans-serif;

@font-face {
  font-family: 'Barlow Condensed';
  src: url('Barlow.eot');
  src: url('Barlow?#iefix') format('embedded-opentype'),
    url('Barlow.svg#Locaweb-Icons') format('svg'),
    url('Barlow.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}