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

}

{src: url("fuentes/arbonnie.ttf") format("ttf");}
html, body {
     height: 100%;
}
/*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;
}


/*HEADER*/

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


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


.subir {
  margin-right: 2rem;

}
/*INICIAR SESION*/

.fondobody  {
    background-color: #2d369f;
}

.iniciar {
    background-color: #d8e2eb;
    max-height: 100%;
    padding-top: 15rem;
    margin:0rem;
}

.registro a img {
    display: block;
    margin: auto;
    padding-top: 25rem;
    vertical-align: middle;
    min-width: 60%;
}

.iconos {
    padding-top: 6rem;
    display: flex;
    justify-content:center;
}

a {
    text-align: center;
}
a img {
    margin: auto;
    width: 60%;
}

.container {
  padding-top: 3rem;
  text-align: center;
  }

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;
    border-radius: 1rem;
}

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: 60%;
        text-decoration: none;
            font-weight: bold;
     border: 1px solid #2d369f;

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

}

p{
	font-family: verdana;
	color: #2a8ad7;
	font-size: 3rem;
}
.p {
	padding-top: 3rem;
	margin: auto;
	text-align: center;}


/*REGISTRO*/

.registrobody {
    margin:0rem;
    background-color: white;
	max-height: 100%;
}

.header {
	width: 100%;
    top: 0;
    max-height: 15%;
}

.registro2 {
	height: 15%;
}

.menuicon a img{
	max-width: 10%;
	margin:0.4rem;
}

.profilephoto {
background: linear-gradient(to bottom, rgba(45,54,159,1) 0%, rgba(231,56,39,1) 100%);
    width: 100%;
    padding-bottom: 2rem;
}

.persona {
	margin: auto;
	display: block;
	text-align: center;
}

.persona img {
	border-radius: 50%;
	background-color: #d8e2eb;
	width: 40%;
    margin-top: 4rem;
    padding: 1rem;
    vertical-align: middle;
}

.addcamera {
	margin: auto;
	display: block;
	text-align: center;
}

.addcamera img{
	border-radius: 50%;
	background-color: #FFD400;
	width: 10%;
	vertical-align: middle;
	margin-bottom: 2rem;
}

.profile {
    margin-top: 1rem;
	display: block;
	text-align: center;

}

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

}



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

.instrumento {
	font-size: 2rem;
	font-family: verdana;
}

.profile form {
    width: auto;
    margin-top: 1rem;
    display: inline-block;
}

 /*fede modificacion (chequear si va)*/
body {padding: 0 0 2rem 0;}

 /*PANTALLA 1*/

.pantalla1 {
	background-color: #d8e2eb;
    max-height: 100%;
	margin:0rem;
}

/*PERFIL*/
.perfilbody {
    margin:0rem;
    background-color: #EFEFEF;
  max-height: 100%;

}

.perfil{
  background-color: white;
  padding-bottom: 0.2rem;
}

h1 {
	font-family: verdana;
	font-size: 3rem;
	text-align: center;
	color: #2d369f;
	text-transform: uppercase;
  margin-top: 0rem;
}

p{
	font-size: 2rem;
	font-style: italic;
	text-align: center;
}

.canciones {
	text-align: center;
}

.canciones audio {
	width: 70%;
padding: 2rem; 
}

.personaperfil {
  padding-bottom-bottom: 2rem;
  display: block;
  margin: auto;
  text-align: center;
}

.personaperfil img {
  border-radius: 50%;
  background-color: #d8e2eb;
  width: 40%;
    margin-top: 4rem;
        margin-bottom: 1rem;

    padding: 1rem;
    vertical-align: middle;
}

.tabs {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 7rem;
  background-color: white;
  color: darkgray;
    display: flex;
    text-align: center;
        text-decoration: none;

}

.tabs div {
  width: 33%;
  text-align: center;
    font-family: verdana;
  font-size: 1.5rem;
  text-align: center;
  color: darkgray;
  vertical-align: middle;
  line-height: 7rem;
      text-decoration: none;
        color: darkgray;


}

.tabs div a{
      text-decoration: none;
  color: darkgray;

}

.parte {
  width: 100%;
  height: 11rem;
  background-color: white;
  display: block;
  margin: auto;
}

.instrumentos {
  width: 100%;
  height: 11rem;
  background-color: white;
  display: block;
  margin: auto;
}

.p {
  font-family: verdana;
  font-size: 2rem;
  color: darkgray;
  padding: 2rem;
  font-style: normal;
  text-align: left;
}

/*PERFIL2*/
.parte2 {
  width: 100%;
  height: 50rem;
  background-color: white;
  display: block;
  margin: auto;
}

.parte2 img {
  width: 40%;
  text-align: center;
  margin: auto;
  display: block;
  padding: 1rem;
}

h5 {
    text-align: center;
  margin: auto;
  display: block;
font-family: verdana;
font-style: italic;
  font-size: 1.5rem;
  color: darkgray;
  padding-bottom: 2rem;
}

/*NAV INFERIOR*/

.inferior {
  background: #2d369f;
  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%;
}