/* navbar */

.button-navbar{
    border-radius: 42px;
    font-size: 14px;
    border: none;
    background-color: #F05A24;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 6px 50px;
    justify-content: center;
    align-items: center;
}

.button-navbar:hover{
    font-family: 'gotham-bold';
    box-shadow: 3px 3px 10px #8080806b;
    color: white;
}
.navbar-logo{
    width: 150px;
    margin-right:110px;
  }


.navbar{
    box-shadow: 3px 3px 10px #8080806b;
    width: 100%;
    z-index: 3000;
    position: sticky;
    display: inline-block;
    top: 0;
}

.navbar-nav{
    font-family: gotham-book;
    font-size: 14px;
}

.nav-link{
    color:#414242!important;
}

.nav-link:hover{
color: #F05A24!important;
cursor: pointer;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
    font-size: 14px;
}

.active{
  font-family: gotham-bold;
}

.content-button{
    width:20%;
}

.content-language{
    width: 25%;
}

.link-language{
    justify-content: space-between;
    display:flex;
}

.language{
    font-size: 12px;
    font-family: 'gotham-book';
    margin-bottom: 0;
    text-align: left;
    color: #414242;
}

.language-res{
  align-items: center;  
}


@media (min-width: 821px) and (max-width: 1600px) {
    .content-language{
    width: 25%;
}

.content-button {
    width: 30%;
}
}

@media only screen and (max-width: 992px){
   .button-mobile{
    height: 100px;
} 

.link-language{
    display:block;
}

.language-res{
  align-items: flex-start;
}
}




  @media only screen and (max-width: 539px){
    .content-button{
    width:60%;
} 


  }      