* {
    font-family: 'Work Sans', sans-serif;
  }
  
  body {
    background-color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
  }
  
  header {
    position: sticky;
    top: -17px;
    z-index: 1;
  }

  .home-2 {
    align-items: center;
    background: linear-gradient(#1da8e4, #8aee6c);
    display: flex;
    flex-wrap: nowrap;
    height: 600px;
    justify-content: center;
    padding: 20px;
    text-align: start;
  }
  
  .logo {
    height: 100px;
    margin-left: 50px;
    width: 100px;
  }
  
  .navbar {
    background-color: rgb(255, 255, 255);
    padding: 0;
  }
  
  .nav-item {
    padding: 0 20px;
  }
  
  .cont {
    display: grid;
    grid-column-gap: 110px;
    grid-row-gap: 76px;
    grid-template-columns: 1fr 1fr;
    padding: 50px;
  }
  
  .btn {
    margin-left: 80px;
    width: 180px;
  }
  
  .box {
    margin-left: 50px;
    margin-top: 30px;
    max-width: 400px;
    text-align: start;
  }
  
  .slogan {
    flex: 1.5;
    flex-direction: row;
    opacity: 0.6;
    padding: 30px;
    text-align: start;
  }
  
  .title-1 {
    font-family: 'Nunito', sans-serif;
    font-size: 3rem;
    padding-left: 50px;
    text-align: start;
  }
  
  .title-i {
    color: rgb(132, 150, 132);
  }
  
  h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
  }
  
  p {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.4rem;
    padding: 10px;
  }
  
  .img-cont {
    background: linear-gradient(#8aee6c, #1da8e4);
    display: flex;
    height: 600px;
    padding-top: 20px;
    text-align: center;
    z-index: -1;
  }
  
  .flex-h1 {
    align-items: center;
    color: white;
    flex: 0.7;
    font-size: 2.5rem;
    justify-self: center;
    padding-top: 120px;
    text-align: center;
  }
  
  .sec-img {
    height: 350px;
    width: 350px;
  }
  
  h5 {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
  }
  
  hr {
    border: 2px grey dotted;
    height: 2px;
  }
  
  .title {
    color: rgb(0, 0, 0);
    flex: 0.5;
    flex-direction: row;
    font-family: 'Nunito', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: justify;
  }
  
  .link-s {
    align-self: center;
    border-radius: 100%;
    margin: 0;
  }
  
  .flex-cont {
    border-radius: 5px;
    display: flex;
    flex-basis: 1000px;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 100px;
    opacity: 0;
    padding: 10px;
    transition: opacity 1s;
    transition-delay: 0.4s;
  }
  
  .over {
    text-decoration: overline rgb(0, 0, 0) 4px;
  }
  
  .simbole {
    color: rgb(0, 0, 0);
  }
  
  .sub-title {
    color: rgb(0, 0, 0);
    flex: 1;
    flex-direction: row;
    font-weight: 700;
  }
  .fruit-div{
      display:flex;
      align-items: center;
  }
  .fruit {
    flex-basis: 300px;
    height: 80%;
    width: 80%;
  }
  
  figure {
    align-self: center;
    border-radius: 100%;
    flex: 1.2;
    justify-content: flex-end;
  }
  
  .figure-img {
    width: 300px;
  }
  
  .flex-table {
    background-color: linear-gradient(#8aee6c, #1da8e4);
    display: flex;
    gap: 5%;
    padding: 40px;
  }
  
  #services {
    background-attachment: fixed;
    background-image: url(imagenes/camp-beans.jpg);
    background-position: top 100px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .services {
    color: rgb(255, 255, 255);
    display: grid;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    grid-column-gap: 110px;
    grid-row-gap: 76px;
    grid-template-columns: 1fr 1fr;
    padding: 50px;
  }
  
  .item-grid {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #000;
    color: rgb(34, 50, 124);
    transition: transform 0.3s ease;
  }
  
  .item-grid:hover {
    transform: translateY(-20px);
  }
  
  .div-block {
    max-width: 80px;
    width: 100%;
  }
  
  .services p {
    font-size: 2rem;
  }
  
  .services-title {
    color: #3da11e;
    text-align: start;
    text-decoration: underline 5px rgb(127, 140, 199);
  }
  .title-2{
    color: rgb(0, 0, 0);
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  font-weight: 700; 
  }
  
  /* Estilos para dispositivos móviles */
  
  @media (max-width: 768px) {
    .navbar-brand {
      font-size: 18px;
    }
  
    .navbar-nav {
      margin-top: 10px;
    }
  
    .navbar-toggler {
      margin-right: 10px;
    }
  
    .services {
      grid-template-columns: 1fr;
      margin-top: 20px;
    }
    #main1{
      display: grid;
      grid-column-gap: 110px;
      grid-template-columns: 1fr;
    }
    .cont{
      display: grid;
      grid-template-columns: 1fr;
    }
    .box{
      margin-left: 5px;
      padding: 10px;
    }
    .btn{
      margin-left: 40px;
    }

    .img-cont{
      display: grid;
      grid-template-columns: 1fr;
    }
    .home-2{
      display: grid;
      grid-template-columns: 1fr;
    }
    .flex-cont{
      margin-bottom: 0;
    }
    .fruit-div{
    max-width: fit-content;
    display:flex;
    alig-items: center
    }
    .title-2{
      color: rgb(0, 0, 0);
    font-family: 'Nunito', sans-serif;
    font-size: 3rem;
    font-weight: 700; 
    }
    figure{
      visibility: hidden;
    }
    .flex-table{
      flex-direction: column;
      margin-right: 0px;
    }
    .fruit-div{

    }
  }
