
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

body { background: #F9F9F9 }

/* .font-satisfy {
  font-family: "Satisfy", serif;
} */

.navbar{
  --flex-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.inner  .navbar{
  --flex-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

header .navbar-toggler { 
  padding: 0;
  border: 0 }

header.navbar {
  /* --flex-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
  --flex-navbar-toggler-border-color: rgba(0,0,0,.5);
  --flex-navbar-padding-y: 1rem }

header .nav-link {
  color: #FFF;
  transition: 300ms all;
}

.inner header .nav-link {  color: var(--flex-reset) }

header .nav-link:hover,
header .nav-link.active {
  color: var(--flex-primary) !important;
}

header .nav-link.active { font-weight: bold }

.inner .navbar-brand img { 
  margin-top: -1rem;
  margin-bottom: -1rem;
  height: 80px }

@media(max-width:991.98px){

    .navbar-brand img { height: 90px }
  
    header .navbar-collapse { 
      background: #FFF;
      width: 100%;
      position: fixed;
      z-index: 100000;
      top: 0;
      left: 0  }
  
    header .navbar-nav {
      justify-content: center;
      width: 100%;
      height: 100vh }  
  
    header .nav-link { 
      text-align: center;
      color: var(--flex-secondary);
      padding: .75rem 3rem !important; 
      width: 100% }

    header a { font-size: 120% !important }

    header .dropdown { width: 100% }

    header .dropdown-menu {
      border: 0;
      border-radius: 0;
      width: 100%;
      background-color: rgba(0,0,0,.125) }

    header .dropdown-menu a { 
      text-align: center;
      padding: .5rem 1rem;
      color: #FFF }
}


#hero {
  background: var(--flex-black);
  /* background: linear-gradient(180deg, rgba(0, 0, 0, .85) 0%, rgba(250, 243, 167, 1) 100%); */
  /* background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .25) 75%); */
  background-attachment: fixed;
}

/* #hero .container .text-center *:not(.btn){
  text-shadow: 1px 1px 1px rgba(0,0,0,.5)
} */

.bg-gradient-primary {
  background: #0D854D;
  background: linear-gradient(168deg, rgba(13, 133, 77, 1) 23%, rgba(0, 59, 32, 1) 100%);
  background-attachment: fixed;
}

.hero-cover {
  /* mix-blend-mode: multiply; */
  filter:contrast(1.5);
  opacity: .35
}

.hero-cover,
.object-fit-cover  { 
  width: 100%;
  height: 100%;
  object-fit: cover }

.object-fit-top { object-position: top }
.object-fit-bottom { object-position: bottom }

.btn { 
  padding: 1rem 1.5rem;
  transition: all 300ms;
  letter-spacing: 0;
  font-weight: bold  }


.btn:hover,
.btn:active,
.btn:focus,
.btn.show,
.btn.active { letter-spacing: .125rem; }

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus { color: #FFF !important }


.carousel-control-prev-icon {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") }

.btn-wapp {
  background: rgba(37, 211, 102, 1);
  padding: .5rem;
  border-radius: 100%;
  right: 1.25rem;
  bottom:  1.25rem;
  transition-duration: 0.5s !important;
  animation: pulse-shadow 3s infinite !important;
  z-index: 10000;
}

@-webkit-keyframes pulse-shadow {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);
  }

  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}


#products article { 
  top: 0;
  transition: all 300ms }

#products article:hover {
  background: #FFF;
  top: -.5rem;
  box-shadow: 0 .5rem 2rem 1rem rgba(0,0,0,0.1)
}

/* #products article h5 {
    text-shadow: 0 1px 2px rgba(0,0,0,1)
} */
/* 
#products article h5 {
    transition: all 300ms;
    margin-bottom:.5rem 
}

#products article:hover h5{ 
    margin-bottom:1rem 
} */

/* #products article .position-absolute {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 85%);
}

@media(max-width:767.98px){
  #products article .position-absolute {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 85%);
  }
} */

/* #products article h5 {
    margin-top: -2.35rem !important
} */

#products article .position-absolute {
  background: linear-gradient(180deg, rgba(250, 243, 167, 0) 50%, rgba(250, 243, 167, 1) 85%);
}

@media(max-width:767.98px){
  #products article .position-absolute {
    background: linear-gradient(180deg, rgba(250, 243, 167, 0) 25%, rgba(250, 243, 167, 1) 85%);
  }
  
  /* #products article h5 {
      margin-top: -1.375rem !important
  } */
}


.inner #hero .breadcrumb { --flex-breadcrumb-divider-color: rgba(255,255,255,.5) }

@media(max-width:767.98px){
  .inner #hero.h-75 { height: 50vh !important }
}

.object-fit-end { object-position: right }