body{
    background-color: #232323;
    color: #bfbfbf;
    font-family: 'Montserrat', sans-serif;
}

.navbar.bg-info {
    color: #fff;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0px;
}

.navbar {
    border: 0;
    border-radius: 3px;
    padding: .625rem 0;
    margin-bottom: 0px;
    color: #fff;
    background-color: #fff !important;

}

.navbar-fixed-top.scrolled {
  background-color: #191919 !important;
  transition: background-color 200ms linear;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.navbar-fixed-top.scrolled .nav-link {
  color:#fff;
}

.navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    
    padding: .9375rem;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 40px;
    color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link:hover{
    color: #da2128;
}

p, li, ul, a{
    color: #bfbfbf;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4{
    color: #bfbfbf;
    font-family: 'Montserrat', sans-serif;
}

.red{
    width: 100%;
    height: 1px;
    background-color: #da2128;
}

.onas{
    background-image: url(../img/mapa.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 80px;
    padding-bottom: 80px;
}

.onas h2{
    font-weight: 700;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 0.7em
}

.onas p{
    text-align: justify;
}

.tab-content>.active {
    display: block;
    text-align: justify;
}

.card.bg-danger, .card .card-header-danger, .card.card-rotate.bg-danger .back, .card.card-rotate.bg-danger .front {
    background: transparent;
}

.card .card-header-danger {
    box-shadow: none;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: transparent;
    transition: background-color .3s .2s;
    font-weight: 700;
    border-bottom: 2px solid #da2128 !important;
    border-radius: 0px;
}

.flota h2{
    color: #fff;
    font-weight: 700;
}

.flota{
    background-image: url(../img/flota_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 80px;
    padding-bottom: 80px;
}

.flota p > b{
    color: #da2128;
}

.oferta{
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../img/oferta.png);
    background-repeat: no-repeat;
    background-position: left;
}

.oferta h2{
    color: #fff;
    font-weight: 700;
}

.oferta p{
    text-align: justify;
}

.oferta li{
    color: #c9161e;
}

.galeria-home{
    padding-top: 80px;
    padding-bottom: 160px;
}

.footer{
    text-align: right;
}

.footer h3{
    font-weight: 600;
    color: #da2128;
    margin-bottom: 0px;
}

.footer img{
    margin-top: 30px;
    left: 0px;
    display: block;
}

.footer-bottom{
    font-size: 11px;
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #3c3c3c;
    margin-bottom: 7px;
}

.footer-bottom a{
    font-size: 11px;
}

.footer-bottom span{
    float: right;
}

 .swiper-container {
      width: 100%;
      height: 70vh;

    }

.slider1{
    background-image: url(../img/slider.jpg);
    background-size: cover;
}

.slider2{
    background-image: url(../img/slider2.jpg);
    background-size: cover;
}

.slider3{
    background-image: url(../img/slider3.jpg);
    background-size: cover;
}

.slider4{
    background-image: url(../img/slider4.jpg);
    background-size: cover;
}

.swiper-slide h1{
    font-weight: 700;
    color: #fff;
    margin-top: 0px;
}

.swiper-slide h4{
    color: #fff;
    margin-top: 35%;
}

.swiper-slide button{
    margin-top: 30px;
    float: right;
}

.btn.btn-primary {
    color: #232323;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none;
    font-weight: 800;
    font-size: 10px;
    border-radius: 25px;
}

.btn.btn-primary:hover{
    color: #fff;
    background-color: #232323;
    border-color: #232323;
    box-shadow: none
}

.onasicon {
    text-align: center;
    margin-top: 100px;
}

.onasicon p{
    margin-top: 25px;
    line-height: 1.2em;
    color: #5c5c5c;
}

.footer-bottom a:hover{
    color: #da2128;
}

.flotaicon{
    margin-top: 15px;
    text-align: center;
}

.flotaicon p{
    margin-top: 10px;
}

.btn.btn-danger {
    color: #fff;
    background-color: #da2127;
    border-color: #f44336;
    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, .14), 0 3px 1px -2px rgba(244, 67, 54, .2), 0 1px 5px 0 rgba(244, 67, 54, .12);
    margin-top: 30px;
}

.btn {
    position: relative;
    padding: 12px 30px;
    margin: .3125rem 1px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1);
    will-change: box-shadow, transform;
}

.onas-page{
    margin-bottom: 4%; 
}

.onas-page li{
    color: #da2128;
}

.onas-page li > p{
    color: #bfbfbf !important;
}

.oferta-page{
    
    margin-bottom: 4%;
}

.oferta-page h1{
    margin-bottom: 60px;
    margin-top: 60px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px 8px;
    vertical-align: middle;
    border-color: #3d3d3d;
    font-size: .875rem;
}

.kontakt-page{
    margin-top: 4%;
    margin-bottom: 6%;
}

.kontakt-page h1{
    margin-bottom: 60px;
}

.kontakt-page h4{
    font-weight: 500;
    color: #da2128;
}

.kontakt-page p{
    line-height: 2em;
}

.kontakt-page a:hover{
    color: #da2128;
}

.line-kontakt{
    height: 2px;
    width: 50px;
    background-color: #4d4d4d;
    margin-top: 15px;
    margin-bottom: 15px;
}

.spedycja-kontakt{
    margin-top: 80px;
}

.table thead th {
    font-size: .95rem;
    font-weight: 500;
    color: #959595;
    border-top-width: 0;
    border-bottom-width: 1px;
}

@media (max-width: 425px){
    .swiper-slide h1 {

    font-size: 24px;
}
    .swiper-container {

    height: 100vh;
}
    .swiper-slide h4 {

    margin-top: 55%;
}
    .red {
    width: 100%;
    height: 0px;
    background-color: #da2128;
}
    .tab-content>.active {
    display: block;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
}
    .onasicon {
    text-align: center;
    margin-top: 20px;
}
    .flotaicon img{
        margin-top: 30px;
    }
    .oferta {
    padding-top: 0px;
    padding-bottom: 80px;
    background-image: url(../img/oferta.png);
    background-repeat: no-repeat;
    background-position: left;
}

    .galeria-home img{
        margin-bottom: 20px;
    }
    .footer-bottom span {
    float: left;
}
   .slider1 {
    background-position: right;
} 
       .slider2 {
    background-position: right;
} 
       .slider3 {
    background-position: right;
} 
       .slider4 {
    background-position: right;
} 
    .swiper-slide h4 {
    color: #fff;
    margin-top: 85%;
}
}

@media (max-width: 768px){
.swiper-container {
    width: 100%;
    height: 100vh;
}
    .swiper-slide h1 {
    font-size: 36px;
}
    .swiper-slide h4 {
    color: #fff;
    margin-top: 45%;
}
    .oferta {
    padding-top: 0px;
    padding-bottom: 0px;
}
    .flota {
    padding-top: 0px;
    padding-bottom: 80px;
}
    .onas {
    padding-bottom: 0px;
}
}

@media (max-width: 991px){
.navbar-collapse .navbar-nav {
    position: relative;
    z-index: 3;
    background-color: #333;
    }
}
@media (max-width: 991px){
.navbar-collapse:after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #333;
    display: block;
    content: "";
    z-index: 1;
}}

@media (max-width: 991px){
.navbar-collapse {
    max-height: 100vh !important;
    overflow-y: scroll;
    background: #333;
}
    }
