/* remover coisas do chrome*/
* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    touch-action: pan-y;
}

.responsivo {
    flex-wrap: wrap;
}

/* Container dos botões */
.botoes {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: auto;
    padding-right: 5%;
}

/* Header */
#header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    transition: top 0.3s;
    border: 1px solid #cfcfcf;
}

.buttonenterheader {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #000000;
    font-size: 100%;
    padding: 1% 6%;
    max-width: 120px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    margin: 0;
    flex-shrink: 0;
    box-sizing: border-box;
}

.buttonenterheader:hover {
    color: #7e8287;
}

.buttonenterheader2 {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: #fecd42;
    font-size: 100%;
    padding: 1% 6%;
    max-width: 170px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    margin: 0;
    flex-shrink: 0;
    box-sizing: border-box;
}

.buttonenterheader2:hover {
    background-color: #e59817;
    color: #000000;
}

/* nome da empresa header */
.empresa3 {
    font-family: 'Pixelify Sans', sans-serif;
    margin-left: 10%;
    font-size: 250%;
    color: #fecd42;
}

.empresa4 {
    font-family: 'Pixelify Sans', sans-serif;
    font-size: 250%;
    color: #e59817;
}

/* logo empresa header */
.logoheader {
    height: 68%;
}

/* logo */
.logo {
    display: flex;
    position: absolute;
    z-index: 1;
    padding-top: 7%;
    justify-self: center;
    justify-content: center;
    width: 15%;
}

/* nome empresa */
.empresa {
    font-size: 400%;
    font-family: 'Pixelify Sans', sans-serif;
    color: #fecd42;
}

.empresa2 {
    font-family: 'Pixelify Sans', sans-serif;
    font-size: 400%;
    color: #f0f6f6;
}

/* frase motivacional */
.frase {
    color: #ffff;
    font-size: 180%;
    text-align: center;
}

/* frase */
.frase2 {
    color: #ffffffc6;
    margin-left: 25%;
    text-align: center;
    width: 50%;
    font-size: 140%;
}

.wow {
    color: #190b28;
}

/* botão entrar*/
.buttonenter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    border-radius: 50px;
    font-size: 150%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 1%;
    margin-right: 10px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1;
    border: 2px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.174);
}

.buttonenter2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    border-radius: 50px;
    font-size: 150%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 1%;
    margin-right: 10px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1;
    border: 2px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.174);
}

.my-animated-icon {
    color: white;
    transition: 0.3s ease-in-out;
}

.buttonenter:hover .my-animated-icon {
    transform: translatex(5px);
}

.buttonenter:hover #iconee {
    color: #e59917;
    background-color: #000000;
}

.buttonenter:hover .my-animated-icon2 {
    transform: translateY(-3px);
}

.buttonenter:hover {
    color: #e59917;
    background-color: #ffffff;
}

#iconee {
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
    border-radius: 50px;
    padding-right: 1.5%;
    padding-left: 1.5%;
    padding-bottom: 1.5%;
    padding-top: 1.5%;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
}

.my-animated-icon3 {
    margin-left: 260px;
    position: absolute;
    z-index: 3;
    color: white;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.buttonenter2:hover .my-animated-icon3 {
    opacity: 1;
}

.buttonenter2:hover #iconee {
    color: #e59917;
    background-color: #000000;
}

.buttonenter2:hover {
    padding-right: 3%;
    color: #e59817;
    background-color: white;
}

/* detalhe */
.detalhes {
    font-size: 300%;
}

/* janelinha */
.containerj {
    padding-top: 1%;
    justify-content: center;
    display: flex;
    gap: 20px;
}

.janelinha {
    color: white;
    border-radius: 10px;
    margin-top: 3%;
    padding: 3%;
    background-color: #ffffff8d;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 20%;
    padding-right: 20%;
    opacity: 0.9;
}

.janelinha2 {
    text-align: center;
    display: flex;
    justify-content: center;
}

.fundo1 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%), url('img/gif-abelha.gif');
    background-size: 100% 100%;
    height: 120vh;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* mais... */
