
body
{
  background-color:#f9f9f9;
  font-family: 'Roboto', sans-serif;
}

.color_menus
{
  background-color:#071963;
}

.letra_menu
{
  color:#f3f6f4;
}

.todo0
{
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar-toggler
{
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: white;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.btn-whatsapp
{
  display:block;
  width:100px;
  height:100px;
  color#fff;
  position: fixed;
  right:40px;
  bottom:40px;
  /*border-radius:50%;*/
  line-height:80px;
  text-align:center;
  z-index:999;
}

.fa-whatsapp-square
{
  color:#fff;
  background:
  linear-gradient(#fff,#fff)10px 84%/10px 15px no-repeat,
  radial-gradient(#fff 60%,transparent 0);
}

.noHover
{
  background-color: unset !important;
}

.btn-outline-fede {
  color: #f3f6f4;
  border-color: #f3f6f4;
}