/* CSS Document */
/*Queries*/
/* Device Grandes */
body, html {
  height: 100%;
  margin: 0;
color: #f9dba5;
/*Fundo Degrade*/
background: -moz-linear-gradient(269deg, #270d0c 0%, #41200f 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #270d0c), color-stop(100%, #41200f)); /* safari4+,chrome */
background: -webkit-linear-gradient(269deg, #270d0c 0%, #41200f 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(269deg, #270d0c 0%, #41200f 100%); /* opera 11.10+ */
background: -ms-linear-gradient(269deg, #270d0c 0%, #41200f 100%); /* ie10+ */
background: linear-gradient(181deg, #270d0c 0%, #41200f 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#270d0c', endColorstr='#41200f',GradientType=0 ); /* ie6-9 */
}
/*Imagem de Fundo */
.bg{
background-image: url(../imgs/fundo-lp.jpg); 
  background-position:top;
  background-repeat: no-repeat;
  background-size:cover;
}
.bgClube{
background-image: url(../imgs/fundo-sem-linha.jpg); 
  background-position:top;
  background-repeat: no-repeat;
  background-size:cover;
}


.container{
	margin: 0 auto;
	/*min-height: 1200px;*/
	width: 100%;
	border: 0;
	padding: 0;
	
}

.containerVideo{background-color: #421b17;}

/* fontes */
@font-face {
font-family: 'Copperplate Gothic Light';
font-style: normal;
font-weight: normal;
src: local('Copperplate Gothic Light'), url('../fonts/copperplate-gothic-light.woff') format('woff');
}


@font-face {
font-family: 'Dear Elisa Regular';
font-style: normal;
font-weight: normal;
src: local('Dear Elisa Regular'), url('../fonts/Dear Elisa.woff') format('woff');
}
@font-face {
    font-family: 'DIN-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('DIN-Regular'), url('../fonts/DINR____.woff') format('woff');
}

hr.style1{border-top: 1px solid #f9dba5;}


/*Espaçamento*/
.espacamento-topo10{padding-top:10px }
.espacamento-topo15{padding-top:15px }
.espacamento-topo30{padding-top:30px }
.espacamento-topo45{padding-top:45px }
.espacamento-topo60{padding-top:60px }
.espacamento-topo90{padding-top:90px }
.espacamento-topo160{padding-top:160px }
.espacamento-topo180{padding-top:180px }

/* Formatação Textos */
.fonteCopperplate {font-family:'Copperplate Gothic Light';font-weight:normal;}
.txtPrincipal{line-height: 2.5em;}
.espacamentoLetra20{letter-spacing: 20px}

/* MENU */
.btMenu{font-size: 0.9em; margin-top: 5px;}
.btMenu:link{color:#f9dba5;text-decoration: none;}
.btMenu:hover{text-decoration: none;}
.btMenu:visited{color:#f9dba5; text-decoration: none;}

/* MENU Pagina Clube da Cachaça */
.btMenu2{font-size: 0.9em; margin-top: 5px;}
.btMenu2:link{color:#f9dba5;text-decoration: none;}
.btMenu2:hover{text-decoration: none;}
.btMenu2:visited{color:#f9dba5; text-decoration: none;}

.selobotao {
  display:block;
  width:200px;
	height: 99px;	
}

.exibir:hover {
    background-image: url(../imgs/seloBotao200px.png);
    transition:background-image 0.5s ease;
	z-index: -10;
}

/*Galeria de foto Fancy*/
.gallery
{
    display: inline-block;
    margin-top: 20px;
}

/* the footers are fixed to the bottom of the page */

/*footer{
	position: fixed;
	bottom: 0;
}*/


.footer-distributed{
	/*background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;*/
	width: 100%;
	text-align: left;
	/*font: bold 16px sans-serif;*/
 /*padding: 55px 50px;*/
padding: 30px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-left-2,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	/*width: 40%;*/
	width: 15%;
}

/*.footer-distributed .footer-left img{
	display: block;
}*/

/* The company logo */

.footer-distributed h3{
	font-size: 1.5em;
	color:  #f9dba5;
	margin: 0;
}


/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Left 2 */
.footer-distributed .footer-left-2{
	/*width: 20%;*/
	width: 30%;
}

/* Footer Center */

.footer-distributed .footer-center{
	/*width: 35%;*/
	width: 25%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #f9dba5;;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}



/* Footer Right */

.footer-distributed .footer-right{
	/*width: 20%;*/
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/*estilo página clube da cachaça*/
.fonteDear{font-family:'Dear Elisa Regular';font-weight:normal;}
.fonteDinRegular{font-family:'DIN-Regular';font-weight:normal; }
.fonteDinBold{font-family:'DIN-Bold';font-weight:normal;}
.titIcones{font-size: 0.9em;color: #f8cb2c; text-transform: capitalize; font-weight: bold;}

/* Media Queries */
@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-left-2,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

/*@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}*/

@media (min-width:1280px) and (max-width:2560px){

a.btMenu{font-size: 0.9em; margin-top: 5px;}
a.btMenu2{font-size: 0.9em; margin-top: 5px;}
#embalagem{margin-top:-150px; width: 60%;}
#texto90Anos{margin-top: 0px; width: 60%; }
#botao-compre-aqui{margin-top: 20px;}
#areaVideo{padding: 25px;}	
#galeriaFotoCarrossel{display: none;}
}


@media (min-width:1200px) and (max-width:1279px){
#embalagem{margin-top:-120px;width:60%}
#texto90Anos{margin-top: 30px; width: 60%;}
#botao-compre-aqui{margin-top: 20px;}
#areaVideo{padding: 25px;}
#galeriaFotoCarrossel{display: none;}
}

@media (min-width:1024px) and (max-width:1200px){
#embalagem{margin-top:-150px;width:60%}
#texto90Anos{margin-top: -40px; width: 60%;}
#botao-compre-aqui{margin-top: 20px;}
#areaVideo{padding: 25px;}
#galeriaFotoGrid{display: none;}
}

@media (min-width:992px) and (max-width:1024px){
#embalagem{margin-top:20px;}
#texto90Anos{margin-top: 20px;}
#botao-compre-aqui{margin-top: 20px;}
#areaVideo{padding: 25px;}
#galeriaFotoGrid{display: none;}
}

@media (min-width:500px) and (max-width:992px){
#embalagem{margin-top:-100px;}
#texto90Anos{margin-top: 0px;}
#botao-compre-aqui{margin-top: 20px;}
#areaVideo{padding: 25px;}
#galeriaFotoGrid{display: none;}
a.btMenu{font-size: 0.6em;margin-top: 0px;}
a.btMenu2{font-size: 0.6em;}
}



@media (min-width:425px) and (max-width:500px){
/* Menu */
a.btMenu{font-size: 0.6em;margin-top: 0px;}
a.btMenu2{font-size: 0.6em;}
.selobotao {
  display:block;
  width:150px;
	height: 74px;	
}
.exibir:hover {
    background-image: url(../imgs/../imgs/seloBotao150px.png);
    transition:background-image 0.5s ease;
	z-index: -10;
}
#areaVideo{padding: 4px;}
#galeriaFotoGrid{display: none;}
}

@media (min-width:320px) and (max-width:424px){
/* Menu */
a.btMenu{ font-size: 0.5em;margin-top: 0px;}
a.btMenu2{font-size: 0.5em;margin-top: 10px;}
.selobotao {
  display:block;
  width:130px;
	height: 59px;
}
.exibir:hover {
    /*background-image: url(../imgs/../imgs/seloBotao120px.png);
    transition:background-image 0.5s ease;
	z-index: -10;*/
	display: none;
}
#areaVideo{padding: 0px;}
#galeriaFotoGrid{display: none;}
}
/*@media (min-width:991px) and (max-width:1023px){}




/*@media (max-width: 1024px){
/*#embalagem{margin-top:20px;width:80%}
#texto90Anos{margin-top: 20px; width: 70%;}
#botao-compre-aqui{margin-top: 20px;}
}*/


/*@media (max-width: 980px){
a.btMenu{font-size: 0.5em; margin-top: 5px;}
/* Menu */
/*.selobotao {
  display:block;
  width:150px;
	height: 74px;	
}
.exibir:hover {
    background-image: url(../imgs/../imgs/seloBotao150px.png);
    transition:background-image 0.5s ease;
	z-index: -10;
}	
/*#embalagem{margin-top: 40px}
#texto90Anos{margin-top: 120px}
#botao-compre-aqui{margin-top: 20px;}

}*/



/* Devices Medios */
/*@media screen and (max-width: 740px){
.container {
    min-width: 580px;
}
#embalagem{margin-top: 5px}
#texto90Anos{margin-top: 30px}
#botao-compre-aqui{margin-top: 5px;}

}
/* Device Pequenos*/
/*@media screen and (max-width: 550px){
.container {
    min-width: 375px;
} 
}*/
