/* Fonte */
h1, h2, h3, h4, h5, h6, input, button{
    font-family: 'Roboto', sans-serif;
  }

h1 {
font-weight: 300;
} 

/* MENU */
.logo{
  height: 100px !important;
  width: auto; 
}

#navbarNav {
    position: relative;
    left: 250px;
   }  

#logo-menu {
  position: relative;
  left: 120px;
}
.bg-red-fundo{
    background-color: #bf4330;
  }   

 .txt-menu{
  font-size: 20px;
 } 

 #color-pink{
  color: #bf4330 !important;
 }

 .nav-link:hover {
  text-decoration-color: red;
  
}

.nav-link:focus{
  color: red !important;
  
}



/* Mobile */

@media (min-width: 1200px) {
  .nav-link:hover {
    text-decoration-color: red;
    
  }
  
  .nav-link:focus{
    color: red !important;
    
  }
}




 
 