@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Muli);

/*@media screen and (max-width: 200px) {*/
/*.sidenav {*/
/*height: auto;*/
/*padding: 15px;*/
/*}*/
/*.row.content {height:auto;}*/
/*}*/

html,
body {
    min-height: 100% !important;
    background-color: #ffffff;
    font-family: 'Muli';
    /*overflow: hidden; !* Hide scrollbars *!*/
    scrollbar-width: none;
}

button, select, input, textarea { outline: 0 !important; }

#logoLogin {width: 350px !important; margin: 50px auto 30px auto;}
#nomeSis { border-top-left-radius: 2px; border-top-right-radius: 2px; background-color: #333; color: #fff !important; width: 350px !important; padding-top: 0.5px; padding-bottom: 0.5px; margin:0 auto; }
#nomeSis h1 { color: #fff; font-size: 25px; margin-top: 15px !important; margin-bottom: 15px !important;}
.form_wrapper { border-radius: 2px; border-style: solid; border-color: #aaa ; border-width: 1px;background-color: #fff; width: 350px !important; min-height: 250px; height: auto !important; padding: 1em; display: table; margin:0 auto; }
.form_wrapper i { margin-right: 0.5em; }
.campo { float: left; width: 100%; padding: 1em; border: solid 1px #ddd; margin: 0.5em 0 1.3em 0; color: #666; }
.campo select { width: 90%; border: none; outline: none; }
.campo input { width: 90%; border: none; outline: none; }
.bt_prox { transition: background-color 0.4s ease; float: right; color: #fff !important; text-decoration: none !important; background-color: #2b3990; border: 1px solid transparent; font-size: 13px; border-radius: 2px; padding: 0 10px; line-height: 28px; }
.bt_prox:hover { background-color: #091770; }
.bt_prox:active { background-color: #091770; }
.bt_anterior { float: left; color: #fff !important; text-decoration: none !important; background-color: #838383; border: 1px solid transparent; padding: 0 10px; font-size: 13px; line-height: 28px; border-radius: 2px; float: left; }
.bt_anterior:hover { background-color: #6a6a6a; }
.bt_anterior:active { background-color: #b2b2b2; }

@media only screen and (max-width: 768px) {
    #imgLogo {
        max-width: 90% !important;
        max-height: 90% !important;
    }
}

/*NAV BAR*/


.redes_sociais-index svg {
    color: #888888 !important;
    margin: 25px 5px 5px 5px;
    cursor: pointer;
    transition: text-shadow .2s ease;
    font-size: 3em;
}

.redes_sociais-index svg:hover {
    text-shadow: 0 0 5px #888888;
}

.redes_sociais svg {
    color: #fff !important;
    margin: 25px 5px 5px 5px;
    cursor: pointer;
    transition: text-shadow .2s ease;
    font-size: 3em;
}

.redes_sociais svg:hover {
    text-shadow: 0 0 2px #fff;
}

#botaoLogin {
    transition: background-color 0.2s ease-in-out;
    border: none;
    color: #fff;
    font-weight: bold;
    background-color: #1377ce;
    border-radius: 5px;
    padding: 0.5em;
    min-width: 130px;
    font-size: 11px;
}

#botaoLogin:hover {
    background-color: #fff;
    color: #1377ce;
    padding: 0.5em;
    border: 0.5px solid #1377ce;
    min-width: 130px;
    font-size: 11px;
}

#botaoCadastre {
    transition: background-color 0.2s ease-in-out;
    border: none;
    color: #fff;
    font-weight: bold;
    background-color: #00c133;
    border-radius: 5px;
    padding: 0.5em;
    /*min-width: 120.86px;*/
    margin-right: 10px;
    min-width: 130px;
    font-size: 11px;
}

#botaoCadastre:hover {
    background-color: #fff;
    color: #00c133;
    padding: 0.5em;
    border: 0.5px solid #00c133;
    min-width: 130px;
    font-size: 11px;
}

#imgLogo {
    max-width: 100%;
    max-height: 100%;
}

.navbar-inverse {
    margin-top: 0px !important;
    padding-top: 0px;
}

.navbar {
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 0;
    border-radius: 0;
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff !important;
    border: 0;
    position: absolute !important;
    z-index: 1;
    width: 100%;
}


.navLogo {
    float: left;
    height: 50px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 20px;
}

.navbar ul li a {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    padding: 0px 20px 7px 20px;
    transition: text-shadow .2s ease;
}



.navbar ul li a i {
    font-size: 17px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

/*.navbar .navbar-collapse {*/
/*    border-color: #273D90;*/
/*    text-align: left;*/
/*}*/

/*.menuAtivo {*/
/*    color: #273D90 !important;*/
/*}*/

.menuAtivo-consig {
    font-weight: 900 !important;
    /*text-shadow: 0 0 2px #fff;*/
    /*text-decoration: underline;*/
}

/*NAV BAR*/

/*INDEX*/
#productsCarousel div img {
    transition: transform 0.2s ease-in-out;
    padding-right: 5px;
    border-radius: 10px;
    width: 200px;
}

#productsCarousel div img:hover {
    transform: scale(1.03);
}

#cnt_fn {
    font-size: 12.5px;
    color: #555;
}

