/*
VERMELHO: #E85038
PRETO: #282929
BRANCO: #FEFEFE */

.body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: rgba(45, 46, 46, 0.8);
}

.mask { /* Máscara da imagem de fundo */
    position: absolute;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    background-color: rgba(45, 46, 46, 0.8);
    z-index: 0;
}

.mask-x {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    background-color: rgba(45, 46, 46, 0.65);
    z-index: -1;
}

/* START CABEÇALHO DESKTOP */
.header {
    position: fixed;
    display: flex;
    width: 100%;
    top: 0;
    padding: 1% 2%;
    background: transparent;
    z-index: 2; 
}

.img-header {
    min-width: 20%;
    max-width: 20%;
}

.btn-header-desktop {
    display: block;
    min-width: 75%;
    max-width: 75%;
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
}

.btn-header-mobile {
    display: none;
}

.btn-header-desktop button {
    width: 141px;
    font-weight: 900;
    margin-left: 2.5px;
    margin-right: 2.5px;
    padding: 1% 0%;
    font-family: Saira Condensed;
    font-weight: 500;
    font-size: 16px;
    color: #FEFEFE;
    background: transparent;
    border: 1px solid #FEFEFE;
    border-radius: 0px;
    cursor: pointer;
}

.menu-select {
    color: #323131 !important;
    background: #FEFEFE !important;
    border: 1px solid #FEFEFE !important;
}

.header-scroll {
    background-color: #282929;
}
/* END CABEÇALHO DESKTOP */

/* START CONTEÚDO DESKTOP */
.conteudo-1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    font-family: Orbitron;
    z-index: 1;
}

.conteudo-1-background {
    background-image: url('../img/fundo/fundo.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
}

.conteudo-1 h1 {
    margin-top: 20%;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: 1.5px;
    color: #FEFEFE;
    z-index: 1;
}
.conteudo-1 h2 {
    margin-bottom: 20%;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1.5px;
    color: #FEFEFE;
    z-index: 1;
}

.conteudo-1 h3 {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 0;
    text-align: center;
    font-weight: 900;
    font-size: 44px;
    letter-spacing: 1.5px;
    color: #FEFEFE;
    z-index: 1;
}

.conteudo-1 h4 {
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 1.5px;
    color: #FEFEFE;
    z-index: 1;
}

.conteudo-2 {
    width: 100%;
}

.conteudo-2-background {
    background: #FEFEFE;
}

.conteudos-2 {
    padding: 2.5% 5% 2.5% 5%;
}

.conteudo-2-x {
    display: flex;
    height: 310px;
}

.info-conteudo {
    min-width: 60%;
    max-width: 60%;
}

.info-conteudo h3 {
    margin: 0;
    font-family: Orbitron;
    font-weight: 900;
    font-size: 30px;
    color:#E85038;
}

.info-conteudo h4 {
    text-align: left;
    margin-top: 0.5%;
    margin-bottom: 0;
    font-family: Saira Condensed;
    font-size: 22px;
    font-weight: 300;
    color: #FEFEFE;
}

.info-conteudo p {
    margin-top: 0.5%;
    margin-bottom: 0;
    font-family: Saira Condensed;
    font-size: 22px;
    font-weight: 500;
    color: #282929;
}

.info-conteudo ul li {
    font-family: Saira Condensed;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35em;
    color: #282929;
}

.info-conteudo strong {
    font-weight: 400;
}

.img-conteudo {
    min-width: 35%;
    max-width: 35%;
    height: 100%;
    margin-top: -4px;
    margin-left: 5%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 4px solid #E85038;
    border-radius: 10px;
    cursor: pointer;
}

#consultoria {
    background-image: url('../img/servicos/consultoria.jpeg');
    background-position: 100% 85%;
}

#produtos {
    background-image: url('../img/servicos/produtos.jpeg');
    background-position: 100%;
}

#mao-de-obra {
    background-image: url('../img/servicos/mao_de_obra.jpeg');
    background-position: 100%;
}

#sobre-nos {
    background-image: url('../img/fundo/fundo.jpeg');
    background-position: 100%;
}
/* END CONTEÚDO DESKTOP */

/* START RODAPÉ DESKTOP */
.rodape {
    display: flex;
    padding: 1.25%;
    align-items: center;
    color: #FEFEFE;
    background: #282929;
}

.rodape-left {
    min-width: 35%;
    max-width: 35%;
}

.rodape-left i {
    margin-right: 10%;
    font-size: 50px;
    cursor: pointer;
}

.fa-whatsapp {
    margin-right: 0 !important;
    color: #5EBF3B;
}

.rodape-right {
    min-width: 60%;
    max-width: 60%;
    margin-left: 5%;
    text-align: right;
}

.rodape-right h3 {
    font-family: Saira Condensed;
    font-weight: 500;
    font-size: 20px;
}
/* END RODAPÉ DESKTOP */

/* START MOBILE */
@media (max-width: 900px) {
    .header {
        height: 47.5px;
    }

    .img-header {
        min-width: 70%;
        height: 50px;
        padding: 0;
    }
    
    .btn-header-desktop {
        display: none;
    }

    .btn-header-mobile {
        display: block;
        width: 25%;
        top: 0;
        text-align: right;
        font-size: 35px;
        color: #FEFEFE;
    }
    
    .menus {
        position: absolute;
        width: 100%;
        height: 50px;
        margin-top: 10px;
        left: 0;
        padding: 0;
    }
    
    .menus li {
        width: 100%;
        text-align: center;
        list-style-type: none;
        font-family: Saira Condensed;
        font-weight: 500;
        font-size: 26px;
        color: #FEFEFE;
    }

    .header-menu {
        height: 260px;
        background-color: #282929;
    }
    
    .conteudo-1 {
        width: 96%;
        padding: 0 2%;
        text-align: center;
        background-position: 100% 100%;
    }
    
    .conteudo-x {
        padding-bottom: 100%;
    }

    .conteudo-1 h1 {
        margin-top: 40%;
        font-size: 30px;
    }
    .conteudo-1 h2 {
        margin-bottom: 40%;
        font-size: 20px;
    }

    .conteudo-1 h3 {
        margin-top: 25%;
        font-size: 30px;
    }
    
    .conteudo-1 h4 {
        width: 100%;
        margin-top: 5%;
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 1.5px;
        color: #FEFEFE;
        z-index: 1;
    }

    .conteudos-2 {
        padding: 5%;
    }
    
    .conteudo-2-x {
        display: block;
        height: 100%;
        margin-top: 5%;
    }
    
    .info-conteudo {
        min-width: 100%;
        max-width: 100%;
    }
    
    .info-conteudo h3 {
        font-size: 28px;
        text-align: center;
    }

    .info-conteudo h4 {
        text-align: left;
        margin-bottom: 15%;
        font-size: 18px;
        font-weight: 200;
        line-height: 1.5em;
    }

    .info-conteudo p {
       font-size: 20px;
       line-height: 1.25em;
    }
    
    .img-conteudo {
        min-width: 100%;
        max-width: 100%;
        height: 250px;
        margin-left: -4px;
    }
    
    .img-conteudo img {
        width: 100%;
    }

    .rodape {
        display: block;
        padding: 2.5%;
        text-align: center;
    }
    
    .rodape-left {
        min-width: 100%;
        max-width: 100%;
    }
    
    .rodape-left i {
        font-size: 32px;
    }
    
    .rodape-right {
        min-width: 100%;
        max-width: 100%;
        margin-top: 5%;
        margin-left: 0;
        text-align: center;
    }
}
/* END MOBILE */