html, body{
    padding: 0px;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
}


header{
    width: 100%;
    position: absolute;
    z-index: 100;
}

.content{
    width: 70%;
}

nav>ul {
    margin: 16px auto;
    list-style: none;
    display: flex;
    white-space: nowrap;
    padding-left: 0px;
    align-items: center;
}

nav > ul > li{
    margin-right: 40px;
    font-size: 22px;
}

.active{
    color: #F2CC27;
    cursor: context-menu;
}

nav > ul > li:first-child{
    margin-right: 60px;
}

li > a{
    text-decoration: none;
    color: #fff;
    list-style: none;
}

li > a:hover{
    color: #F2CC27;
}

.navicon{
    min-width: 30px;
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    right: 0px;
    top: 20px;
}

.sec-1{
    width: 100%;
    height: 572px;
    background-image: url('../imgs/wokspace/fundo.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.sec-1-back{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .33);
}

.sec-1 p{
    margin: 0px;
}

.sec-1-texthoulder{
    color: #fff;
    width: 65%;
    padding-top: 200px;
    margin: 0px auto;
}

.sec-1-title{
    font-size: 52px;
}
.sec-1-desc{
    font-size: 18px;
    width: 352px;
}

.sec-1-dots{
    max-width: 448px;
    min-width: 240px;
    height: 480px;
    width: 30vw;
    background-image: url('../imgs/wokspace/pontinhos.png');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
}

.sec-2{
    width: 100%;
    height: 1650px;
    background-color: #EBEBEB;
}

.sec-2-grid{
    width: 75%;
    height: 100px;
    position: relative;
    margin: 0px auto;
    display: grid;
    grid-auto-columns: 50% 50%;
    grid-gap: 20px;
    top: -176px;
}

.sec-2-item{
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.sec-2-i-fundo{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0;
    transition: opacity .35s;
}

.sec-2-item:hover .sec-2-i-fundo{
    opacity: 1;
}

.sec-2-item p{
    color: #fff;
    position: relative;
    z-index: 1px;
    text-shadow: 3px 3px 6px #000;
    padding: 0px 20px 0px 20px;
}

.sec-2-i-titulo{
    font-size: 48px;
    margin: 0px;
}

.sec-2-i-desc{
    font-size: 18px;
    text-align: center;
    max-width: 370px;
    transform: scale(0);
    font-size: 0px;
    transition: transform .35s;
}

.sec-2-item:hover .sec-2-i-desc{
    font-size: 18px;
    transform: scale(1);
}


@media (pointer:none), (pointer:coarse) {
    .sec-2-i-fundo{
        opacity: 1;
    }

    .sec-2-i-desc{
        font-size: 18px;
        transform: scale(1);
    }
}

.sec-2-i-f-1{
    background: linear-gradient(rgba(50,55,105,0), rgba(50,55,105, 1));
}
.sec-2-i-f-2{
    background: linear-gradient(rgba(0,110,160,0), rgba(0,110,160, 1));
}
.sec-2-i-f-3{
    background: linear-gradient(rgba(255,100,35,0), rgba(255,100,35, 1));
}
.sec-2-i-f-4{
    background: linear-gradient(rgba(20,175,40,0), rgba(20,175,40, 1));
}
.sec-2-i-f-5{
    background: linear-gradient(rgba(235,30,105,0), rgba(235,30,105, 1));
}

.sec-2-item-1{
    background-image: url('../imgs/wokspace/wescrito.jpg');
    height: 551px;
    grid-column: 1/1;
    grid-row: 2/3;
}

.sec-2-i-1-fundo{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: rgba(50,55,105, .9);
    /* opacity: 0; */
}

/* .sec-2-item:hover .sec-2-i-1-fundo{
    opacity: 1;
}
.sec-2-item:hover .sec-2-i-desc{
    display: block;
} */

.sec-2-item-2{
    background-image: url('../imgs/wokspace/projetado.jpg');
    height: 732px;
    grid-column: 2/2;
    grid-row: 1/4;
    background-position: top;
}
.sec-2-item-3{
    background-image: url('../imgs/wokspace/wauditorios.jpg');
    height: 543px;
    grid-column: 1/1;
    grid-row: 3/5;
}
.sec-2-item-4{
    background-image: url('../imgs/wokspace/wcoz.jpg');
    height: 477px;
    grid-column: 2/2;
    grid-row: 4/5;
}
.sec-2-item-5{
    background-image: url('../imgs/wokspace/wlojac.jpg');
    height: 477px;
    grid-column: 1/3;
    grid-row: 5/6;
}

.sec-3{
    width: 100%;
    background-color: #EBEBEB;
    position: relative;
    padding-bottom: 150px;
}
.sec-3-fundo{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: .15;
    background-image: url('../imgs/wokspace/fundopont.svg');
    background-size: contain;
    background-position: top;
    background-repeat: repeat;
    
}
.sec-3-item{
    width: 537px;
    margin: 0px auto;
    margin-bottom: 106px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}
.sec-3-i-imghoulder{
    width: 186px;
    height: 186px;
    margin-bottom: 33px;
    background-position: center;
    background-size: cover;
}
.sec-3-item p{
    margin: 0px;
    padding: 0px;
    font-size: 48px;
    color: #3D3935;
    text-align: center;
}

.sec-3-i-1{
    background-image: url('../imgs/wokspace/areadolciente.gif');
}
.sec-3-i-2{
    background-image: url('../imgs/wokspace/segurança.gif');
}
.sec-3-i-3{
    background-image: url('../imgs/wokspace/boalocaliza.gif');
}
.sec-3-i-4{
    background-image: url('../imgs/wokspace/ambienteq.gif');
}
.sec-3-i-5{
    background-image: url('../imgs/wokspace/saladedesc.gif');
}

.locali-height{
    height: 572px;
}

.locali{
    width: 100%;
    background-color: #EBEBEB;
    box-shadow: 0px -5px 6px rgba(0, 0, 0, .16);
    position: relative;
}

.locali-map{
    position: relative;
    height: 427px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 8px;
    margin: 0px auto;
    top: -50px;
}

.lcl-back-left{
    margin: 0px auto;
    margin-top: -20px;
    color: #49417F;
}
.lcl-back-left p:first-child{
    font-size: 72px;
    margin: 0px 0px 16px 0px;
}
.lcl-back-left p:last-child{
    font-size: 18px;
    margin: 0px 0px;
}

.lcl-back-right{
    position: absolute;
    width: 40%;
    min-width: 400px;
    right: 0px;
    background-image: url('../imgs/mapa.png');
    background-repeat: no-repeat;
    background-position: right;
    opacity: .5;
}


.sec-4{
    width: 100%;
    height: 470px;
    background-color: #323769;
}

.sec-4-sides{
    width: 50%;
    float: left;
    height: 100%;
}

.sec-4-left{
    font-size: 32px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../imgs/rodape2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec-4-left p{
    width: 350px;
    margin: 0px auto;
}

.sec-4-right{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.sec-4-houlder{
    width: 80%;
    width: 500px;
    margin: 0px auto;
}

.sec-4-right p{
    font-size: 32px;
    color: #fff;
    margin: 7px 0px;
    margin-top: 54px;
}

.sec-4-right-input{
    width: 480px;
    margin: 7px 0px;
    padding: 10px;
    border: solid #fff 1px;
    font-size: 14px;
}

.sec-4-right input{
    background: none;
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
}

.sec-4-right textarea{
    height: 160px;
    background: none;
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    resize: none;
}

.sec-4-right button{
    padding: 8px 13px;
    border-radius: 5px;
    background: #EB1E69;
    border: solid #EB1E69 1px;
    color: #fff;
    font-size: 16px;
    float: right;
    cursor: pointer;
}

@media screen and (max-width: 975px){
    nav .content{
        width: 90%;   
    }

    nav > ul{
        justify-content: space-between;
    }

    nav > ul > li:first-child, nav > ul > li{
        margin-right: 20px;
        font-size: 20px;
    }
}

@media screen and (max-width: 775px){
    nav li{
        display: none;
    }

    nav li:first-child, .navicon{
        display: inline-block;
    }

    .navicon{
        position: absolute;
        right: 0px;
    }

    .nav-response{
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .header-response{
        background-color: rgba(0, 0, 0, .7);
    }

    .nav-response li{
        display: block;
        margin-bottom: 10px;
    }

    .nav-response a{
        font-size: 30px;
    }
}

@media screen and (max-width: 650px){
    .sec-1-title{
        font-size: 38px;
    }

    .sec-1-desc{
        font-size: 18;
        width: 90%;
    }

    .sec-2{
        height: 2040px;
    }

    .sec-1-dots{
        display: none;
    }

    .sec-2-grid{
        top: 0px;
        width: 100%;
        grid-gap: 0px;
    }

    .sec-2-item{
        grid-column: 1/3;
        height: 400px;
        margin-top: 5px;
    }

    .sec-2-item-1{
        grid-row: 1/2;
    }

    .sec-2-item-2{
        grid-row: 2/3;
    }

    .sec-2-item-3{
        grid-row: 3/4;
    }

    .sec-2-item-4{
        grid-row: 4/5;
    }

    .sec-2-item-5{
        grid-row: 5/6;
    }

    .sec-2-i-titulo{
        font-size: 38px;
    }

    .sec-3-item{
        width: 90%;
    }

    .sec-3 p{
        font-size: 28px;
    }
}