*{
    font-family: 'Nunito', sans-serif;
}

.tecnicarte-title{
    font-family: 'Droid Serif', serif;
}

.orange-text{
    color: #FF8C00;
}

#page-content{
    margin-top: 40px;
}

.menu{
    margin-bottom: 0px !important;
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 0px !important;
}

.menu .navbar-toggle{
    margin-right: 0px;
}

.menu .navbar-brand{
    padding-top: 2px;
}

.menu .navbar-brand img{
    width: 150px;
}

.header-bar{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}



.company  .company-img{
    height: 60%;
}

.service{
    height: 40%;
}


.company  .company-img{
    background-image: url(../img/home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
   
    transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -o-transition:  all 2s ease-in;
    -webkit-transition: all 2s ease-in;
}
.company  .company-img2{
    background-image: url(../img/home_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;        
    
     transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -o-transition:  all 2s ease-in;
    -webkit-transition: all 2s ease-in;
}
.company  .company-img3{
    background-image: url(../img/home_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
     transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -o-transition:  all 2s ease-in;
    -webkit-transition: all 2s ease-in;
}

.home-transparency {
    background-color: rgba(0,0,0,0.5);
    width: 50%;
    height: 100%;
    min-height: 60%;
    overflow: auto;
}

.apresents-title{
    font-size: 2em;
    font-weight: bolder;
    color: #fff;
    position: relative;
    margin-top: 40px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
}

.apresents{
    font-size: 1.1em;
    color: #fff;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.2em;
}

.service{    
    background-color: #FF8C00;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    padding-top: 5px;
}
.service-title{
    font-size: 2em !important;
    font-weight: bolder;
}

.service > h2{
    font-size: 3em;
}

.img_categories  img{
    float: contour;
    width: 80px;
    height: 80px;
}

.description{
    padding: 15px;
    text-align: center;
    font-size: 0.90em;
}

.bottom-bar,
.top-bar{    
    color: #fff;
    font-size: 1em;        
}

.bottom-bar{
    background-color: #000;
    text-align: center;
    padding-top: 10px;
    min-height: 5%;
    height: inherit;
}

.top-bar{
    height: 5%;
    text-align: left;
    background-color: rgb(35,31,32);    
    padding-top: 5px;
    margin-top: 15px;
}

.top-bar a,
.top-bar a:hover{
    color: white;
    text-decoration: none;
    padding: 10px;
}

.top-bar > .top-bar-item{
    /*width: 25%;*/
}

.top-bar > .top-bar-item.top-bar-item-left{
    float:left;
    text-align: right;
}

.top-bar > .top-bar-item.top-bar-item-right{
    float:right; 
    text-align: center;
}

.company-contacts{
    background-color: #FF8C00;
    height: 190px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

#address{
    margin: auto;
}

#address > div{
    display: inline-block;
}

#address-img{
    font-size: 6em; 
    margin-right: 10px;
}


.local{
    background-color: #000;
    width: 100%;
    height: 64%;
}

.portifolio-categories{
    height: 80%;
}

.portfolio-session{
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    /*background-position-y: -100px;    */
    height: 22.2%;
}

.portfolio-foreground{
    height: 100%;
    width: 100%;
    display: table;
    border-top: 2px solid white;
}

#portfolio-publication {
    background-image: url(../img/pr/pr_a.jpg);        
}
#portfolio-publication > .portfolio-foreground{
    background-color: rgba(174, 93, 35, 0.8);
}
#portfolio-publication > .portfolio-foreground:hover{
    background-color: rgba(174, 93, 35, 0.9);
}

#editoracao{
    background-image: url(../img/ed/ed_a.jpg);
}
#editoracao > .portfolio-foreground{
    background-color: rgba(191, 109, 33, 0.8);
}
#editoracao > .portfolio-foreground:hover{
    background-color: rgba(191, 109, 33, 0.9);
}

#ilustracao{
    background-image: url(../img/ilust/ilust_a.jpg);
}
#ilustracao > .portfolio-foreground{
    background-color: rgba(184, 131, 39, 0.8);
}
#ilustracao > .portfolio-foreground:hover{
    background-color: rgba(184, 131, 39, 0.9);
}

#projeto{
    background-image: url(../img/pg/pg_a.jpg);
}
#projeto > .portfolio-foreground{
    background-color: rgba(176, 139, 38, 0.8);
}
#projeto > .portfolio-foreground:hover{
    background-color: rgba(176, 139, 38, 0.9);
}

.portfolio-session-content{
    margin: auto !important;
    height: 100%;
    text-align: center;
    width: 100%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.portfolio-session-content > div,
.portfolio-session-content > img{
    display: inline-block;
}

.portfolio-session-content > img{
    width: 90px;
    padding-right: 20px;
}

.portfolio-session-content-text{
    color: #fff;
    font-size: 1.8em;
    width: 150px    ;
    vertical-align: middle;
    text-align: left;
}

#portfolio-top-bar > div{
    width: 25%;
    display: inline-block;
}

.title{
    height: 24%;
}
#title-img-pr{
    background-image: url(../img/pr/pr_a.jpg);
}
#title-img-ed{
    background-image: url(../img/ed/ed_a.jpg);
}
#title-img-pg{
    background-image: url(../img/pg/pg_a.jpg);
}
#title-img-ilust{
    background-image: url(../img/ilust/ilust_a.jpg);
}
.title-name{
    color: #fff;
    font-weight: bolder;
}


.portfolio-galery{    
    background-color: white;
    display: table-cell;
}

.portfolio-galery > .portfolio-galery-item{
    padding: 0;
}

#portfolio-img-title > #portfolio-img-title-foreground,
#portfolio-description{
    padding-left: 25%;
    padding-right: 25%;
    position: relative;
    display: table;
}

#portfolio-img-title > #portfolio-img-title-foreground{
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.41);
}

#portfolio-img-title > #portfolio-img-title-foreground > #portfolio-img-title-text{
    color: white;
    font-size: 1.5em;
    position: absolute;
    bottom: 15;
    font-weight: bold;
}


#portfolio-description{
    height: 22%;
    background-color: #fff;
    color: #000;
}

#portfolio-description > #portfolio-description-text{
    position: relative;
    text-align: justify;
}

#portfolio-description-text{
    display: table-cell;
    vertical-align: middle;
}

#portfolio-description-text > p{
    margin: 0;
}

.navbar-right > li.selected > a{
    border-bottom: 2px orange solid;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 5px !important;
}

@media screen and (max-width: 997px) {
    .home-transparency {
        width: 70%;
    }
    #portfolio-description{
        padding-left: 15%;
        padding-right: 15%;
        position: relative;
    }
}

@media screen and (max-width: 1200px) {
    .company {
        height: inherit;
        min-height: 60%;
    }
    
    .company  .company-img{
        height: auto;
    }

    .home-transparency{
        height: inherit;
    }
    
    .service{
        height: auto;
    }
}

@media screen and (max-width: 720px) {
    .home-transparency {
        width: 100%;
    }
    #portfolio-description{
        padding-left: 5%;
        padding-right: 5%;
        position: relative;
    }
}

@media screen and (max-width: 510px) {
    
    #portfolio-description{
        height: 40%;
    }
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; } 
    }
    @-moz-keyframes fadeIn {
    0% { opacity: 0;}
    100% { opacity: 1; }
    }
    @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
    }
    @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.fadeIn {
    -webkit-animation: fadeIn 3s ease-in-out;
    -moz-animation: fadeIn 3s ease-in-out;
    -o-animation: fadeIn 3s ease-in-out;
    animation: fadeIn 3s ease-in-out;
}

