body {
	position: relative;
}

.wrapper {
	display: flex;
}

h3 {
	font-size: 1.4em;
}

.header {
	text-align: right;
	padding: 45px 0 0 45px;
	display: flex;
	flex-direction: column;
	max-height: 100vh;
	position: sticky;
	top: 0;
	z-index: 1000;

}

.logo {
	position: relative;
	right: -20px;
}

.logo img {
	border: 1px solid #fff;
}

.main {
	flex: 1 auto;
}

.navegation {
	flex: 1 auto;
}

.navegation ul {
	padding: 20px;
	list-style: none;

}

.navegation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	font-weight: 500;
}

.navegation a:hover {
	color: #058944;
	font-weight: bold;
}

.navegation a:hover:before {
	content: '— ';
}

.navegation ul li  {

}

.footer {
	padding-right: 20px;
	font-size: 0.75em;
}

.footer svg {
	fill: #058944;
	margin-left: 3px;
	margin-right: 3px;
}

.painel__slide {
	padding: 0;
	list-style: none;
	margin: 0;
}

.painel__slide img {
	min-height: 100vh;
}

.carousel-inner > .carousel-item {  
}

/* Page About */
.about {
	background: #058944;
	min-height: 100vh;
	color: #fff;
	/*padding: 3em;*/
	text-align: justify;
}

.about h2 {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	background: url(../img/bg-title.png) no-repeat 50% 50%;
	min-height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}
/* End Page About */

/* Page Product */
.product {
	min-height: 100vh;
	/*padding: 3em 1em;*/
}

.product h2 {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	background: url(../img/bg-title2.png) no-repeat 50% 50%;
	min-height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}

.product__link {
	display: block;
	padding: 20px;
	color: #fff;
	text-align: center;
	background: #128d4e;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 1em;
    line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 10px;
}

.product__link span {
	display: flex;
	height: 120px;
	margin-bottom: 15px;
	align-items: center;
	justify-content: center;
}

.product__link img {
	max-width: 100%;
	max-height: 100%;
}

.product__link:hover {
	color: #fff;
}

#content {
	min-height: 100vh;
}

@media (min-width: 1200px) {
	.page {
		padding-top: 3em;
		padding-bottom: 3em;
		padding-left: 50px;
		padding-right: 50px;
	}
}

/* End Page Product */
/* Category Product */
.product__item {
	display: flex;
}

.product__item h3 {
	text-transform: uppercase;
}

.product__thumbnail {
	flex: 0 0 180px;
	padding-right: 20px;
}

@media (max-width: 1000px) {
	.product__thumbnail {
		flex: 0 0 150px;
	}
}

@media (max-width: 700px) {
	.product__thumbnail {
		flex: 0 0 100px;
	}
}
/* End Category Product */



/* Page Midia */
.midia {
	min-height: 100vh;
	background: #e6e6e6;
}

.midia h2 {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	background: url(../img/bg-title2.png) no-repeat 50% 50%;
	min-height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}

/* End Page Midia */

/* Pagina Representantes */
.representantes {
	min-height: 100vh;
}

.representantes h2 {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	background: url(../img/bg-title2.png) no-repeat 50% 50%;
	min-height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
	text-transform: uppercase;
}

/* Fim Página Representantes */

/* Page Contact */
.contact {
	background: #058944;
	min-height: 100vh;
	color: #fff;
}

.contact h2 {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	background: url(../img/bg-title.png) no-repeat 50% 50%;
	min-height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}
/* End Page Contact */

.btn-menu {
	display: none;
}

.dropdown-menu {
	display: block;
	position: relative;
	top: 0;
	text-align: right;
	padding: 0;
	border: 0;
}

@media (max-width: 960px) {
	.wrapper {
		display: block;
	}

	.page {
		padding-top: 65px;
	}

	.painel {
		padding-top: 0;
	}

	.dropdown-menu {
		display: none;
		position: absolute;
		top: 100%;
		background-color: #fff;
    	background-clip: padding-box;
    	border: 1px solid rgba(0,0,0,.15);
   		border-radius: .25rem;
   		text-align: left;
	}

	.btn-menu {
		display: inline-block;
	}

	.header {
		flex-direction: row;
		background: #fff;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
	}

	.navegation a:hover:before {
		display: none;
	}

	.logo img {
		height: 60px;
	}

	.logo {
		right: 0;
	}

	.navegation {
		display: none;
	}

	.footer {
		display: none;
	}
}


/* rotate */
.rotate img {
  -webkit-transition: -webkit-transform 1s;
         -moz-transition: -moz-transform 1s;
           -o-transition: -o-transform 1s;
              transition: transform 1s;
      -webkit-transform-style: preserve-3d;
         -moz-transform-style: preserve-3d;
           -o-transform-style: preserve-3d;
              transform-style: preserve-3d;}
.rotate:hover img {
-webkit-transform: rotateY( 180deg );
 -moz-transform: rotateY( 180deg );
   -o-transform: rotateY( 180deg );
      transform: rotateY( 180deg );
}
/* end rotate */


/* Whatsapp */
.chat {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
}

.chat-whatsapp {
    background: #25d366;
    display: flex;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;

}

.chat-whatsapp img {
    width: 40px;
    height: 40px;
}



.chat-text {
    position: absolute;
    left: -157px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    padding: 10px;
    border-radius: 10px;
    display: none;
}

.status {
	position: absolute;
	bottom: -12px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 10px;
	font-weight: bold;
}

.status--online {
	background: #15a149;
}

.status--offline {
	background: #f71100;
}

.chat-whatsapp:hover .chat-text,
.chat-whatsapp:focus .chat-text {
    display: inline-block;
}

.chat-arrow {
    background: none;
    height: 0;
    width: 0;
    position: absolute;
    right: -10px;
    top: 14px;
    border: 5px solid transparent;
    border-left-color: #fff;
}
/* End Whatsapp */