					body{

						padding: 5% 10%;

						background-image: url("bg-sato-linktree-leve.jpg");

						background-attachment: fixed;

						background-size: cover;

					}

					p, h1, h2, h3, h4, h5, h6, span{

						font-family: 'Livvic', sans-serif;

						text-align: center;

					}

					.titulo{

						font-size: 54px;

						color:#eee;

					}

					.logo{

						display: block;

						margin-left: auto;

						margin-right: auto;

						width: 250px;

						background-color: #fff;


						/*
						box-shadow: 3px 3px 5px #000000cc;
						*/
						border-radius: 50%;

					}

					.paragrafo{

						margin-left:10%;

						margin-right:10%;	

					}

					.texto{
					
						font-size:21px;

						text-align: center;
						
						color: #fff;
	
						background-color: #761b18cc;
	
						padding:10px;
	
						line-height: 2.1em;
	
						font-weight: 600;

						box-shadow: 3px 3px 5px #000000cc;
	
					}

					#links{

						list-style-type:none;

						margin-left: auto;

						margin-right: auto;

						padding-left: 0px;

						width: 300px;

					}

					.btn_contato{

						cursor: pointer;

						width:100%;

						padding-top: 10px;

						padding-bottom:10px;

						font-family: 'Livvic', sans-serif;

						font-size: 18px;

						text-align:center;

						color: #fff;

						border: 0;

						background-color: #761b18;

						border-radius: 60px;

						margin-bottom: 10px;

						transition: 0.5s;

						box-shadow: 3px 3px 5px #000000cc;

					}

					.btn_contato:hover{

						background-color: #fff;

						color: #761b18;

					}

					.icone{

						padding-right:10px;
	
					}

					.fa-brands.fa-whatsapp.icone{
						font-size:22px;
					}
	
					.ifood{
						
						width: 20px;

						margin-bottom:-4px; 
						
						padding-right: 10px;
	
					}

					#mainIconPathAttribute{
						transition: 0.5s;
					}


					.btn_contato:hover #mainIconPathAttribute{
						fill:#761b18
					}

					#horarios{
						font-size: 1rem; 
						
						text-align: center; 
						
						color: #fff;	
						
						background-color: #761b18cc; 
						
						padding:10px; 
						
						width: 450px; 

						margin: 0 auto;

						box-shadow: 3px 3px 5px #000000cc;
					}