* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Golos Text", sans-serif;
    overflow-x: hidden;
}

.fixed-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/background.png') top/cover no-repeat;
    z-index: -1;
}

.scroll-container {
    position: relative;
    z-index: 1;
}

.overlay-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/background.webp') top/cover no-repeat;
    padding: 40px 0;
}

.clean-section {
    position: relative;
    width: 100%;
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.content {
    margin-top: 150px;
    max-width: 1300px;
    width: 100%;
}

.content2 {
    max-width: 1300px;
    width: 100%;
    display: flex;
    justify-content: space-between;

    & .logo-mes {
        max-width: 270px;
    }

    & .conteudo-content2 p {
        font-size: 16px;
        color: #312e2d;
        line-height: 1.4;
    }
}

.content .bloco-1 {
    & p {
        text-align: center;
        font-size: 23px;
        color: #FFFFFF;
    }

    & img {
        max-width: 100%;
    }
}

.content .bloco-2 {
    & .destaque {
        background-color: #312e2d !important;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        border-bottom-style: none;
        border-color: #000000;
        border-left-style: none;
        border-right-style: none;
        border-top-style: none;
        border-width: 1px;

        & strong {
            color: #FFFFFF;
            font-weight: bold;
            font-size: 32px;
        }
    }

    & .info {
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        margin-top: 25px;
        font-weight: bold;
    }

    & .form {
        display: flex;
        flex-direction: column;
        align-self: center;
        max-width: 400px;
        width: 100%;
        margin: 25px 0px;
        padding: 18px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        color: #fff;

        & .form-padrao {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            width: 100%;
            margin-bottom: 20px;
        }

        & label {
            color: #FFFFFF;
            display: inline-block;
            font-family: Montserrat, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: bold;
            text-align: left;
            text-decoration: none;
            margin-bottom: 8px;
        }

        input, select, option {
            color: #555555;
            background-color: #ffffff;
            border-bottom-style: none;
            border-left-style: none;
            border-right-style: none;
            border-top-style: none;
            border-color: #a73131;
            border-radius: 4px;
            height: 32px;
            font-family: Montserrat, sans-serif;
            font-size: 15px;
            font-weight: bold;
            display: block;
            width: 100%;
            padding: 0 0.5em;
            line-height: 1.42857;
        }


    }

    form {
        margin: 0;

        & .botao {
            background: #312e2d;
            max-width: 400px;
            border-radius: 8px;
            padding: 10px 20px;
            transition: 0.3s;
            cursor: pointer;
            border: 1px solid #312e2d;

            &:hover {
                transform: scale(1.02);
                transition: 0.3s;
                border: 1px solid #262423;
            }

            & button {
                background: none;
                border: none;
                color: #FFFFFF;
                font-weight: bold;
            }
        }
    }

}

.overlay-section, .clean-section {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.top-header {
    position: absolute;
    top: 0;
    min-width: 1300px;
    min-height: 50px;
    margin: 30px auto;

    & .grid-items {
        display: flex;
        justify-content: space-between;
        align-items: center;

        & .item:first-child {
            width: 130px;
            font-size: 13px;
            font-weight: bold;
            color: #000000;
            margin: 0 auto;
            cursor: pointer;

            & .logo img {
                max-width: 150px;
            }
        }

        & .item:not(:first-child) {
            background-color: rgba(0, 0, 0, 0.6);
            width: 200px;
            height: 34px;
            font-size: 11px;
            font-style: normal;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            border-radius: 99px;
            cursor: pointer;

            & a {
                text-decoration: none;
                color: #FFFFFF;
            }

            & .logo img {
                max-width: 130px;
            }
        }
    }
}

.footer {
    padding: 40px 0;

    & p {
        font-size: 11px;
        line-height: 1.4;
        margin: 0;
    }

    & .logo_honda {
        margin: 0 auto;

        & img {
            max-width: 300px;
        }
    }
}

.botao-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    padding: 10px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-decoration: none;
    transition: 0.3s ease;
}

.botao-whatsapp:hover {
    background-color: #25D366;
    transform: scale(1.03);
    transition: 0.3s ease;
}

.whatsapp-conteudo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.botao-whatsapp img {
    width: 30px;
    height: 30px;
}

.botao-whatsapp span {
    color: white;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.icone-casa-flutuante {
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 30px;
    color: red;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 999;
}

@media (max-width: 1200px) {
    .grid-items {
        flex-direction: column;
        gap: 10px;
    }

    .content {
        margin-top: 0px;
    }

    .container {
        display: flex;
        justify-content: center;
    }
    .destaque {
        margin-top: 20px;
    }
    .bloco-1 {
        margin-top: 350px;
    }
    .overlay-section {
        background: url('../images/background_mobile.webp') top/cover no-repeat;
        padding-top: 0px;
        padding-bottom: 40px;
        min-height: 100vh;
    }
    .logo-mes {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .conteudo-content2 p {
        padding: 0 30px;
    }
    .clean-section {
        padding: 80px 0;
    }
    .botao-whatsapp {
        display: none;
    }
    html, body {
        overflow-x: hidden;
    }
}

.icone-casa-flutuante {
    display: none !important;
}