.more {
    color: white;
    font-size: 120%;
    border-radius: 30px;
    background-color: #190b28;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    margin-top: 3%;
    margin-left: 45%;
    margin-right: 45%;
    text-align: center;
}

.more0 {
    color: rgb(0, 0, 0);
    font-size: 120%;
    border-radius: 30px;
    background-color: #ffffff;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    margin-top: 3%;
    margin-left: 45%;
    margin-right: 45%;
    text-align: center;
}

.more2 {
    color: white;
    font-size: 120%;
    border-radius: 30px;
    background-color: #e59817;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    margin-top: 3%;
    margin-left: 45%;
    margin-right: 45%;
    text-align: center;
}

/* titulo */
.titulo {
    font-weight: bold;
    font-size: 300%;
    margin-top: 1%;
    text-align: center;
}

.tituloW {
    font-weight: bold;
    font-size: 300%;
    margin-top: 1%;
    text-align: center;
    color: white;
}

/* frases */
.frases {
    color: #0000009a;
    margin-top: 2%;
    margin-left: 30%;
    width: 40%;
    font-size: 130%;
    text-align: center;
}

.frasesW {
    color: #ffffffbd;
    margin-top: 2%;
    margin-left: 30%;
    width: 40%;
    font-size: 150%;
    text-align: center;
}

/* centralizador */
.centraa {
    display: flex;
    gap: 20px;
    position: relative;
}

.centre {
    display: flex;
    position: relative;
}

/* imagem grupo */
.grupoimg {
    display: block;
    width: clamp(280px, 36vw, 420px);
    max-width: 100%;
    height: auto;
    margin-top: 3%;
    margin-right: 4%;
    border-radius: 14px;
    overflow: hidden;
    z-index: 2;
    flex: 0 0 auto;
    rotate: -3deg;
}

.imagemdeta {
    position: absolute;
    width: clamp(140px, 18vw, 2000px);
    left: -90px;
    transform: rotate(70deg);
}

.imagemdeta0 {
    position: absolute;
    width: clamp(160px, 20vw, 2300px);
    top: 70%;
    left: -40px;
    transform: rotate(30deg);

}

.imagemdeta1 {
    position: absolute;
    width: clamp(160px, 20vw, 230px);
    top: -60%;
    right: 60px;
    transform: rotate(-30deg);

}

.fundoB {
    z-index: 4;
    position: absolute;
    width: clamp(140px, 18vw, 220px);
    right: -20%;
    top: 48%;
    rotate: 80deg;
}

.Beea {
    position: absolute;
    width: clamp(210px, 18vw, 280px);
    z-index: 6;
    right: -25%;
    top: 35%;
    border-radius: 20px;
}

.fita {
    position: absolute;
    width: clamp(140px, 18vw, 180px);
    z-index: 6;
    right: -15%;
    top: -10%;
    rotate: 10deg;
    border-radius: 20px;
}

.fita2 {
    position: absolute;
    width: clamp(140px, 18vw, 180px);
    z-index: 6;
    right: 75%;
    top: -7%;
    rotate: -200deg;
    border-radius: 20px;
}

/* containers */
.searruma {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2%;
    width: 100%;
}

.container {
    border: 2px solid #7e828775;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(255, 255, 255, 0.452);
    width: 17.5%;
    color: rgb(0, 0, 0);
    border-radius: 20px;
    padding-bottom: 2%;
    transition: 0.3s ease-in-out;
    margin-bottom: 5%;
}

.container:hover {
    border: 2px solid #fecd42;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.31);
}



#icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    font-size: 200%;
    background-color: #e59817;
    color: white;
    z-index: 100;

    /* MUDANÇA AQUI: */
    position: absolute;
    top: 10px;
    /* Distância fixa a partir do TOPO da foto */
    left: 10px;
    /* Distância fixa a partir da ESQUERDA da foto */
}

