* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    min-height: 100%;
}

body {
    font-family: 'inter', sans-serif;
    scroll-behavior: smooth;
    margin: 0;
    min-height: 100%;
    background-color: #1A1A1A !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.header {
    background-color: #1A1A1A;
    height: 80px;
    display: flex;
    align-items: center;
}

.logo-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

.logo-menu-img {
    display: flex;
    align-items: center;
    height: 100%;
    height: 70px;
}

.logo-menu-img img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    border-radius: 50px;
}

.nav-links {
    display: flex;
    align-items: center;
}

.link {
    font-weight: bold;
    font-size: 20px;
    margin-left: 20px;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

.link:hover {
    color: #D08C30;
    transition: color 0.3s ease;
    text-decoration: none;
}

.navbar-toggler {
    color: #ffffff;
}

.titulos {
    color: #D08C30;
}

.textos {
    color: #ffffff;
}

.about {
    background-color: #f9c432;
}

.text-index {
    font-family: "League Spartan", sans-serif;
    font-weight: bold;
    font-size: 60px;
}

.pedido {
    background-color: #982525;
    color: #ffffff;
    font-weight: bold;
    font-size: 35px;
}

.about-us-text {
    font-family: "League Spartan", sans-serif;
    font-weight: bold;
    color: #f9c432;
}

.borda {
    border: 1px solid #982525;
    border-radius: 10%;
    color: #982525;
}

.button {
    display: inline-block;
    background-color: #ffffff;
    color: #982525;
    font-weight: bold;
    font-size: 25px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    width: 100%;
    transition: color 0.3s ease;
}

.button:hover {
    text-decoration: none;
    color: #982525;
    background-color: #D08C30;
    transition: color 0.3s ease;
}

.insta-button{
    color: #ffffff;
}

.insta-button:hover{
    color: #ffffff;
}

.wpp-button {
    background-color: green;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    padding: 15px;
    text-decoration: none;
    border-radius: 15px;
}

.wpp-button:hover{
    text-decoration: none;
    color: #ffffff;
}

.textos a {
    color: inherit; 
    text-decoration: none; 
}

.textos a:hover {
    text-decoration: none; 
    color: inherit; 

}

.rodape {
    background-color:#982525;
}

@media (min-width: 540px) {
    .navbar-toggler {
        display: none;
    }

        .nav-links {
        display: flex !important;
        justify-content: flex-end;
    }
}

@media (max-width: 430px) {
    .nav-links.show {
        display: flex;
        flex-direction: column;
    }

    .nav-links.collapse.show {
        display: block;
        position: absolute;
        top: 80px;
        background-color: #982525;
        width: 100%;
        left: 0;
        padding: 10px;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .slide, .about-us {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .button {
        width: 100%;
        margin-bottom: 10px;
    }
    .carousel-inner img {
        width: 100%; 
        height: auto;
    }

    .button {
        font-size: 20px;
    }
}
