* {
  margin: 0 auto;
  padding: 0;
}

/*
azul: #394a5e  (58,74,94)
verde: #52695a (82,106,90)
gris: #716c68 (112,108,104)
*/

body {
  background-color: red;
  background: url(../img/musico_09_web.jpg) no-repeat fixed top left;
  background-size: 100%;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
}

h1,
h2,
h3 {
  color: #394a5e;
}

p {
  color: #52695a;
}

#header {
  height: 360px;
  text-align: left;
  font-size: 1.8em;
  border-bottom: 4px dotted #716c68;
  background: url(../img/logo-3_4_pincel.png) no-repeat 2rem 12rem;
}

#header h1 {
  padding: 180px 0 0 260px;
}

#header p {
  padding: 0 0 0 260px;
}

#menu {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #394a5e;
  text-align: center;
  font-weight: 400;
  font-size: 1.2em;
  color: white;
  -webkit-box-shadow: 0 8px 8px -4px rgba(64, 58, 60, 0.60);
  -moz-box-shadow: 0 8px 8px -4px rgba(64, 58, 60, 0.60);
  -ms-box-shadow: 0 8px 8px -4px rgba(64, 58, 60, 0.60);
  -o-box-shadow: 0 8px 8px -4px rgba(64, 58, 60, 0.60);
  box-shadow: 0 8px 8px -4px rgba(64, 58, 60, 0.60);
}

#menu ul {
  list-style: none;
  margin: 0 auto;
  border-bottom: 4px solid #716c68;
}

#menu li {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.2em;
  height: 2.2em;
  width: 5em;
}

#menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#menu li a:hover {
  height: 2.2em;
  border-bottom: 4px solid white;
  background-color: #52695a;
}

#cookieEU h2 {
  text-align: center;
  margin: 0 0 16px 0;
  padding: 24px 24px 0 24px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#textCookie {
  text-align: center;
  margin: 12px 0px 12px 0;
  padding: 0px 24px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 100;
}

#textCookie p {
  color: #fff;
}

#cookieEU {
  width: 300px;
  height: 300px;
  border: 8px dotted #394a5e;
  background-color: rgb(170, 170, 170);
  color: #fff;
  border-radius: 150px;

  position: fixed;
  top: 40%;
  left: 2%;
  right: 2%;

  -webkit-box-shadow: 2px 2px 24px #3D4935;
  -moz-box-shadow: 2px 2px 24px #3D4935;
  box-shadow: 2px 2px 24px #3D4935;

}

.button {
  width: 40px;
  height: 40px;
  background-color: #52695a;
  /* border: 1px solid white; */
  border-radius: 40px;
  color: white;
  margin: 12px 0 0 0;
  padding: 8px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
}

.button:hover {
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.6);
}

#content {
  background-color: #c7d2cb;
  width: 100%;
  overflow: auto;
}

#main {
  width: 80%;
  border-right: 4px dotted #716c68;
  float: left;
  color: #aec0b1;
}

#one {

  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border: 2px dashed #394a5e;
  margin: 4em 2em 4em 2em;
  text-align: left;
  background-color: #eff0ef;
  padding: 2em;
  overflow: auto;
}

#one p {
  margin-bottom: 1em;
}

#one h1,
h2,
h3 {
  margin: 1em 0 0.5em 0;
}

.imageRight {
  float: right;
  /* border: 4px dashed #fff; */
  margin: 2em 0 2em 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.imageRight img {
  border-radius: 2em;
}

#two {
  clear: both;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border: 2px dashed #394a5e;
  margin: 4em 2em 8em 2em;
  text-align: left;
  background-color: #eff0ef;
  padding: 2em;
}

#two p {
  margin-bottom: 1em;
}

#two h1,
h2,
h3 {
  margin: 1em 0 0.5em 0;
}

.imageLeft {
  float: left;
  /* border: 4px dashed #fff; */
  margin: 5em 2em 2em 0em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

#rightNav {
  float: right;
  /* width: 14%; */
  color: #aec0b1;
  margin-top: 4em;
  margin-right: 8%;
  text-align: center;
}

#rightNav li {
  color: #394a5e;
  list-style: none;
  margin-bottom: 2em;
}

