 /*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');*/
@font-face {
    font-family: 'poppins-fallback';
    src: local('Arial');
	}

body {
    margin: 0;
    font-family:'Poppins', poppins-fallback, sans-serif;
     overflow-x: hidden;
}

.escondido-esquerda {
  opacity: 0;
  transform: translateX(-50px); /* Vem da esquerda */
  transition: all 0.8s ease-out;
}

.escondido-direita {
  opacity: 0;
  transform: translateX(500px); /* Vem da direita */
  transition: all 0.8s ease-out;
}

.visivel {
  opacity: 1;
  transform: translateX(0);
}

/* Estado inicial: invisível e 20px abaixo do lugar original */
.escondido {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.6s ease-out; /* Controla a velocidade do surgimento */
}

/* Estado final: totalmente visível e na posição correta */
.visivel {
  opacity: 1;
  transform: translateY(0);
}





/* MENU */
header {
    background: #0a2a43;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header h1 {
    margin: 0;
    font-size: 22px;
    
}
	
nav a {
    color: white;
    text-decoration: none;
}

nav a:hover {
    color: #00c853;
}

/* BANNER */
.banner {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('img/bckground.jpg');
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.banner h2 {
    font-size: 2.85rem;
    font-weight: 500;
}

.banner p {
    font-size: 18px;
}

.btn {
    background: #00c853;
    color: white;
    padding: 12px 25px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    border-radius: 5px;
}
	.btn-link{
		padding: 12px 25px;;
		border-radius: 5px;
		border: 1px solid  #0C3352;
	}

/* SEÇÕES */
section {
    padding: 60px 20px;
    text-align: center;
}

.servicos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.card {
    width: 250px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

    .card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2); 
    border: 2px solid #3498db; 
    transform: translateY(-5px);
    cursor: pointer;
  }
    
    
    
/* CONTATO */
.contato form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contato input, 
.contato textarea {
    width: 100%;
    max-width: 400px;
    margin: 8px 0;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contato textarea {
    height: 120px;
    resize: none;
}

.contato .btn {
    margin-top: 10px;
    cursor: pointer;
    border: none;
}
/* RODAPÉ */
footer {
    background: #0a2a43;
    color: white;
    padding: 20px;
}

/* WHATSAPP */
#whatsapp {
    position: fixed;
    bottom: 20px;
    right: 15px;
    background: #cff9de;
    color: white;
    padding: 6px;
    border-radius: 50%;
    text-decoration: none;
}
	
	#instagram {
    position: fixed;
    bottom: 80px;
    right: 15px;
    background: #f9eae0;
    color: white;
    padding: 6px;
    border-radius: 50%;
    text-decoration: none;
}
	
	
	@media (max-width: 600px) {

    header {
        flex-direction: column;
        text-align: center;
    }

    nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px; /* 👈 aqui aumenta o espaço entre os itens */
        margin-top: 15px;
    }

    nav a {
        padding: 8px 0; /* 👈 cria “respiro” em cada link */
        font-size: 16px;
    }

    header img {
        width: 180px;
        margin-bottom: 10px;
    }
        .div-2 img{
        max-width: 100%; /* Ajuste o tamanho da imagem */
        height: 100%;
        border-radius: 10px;
	    display: none;
    }
}
	
	dialog.modal {
  border: none;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Estilo para quando a modal estiver aberta */
dialog.modal[open] {
  animation: fadeIn 0.5s;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5); /* Fundo escuro atrás da modal */
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
    .wrap {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
    a {
    font: 400 14px Arial;
    color: #31363c;
    text-decoration: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.div a {

    font: 400 14px Arial;
    color: #31363c;
    text-decoration: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    
}

.div a:hover {
    text-decoration: none;
    padding: 10px;
    background-color: green;
    color: white;
    border-radius: 5px;
    width: 150px;
}

.limpar {
    clear: both
}

p {
    line-height: 1.7em
}
    
   .div {
     display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    text-align: left;
} 
    .div-2 {
     display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    text-align: left;
} 
   li {
    list-style: none;
    padding: 10px;
    
} 
    .div-2 img{
        max-width: 500px; /* Ajuste o tamanho da imagem */
        height: auto;
        border-radius: 10px;
    }
    
    
    .ul {
      border-left: 1px outset;
}
    .h2{
        color: #0a2a43;
        font: 300 bold;
        font-size: 26px;
    }