#botaoClube {
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    margin-top: 15px;
    color: #fff;
    background-color: #df5c0d;
    border: none;
    font-size: 16px;
    padding: 8px 20px 8px 20px;
    border-radius: 2px;
}

#botaoClube:hover {
    background-color: #fff;
    color: #df5c0d;
    padding: 7px 19px 7px 19px;
    border: 1px solid #df5c0d;
}

.bloco {
    /*border-top-style: dotted;
    border-top-color: #bdbebf;
    border-top-width: 1px;*/
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}

.bloco h1 {
    font-size: 18px;
}

.coluna1 {
    padding-left: 3%;
}

.coluna2 {
    font-size: 14px;
    padding-top: 20px;
}

.footer{
    /*background: linear-gradient(to right, #f27021, #ee368b 90%);*/
    background: linear-gradient(to right, #24a8b2, #bc6182 90%);
    font-size: 12px;
    color: #FFf;
    padding: 12px 0 0;
    /*margin-top: 50px;*/
    text-align: center;
    min-height: 25px;
}

#btn-footer-local{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 11px;
    transition: text-shadow .2s ease;
}

#btn-footer-local-loja{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 11px;
    transition: text-shadow .2s ease;
}

#btn-footer-local:hover{
    /*text-shadow: 0 0 2px #fff;*/
    color: #293b8f;
    transition: background-color 0.2s ease-in-out;
    border: 1px solid #fff;
    background: #FFF;
}

#btn-footer-local-loja:hover{
    /*text-shadow: 0 0 2px #fff;*/
    color: #ef4d5c;
    transition: background-color 0.2s ease-in-out;
    border: 1px solid #fff;
    background: #FFF;
}

#btn-footer-local-index{
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 11px;
    transition: text-shadow .2s ease;
}

#btn-footer-local-index:hover{
    text-shadow: 0 0 2px #FFF;
    /*color: #273D90;*/
    /*transition: background-color 0.2s ease-in-out;*/
    /*border: 1px solid #fff;*/
}

#lista-help > li {
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
    /*text-decoration: none;*/
}

#btn-footer-div-help{
    width: 150px;
}

.bottom-footer {
    /*padding: 10px 35px 0px 35px;*/
    background: #293b8f;
    /*margin-top: 10px;*/
    border-top: #a59fb72b 1px solid;
}

.footer p {
    margin-bottom: 0px !important;
    color: #fff;
}

.slick-slide {
    position: relative;
}

/*Clube*/

#boxClube {
    margin-top: 100px;
    border: none;
    background-color: #eee;
    padding: 5px 0px 5px 5px;
}

#boxClube div h3 {
    font-size: 22px;
    font-weight: bold;
    color: #2b3990;
    margin-bottom: 15%;
}

#boxClube div button {
    margin-top: 5%;
    background-color: #fff;
    color: #2b3990;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    border-color: #2b3990;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
}
.textoInfoEsq {
    text-align: left;
    padding-left: 50px;
    color: #444;
}

.textoInfoEsq p, .textoInfoDir p {
    padding-top: 15px;
    color: #555;
    font-size: 15px;
    font-family: 'Muli';
    font-style: italic;
}

.textoInfoEsq h1 > strong, .textoInfoDir h1 > strong {
    color: #ee368b;
}

.textoInfoDir {
    text-align: right;
    padding-right: 50px;
    color: #444;
}

.iconeClube {
    max-width: 45%;
}

.textoIcone {
    font-size: 13px;
    font-family: 'Muli';
    font-weight: bold;
    color: #2b3990;
}

.rowIcones {
    margin: 30px 0px;
}

/*Atendimento*/

.textoAtendimento {
    color: #555;
    text-align: left;
}

