.frutificar{
	font-family: 'Titillium Web', sans-serif;
}

.text-shadow {text-shadow: black 0.1em 0.1em 0.7em;}

.parallax{
	/* The image used */
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../imagens/fundos.jpg");
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: bottom,center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax-empresa{
	/* The image used */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../imagens/fundo-empresa.jpg");
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: top,center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dropdown-menu-arrow {
  top: -25px;
  left: 50%;
  width: 0;
  height: 0;
  position: relative;
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}
.dropdown-menu-arrow:after {
  bottom: -18px;
  right: -8px;
  border-bottom-color: #343a40;
}
.dropdown-menu-arrow:before {
  bottom: -17px;
  right: -8px;
  border-bottom-color: rgba(0,0,0,.15);
}

.dropdown:focus-within > .dropdown-menu{
   display:block;
}

::-webkit-scrollbar {
	width:8px;
	height: 8px;
}
 
/* aqui é para personalizar o fundo da barra, neste caso estou colocando um fundo cinza escuro*/

::-webkit-scrollbar-track {
	background:#cccccc;
}
 
/* degrade para a barra vertical */
::-webkit-scrollbar-thumb {
	background: #00ff00;
	background: -moz-linear-gradient(top, #4d4d4d 0%, #008000 25%, #00ff00 50%, #008000 76%, #4d4d4d 100%);
	background: -webkit-linear-gradient(top, #4d4d4d 0%,#008000 25%,#00ff00 50%,#008000 76%,#4d4d4d 100%);
	background: linear-gradient(to bottom, #4d4d4d 0%,#008000 25%,#00ff00 50%,#008000 76%,#4d4d4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#4d4d4d',GradientType=0 );
}
 
/* degrade para a barra horizontal com a direção do degrade alterada */
::-webkit-scrollbar-thumb:horizontal {
	background: #00ff00;
	background: -moz-linear-gradient(left, #4d4d4d 0%, #008000 25%, #00ff00 50%, #008000 76%, #4d4d4d 100%);
	background: -webkit-linear-gradient(left, #4d4d4d 0%,#008000 25%,#00ff00 50%,#008000 76%,#4d4d4d 100%);
	background: linear-gradient(to right, #4d4d4d 0%,#008000 25%,#00ff00 50%,#008000 76%,#4d4d4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#4d4d4d',GradientType=0 );
}
.foco{
	color: rgba(0, 0, 0, .8) !important;;
}

.foco:hover,
.foco:focus {
  background-color: rgba(77, 77, 77, 1) !important;
   color: rgba(255, 255, 255, .9) !important;
  -webkit-touch-callout: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.instagram {

}
.bg-imagem {
    background-image: url(../imagens/bg.jpg);
    background-repeat: repeat;
    background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.image {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
  cursor: pointer !important;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.instagram:hover .image {
  color: #007bff;
  opacity: 0.3;
}

.instagram:hover .middle {
  opacity: 1;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}


.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

.abrir:hover > .dropdown-menu{
   display:block;
}
.abrir li > a:before {
	height: 0px !important;
}

.dropdown:focus-within > .dropdown-menu{
   display:block;
}

 .dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    background: linear-gradient(to left, #198754, #008000);
	color:  #ffffff !important;
} 

.box-shadow {
	background: linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.85) 100%);
}
.zoom {
	overflow: hidden;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*nav bar */
#top-menu li > a {
	position: relative;
}
#top-menu li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: -5px;
	left: 0;
	border-radius: 0px;
	opacity: 0;
	background-color: #198754;
}

#top-menu li > a:hover:before, a:focus:before,  a.active:before{
	bottom:0 !important;
	opacity: 1 !important;
	-webkit-transition: bottom 0.3s;
	-moz-transition: bottom 0.3s;
	transition: bottom 0.3s;
}

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 86px;
}

/*responsivos*/
@media (min-width: 576px) {
	.w-sm-100 {
		width:100% !important;
	}
}
@media (max-width: 575.98px) {
	.w-sm-100 {
		max-width: 576px;
	}
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 86px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #198754;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
}

#sidebarCollapse span:first-of-type {
    /* rotate first one */
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    /* second one is not visible */
    opacity: 0;
}

#sidebarCollapse span:last-of-type {
    /* rotate third one */
    transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
    /* no rotation */
    transform: none;
    /* all bars are visible */
    opacity: 1;
    margin: 5px auto;
}





