*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

/*google fonts*/
.bungee-regular{
    font-family: "Bungee", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.orbitron-uniquifier {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
/*google fonts*/

body{
    margin: 0 auto;
    font-family: monospace;
    color: aliceblue;
}

/* menu navegacional */
header{
    position: sticky;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #011630;
    color: aliceblue;
    width: 100%;
    justify-content: space-between;
    display: flex;
}
.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Orbitron';
    padding: 3px 10px;
}

.menu li{
    display: block;
    padding-right: 3px;
    padding: 5px;
    padding-bottom: 5px;
    text-align: left;
}

.menu ul{
    padding-right: 5px;
}

.menu img{
    padding-left: 10px;
    height: 70px;
}

.menu a{
    text-decoration: none;
    color: inherit;
    padding: 3px;
    border-radius: 6px;
}

.menu a:hover{
    padding: 3px;
    border-radius: 7px;
    background-color: rgba(74, 74, 228, 0.726);
    box-shadow: 0 0 24px 10px midnightblue;
    transition: all 1s;
    cursor: pointer;
}

#tituloIdentec {
    color: inherit;                  
    font-size: 38px;
    font-family: "Orbitron";
    margin-bottom: 15px;
    display: none;
}

.gradiente-entre-header-e-section {
    width: 100%;
    height: 864px; /* ajuste conforme necessário */
    background: linear-gradient(to bottom, #011630 0%, #012456 100%);
    text-align: center;
}

#logoIdentec {
    height: 720px;
    display: none;
}


/* sessão sobre */
#sobre h2,
#sobre p,
.container h2,
.container p,
.container h4,
body h1 {
    text-shadow:
    3px 3px 10px #000,
    0 0 12px #000,
    0 0 2px #000;
}

#sobre {
    width: 100%;
    height: 780px;
    background: linear-gradient(to bottom, #012456 0%, #254e88 100%);
    display: flex;
    flex-wrap: wrap;
}

#sobre h2 {
    color: inherit;                  
    font-size: 38px;
    font-family: "Orbitron";
    margin-bottom: 15px;
}

.textoApresentacao {
    margin-top: 76px;
}

.container h4 {
    font-family: "Orbitron";
    font-size: 11px;
}

.sobre {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.container {
    width: 50%;
    min-width: 50%;
    height: 500px;
    display: block;
    text-align: center;
}

.container p {                  
    color: inherit;    
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
}

.miniCards {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around;
    max-width: 100%;
    width: 100%;
    margin-top: 8px;
}

.miniCards .cardsServices p {
    font-weight: normal;
    font-size: 11px;
    font-family: inherit;
    color: inherit;
    font-style: inherit;
    margin-top: 0;
    position: relative;
}

.cardsServices {
    background-color: #1C1C1C;
    color: aliceblue;
    border-radius: 12px;          
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.90); 
    padding: 24px;                           
    align-items: center; 
    width: 28%;
    min-width: 25%;
    min-height: 292px;
    margin: 15px;
    border: solid 2px aliceblue;
}

.cardsServices img {
    height: 60px;
}

.baixoEsquerda {
    margin-left: 19%;
}

.baixoDireita {
    margin-right: 19%;
}

.cardsServices:hover{
    border: solid 2px aliceblue;
    box-shadow: 0 0 16px 3px lightgoldenrodyellow;
    transition: 0.8s;
    cursor: pointer;
}


/* sessão mais recomendações */
#more {
    background-color: rgba(0, 0, 0, 0.959); 
    padding-top: 50px;
    height: 750px;
    max-height: 1800px;
    min-height: 700px;
}

.section_more{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    height: 530px;
    margin-top: 50px;
}

.cards {
    background-color: #1C1C1C;
    color: aliceblue;
    border-radius: 12px;          
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.90); 
    padding: 24px;                           
    align-items: center; 
    width: 28%;
    min-width: 25%;
    min-height: 256px;
    margin: 15px;
    border-style: double;
    border-color: #1C1C1C;
}

.cards div{
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cards h3{
    margin-bottom: 10px;
}

.cards:hover{
    border-style: double;
    border-color: midnightblue;
    box-shadow: 0 0 44px 8px midnightblue;
    transition: 1s;
    cursor: pointer;
}

.cards img {
    width: 55%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;           
    border-radius: 8px;
    margin-bottom: 16px; 
}

.card_link{
    text-decoration: none;
    color: inherit;
}

/* seção de contato */
#contato{
    background-color: #1C1C1C;
}

.contato{
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul{
    list-style: none;
}


.contato div{
    display: block;
    width: 20%;
    text-align: center;
}

.contato div h3{
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Orbitron';
}

.contato li{
    margin-bottom: 12px;
    border-style: none;
}

.contato img{
    max-height: 40px;
    height: 100%;
    margin-bottom: 10px;
}

.btnWhats {
    position: fixed;
    bottom: 60px;
    right: 50px;
    z-index: 9999;
    transition: transform 0.2s ease-in-out;
}

.btnWhats:hover {
    transform: scale(1.2);
}

.btnWhats img {
    height: 70px;
}


/* rodape da pagiona */
.rodape{
    background-color: #011630;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
}




/* layout para mobile */
@media (max-width: 1140px) {

    /* Menu e header */
    body{
        width: 100%;
    }

    .menu {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px;
    }

    .menu nav {
        text-align: center;
    }

    .menu img {
        height: 50px;
        padding-left: 0;
    }

    .menu ul {
        padding: 0;
        margin: 10px 0 0;
        text-align: center;
    }

    .menu li {
        padding: 5px 0;
        text-align: center;
    }

    /* Gradiente inicial */
    .gradiente-entre-header-e-section {
        height: auto;
        padding: 20px 0;
    }

    #logoIdentec {
        height: 300px;
    }

    /* Seção Sobre */
    #sobre {
        height: auto;
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
    }

    .sobre {
        flex-direction: column;
        align-items: center;
    }

    .container {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .miniCards {
        justify-content: center;
    }

    .cardsServices {
        width: 90%;
        min-width: unset;
        margin-left: 0;
        margin-right: 0;
    }

    .baixoEsquerda {
        margin-left: 0%;
    }

    .baixoDireita{
        margin-right: 0%;
    }

        /* Seção Mais Recomendações */
    #more {
        height: auto;
        padding: 50px 0;
    }

    .section_more {
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: auto;
        margin-top: 0;
    }

    .cards {
        width: 90%;
        min-width: unset;
    }

        /* Contato */
    .contato {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contato div {
        width: 90%;
        margin-bottom: 20px;
    }

        /* Botão WhatsApp */
    .btnWhats {
        bottom: 20px;
        right: 20px;
    }

    .btnWhats img {
        height: 50px;
    }
}