html {
  color: #205a73;/*Color del texto*/
  font-size: 16px;
  /*background-color: #e7e7e8;*/
  background-image: url("https://midatanet.com/mdn_fecopra/img/back.jpg");
  background-repeat:  repeat;
  /*background-color: #cccccc;*/
}

#convenios {
    
    color: #e7e7e8;/*Color del texto*/
    background-color: #205a73;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#b92a41;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:40px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}
