.background-home{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 100px;
    background-image: url("../img/almacen2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.container-home{
  background-color: rgba(255, 228, 196, 0.4);
    
}
.container-home .cover{
  color: aliceblue!important;
    
}


  .cover{
    max-width: 800px;
    height: 500px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .cover h2{
    color: var(--primary-color);
  }
  .cover h1,p{
    color: black;
    padding: 10px;
  }
  .cover p{
    font-weight: 600;
    font-size: 18px;
  }
  .btn_contacto{
    display: block;
    padding: 8px 35px;
    color: #fff;
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 8px;
    font-weight: 500;
    margin: 10px 15px;
    transition: all 300ms;
}
.btn_contacto:hover{
    color:black;
    background-color: transparent;
    border: 2px solid var(--secondary-color);
}
.go_buttons{
    display: flex;
}
.btn_products{
    display: block;
    padding: 8px 35px;
    color: #fff;
    background-color: #30496b;
    border: 2px solid #2b2d42;
    border-radius: 8px;
    font-weight: 500;
    margin: 10px 15px;
    transition: all 300ms;
}
.btn_products:hover{
    color:black;
    background-color: transparent;
    border: 2px solid #2b2d42;
}
/*about us*/
.container-about{
  padding: 100px 0px;
  background: var(--background-color);
}
.about{
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-about{
  width: 100%;
  padding-right: 30px;
}
.text-about h1{
  font-weight: 600;
}
.text-about p{
  color: var(--color_text-primary);
  margin-top: 20px;
}
.btn_text-about{
  max-width: 40%;
  padding-right: 0px;

}
.img-about{
  width: 85%;
}
.card-service img{
  width: 100px;
}

.logo-clients img{
  margin: 10px 20px;
  max-width: 150px;
} 
