@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
body{
	font-family: 'Roboto Condensed', sans-serif;
}
h3, .h3 {
    font-size: 1.5rem;
}
a{
	transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -moz-transition: 0.4s all;
}
.item_left{
	padding-top: 32px;
}
.item_right{
	padding-top: 32px;
	text-align:right;
}
.navbar{
	margin-top: 65px;
    margin-bottom: 30px;
	margin: 0 auto;
}
.navbar span{
	color:#cf1917;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
	width:98%;
}
.navbar-dark .navbar-nav .nav-link:hover, .nav-link:active , .nav-link:focus {
    color: #cf1917 !important;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #cf1917;
	width:98%;
}
.nav-item{
	width: 115px;
}
.login_bt{
	padding-top: 20px !important;
}

.hex{
	
}
.hex:hover{
	
}
.hex h2{
	font-size: 22px;
}

.hex1{background:#4e98d7;}
.hex2{background:#54b032;}
.hex3{background:#e57b08;}
.hex4{background:#cf1917;}
.hex5{background:#4e98d7;}
.hex6{background:#54b032;}
.hex7{background:#e57b08;}
.hex8{background:#cf1917;}
.hex9{background:#4e98d7;}
.hex10{background:#54b032;}

.hvr-underline-from-right:before{
	background: #000000 !important;
}
.hvr-underline-from-left:before{
	background: #000000 !important;
}

.rodape{
	margin-top: 33px !important;
    padding-bottom: 15px !important;
}
.rodape .sobre_nos{
	
}
.rodape .social{
	border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
}

.rodape .contacts{
	
}

section.topo{
	background-color: #000;
}
.topo{
	text-align:right;
}
.topo .top_menu{
	text-align: right;
    width: 100%;
}
.topo .top_menu ul{
	list-style-type: none;
	margin-bottom: 7px;
}

.topo .top_menu ul li{
	display: inline-block;
	margin-left: 10px;
}

.topo .top_menu ul li a, a:hover{
	color: #fff;
	text-decoration:none;
}

section.rodape{
	/*background-color: #000;*/
	background-image: url('/img/mancha de café.PNG');
    padding-top: 1px;
    color: #fff;
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

section.login{
	float: left;
    width: 100%;
	padding-bottom: 19vh;
    margin-top: 35px;
}

section.rodape_rights{
	/*background-color: #000;*/
	padding-bottom:10px;
	color:#fff;
	text-align:center;
	float: left;
    width: 100%;
}
section.rodape_rights .container .row{
	text-align:center;
}

section.home_titulo{
	margin-bottom: 40px;
    margin-top: 60px;
}
section.categoria{
	margin-bottom: 180px;
    margin-top: 60px;
}
.home_titulo{
	width: 100%;
    text-align: center;
}
.home_titulo h2{
	font-weight:700;
	font-size: 42px;
}

.main_produto {
	
}
.main_produto a{ 
	color:#000;
}
.main_produto .produto{
	overflow: hidden;
	position:relative;
	margin-bottom: 20px;
    padding: 10px 10px;
	border:1px solid #fff;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
.main_produto .produto:hover{
	border:1px solid #dadada;
}
.main_produto .produto .imagem{
	height: 155px;
	text-align:center;
	overflow:hidden;
}
.main_produto .produto .imagem img{
	max-height:100%;
	width:auto;
}
.main_produto .produto .marca{
	padding: 13px 0px;
    font-weight: 700;
    height: 82px;
}
.main_produto .produto .descricao{
	line-height: 15px;
    height: 38px;
    color: #9c9c9c;
    font-size: 12px;
}
.main_produto .produto .descricao p{
	
}
.main_produto .produto .preco{
	padding: 5px 0px;
	font-weight: 700;
	text-align: right;
    color: #cf1918;
	font-size: 22px;
	width:62%;
	float: right;
}
.main_produto .produto .preco span{
	font-size: 12px;
    font-weight: 500;
    color: #a9a9a9;
}
.main_produto .produto .qtt_min{
	padding: 14px 0px 5px 0px;
	font-weight: 700;
	text-align: left;
    color: #cf1918;
	font-size: 14px;
	width:38%;
	float:left;
}
.main_produto .produto .qtt_min span{
	font-size: 12px;
    font-weight: 500;
    color: #a9a9a9;
}
.main_produto .produto .botao{
	
}
.main_produto .produto .botao a{
	width:100%;
	border-radius: 0;
	color: #fff;
}

.main_produto .produto .label_des{
	position: absolute;
    padding: 38px 25px 0px 25px;
    right: -45px;
    top: -10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.promo{
	background-color: #cf1918;
	color: #fff;
	font-weight:700;
}
.novidade{
	background-color: #5bb33c;
	color: #fff;
	font-weight:700;
}



/****** LOGIN MODAL ******/
.modal-header, h4, .close {
      text-align: center;
      font-size: 30px;
  }
  .modal-footer {
      background-color: #f9f9f9;
  }
/*****************************************************************************/



/* HEXAGON STARTS HERE */

#lab {
	width: 1000px;
	overflow: hidden;
	padding-bottom: 70px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 2.5em;

	-webkit-transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	transition: all ease 500ms;
}

h1 {
	font-family: bebas_neueregular ,sans-serif;
	font-size: 1.75em;
	padding: 0.2em 0 0.2em 0.2em;
	color: white;
	text-shadow: 0 0.06em 0 #424242;
	position: relative;
}



.lab_item {
	width: 200px;
	height: 230px;
	position: relative;
	display: inline-block;
}
.lab_item .titulo{
	position: absolute;
    z-index: 1;
    top: 38%;
    left: 34%;
}
.lab_item .titulo h3{
	
}

.centerd {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.hexagon2 {
	position: absolute;
	width: 200px;
	height: 400px;
	top: -85px;
}

.hexagon {
	overflow: hidden;
	visibility: hidden;

	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
	cursor: pointer;
}

.hexagon-in1 {
	overflow: hidden;
	width: 100%;
	height: 100%;

	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.hexagon-in2 {
	/*
	-webkit-box-shadow: inset 0 0 0 200px rgba(176, 218, 212, 0.48);
	box-shadow: inset 0 0 0 200px rgba(176, 218, 212, 0.48);
	*/
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;

	-webkit-background-size: 125%;
	-moz-background-size: 125%;
	background-size: 125%;
	visibility: visible;

	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
}

.hexagon-in2:hover {
	/*
	-webkit-box-shadow: inset 0 0 0 0px #B0DAD4;
	box-shadow: inset 0 0 0 0px #B0DAD4;
	*/
}

#lab article {
	padding-top: 1em;
	width: 820px;
	margin: 0 auto;
}

.lab_item:nth-child(n+4) {
	margin-top: -59px;
}
.lab_item:nth-child(1) {
	margin-left: 101px;
}
.lab_item:nth-child(8) {
	margin-left: 101px;
}

.lab_item:nth-child(4) {
	margin-left: 0px;
}

@media (max-width: 1015px) {
	#lab {
	width: 100%;
}

}

@media (max-width: 820px) {

.lab_item:nth-child(n+3) {
	margin-top: -62px;
}
.lab_item:nth-child(6) {
	margin-left: 101px;
}
.lab_item:nth-child(8) {
	margin-left: 0px;
}
.lab_item:nth-child(n+5) {
	margin-top: -56px;
}

#lab article {
	width: 610px;
}

}

@media (max-width: 640px) {
	#lab article {
	width: 405px;
}
.lab_item:nth-child(n+2) {
	margin-top: -55px;
}
.lab_item:nth-child(2) {
	margin-left: 0px;
}
.lab_item:nth-child(4) {
	margin-left: 101px;
}
.lab_item:nth-child(6) {
	margin-left: 0px;
}
.lab_item:nth-child(7) {
	margin-left: 101px;
}
.lab_item:nth-child(9) {
	margin-left: 0px;
}
.lab_item:nth-child(10) {
	margin-left: 101px;
}


}

@media (max-width: 450px) {
	#lab article {
	width: 300px;
}

.lab_item:nth-child(even) {
	margin-left: 0px;
}
.lab_item:nth-child(odd) {
	margin-left: 101px;
}

}


/****** pesquisa ******/

.pesquisa{
	margin-bottom:20px;
	height:40px;
}
.filtros{
	margin-bottom:20px;
	height:40px;
}




.fadein {
  position: relative;
}

.fadein img {
	position: absolute;
	width: 100%;
}

.top {
	animation-name: fade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	animation-direction: alternate;
}

@keyframes fade {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}



.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-radius: 0px;
    border-color: #17a2b8;
	width: 100%;
}
.form-control{
	border-radius: 0px;
}


/********** DETALHES **********************/

.top_nav{
	margin-top: 70px;
	margin-bottom: 30px;
}
.top_nav a{
	color:#cf1918;
}
.galeria{
	
}
.detalhes{
	
}
.detalhes .social{
	float: right;
	width: 100%;
}
.detalhes .social a{
	color:#fff;
}
.detalhes .social .rede{
	width:35px;
	height:35px;
	padding:0px;
	margin-left:10px;
	float:right;
	text-align: center;
    font-size: 25px;
}
.facebook{
	background-color:#3b5999;
	color:#fff;
}
.twitter{
	background-color:#55acee;
	color:#fff;
}
.google{
	background-color:#dd4b39;
	color:#fff;
}
.instagram{
	background-color:#e4405f;
	color:#fff;
}
.detalhes .titulo{
	float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 30px;
}
.detalhes .marca{
	float: left;
    width: 100%;
	font-size: 20px;
    font-weight: 700;
}
.detalhes .preco{
	float: left;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    color: #cf1918;
}

.detalhes .qtd_m{
	float: left;
    width: 100%;
    
}




.detalhes .quantidade{
	float:left;
	margin-top:20px;
	width:120px;
}
.detalhes .botao{
	width:100%;
	margin-top:40px;
	float: left;
}
.detalhes .disponibilidade{
	margin-top:20px;
	float: left; 
	width:100%;
}

.ficha_tecnica{
	margin-top:40px;
}
.ficha_tecnica .titulo{
	
}
.ficha_tecnica .tabela{
	
}

.destaques{
	margin-top: 40px;
}
.destaques a .titulo{
	color: #000;
}
.destaques .titulo{
	
}


.destaques .produto{
	float:left;
	width:100%;
	padding: 15px;
	border:1px solid #fff;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.destaques .produto:hover{
	border:1px solid #dadada
}
.destaques .produto .imagem{
	float:left;
	width:100%;
	height: 100px;
    text-align: center;
}
.destaques .produto .imagem img{
	max-height:100%;
}
.destaques .produto .titulo{
	float:left;
	width:100%;
	font-size: 16px;
    font-weight: 700;
}
.destaques .produto .categoria{
	float:left;
	width:100%;
	font-size: 14px;
    color: #949494;
}
.destaques .produto .pvp{
	float:left;
	width:100%;
	font-weight: 700;
    font-size: 18px;
    color: #cf1817;
}



#carousel-example-generic {

}

#carousel-custom {

}
.carousel-inner {
	text-align:center;
	overflow: hidden;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
	
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
	text-indent: 0;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
.carousel-indicators{
	display: contents !important;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 80px;
    height: 80px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0;
    cursor: pointer;
	margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.carousel-indicators li img {
    height:100%;
	width:100%;;
}

.carousel-item{
	padding: 25px;
	height: 300px;
}
.carousel-item img{
	height: 100%;
}




.user_area{
	
}
.user_area .title-bar {
	font-size: 25px;
    font-weight: 700;
}
.user_area .blue {
	padding: 50px 0px 0px 0px;
    border-bottom: 1px solid #e7c154;
    margin-bottom: 30px;
}

.user_area .panel{
	
}
.user_area .panel .panel-heading{
	color: #cf1818;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.user_area .panel .panel-body{
	
}



ul.nav-tabs{
	
}
ul.nav-tabs li{
	border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
	margin-right: 2px;
}
ul.nav-tabs li a{
	color:#cf1917;
}
ul.nav-tabs li:hover{
	background-color:#cf1917;
	
}
ul.nav-tabs li:hover a{
	color:#fff;
	
}




nav.vertical{
	margin-top: 20px;
}
nav.vertical ul{
	list-style: none;
	padding-left:5px;
}
nav.vertical ul li{
	padding:5px 0px;
	width: 100%;
}
nav.vertical ul li a{
	color:#000;
	font-weight:700;
	width: 100%;
}
nav.vertical ul li a:hover{
	color:#cf1b19;
}


.top_menu{
	background-image: url('/img/mancha de café.PNG'); 
}
.top_menu .bar_menu{
	color: #fff;
    text-align: right;
    font-size: 13px;
    padding: 6px 0px;
    font-weight: 600;
}
.top_menu .bar_menu .left{
	float:left;
}

.top_menu .bar_menu .left a{
	color:#fff;
	margin-right: 18px;
}

.top_menu .bar_menu .left a:hover{
	color:#e16c6b;
}


.top_menu .bar_menu .right{
	float:right;
}
.top_menu .bar_menu .right a{
	color: #000;
	margin-left: 18px;
}

.top_menu .bar_menu .right a:hover{
	color:#e16c6b;
}




.men1{width:85px;}
.men2{}
.men3{}
.men4{}
.men5{width: 110px;}
.men6{width: 150px;}
.men7{}


.contacts{
	
}
.contacts p{
	font-size: 13px;
    margin-bottom: 6px;
}

.sobre_nos{
	
}
.sobre_nos p{
	font-size: 13px;
    margin-bottom: 6px;
}


.rodape_menus{
	float: left;
	/*background-color: #000;*/
	width:100%;
	text-align: center;
    padding: 10px;
}
.rodape_menus .menus{
	
}
.rodape_menus .menus a{
	margin-right: 15px;
    color: #000;
}
.rodape_menus .menus a:hover{
	color:#e16c6b;
}


.form-check-label a{
	color:#e16c6b;
}

.newsletter{
	border-left: 1px solid #c7c7c7;
}

.newsletter .form-check-label{
	font-size:14px; 
	line-height: 18px;
}
/*
.newsletter button{
	width:100%;
	border-radius:0px;
	margin-top:5px;
}
*/






.input-group .icon-addon{
	width: 50%;
}
span.input-group-btn{
	
}


.table th, .table td a{
	color:#000;
}
.table th, .table td a:hover{
	color:#d11918;
}


.dados_envio{
	
}
ul.metodo_pagamento{
	list-style-type: none;
	padding: 0;
}

.compras{
	
}
.compras table{
	
}
.compras table tr{
	
}
.compras table tr th{
	border-bottom: 3px solid #cf1b18;
}
.compras table tr td{
	
}
.compras table tr td.subt{
	font-weight: 700;
	text-align:right;
}
.compras table tr td.tt{
	font-weight: 700;
	text-align:right;
}
.compras table tr td.prod{
	border-bottom: 1px solid #ced4da;
	padding-bottom: 5px;
    padding-top: 5px;
}


.tab-pane h3{
	padding: 10px 0px;
    font-weight: 700;
    color: #cf1817;
}

.invoice-title{
	height:100px;
}




























/************* RADIO ****************/

/* The container */
.compras .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.compras .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.compras .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.compras .container input:checked ~ .checkmark {
    background-color: #cf1918;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.compras .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.compras .container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}



/******* MODAL SEARCH *****/

.modal-header, h4, .close {
    text-align: center;
    font-size: 30px;
}
.modal-header .modal-title {
    color:#fff;
}

.modal-body input{
	padding: 5px;
}
.modal-body button{
	height: 40px;
    border-radius: 0px;
	    background-color: #f34040;
}
.modal-footer button{
	background-color: #f34040;
}






/************** NEWSLETTER MODAL *********************/

.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
  text-shadow:none;
      color: inherit;
}

.loginmodal-container input[type=submit] { 
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}


.btn-primary {
    border-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background-color: #bd0000;
    border-color: #bd0000;
}







