body {
    background-color: #1e1e1e;
}
.cor_topo_projeto, .cor_topo_projeto .lead, .cor_topo_projeto a, .cor_topo_projeto div:not(.alert), .cor_topo_projeto h1, .cor_topo_projeto h2, .cor_topo_projeto h3, .cor_topo_projeto h4, .cor_topo_projeto h5, .cor_topo_projeto h6, .cor_topo_projeto i, .cor_topo_projeto label, .cor_topo_projeto li, .cor_topo_projeto p, .cor_topo_projeto span:not(.btn-label) {
    color: #fff;
}
/*********************** PORTFOLIO ******************/
.descricao p {
    font-size: 1.1em;
    color: #dedede;
}
.topo_projeto {
    background-size: cover;
    background-position: center center;
}
/***************** PORTFOLIO INTERNO *******************/
.projeto-attributes {
    color: #1f1f1f;
    font-size: 12px;
    overflow: hidden;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.projeto-attributes.style1 .attribute strong {
    border: 0;
    margin-right: 8px;
    width: auto;
    font-weight: 700;
    opacity: .7;
    color: #000;
    text-transform: uppercase;
}
.card-cliente{
    background-color: #1e1e1e;
    border-radius: 5px;
    padding: 20px;
    transition: all .3s ease;
    border: 1px solid #e6e8eb;
}
.clientes.team-members .team-member {
    background-color: transparent;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 4px;
}
/*.clientes.team-members .team-member .team-image{
    justify-content: center;
    display: flex;
}*/
.clientes.team-members .team-member .team-image>img {
    width: 230px !important;
    margin: 0 auto;
    height: auto !important;
}
.clientes.team-members .team-member .team-desc {
    padding-bottom: 0;
}
.clientes.team-members .team-member .team-desc {
    align-items: center;
}
.clientes.team-members .team-member .team-desc .align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.clientes.team-members .team-member .team-desc h5 {
    padding: 0 10px;
    font-size: 1em;
    border: 1px solid #d7d7d7;
    background: 0 0;
    color: #fafafa;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    line-height: 29px;
}
.clientes.team-members .team-member .team-desc h5 a{
    color: #333;
    cursor: pointer;
}
.clientes.team-members .team-member .team-desc h5:hover {
    background-color: #03AC49;
    color: #fff;
}
.clientes.team-members .team-member .team-desc h5:hover a{
    color: #fff;
}
.clientes .btn.btn-slide.btn-xs>i, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs>i {
    line-height: normal;
}
.clientes .btn.btn-light.active, .btn.btn-light:active, .btn.btn-light:focus, .btn.btn-light:hover, a.btn:not([href]):not([tabindex]).btn-light.active, a.btn:not([href]):not([tabindex]).btn-light:active, a.btn:not([href]):not([tabindex]).btn-light:focus, a.btn:not([href]):not([tabindex]).btn-light:hover {
    border-color: #fff;
    background-color: #fff;
    color: #4c5667;
}
.clientes.team-members .team-desc>h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
	color: #fff;
}
.clientes.owl-carousel .owl-nav [class*=owl-] {
    margin: 0px -30px 0;
    top: 30%;
    color: #000;
    border: 0px;
    opacity: 1;
    background-color: transparent;
}
.clientes.owl-carousel .owl-nav [class*=owl-] i {
    line-height: 40px;
    color: #fff;
    font-size: 40px;
}
.clientes.owl-carousel:hover .owl-prev {
    right: auto;
    left: 0;
    opacity: 1;
}
.clientes.owl-carousel:hover .owl-next {
    left: auto;
    right: 0;
    opacity: 1;
}
.clientes.owl-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    float: left;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: background .3s ease;
}
.clientes.owl-carousel .owl-dots .owl-dot span:after {
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
}
.clientes .social-icons.social-icons-border li a {
    border: 1px solid #d7d7d7;
    color: #fafafa;
}
.clientes .social-icons.social-icons-colored a,.clientes .social-icons.social-icons-colored-hover a:hover {
    color: #fff;
    border: 1px solid transparent;
}
.clientes .social-icons li:hover i {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
  background-color: #5d82d1;
}
.clientes .social-icons.social-icons-colored-hover .social-site a:hover{
    background-color: #ab47ac;
}
.social-icons.social-icons-colored-hover .social-instagram a:hover{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
a.botao-facaOrcamento, .button.botao-facaOrcamento {
    border: 0;
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #00F2EB, #00D0B6);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0px 1000px 1px #1e1e1e inset;
    transition: all .3s ease;
}
.botao-facaOrcamento:hover {
    box-shadow: none;
    color: black;
    transition: .3s;
}
a.botao-facaOrcamento span, .button.botao-facaOrcamento span {
    background: linear-gradient(to left, #00F2EB, #00D0B6);
    color: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease;
}
.botao-facaOrcamento:hover span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: black;
    transition: all .3s ease;
}
.botao-facaOrcamento span::selection {
    background: #00D0B6;
    color: #fff;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #fff;
}
#page-title .tags a {
    background: linear-gradient(to left, #00F2EB, #00D0B6);
    margin: 0 5px 5px 0;
    color: #1f1f1f;
    transition: all .3s ease;
    border: 0;
    font-weight: 600;
    line-height: 1rem;
    padding: 8px 14px;
    font-size: 13px;
}
#page-title .tags a.active, .tags a:active, .tags a:focus, .tags a:hover {
    color: #000 !important;
    transition: all .3s ease;
    background: linear-gradient(to left, #00D0B6, #00F2EB);
}
.projeto-interno {
    margin-bottom: 40px;
}
.projeto-interno-legenda {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 1.1em;
    color: #dedede;
}
.relacionado-item {
    margin-bottom: 20px;
}
.relacionado-item .relacionado-image img {
    width: 100%;
    height: auto;
}
.relacionado-item .relacionado-description .relacionado-title {
    text-align: center;
    font-size: 1rem;
    margin-top: 5px;
}
.section-0 {
    padding: 0;
}			
.color-white {
    color: #fafafa !important;
}
.background-gray-projeto {
    background-color: #1e1e1e;
    margin-bottom: -1px;
}
.background-gray-depoimento {
    background-color: #2c2b2b;
    margin-bottom: -1px;
}
.background-gray-video {
    background-color: #161616;
}
.background-gray-projeto.prox-video {
    padding-top: 80px;
}
.background-gray-projeto.sem-legenda {
    padding-bottom: 80px;
}
.background-gray-projeto.sem-legenda:last-of-type {
    padding-bottom: 80px;
}
.background-gray-projeto2 {
    background-color: #303030;
}
body .container-wide {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}
.list {
    padding-left: 0;
}
.list li {
    margin-bottom: 20px;
    font-size: 15px;
}
.list li:last-child {
    margin-bottom: 0;
}
.list .circle {
    background: linear-gradient(to left, #00F2EB, #00D0B6);
    border-radius: 50%;
    margin: 0 4px 4px 0;
    height: 32px;
    width: 32px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}
.list .circle i{
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #1f1f1f !important;
}
.veja-mais {
    background-color: #e3e3e3;
}
.list li a {
    opacity: 1;
    font-weight: 400;
}
.icones_arquiteto {
    margin-left: 5px;
}
@media(max-width: 768px){
    .topo_projeto{
        background-position: 53% center;
    }
    .projeto-interno-legenda {
        font-size: 1.1em;
    }
    body .container-wide {
        padding: 0;
    }
    .background-gray-projeto.sem-legenda {
        padding-bottom: 40px;
    }
    .background-gray-projeto.galeria-projetos .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    #page-title .tags a {
        background: linear-gradient(to left, #00F2EB, #00D0B6);
        margin: 0 4px 4px 0;
        color: #1f1f1f;
        transition: all .3s ease;
        border: 0;
        font-weight: 600;
        line-height: 1rem;
        padding: 5px 11px;
        font-size: 10px;
    }
}
@media (min-width: 1920px) {
    .container-wide {
        max-width: 1920px;
        padding: 0;
    }
}
