/*
Theme Name: PAP Theme
Author:Gabriel Rodrigues
*/
.navbar {
    margin: 0px 0px 35px 0px!important;
    max-height: 65px;
}
.navbarcenter{
    flex-flow: column-reverse; 
}
.navbar-brand {
    transform: translate(10px, 20px);
    z-index: 2;
}
.w100px{
    width: 100px;
}
.thumbbox{
    width: 100%;
    height:auto;
}
.gruposformimgoverlay{
    width: 200px;
    height: 200px;
    margin:15px;
    background-color:rgba(0,0,0,0.5);
}
.gruposformtext{ 
    text-align: left;
    padding: 50% 0% 0% 2%;
    color: #fff;
    font-size: 30px;
}
.curricolosformtext{
    text-align: left;
    padding: 65% 0% 0% 2%;
    color: #fff;
    font-size: 22px;  
}
.projetoformimgoverlay{
    width: 200px;
    height: 200px;
    margin:0px 0px 20px 0px;
    background-color:rgba(0,0,0,0.5);
}
.projetosformimgoverlay{
    width: 200px;
    height: 200px;
    margin:0px 0px 20px 0px;
    background-color:rgba(0,0,0,0.5);
}
.sobreformimgoverlaybotton{
    width: 200px;
    height: 200px;
    background-color:rgba(0,0,0,0.5);
}
.sobreformimgoverlaytop{
    width: 200px;
    height: 200px;
    margin:0px 0px 20px 0px;
    background-color:rgba(0,0,0,0.5);
}
.bannerfit{
    object-fit: cover;
    height: 1vh;
    margin: -30vh 0vh 85vh 0vh;
}
.parceiros{
    width: 300px;
    height: auto;
    padding:0px 10px 0px 10px;
}
.newwmh{
    min-height: 150px;
} 
.newwmhtitle{
    min-height: 50px;
}
.hometitles{
    margin:35px 0px 25px 0px; 
}
.divisor {
    height: 3px;
    width: 30px;
    position: relative;
    display: block;
    margin: 6px auto 25px auto;
    background: #d3d2d2;  
}
.divisor:after {
    position: absolute;
    width: 180px;
    height: 1px; 
    content: "";
    right: -75px;
    top: 1px;
    background: inherit;
}
.divisor2 {
    height: 3px;
    width: 30px;
    position: relative;
    display: block;
    margin: 6px 0px 5px 0px;
    background: #d3d2d2;  
}
.divisor2:after {
    position: absolute;
    width: 190px;
    height: 1px; 
    content: "";
    right: px;
    top: 1px;
    background: inherit;
}
.pt100{
    padding-top: 100px;
    min-height:94vh; 
}
.bignew{
    max-height: 300px;
    min-width: 635px;
    object-fit: cover;
}
.tinynew{
    max-height: 150px;
    min-height: 150px;
    min-width: 250px;
    object-fit: cover;
}
.gruposbox{
    height: 200px;
    width: 200px;
    margin: 0 0 15px 0;
    overflow: hidden;
    /* background-position: 50% 50%; */
    background-size: cover;
    background-color: rgb(104, 104, 104);
    background-position: center;
    transition: width 1s, height 1s;
}
.grupobox{
    height: 200px;
    background-size: cover;
    background-position: center;
}
.gruposbox:hover{ 
    height: 222px;
    width: 222px;
}
.nav-pills .nav-link {
    color: #fff !important;
    background-color: #d39e00 !important;
    border: solid 1px #fff !important;
    transition: width 1s; 
    width: 75%;     
}
.nav-pills .nav-link:hover {

    width: 100%;
}
.nav-pills .nav-link .news{
    color: #fff !important;
    background-color: #d39e00 !important;
    border: solid 1px #fff !important;
    width: 100%;     
}

.noherfs:hover { 
    text-decoration: none;
} 
.vline {
    border-right: 1px solid black;
}
.contactosmapm{
    margin: 0 0 225px 0;
}  
.cursorp{
    cursor: pointer;
}
.newtext{
    margin:50px 0px 25px 0px
}
.overlaygrey{
    background-color: rgba(0,0,0,0.5);
    height: 100%;}