.textoAtendimento h4 {
    line-height: 1.8;
    font-size: 15px;
}

.textoAtendimento h2 {
    font-weight: bold;
    color: #2b3990;
}

.textoAtendimento h2 > spam {
    color: #f37021;
}

.boxProcurarCentral {
    margin-top: 40px;
    background-color: rgba(43, 57, 144, 0.07);
    padding: 10px;
    box-shadow: 0px 1px 5px #ccc
}

.boxProcurarCentral img {
    max-width: 100%;
}

.boxProcurarCentral h3 {
    color: #f37021;
    font-weight: bold;
}

.boxProcurarCentral button {
    transition: color 0.5s ease-in-out;
    background-color: #eee;
    font-weight: bold;
    color: #f37021;
    padding: 8px;
    border-radius: 2px;
    border: solid 1px #f37021;
    width: 40%;
}

.boxProcurarCentral button:hover {
    color: #777;
}


/*Meu Consignado*/

.consigMeio {
    border-left: dotted #bdbebf 1px;
    border-right: dotted #bdbebf 1px;
}

.textoCentral {
    color: #444;
    text-align: left;
}

.textoCentral * {
    line-height: 1.8;
}

.textoCentral h5 {
    font-weight: bold;
}

.textoCentral i {
    font-size: 40px;
}

.textoCentral p {
    margin-top: 40px;
    color: #555;
    font-size: 15px;
    font-family: 'Muli';
}

.textoCentral .consigP {
    text-align: justify;
}

.textoCentral spam {
    color: #555;
    font-size: 15px;
    font-family: 'Muli';
    text-align: left !important;
}

/*Formulário Contato*/

#modalMapa .modal-header {
    padding: 10px;
    background-color: #eee;
}

#modalMapa .modal-body {
    padding: 10px;
}

#modalMapa .modal-title {
    font-size: 15px;
}

.formContato {
    text-align: left;
    /*padding: 10px;*/
    /*margin-bottom: 0px;*/
}

.formContato i {
    font-size: 20px;
    padding-right: 10px;
}

.formContato input[type=text] {
    width: 90%;
    padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #bdbebf;
    border-radius: 5px;
    background-color: rgba(43, 57, 144, 0.05);
    color: #5555558f;
}

.formContato select {
    width: 90%;
    padding: 5px 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #bdbebf;
    border-radius: 5px;
    background-color: rgba(43, 57, 144, 0.05);
    color: #5555558f;
}

.formContato textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    margin: 0px 0;
    border: 1px solid #bdbebf;
    border-radius: 5px;
    resize: none;
    background-color: rgba(43, 57, 144, 0.05);
    color: #5555558f;
}

.formContato ::placeholder {
    color: #5555558f !important;
}

.formContato input[type=button], .formContato input[type=reset]{
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    width: 23%;
    border-radius: 10px;
    border-style: solid;
    border-color: #f36b26;
    border-width: 1px;
    padding: 5px 10px 5px 10px;
    color: #FFF;
    background-color: #f36b26;
}

.formContato input[type=button]:hover, .formContato input[type=reset]:hover{
    border-color: #f36b26;
    color: #f36b26;
    background-color: #fff;
}

.formContato div[align=right] #loading {
    padding-right: 20px;
    padding-left: 20px;
}

#form-contato i {
    color: #2b3990;
}

/*Página do mapa*/

#map {
    border-radius: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: #bdbebf;
    height: 400px;
    width: 100%;
}

#userCep {
    width: 100%;
    padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #bdbebf;
    border-radius: 4px;
}

#localizarBt {
    width: 100%;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 17px;
    border-radius: 8px;
    border-style: solid;
    background-color: #2b3990;
    color: #fff;
    transition: background-color 0.5s ease;
}

#localizarBt:hover {
    background-color: #0d1755;
}

.blocoCentrais {
    margin-bottom: 20px;
}

.blocoCentrais div {
    padding-top: 0px;
    padding-bottom: 20px;
}

.blocoCentrais button {
    transition: background-color 0.5s ease;
    margin-top: 10px;
    border-radius: 1px;
    padding: 3px 7px;
    border: none;
    background-color: #2b3990;
    color: #fff;
    font-weight: bold;
}

.blocoCentrais button:hover {
    background-color: #0d1755;
}

.blocoCentrais h5 {
    font-weight: bold;
}

.blocoCentrais p {
    margin: 4px !important;
}

.blocoCentrais spam {
    font-size: 13px;
}

