@font-face {
    font-family: MontserratR;
    src: url(../fonts/Montserrat-Regular.ttf);
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}
.header-pagina {
    width: 100%;
    /*height: 800px;*/
    /*min-height: 250px;*/
    /*background-image: url(https://hospitaldeamor.com.br/ead/imagens/banner-passos.png);*/
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.navbar-nav > li:hover >a,
.navbar-nav > li.active >a
{
    color: white;
}
.nav-item
{
    color: white;!important;
    font-weight: bold;

}

.navbar-nav li
{
    margin-right: 20px;

}

.fonte-padrao
{
    font-family: MontserratR;
}

.fonte-padrao-bold
{
    font-weight: bold;
}

.font-titulo
{
    font-size: 19px;
    color: #2d2e6f;
}

.imgLogo
{
    width: 125px;

}

.navbarText a
{
    font-family: MontserratR;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.navbarText a:hover
{

    transform: scale(1.1);
}

.texto-banner
{
    margin-top: 450px;
    text-align: center;
    color: white;
    font-size: 52px;
    font-family: MontserratR;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.modal-conteudo-programatico
{
    margin-left: 20%;

}
.texto-modal
{
    font-weight: bold;
}
@media screen and (max-width: 800px)
{
    .texto-banner{ margin-top: 190px; font-size: 22px;}
    .header-pagina{max-height: 30%; max-width: 100%;}
    .modal-conteudo-programatico
    {
        margin-left: 0;
    }
}



