@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.back-to-home {
    position: fixed;
    top: 60px; /* Logo abaixo do cabeçalho */
    left: 10px;
    z-index: 1000; /* Certificar que o ícone fique acima de outros elementos */
}

.back-to-home img {
    width: 50px;
    height: 50px;
}

.content {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
    min-height: 400px; /* Espaço para adicionar conteúdo */
	h2: 35px;
	font-size: 27px;
}

.email-suporte {
            font-weight: bold;
            color: #333;
            text-align: center;
            margin-top: 2px;
			font-size: 15px;
        }

