
  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');

  body {
    font-family: 'Lato', sans-serif;
  }
  
  


  /** editando el header(nav)**/

  .navbar-brand img {
    width: 20vh;
    border-radius: 10%;
  }

  header {
    background-color: rgb(255, 255, 255);
  }

  a.nav-link {
    color: rgb(0, 0, 0);
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
  }
  /** carrousel**/
  
  .carousel-item img {
    object-fit: cover;
    display: block;
  margin-left: auto;
  margin-right: auto;
  
  border-radius: 1%;
  
  }

  /** posventa index**/
  .posventa {
    display: inline-flex;
    justify-content: end;
  }
  .icon img {
    width: 25vh;
    border-radius: 10%;
  }
  .posventa h2 {
    color: rgb(5, 108, 51);
    text-transform: uppercase;
    
  }
  .posventa span {
    color: #056c33
    
  }
  
  /** footer del index**/

  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');

  body {
    font-family: 'Lato', sans-serif;
  }
  


div.seguinos  {
    font-size: 20px;
    text-align: center;
    
   
}
div.seguinos i {
    color: white;
}

div.row {
    justify-content: center;
    text-align: center;
}

footer {
    background-color: #056c33;
}  
a.nav-link{
    font-size: 20px;
  }

p {
    text-align: center;
}
 /** carrousel en el celular**/
@media(max-width:700px) {
    .link-nav a {
        display: none;
    }
    footer {
        display: block;
    }
    .carousel-item img {
      height: 35vh;
      object-fit: cover;
      display: none;
      width: 100%;
      
  }
  .posventa img {
width: 150px;
  }
  a.nav-link {
    color: black;
  }
    
}



  
  


  

  
  