:root {
  --font-title: "Yeseva One", cursive;
  --font-comum: 'Rubik', sans-serif;
  --bg-color: #224b43;
  --color-w: #fff;
  --nav-hover: #e6e1e1c7;
  --color-icons: #d4dbba;
  --cirlce-color: #008e74;
  --color-icons-hover: #b1b1ab;
  --color-blue: #007aff;
  --color-hover-blue: #0049975b;
  --color-sub-equipe: #008e74;
  --color-footer: #e5e5e5;

  /* Sub-Menus */

  --text-color: #576071;
  --background: #f6f9fc;
  --card-color: #fff;
  --font: 'Inter', sans-serif;
}
body {
  
  font-weight: 400;
  font-size: 16px;
  color: black;
}
/***************************** MENU *****************************/

.nav-link {
  color: #1B1B1B;
  font-family: var(--font-comum);
  text-transform: uppercase;
}
.nav-link:hover {
  color: #008e74 !important;
}
.social-icons .bi-instagram,
.social-icons .bi-whatsapp {
  color: #008e74;
  font-size: 30px;
}
.social-icons .bi-instagram {
  margin: 10px;
}
.social-icons .bi-instagram:hover,
.social-icons .bi-whatsapp:hover {
  color: #224b43;
}
.pesquisar-toggle {
  display: none;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.dropdown-menu .dropdown-item {
  color: #1B1B1B;
  font-family: var(--font-comum);
}
.dropdown-item:hover {
  color: #008e74 !important;
}


/***************************** PRIMEIRA SEÇÃO *****************************/
.texto-titulo-color {
  color: #008e74;
  font-family: var(--font-comum);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2em;
}
.texto-titulo-principal {
  font-family: var(--font-comum);
  font-size: 3rem;
  font-weight: 600 !important;
  line-height: 1.2em;
  text-align: left !important;
 
}
.lead {
  color: #7A7A7A;
}
/***************************** SEGUNDA SEÇÃO *****************************/

.sustentabilidade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}


/***************************** TERCEIRA SEÇÃO *****************************/
.texto-especies {

  font-family: var(--font-comum);
  font-size: 3rem;
  font-weight: 600 !important;
  line-height: 1.2em;
  text-align: center !important;
  padding-top: 20px;

}

.texto-especies  {

  font-family: var(--font-comum);
  font-size: 3rem;
  font-weight: 600 !important;
  line-height: 1.2em;
  text-align: center !important;
  padding-top: 20px;

}

/***************************** QUARTA SEÇÃO *****************************/


/***************************** QUINTA SEÇÃO *****************************/

.ultima {
  background-image: url("./../images/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}
.central {
  padding: 0 20px;
  color: var(--color-w);
}
.test {
  text-align: center;
}
.title-prod {
  font-family: var(--font-title);
  font-size: 2.7rem;
  text-align: center;
  padding-top: 50px;
  color: var(--color-w);
}
.sub-prod-1,
.sub-prod-2,
.sub-prod-3,
.sub-prod-4 {
  font-family: var(--font-title);
  font-size: 2rem;
  color: var(--color-w);
}
.sub-prod-1 {
  padding-top: 70px;
}
.sub-prod-2 {
  padding-top: 60px;
}
.sub-prod-3 {
  max-width: 250px;
  padding-top: 40px;
}
.sub-prod-4 {
  padding-top: 50px;
}
.text-prod-1,
.text-prod-2,
.text-prod-3,
.text-prod-4 {
  text-align: justify;
  font-size: 1.2rem;
  max-width: 400px;
  color: var(--color-w);
}
.mobile {
  display: none;
}
/***************************** FOOTER *****************************/

.nav-footer {
  text-decoration: none;
  text-transform: none;
}


/***************************** HISTORIA *****************************/
.font-normal {
  color: black;
  font-family: var(--font);
}

.breadcrumb-item a {
  text-decoration: none;
  color: var(--text-color);
}
.breadcrumb-item span {
  color: var(--bg-color);
}
.titulo {
  font-size: 4.5rem;
  font-weight: 700;
  color: var(--bg-color);
}
.sub-titulo {
  max-width: 500px;
  font-size: 1rem;
  font-weight: 400;
}

.main-timeline-2 {
  position: relative;
}

.main-timeline-2::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--bg-color);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}


.timeline-2 {
  position: relative;
  background-color: inherit;
  width: 50%;
}


.timeline-2::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: var(--bg-color);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}


.left-2 {
  padding: 0px 40px 20px 0px;
  left: 0;
}


.right-2 {
  padding: 0px 0px 20px 40px;
  left: 50%;
}


.left-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid var(--color-w);
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent var(--color-w);
}


.right-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid var(--color-w);
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--color-w) transparent transparent;
}


.right-2::after {
  left: -14px;
}


