.topico{
    font-weight: bold;
    position: relative;
    border-bottom: 3px #005e91 solid;
    margin-right: 35%;
    color: #373737;
}
.topico hr{
    position: absolute;
    border-bottom: 2px #005e91 solid;
    width: 60%;
    left: 0;
    bottom: -25px;
}
.topico .badge{
    position: absolute;
    top: 3px;
    right: -35%;
    font-size: 11px
}

html, body {
    font-family: Arial, sans-serif;
    margin: 0;
}

ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

#tarja{
    height: 40px;
    background-color: #005e91;
    margin-top: -5px !important;
}
#tarja a{
    font-size: 12px;
    color: #fff !important
}
#tarjaMarca {
    background-color: #fff;
    height: 145px;
    padding-bottom: 30px;
    color: #373737
}
#tarjaMarca a{
    color: #373737
}
#tarjaMarca img{
    height: 80px;
}
#tarjaMarca i{
    float: left;
    margin-right: 10px;
}
#tarjaMarca span{
    font-size:14px;
    margin-top: 20px
}
#tarjaMarca .width200{
    width: 200px !important;
    margin-top: 15px;
}
#tarjaMarca .width300{
    width: 330px !important;
    margin-top: 15px;
}

#menuSite {
    margin-top: -32px;
    margin-bottom: -30px;
}
#menuSite .nav-link{
    color: #fffcd8;
}
#menuSite .nav-link:hover{
    color: lightgray;
}
#menuSite .navbar-brand img{
    height: 40px;
    margin: -15px 0 -10px 0 !important;
}

#footer{
    background: gray;
    color: white;
}
#footer li{
    margin-bottom: -3px;
}
#footer .fb-like{
    width: 90% !important
}
#footer img{
    width: 80%;
}
#footer .tarja{
    background: #005e91;
    font-size: 12px;
}


/* -------- Scroll To Top ---------- */
.scrollToTop {
    background: rgba(0, 95, 150, 0.5);
    bottom: 15px;
    height: 50px;
    padding: 2px;
    display: none;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999;
}
.scrollToTop i {
    color: #fff;
    font-size: 42px;
}
.scrollToTop:hover {
    background: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

/* -------- Loader ---------- */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/preloader.gif') 49% 49% no-repeat white;
    background-size: 100px
}

.loader img {
    position: absolute;
    left: 30%;
    top: 10%;
}