﻿a.link {
    color: #34495E;
    text-decoration: none;
    border-bottom: 1px blue dotted;
}

    a.link:hover, a.link:focus {
        text-decoration: none;
        cursor: pointer;
    }

/* Slider da home */
.slider-item-img4 {
    background-size: cover;
}

.slider-item-img5 {
    background-size: cover;
}

.slider-item-img6 {
    background-size: cover;
}

.slider-item-img7 {
    background-size: cover;
}

.slider-item-img8 {
    background-size: cover;
}

/* Ad modal */
#modalAds .modal-bg-1 {
    background: url(../../images/ad-modal/background.jpg) right bottom no-repeat;
    background-color: #F3F6FB;
}

.BannerSite {
    padding-top: 120px;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 767px) {
    .navbar {
        min-height: 120px;
    }

    .nav > li.active, .nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a {
        background: #2c3e50;
    }

    .BannerSite {
        padding-top: 150px;
        width: 100%;
        margin: 0 auto;
    }
}