.blocoCentrais i {
    font-size: 11px;
}

.infoCentrais {
    text-align: center;
    margin-top: 10px !important;
    color: #2b3990;
    font-size: 20px;
    font-weight: bold;
}
/*Bootbox Login*/

.usemaisLoginImg {
    width: 200px;
    height: 130px;
    margin-bottom: 0;
    margin-left: 20px;
}

.conteudoModalLogin {
    border: none !important;
    box-shadow: none;
    background-color: transparent !important;
    border-radius: 20px;
    width: 60%;
    height: 30%;
    margin-top: 30px;
}
.corpoModalLogin2 {
    /*margin-top: 23px;*/
    text-align: center;
    /*background-image: url("/img/USEMAIS-gradiente-01.png");*/
    background-repeat: no-repeat;
    background-size: 100%;
    /*background: linear-gradient(to bottom, #f37021 0%, #d236ee 120%);*/
    /*border-radius: 20px;*/
    padding: 30px 20px 30px 20px;
    height: 300px;
    width: 100%;
}

.corpoModalLogin {
    margin-top: 53px;
    text-align: center;
    /*background-image: url("/new_img/UseMais_login.png");*/
    background-repeat: no-repeat;
    background-size: 100%;
    /*background: linear-gradient(to bottom, #f37021 0%, #d236ee 120%);*/
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
    height: 430px;
    width: 100%;
}

.fechaModalLogin{
    border-radius: 30px;
    border: solid 2px #ffffff;
    padding: 4px;
    color: white;
    width: 30px;
    height: 30px;
    font-weight: bolder;
    margin-right: 10px;
    outline: none;
}

#okLogin {
    transition: background-color 0.5s ease, color 0.5s ease;
    /* margin-top: 40px; */
    border-radius: 6px;
    border: none;
    background-color: #fff;
    padding: 0px 25px 0px 25px;
    font-weight: bolder;
    color: #f37021;
    margin-top: 10%;

}

#okLogin2 {
    transition: background-color 0.5s ease, color 0.5s ease;
    /* margin-top: 40px; */
    border-radius: 6px;
    border: none;
    background-color: #fff;
    padding: 0px 25px 0px 25px;
    font-weight: bolder;
    color: #f37021;
    margin-top: 10%;

}

#voltarCpf {
    transition: background-color 0.5s ease, color 0.5s ease;
    /* margin-top: 40px; */
    border-radius: 6px;
    border: none;
    background-color: none;
    padding: 0px 25px 0px 25px;
    font-weight: bolder;
    color: white;
    box-shadow: none;
    margin-top: 10%;

}

.login_cpf_senha {
    /*!*border-radius: 13px !important;*!*/
    /*!* margin-top: 25px; *!*/
    /*font-size: 16px !important;*/
    /*border: none !important;*/
    /*background-color: rgba(0, 0, 0, 0.07) !important;*/
    /*font-family: Arial, "Font Awesome 5 Free" !important;*/
    /*line-height: 1 !important;*/
    /*outline: none !important;*/
    /*padding: 15px 40px 15px 10px!important;*/
    /*color: #dfdfdf;*/

    /*border-radius: 20px;*/
    width: 256px;
    margin-top: 20px;
    height: 46px;
    margin-left: 5px;
    /* font-family: Arial, "Font Awesome 5 Free" !important; */
    /* color: white; */
    /* margin-left: 55px; */
    font-size: 16px !important;
    border: 1px solid #999 !important;
    background-color: rgba(0, 0, 0, 0.27) !important;
    font-family: Arial, "Font Awesome 5 Free" !important;
    line-height: 1 !important;
    outline: none !important;
    padding: 15px 40px 15px 10px!important;
    color: #FFF;
    font-weight: bolder;
}
.login_cpf_senha::placeholder {
    color: #dfdfdf;
}

#senha{
    border-radius: 50px;
    width: 256px;
    margin-top: 20px;
    height: 46px;
    margin-left: 5px;
    /*font-family: Arial, "Font Awesome 5 Free" !important;*/
    /* color: white; */
    /* margin-left: 55px; */
    font-size: 16px !important;
    border: 1px solid #999 !important;
    background-color: rgba(0, 0, 0, 0.27) !important;
    font-family: Arial, "Font Awesome 5 Free" !important;
    line-height: 1 !important;
    outline: none !important;
    padding: 15px 40px 15px 10px!important;
    color: #FFF;
    font-weight: bolder;
}