#perfsoft {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(255, 255, 255) 100%),
        url('https://i.pinimg.com/736x/f5/e8/72/f5e87230f73c9811d9f9a69feb392b5a.jpg') no-repeat center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    height: 350px;
    background-color: #fecd42;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    aspect-ratio: 1;
    transition: 0.5s ease-in-out;
    object-fit: cover;
    box-sizing: border-box;
}

#perfsoft2 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(255, 255, 255) 100%),
        url('https://i.pinimg.com/736x/33/c8/d4/33c8d49bc3a72ca18587b84083d3bb9f.jpg') no-repeat center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    height: 350px;
    background-color: #fecd42;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    aspect-ratio: 1;
    transition: 0.5s ease-in-out;
    object-fit: cover;
    box-sizing: border-box;
}

#perfsoft3 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(255, 255, 255) 100%),
        url('https://i.pinimg.com/736x/6f/ac/cc/6faccc8aaf3560111e10594c00d906e2.jpg') no-repeat center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    height: 350px;
    background-color: #fecd42;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    aspect-ratio: 1;
    transition: 0.5s ease-in-out;
    object-fit: cover;
    box-sizing: border-box;
}

.nome {
    text-align: center;
    font-size: 140%;
    margin-top: 10%;
    font-weight: bold;
    letter-spacing: 1px;
}

.desc {
    color: #000000a3;
    margin-top: 8%;
    text-align: center;
}

.descc {
    font-size: 150%;
    text-align: left;
    color: #ffffff;
    margin-top: 4%;
    margin-left: 4%;
    position: relative;
    z-index: 12;
    flex: 1 1 52%;
    max-width: 60%;
    margin-right: 0;
}

/* container novo*/
.containerBee {
    position: relative;
    overflow: hidden;
    padding-top: 1%;
    background-color: #000000;
    padding-bottom: 3%;
}

.containernovo {
    padding-top: 1%;
    background-color: #f0f6f6;
}

.container2 {
    background-color: #ffff;
    border: 2px solid #7e828775;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(255, 255, 255, 0.452);
    height: auto;
    width: 16%;
    color: rgb(0, 0, 0);
    border-radius: 20px;
    padding-bottom: 3%;
    padding-top: 2%;
    transition: 0.3s ease-in-out;
    margin-bottom: 5%;
}

.container2:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.31);
}

#perf2 {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(45deg, #145944, #16946e);
    font-size: 400%;
    width: 40%;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    object-fit: cover;
    box-sizing: border-box;
}

.nome2 {
    text-align: center;
    font-size: 140%;
    margin-top: 10%;
    font-weight: bold;
    letter-spacing: 1px;
}

.desc2 {
    color: #000000a3;
    margin-top: 8%;
    text-align: center;
}

/* número aleatorio para design melhor */
.numero {
    margin-right: 1%;
    color: #fecd42;
    font-size: 300%;
}

/* outro container denovo */
.container3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    width: 16%;
    color: rgb(0, 0, 0);
    border-radius: 20px;
    padding-bottom: 3%;
    padding-top: 2%;
    margin-bottom: 5%;
    background-color: #ffffff;
    border: 2px solid #7e828775;
    transition: 0.3s ease-in-out;
}

.container3:hover {
    border: 2px solid rgb(254, 204, 67);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.31);
}

#perf3 {
    display: flex;
    justify-content: center;
    justify-self: center;
    align-items: center;
    text-align: center;
    width: 60%;
    aspect-ratio: 1;
    object-fit: cover;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
    border-radius: 100%;
}

.foto-wrapper {
    position: relative;
    display: inline-block;
    /* Faz a caixinha ter o tamanho exato da foto */
}


/* O seu ícone atualizado */
#icon2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    font-size: 170%;
    background-color: #e59817;
    color: white;
    z-index: 100;

    /* Posicionamento absoluto baseado na FOTO */
    position: absolute;
    bottom: -15px;
    /* Se quiser ele MAIS para baixo, aumente para -20px. Se quiser MAIS para cima, diminua para -5px ou 0 */
    left: 50%;
    transform: translateX(-50%);
}

