body>div.site-wrapper>footer>div.container>div>div:nth-child(3) {
    text-align: center;
}

#portfolio-heading {
    color: #c1c1c1;
}

/*#anpsimages-2>img {
    width: 167px;
    height: 48px;
}*/

#polylang-2 {
    padding-top: 17px;
}

/*.home .nav-wrap {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.home div.site-wrapper div.transparent.top-bar{
  background-color: rgba(0, 0, 0, 0.3) !important;
}*/

/*.home.nav-wrap.unstick{
  background-color: rgba(0, 0, 0, 0.3) !important;
}*/

.home header.site-header.style-1 .nav-wrap:not(.sticky), header.site-header.style-3 .nav-wrap:not(.sticky){
  background-color: rgba(0,0,0,0.3);
}

.home div.site-wrapper div.transparent.top-bar{
  background-color: rgba(0,0,0,0.3);
}

.login h1 a {
	background-image: url(../images/vougaclas.svg);
	background-image: none, url(../images/vougaclas.svg);
  height: 110px !important;
    width: 320px !important;
    -webkit-background-size: auto !important;
    background-size: auto !important;
}



#menu-questoes-legais-pt>li {
    width: 100%;
    float: none;
}

div.custom-menu-class ul {
    margin: 20px 0px 20px 0px;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    /* text-align: right; */
}

div.custom-menu-class li {
    padding: 0px 20px 0px 0px;
    display: inline;
}

.site-footer .menu a {
    display: inline;
}

@media screen and (max-width: 768px) {
    div.custom-menu-class li {
        display: block;
        
    }
    
    .home div.site-wrapper div.transparent.top-bar {
    display: none;
}
    
    .site-footer .menu a {
        display: block;
    }
    
    .footer3{
        margin-top: 40px !important;
    }
}