* {
    font-size: 14px;
    font-family: 'Montserrat';
    font-style: normal;
}

*:focus {
    outline: 0!important
}


/* colors */

:root {
    --green: #007D30;
    --lime: #48D448;
    --dark-green: #005600;
    --title: #00230D;
    --light-green: #E3FCE1;
}

body  {
    background-color: #fffef8!important;
}

h1 {
    font-size: 30px!important;
    color: #283618!important;
    font-weight: 700!important;
}

h1 span{
  font-size: 30px!important;
    color: #516C38!important;
    font-weight: 700!important;
}

#hero h1.home-hero  {
  font-size: 52px!important;
  color: #fcfaeb!important;
}

#hero h1 {
  font-size: 44px!important;
}
.breadcrumb a:hover {
  color: #f0ceaf!important;
}

h2 {
    font-size: 20px!important;
    color: #516C38!important;
}

h4 {
  color: #283618;
}

h4 a{
  text-decoration: none;
  color: inherit;
}

.link {
  color: #f29500;
}

.link:hover, .link:active, .link:focus {
  color: #f28500;
}


.light-text {
  color: #fffef8!important;
}
.light-green-text {
  color: #516C38!important;
}
.light-green-text:hover, .dark-green-text {
  color: #283618!important;
}
.orange-text {
  color: #ff9d00!important;
  font-weight: 600;
}

/* h3 {
    font-size: 20px!important;
    color: var(--green)!important;
}

h3 span {
    font-size: inherit;
} */

/* h5 {
    font-size: 16px!important;
} */

p {
    font-size: 14px!important;
}

p b {
  color: #606C38;
  font-weight: 600;
}
.row {
    margin-top: inherit!important;
}

/* text */