.icone {
    align-items: center;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 140%;
    text-align: center;
    background-color: #24213e;
    position: absolute;
    z-index: 1;
    margin-left: 5%;
    width: 2%;
    aspect-ratio: 1;
    border-radius: 50%;
}

.nome3 {
    text-align: center;
    font-size: 140%;
    margin-top: 10%;
    font-weight: bold;
    letter-spacing: 1px;
}

.desc3 {
    color: #000000a3;
    margin-top: 8%;
    text-align: center;
}

#contato {
    color: #e59817;
    font-size: 140%;
    transition: 0.3s ease-in-out;
}

.contato2 {
    margin-top: 10%;
    display: flex;
    width: 150px;
    height: 40px;
    justify-content: center;
    background-color: #ffffff23;
    border: 2px solid #e59817;
    border-radius: 10px;
    align-items: center;
    font-size: 110%;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.contato2:hover #contato {
    color: #fecd42;
}

.contato2:hover {
    border: 2px solid #e59817;
    background-color: #e59817;
}

/* texto centro  */
.textocentro {
    padding-top: 1%;
    text-align: center;
}

.textocentro2 {
    padding-top: 15%;
    text-align: center;
}

/* outro container denovo denovo*/
.container4 {
    margin-top: 2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 25%;
    padding: 1%;
    background-color: #ffff;
    border: 2px solid #7e828775;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
}

.container4:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.31);
    border: 2px solid #fecd42;
}

#perf4 {
    color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4%;
    background-color: #fecd42;
    font-size: 400%;
    margin-bottom: 5%;
    width: 20%;
    aspect-ratio: 1;
    border-radius: 10px;
    object-fit: cover;
}

.info4 {
    display: flex;
    flex-direction: column;
}

.nome4 {
    font-size: 120%;
    font-weight: bold;
}

.desc4 {
    margin-bottom: 10%;
    color: #000000a3;
}

.divisor {
    padding-top: 6%;
}

