.formulario {background-color: #f2f2f2;}
.form-container {background-color: #fff; border: 1px solid #ddd; padding: 20px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);}
@font-face {font-family: 'Ford Antenna'; src: url('https://resources.dealer-asset.co/themes/fdsv6/latest/fordantenna-regular.0402f775.woff2') format('woff2'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'Ford Antenna Extra Light'; src: url('https://resources.dealer-asset.co/themes/fdsv6/latest/fordantenna-condensed-extra-light.e7e64a4f.woff2') format('woff2'); font-weight: 200; font-style: normal;}
body {font-family: 'Ford Antenna', sans-serif;}
h1, h2, h3, h4, h5, h6 {color:#6f972d;}
footer {background-color: #364a16;}
.carousel-item img {max-width: 1080px; max-height: 1920px; width: auto; height: auto; margin: auto;}
.accordion-body p {font-size: 14px !important; color: #4d4d4d !important;}
footer p {font-size: 12px; color: #fff;}
.puff-in-center{-webkit-animation:puff-in-center .7s cubic-bezier(.95,.05,.795,.035) both;animation:puff-in-center .7s cubic-bezier(.95,.05,.795,.035) both}
@-webkit-keyframes puff-in-center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes puff-in-center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);opacity:1}}


/* Estilos para o botão flutuante do WhatsApp */
.whatsapp-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    border: none;
    width: 60px;  /* Redimensionando a imagem para 60x60 */
    height: 60px;
    transition: all 0.3s ease-in-out;
    background: url('whatsapp.png') no-repeat center center;
    background-size: cover;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
}

/* Estilos para dispositivos móveis */
@media (max-width: 768px) {
    .whatsapp-btn {
        bottom: 20px;
        right: 20px;
    }
}