@font-face {
    font-family: 'ar_bonnieregular';
    src: url('fuentes/arbonnie-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

{src: url("fuentes/arbonnie.ttf") format("ttf");}

body {
	margin:0rem;
}
.buscarbody {
	background-color: #EFEFEF;
	margin: 0rem;
	overflow: scroll;
}
/*SIDE NAV*/

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #ef3e2e; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {

  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-family: verdana;
  font-size: 35px;
  color: white;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

span img {
	float: left;
	width: 10%;
	margin:1rem 0rem 0rem 1rem;
}

/*NAV INFERIOR*/

.inferior {
	background: #ef3e2e;
	position: fixed;
	bottom:0;
	width: 100%;
}

nav ul {
	display: flex;
	justify-content:space-around;
	padding-inline-start:0rem;
}

nav ul li {
	list-style-type: none;
}

nav ul li a img {
	min-width: 100%;
}


/*HEADER*/

header {
	display: fixed;
	background-color: #2d369f;
	padding: 1rem 1rem 0.1rem 1rem;
}


.logo {
	width: 100%;
	text-align: center;
}


.subir {
	margin-right: 2rem;

}

/*SECTIONS*/
article {
	margin-left: 2rem;
}
h1 {
	font-family: sans-serif;
	font-size: 3rem;
	color: #505641;
	margin-left: 4rem;
	margin-top: 6rem;
}

.escucha
{
	font-style: italic;
}


.top10 .escucha div {
	display: flex;
}
.escucha div {
	display: flex;
}
.recomendados div {
	display: flex;
}

.plus {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.play {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.botones {
    margin-left: 1%;
}

.A {
	margin: 0.5rem;
}

.top10contenido {
	margin-left: 3%;
	overflow: auto;
	display: flex;
	height: 45%;
}


.escuchacontenido {
	margin-left: 3%;
	margin-right: 3%;
	overflow: auto;
}

.recomendadoscontenido {
	margin-left: 3%;
	margin-right: 3%;
	overflow: auto;
	margin-bottom: 10rem;
}

/*PRUEBA*/




/*BUSCAR*/

.iconitos {
	display: flex;
justify-content: space-around;
    padding-inline-start: 0rem;}

.bateria {
	background-color: #ef3e2e;
	border-radius: 1rem;
	width: 30%;
	padding: 3rem 2rem 3rem 2rem;
	margin:4rem 0rem 2rem 4rem;
	text-align: center;
}

.saxo {
	background-color: #ef3e2e;
	border-radius: 1rem;
	width: 30%;
	padding: 3rem 2rem 3rem 2rem;
	margin:4rem 4rem 2rem 0rem;
	text-align: center;
}

.piano {
	background-color: #ef3e2e;
	border-radius: 1rem;
	width: 30%;
	padding: 3rem 2rem 3rem 2rem;
	margin:2rem 0rem 4rem 4rem;
	text-align: center;
}

.guitarra {
	background-color: #ef3e2e;
	border-radius: 1rem;
	width: 30%;
	padding: 3rem 2rem 3rem 2rem;
	margin:2rem 4rem 4rem 0rem;
	text-align: center;
}

/*JAM PAGE*/

.jambody {
	background-color: #2d369f;
	width: 100%;
	margin:0rem;
}

.upload {
	width: 25%;
	background-color: #ef3e2e;
	border-radius: 5rem;
    display: block;
    margin: 30rem auto auto auto;
text-align: center;}


.upload input[type=file] {
 width: 0.1px;
 height: 0.1px;
 opacity: 0;
 overflow: hidden;
 position: absolute;
 z-index: -1;
 }

button {
    background-color: blue;
    color: #2d369f;
    margin-top: 4rem;  border: none;
    cursor: pointer;
    font-family: verdana;
	background-color: white;
	font-size: 2rem;
	text-align: center;
    padding: 1rem 3rem;
    width: 40%;
        text-decoration: none;
            font-weight: bold;
     border: 1px solid #2d369f;
     display: block;
     margin: 3rem auto ;

}
button a {
    text-decoration: none;
    color: #2d369f;
    font-weight: bold;
}
button:hover {
  opacity: 0.8;
      text-decoration: none;


}

button [type=submit]{
	    text-decoration: none;

}

/*UPLOAD 2*/

.profile {
	display: block;
    margin: 9rem auto auto auto;
text-align: center;
}

.profile div img {
	width: 60%;
}

input[type=text], input[type=password] {
    width: 60%;
    padding: 12px 20px;
    margin: 1rem 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: verdana;
    color: black;
    font-style: italic;
    background-color: ;
    font-size: 2rem;
    text-align: center;
    border-radius: 1rem;
}

select {
	  width: 60%;
  padding: 12px 20px;
margin-top: 1rem;
  box-sizing: border-box;
  font-family: verdana;
  color: black;
	font-style: italic;
	background-color: white ;
	font-size: 2rem;
	text-align: center;
	border-radius: 1rem;
	position: relative;
	 border: 1px solid #2d369f;

}
.checkbox{
	margin-top: 1rem;
    font-family: verdana;
    color: white;
    font-style: italic;
    font-size: 2rem;
    text-align: center;
}

textarea {
		  width: 60%;
  padding: 12px 20px;
margin-top: 2rem;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: verdana;
  color: black;
	font-style: italic;
	background-color: ;
	font-size: 2rem;
	text-align: center;
	border-radius: 2rem;
}

p {
	color: white;
	font-size: 2rem;
	font-family: verdana;
	text-align: center;
	text-decoration: underline;
}
.pistaguardada {
	padding: 5rem;
	margin-top: 20rem;
}
h2 {
    font-family: verdana;
    color: white;
    font-size: 2rem;
    text-align: center; 
    margin-top: 4rem;
}

/*INFO*/
.info {
	font-family: verdana;
	color: darkgray;
	font-size: 1.5rem;
	text-align: left;
	padding: 3rem;
	margin-top: 5rem;
}


	/*SOLICITUDES*/
.solicitud {
	background-color: white;
	width: 95%;
	display: block;
	margin:auto auto 1rem auto;
	text-align: center;
	height: 10rem;
	font-size: 2.5rem;
}

.solicitud p{
	line-height: 10rem;
	vertical-align: middle;
	color: black;
	text-decoration: none;
}