/* fundo final */
.fundo2 {
    padding-bottom: 10%;
    background-image: linear-gradient(-45deg, #ffffff, #fecd42, #e59817, #e59817, #fecd42, #ffffff);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

.motivador {
    font-size: 400%;
    padding-top: 5%;
    text-align: center;
    color: white;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.motivador.ativo {
    opacity: 1;
    transform: translateY(0);
}

.motivador2 {
    color: #ffffffc2;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    font-size: 140%;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease 0.2s;
}

.motivador2.ativo {
    opacity: 1;
    transform: translateY(0);
}

.centralizador {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}

.botao-animado {
    opacity: 0;
    transform: translateY(40px);
}

.botao-animado.ativo {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.texto2 {
    color: #ffffffc2;
    text-align: center;
    padding-top: 2%;
    font-size: 120%;
}

.more6 {
    background-size: 400%;
    background-image: linear-gradient(-45deg, #ffffff, #fecd42, #e59817, #e59817, #fecd42, #ffffff);
    animation: gradientBG 15s ease infinite;
    color: white;
    font-size: 120%;
    border-radius: 30px;
    background-color: #e59817;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    margin-top: 3%;
    margin-left: 45%;
    margin-right: 45%;
    text-align: center;
}

/* outro container denovo denovo*/
.container5 {
    margin-top: 2%;
    display: flex;
    align-items: center;
    padding: 1%;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
}

#iconey {
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.127));
    position: relative;
    width: 40%;
    aspect-ratio: 1;
    overflow: hidden;
    margin-bottom: 5%;
    background-image: url('img/sem\ título2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#iconey::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('img/sem\ título.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#iconey:hover::after {
    opacity: 1;
}

.nome5 {
    color: #1e9672;
    font-size: 300%;
    font-weight: bold;
}

.desc5 {
    font-size: 120%;
    margin-bottom: 10%;
    color: #000000a3;
}

/* literalmente o footer */
footer {
    padding-top: 0%;
    background-color: #190b28;
}

.footernome {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 2%;
    font-size: 300%;
    color: #ffff;
}

.footerdiv {
    width: 80%;
    height: 1px;
    background-color: #ffff;
    margin: 3px auto;
}

.footerdiv2 {
    width: 80%;
    height: 1px;
    background-color: #ffcd42;
}
.footerdiv3 {
    width: 50%;
    height: 1px;
    background-color: #ffcd42;
}

.divissor {
    width: 80%;
    margin-top: 4%;
    height: 2px;
    background-color: #cfcfcf;
}

.footerbot {
    color: #ffffffc2;
    text-align: center;
}

.imgfoot {
    opacity: 0.8;
    width: 2%;
    aspect-ratio: 1;
}

a {
    text-decoration: none;
}

.footerbot1 {
    padding-top: 1%;
    color: #ffffffc2;
    text-align: center;
    font-size: 240%;
}

.centerr {
    position: relative;
}

.detalhess {
    top: 50px;
    position: absolute;
    color: #ffff;
    font-size: 30%;
    display: flex;
    margin-left: 3%;
    white-space: nowrap;
}

.proje {
    padding-top: 2%;
    color: #ffffffc2;
    text-align: center;
    font-size: 100%;
}

.footere {
    font-family: 'Pixelify Sans', sans-serif;
    margin-left: 0;
    margin-bottom: 10%;
}

.footere2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 80%;
    color: #ffffff;
}

.imagemfoot {
    width: 8%;
    margin-left: 5%;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 2% 5%;
    flex-wrap: wrap;
}

.option {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px 22px;
    margin-bottom: 2%;
    justify-items: start;
    align-items: center;
}

.separator {
    color: white;
}

.opt {
    font-size: 120%;
    color: #d1d1d1af;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
}

.contact1 {
    position: relative;
    font-size: 120%;
    color: #ffffff;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
}
.contact2 {
    position: relative;
    font-size: 120%;
    color: #ffffff;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
}
.contact3 {
    position: relative;
    font-size: 120%;
    color: #ffffff;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
}
.contact4 {
    position: relative;
    font-size: 120%;
    color: #ffffff;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
}

#iconny{
    position: absolute;
    color: #7e8287;
    right: -25px;
}

.opt:hover {
    color: #f0f0f0e3;
}

.finall {
    margin-top: 2%;
    font-size: 100%;
    color: white;
    text-align: center;

}

/* Loading screen */
body.loading-locked {
    overflow: hidden !important;
    height: 100vh !important;
    position: fixed !important;
    width: 100% !important;
    top: 0;
    left: 0;
}

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #190b28;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-container {
    position: relative;
    width: 120px;
    height: 120px;
}

.hexagon-svg {
    width: 100%;
    height: 100%;
}

.hexagon-border {
    fill: none;
    stroke: #ffffff;
    stroke-width: 5;
    stroke-linejoin: round;
    stroke-dasharray: 40 10;
    animation: correrBorda 1.5s linear infinite;
}

.loading-text {
    color: #ffffffb8;
    margin-top: 25px;
    font-size: 0.9rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    animation: pulsarTexto 1.5s ease-in-out infinite;
    opacity: 0.8;
}

