body {
    font: 20px Montserrat, sans-serif;
    line-height: 1.8;
    color: #f5f6f7;
    background-image: url(../images/fondo.png);
  }

  p {
    font-size: 16px;
  }

  .margin {
    margin-bottom: 45px;
  }

  .bg-1 {
    background-color: #0a0c0c11;
    /* Green */
    color: #ffffff;
  }

  .bg-2 {
    background-color: #474e5d;
    /* Dark Blue */
    color: #ffffff;
  }

  .bg-3 {
    background-color: #ffffff;
    /* White */
    color: #555555;
  }

  .bg-4 {
    background-color: #2f2f2f;
    /* Black Gray */
    color: #fff;
  }

  .container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
  }
.imgprod{
  align-self: center;
}
  .navbar {
    position: fixed;
    width: 100%;
    background-color: #0000007a;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
    z-index: 9999;
  }
  
  .txtWhiteFondo {
    padding-top: 50px !important;
    color: rgb(33, 33, 138);
  }
  .navbar-nav>li>a {
    color: #ccc !important;
    font-style: italic;
    font-weight: bold;
    font-size: medium;
  }
 
  .whsp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
  .tme {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 115px;
    background-color: cornflowerblue;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }


  .my-float-whsp {
    margin-top: 16px;
  }