/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body{
	font-family: 'Open Sans', sans-serif;}
		
*{	margin: 0;
	padding: 0;
	box-sizing: border-box;}



.inicio{
	text-align: center;
	background: #ffffff;
}

.logo{
	max-width: 400px;
}

.intro{
	text-align: justify;
	padding: 20px;
}

.botoes{
	padding-top: 25px;
}

.botao{ 
	text-align: center;
	color:#ffffff;
	font-size: 20px;
	background:#000000;
	border-radius: 25px;
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
}


@media(min-width:768px){
	.botao{
		margin-left: 400px;
		margin-right: 400px;}
}


footer .rodape{
	text-align: center;
	padding-bottom: 25px;
	padding-top: 10px}


.redes{
	width: 100%;
	text-align: center;
	font-size: 30px;}

.redes a{
	color:#0B253C;
	text-decoration: none;}

@media(min-width:768px){
	.redes{
		width:auto;}}
		
	footer .rodape{
		justify-content: space-between;
		padding-left: 20px;
		padding-right: 20px;}




.vidinsta{
	text-align: center;
	padding:35px;}

@media(min-width:768px){
	.vidinsta{
		margin-left: 500px;
	}
}

