html *
{
    font-family: Montserrat; !important;
}

@font-face {
    font-family: 'cairosemibold';
    src: url('/public/assets/global/fonts/OpenSans.woff2') format('woff2'),
    url('/public/assets/global/fonts/OpenSans.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cairoregular';
    src: url('/public/assets/global/fonts/OpenSans.woff2') format('woff2'),
    url('/public/assets/global/fonts/OpenSans.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

.navbar-brand{
    padding: unset !important;
}

.navbar-div {
    margin-top: -26px;
    background-color: #005F86; !important;
}

.navbar-custom {
    padding: 30px;
}

.navbar-custom > a {
    position: relative;
    bottom: 20px;
}

.navbar-itens > ul{
    list-style: none;
}

.navbar-itens > ul > li{
    margin-left: 5px;
    margin-right: 5px;
}

/*btn voltar inicio*/
.btn-voltar-home {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color: #ffffff;
    padding: 4px 9px 4px 9px; !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #ffffff;
}

.btn-voltar-home:hover {
    background-color: #ffffff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    padding: 4px 9px 4px 9px; !important;
    font-size: 1em;
}

.btn-voltar-home > a {
    color: #ffffff;
}

.btn-voltar-home > a:hover {
    text-decoration: none;
}
/*btn voltar fim*/

/*btn servidor inicio*/
.pipe-acesso{
    font-size: 40px;
    margin-top: -17px;
    color: #0a1547;
}

.btn-acesso-servidor {
    background: #199FDB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px #199FDB;
    color: #ffffff;
    padding: 5px 10px;
    /*text-decoration: none;*/
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    transition-duration: 0.5s;
}

.btn-acesso-servidor:hover {
    background-color: #ffffff;
    color: #199FDB !important;
}

.btn-acesso-servidor > a {
    color: #ffffff;
}

.btn-acesso-servidor > a:hover {
    text-decoration: none;
}

.input-acesso-servidor {
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}
/*btn servidor fim*/

/*btn convenio inicio*/
.btn-escolher-convenio {
    width: 100%;
    border-radius: 5px;
    font-size: 1em;
    background: transparent;
    color: #0a1547;
    /* border: none; */
    padding: 5px;
    /*text-decoration: unset; */
    text-transform: uppercase;
}
/*btn convenio fim*/

/*btn sistema inicio*/
.btn-acesso-sistema {
    background: #0a1547;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    transition-duration: 0.5s;
}

.btn-acesso {
    background: transparent;
    color: #0a1547;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 13px;
    /*font-weight: bold;*/
    cursor: pointer;
}

.btn-acesso-sistema:hover {
    background-color: #ffffff;
}

.btn-acesso-sistema > a {
    color: #ffffff;
}

.btn-acesso-sistema > a:hover {
    text-decoration: none;
    color: #0a1547 !important;
}

.box-input {
    position: absolute;
    background-color: #FFF;
    right: 51px;
    top: 40px;
    width: 201px;
    padding: 5px;
    border-radius: 5px;
    display: none;
    z-index: 1;
}
/*btn convenio fim*/

@media screen and (max-width: 1150px) {
    .navbar-div {
        margin-top: -20px; !important;
    }

    .main {
        margin-top: -20px; !important;
    }

    .navbar-itens > ul > li{
        margin-left: 2px;
        margin-right: 2px;
    }

    .navbar-itens {
        margin-right: -35px;
    }

    /*btn voltar inicio*/
    .btn-voltar-home {
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        color: #ffffff;
        padding: 4px 9px 4px 9px; !important;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        font-weight: bold;
        cursor: pointer;
        border: 1px solid #ffffff;
    }

    .btn-voltar-home:hover {
        background-color: #ffffff;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        padding: 4px 9px 4px 9px; !important;
        font-size: 0.8em;
    }

    /*btn voltar fim*/

    /*btn servidor inicio*/
    .btn-acesso-servidor {
        background: #199FDB;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        font-weight: bold;
        cursor: pointer;
    }

    .btn-acesso-servidor:hover {
        background-color: #ffffff;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        padding: 5px 10px 5px 10px; !important;
    }
    /*btn servidor fim*/

    /*btn convenio inicio*/
    .btn-escolher-convenio {
        width: 180px;
        border-radius: 28px;
        font-size: 0.8em;
        background: #ffffff;
        color: #0a1547;
        padding: 3px 5px 3px 5px !important;
    }
    /*btn convenio fim*/

    /*btn sistema inicio*/
    .btn-acesso-sistema {
        background: #0a1547;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        font-weight: bold;
        cursor: pointer;
    }

    .btn-acesso-sistema:hover {
        background-color: #ffffff;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        padding: 5px 10px 5px 10px; !important;
        font-size: 0.8em;
    }
    /*btn convenio fim*/
}

@media screen and (max-width: 900px) {
    .navbar-div {
        margin-top: -5px; !important;
    }

    .main {
        margin-top: -20px; !important;
    }

    .navbar-custom > a > img{
        margin-top: -25px;
    }
}

@media screen and (max-width: 600px) {
    .navbar-div {
        margin-top: -5px; !important;
    }

    .main {
        margin-top: -20px; !important;
    }

    .navbar-custom > a > img{
        margin-top: -25px;
    }
}
