/*
Theme Name: Fonte Design
Author: Webscientist (Fernando Henrique)
Author URI: http://webscientist.com.br/
Version: 2.0
*/
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
body{
    font-family: 'Ubuntu', sans-serif;
    color: #6d6e71;
    font-size: 14px;
}
body{
    background: #FFF;
}
a{
    color: #6d6e71;
}
a:hover, li.current_page_item a{
    color: #000;
    text-decoration: none;
}
#navmenu{
    background: none;
    border: none;
    box-shadow: none;
    margin-top: 60px;
}
#container-menu-topo{
    margin: 0;
    padding: 0;
}
#container-menu-topo ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0px;
}
#container-menu-topo a{
    font-size: 16px;
    text-transform: lowercase;
}
.navbar-toggle{
    border: 0;
    padding: 0px;
}
.navbar-toggle:focus, .navbar-toggle:hover{
    background: none !important;
}
.menu-menu-topo-container{
    float: right;
    margin-right: 15px;
}
#redes-sociais a{
    background: url(images/redes_sociais.png) top left no-repeat;
    width: 24px;
    height: 24px;
    text-indent: -9000px;
    display: block;
    margin-top: 10px;
}
#redes-sociais a#facebook{
    background-position: 0 0;
}
#redes-sociais a#linkedin{
    background-position: 0 -32px;
}
#redes-sociais a#instagram{
    background-position: 0 -66px;
}
#endereco{
    margin-left: 220px;
    font-size: 34px;
    margin-bottom: 40px;
}
#telefone{
    margin-left: 60px;
}
#rua{
    margin-left: 20px;
}
#cidade{
    margin-left: 150px;
}
.post-home{
    padding: 0;
    position: relative;
}
#projeto-interno h1{
    font-size: 20px;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 10px;
}
#projeto-interno a{
    color: #f22a46;
}
#projeto-descricao p span{
    background: #FFF;
    margin: 2px 0;
}
#projeto-descricao a{
    color: #6d6e71;
}
#projeto-descricao a:hover{
    color: #000;
}
#projeto-interno img.size-full{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#projetos .titulo{
    font-size: 16px;
    position: absolute;
    top: 30px;
    color: #000;
    padding: 0 10px;
}
#projetos .titulo p{
    margin: 0;
}
#projetos .titulo h2{
    color: #000;
    margin: 3px 0 1px;
}
#masonry{
    padding: 0;
}
.navbar-nav > li{
    float: none;
}
.navbar-nav > li > a{
    padding: 0;
}
.navbar-collapse{
    border-top: 0;
    margin-left: -80px;
}
.navbar-toggle{
    margin-right: 0;
}
/* Assinatura */
#assinaturaWS{
    height: 40px;
    width: 150px;
    clear: both;
    display: block;
    z-index: 90000000;
    float: right;
    position: relative;
    margin-top: -40px;
}
#assinaturaWS a{
    text-indent: -9000px;
    background: url(images/assinatura.png) top right no-repeat;
    width: 45px;
    height: 40px;
    display: block;
    float: right;
}
#assinaturaWS a:hover{
    background-position: bottom right;
    width: 150px;
}
.clear-fix{
    clear: both;
}
#conteudo{
    position: relative;
}
#volta-projetos{
    border: 0 none;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 9000;
    width: 58px;
}
#projeto-interno{
    margin-top: -32px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lista-projetos h2{
    font-weight: bold;
}
#menu_topo{
    z-index: 9000;
}
.navbar-header{
    margin-top: 6px;
}
/* xs*/
@media (max-width: 767px) {
    #volta-projetos{
        width: 25px;
    }
    #projeto-interno{
        margin-top: 10px;
    }
    #projetos .titulo{
        top: 10px;
        display: none !important;
    }
    #projetos .titulo p{
        display: none;
    }
    #projetos .titulo h2{
        font-size: 10px;
    }
    #redes-sociais li{
        float: left;
        display: inline-block;
        margin-left: 10px;
    }
    #endereco{
        font-size: 25px;
        margin-left: 0;
    }
    #telefone{
        margin-left: 20px;
    }
    #rua{
        margin-left: 10px;
    }
    #cidade{
        margin-left: 35px;
    }
    #container-menu-topo{
        margin-top: 9px;
    }
    #container-menu-topo{
        padding: 0;
    }
    #navmenu{
        margin-top: 10px;
    }
    .post-home .fundo{
        opacity: 1 !important;
    }
    #menu_topo li{
        text-align: right;
    }
    .navbar-collapse{
        padding: 0;
    }

}
/* sm */
@media (min-width: 768px) {
    #projetos .titulo{
        top: 20px;
    }
    #projetos .titulo{
        font-size: 80%;
    }
    #projetos .titulo h2{
        font-size: 12px;
    }
    #endereco{
        font-size: 30px;
        margin-left: 0;
    }
    #telefone{
        margin-left: 40px;
    }
    #rua{
        margin-left: 20px;
    }
    #cidade{
        margin-left: 70px;
    }
}
/* md */
@media (min-width: 992px) {
    #projetos.titulo{
        font-size: 14px;
    }
    #projetos .titulo h2{
        font-size: 16px;
    }
}
/* lg */
@media (min-width: 1200px) {
}