/********** Template CSS **********/

:root {
  --bs-dark: #000000;
  --bs-white: #ffffff;
  --bs-secondary: #009445;
  --bs-back: #c8c7cf;
  --bs-action: #017f10;


}


.h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
}
a {
    color: #000;
    text-decoration: none;
}

.container, .container-fluid, .container-xxl {
    width: 100%;
    max-width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.bg-primary {
    background-color: var(--bs-back) !important;
}
.text-primary {
    color: #fb7420 !important;
}
.text-secondary {
    color: var(--bs-secondary) !important;
}
.text-dark {
    color: #000000 !important;
}
.text-link {
    color: #007bff !important;
}
.text-spinner {
  color: #009444 !important;
}
.btn-dark {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.btn-dark:hover {
    border-color: var(--bs-back);
}

.btn-outline-dark {
    color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.btn-outline-dark:hover {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, .1);
    border-color: rgb(255 255 255 / 12%);
}

.img-ebook-venda {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.lbl_numeros_prod {
    width: 100%;
    text-align: center;
    background-color: #0a7e09;
    display: inline-block;
    padding: 10px 10px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.lbl_numeros_lista_prod {
    width: 100%;
    text-align: center;
    background-color: #0a7e09;
    display: inline-block;
    border-radius: 50px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

.stext-tachado {

    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #b2b2b2;
    text-decoration:line-through;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    font-size: 26px;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}


.btn.btn-primary {
    color: var(--bs-white);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
    background-color: white;
}

.navbar {
    padding: 11px 0 !important;
    height: 85px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: var(--bs-white);
    font-weight: 500;
    transition: .5s;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-dark);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--bs-secondary);
    }

    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
        color: var(--bs-white);
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}


/*** Feature ***/
.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Deal ***/
.deal {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.deal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
    position: relative;
    z-index: 1;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
}


/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}

.how-to-use .border {
    border-color: rgba(255, 255, 255, .2) !important;
}


/*** Product ***/
.product-item {
    transition: .1s;
    border-radius: 8px;
}

/*.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(195, 113, 27
      , .25);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}*/

.border-orange {
    border: 1px solid #e3e3e3 !important;
}



/*** DUVIDAS ***/
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: var(--bs-secondary);
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
}

.accordion-button:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    border-color: #deccbc;
}

/*** Testimonial ***/
.testimonial {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--bs-dark);
}


/*** Foto Produto
min-height: 55px;
***/

.produto-nome {
    font-family: sans-serif;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    min-height: 40px;
    max-height: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 540px) {
  .produto-nome {
    font-weight: 500;
    font-family: sans-serif;
    font-size: 13px;
  }
}

.produto {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.produto::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.produto .produto-carousel {
    position: relative;
    z-index: 1;
}

.produto-carousel .owl-item img {
    width: 250px;
    height: 250px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 10px;
}

.produto-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.produto-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.produto-carousel .owl-dot.active {
    background: var(--bs-dark);
}

.owl-nav,
.owl-dots {
	width:100%;
	margin:0 auto;
	display:flex;
	flex-flow:row nowrap;
	align-items:center;
	position:relative;
}
.owl-nav {
	color:#ffffff;
	font-size:2rem;
	justify-content:space-between;
	.owl-prev,
	.owl-next {
		padding:1rem;
		&:hover {
			color:#da5f00;
		}
	}
}
.owl-dots {
	justify-content:center;
	position:relative;
	top:-50px;
	width:50%;
	.owl-dot {
		display:inline-block;
		background: none repeat scroll 0 0 #c9c9c9;
	   	border-radius: 20px;
	    	display: block;
	    	height: 12px;
	    	margin: 5px;
	    	width: 12px;
		&.active {
			background-color:#ffffff;
		}
		&:hover {
			background-color:var(--bs-dark);
		}
	}
}

.accordion-button {
    color: #000000;
}

/*** Blog ***/
.blog-item {
    transition: .1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Newsletter ***/
.newsletter {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .3);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

@media (max-width: 991.98px) {
  .barra-acao-bottom {
      bottom: 0px;
      left: 0px;
      right: 0px;
      z-index: 5;
      position: fixed;
      transition: .5s;
      background-color: #ffffff7d;
  }

  .btn-action {
      color: var(--bs-white);
      background-color: var(--bs-action);
      border-color: #00730e;
      width: 100%;
  }
  .btn-action:hover {
      color: var(--bs-white);
      border-color: #6cee7b;
      border-width: 3px;
  }

  .linha-action {
      padding-left: 20px;
      padding-right: 20px;

  }

  .h1, h1 {
      font-size: calc(1.2rem);
  }

  navbar {
      padding: 2px 0 !important;
      height: 60px;
  }

  .card-text {
      font-family: sans-serif;
      font-size: 14px;
      line-height:1.2;
      font-weight: 300;
      padding-left: 0px;
      padding-right: 8px;
      padding-top: 5px;
  }

  .btn-chances {
    color: #198754;
    background-color: #ffffff;
    border-color: #198754;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
  }

  .rounded {
    border-bottom-left-radius: 0.25rem!important;
    border-bottom-right-radius: 0.25rem!important;
    border-top-left-radius: 0.25rem!important;
    border-top-right-radius: 0.25rem!important;
  }

}
