* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}
body {
    font-family:'Montserrat', Helvetica ,Arial, sans-serif;
    font-size:13px;
    overflow-x:hidden;
}
header {
    height:100px;
    background-color:#000;
    color:#FFF;

}
.header {
    max-width:1140px;
    height:100px;    
    margin:auto;
    display:flex;
    align-items:center;
}
.logo{
    width:100px;
}
.logoimg {
    width:80px;
    height:80px;
    background-color:#B28756;
    border-radius:40px;    
}
.menu-opener {
    display:none;
}
.menu{
    flex:1;
    display:flex;
    justify-content:flex-end;
    
}
.menu ul,
.menu li {
    list-style:none;
}
.menu ul{
    display:flex;
    
}
.menu li a {
    color:#FFF;
    text-transform:uppercase;
    font-weight:600;
    text-decoration:none;
    display:flex;
    padding-left:10px;
    padding-right: 10px;
    height:100px;
    align-items: center;
    border-bottom:5px solid #000;
    
}
.menu li a:hover,
.menu .active a {
    border-bottom:5px solid #B28756;
    color:#CCC;   
}
.button{
    display:inline-block;
    background-color: #B28756;
    color:#FFF;
    text-transform:uppercase;
    font-size:12px;
    font-weight:600;
    text-decoration:none;
    padding:10px 30px;
    margin-top:30px;
    border-radius:20px;
}
.banner {
    height:calc(100vh - 100px);
    background-color: #333;
    background-image:url('../images/bg.jpg');
    background-size:cover;
    background-position:bottom;
    overflow:hidden;
}
.banner .sliders {
    width:1000vw;
    height:100%;
    
    
}
.banner .slide {
    width:100vw;
    height:100%;
    display:inline-block;
    background-color:rgba(0,0,0,0.8);
    
}
.banner .slidearea {
    display:flex;
    flex-direction:column;
    height:100%;
    align-items:center;
    justify-content:center;
    color:#FFF;
    
    
}
.banner h1 {
    text-transform:uppercase;
    font-weight:bold;
    font-size:50px;

}
.banner h1 span {
    color:#B28756;
}
.banner h2 {
    text-transform:uppercase;
    margin-top:20px;
}
 
