/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {

}
.mb-auto{
max-width: 100%;
}
h3
{
font-size:1.2em;
}
hr{
width:75%;
}
.cover-container {
  max-width: 42em;
}
.col {
    margin-top: 20px;
}
.btn {
    font-size: 1.3rem;
}
.btn-outline-dark {
	display: inline-block;
    width: 220px;
}
.btn-outline-dark:hover {
	background-color:white;
	color: #CBA286;
	border-color: #CBA286;
}
.botoncuadrado a {
    text-align: center;
}
.comprar .btn-outline-dark {
    width: 340px;
}
.redes a 
{
    padding-left:6px;
	padding-right:6px;
	line-height:1.8;
	color: black;
}
.redes h3 
{
	margin-bottom:15px;
}
.redes a {
	display: inline-block;
}
/*
 * Header
 */
.mb-auto .img-fluid
{
  margin-top:20px;
  margin-bottom: 40px;
}

.cabecera 
{
	background-color: red !important;
	background: linear-gradient(-45deg, #E8DAAC, #E9D4A1, #AC937D, #B2A086);
	background-size: 400% 400%;
	animation: gradient 25s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.musica
{
  margin-top:40px;
  margin-bottom: 40px;
}
.redes
{
  margin-top:70px;
  margin-bottom: 40px;
}
.apoyo
{
  margin-top:70px;
  margin-bottom: 80px;
}
h1, h2
{
  margin-top:40px;
  margin-bottom: 20px;
}
.body
{
  margin-top:40px;
  margin-bottom: 80px;
  background-color:white;
}
.musica h1
{
  margin-top:0px;
  margin-bottom: 0px;
  font-weight: bold;
}
.musica h2
{
  margin-top:0px;
  margin-bottom: 0px;
}
.musica h2 a
{
  color: #3DC0B0;
}
.mb-5, .my-5 {
    margin-bottom: 0rem !important;
	margin-top: 0rem !important;
}
.p-lg-5 {
    padding: 1.5em!important;
}
footer p{
  margin-bottom: 10px;
  font-size: 0.8em;
}
footer p a{
  padding-right: 15px;color: black;
}
/*
.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
 */
 .fondorepro
 {
background-color: rgba(178, 160, 134, 0.3); 
padding-top:10%;
padding-bottom:2%;
padding-left:4%;
padding-right:4%;
}
 #player {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
 #player div {
  margin: 5px;
  cursor: pointer;
}
 #player #playButton.play {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 30px solid #EDE3BF;
  border-bottom: 15px solid transparent;
}
#player #playButton.pause {
  width: 10px;
  height: 30px;
  border-left: 10px solid #EDE3BF;
  border-right: 10px solid #EDE3BF;
}
 #player #stopButton {
  width: 30px;
  height: 30px;
  background: #EDE3BF;
}
 #player #duration {
  display: block;
  width: 102px;
  height: 10px;
  border: 1px solid white;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 #player #duration span {
  display: block;
  width: 0;
  height: 9px;
  background: #EDE3BF;
}
@media (max-width: 420px){
	.comprar .btn-outline-dark {width: inherit;}
}
@media (max-width: 300px){
	.btn-outline-dark {	display: inline-block; width: inherit;}
	.musica h1 {font-size:1.6em;}
	.musica h2 {font-size:1.2em;}
	.musica h3 {font-size:0.8em;}
	.gracias h1{font-size:1.6em;}
}