body {
	width: 100%;
	height: 100%;
	margin: 0;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

h1,
h6 {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
}



  .backdrop {
	  -moz-box-shadow: 0px 6px 5px #111; 
	  -webkit-box-shadow: 0px 6px 5px #111; 
	  box-shadow: 0px 2px 10px #111; 
	  -moz-border-radius:190px; 
	  -webkit-border-radius:190px; 
	  border-radius:190px;
  }

  .linktree {
	  width: 120px;
	  height: 120px;
	  background-image: url("elementos/LogoRed.png");
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
  }

  .text-left{
	  text-align: left!important;
  }

  .btn:hover{
	  background-color: #232931!important;
	  border-color: #232931!important;
	  color:#fff!important;
  }

  .btn{
	padding-right: 3rem;
	background-color: #76ceba!important;
	border-color: #76ceba!important;
	transition: 0.5s!important;
  }


  .padding-redes{
	padding:4px 5px 3px 5px
  }


  .more_button{
	width: 80%; 
	padding-top:10px; 
	padding-bottom:10px; 
	font-weight: 600;
	text-align: justify!important;
	white-space:normal !important;
	word-wrap:break-word;
  }

  .more_button img{
	width: 35px;
	height: 35px;
	margin: 0 35px;
  }

  @media only screen and (max-width: 600px) {
	.more_button img{
		width: 35px;
		height: 35px;
		margin: 0 5px;
	  }
  }

  .body-container video{
	position: fixed;
	z-index: 0;
  }