p, a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.navbar {
    background: url('../images/bg-header.png') no-repeat center;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 100px;
}

.title {
    background: url('../images/dois.png') no-repeat center bottom;
    color: #828282;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0;
    padding: 25px 0 60px;
    text-align: center;
    text-transform: uppercase;
}

.img-header {
    margin-top: 20px;
}

.navbar-right {
    margin-top: 15px;
}

.navbar-inverse .navbar-nav > li:first-child > a {
    margin-top: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    text-shadow: 1px 1px 1px rgb(80, 80, 80);
}

/* Index */

.carousel {
    border-bottom: 5px solid #5a5a5a;
    border-top: 5px solid #5a5a5a;
    height: 25%;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    bottom: 60px;
    padding: 15px;
}

.carousel-caption > h2 {
    margin: 0;
}

.apresentacao {
    background: url('../images/turma-folha.jpg') no-repeat center;
}

.foto {
    border: 10px solid #fff;
    margin: 30px 0 20px;
}

.welcome > p {
    color: #fff;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;
    background: rgba(227, 11, 24, 0.75);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    padding: 0 15px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 22px;
    font-weight: 400;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box:focus {
    outline: none;
}

/* Footer */

footer {
    background: url('../images/bg-footer.jpg') no-repeat center;
    margin: 0;
    padding-bottom: 0;
    padding-top: 25px;
}

.address > img {
    margin-bottom: 10px;
}

.address > span {
    color: #fff;
    display: block;
}

.conheca > p {
    color: #fff;
    text-decoration: underline;
}

.conheca > a > img:first-child {
    margin-bottom: 15px;
}

.social {
    display: inline-flex;
    margin-bottom: 100px;
    float: right;
}

.social > li {
    margin-right: 15px;
}

.social > li > a {
    color: #fff;
}

.copyright > p {
    color: #fff;
    font-size: 10px;
    margin-bottom: 0;
    text-align: right;
}

/* Portfolio */

.nav-tabs-galeria {
    margin-bottom: 25px;
}

.nav-tabs-galeria > li {
    float: none;
}

.nav-tabs-galeria > li > a {
    border-bottom: 1px solid #e02530;
    color: #555;
    display: block;
    font-size: 16px;
    padding: 10px 0;
    text-transform: uppercase;
}

.nav-tabs-galeria > li:first-child > a:hover {
    border-color: #fff #fff #a7020e;
}

.nav-tabs-galeria > li > a:hover {
    border-color: #e02530 #fff #a7020e;
}

.nav-tabs-galeria > li > a:focus, .nav-tabs-galeria > li > a:hover {
    background: none;
    color: #555;
}

.btn {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 30px;
    margin-bottom: 5px;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.btn-default {
    border-color: #e5e5e5;
    color: #676767;
    margin: 20px 0;
}

.btn-main {
    background-color: #d3524f;
    border-color: #d3524f;
    color: #fff;
}

.filter {
    text-align: center;
}

.filter .btn {
    font-weight: 400;
}

.filter input[type="radio"] {
    display: none;
}

.grid {
    margin-bottom: 25px;
    padding: 0;
    width: 100%;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
    width: 33.33333333%;
    box-sizing: border-box;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.grid figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption > a {
    z-index: 1000;
    position: absolute;
    right: 50%;
    bottom: 50px;
    margin-right: -67px;
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
}

.grid figure h2 {
    color: #fff;
    font-weight: 300;
    margin: 0;
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
    top: 30px;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.grid figure h2::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    height: 1px;
    background: #4ecdc4;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    margin: 0;
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
    top: 100px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.grid figure:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.grid figure:hover h2::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.grid figure:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.grid figure:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.grid figure:hover figcaption > a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Clientes */

.clientes {
    background: rgb(251, 251, 251);
    background: -moz-linear-gradient(0deg, rgb(251, 251, 251) 0%, rgb(234, 234, 234) 95%);
    background: -webkit-linear-gradient(0deg, rgb(251, 251, 251) 0%, rgb(234, 234, 234) 95%);
    background: -o-linear-gradient(0deg, rgb(251, 251, 251) 0%, rgb(234, 234, 234) 95%);
    background: -ms-linear-gradient(0deg, rgb(251, 251, 251) 0%, rgb(234, 234, 234) 95%);
    background: linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(234, 234, 234) 95%);
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 25px 0;
}

.clientes > p {
    margin: 0;
}

.clientes > img {
    margin-top: 25px;
}

/* Contato */

.bg-contato {
    background-color: #828282;
    color: #fff;
    margin: 5px 0 10px;
    padding: 30px 25px;
}

.bg-contato > a, .bg-contato > a:hover {
    color: #fff;
}

.bg-contato > a > i {
    margin-right: 5px;
}

.btn-enviar, .btn-enviar:hover, .btn-enviar:focus, .btn-enviar:active {
    background-color: #828282;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    
    .navbar-inverse .navbar-toggle {
        border-color: #b31010;
    }
    
    .container > .navbar-header {
        margin-bottom: 45px;
    }
    
    .carousel {
        height: 35%;
    }
    
    .apresentacao {
        background: #919191 no-repeat center;
    }
    
    footer {
        background-color: #c80513;
    }
    
    .social {
        display: inline-flex;
        margin-bottom: 0px;
        float: none;
    }
    
    .copyright {
        margin: 10px 0;
        padding-left: 0;
    }
    
    .copyright > p {
        text-align: left;
    }
    
}