#link-site {
    width: 25%;
    width: -webkit-calc(25% - 2px);  /* para Chrome */
    width: -moz-calc(25% - 2px);     /* para Firefox */
    width: calc(25% - 2px); 
}


.bloco{
    padding: 0 10% !important;
}

.bloco .col1-2,
.bloco .col1-3,
.bloco .col2-3 {
    width: 100%;
    vertical-align: top;
}



img.width-legenda{
    max-width:  100% !important;
}
img.width1-2{
    max-width: 100% !important; 
}

.legenda{
    width: 60% !important;
    margin-top: 1rem;
    margin-left: 18% !important;
    margin-right: 18% !important;
}

#content, #top, #footer, .itens-home {
    margin: 0 10%;
}
#menu {
    margin: 0 10% 0 0;
}




.imagens-projeto li {
    width: 50%;
}
.lista-projetos li {
    width: 50%;
}
.cabecalho-projeto { 
    width: 100%;
}
.desc-projeto {
    display: table;
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
    margin: 0;
}

.lista-projetos li.showItem {

   background-color: transparent;
}

.lista-projetos li {
    width: 100%;
}
.lista-projetos li a {
    width: 50%;
}
.lista-projetos li a em {
    margin: 0 0 0 100%;
    background-color: transparent;
    display: block;
    opacity: 1;
    padding-top: 10%;
}

.lista-projetos a em span.titulo {
    color: #fff;
    font-size: 1.3em;
    line-height: 1.2em;
}
.lista-projetos a em span.cliente, .lista-projetos a em span.data {
    color: #FDBA2E;
}
.lista-projetos a em span.infos {
    font-size: 1em;
}
.imagens-projeto li:nth-child(1) a {
    height: 200px;
}
.lista-projetos a em ul.tags {
    display: none;
    font-size: 0.8em;
    width: 50%;
    color: #fff;
}
.lista-projetos a em ul.tags li {
    color: #fff;
}
#content-contato form {
    width: 100% !important;
}
.toggle-menu {
    display: block;
    position: absolute;
    top: 22px !important;
    right: 15px;
    z-index: 9999;
}
.menu-principal {
    -webkit-transition: all 0.3s;   
    transition: all 0.3s; 
    display: none;
}
#menu {
    position: static;
    top: 0;
    margin: 0;
}
#menu ul {
    padding: 0;
    margin: 0 50px;
}
#menu ul a {
    color: #000;
}

#menu li {
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 15px 20px;
    border-top: #252525 1px dotted;
    text-align: center;
}

#menu li:nth-of-type(1) {
    border-top: 0;
}

#menu li a {
    display: block;
    padding: 5px 30px;
    font-size: 1.4em; 
}
#menu a.select, #menu a:hover {
    color: #000;
}

/* --------------- Inicio Estilos Grid Colunas --------------- */

.col1-3,
.col1-2,
.col2-3 {
    width: 100%;
    vertical-align: top;
}

.col1-2 p,
.col1-3 p,
.col2-3 p {
    width: 100%;
}


#content .imagens-projeto li:nth-child(1) a.video-player span.icon-play {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 20px 0 0 5px;
    font-size: 2em;
}


/* --------------- Inicio Estilos Pagina Sobre --------------- */
