body {
    padding-top: 80px;
    padding-bottom: 30px;
    font-family: Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size:2rem;

    margin-bottom: 60px;
  }

  .theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
  }

  .theme-showcase > p > .btn {
    margin: 5px 0;
  }

  .theme-showcase .navbar .container {
    width: auto;
  }

  i.fa-whatsapp{
    font-size:20px;
    font-weight:400;
    color:#FFF;
  }

  span.telefono{
    font-size:18px;
    font-weight:bold;
    color:#ab0033;
  }

  .div-btn{
    padding-top:6px;
    padding-right: 5px;
    padding-left: 5px;
  }

  html {
    position: relative;
    min-height: 100%;
  }
  
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height:50px;
    background-color: #f5f5f5;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-size: 14px;
  }