@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  outline: none;
  text-decoration: none!important;
  scrollbar-width: auto;
  scrollbar-color: var(--cor1) #dbe0e5;
  scroll-behavior: smooth;
  --cor1: #59994B;
  --cor2: #56991f;
  --cor3: #5BCB5D;
}
body {
  position: relative;
}
img {
  max-width: 100%;
  display: block;
}
img.center {
  margin: auto;
}
a {
  text-decoration: none!important;
}
button:focus {
  outline: none;
}
section {
  padding: 100px 15px;
  position: relative;
}
.space-sections {
  margin-bottom: 50px!important;
}
@media (max-width:1280px) {
  section {
    padding: 80px 20px; 
}
}
/*CARDS CONFIG
***********************************************************************************************************************/
.cards h4 {
  font-size: 1.7em;
  letter-spacing: -1px;
  line-height: 1.2em;
  margin-bottom: 20px!important;
  text-shadow: none;
}
.cards h4.clean-text,
.cards p.clean-text {
  color: #FFFFFF;
}
.cards p {
  width: 80%;
  margin: auto;
  text-align: center;
}
.cards span {
  width: 37%;
  font-size: 1.7em;
  text-align: center;
  line-height: 1.2em;
  margin-top: -25px;
  margin-bottom: 50px;
}
.cards img {
  width: 25%;
  margin: auto;  
}
.no-cards img {
  width: 100%;
  margin: auto;  
}
@media (max-width: 768px) {
  section {
    padding: 80px 15px;
  }
  section.cards p {
    text-align: center;
  }
}
@media (max-width: 450px) {
  section {
    padding: 50px 15px;
  }
  section p {
    text-align: justify;
    margin-bottom: 2rem;
  }
  .cards img {
    width: 22%;    
  }
  .cards span {
    width: 100%;
    font-size: 20px;
  }
  .cards .highlighted {
    max-width: 100%!important;
  }
}
/*GENERAL BOX FLEX-CONTAINER / GRID-CONTAINER
***********************************************************************************************************************/
.general-box .width-box {
  max-width: 800px;
}
.general-box .flex-container .flex-item {
  flex: 1;
}
.general-box .flex-container.reverse {
  flex-direction: row-reverse;
}
.flex-container,
.grid-container {
  display: flex;
  max-width: 1280px;
  margin: auto;
  flex-wrap: wrap;
  gap: 50px;
  z-index: 1;
}
.flex-container.column-direction {  
  flex-direction: column;
  align-items: center;
}
.flex-container h3.center,
.flex-container p.center { 
  text-align: center;
}
.flex-container.gap {
  margin-top: 50px;  
}
.grid-container {
  display: grid;
}
.grid-container.box {
  max-width: 1280px;
  margin: auto;
}
.grid-container.columns-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;  
}
.grid-container.columns-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;  
}
.grid-container.columns-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;  
}
.grid-container.columns-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}
.grid-container.columns-4.small-gap,
.grid-container.columns-5.small-gap {
  gap: 25px;  
}
.grid-item.box-size {
  padding: 80px 0;
}
.grid-item.back-clean {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.grid-item.back-dark {
  background-color: #2e3342;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.itens-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.b-radius {
  border-radius: 1.5em;
}
.line-up {
  border-top: 1px solid #e5e5e5;
  background: rgb(2,0,36);
  background: -moz-linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(229,229,229,0) 50%, rgba(245,245,245,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(229,229,229,0) 50%, rgba(245,245,245,1) 100%);
  background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(229,229,229,0) 50%, rgba(245,245,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#f5f5f5",GradientType=1);
}
.gap-containers {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .general-box .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .general-box .flex-container {
    gap: 0;    
  }
  .general-box .flex-container .flex-item {
    flex: auto;
  }
  .general-box .flex-container.reverse {
    flex-direction: column-reverse;
  }
  .general-box .flex-container.reverse.no-reverse {
    flex-direction: column;
  }      
  .general-box .grid-container {
    grid-template-columns: 1fr!important;
    grid-gap: 0!important;
  }   
  .general-box .flex-container .flex-item .accordion-button button {
    display: block;
  }
  .general-box .grid-container .grid-item h4 {
    font-size: 35px;
  }
  .grid-item.box-size {
    padding: 50px 15px;
  } 
  .flex-container.intro-text-infos {
    padding:0;
  } 
}
/*GENERAL SECTION BACKGROUND COLOR AND SECTIONS BACKGROUND COVER
***********************************************************************************************************************/
.gray-back {
  background-color: #f5f5f5;
}
.back-cover {
  max-width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.back-cover::before {
  content: '';
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.back-cover span {
  color: #f5f5f5;
  text-align: center;
  font-size: 1.1em;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
}
/*GLOBAL TITLES and PARAGRAPHS
***********************************************************************************************************************/
h1 {
  font-size: 4em;
  line-height: 1.2em;
  text-align: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: -2px;
  font-weight: bold;  
}
h1.home_title {
  max-width: 1000px;
}
h2 {
  color: #8992a3;
  font-size: 1.2em;
  line-height: 1.7em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
h3 {
  color: #2e3342;
  font-size: 3.5em;
  line-height: 1.1em;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  letter-spacing: -2px;
}
h4 {
  color: #2e3342;
  font-size: 3em;
  line-height: 1em;
  text-align: center;
  margin-top: 40px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -2px;
  font-weight: bold;
  text-shadow: 5px 7px rgba(0,0,0,0.39);
}
.after-title::after {
  content: "";
  width: 70px;
  height: 4px;
  border: 1px;
  display: block;
  background-color: #59994b;
}
.after-title.left::after {
margin-top: 15px;
}
.after-title.center::after {
  margin: 15px auto;
}
.after-title.right::after {
  margin-left: auto;
  margin-top: 15px;
}
p {
  color: #2e3342;
  font-size: 1.1em;
  line-height: 30px;
  margin-bottom: 1.5em;
  font-family: "Poppins", sans-serif;
}
label {
  color: #2e3342;
  font-size: 1.1em;
  font-family: "Poppins", sans-serif;
}
.title {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.text-center { 
  text-align: center;  
}
@media (max-width: 450px) {
  h1 {
    font-size: 45px;
    margin: 0;
  }
  h2 {
    text-align: center;
    margin-bottom: 5px;
  }
  h3 {
    font-size: 45px;
    line-height: 55px!important;
    text-align: center;
  }
  h3::after {
    margin: 0 auto;
  }
  h4 {
    margin-top: 20px;  
  }
  p {
    font-size: 1.1em;
  }
  label {
    color: #2e3342;
    font-size: 1.1em;
  }  
}
.highlighted {
  color: #8992a3;
  max-width: 60%!important;
}
/*GLOBAL BUTTONS
***********************************************************************************************************************/
button {
  z-index: 1;
}
.btn-global button {
  cursor: pointer;
  border: none;
  padding: 10px 50px;
  color: #f5f5f5;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 50px;
  background-color: #2e3342;
  font-family: "Poppins", sans-serif;
  transition: 0.5s;
}
.btn-global button:hover {
  transition: 0.2s;
  background-color: #59994b;
  transform: scale(1.1);
}
.btn-global.no-transform button:hover {
  transform: none!important;
}
.btn-global button:hover::after {
  content: "";
}
.btn-global.green button {
  background-color: #59994b;
}
.btn-global.green button:hover {
  color: #59994b;
  font-weight: 600;
  background-color: #F5F5F5;
}
.btn-global.white button {
  color: #F5F5F5;  
}
.btn-global.white button:hover {
  color: #F5F5F5;
}
.btn-global.sample button {
  padding: 7px 12px;
  background: #59994b;  
}
a,
.btn-link {
  color: #59994b;
  text-decoration: none;
}
a:hover {
  color: #2e3342;
}
.btn-primary {
  color: #fff;
  background-color: #59994b;
  border-color: #407a33;
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #59994b;
}
.whatsapp-button {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  margin: 0 30px 30px 0;
  box-shadow: 0 0 0 0 rgba(#CC0000, .5);
  animation: pulse 1.5s infinite;
}
.whatsapp-button {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  margin: 0 30px 30px 0;
}
.whatsapp-button img {
max-width: 80%;
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
  @-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
} 
[data-tooltip] {
  position: relative;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
  line-height: 1;
  font-size: .9em;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}
[data-tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 100;
}
[data-tooltip]:after {
  content: attr(data-tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 8px;
  border-radius: 3px;
  background: #02C064;
  color: #FFFFFF;
  z-index: 99;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  display: block;
  opacity: 1;
}
[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #02C064;
}
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::after {
  bottom: calc(100% + 5px);
}
[data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::before,
[data-tooltip][data-flow="top"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -4px);
          transform: translate(-50%, -4px);
}
[data-tooltip][data-flow="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #02C064;
}
[data-tooltip][data-flow="bottom"]::after {
  top: calc(100% + 5px);
}
[data-tooltip][data-flow="bottom"]::before, [data-tooltip][data-flow="bottom"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
[data-tooltip][data-flow="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #02C064;
  left: calc(0em - 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #02C064;
  right: calc(0em - 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[data-tooltip][data-flow="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[data-tooltip=""]::after, [data-tooltip=""]::before {
  display: none !important;
}
@media (max-width: 450px) {
  .btn-global button {
    font-size: 18px;
  }
  .whatsapp-button {
  max-width: 13%;
  margin: 0 15px 15px 0;
  }
  .hide-mobile-button {
    display: none;
  }
}
/*START HOMEPAGE STYLES
/*SECTION INTRO
***********************************************************************************************************************/
section.intro {
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.intro::before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.9; 
}
.home-cover {
  background: url('../images/homepage/back-intro-nuselect-coffees.webp');
  -moz-background: url('../images/homepage/back-intro-nuselect-coffees.webp');
  -ms-background: url('../images/homepage/back-intro-nuselect-coffees.webp');
  -o-background: url('../images/homepage/back-intro-nuselect-coffees.webp');
}
.page-404-cover {
  background: url('../images/homepage/404.webp');
}
.intro .flex-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  z-index: 2;
}
.intro h1 {
  color: #f5f5f5;
  text-shadow: 2px 5px 7px rgba(0,0,0,0.4)
}
.intro span {
  max-width: 800px;
  display: block;
  color: #f5f5f5;
  font-size: 15pt;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-shadow: 2px 2px 7px rgba(0,0,0,0.4)
}
.intro .log-support {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  animation: fadeIn 1s ease 0s 1 normal forwards;
  background: #0000006b;
  padding: 15px 0;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.intro .log-support span {
  opacity: 1;
  animation: none;
}
.intro .log  {
  color: #f5f5f5;
  font-size: 17pt;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-shadow: 2px 2px 7px rgba(0,0,0,0.4);
}
.intro .nucoffee img{  
  max-width: 80%;  
}
.intro .log-support span.types-log-mobile {
  display: none;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.intro h1 {
  animation: fadeIn 1s ease 0s 1 normal forwards;
}
.intro span {
  animation: fadeIn 1s ease 0s 1 normal forwards;
}
.intro button {
  animation: fadeIn 1s ease 0s 1 normal forwards;
}
.intro i {
  animation: fadeIn 1s ease 0s 1 normal forwards;
}
.intro .log,
.intro .nucoffee {
  animation: fadeIn 1s ease 0s 1 normal forwards;
}
@media (max-width: 450px) {
  .intro span {
    font-size: 20px;
  }
  .intro .flex-container {
    gap: 30px;
  }
  .intro .log-support {
    display: flex;
    position: absolute;
    bottom: 5px;
    background: none;
    padding: 15px 0;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }
  .intro .log-support span {
    display: none;
  }
  .intro .log-support span.types-log-mobile {
    font-size: 17px;
    display: block;
  }
  .intro .log-support img {
    max-width: 85%;
  }
}
/*SECTION ABOUT US
***********************************************************************************************************************/
.about-us-cover {
  background: url(../images/about-us/back-about-us.webp) no-repeat center;
}
.about-us-cover-2 {
  min-height: 50vh;
  background: url(../images/about-us/back-about-us-cover-2.webp) no-repeat center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us-cover-2 h3 {
  color: #f5f5f5;
  text-align: center;
  line-height: 65px;
}
.about-us-cover-2 .flex-item {
  max-width: 800px; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
.authentic-brazilian-coffee img {
  margin-bottom: 20px;  
}
.about-us .flex-container {
  gap: 3rem;
  align-items: center;
}
.about-us .flex-container .flex-item {
  flex: 1 1 399px;
}
@media (max-width: 450px) {
  .about-us .flex-container {
    gap: 0;   
  }
  .about-us .flex-container .flex-item button {
    display: block;
  }
}
/*FAQS PAGE
***********************************************************************************************************************/
.ask-cover {
  background: url(../images/faqs/back-cover-faqs.webp);
}
.intro.ask-cover {
  min-height: 500px; 
  padding-top: 170px;
}
.intro.ask-cover::before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 523px;
  opacity: 0.9;
}
.intro.ask-cover .flex-container {
  align-items: normal;
}
.general-box .space {
  margin-bottom: 25px;
}
.filter-item_ {  
  max-width: 25%;
}
.filter-item .accordion-filter {  
  padding: 20px;
  border-radius: 7px;
  background-color:#59994b;
}
.filter-item span {
  color: #f5f5f5;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  display: block;
}
.filter-item .sticky {
  position: sticky!important;
  top: 130px!important;
}
@media (max-width:450px) {
  .filter-item {  
    max-width: 100%;
    margin-bottom: 30px;
  }
  .filter-item .sticky {
    position: relative;
  }
}
/*HOW TO BUY
***********************************************************************************************************************/
.how-to-buy-cover {
  background: url(../images/how-to-buy/back-cover-how-to-buy.webp);  
}
.how-to-buy-cover-2 {
  background: url(../images/how-to-buy/back-cover-how-to-buy-2.webp);  
  min-height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.how-to-buy-cover-2 h3 {
  color: #f5f5f5;
  text-align: center;
  line-height: 65px;
}
.how-to-buy-cover-2 .flex-item {
  max-width: 500px; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*SECTION PROJECTS
***********************************************************************************************************************/
section.projects {
  padding: 80px 50px 0;
}
section.projects-list {
  padding: 30px 15px 100px;
}
.projects-cover {
  background: url(../images/projects/back-projects-cover.webp);
}
.projects-list {
  position: relative;
}
.projects-list .is-loaded {
  opacity: 1;
  transform: scale(1);
}
.projects-list .projects-item-img {
  min-height: 530px;
  object-fit: cover;
  border-radius: 1.5em;
}
figcaption {
  border-radius: 1.5em;
  transition: background-color 263ms ease-out;
}
figcaption:hover {
  cursor: pointer;
  border-radius: 1.5em;
  background-color: rgba(89, 153, 75, 0.7);
}
.projects-list .grid-container figcaption {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  z-index: 2;
  display: flex;
  padding: 40px;
}
.projects-list .projects-btn {
  z-index: 10;
  position: absolute;
  z-index: 10;
  bottom: 110px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.projects-list .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colunas */
  grid-gap: 40px; /* Espaçamento entre os blocos */
}
.projects-list .grid-container .grid-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.projects-list h4 {
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  align-items: center;
  margin-bottom: 40px;
}
.projects-list p {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: -0.5px;
}
.projects-list p,
.projects-list h4,
.projects-list a {
  color: #f5f5f5;
  text-shadow: 2px 2px 7px rgba(0,0,0,0.4);
}
.projects-list a {
  margin-top: 35px;
}
.projects-list .grid-container .grid-item:nth-child(1),
.projects-list .grid-container .grid-item:nth-child(2),
.projects-list .grid-container .grid-item:nth-child(3),
.projects-list .grid-container .grid-item:nth-child(4),
.projects-list .grid-container .grid-item:nth-child(5),
.projects-list .grid-container .grid-item:nth-child(6) {
  position: relative;
  margin: 0;
}
@media (max-width: 768px) {
  .projects-list .grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2 colunas */
  }
}
@media (max-width:450px) {
  .projects .flex-item {
    width: 100%;
  }  
  .projects ul li {
    margin: 10px;
  }
  .projects-list a {
    margin-top: 55px;
  }  
  .projects-list .grid-container {
    grid-template-columns: 1fr;
  }  
  .projects-list .grid-container .grid-item:nth-child(1),
  .projects-list .grid-container .grid-item:nth-child(2),
  .projects-list .grid-container .grid-item:nth-child(3),
  .projects-list .grid-container .grid-item:nth-child(4),
  .projects-list .grid-container .grid-item:nth-child(5),
  .projects-list .grid-container .grid-item:nth-child(6) {
    min-height: 50vh;
    gap:10px;
  }
}
/*SECTION WHERE WE ARE
***********************************************************************************************************************/
.where-we-are {
  padding: 80px 0 0; 
  background: #FFFFFF;  
}
.where-we-are .flex-container {
  max-width: 85%;
  justify-content: center;
}
:root {
  --grid-columns: repeat(4, 1fr);
  --bg-fixed: fixed;
}
.where-we-are .grid-container  {
  max-width: 100%;
  grid-template-columns: var(--grid-columns); 
  padding: 50px 0 0;
  gap: 0; 
}
.where-we-are .grid-container .grid-item  {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    #f5f5f5 100%
  );  
  padding: 20px;
  text-align: center;
}
.where-we-are .grid-item:nth-child(1),
.where-we-are .grid-item:nth-child(2),
.where-we-are .grid-item:nth-child(3) {
  border-right: 1px solid #d5d5d5;
}
.where-we-are .grid-container .grid-item .data {
  font-size: 80px;
  color: #2e3342;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 100px;
}
.where-we-are .grid-container .grid-item span {
  font-size: 17px;
  color: #8992a3;
  font-family: 'Poppins', sans-serif;
}
.where-we-are img.map_mobile {
  display: none;
}
@media (max-width: 1280px) {
  .where-we-are {
    padding: 100px 25px 15px; 
  }  
}
@media (max-width: 768px) {
  :root {
    --grid-columns: 1fr 1fr; /* Altera o número de colunas para 2 em telas menores */
  }
  .where-we-are {
    padding: 80px 15px 25px 15px; 
  }
  .where-we-are .grid-item:nth-child(2) {
    border: none;
  }  
  .where-we-are .grid-item:nth-child(3),
  .where-we-are .grid-item:nth-child(4) {
    border-top: 1px solid #d5d5d5;
  }    
  .where-we-are .grid-container .grid-item .data {
    font-size: 60px;
    font-weight: 600;
    line-height: 100px;
  }
  .where-we-are .grid-container .grid-item span {
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  .where-we-are {
    padding: 50px 15px 0 15px; 
  }
  .where-we-are .grid-container .grid-item .data {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
  }
  .where-we-are .grid-container .grid-item span {
    font-size: 14px;
  }
  .where-we-are img.map_mobile {
    display: block;
  }
  .where-we-are img.map_desktop {
    display: none;
  }
  .where-we-are .flex-container {
    max-width: 100%;
  }
}
/*SECTION ORDER SAMPLE
***********************************************************************************************************************/
.order-sample {
  background: url(../images/homepage/back-sample-nuselect-coffees.webp);
}
.order-sample::before {
  content: '';
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.order-sample .flex-item {
  z-index: 1;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-sample .flex-item h3 {
  color: #f5f5f5;
  text-align: center;
  line-height: 65px;
}
.order-sample .flex-item h3::after {
  margin-top:10px;
}
.order-sample .flex-item p {
  color: #f5f5f5;
  text-align: center;
  margin-bottom: 50px;
}
.order-sample .flex-container {
  justify-content: center;
}
@media (max-width:1000px) {
  .order-sample {
    min-height: auto;
  }
}
/*SECTION BRAZILIAN COFFEES
***********************************************************************************************************************/
.brazilian-coffees .flex-container {
  gap: 3rem;
  align-items: center;
}
.brazilian-coffees .flex-container .flex-item {
  flex: 1 1 399px;
}
@media (max-width: 450px) {
  .brazilian-coffees .flex-container .flex-item button {
    margin: 0 auto;
    display: block;
  }
}
/*OUR TEAM
***********************************************************************************************************************/
.our-team {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.our-team .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  max-width: 75%;
}
.our-team .grid-item {
  text-align: center;
}
.our-team h3 {
  margin: 0;  
}
.our-team h4 {
  color: #2e3342;
  font-size: 22px;
  margin: 0;
  text-shadow: none;
  letter-spacing: -1px;
}
.our-team p {
  color: #8992a3;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  margin-top: 10px;  
}
.our-team p.info-member {
  color: #2e3342;
  text-align: justify;
  line-height: 1.5em;
  margin: 0;
}
.our-team a.info-mail {
  color: #59994b;
  line-height: 2.5em;
  margin-bottom: 10px;
  display: block;
}
.our-team a i {
  margin-right: 2px;
}
.our-team img {
  margin-bottom: 25px;
}
.our-team button {
  padding: 7px 15px;
  font-size: 12px;
  text-transform: none;
}
.our-team i {
  margin-left: 5px;
}
@media (max-width: 768px) {
  .our-team .grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2 colunas */
  }
  .our-team img {
    margin: 20px auto;
    max-width: 80%;
}
}
@media (max-width: 450px) {
  .our-team {
    gap: 0;
  }
  .our-team .grid-container {
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 100%;
  }  
  .our-team .grid-container .grid-item h4 {
    font-size: 30px;
  }
  .our-team .grid-container .grid-item p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .our-team p.info-member {
    font-size: 16px!important;
    text-align: left;
  }
  .our-team a i {
    display: none;
  }
}
/*TESTIMONIALS
***********************************************************************************************************************/
.testimonials .flex-container {
  gap: 50px;
  align-items: center;
  max-width: 1000px;
}
.testimonials .flex-container .flex-item {
  flex: 1 1;
}
.testimonials .flex-container .flex-item .left{
  max-width: 350px;
}
.testimonials .flex-container .flex-item .carousel {
  padding: 0;
}
.testimonials .flex-container .flex-item .container {
  max-width: 350px;
}
.testimonials .flex-container .flex-item .container .card  {
  position: relative;
  border-radius: 20px;
  max-width: 350px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -40px;
}
.card::before  {
  content: "";
  position: absolute;
  height: 30%;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: #2e3342;
}
.card .card-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 100;
}
.card .customers {
  text-align: center;
}
.card .customers p {
  color: #2e3342;
  font-size: 14px;
  line-height: 22px;
}
.card .customers span {
  display: block;
  margin-top: 15px;
  color: #8992a3;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.card .rating i {
  color: #59994b;
  margin: 0 5px;
  font-size: 15px;
}
.testimonials .card .image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 3px;
  background: #2e3342;
}
.testimonials .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid white;
}
.swiper-pagination-bullet {
  width: 26px;
  height: 6px;
  border-radius: 25px;
  background: #59994b;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    color: #d5d5d5;
}
@media (max-width: 450px) {
  .testimonials .flex-container {
    gap: 0;
  }
  .swiper-button-next:after {
    font-size: 30px;
    margin: 0 -20px 0 0;
  }
  .swiper-button-prev:after {
    font-size: 30px;
    margin: 0 20px 0 0;
  }  
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
  }
}
/*SECTION CONTACT
***********************************************************************************************************************/
.contact-cover {
  background: url(../images/contact/back-contact.webp);
}
.intro.contact-cover {
  min-height: 500px; 
  padding-top: 170px;
}
.intro.contact-cover::before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  opacity: 0.9;
}
.contact {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    #f5f5f5 100%
  );
}
.contact .flex-container {
  gap: 5rem;
}
.contact .flex-container .flex-item {
  flex: 1;
}
.map {
  margin: 0;
  padding: 0;
}
.contact .flex-container {
  align-items: start!important;
}
@media (max-width: 768px) {
  .contact .flex-container {
    gap: 3rem;
  }
  .contact .itens-right {
    align-items: center;
  }
  .contact .flex-container .flex-item button {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 450px) {
  .contact .flex-container {
    gap: 1rem;    
  }
  .contact .flex-container .flex-item {
    flex: 100%;
  }
  .contact .flex-container.itens-form .flex-item {
    flex: 1;
  }
  .contact .itens-right {
    align-items: center;
  }
}
/*START PROJECTS STYLES
/*DIRECT PROJECT
/*SECTION PROCESS EMPLYED
***********************************************************************************************************************/
.direct-project-cover {
  background: url(../images/projects/direct/cover-direct-project.webp);
}
a.pj-list {
  border-radius: 1.5rem;
  transition: background-color 263ms ease-out;
}
a.pj-list:hover {
  cursor: pointer;
  border-radius: 1.5em;
  background-color: rgba(89, 153, 75, 0.7);
}
.process-employed span {
  margin-bottom: 30px;
  color: #8992a3;
  font-size: 22px!important;
  line-height: 1.7em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;  
}
.model-function {
  min-height: 50vh;
  background: url(../images/projects/direct/model-function.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.model-function h3 {
  color: #f5f5f5;
  text-align: center;
  line-height: 65px;
}
.model-function .flex-item {
  max-width: 500px; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*SUSTENTIA PROJECT
***********************************************************************************************************************/
.sustentia-project-cover {
  background: url(../images/projects/sustentia/cover-sustentia-project.webp);
}
.focus-project {
  min-height: 50vh;
  background: url(../images/projects/sustentia/cover-sustentia-focus-project.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.focus-project h3 {
  color: #f5f5f5;
  text-align: center;
  line-height: 65px;
}
.focus-project .flex-item {
  max-width: 800px; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*ARTISANS PROJECT
***********************************************************************************************************************/
.artisans-project-cover {
  background: url(../images/projects/artisans/cover-artisans-project.webp);
}
.differential-cover {
  min-height: 50vh;
  background: url(../images/projects/artisans/cover-artisans-project-2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.differential-cover h3 {
  color: #f5f5f5;
  text-align: center;
  line-height: 65px;
}
.differential-cover .flex-item {
  max-width: 800px; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*CARBON PROJECT
***********************************************************************************************************************/
.carbon-project-cover {
  background: url(../images/projects/carbon/cover-carbon-project.webp);
}
.carbon-cover {
  min-height: 50vh;
  background: url(../images/projects/carbon/cover-carbon-project-2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carbon-cover.benefits {
  min-height: 50vh;
  background: url(../images/projects/carbon/cover-carbon-project-3.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carbon-cover h3 {
  color: #f5f5f5;
  text-align: center;
  line-height: 65px;
}
.carbon-cover .flex-item {
  max-width: 800px; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*PULP TEA PROJECT
***********************************************************************************************************************/
.pulp-tea-project-cover {
  background: url(../images/projects/pulptea/cover-pulp-tea-project.webp);
}
.pulp-tea-cover {
  min-height: 50vh;
  background: url(../images/projects/pulptea/cover-pulp-tea-project-3.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pulp-tea.cover2 {
  min-height: 50vh;
  background: url(../images/projects/pulptea/cover-pulp-tea-project-3.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pulp-tea-cover h3 {
  color: #f5f5f5;
  text-align: center;
  line-height: 65px;
}
.pulp-tea-cover .flex-item {
  max-width: 800px; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*VERSATIANS PROJECT
***********************************************************************************************************************/
.versatians-project-cover {
  background: url(../images/projects/versatians/cover-versatians-project.webp);
}
.versatians-cover.feat {
  min-height: 50vh;
  background: url(../images/projects/versatians/the-feat-cover.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.versatians-cover.experience {
  min-height: 50vh;
  background: url(../images/projects/versatians/coffee-indulgence.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.versatians-cover h3 {
  color: #f5f5f5;
  text-align: center;
  line-height: 65px;
}
.versatians-cover span {
  color:#F5F5F5;
  font-size: 1.1em;
  line-height: 30px;
  margin-bottom: 1.5em;
  font-family: "Poppins", sans-serif;
}
.versatians-cover .flex-item {
  max-width: 800px; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width:450px) {
  .versatians-cover.feat {
    min-height: 35vh;   
  }
}
/*PRODUCTS
***********************************************************************************************************************/
.intro.products {
  min-height: 500px; 
}
.intro.products::before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  opacity: 0.9;
}
.intro.products .intro-text-infos {
  padding:0;
  z-index: 1;
}
.intro.products .group-products {
  width: 100%;  
}
.products .flex-container {
  gap: 0;
}
.filter-products li {
  width: 120px;
}
.filter-products li:nth-child(8) {
  width: 200px;
}
.products h2 {
  color: #F5F5F5;
  animation: fadeIn 1s ease 0s 1 normal forwards;
}
.products h3 {
  color: #F5F5F5;
  animation: fadeIn 1s ease 0s 1 normal forwards;
}
.products .filter-products {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.products .flex-item {
  width: 100%;
}
.products ul {
  padding: 0;
}
.products ul li {  
  margin: 0!important;
}
button.bnt-product-search {
  width: 100%;
  padding: 13px 20px;
  font-size: 12px;
  background: #59994b ;
  transform: transform scale(0)!important;
}
button.bnt-product-search:hover {  
  background: #777;
  transform: scale(1)!important;
}
.st-active:not([type='checkbox']) {
  color: #FFFFFF!important;
  background-color: #59994b;
}
@media (max-width:450px) {
  .intro.products {
    min-height: 950px;
  }
  .intro.products::before {
    height: 950px;
  }
  .intro.products .group-products {
    width: 100%;  
  }
} 
/*PRODUCTS LIST BOX
***********************************************************************************************************************/
.produtcs-cover {
  background: url(../images/products/products-cover.webp);
}
.products-list {
  position: relative;
  padding-top: 60px;
}
.products-list .is-loaded {
  opacity: 1;
  transform: scale(1);
}
.products-list .product-item-img {
  position: relative;
  width: 100%;  
  min-height: 650px;
  object-fit: cover;
  object-position: center center;
  max-width: 100%;
  border-radius: 1.5em;
}
.product-item figure {
  margin: 0;
}
figcaption {
  border-radius: 1.5em;
  transition: background-color 263ms ease-out;
}
figcaption:hover {
  cursor: pointer;
  border-radius: 1.5em;
  background-color: rgba(89, 153, 75, 0.7);
}
.products-list .grid-container figcaption {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
}
figcaption a .products-infos > div {
  display: flex;
  align-items: baseline;
  padding-bottom: 7px;
}
figcaption a .products-infos {
  margin-bottom: 20px;
}
figcaption a .products-infos p.code-grower {
  font-size: 24px!important;
  font-weight: 500;
  line-height: 26px; 
}
.products-list .products-btn {
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  bottom: 50px;
}
.btn-global.bnt-product-search {
  font-size: 14px!important;
}
.products-list .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  grid-gap: 50px;
  margin-top: 20px;
}
.products-list .grid-container .grid-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}
.products-list .grid-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 180%
  )
}
.products-list p {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 22px;
  font-weight: 100;  
}
.products-list p,
.products-list a {
  z-index: 1;
  color: #F5F5F5;
  text-shadow: 2px 2px 7px rgba(0,0,0,0.4);
}
.products-list .grid-container .grid-item:nth-child(1),
.products-list .grid-container .grid-item:nth-child(2),
.products-list .grid-container .grid-item:nth-child(3),
.products-list .grid-container .grid-item:nth-child(4),
.products-list .grid-container .grid-item:nth-child(5),
.products-list .grid-container .grid-item:nth-child(6) {
  position: relative;
  gap:25px;
  padding: 0;
}
.products-list i {
  width: 18px;
  text-align: center;
  margin-right: 15px;
}
.products-list .load-more {
  margin: auto;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .products-list .grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2 colunas */
  }
  .products-list .load-more {
    margin-top: 50px;
  }
}
@media (max-width:450px) {
  section.products {
    padding: 50px 15px!important;
  }
  section.products-list {
    padding: 40px 15px 40px;
  }
  .products .flex-item {
    width: 100%;
  }
  .products .filter-products {
    flex-direction: column;
    gap: 10px;
    align-items: normal;
}
  .products ul .search-input {
    width: 100%;    
  }
  .products ul li {
    margin: 10px;
  }
  button.bnt-product-search {
    padding: 10px;
    font-size: 18px;
    min-width: 100%;
  }
  .products-list .grid-container {
    grid-template-columns: 1fr;
  }  
  .products-list .grid-container .grid-item h4 {
    font-size: 20px;
  }
  .products-list .grid-container .grid-item:nth-child(1),
  .products-list .grid-container .grid-item:nth-child(2),
  .products-list .grid-container .grid-item:nth-child(3),
  .products-list .grid-container .grid-item:nth-child(4),
  .products-list .grid-container .grid-item:nth-child(5),
  .products-list .grid-container .grid-item:nth-child(6) {
    min-height: 50vh;
    gap:10px;
  }
  .products-list p {
    text-align: left;
  }
  .products-list .flex-container {
    gap: 20px;
  }  
  .products-list .load-more {
    margin-top: 50px;
  }
}
/*PRODUCTS LIST TABLE
***********************************************************************************************************************/
.products-list-table a.content {
  background: red;
}
.products-list-table .products-infos {
  width: 100%;
  display: flex;
  flex-direction: row;
  border: 1px solid #dadada;
  border-radius: 7px;
  position: relative;
}
.products-list-table .flex-container {
  gap: 30px;
}
.products-list-table .cell {
  flex: 1;
  padding:20px;
}
.products-list-table .item {
  display: flex;
  margin-bottom: 0;
  align-items: baseline;  
}
.products-list-table .item:not(:last-child) {
  margin-bottom: 20px;
}
.products-list-table p,
.products-list-table a {  
  color: #2e3342;
  margin-bottom: 0;
  line-height: 22px; 
}
.products-list-table button a {
  color: #f5f5f5;
  line-height: 0;
}
.products-list-table i {
  width: 18px;
  text-align: right;
  margin-right: 10px;
}
.products-list-table .cell:not(:last-child) {
  border-right: 1px solid #dadada;
}
.products-list-table i {
  color: #59994b;
  font-size: 13px;
}
.products-list-table i:before {
  color: #F5F5F5!important ;
}
.products-list-table th a,
.products-list-table th i:before {
  color:#000000!important;
  text-shadow: none;
}
.products-infos .add-sample {
  position: absolute;
  right: 0;
  top: 0;
}
.products-infos .add-sample a {
  color: #D5D5D5;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
  background: #2e3342;
  border-radius: 0 7px 0;
  font-family: "Poppins", sans-serif;
}
.products-infos .add-sample a:hover {
  color: #D5D5D5;
  background: #59994b;
}
.products-infos i.sample {
  margin: 0;
  padding: 0px 0px;
  text-align: center;
  color: #D5D5D5;
}
.products-list .flex-container.display-mode {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  padding: 5px 15px;
  justify-content: flex-end;
  min-width: 100%;
  margin-bottom: 30px;
  gap:15px;
}
.products-list .flex-container.display-mode p {
  color: #2e3342;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-shadow: none;
  margin-right: 7px;
  font-weight: 500;
}
.products-list .flex-container.display-mode li {
  margin-right: 7px;
}
.products-list .flex-container.display-mode a {
  font-size: 18px;
}
.products-list .flex-container.display-mode i {
  padding: 0;
  margin: 0;
  text-shadow: none;
  color: #2e3342;  
  cursor: pointer;
}
.products-list .flex-container.display-mode i:hover {
  color: #59994b;
}
.products-list .flex-container .flex-item,
.products-list .flex-container .flex-item ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media (max-width:450px) {
  .products-list-table .products-infos {
    flex-direction: column;
  }
  .products-list-table .cell {
    border: none!important;
  }
  .products-list-table .products-infos {
    margin-bottom: 0;
  }
  .products-list .flex-container.display-mode {
    width: 100%;
    gap: 10px;
    padding: 5px 10px;
    justify-content: center;
  }
  .products-list .flex-container.display-mode p {
    font-size: 14px;
  }
    .products-list .flex-container.display-mode a {
    font-size: 18px;
  }
  .products-list .flex-container.display-mode li {
    margin-right: 10px;
  }
}
/*PRODUCT INDIVIDUAL PAGE
***********************************************************************************************************************/
.product-photo-cover {
  background: url(../images/homepage/back-intro-nuselect-coffees.webp);
}
.datasheet .flex-container {
  align-items: start;
}
.datasheet .flex-coffess-info {
  display: flex;
  gap: 50px;
}
.datasheet .origin-coffees {
  max-width: 35%;
  padding: 50px;
  border-radius: 1.5em;
  background: #F5F5F5;
}
.datasheet .specifications-coffees {
  max-width: 65%;
  padding: 50px 0;
}
.datasheet .specifications-coffees ul:nth-child(1) {
  max-width: 55%;
}
.datasheet ul {
  padding: 0;
}
.datasheet ul li  {    
  margin-bottom: 35px;
}
.datasheet ul li.no-margin {    
  margin-bottom: 0;
}
.datasheet h2 {
  color: #8992a3;
  font-size: 1.2em;
  line-height: 1em;
  text-transform: none;  
  margin-bottom: 5px;
}
.datasheet h3 {  
  margin-bottom: 55px;
}
.datasheet ul li p {    
  margin-bottom: 0;
}
.grower p {
  text-align: justify;
}  
.grower .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.grower .dark {
  background: #2e3342!important;
}
.grower .titles.normal-size,
.grower .description.normal-size {
  max-width: 50%;
}
.grower .description.normal-size img {
  margin-top: 30%;
}
.grower h3 {
  margin-bottom: 50px;
}
section.grower.photo-gallery {
  padding-top: 0;
}
@media (max-width:450px) {
  section.datasheet {
    padding-top: 50px;
  }
  .datasheet ul {
    margin: 0;
  }
  .datasheet h2 {
    text-align: left;
  }
  .datasheet ul li p {    
    text-align: left;
    line-height: .1.3em;
  } 
  .datasheet .origin-coffees {
    max-width: 100%;
    padding: 30px;
    border-radius: 1.5em;
    background: #F5F5F5;
    margin-bottom: 20px;
  }
  .datasheet .specifications-coffees {
    max-width: 100%;
    padding: 30px 30px 0;
  }
  .datasheet .specifications-coffees ul:nth-child(1) {
    width: 100%;
  }
  .datasheet h3 {
    text-align: left;
  }
  .datasheet h3::after {
    margin: 0;
  }
  .datasheet ul li.no-margin {    
      margin-bottom: 0;
  }
  .datasheet .flex-coffess-info {
    gap: 30px;
    flex-direction: column;
  }
  section.grower {
    padding: 50px 15px 10px;
  }
  section.grower h3.after-title {
    margin: 0;
    padding-bottom: 50px!important;
  }
  .grower .titles {
    max-width: 100%;  
  }
  .grower .description {
    max-width: 100%;    
  }
  .grower .titles.normal-size,
  .grower .description.normal-size {
    max-width: 100%;
  }
  .grower img {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .grower .description.normal-size img {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .grower .description.grower-info {
    margin-top: 0;
  } 
}
/*TERMS / RETURN POLICY / PRIVACY PAGE
***********************************************************************************************************************/
.terms-cover {
  background: url(../images/homepage/terms-back-cover.webp);
}
.return-policy-cover {
  background: url(../images/homepage/return-policy-cover.webp);
}
.privacy-policy-cover {
  background: url(../images/homepage/privacy-policy-cover.webp);
}
.commercial-privacy-policy-cover {
  background: url(../images/homepage/commercial-privacy-policy.webp);
}
.intro.commercial-privacy-policy-cover::before {
  height: 354px;   
}
.intro.commercial-privacy-policy-cover {
  min-height: 30vh; 
  padding:160px 0 60px 0;
}
.intro.commercial-privacy-policy-cover .flex-item {
  max-width: 500px;
}
.commercial-privacy-policy-cover h1 {
  font-size: 30pt;
}
.terms .flex-container {
  display: flex;
  gap: 20px;
  max-width: 900px;
  margin-top: -50px;
  flex-direction: column;
}
.terms h3 {
  font-size: 13pt;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 16pt !important;
}
.terms p {
  font-size: 12pt;
  line-height: 20px;
  margin-bottom: 5px;
}
.terms p.sub-title {
  margin-top: 20px;  
}
.terms .flex-container:nth-child(2) {
  padding: 80px 15px 30px;
}
.terms .flex-container:nth-child(3),
.terms .flex-container:nth-child(4),
.terms .flex-container:nth-child(5) {
  padding: 30px 15px;
}
.terms .flex-container:nth-child(6) {
  padding: 30px 15px 80px;
}
.terms .flex-container ul li {
  color: #2e3342;
  font-size: 12pt;
  line-height: 20px;
  list-style-type: disc;
  font-family: "Poppins", sans-serif;
}
@media (max-width:450px) {
  .terms .flex-container {
  
  
  max-width: 100%;
  margin-top: -20px;
  
  }
  .commercial-privacy-policy-cover h1 {
    font-size: 18pt;
    letter-spacing: 0;
  } 
  .terms h3 {
    text-align: left;
  }
  .terms p {
    line-height: 25px;
    text-align: left;
    margin-bottom: 7px;
  }
  .terms ul li {
    line-height: 25px!important;
    margin-bottom: 10px;
  }
  .terms .flex-item:not(:last-child) {
    margin-bottom: 0;
  }
  .intro.commercial-privacy-policy-cover {
    min-height: 30vh;
    padding: 109px 30px 30px;    
  }
  .intro.commercial-privacy-policy-cover::before {
    height: 227px;
  }
}
/*REGISTER CLIENT
***********************************************************************************************************************/
.intro.register-cover {
  min-height: 500px; 
  padding-top: 170px;
  background: url(../images/register-user/register-cover.webp);
}
.intro.register-cover::before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  opacity: 0.9;
}
.register-now {
  max-width: 800px;
}
/*LOGIN
***********************************************************************************************************************/
.login {
  padding-top: 150px;
  background: #2e3342;
  font-family: 'Poppins', sans-serif;
}
.login .flex-container {
  display: flex;
  flex-direction: column;
}
.login ul {
  padding: 0;
}
.login ul .first-last-name  {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.login ul .first-last-name li label {
  display: block;
}
.grid-item.columns-type {
  display: flex;
  justify-content: center;
  align-items: center;
}