body{
    background-image: url("imagenes/FondoDimoparts.jpg");
    min-height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.secdev{
    width:100%;
    text-align:center;
    
}


/********************* CHAT WHATSAPP *******************/

.float-chatwhats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 10px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float-contenidochatwhats {
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 1px 1px 10px -1px #aaa;
  position: fixed;
  width: 200px;
  height: 60px;
  bottom: 80px;
  right: 85px;
  font-size: 0.9rem;
  color: #444;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.float-chatwhats:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

.my-floatwhats {
  margin-top: 16px;
}

.chat-text,
.chat-text1 {
  margin: 0;
  text-align: left;
}

.chat-text1 {
  font-size: 0.82rem;
  color: #777;
}

/** FIN CHAT WHATSAPP **/
