

/************************************************************************ Fontes ********************************************************************/

@font-face {
    font-family: 'grosso';
    src: url(../fontes/Meutas-Bold.otf);
}
@font-face {
    font-family: 'grosso2';
    src: url(../fontes/Fontfabric\ \ MullerNarrowMedium.otf);
}

/****************************************************************************************************************************************************/



/************************************************************************ Header ********************************************************************/


.navbar-nav .nav-link {
    margin: 20px;
    font-size: 14px;
    font-weight: bold;
    transition: color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 30px;
}

.navbar-nav .nav-link:hover {
    color: #FFD700 !important;
}

.navbar-nav .nav-link.active {
    color: #FFD700 !important;

}

.logo {
    height: 85px;
}

.navbar {
    background-color: #f8f9fa;
}

.webicon {
    margin-left: 15px;
    width: 28px;
    /* Tamanho padrÃ£o */
    height: 28px;
    /* Tamanho padrÃ£o */
    transition: transform 0.3s ease, filter 0.3s ease;
    /* TransiÃ§Ãµes suaves */
    fill: #5a5a5aef;
    /* Cor padrÃ£o (cinza escuro) */
}

.webicon:hover {
    color: #5a5a5aef;
    transform: scale(1.2);
    /* Aumenta o tamanho */
    filter: brightness(1.9) sepia(5) saturate(5);
    /* Torna a imagem amarela */
}

/******* dropdown *******/

/* Remove a setinha do dropdown */
.navbar .dropdown-toggle::after {
    display: none;
    border: 0;
}

/* Remove as bordas e a sombra do dropdown */
.navbar .dropdown-menu {
    border: none;
    box-shadow: none;
    background-color: #f8f9fa;
    text-align: center;
    /* Centraliza o texto no menu dropdown */
}

/* Centraliza o texto dos itens do dropdown */
.navbar .dropdown-menu .dropdown-item {
    text-align: center;
    font-size: 13px;
    color: #5a5a5aef;
    font-weight: bold;
}

/* deixa a navbar fixa no topo*/
.menu {
    background-color: #f8f9fa;
    color: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 15;
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #f8f9fa;
}

.drop{
    padding: 6px !important;
}


/* Centraliza as logos */
.logos {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: -11px;
    margin-top: 10px;

}

/* Centraliza a barra de navegação */
.navbar {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Centraliza os links */
.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* Remove a cor azul ao clicar no item do dropdown */
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item:active {
    background-color: #f8f9fa;
    /* Cor de fundo desejada */
    outline: none;
    /* Remove o contorno padrÃ£o */
    box-shadow: none;
    /* Remove qualquer sombra que possa aparecer */
}

/***********************************************************************************************************************************************************/

.conteiner1 {
    position: relative;
    height: 900px; /* ou a altura que desejar */
    overflow: hidden; /* garante que partes da imagem fora do contêiner não sejam visíveis */
    display: flex;
    justify-content: center;
    align-items: center;
}

.conteiner1 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* mantém o conteúdo visualmente centrado */
    object-position: left; /* centraliza a imagem dentro do contêiner */
}

.cotacao{
    position: absolute;
    width: 1000px;
    height: 600px;
    background-color: rgb(226, 226, 226); /* Fundo semitransparente */
    color: rgb(41, 41, 41);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.texto{
    font-family: 'grosso';
    position: absolute;
    top: -41%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    text-align: center; 
    color: rgb(126, 124, 124); 
    font-size: 22px;
}

.texto:hover {
    color: #7d60ff; /* Amarelo */
}

.botao{
    background-color: #FFD700 !important;
    border-color: #FFD700 !important;
    color: aliceblue !important;
}

.texto2 {
    font-family: 'grosso2';
    position: absolute;
    top: -15%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Alinha o texto à esquerda */
    text-align: left; /* Garante que o texto dentro dos parágrafos também fique à esquerda */
    font-size: 25px;
    padding-left: 20px; /* Adiciona um pouco de espaçamento da borda esquerda, se necessário */
}

.texto2 span {
    display: inline; /* Garante que "RS EXPRESS:" fique na mesma linha do texto */
}

.texto3 {
    font-family: 'grosso2';
    position: absolute;
    top: 8%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Alinha o texto à esquerda */
    text-align: left; /* Garante que o texto dentro dos parágrafos também fique à esquerda */
    font-size: 25px;
    padding-left: 20px; /* Adiciona um pouco de espaçamento da borda esquerda, se necessário */
}

.texto3 span {
    display: inline; /* Garante que "RS EXPRESS:" fique na mesma linha do texto */
}

.texto4 {
    font-family: 'grosso2';
    position: absolute;
    top: -10%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Alinha o texto à esquerda */
    text-align: left; /* Garante que o texto dentro dos parágrafos também fique à esquerda */
    font-size: 25px;
    padding-left: 20px; /* Adiciona um pouco de espaçamento da borda esquerda, se necessário */
}

.texto4 span {
    display: inline; /* Garante que "RS EXPRESS:" fique na mesma linha do texto */
}

.texto5 {
    font-family: 'grosso2';
    position: absolute;
    top: -20%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Alinha o texto à esquerda */
    text-align: left; /* Garante que o texto dentro dos parágrafos também fique à esquerda */
    font-size: 25px;
    padding-left: 20px; /* Adiciona um pouco de espaçamento da borda esquerda, se necessário */
}

.texto5 span {
    display: inline; /* Garante que "RS EXPRESS:" fique na mesma linha do texto */
}

.texto6 {
    font-family: 'grosso2';
    position: absolute;
    top: -0%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Alinha o texto à esquerda */
    text-align: left; /* Garante que o texto dentro dos parágrafos também fique à esquerda */
    font-size: 25px;
    padding-left: 20px; /* Adiciona um pouco de espaçamento da borda esquerda, se necessário */
}

.texto6 span {
    display: inline; /* Garante que "RS EXPRESS:" fique na mesma linha do texto */
}
