.language-button {
    display: flex; /* Torna o container do botão um flex container */
    align-items: center; /* Centraliza verticalmente os itens dentro do botão */
    justify-content: flex-start; /* Mantém as bandeiras à esquerda */
    padding: 10px 20px; /* Aumentei o padding para separar mais a bandeira do texto */
    font-size: 16px; /* Tamanho da fonte */
    font-weight: 500; /* Peso da fonte */
    color:#0087CC!important; /* Cor do texto */
    background-color: #ffffff!important; /* Cor de fundo do botão */
    border: none;
    border-radius: 15px; /* Alterado para 15px */
    cursor: pointer;
    width: calc(50% - 30px); /* Largura do botão */
    margin: 0 15px; /* Margem entre os botões */
    line-height: 1; /* Restaurando a altura da linha para evitar deslocamento vertical */
    text-align: center; /* Centraliza horizontalmente o texto */
    height: 60px; /* Alterado para 60px de altura */
	width: 360px; /* Alterado para 360px de largura */
}
/*
.flag {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    margin-right: 10px; 
    border-radius: 5%; 
    margin-left: -16px;
}
*/
.menu p {
	    margin: auto;

}
/* Estilos para o menu lateral */
#menu {
   
    max-width: 349px;
    background-color: #0673AB;   
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    height: 100%;
    
}

/* Estilos para os itens do menu */
.menu-item {
    margin-bottom: 10px;
    cursor: pointer;
}

/* Estilos para os itens do menu quando hover */
.menu-item:hover {
    background-color: #ddd;
}

.menu h2 {
    margin-top: 25px;
    color: white;
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 24px;
    margin-bottom: 0px;
    text-align: center;
	
}

.menu p {
    margin-top: 10px;
    color: white;
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
}

/* Estilo para o botão */
.menu button {
    background-color: #0673AB;
    color: white;
    padding: 20px 20px;
    cursor: pointer;
    width: 95%;
    border-radius: 10px;
    margin-bottom: 11px;
    border-color: white;
    border-width: thin;
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 15px;
    height: 7%;
}


/*
.flag {
  
    max-height: 6%;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    border-radius: 5%;
	margin-left: -16px;
}*/

.menu p {
    margin: auto;
}

.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.menu-icon {
  width: 30px;
  height: 4px;
  background-color: #333;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease; /* Add opacity transition */
}

.menu.open .menu-icon {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  opacity: 1; /* Hide the menu icon when menu is open */
}

.menu {
  position: fixed;
  top: 0;
  right: -80%;
  width: 80%;
  height: 100%;
  background-color: #fff;
  transition: right 0.3s ease;
}

.menu.open {
  right: 0;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 50px 10px 0 10px;
}

.menu ul li {
  margin-bottom: 20px;
}

.menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}

/*
Ipho 12 Menu Glitch
*/
@media (max-width: 428px) {
  /*  .ABRIRMENU {
        transform: translateX(-528%);
    }
*/

    /*.language-button {
        width: calc(50% - 20px); /* Adjusted width */
       /* margin: 0 10px; /* Adjusted margin */
    /*}*/
}
.last_foto{
	margin-right:10%;
}