@font-face {
    font-family: Allura;
    src: url(../fonts/Allura-Regular.ttf);
}

@font-face {
    font-family: Cookie;
    src: url(../fonts/Cookie-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf);
}

body{
    font-family: 'Montserrat';
}

a {
    text-decoration: none; /* Remove o sublinhado */
    color: inherit; /* Herda a cor do texto do elemento pai */
  }

.fundoAbertura{
    background-color: rgb(231, 135, 135);;
}

.allura{
    font-family: 'Allura';
}

.cookie{
    font-family: 'Cookie';
}

.tamanhoDaLogoNaBarra{
    width: 6rem;
}

.alinhaCentro{
    display: flex;
    justify-content: center;
    align-items: center;
}

.margemNav{
    margin-left: 2rem;
}

.centralizaTexto{
    text-align: center;
}

.textoJustificado{
    text-align: justify;
    font-size: 0.8rem;
}

.fundoNav{
    background-color: #f72964;
}

.corFonteBranca{
    color: #fff;
}

.fonteForte{
    font-weight: 700;
    font-size: 1rem;
}

.cabecalhoOrientacao{
    margin-top: 1.5rem;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.logoVilaInfra{
    width: 4rem;
}

.logoRH{
    width: 3rem;
}

.ajusteSombra{
    border-color: #e3262e;
    box-shadow: 1px 4px 5px #e3262e;
}

.divisaoRodape{
    border-right: 2px solid #000;
}

.telaNav{
    height: 10vh;
}

.telaOrientacao{
    height: 70vh;
}

.telaFooter{
    height: 10vh;
}

.letraFooter{
    font-size: 0.8rem;
}

.posicaoBotao{
    position: fixed;
    bottom: 140px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 1000;
}

@media (min-width: 600px){

    .tamanhoDaLogoNaBarra{
        width: 10rem;
    }

    .margemNav{
        margin-left: 4rem;
    }

    .fonteForte{
        font-weight: 700;
        font-size: 1.5rem;
    }

    .cabecalhoOrientacao{
        margin-top: 1.5rem;
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
    }


}