@keyframes correrBorda {
    0% {
        stroke-dashoffset: 100;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes pulsarTexto {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}


/* =============================================
   MEDIA QUERIES
   ============================================= */

/* --- TABLET (max-width: 1024px) --- */
@media (max-width: 1024px) {

    /* Header */
    #header {
        padding: 0 16px;
        height: 60px;
    }

    .empresa3,
    .empresa4 {
        font-size: 180%;
        margin-left: 4%;
    }

    .botoes {
        gap: 6px;
        padding-right: 2%;
    }

    .buttonenterheader {
        font-size: 90%;
        padding: 6px 12px;
    }

    /* Hero */
    .fundo1 {
        height: auto;
        min-height: 80vh;
    }

    .empresa,
    .empresa2 {
        font-size: 300%;
    }

    .frase {
        font-size: 150%;
    }

    .frase2 {
        margin-left: 10%;
        width: 80%;
        font-size: 120%;
    }

    .buttonenter,
    .buttonenter2 {
        font-size: 120%;
        padding: 8px 18px;
    }

    /* Títulos e frases de seção */
    .titulo,
    .tituloW {
        font-size: 220%;
    }

    .frases,
    .frasesW {
        margin-left: 10%;
        width: 80%;
        font-size: 115%;
    }

    /* Cards .container (seção de serviços/produtos) */
    .searruma {
        flex-wrap: wrap;
        gap: 2%;
        padding: 0 2%;
    }

    .container,
    .container2,
    .container3 {
        width: 34%;
        margin-bottom: 4%;
    }

    /* container4 */
    .container4 {
        width: 44%;
    }

    /* container5 */
    .container5 {
        flex-direction: column;
        align-items: center;
        padding: 4%;
    }

    #iconey {
        width: 30%;
    }

    .nome5 {
        font-size: 220%;
        text-align: center;
    }

    .desc5 {
        text-align: center;
    }

    /* Motivador / CTA final */
    .motivador {
        font-size: 280%;
        padding-top: 6%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .motivador2 {
        font-size: 120%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .more,
    .more2,
    .more6,
    .more0 {
        margin-left: 30%;
        margin-right: 30%;
    }

    /* Footer */
    .footernome {
        font-size: 220%;
    }

    .option {
        display: grid;
        grid-template-columns: repeat(2, minmax(120px, 1fr));
        gap: 20px;
        padding: 0 5%;
        justify-items: center;
    }

    .imgfoot {
        width: 4%;
    }

    .imagemfoot {
        width: 5%;
    }

    #icon2 {
        margin-top: 190px;
    }

    #icon {
        margin-right: 280px;
        margin-top: 10px;
    }

    .logo {
        padding-top: 1%;
        width: 20%;
    }

    .descc {
        font-size: 100%;
    }

    .fundo1 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%), url('https://i.pinimg.com/736x/b1/f8/5a/b1f85abab7f739bd3859a659ec2ce5bc.jpg');
        background-size: 100% 100%;
        height: 120vh;
        height: auto;
        min-height: 60svh;
        padding-bottom: 50px;
        background-size: cover;
    }

    .Beea {
        top: 45%;
        right: 75%;
    }

    .fundoB {
        right: 72%;
    }
}

@media (max-width: 1280px) {
    .Beea {
        top: 45%;
        right: 75%;
    }

    .fundoB {
        right: 72%;
    }
}



