﻿/* Custom css Classes*/

/* Index Page*/

.navbar-banner-custom {
    background-color: #022F4A;
    color: white;
    margin-top: 93px;
}

.page-left {
    font-size: 14px;
    position: fixed;
}

.page-content-custom {
    margin-top: 93px;
}

.div-page-left {
    margin-top: 25px;
    font-size: 14px;
    margin-left: 4px;
    position: fixed;
    color: black;
}

.acc-menu-custom {
    color: white;
    font-weight: bold;
    top: 40px;
}

.page-content-top {
    margin-top: 93px;
}

.div-road-page {
    padding: 5px;
    margin-top: 20px;
    margin-left: 20px;
}

.a-road-page {
    margin-left: 5px;
    text-decoration: none;
    color: black;
}

.road-page{
    float:right;text-align: right; width:100%
}

.page-content-top-custom {
    margin-top: 73px;
}

.menu-login-off {
    margin-top: 25px;
    font-size: 14px;
    margin-left: 4px;
    position: fixed;
    color: black;
    width: 225px;
}

.futuro-img {
    max-height: 200px;
    max-width: 290px;
    width: auto;
}

.panel-body-custom {
    padding: 5px;
    margin-top: 20px;
    max-height: 30px;
}

.panel-heading-custom {
    background-color: #022F4A;
    color: white;
}

.span-custom {
    font-size: 15px;
}

@media screen and (max-width: 480px) {
    .page-content-top {
        margin-top: 53px;
    }

    .page-content-custom {
        margin-top: 53px;
    }
}

@media screen and (max-width: 767px) {
    header.navbar {
  margin-bottom: 0px;
  border: none;

}
}