.tarjatop .dropdown-menu .text-danger{
    font-weight: bold;
}

.tarjatop .dropdown, .tarjatop .dropdown-menu {
    position: relative;
    z-index: 10;
}

.tarjatop .dropdown-toggle{
    font-weight: bold;
}

.tarjatop .dropdown-item{
    color: #000;
}

.tarjatop .dropdown-item .btn-link{
    color: #000;
}

.tarjatop .dropdown-item .btn-link:hover{
    color: green;
}

small{
    color: #fa8e00;
    font-weight: bold;
}

.tooltip{z-index: 99999;}
.fb_iframe_widget{filter:grayscale()}

#menuSite {
    z-index: 5;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    width: 100% !important;
    margin: 0 !important;
}
#menuSite .nav-link{
    border-bottom: 3px black solid;
    color: lightgreen;
    font-weight: bold;
    padding: 15px 0 2px 0;
    margin: 0px 10px 0 10px;
}
#menuSite .nav-link:hover{ border-bottom: 3px white solid;}
#menuSite .navbar-brand img{max-width: 250px;}
#menuSite.yescroll {
    height: 80px;
    background: rgba(245, 245, 245, 0.95) !important;
    -webkit-box-shadow: 0 0 5px 0 rgba(245, 245, 245, 0.95);
    box-shadow: 0 0 10px 0 rgba(245, 245, 245, 0.95);
    margin: 0px !important;
}
#menuSite.yescroll .nav-link{
    color: darkgreen;
    border-color: lightgray;
}
#menuSite.yescroll .nav-link:hover{ border-bottom: 3px black solid;}
#menuSite.yescroll img {
    height: 65px !important;
    margin: -5px 0 -5px 0;
}
#menuSite .navbar-collapse.show {
    position: absolute;
    right: 2%;
    top: 80px;
    background-color: darkslategray;
}
#menuSite.yescroll .navbar-collapse.show .nav-link{
    color: lightgreen;
}
#menuSite .navbar-collapse li{
    color: gray;
    padding: 0px 5px;
    margin-top: -8px;
}
#menuSite .navbar-collapse li a{ font-weight: bold; }

body{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}
/* -------- Scroll To Top ---------- */
.scrollToTop {
    background: rgba(0, 85, 255, 0.404);
    bottom: 50px;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99;
}
.scrollToTop i {
    color: #000;
    font-size: 42px;
}
.scrollToTop:hover {
    background: rgba(13, 0, 255, 0.8);
    text-decoration: none;
}

.line-right{
    top: 780px;
    right: 2%;
    position: absolute;
    z-index: 9;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}
.blockXs { display: none !important;}
@media only screen and (max-width: 600px) {
    .hiddenXs { display: none !important;}
    .blockXs { display: block !important;}
    #menuSite.yescroll { width: 103% !important;}
    #menuSite.yescroll .fa-bars { color: black !important;}
    #menuSite.yescroll img{ height: 55px !important }
    #menuSite .navbar-brand img{ height: 60px }
    #menuSite .nav-link{ border:none !important }
    #servicos .card {
        text-align: left !important;
        margin-left: 0px !important;
    }
}
