
:root {
    --theme-background: #992c4b; 
    --color-font: #ffffff;
}

* {
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
}

.menu a{
    font-family: 'Inter', sans-serif !important;
}

.welcome{
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
    padding: 0px;
    margin: 0px;
    margin-left: 4rem;
    margin-top: 3.5%; 
    color: #fffffff3;
    
}

.welcome p{
    margin-left: 15px;
    font-size: 30px;
}
.welcome h1{
    margin-top: -25px;
    margin-left: 13px;
    font-size: 75px;
}

.nav-bar {
    display: flex;
    justify-content: center;
}

.nav-list {
    align-items: center;
}

.nav-list ul {
    background-color: var(--theme-background);
    padding-top: 0.4%;
    margin-left: 0%;
    padding-left: 5%;
    padding-bottom: 0.8%; 
    padding-right: 5%;
    max-width: 100%;
    min-width: 5%;
    max-height: 10%;
    min-width: 2%;
    font-weight: normal;
    display: flex;
    justify-content: center;
    list-style: none;
    z-index: 3;
}

.nav-link {
    text-decoration: none;
    font-size: calc(1.0rem - 1%);
    color: var(--color-font);
    width: calc(10rem - 10%); 
    height: calc(5%);
    font-weight: normal;
}

a.nav-link:hover{
    list-style: none;
    color:rgb(161, 161, 161);
}

#log-out {
    font-style: italic;
    text-decoration: underline;
}

/* Menu Lateral */
.side-bar {

    top: 0;
    right: 0;
    position: absolute;
    top: 0;
    right: 0;

    min-height: 89.8%;
    max-height: 100%;
    
    min-width: 6.34%; /* before 4.34% */
    max-width: 7.7%;

    background-color: var(--theme-background);
    z-index: 3; /* posiciona o menu na frente da imagem */
}

.side-bar li {
    list-style:none;
    font-size: 1rem;
    
}

.side-bar a {
    display: flex;
    justify-content: center;
    margin-top: 30%;
    padding: 0.5%;
    color: #fff;
    text-decoration: none;
}

.sider-bar a,img {
    opacity: 100% !important;
}


.side-bar a:not(.no-hover) img:hover{
    transition: 0.1s; 
    transition: 0.1s; 
    transition-timing-function: linear;
    transform: scale(1.25);
    z-index: 9;
}

.bottom-menu {
    border-radius: 2rem 0px 0px 0px;
    position: absolute;
    bottom: 0;
    padding-left: 1.56%;
    max-height: 10.5%;
    height: 10.2%;
    right: 0;
    width: 15.2%;
    background-color: var(--theme-background);
    z-index: 2;
}

.bottom-menu ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding-top: 3%;
    margin: 0;
}

.bottom-menu ul li {
    margin: 0 5px;
    position: absolute;
    padding: 0px 25px 0px 25px;
}

.bottom-menu ul li a {
    color: #f8f8f8;
    text-decoration: none;
    font-family: system-ui; 
}

.login-button button {
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #0187a7;
}

.login-button button a {
    text-decoration: none;
    color:#fff;
    font-weight: 500;
    font-size: 1.1rem;
}

/* ####### NOVO MENU COM O DROPDOWN -> sobrescrevendo as propriedades do bootstrap####### */
.botao-menu-teste {
    background-color: var(--theme-background);
    color: white;
    border: transparent !important;
    align-items: center;
    font-family: 'Inter', sans-serif;
    padding-top: 0.8%;
    outline: none !important;
}
.botao-menu-teste:hover {
    color: rgb(166, 166, 184) !important;
}
/*
.drop-down-item-hoteis {
    background: rgb(255, 216, 216) !important;
    padding: 10px !important;
    text-decoration: none !important;
    margin: 0 auto!important;
    width: 180px !important;
    border-style: none;
    font-size: 1em !important;
    color: #992C4B !important;
    border-style: none !important;
    margin-top: -8px !important;
    margin-bottom: -8px !important;
}
.drop-down-item-hoteis:hover {
    margin: 0 !important;
    color: white !important;
    background: #eeb2c3 !important;
    transition: ease 0.18s;
    border: none !important;
    font-size: 1.1em !important ;
    padding: 13px !important;
    margin-top: -8px !important;
    margin-bottom: -8px !important;
}
*/

.background-index{
    background-color: #6a6c6d23;
}

/* Estilo para remover a seta indicativa no botão com a classe "no-arrow" */

.btn-btn.no-arrow::after {
    content: none !important;
    
}

#log-out{
    margin-top: 5px;
}
a#log-out:hover{
    color:rgb(161, 161, 161);
}

