html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}







.headerJrt {
    display: block;
}

.navbarJrt {
    display: flex;
    justify-content: center;
}


.navbar-navJrt {

}

.containerJrtHeader {
    display: flex;
    justify-content: center;
    width: 1200px;
    /*float:right;*/
}
.navbar-collapseJrt {
    width: 1200px;
    display: inline-block;

}

.navbar-navJrt {
    flex-direction: row;
    list-style-type: none;
}


@media screen and (max-width: 1199px) {


    .headerJrt {
        display: block;
        height: 49px;
    }

    .navbarJrt {
        display: flex;
        justify-content: center;
        height: 49px;
    }

    .navbar-navJrt {
        float: right;
    }

    .containerJrtHeader {
        display: flex;
        justify-content: center;
        width: 752px; /*900*/
    }

    .navbar-collapseJrt {
        width: 752px; /*900*/
        height: 49px;
    }

    .navbar-navJrt {
        flex-direction: row;
        list-style-type: none;
    }
}

@media screen and (max-width: 767px) {


    .headerJrt {
        display: block;
        height: 49px;
    }

    .navbarJrt {
        display: flex;
        justify-content: center;
        height: 49px;
    }

    .navbar-navJrt {
        float: right;
    }

    .containerJrtHeader {
        display: flex;
        justify-content: center;
        width: 430px;
    }

    .navbar-collapseJrt {
        width: 430px;
        height: 49px;
    }

    .navbar-navJrt {
        flex-direction: row;
        list-style-type: none;
    }
}

@media screen and (max-width: 576px) {


    .headerJrt {
        display: block;
        height: 49px;
    }

    .navbarJrt {
        display: flex;
        justify-content: center;
        height: 49px;
    }

    .navbar-navJrt {
        float: right;
    }

    .containerJrtHeader {
        display: flex;
        justify-content: center;
        width: 430px;
    }

    .navbar-collapseJrt {
        width: 430px;
        height: 49px;
    }

    .navbar-navJrt {
        flex-direction: row;
        list-style-type: none;
    }
    
}