.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: 'NeuePlak';
    src: url('../fonts/NeuePlakBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {color:#000; font-family: 'NeuePlak'; }
footer {background-color: #2A2A2A;}
.carousel-item img { 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}}

.whatsapp-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    border: none;
    width: 60px;
    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);
}
@media (max-width: 768px) {
    .whatsapp-btn {
        bottom: 20px;
        right: 20px;
    }
}


#dynamicImage, #dynamicImage2 {
    width: 100vw;
    height: 100vh;
}

@media only screen and (min-width: 768px) {
    #dynamicImage, #dynamicImage2 {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    #dynamicImage, #dynamicImage2 {
        width: 100%;
        height: auto;
    }
}