@media only screen and (min-width: 1001px){
	*{
		margin: 0;
		padding: 0;
		text-decoration: none;
		list-style-type: none;
	}
	
	html, body {
		margin: 0;
		padding: 0;
		height: 100%;
		background: mistyrose;
		background-attachment: fixed;
		background-size: cover;
		background-image: url("img/background.jpg");
		background-position: bottom;
	}

	.flex{
		display: flex;
		flex-direction: column;
	}

	.top{
		height: 140px;
		position: relative;
		width: 600px;
		left: 50%;
    	margin-left: -300px;
		background: rgba(161,124,140, .7);
		border-radius: 0 0 35% 35%;
		text-align: center;
	}

	.logo_01{
		margin-top: 10px;
		height: 120px;
	}

	.conteudo{
		margin-top: 20px;
		text-align: center;
		font-family: calibri;
		font-size: 18px;
		background: rgba(161,124,140, .2);
		padding-top: 10px;
		padding-bottom: 10px;
		height: 100%;
		position: relative;
		width: 600px;
		left: 50%;
		margin-left: -300px;
		overflow: auto;
	}

	::-webkit-scrollbar-track {
		background: none;
	}
	
	::-webkit-scrollbar {
		height: 2px;
		width: 2px;
	}
	::-webkit-scrollbar-thumb {
		
		background: black;
	}

	.whatsapp img{
		height: 28px;
		margin-bottom: 20px;
	}

	.footer{
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}

    .logo_02{
	    height: 70px;
    }
}

@media only screen and (max-width: 1000px){
	*{
		margin: 0;
		padding: 0;
		text-decoration: none;
		list-style-type: none;
	}
	
	html, body {
		margin: 0;
		padding: 0;
		height: 100%;
		background: mistyrose;
		background-attachment: fixed;
		background-size: cover;
		background-image: url("img/background.jpg");
		background-position: bottom;
	}

	.flex{
		display: flex;
		flex-direction: column;
	}

	.top{
		height: 140px;
		width: 100%;
		background: rgba(161,124,140, .7);
		border-radius: 0 0 35% 35%;
		text-align: center;
	}

	.logo_01{
		margin-top: 10px;
		height: 120px;
	}

	.conteudo{
		margin-top: 20px;
		text-align: center;
		font-family: calibri;
		font-size: 18px;
		background: rgba(161,124,140, .2);
		padding-top: 10px;
		padding-bottom: 10px;
		height: 100%;
		overflow: auto;
	}

	::-webkit-scrollbar-track {
		background: none;
	}
	
	::-webkit-scrollbar {
		height: 2px;
		width: 2px;
	}
	::-webkit-scrollbar-thumb {
		
		background: black;
	}

	.whatsapp img{
		height: 28px;
		margin-bottom: 20px;
	}

	.footer{
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}

    .logo_02{
	    height: 70px;
    }
}