body {
    margin: 0;
    padding: 0;
}

.floating-buttons {
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    width: 350px;
}

.floating-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 70px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.floating-button:hover {
    transform: scale(1.2);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
}


.whatsapp-button {
    background-color: #25d366;
    /* Cor do WhatsApp */
}

.email-button {
    background-color: #ff5722;
}

.instagram-button {
    background-color: #e4405f;
}

.maps-button {
    background-color: #f70303;
}


.botaofaleconosco {

    position: absolute;
    bottom: 55.9%;
    left: 46.9%;
    transform: translate(-50%, 50%);
    width: 565px;
    height: 121px;
    color: #fff;
    font-size: 24px;
    border: none;
    border-radius: 26%;
    cursor: pointer;
}


.botaowhats {
    position: absolute;
    bottom: 8.9%;

    left: 44.7%;
    transform: translate(-50%, 50%);
    width: 150px;
    height: 150px;
    color: #fff;
    font-size: 24px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}


.botaoemail {
    position: absolute;
    bottom: 5.3%;

    left: 44.7%;
    transform: translate(-50%, 50%);
    width: 150px;
    height: 150px;
    color: #fff;
    font-size: 24px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.botaoinsta {
    position: absolute;
    bottom: 2.1%;

    left: 44.7%;
    transform: translate(-50%, 50%);
    width: 150px;
    height: 150px;
    color: #fff;
    font-size: 24px;
    border: none;
    border-radius: 50%;
    cursor: pointer;

}

.botaomaps {
    position: absolute;
    bottom: 2.1%;

    left: 44.7%;
    transform: translate(-50%, 50%);
    width: 150px;
    height: 150px;
    color: #45169c;
    font-size: 24px;
    border: none;
    border-radius: 50%;
    cursor: pointer;

}





#landing-page-container {
    display: flex;
    flex-direction: column;
    height: 400vh;
}

.landing-image,
.landing-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* margin-top: -8px */
}

.landing-video {
    object-fit: fill;
    /* Ajuste conforme necessário para o estilo desejado */
}

/* #landing-page-container {
    position: relative;
}

.landing-page {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow-y: auto;
    background-color: #ACC5DB;
 }

.landing-image {
    max-width: 100%;
    width: 100%;

    margin: 0 0;
    background-color: #007bff;
}


#land_pc {
    display: block;
}


#land_resp {
    display: none;
} */
.h-divider .shadow {
    overflow: hidden;
    height: 10px;
    margin-top: -8px;
    background: linear-gradient(to right, #cac9c9, #D8D8D8, #cac9c9);
}

.h-divider .shadow:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px/12px;
    box-shadow: 0 0 8px black;
}


.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;

}

#footerCop {
    margin: auto;
    font-size: 12px;

    background: linear-gradient(to right, #cac9c9, #D8D8D8, #cac9c9);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);

}