/* --- MOBILE (max-width: 768px) --- */
@media (max-width: 768px) {

    /* Header */
    #header {
        height: 56px;
        padding: 0 12px;
    }

    .empresa3,
    .empresa4 {
        font-size: 140%;
        margin-left: 2%;
    }

    .logoheader {
        height: 65%;
    }

    .botoes {
        gap: 6px;
        padding-right: 0;
    }

    .buttonenterheader {
        font-size: 80%;
        padding: 5px 10px;
        max-width: 90px;
    }

    /* Hero */
    .fundo1 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%), url('https://i.pinimg.com/736x/b1/f8/5a/b1f85abab7f739bd3859a659ec2ce5bc.jpg');
        background-size: 100% 100%;
        height: 120vh;
        height: auto;
        min-height: 100svh;
        padding-bottom: 50px;
        background-size: cover;
    }

    .logo {
        width: 35%;
        padding-top: 20%;
    }

    .textocentro2 {
        padding-top: 50%;
    }

    .empresa,
    .empresa2 {
        font-size: 220%;
    }

    .frase {
        font-size: 120%;
        padding: 0 8%;
    }

    .frase2 {
        margin-left: 5%;
        width: 90%;
        font-size: 105%;
    }

    .centralizador {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .buttonenter,
    .buttonenter2 {
        font-size: 105%;
        padding: 10px 20px;
        width: fit-content;
    }

    /* Ajustes responsivos para o bloco de apresentação */
    .centraa {
        flex-direction: column;
        align-items: center;
    }

    .descc {
        max-width: 90%;
        font-size: 100%;
        text-align: center;
        order: 0;
    }

    .grupoimg {
        order: 1;
        margin: 16px 0 0 0;
    }

    .imagemdeta0,
    .imagemdeta {
        width: 240px;
    }

    /* janelinha */
    .containerj {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 0 5%;
    }

    .janelinha {
        padding: 8% 10%;
        width: 100%;
        box-sizing: border-box;
    }

    /* Títulos e frases de seção */
    .titulo,
    .tituloW {
        font-size: 170%;
        padding: 0 5%;
    }

    .frases,
    .frasesW {
        margin-left: 5%;
        width: 90%;
        font-size: 105%;
    }

    /* Cards — empilham em coluna única */
    .searruma {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 0 5%;
    }

    .container,
    .container2,
    .container3 {
        width: 45%;
        margin-bottom: 3%;
    }

    /* container4 */
    .container4 {
        width: 88%;
        padding: 3%;
    }

    #perf4 {
        font-size: 500%;
        width: 18%;
    }

    .nome4 {
        font-size: 105%;
    }

    /* container5 */
    .container5 {
        flex-direction: column;
        align-items: center;
        padding: 5%;
    }

    #iconey {
        width: 30%;
        margin-bottom: 8%;
    }

    .nome5 {
        font-size: 180%;
        text-align: center;
    }

    .desc5 {
        font-size: 105%;
        text-align: center;
    }

    /* Seção motivador / CTA final */
    .motivador {
        font-size: 200%;
        padding: 10% 6% 0;
    }

    .motivador2 {
        font-size: 110%;
        padding-left: 6%;
        padding-right: 6%;
    }

    .more,
    .more2,
    .more6,
    .more0 {
        margin-left: 10%;
        margin-right: 10%;
        font-size: 105%;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .detalhes {
        font-size: 200%;
    }

    /* Footer */
    .footernome {
        font-size: 160%;
        flex-wrap: wrap;
        justify-content: center;
        padding: 6% 4% 0;
        text-align: center;
    }

    .option {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        gap: 18px;
        padding: 0 8%;
        margin-bottom: 6%;
        justify-items: center;
    }

    .opt {
        font-size: 105%;
        text-align: center;
    }

    .imgfoot {
        width: 7%;
    }

    .imagemfoot {
        width: 8%;
        margin-left: -60%;
    }

    .footerbot1 {
        font-size: 160%;
    }

    .detalhess {
        top: 30px;
        font-size: 40%;
        margin-left: 5%;
    }

    .proje {
        padding: 4% 6%;
        font-size: 90%;
    }

    /* Ícone flutuante */
    .icone {
        width: 6%;
    }

    /* animated icon offset */
    .my-animated-icon3 {
        margin-left: 160px;
    }

    .Beea {
        right: -30%;
    }

    .fundoB {
        right: -20%;
    }
}


/* --- MOBILE PEQUENO (max-width: 480px) --- */
@media (max-width: 480px) {

    #header {
        height: 52px;
    }

    .empresa3,
    .empresa4 {
        font-size: 115%;
    }

    .logo {
        padding-top: 35%;
        width: 40%;
    }

    .textocentro2 {
        padding-top: 65%;
    }

    .empresa,
    .empresa2 {
        font-size: 180%;
    }

    .frase {
        font-size: 105%;
    }

    .titulo,
    .tituloW {
        font-size: 145%;
    }

    .container,
    .container2,
    .container3 {
        width: 64%;
    }

    .container4 {
        width: 92%;
    }

    .motivador {
        font-size: 160%;
    }

    .motivador2 {
        font-size: 100%;
    }

    .more,
    .more2,
    .more6,
    .more0 {
        margin-left: 5%;
        margin-right: 5%;
    }

    .footernome {
        font-size: 130%;
    }

    .footerbot1 {
        font-size: 130%;
    }

    .buttonenterheader {
        display: none;
    }

}