.text-green { color: var(--green);}
.text-dark-green { color: #283618!important}
.text-title { color: var(--title)!important;}
.text-light-green {color: var(--light-green)!important;}
.text-lime { color: var(--lime)!important;}

@media (max-width:768px){
    h1 { font-size: 30px!important; }
    h2 { font-size: 20px!important; }
    h3 { font-size: 16px!important; }
    h4 { font-size: 15px!important; }
    .h1-slider { font-size: 32px!important; }
}

section {
  padding: 40px 0;
}

.overlay {
    background-image: linear-gradient(to bottom, #00230dd4, #283618a6);
  }

/*  //////////// BUTTONS \\\\\\\\\\\ */

.btn-primary{
  font-weight: 500!important;
    background-color: #f29500!important;
    border-color: #f29500!important;
    border-radius: 2rem!important;
    padding: 8px 16px!important;
    outline: none!important;
    font-size: 14px!important;
    transition: 0.5s ease;
} 

.btn-primary:hover {
  background-color: #f28500!important;
}

.btn-primary:active, .btn-primary:active, .btn-primary:focus-visible {
  background-color: #f28500!important;
}

.btn-primary:focus-visible, .btn-primary:active {
  box-shadow: 0 0 0 0.15rem #e6ba94!important;
}

.btn-success {
    border-radius: 2rem!important;
}

.btn-name-account.active, .open > .dropdown-toggle.btn-name-account {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.navbar .dropdown-menu {
  margin-top: 0;
  background: #f29500;
  border-top-left-radius: 0;
  border: none;
}

.navbar .dropdown-menu>li>a {
 color: white;
 padding: 5px 20px!important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  background-color: #f28500!important;
}
.dropdown-menu .divider {
      margin: 0px 12px;
    background-color: #fffdf3;
}

.btn-outline {
     padding: 8px 16px!important;
    font-weight: 500!important;
    color: #f29500!important;
    font-size: 14px!important;
    border-radius: 2rem!important;
    border: 1px solid #f29500!important;
}

.btn-outline:hover{
    background-color: #f29500!important;
    border-color: #f29500!important;
    color: white!important;
    border-radius: 2rem!important;
    outline: none!important;
} 


.btn-secondary{
    font-weight: 500!important;
    color: #f29500 !important;
    background-color: #fff5e4!important;
    /* background-color: #ffcf81!important;
    border-color: #ffcf81!important; */
    border-radius: 2rem!important;
    padding: 8px 16px!important;
    outline: none!important;
    border: none!important;
} 

.btn-secondary:hover {
  background-color: #ffeac5!important;
}

.btn-secondary:active, .btn-secondary:active, .btn-primary:focus-visible {
  background-color: #ffeac5!important;
}

.btn-secondary:focus-visible, .btn-secondary:active {
  box-shadow: 0 0 0 0.15rem #e6ba94!important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  box-shadow: none!important;
  border: none;
}


/*  //////////// FORMS \\\\\\\\\\\ */

.form-label {
  color: #283618;
  font-weight: 600;
}

.form-control:focus {
    border-color: #e6ba94!important;
    box-shadow:  0 0 0 0.15rem #ffe5cf!important;
}

.form-control {
  font-size: inherit!important;
  border-radius: 2rem!important;
  padding: .375rem 1.25rem!important;
}

/*  //////////// CARDS \\\\\\\\\\\ */

.btn-reserve {
  border-radius: 1rem;
  border: none;
  padding:  8px;
  background-color: #F9A620;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-reserve:focus, .btn-reserve:hover {
  background-color: #f28500!important;
}

.reserve-link {
  color: transparent!important;
}

.btn-reserve i {
  font-size: 18px;
}

.product-link a, .blog-title {
  text-decoration: none!important;
  font-weight: 500 !important;
  color: #606C38 !important;
  font-size: 16px;
}

.product-link a:hover, 
.product-link a:focus,
.product-link a:active {
  color: #283618 !important;
}

/*  //////////// NAVBAR \\\\\\\\\\\ */
.nav-link {
  font-weight: 500!important;
  color: #606C38!important;
}

.navbar .nav-link {
  font-weight: 500!important;
  color: #606C38!important;
  font-size: 16px;
  padding: 10px!important;
}
.navbar {
  border-radius: 10px;
  background-color: #FFFDF3;
}

.navbar .active, .nav-link:hover, .nav-link:focus, .nav-link:active {
  text-decoration: none;
  color: #283618!important;
}

.navbar .active .nav-link{ 
  font-weight: 600!important;
  color: #283618!important;}


@media (min-width: 768px) {
    .navbar-nav {
      float: inline-end;
    }
}

.navbar-brand img {
  height: 35px;
}

#search {
    height: 40px;
    padding: 0px 15px;
    border-radius: 2rem;
}

@media (min-width:768px) and (max-width: 991px) {
  .navbar-brand img {
    height: 25px;;
  }

}

@media (max-width: 768px) {
  
  .navbar-brand {
    margin-right: auto!important;
    padding-left: 0;
  }

  .nav-button {
    margin-top: 10px
  }

  .navbar-collapse {
    text-align: center
  }
}

.navbar-toggler-icon {
  background-image: url('/assets/website/icons/menu.svg')!important;
}

.navbar-toggler {
  border: none!important;
  box-shadow: none!important;
}


/*  //////////// FOOTER \\\\\\\\\\\ */

footer {
  background-image: linear-gradient(to top,#1d2711, #283618 ) ;
  color: white;
}

footer h5 {
  font-weight: 600;
  font-size: 16px;
}
footer .nav-link , .breadcrumb .nav-link{
  color: #FEFAE0!important;
  font-weight: normal!important;
}

footer .nav-link:hover,  footer .nav-link:focus, footer .nav-link:active, .breadcrumb .nav-link:hover,  .breadcrumb .nav-link:focus, .breadcrumb .nav-link:active{
  color: #ffcf81!important;
  background-color: transparent!important;
}

.footer-link {
  color: #F9A620;
  text-decoration: none;
}

.footer-link:hover, .footer-link:focus, .footer-link:hover {
  color: #f28500;
}

@media(min-width:991px) {
  .footer-list {
    text-align: center;
  }
}


/*  //////////// HOME \\\\\\\\\\\ */

/* hero */

.home-hero-bg {
  background: url('/assets/website/img/home.jpg');
  background-size: 135%; 
  background-position: left; 
  background-repeat: no-repeat;
  height: 100%
}

@media (max-width:768px) {
  .home-hero-bg {
     background-size: cover; 
  }
}

.hero-overlay {
  background-size: 140%;
  background-position: left;
  background-image: radial-gradient(#5982342e, #161f0ccf, #0f1409); 
}

.carousel-control-next, .carousel-control-prev {
    opacity: .8;
}
.carousel-control-next-icon {
    background-image: url('/assets/website/icons/arrow_banner_right.svg')!important;
    width: 4rem!important;
    height: 4rem!important;
    transition: 0.5s ease;
}
.carousel-control-next-icon:hover, .carousel-control-next-icon:focus {
    background-image: url('/assets/website/icons/arrow_banner_right_hover.svg')!important;
}
.carousel-control-prev-icon {
    background-image: url('/assets/website/icons/arrow_banner_left.svg')!important;
    width: 4rem!important;
    height: 4rem!important;
    transition: 0.5s ease;
}
.carousel-control-prev-icon:hover,  .carousel-control-prev-icon:focus{
    background-image: url('/assets/website/icons/arrow_banner_left_hover.svg')!important;
}


/* carousels  */

/* Alinhar slides horizontalmente */

.small-carousel {
  position: relative;
}
.small-carousel .carousel-item {
  padding: 15px 0;
}

.small-carousel .carousel-item .col-md-3 {
  padding: 10px;
}

.small-carousel .card {
  height: 100%;
}


/* Botões */
.small-carousel .controls {
  position: absolute;
  width: 100%;
  top: -42px;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}

.small-carousel .carousel-control-prev {
  right: 45px;
  left: unset !important;
}



/* controls */

.carousel-control-next, .carousel-control-prev {
  opacity: 1!important;
}

.small-carousel .controls {
    position: absolute;
    width: 100%;
    top: -42px;
}
.small-carousel .carousel-control-prev {
  right: 45px;
  left: unset!important;
}


/*  //////////// PRODUCTS \\\\\\\\\\\ */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #283618!important;
  color: #FEFAE0!important;
  border-radius: 2rem;
  padding: 8px 20px!important;
  margin: 0 5px;
}

/* faqs and products categories pills  */
.nav-pills .nav-link {
  border-radius: 2rem!important;
  margin: 0 5px;
  font-weight: normal!important;
  padding: 8px 20px!important;
}
/* faqs and products categories pills */

.nav-pills .nav-link:focus {
    background-color: #283618 !important;
    color: #FEFAE0 !important;
    font-size: 14px;
}

.nav-pills .nav-link:hover {
    color: #283618 !important;
    background-color: #606c382d !important;
}

/* products actions */

#new {
  background-color: #516C38;
    color: white;
    font-weight: 500;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 2rem;
}

#featured {
  background-color: #f29500;
    color: white;
    font-weight: 500;
    font-size: 13px;
    padding: 4px 6px;
    border-radius: 2rem;
}

.status-available {
    margin-left: 10px;
    background-color: #81bc4a3f;
    color: #2a391b;
    font-weight: 500;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 2rem;
    white-space: nowrap;
    margin-top: 4px;
}

.img-square:hover .img-fluid {
    transform: scale(1.05);
    transition: 0.5s ease;
}

.blog-container-img {
    margin: 10px 40px 20px 0px;
}

.about-container-img {
    margin: 10px 0px 20px 40px;
    border-radius: 2rem;
    overflow: hidden;
    max-height: 300px;
}

@media (max-width:768px) {
  .small-carousel .controls {
    top: -58px;
  }

  .about-container-img {
    margin: 0px 0px 20px 0px;
}
}


/* DEFAULT GALLERY  */
.default-gallery {
  padding: 20px;
}

.img-thumbnail:hover {
  transform: scale(1.05);
  transition: 0.5s ease;
}

/*  //////////// FAQS \\\\\\\\\\\ */

.accordion-button:not(.collapsed) {
    color: #FFFDF3!important;
    background-color: #263417!important;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: none!important  ;
}
.accordion-body {
  color: #FFFDF3;
}
 .accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 1rem !important;

 }

.accordion-flush>.accordion-item>.accordion-header .accordion-button .collapsed {
  background: #263417!important;
  color: #FFFDF3!important;
}

.accordion-button:focus {
  box-shadow: unset!important;
}

.accordion-button {
  background-color: #d9ddcb!important;
  font-size: 14px!important;
  color: #263417!important;
}

.accordion-item {
  border-radius: 1.3rem!important;
  background-color: #263417!important;
  margin: 10px 0;

}

.accordion-button:not(.collapsed)::after {
  background-image: url('/assets/website/icons/arrow-up.svg')!important;
  transform: none!important;
}
.accordion-button::after {
    background-image: url('/assets/website/icons/arrow-down.svg')!important;

}

#faqsTabs .nav-link:focus-visible {
  box-shadow: unset!important;
}


/* LOGIN  */

.remember-password {
  color: #606C38;
  cursor: pointer;
  text-decoration: none!important;
}

.remember-password:hover {
  color: #213a03;
}
/* 
MODALS */

.modal-header {
  background: #FFFDF3!important;
}

.modal-header h1{
  font-size: 18px!important;
}

@media (max-width: 768px) {
    .d-flex.flex-wrap {
        flex-direction: column;
    }
}



.table>:not(caption)>*>* {
    background-color: #fffef8!important;
}

.table>thead:first-child>tr:first-child>th:last-child {
    border-top-right-radius: 2rem;
}

.table>thead:first-child>tr:first-child>th:last-first {
    border-top-left-radius: 2rem;
}