#senha::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; content: "\f007";
}

/*Login cliente*/

.bodyBackground {
    background-image: url("/img/loginClienteBG.jpg");
    background-repeat: no-repeat;
    background-size: 110%;
    /*position: fixed;*/
    height: 100%;
    width: 100%;
}

.bodyLogin {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
}

.textoLogin {
    color: #fff;
    margin-bottom: 20px;
}

.caixaSistema {
    margin: 2% 7%;
    padding: 20px;
    border: outset 1px rgba(255,255,255,0.8);
    border-radius: 2px;
    min-height: 380px;
    /*width: 300px;*/
    /*margin-left: 125px;*/
}

.tituloSistema {
    transition: color 0.5s ease;
    font-size: 20px;
    color: #ddd;
    text-align: center;
    border-bottom: dotted #666 1px;
    padding-bottom: 10px;
}

.tituloSistema:hover {
    color: #fff;
    cursor: pointer;
}

.imagemSistema {
    text-align: center;
}
.imagemSistema img {
    transition: transform 0.5s ease-in-out;
    margin-top: 20px;
    border-radius: 150px;
    max-width: 70%;
    max-height: 70%;
}
.imagemSistemaNeoconsig{
    /*width: 350px;*/
    max-width: 100% !important;
    height: 240px;
    margin-top: 40px !important;
}

.imagemSistemaSnec{
    /*width: 350px;*/
    max-width: 100% !important;
    height: 240px;
    margin-top: 40px !important;
}

.imagemClubeBeneficios{
    max-width: 100% !important;
    height: 240px;
    margin-top: 40px !important;
}

.imagemSistema img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.btn_servidor_online {
    padding: 15px;
    background: linear-gradient(35deg, #f27021, #ee368b);
    /*background: #5ad757;*/
    border-radius: 25px 0 0 25px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.35);
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    position: fixed;
    right: -135px;
    bottom: 20px;
    transition: padding-right .2s ease;
    animation-duration: .5s !important;
    z-index: 9999 !important;
}

.btn_servidor_online:hover {
    padding-right: 150px;
}

.cover_atendimento {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.45);
    animation-duration: .5s !important;
    z-index: 9999 !important;
}

.escolha_atendimento {
    background: linear-gradient(35deg, #f27021, #ee368b);
    /*background: #5ad757;*/
    position: fixed;
    right: 50px;
    bottom: 0;
    /*height: 230px;*/
    width:  265px;
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.45);
    border-radius: 15px 15px 0 0;
    animation-duration: .5s !important;
}

.escolha_atendimento span {
    background: linear-gradient(35deg, #f27021, #ee368b);
    /*background: #5ad757;*/
    padding: 10px 12px;
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: -42px;
}

.escolha_atendimento > p {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-top: -30px;
}

.escolha_atendimento .btn_escolha {
    cursor: pointer;
    width: 90%;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 2px solid #fff;
    background: transparent;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, .5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.escolha_atendimento .btn_escolha:hover {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 5px #fff;
}

.escolha_atendimento .btn_escolha p {
    margin-bottom: 0;
}

.escolha_atendimento .icone_fechar {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    transition: transform .2s ease;
}

.escolha_atendimento .icone_fechar:hover {
    transform: rotate(180deg);
}

.textoSucesso{
    text-align: justify;
}

#myBtn {
    width: 60px;
    height: 60px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    color: #444;
    position: fixed;
    bottom: 75px;
    right: 40px;
    display: none;
    background-color: #fff;
    box-shadow: -10px 10px 10px 0 rgba(0,0,0,.3);
    z-index: 999;
    border-radius: 70px;
}

#myBtn:hover {
    color: #23527c;;
}

.pagination {
    font-size: 30px;
    border: none;
    padding: 0 !important;
}

.footer-index {
    background: #585858 !important;
    color: #7b7979;
    /*padding: 30px 35px 30px 35px;*/
    /*background: #1a28615e;*/
    /*margin-top: 10px;*/
}

.bottom-footer-index{
    /*padding: 10px 35px 0px 35px;*/
    border-top: 1px #0000002b solid;
    background: #585858;
    /*margin-top: 10px;*/
}

.footer-index-text{
    /*margin: 20px 5px 5px 5px;*/
    color: #888 !important;
}

.faq-text-index {
    color: #fff;
    cursor: pointer
}

.faq-text-index:hover{
    color: #fff;
}

.faq-text {
    color: #fff !important;
    cursor: pointer;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid red;
}
