body {
    background-color: #FFf; 
    font-family: Verdana, sans-serif;
    margin: 0;
    padding: 0;
    
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 5px solid #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    
}

header img {
    max-height: 80px;
    margin-right: 10px;
    
}

header h1 {
    margin: 0;
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    
}
h1 {justify-content: center;
    display: flex;
    font-family: Verdana, sans-serif;
    
}
h2 {justify-content: center;
    display: flex;
    font-family: Verdana, sans-serif;
    
}
.links-header {
    display: flex;
    justify-content: center;
    gap: 10px;
    
}

.btn-header {
    background-color: #39FF14; /* Verde neon */
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    
}

.nav-links {
    flex-direction: row;
    margin: 20px 0;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    
}

.btn {
    background-color: #39FF14; /* Verde neon */
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
}

section {
    margin: 20px;
    color: black;
    
}

.box {
    background-color: #FFFF00; /* Amarelo neon */
    padding: 15px;
    border-radius: 25px;
    border: 2px solid #333;
    
}




footer {
    text-align: center;
    padding: 10px;
    background-color: #333;
    color: white;
}

footer img {
    height: 20px;
    vertical-align: middle;
    
}

.content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
}

nav-links .btn {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.carousel-inner img {
    max-height: 450px; /* Ajuste este valor conforme o tamanho desejado */
    width: auto; /* Mantém a proporção da imagem */
    object-fit: contain; /* Ajusta a imagem dentro do contêiner */
}

.carousel h2 {
    text-align: center;
}

.btn {
    background-color: #39FF14; /* Verde neon */
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    
}

.autorizacao img {
    width: 500px;
    display: flex;
    

}

.btn.voltar {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 20px;
    background-color: #39ff14;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.btn.voltar:hover {
    background-color:  #39FF14; /* Cor mais escura no hover */
}


/* Container para a imagem e a seta */
.autorizacao {
    position: relative; /* Necessário para posicionar a seta dentro deste container */
    margin-top: 50px;
}

.autorizacao img {
    max-width: 100%; /* Para que a imagem não ultrapasse a tela */
    height: auto;
}

/* Estilo da seção que contém o vídeo */
section.video-container {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
   /* align-items: center; /* Centraliza verticalmente (caso necessário) */
    height: 100vh; /* Ocupar a altura total da janela (opcional) */
    padding: 5px;
    box-sizing: border-box;
    
}

.img-tia-marcia {
    border-radius: 25px;
}

/* Video background */
.background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    opacity: 0.3;
    object-fit: cover;
    
}

/* Main content wrapper */
.main-wrapper {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 100vh;
    padding: 20px;
}

/*localizacao*/

body {
    font-family: Arial, sans-serif;
    margin: 20px;
    text-align: center;
}

#map {
    height: 400px;
    width: 100%;
    border: 1px solid black;
    margin-top: 20px;
}

#info {
    font-size: 18px;
    margin-top: 10px;
}

/*Baskara*/
#calcabasck {
    font-family: Verdana, sans-serif;
    margin: 20px;
    padding: 20px;
    background-color: #f4f4f9;
}

h1 {
    text-align: center;
    color: #333;
}

#form {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
}

input {
    margin-bottom: 10px;
    padding: 8px;
    font-size: 16px;
}

button {
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #45a049;
}

#resultado {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

#detalhes {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
    white-space: pre-line;
}

/*Area*/
#areaForm {
    font-family: Verdana, sans-serif;
    margin: 20px;
    padding: 20px;
    background-color: #f4f4f9;
}

h1 {
    text-align: center;
    color: #333;
}

#form {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
}

input {
    margin-bottom: 10px;
    padding: 8px;
    font-size: 16px;
}

button {
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #45a049;
}

#resultado {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

#detalhes {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
    white-space: pre-line;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.btn-whatsapp {
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
}