@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa; /* Fundo claro */
}

p {
	text-align:justify;
}

hr {
	color:#000066;
}

h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    color: #0056b3; /* Azul destaque */
    margin-bottom: 20px;
}

header {
    background-color: #007bff;
    color: white;
    padding: 15px 0;
    text-align: center;
	height:300px;
	border-radius: 8px;
}

header img {
    width: 200px;
    border-radius: 8px;
	margin-top:15%;
}

.row {
    margin-top: 2.5% !important;
}

.formulario label {
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
}

.formulario input,
.formulario textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.botao-enviar {
    width: 100%;
    background-color: #007bff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.botao-enviar:hover {
    background-color: #0056b3;
}

.chamada {
    padding: 2.5%;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 8px;
    margin-bottom: 20px;
}

.chamada img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.img-chamada {
	margin:10% 0 2.5% 0;
	border-radius: 8px;
}

footer {
    background-color: #007bff;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
	border-radius: 8px;
}

footer p {
    margin: 0;
}

footer hr {
    color:#FFFFFF;
}

footer a {
	color:#FFFFFF;
	text-decoration:none;
}

footer a:hover {
	text-decoration:underline;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.whatsapplogo {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	z-index:1 !important;
}
