@import url('https://fonts.googleapis.com/css?family=Lato');

* {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

header {
    width: 100%;
    min-height: 2rem;
    position: relative;
}

body {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contenedor {
    max-width: 20rem;
    min-height: 35rem;
    max-height: -height: 30rem;
    background-color: #FFCC33;
    margin: 0 auto;
    position: relative;
    font-family: 'Lato', sans-serif;
}

.contenedor2 {
    max-width: 20rem;
    min-height: 35rem;
    max-height: -height: 35rem;
    background-color: #FFCC33;
    margin: 0 auto;
    position: relative;
    font-family: 'Lato', sans-serif;
}


.logo {
    width: 12rem;
    display: block;
    margin: auto;
    padding-top: 3rem;
    justify-content: center;

}

.contenedor h2 {
    margin-top: 0;
    text-align: center;
}

h2 {
    display: block;
    font-size: 1.5em;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

.botones {

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;

}


.contenedor p {
    text-align: center;
    font-size: 1rem;
    font-family: Lato;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}



article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}



.botones a {
    background: #333333;
    text-decoration: none;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin: 0.6rem 3rem;
    font-family: Roboto;
    font-size: 1rem;
    border-radius: 0.8rem;
    display: flex;
    justify-content: center;

}

h3 {
    font-size: 1rem;
    color: white;
    text-align: center;

}



.formulario p {
    text-align: left;
}


section {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;

}


a:link {
    color: black;
}

.menu {
    background-color: #232222;
    height: 3rem;


}

.menu li {
    color: white;
}

li a:link {
    color: white;
    list-style: none;
}

h1 {
    text-align: center;
    color: #333333;
}

.info h2 {
    font-size: 1rem;
}

.centrar{
  display: flex;
  justify-content: center;
}

.foto {

    border-radius: 100%;
    display: inline-block;
    justify-content: center;
    margin-top: 1.5rem;
    width: 12rem;
    height: 12rem;

}

.hamburguesa {
    padding-left: 0.5rem;
    padding-top: 0.7rem;
    padding-right: 0.5rem;
    color: white;
    font-size: 1.5rem;
    padding-left: 0.9rem;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: stretch;
}

a:visited{
    color: white;
}

.artistas2 {
    display: flex;
    flex-direction: row;

    align-content: space-between;
    margin: 0;
    padding: 0;

}

.fotito {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.fa,
.fas {
    color: white;
    margin-right: 0.4rem;
}

.opciones {
    background-color: #232222;
    margin: 0;
}

.galeria {
    margin-top: 0.5rem;
}

.nombreartista {
    justify-content: center;
    align-content: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.5rem;
}


.titulo {
    margin-top: 1rem;
    margin-bottom: 0;
}

h4 {
    text-align: center;
    margin: 0;
}

h5 {
    text-align: center;
    margin-top: 0.3rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}


/*.boton {
    background: #dbdbdb;
    height: 1.5rem;
    width: 10rem;
    margin-left: 5rem;
    padding: 0.2rem;
    padding-top: 0.3rem;
    border-radius: 5rem;
    margin-bottom: 0.5rem;
    box-shadow: 2px 2px 7px;

}*/


.botones2{

display: flex;
justify-content: center;
margin: 1rem;

}

.boton{
background-color: #232222;
margin: 0.2rem;
width: 6rem;

border-radius: 1rem;
}

.text-boton{
color: white;
padding: 0.5rem;

display: block;

}

.footer {
    background-color: black;
    color: white;
    padding: 0.01rem;
    text-decoration: none;

}

.footer p{
  color: white;
}

.fotoperfil {
    border-radius: 100%;
    margin-left: 9rem;
    margin-bottom: 0;

}

.titulos{
  background: #232222;
  border-radius: 1rem;
  margin: 1rem;
}

.letra-titulo{
  padding: 0.5rem;
  font-size: 0.7rem;;
}

.zoom{
  box-shadow:  0.1rem 0.1rem 0.6rem  #232222;
}


.fotito:active{
  transform: scale(1.15);
}


.datos h4{
  text-align: left;
  padding-left: 2rem;
  margin: 0.4rem;
}

.fa-map-marker-alt{
  color: black;
}

.titulo-artista{
  margin: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

hr{
      width: 19rem;
      height: 1px;
      border: 0;
      background-color: black;
      margin-left: 0.6rem;
      padding: 0;
}


.comentar{
  background: #232222;
  padding-bottom: 0.1rem;
}

.hora {

padding: 0;
margin-left: 2rem;
margin-bottom: 1rem;
}

.mensajes{
  margin-right: 1rem;
}


.perfiles p{
  display: block;
text-align: left;
margin-left: 2rem;
}

.perfiles h4{
  display:block;
  text-align: left;
  margin-left: 1.8rem;
  margin-right: 1rem;
  background: #232222;
  border-radius: 0.8rem;
  color: white;
  padding: 0.5rem;
}

.boton-largo{
  background: #232222;
  border-radius: 1rem;
  width: 15rem;
  margin: auto;

}

.subtitulo{
    padding-left: 1rem;
    padding-right: 1rem;
    text-align:left;
}