#rightNav img:hover {
  color: #394a5e;
  list-style: none;
  border-bottom: solid 6px #394a5e;
  margin-bottom: -6px;
}

#footer {
  border-top: 4px dotted #394a5e;
  clear: both;
  bottom: 2.3em;
  position: fixed;
  width: 100%;
  background-color: #52695a;
  margin: 1;
  padding: .5em;
  text-align: center;
  font-size: 0.8em;
  font-weight: 300;
  color: #fff;
}

#footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

#footer a:hover {
  border-top: solid 4px #fff;
  padding-top: 0.5em;
}

#credito {
  background-color: #394a5e;
  clear: both;
  bottom: 0;
  position: fixed;
  width: 100%;

  margin: 0;
  padding: 0.5em;
  text-align: center;
  font-size: 0.8em;
  font-weight: 100;
  color: #fff;
}

#discos {
  /* background-color: cadetblue; */
  text-align: center;
  margin: 2em auto 4em auto;
}

.portadas {
  display: inline-block;
  /* background-color: darkkhaki; */
  margin: 2em 2em 14.5em 2em;

}

.portadas p {
  margin-top: -7em;
  font-size: 2em;
  color: #394a5e;
  visibility: hidden;

}

.portadas a {
  text-decoration: none;
}

.portadas a:hover p {
  visibility: visible;

}

.portadas img {

  -webkit-box-shadow: 6px 6px 12px 0px rgba(113, 108, 104, 0.4);
  -moz-box-shadow: 6px 6px 12px 0px rgba(113, 108, 104, 0.4);
  box-shadow: 6px 6px 12px 0px rgba(113, 108, 104, 0.4);
}

.blanco {
  color: white;
}

/* css formulario contacto */

#formulario {

  width: 400px;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border: 2px dashed #394a5e;
  margin: 4em auto 10em auto;
  text-align: left;
  background-color: #eff0ef;
  padding: 2em;
  overflow: auto;
}


form {
  display: block;
  font-size: 1em;
  background-color: transparent;
}

label {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  color: #716c68;
  margin-bottom: 0.1em;
}

.text input {
  width: 100%;
}

input {
  margin-bottom: 2em;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  color: #394a5e;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.4em;
  border: none;
  border-bottom: 2px dashed #716c68;
  background-color: transparent;
}

input:focus,
textarea:focus {
  outline: none;
  border-bottom: 2px dashed #394a5e;
}

select:focus {
  outline: none;
}


.soy label {

  display: inline-block;
  position: relative;
  margin-right: 1.2em;
  font-family: "Roboto Slab", sans-serif;
  color: #394a5e;
  font-size: 1em;
  font-weight: 300;
}

.soy {
  /* margin-left: 2em;
   margin-bottom: 2em; */
  margin: 1em 0 2em 2em;
  line-height: em;
}

.soy input[type="radio"] {
  position: absolute;
  opacity: 0;
}


.soy input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #716c68;
  display: inline-block;
  position: relative;

  width: 1em;
  height: 1em;

  top: 0.1em;
  margin-right: 0.4em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.soy input[type="radio"]:checked + .radio-label:before {
  background-color: #394a5e;
  border: 1px solid #394a5e;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.soy input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #394a5e;
}

.soy input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.soy input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;

}


/* select edad */

select {

  font-family: "Roboto Slab", sans-serif;
  color: #394a5e;
  font-size: 1em;
  font-weight: 300;
}

.edad,
.asunto {

  position: relative;
  border-bottom: 2px dashed #716c68;
  width: 23em;
  overflow: hidden;
  background-color: transparent;
  margin-bottom: 2em;

}

.edad:before,
.asunto:before {
  content: '';
  position: absolute;
  right: 0.5em;
  top: 1.2em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #716c68 transparent transparent transparent;
  z-index: 5;
  pointer-events: none;
}

.edad select,
.asunto select {
  padding: 6px 8px;
  width: 120%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  appearance: none;
  margin-top: 0.6em
}

.mensaje textarea:focus {
  outline: none;
  border-bottom: 2px dashed #394a5e;
}

.mensaje textarea {
  width: 100%;
  margin-top: 0.6em;
  margin-bottom: 2em;

  resize: vertical;
  overflow-y: auto;
  border: none;
  border-bottom: 2px dashed #716c68;
  background-color: #eee;

  font-family: "Roboto Slab", sans-serif;
  color: #394a5e;
  font-size: 1em;
  font-weight: 300;

}