@media screen and (max-width: 600px) {
  
  .main-timeline-2::after {
    left: 31px;
  }


  .timeline-2 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .timeline-2::before {
    left: 60px;
    border: medium solid var(--color-w);
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--color-w) transparent transparent;
  }

  .left-2::after,
  .right-2::after {
    left: 18px;
  }

  .left-2::before {
    right: auto;
  }

  .right-2 {
    left: 0%;
  }
}

/***************************** PROPOSITO *****************************/
.proposito {
  color: black;
  font-family: var(--font);
}
.breadcrumb-item a {
  text-decoration: none;
  color: var(--text-color);
}
.breadcrumb-item span {
  color: var(--verde-padrao);
}
.titulo {
  width: 100%;
  font-size: 4.5rem;
  font-weight: 700;
  color: #224b43;
}
.sub-titulo {
  font-size: 1.5rem;
  font-weight: 400;
}
.linha-biodiversidade{
  justify-content: center;
  align-items: center;
}
.linha-biodiversidade img {
  width: 100%;
}
.mobile-proposito {
  display: none;
}

/***************************** CONTATO *****************************/

*, *::before, *::after {
  box-sizing: border-box;
}
.main-contato {
  background-color: white;
  font-family: var(--font);
  color: black;
}
.secao-texto {
  border-radius: 30px;
  border: none;
}
.breadcrumb-item a {
  text-decoration: none;
  color: var(--text-color);
}
.breadcrumb-item span {
  color: var(--bg-color);
}
.titulo {
  font-size: 4.5rem;
  font-weight: 700;
  color: #224b43;
}
.sub-titulo {
  font-size: 1rem;
  font-weight: 400;
}
.contato-card {
  background-color: var(--background);
  border-radius: 30px;
  border: none;
  width: 350px;
  height: 240px;
}
.container-contato {
  width: 350px;
  height: 240px;
  padding: 40px;
}
.card-title {
  font-size: 2rem;
  font-weight: 600;
}
.contato-p {
  font-size: 0.9rem;
  padding-top: 15px;
}
.contato-text {
  color: var(--text-color);
  font-weight: 500;
  font-size: 1rem;
  padding-top: 15px;
}
.btn-outline-success {
  border-color: var(--bg-color);
  color: var(--bg-color);
}
.btn-outline-success:hover {
  background-color: var(--bg-color);
  color: var(--card-color);
}



/***************************** MEDIA QUERIES *****************************/

  /***************************** PRIMEIRA SEÇÃO *****************************/
  
  /***************************** SEGUNDA SEÇÃO *****************************/

  

  /***************************** TECEIRA SEÇÃO *****************************/

 
  /***************************** QUARTA SEÇÃO *****************************/



/***************************** QUINTA SEÇÃO *****************************/

.central {
  display: none;
}
.mobile {
  display: block;
  text-align: center;
}
.sub-prod-3 {
  max-width: 100%;
}
.text-prod-1, .text-prod-2, .text-prod-3, .text-prod-4 {
  text-align: center;
}

/***************************** PROPOSITO *****************************/

.proposito-none {
  display: none;
}
.mobile-proposito {
  display: block;
}


/***************************** FOOTER *****************************/
 

@media screen and (max-width: 570px) {
  /***************************** MENU*****************************/
  .nav-link {
    margin-left: 20px;
  }
  .pesquisar-toggle {
    display: block;
    margin-top: 20px;
  }
  .pesquisar-normal {
    display: none;
  }
  .texto-sus {
    max-width: 400;
  }
}
  /***************************** PRIMEIRA SEÇÃO *****************************/

  

  /***************************** SEGUNDA SEÇÃO *****************************/


  /***************************** TECEIRA SEÇÃO *****************************/

 
  /***************************** FOOTER *****************************/

  .main-carrousel{
    display: flex;
    max-width: 1200px;
    position: relative;
    margin: auto;
    padding-top: 20px;
    
  }
  .main-carrousel i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #f2f2f2;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #008e74;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .main-carrousel i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .main-carrousel i:hover{
    background: #224b43;
  }
  .main-carrousel i:first-child{
    left: -22px;
    display: none;
    z-index: 100;
  }
  .main-carrousel i:last-child{
    right: -22px;
  }
  .main-carrousel .carousel{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    
  }
  .carousel.dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel.dragging img{
    pointer-events: none;
  }
  .carousel img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    padding-left: 20px;
  }
  .carousel img:first-child{
    margin-left: 0px;
  }
  
  @media screen and (max-width: 900px) {
    .carousel img{
      width: calc(100% / 2);
    }
  }
  
  @media screen and (max-width: 550px) {
    .carousel img{
      width: 100%;
    }
  }
  .carousel {
              display: flex;
              transition: transform 0.5s;
          }
  @media screen and (max-width: 768px){
    .none-nossa-gente {
      display: none;
    }
  }
  @media screen and (max-width: 992px){
    .sustentabilidade, .texto-titulo-principal, .button-all{
      text-align: center !important;
    }
  }
  
  .texto-titulo-principal-center {
    max-width: 500px;
  }