html {
    width: 100vw;
    /* overflow-x: hidden; */
}

body {
    margin: 0;
    font-family: Tahoma, sans-serif;
    /* background-color: #3f0071; */
    color: #9015aa;
    font-size: 16px;
}

@font-face {
    font-family: 'MDNichromeBold';
    src: url('fonts/MDNichrome-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
    word-break: break-word;
    overflow-wrap: break-word;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
}

strong {
    font-weight: 900;
}

.MDNichrome-Bold {
    font-family: 'MDNichromeBold', sans-serif;
}

.purple {
    color: #9015aa;
}

.gray {
    color: #808285;
}

.white {
    color: #ffffff;
}

.fs-10 {
    font-size: 10px;
}

.navbar-nav .nav-link.active {
    color: #ff0080 !important;
}

button {
    background-color: #9015aa;
    border: none;
    border-radius: 45px;
    padding: 10px 40px;
}


/* 
.main-header {
    height: 100vh;
    background-color: #9015aa;

    position: relative;
} */

#header {

    background-color: #9015aa;

    position: relative;
}

/* .slogan-container {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

/* .slogan-bubble {

    border-radius: 50% 50% 40% 60% / 60% 40% 60% 50%;
    padding: 40px 50px;
    color: #d6ecf2;
    text-align: center;
    animation: float 6s ease-in-out infinite;
} */



.pink {
    color: #ff0080;
}

.bubble {
    position: absolute;
    /* border-radius: 50%; */
    /* background: rgba(255, 255, 255, 0.05); */
    z-index: 0;
    animation: float 12s ease-in-out infinite;
}

.bubble-1 {
    width: 25vw;
    top: 150px;
    left: -70px;
}

.bubble-2 {
    width: 25vw;
    top: -100px;
    right: -50px;
    animation-delay: 3s;
}

/* @keyframes float {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-50px) scale(1.02);
    }
} */

.main-header {
    height: 80vh;
    background-color: #9015aa;
    position: relative;
    overflow: visible;
    /* ⚠️ Importante */
}

#home {}

.slogan-container {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .slogan-bubble {
    border-radius: 50% 50% 40% 60% / 60% 40% 60% 50%;
    padding: 40px 50px;
    color: #d6ecf2;
    text-align: center;
    animation: float 6s ease-in-out infinite;
    will-change: transform;
    transform-style: preserve-3d;
} */

.slogan-bubble,
.bubble {
    will-change: transform;
    transform-style: preserve-3d;
}

/* @keyframes float {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-50px) scale(1.02);
    }
} */


.slogan-bubble {

    padding: 60px 70px;
    border-radius: 50% 50% 40% 60% / 60% 40% 60% 50%;
    color: white;
    text-align: center;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    will-change: transform;
    transform-style: preserve-3d;
}


.animated {
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    will-change: transform;
    transform-style: preserve-3d;
}

@-webkit-keyframes float {

    0%,
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(50px) scale(1);
    }

    50% {
        -webkit-transform: translateY(-50px) scale(1.00);
        transform: translateY(-50px) scale(1.00);
    }
}


@-webkit-keyframes float-mobile {

    0%,
    100% {
        -webkit-transform: translateY(50px) scale(1);
        transform: translateY(50px) scale(1);
    }

    50% {
        -webkit-transform: translateY(-50px) scale(1.00);
        transform: translateY(-50px) scale(1.00);
    }
}



/* Navbar customization */

nav {

    background-color: #9015aa;
    /* background: linear-gradient(160deg, #9015aa 0%, #5f00a2 100%); */
    z-index: 5000 !important;

}

.navbar-nav .nav-link {
    color: #d6ecf2 !important;
    margin-left: 1rem;
    font-weight: bold !important;

}


.navbar-nav {
    margin-left: 1rem;

}

.navbar-nav.custom-padding {
    /* padding-left: 15rem; */
    margin: auto;

}

/* ---------- DROPDOWNS PERSONALIZADOS ---------- */

.dropdown-menu {
    background-color: #ff0080;
    /* Rosa forte */
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.8);
    padding: 15px 0;
    min-width: 200px;
    text-align: center;
    border-radius: 0;
}

.dropdown-item {
    color: white;
    font-weight: bold;
    text-transform: none;
    padding: 10px 20px;
    font-size: 0.95rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.dropdown-divider {
    border-top: 1px solid white;
    margin: 5px 20px;
}

/* Navbar hover underline */
.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    margin-left: 1rem;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #ff0080 !important;
}


.nav-item,
.nav-link,
.dropdown-toggle,
.dropdown:hover {
    text-decoration: none !important;

}


/* Dropdown arrow styling */
.navbar .dropdown-toggle::after {
    display: none;
}





.slogan-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.feijao {
    width: 80%;
    font-weight: bold;
    color: #333;
    animation: changeSlogan 50s infinite alternate;
}

@keyframes changeSlogan {
    0% {
        content: "O nosso slogan";
        color: #333;
        width: 60%;
    }

    25% {
        content: "A nossa missão";
        color: #0056b3;
        width: 65%;
    }

    50% {
        content: "Compromisso com a qualidade";
        color: #28a745;
        width: 75%;
    }

    75% {
        content: "Inovação constante";
        color: #ff9900;
        width: 65%;
    }

    100% {
        content: "Líderes no setor";
        color: #e60000;
        width: 60%;
    }
}











/*FOOTER*/


.main-footer {
    background-color: #ff0080;
    color: #ffffff;
}

.footer-link {
    color: #d6ecf2;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.main-footer h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.navbar {
    position: fixed !important;
    width: 100vw !important;

}

@media (max-width: 768px) {

    .header-img {
        padding-top: 50px;
    }

    .navbar-nav.custom-padding {
        padding-left: 0 !important;

    }

    .slogan-container {
        max-height: 75vh;
        left: 45%;
    }

    .feijao {
        width: 60vw !important;
    }



    .slogan-bubble {
        padding: 0 !important;
        width: 45vw !important;
        padding: 60px 70px;
        border-radius: 50% 50% 40% 60% / 60% 40% 60% 50%;
        color: white;
        text-align: center;
        -webkit-animation: float-mobile 6s ease-in-out infinite;
        animation: float-mobile 6s ease-in-out infinite;
        will-change: transform;
        transform-style: preserve-3d;
    }


    .animated {
        -webkit-animation: float-mobile 6s ease-in-out infinite;
        animation: float-mobile 6s ease-in-out infinite;
        will-change: transform;
        transform-style: preserve-3d;
    }

    .bubble-1 {
        width: 45vw;
        top: 250px;
        left: 0px;
    }

    .bubble-2 {
        width: 45vw;
        top: 70px;
        right: 0px;
    }



    .header-img {
        width: auto;
        height: auto;
        max-width: none;
        max-height: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transform: scale(1.5);



    }

    #home {
        max-height: 75vh;
    }

    header {
        height: 250px;
        overflow-x: hidden !important;

    }

    .media-img {
        width: auto;
        height: auto;
        max-width: none;
        max-height: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        transform: scale(1.5) translateX(-20px);

    }

    /* 
    .main-header {
        height: 75vh !important;
    } */




}