.banner .sliders-pointers {
    width:100vw;
    height:20px;    
    position:absolute;
    margin-top:-50px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.banner .pointer {
    width:15px;
    height:15px;
    border:2px solid #B28756;
    border-radius:8px;
    margin-left:5px;
    margin-right:5px;
    cursor:pointer;
}
.banner .pointer.active{
    background-color:#B28756;
}
.default {
       
    padding-top:50px;
    padding-bottom:50px;

}
.default .section-title,
.default .section-desc {
    text-align:center;
    text-transform:uppercase;
    font-weight:600;
}
.default .section-title {
    font-size:20px;
   
        
}
.default .section-desc{
    font-size:12px;
    color:#CCC;
    margin-top:10px;
    margin-bottom:40px;
}
.default .section-body {
    max-width:1140px;
    margin:auto;
    
}
.default.light {
    background-color: #EDEDED;
}
.defalut.light .section-title, 
.defalut.light .section-body{
    color:#000;
}
.default.dark {
    background-color:#000;
}
.default.dark .section-title,
.default.dark .section-body{
    color:#FFF;
}










/*
CSS DE ÁREAS ESPECÍFICAS
*/
.section-aboutus {
    display:flex;
}
.section-aboutus--left{
    flex:1;
}
.section-aboutus--left p {
    font-size:14px;
    line-height:25px;
}
.section-aboutus--right{
    width:520px;
    text-align:center;
    
}
.section-aboutus--right img{
    width:480px;
    box-shadow:0px 5px 10px #333;
}


.section-services {
    display:flex;
}
.section-service{
    flex:1;
    text-align:center;
    border-right:1px solid #333;
    padding:15px;
}
.section-service:first-child {
    border-left:1px solid #333;
}
.section-service h4 {
    margin-top:20px;
    text-transform:uppercase;
    font-size:18px;
}
.section-service p {
    margin-top:10px;
    font-size:13px;
    color:#999;
}



.section-projects {
    display:flex;
    flex-direction:column;
    align-items:center;

}
.section-projects-filters {
    border:1px solid #CCC;
    background-color:#EEE;
    border-radius:30px;
    display:inline-block;
    padding:0px 10px;
}
.section-projects-filters ul,
.section-projects-filters li {
    list-style:none;
}
.section-projects-filters li {
    display:inline-block;
    padding:10px;
    text-transform:uppercase;
    font-size:13px;
    border-left: 1px solid #CCC;
    color:#555;
    border-bottom:3px solid #EEE;
    cursor:pointer;    
}
.section-projects-filters li.active,
.section-projects-filters li:hover {
    border-bottom:3px solid #B28756;
}
.section-projects-filters li:first-child {
    border-left:0px;
}

.section-projects--photos {
    width:100vw;
    max-width:1140px;
    margin-top:20px;    
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.section-projects--photo {
    width:280px;

}
.section-projects--photoarea {
    margin:10px;
    width:260px;
    height:160px;
}
.section-projects--photoarea img{
    width:inherit;
    height:inherit;
}
.section-projects--photoinfo {
    position:absolute;
    background-color:rgba(0,0,0,0.5);
    width:inherit;
    height:inherit;
    display:none;
    justify-content:center;
    align-items:center;
    color:#FFF;
    flex-direction:column;
}
.section-projects--photoinfo h5 {
    font-size:18px;
    font-weight:600;
}
.section-projects--photoarea:hover .section-projects--photoinfo {
    display:flex;
}

.bg-team {
    background-image:url('../images/foto13.jpg');
    background-size:cover;
    background-position:center;
    padding:0px;
}
.section-team-area {
    background-color:rgba(0,0,0,0.5);
    padding-top:50px;
    padding-bottom:50px;
}
.section-team {
    overflow:hidden;
    max-width: 880px;
    margin:auto;
}
.section-team .sliders {
    width:1000vw;
    height:100%;
    
    
}
.section-team .slide {
    width:280px;
    height:100%;
    min-height:300px;
    display:inline-block;
    background-color:#FFF;
    margin-right:20px;
    
}
.section-team .slidearea {
    display:flex;
    flex-direction:column;
    height:100%;
    align-items:center;
    justify-content:center;
    color:#000;  
    padding:30px; 
}
.section-team-area .sliders-pointers {
    margin-top:30px;
    height:20px;       
    display:flex;
    justify-content:center;
    align-items:center;
}
.section-team-area .pointer {
    width:15px;
    height:15px;
    border:2px solid #B28756;
    border-radius:8px;
    margin-left:5px;
    margin-right:5px;
    cursor:pointer;
}
.section-team-area .pointer.active{
    background-color:#B28756;
}
.section-team--avatar {
    width:150px;
    height:auto;

}
.section-team--name {
    text-transform:uppercase;
    font-weight: 600;
    font-size:17px;
    margin-top:30px;

}
.section-team--role {
    color:#999;
    font-size:14px;
    margin-top:5px;
}
.section-team--social {
    display:flex;
    margin-top:20px;
}
.section-team--social a {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:25px;
    height:25px;
    background-color:#CCC;
    border-radius:13px;
    margin-right:10px;

}
.section-team--social a:hover {
    background-color:#B28756;
}
.sliders-pointers {
    margin-top:30px;
    height:20px;       
    display:flex;
    justify-content:center;
    align-items:center;
}
 .pointer {
    width:15px;
    height:15px;
    border:2px solid #B28756;
    border-radius:8px;
    margin-left:5px;
    margin-right:5px;
    cursor:pointer;
}
 .pointer.active{
    background-color:#B28756;
}
.section-clients .sliders {
    width:1000vw;
    height:100%;
    
    
}
.default.light.clients{
    border-bottom:2px solid rgb(212,212,212);
}
.clients .section-body{
    max-width: initial;
}
.section-clients {
    overflow:hidden;
}
.section-clients .slide {
    width:100vw;
    height:100%;    
    display:inline-block;
}
.section-clients .slidearea {
    display:flex;
    flex-direction:column;
    height:100%;
    align-items:center;
    justify-content:center;
    color:#000;  
    
}
.section-client--name {
    text-transform:uppercase;
    font-weight: 600;
    font-size:17px;
    margin-top:30px;

}
.section-client--role {
    color:#000;
    font-size:14px;
    margin-top:5px;
    margin-bottom:20px;
    
}
.section-client--testimony {    
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    
   
}
.client-testimony {
    margin-bottom:30px;
    margin-top:10px;
    max-width:700px;
    color:#555;
    text-align:center;
    line-height:25px;
    margin-left: 30px;
    margin-right:30px;
    font-size:13px;
}
.section-service.company{
    border-right:0px;
}
.section-service.company:first-child{
    border-left:0px;
}
.default.light.company{
    border-bottom:2px solid rgb(212,212,212);
    background-color:#FFF;
}
.section-price {
    display:flex;
}
.box-price {
    width:270px;
    height:auto;
    background-color:#FFF;
    margin-left:30px;
    border-radius:3px;
    padding:30px;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.box-price:first-child{
    margin-left:0px;
}
.section-price .text-price{
    text-align: center;
    color:#B0B0B0;
}
.price-price,
.price-title {
    text-align:center;
    text-transform:uppercase;
    font-weight:600;
}
.price-title{
    margin-bottom:20px;
    
}
.price-month{
    color:#B2B2B2;
    font-weight:600;
    margin-bottom:20px;
    text-transform:uppercase;
}
.price-price{
    font-size:20px;
}
.box-price a.button{
    display:inline-block;
    background-color: #373737;
    color:#FFF;
    text-transform:uppercase;
    font-size:12px;
    font-weight:600;
    text-decoration:none;
    padding:10px 30px;
    margin-top:30px;
    border-radius:20px;
}
a.button.active{
    background-color: #B28756;
}
.default.light.price{
    border-bottom:2px solid rgb(212,212,212);
}

.default.light.premium{
    background-color:#FFF;
}
.section-premium{
    padding:0px 30px;
    display:flex;
}
.section-premium .first,
.section-premium .second,
.section-premium .third {
    display:flex;
}
.section-premium .first div,
.section-premium .second div,
.section-premium .third div {
    margin-left:30px;
    line-height: 30px;
    margin-bottom:30px;
    padding-right:20px;
}
.section-premium--right {
    margin-left:50px;
}
.button-premium{
    text-align:center;
}
.premium .slide{
    border-bottom:1px solid rgb(212,212,212);
}
.section-somes {
    display:flex;
    padding:0px 15px;
}
.section-some{
    flex:1;
    display:flex;
    text-align:center;    
    padding:15px;
    flex-direction: column;
    align-items: center;
}
.section-some h4 {
    margin-top:20px;
    text-transform:uppercase;
    font-size:18px;
}
.section-some p {
    margin-top:10px;
    font-size:13px;
    color:#999;
}
.section-some h2 {
    color:#B28756;
    font-size:40px;
    margin-bottom:-10px;
    
}
.feature {
    width:20px;
    height:4px;
    background-color:#7E7E7E;
    margin-top:15px;
    margin-bottom:-15px;
}
.section-some--about{
    border-bottom:2px solid rgb(212,212,212);
    height:80px;
    background-color:#FEFEFE;
    margin-bottom:-50px;
    margin-top:30px;
    
}
.section-share {
    display:flex;    
    justify-content:center;
    height:80px;
    border-bottom:1px solid rgb(212,212,212);
}
.section-share--item{
    display:flex;
    align-items: center;
    margin-left:30px;
    font-size:10px;
    color:#B6B6B6;
    font-weight:900;
}
.section-share--item div{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:32px;
    height:32px;   
    border-radius:16px;
    margin-right:10px;
    

}
.section-share--item .tw{
    background-color:#34C5F1 ;
}
.section-share--item .lk{
    background-color: #127BB3;
}
.section-share--item .fb{
    background-color: #336296;
}
.section-share--item .gp{
    background-color: #E84138;
}
.section-share--item .pt{
    background-color: #B71B29;
}
.section-share--legends{
    display:flex;
    align-items:center;
    justify-content: center;
    margin-right:20px;
    text-transform:uppercase;
    color:#CCC;
    font-weight:900;

}
.section-share--legends img{
    margin-right:20px;
}
.section-map{
    background-image:url('../images/mapa.jpg');
    background-size:cover;
    background-position:center;
    padding-top:30px;
    padding-bottom:30px;
    
}
.section-map--area{
    width:100vw;
    max-width:1140px;
    margin:auto;
}
.section-map--info-item{
    display:flex;
    align-items:center;
    color:#999;
    margin-bottom:10px;
}
.section-map--info-item-img{
    width:30px;
    height:30px;
    display:inline-flex;
    justify-content: center;
    align-items:center;
    padding:5px;
    background-color:#999;
    border-radius:15px;
    margin-right:15px;
}
.section-map--info-item-img img{
    width:15px;
    height:auto;
}
.section-map--info{
    width:50%;
    padding:30px;
    background-color:#FFF;
}






/*  FOOTER  */

footer{
    background-color: #000;
    padding: 20px;
}
.section-form {
    display:flex;
    flex-direction:column;
    align-items:center;
    
}
.section-form input{
    border:0px;
    border-bottom:2px solid #C4C4C4;
    color:#CCC;
    font-weight: 600;
    background-color:#EDEDED;
    padding-bottom:15px;
    margin-bottom:30px;
    margin-right:20px;
    min-width:280px;
    
}
.section-form input:last-child{
    margin-top:40px;
    width:580px;
}
.section-form input.subject{
    width:580px;
}
.section-footer--social {
    display:flex;
    flex:1;    
    justify-content:start;
    height:auto;
    align-items: start;
   
}
.section-footer--item{
    display:flex;
    align-items: center;
    margin-right:7px;
    font-size:10px;
    color:#B6B6B6;
    font-weight:900;
    margin-top:0px;
}
.section-footer--item .active{
    background-color:#B28756;
}
.section-footer--item div{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:32px;
    height:32px;   
    border-radius:16px;
    
    background-color:#373737;
    

}
.section-body.footer{
    display:flex;
    max-width: 1140px;
    margin: auto;
    color: #FFF;
    
}
.section-footer--form {
    
    flex:1;
    
}
.section-footer--form form{
    text-align: center;
    background-color:#373737;
    padding:40px;
    border-radius:3px;
}
.section-footer--form input{
    border:0px;
    border-bottom:2px solid #C4C4C4;
    color:#CCC;
    width:100%;
    height:40px;
    font-weight: 300;
    background-color:transparent;
    padding-bottom:15px;
    font-size:14px;   
    text-align: center;
    
}
button{
    display:inline-block;
    background-color: #B28756;
    color:#FFF;
    text-transform:uppercase;
    font-size:12px;
    font-weight:600;
    text-decoration:none;
    padding:10px 30px;
    margin-top:30px;
    border-radius:20px;
}
.section-footer--text{
    flex:1;
    color: #999;
    line-height: 20px;
    font-size: 13px;
    padding: 0 10px 10px 10px;
}



/* RESPONSIVIDADE DA PÁGINA PARA TABLET*/

@media (min-width:450px) and (max-width:800px) {
    .logo {
        margin-left:30px;
    }
    .menu-opener {
        display:block;
        width:45px;
        margin-right:30px;
    }
    nav {
        position: absolute;
        z-index: 99;
        background-color:rgba(0,0,0,0.9);
        height:calc(100% - 100px);
        width:70vw;
        top: 100px;
        right: 0;
        display:none;
    }
    .menu ul{
        flex-direction:column;
    }
    .menu li a {
        font-weight:bold;
        height:80px;
        font-size:27px;
        margin-left:50px;
        border:0;
    }
    .menu li.active a{
        border:0;
        color:#B28756;
    }
    .section-aboutus {
        flex-direction:column;
    }
    .section-aboutus--left {
        margin-left:30px;
        margin-right:30px;
        margin-bottom:30px;
    }
    .section-aboutus--right{
        width:auto;
    }
    .section-services {
        flex-wrap:wrap;
    }
    .section-service{
        min-width:50%;
        margin-bottom:30px;
    }
    .section-service:first-child {
        border-left:0px;
    }
    .section-team {
        max-width:580px;
    }
    .section-map--info {
        width:auto;
    }
    .section-map {
        padding-left:30px;
        padding-right:30px;
    }
    .section-map--area {
        width:auto;
    }
    .section-map--info-item {
        margin-bottom:20px;
    }
    .section-map--info-item:last-child{
        margin-bottom:0px;
    }
    .box-price:first-child {
        margin-left:30px;
    }
    .section-price {
        flex-wrap: wrap;
        justify-content: center;
    }
    .box-price {
        margin-bottom:20px;
    }
    .section-premium {
        flex-direction:column;
    }
   .section-premium--left {
    text-align:center;
    margin-bottom:30px;
    }
    .section-somes {
        flex-wrap:wrap;
    }
    .section-share {
        flex-wrap: wrap;
    }
    .section-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-form input {
        min-width:auto;
    }
    .section-form input.subject {
        width: auto;
    }
    .section-form input:last-child {
        margin-top: 40px;
        width: auto;
    }
    .section-footer--text {
        margin-bottom:20px;
    }
    .section-footer--social {
        margin-bottom:20px;
    }
    .section-body.footer {
        flex-direction: column;
    }
}

/* RESPONSIVIDADE PARA CELULAR*/

@media (max-width:450px) {

    .logo {
        margin-left:30px;
    }
    .menu-opener {
        display:block;
        width:45px;
        margin-right:30px;
    }
    nav {
        position: absolute;
        z-index: 99;
        background-color:rgba(0,0,0,0.9);
        height:calc(100vh - 100px);
        width:80vw;
        top: 100px;
        right: 0;
        display:none;
        
    }
    .menu ul{
        flex-direction:column;
    }
    .menu li a {
        font-weight:bold;
        height:60px;
        font-size:20px;
        margin-left:30px;
        border:0;
    }
    .menu li.active a{
        border:0;
        color:#B28756;
    }
    .banner h1{
        font-size:30px;
    }
    .banner h2{
        font-size:17px;
    }
    .section-aboutus {
        flex-direction:column;
    }
    .section-aboutus--left {
        margin-left:30px;
        margin-right:30px;
        margin-bottom:30px;
    }
    .section-aboutus--right{
        width:auto;
        margin-left:30px;
        margin-right:30px;
    }
    .section-aboutus--right img {
        width:100%;
    }
    .section-services {
        flex-wrap:wrap;
    }
    .section-service{
        min-width:100%;
        margin-bottom:30px;
    }
    .section-service:first-child {
        border-left:0px;
    }
    .section-projects--photo {
        width:320px;
    }
    .section-projects--photoarea {
        width: 300px;
        height:190px;
    }
    .section-premium {
        flex-direction:column;
    }
    .section-premium--left {
        margin-bottom:20px;
    }
    .section-premium--right{
        margin-left:0;
    }
    .section-price {
        flex-wrap:wrap;
        justify-content:center;
    }
    .box-price {
        margin-left:0;
        margin-bottom:30px;
    }
    .section-somes{
       flex-wrap:wrap;
       justify-content:center;
    }
    .section-some {
    flex:none;
    }
    
    .section-projects-filters {
        margin-left:30px;
        margin-right:30px;
    }
    .section-map--info {
        width:auto;
    }
    .section-map {
        padding:0;
        padding-bottom:300px;
    }
    .section-map--area {
        width:auto;
    }
    .section-map--info-item {
        margin-bottom:20px;
    }
    .section-map--info-item:last-child{
        margin-bottom:0px;
    }
    .section-team {
        max-width:280px;
    }
    .section-share {
        flex-wrap:wrap;

    }
    .section-form form {
        text-align:center;
    }
    .section-form input {
        min-width:80vw;
        text-align:center;
        
    }
    .section-form input.subject {
        width:80vw;
    }
  
    .section-form input:last-child {
        width:80vw;
    }
    .section-body.footer {
        flex-direction:column;
        
    }
    .section-footer--text {
        margin-bottom:30px;
    }
    .section-footer--social {
        justify-content:center;
        margin-bottom:30px;
    }
}