/* css para LOPD - checkbox */

/* clase lopd */

.lopd {
  display: block;
  position: relative;
  padding-left: 2em;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.8em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #394a5e;
  font-weight: 300;
}

.lopd a {
  text-decoration: none;
  color: #716c68;
}

/* Ocultar la casilla de verificación predeterminada del navegador */

.lopd input {
  position: absolute;
  opacity: 0;
}

/* casilla de verificación nueva */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.2em;
  width: 1.2em;
  background-color: #eee;
}

/* fondo de color gris al pasar el ratón sobre la casilla de verificación */

.lopd:hover input ~ .checkmark {
  background-color: #ccc;
}

/* Cambia el fondo de color de la casilla, cuando está verificada */

.lopd input:checked ~ .checkmark {
  background-color: #394a5e;
}

/* Marca de verificación, cuando está oculta */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Marca de verificación, cuando se muestra */

.lopd input:checked ~ .checkmark:after {
  display: block;
}

/* Estilo de la marca de verificación */

.lopd .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Botones enviar formulario */

.botones {
  padding: 0 1em;
  border: none;
  margin-bottom: 2em;

}

.botones #limpiar {
  font-size: ;
  border: none;
  padding-top: 2.4em;
}

.botones #limpiar:hover {
  padding-top: 2.4em;
  font-weight: 500;
  color: #c63e3e;
  border-bottom: 2px dashed #c63e3e;
}

.botones #enviar {
  float: right;
  border: none;
  font-size: 1.2em;
  font-weight: 500;
  color: #52695a;
  background-color: lightgray;
  padding: 1.6em 0.5em;
  border-radius: 3.2em;
  border: 2px dashed #52695a;
  margin-bottom: 2em;
}

.botones #enviar:hover {

  color: white;
  background-color: #52695a;
  padding: 1.6em 0.5em;
  border-radius: 3.2em;
  border: 2px dashed white;
  margin-bottom: 2em;
}



/* @media para 480 px */

@media all and (max-width:480px) {

  #header {
    height: 460px;
    text-align: center;
    font-size: 1.6em;
    border-bottom: 4px dotted #716c68;
    background: url(/img/logo-3_4_pincel.png) no-repeat 6rem 12rem;
  }

  #header h1 {
    padding: 20rem 0 0 0;
  }

  #header p {
    padding: 0 0 0 0;
  }

  #menu {
    font-size: 1em;
  }

  #menu li {
    width: 4.4em;
  }

  #main {
    width: 100%;
  }

  .imageRight {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0.5em 1em 1em 0em;
  }

  .imageRight img {
    width: 100%;
    border-radius: 2em;
  }

  /* sube la cookie hacia arriba */
  #cookieEU {
    position: fixed;
    top: 20%;
    left: 2%;
    right: 2%;
  }


  .imageLeft {
    margin: 1em 2em 2em 0em;
    text-align: center;
    width: 100%;
  }

  .imageLeft img {
    width: 100%;
  }

  #rightNav {
    width: 100%;
    color: #aec0b1;
    margin: auto;
    margin-bottom: 6.3em;
    padding: 0.5em;
    text-align: center;
    border-top: 2px dashed white;
    background-color: #716c68;
  }

  #rightNav img {
    width: 2em;
  }

  #rightNav li {
    display: inline;
    color: #394a5e;
    list-style: none;
    padding: 0.5em;
  }

  #rightNav img:hover {
    border-bottom: solid 6px white;
  }



  /* @media para 500 px - Discos */
  #discos {
    text-align: center;
    margin: 2em auto 4em auto;
  }

  #discos img {
    width: 20em;
  }

  .portadas {
    display: inline-block;
    margin: 2em 2em 10em 2em;
  }

  .portadas p {
    margin-top: -6em;
    font-size: 2em;
  }

  /* @media para 500 px - footer */
  #footer {
    margin-bottom: 0.8em;
    padding: 1em;
  }

  #footer a:hover {
    border-top: none;
    border-bottom: solid 4px #fff;
    padding-bottom: 0.2em;

  }
