@font-face {
  font-family: 'Libre Baskerville', serif;
  font-family: 'Poppins', sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Poppins:ital,wght@0,400;0,600;1,400&display=swap');
}

* {
    margin:0;
    padding:0;
    box-sizing: border-box;
    border: 0;
    word-break: break-word
}

body {
    color: #dedad8;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: normal;
    background: url("../imagenes/backgroundpuentes.jpg");
    background-size: cover;
    width: 100%;
}

/* NAV - MENU */
header {
  display: flex;
  background-color: #1e1312;
  overflow: hidden;
}

header .logocontenedora {
  width: 100px;
  z-index: 9000;
}

#logonav:hover{
  opacity: 70%;
}

#logonav img{
  margin: 1rem 0 1rem 1rem;
  width: 3.5em;
}

header nav {
  width: auto;
  margin: 0 0 0 auto;
}

nav ul {
  height: 100%;
  display: flex;
  list-style: none;
}

ul.menu {
  align-items: center;
  justify-content: center;
}

nav ul li {
  padding: 14px 25px;
}

nav ul li a {  
  color: #a18780;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

header .menu-btn {
  background: none;
  border-radius: 50%;
  padding: .75rem;
  width: 3rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s ease-out;
  z-index: 9000;
  position: fixed;
  right: 20px; top: 15px;
  display: none;
}

    .menu-btn .btn-linea {
      width: 25px;
      height: 3px;
      margin: 4px 0 4px 0;
      background: #826C5F;
      transition: all 0.3s ease-out;
      position: relative;
    }
    
    /* cada barra, transformacion para formar la "X" */
    .mobile .menu-btn .btn-linea {
      transform: rotate(180deg);
    }
    /* Las tres barras para formar la "X" */
    .mobile .menu-btn .btn-linea:nth-child(1) {
      transform: rotate(45deg) translate(4px, 6px);
    }
    .mobile .menu-btn .btn-linea:nth-child(2) {
      opacity: 0;
    }
    .mobile .menu-btn .btn-linea:nth-child(3) {
      transform: rotate(-45deg) translate(4px, -6px);
    }

@media only screen and (max-width: 900px) { 
    header nav { 
      display: none;
  }

  header .menu-btn {
      margin: 0 0 0 auto;
      display: initial;
  }
}

.mobile nav {
  display: initial;
  width: 100%; height: 100%;
  position: fixed;
  top: 0px; left: 0;
  z-index: 1;
  background-color: #1e1312d2;
  transition: all .4s ease; /* anima cuando "nav" tiene la clase "menuVisible" */
  
  /* se muestra */
  translate: 0;
}

.mobile nav ul {
  flex-direction: column;
}

  /* cada vínculo del menu */
  .mobile nav ul li a {
    margin: 0 auto;
    border-bottom: solid 3px #634840;
    color: #dedad8;
    display: block;
    font-size: 1.5rem;
    margin-block-end: .5rem;
    width: min(70vw, 20rem); /* el valor menor entre el 40% del ancho de la ventana del navegador y 240px */
    text-align: center;
    padding: .5rem;
    text-decoration: none;
  }

  .mobile nav ul li a:hover {
    border-bottom: solid 3px hsl(0 0% 100% / 0.5);
    transition: all .3s;
  }

/* NAV - MENU */

a {
    text-decoration: none;
    color: #a18780;
}

.puentep {
  padding: 5rem 0;
  width: 100%;
}

.subtitulo{
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5em;
  text-align: center;
  margin-top: -1.2em;
  margin-block-end: 2em;
}

.puentep p{
  background-color: #372c2e; 
  padding: 2rem;
  margin: auto;
  font-size: 1.2rem;
  max-width: 1000px;
  
}

.puentep img{
    width: 100%;
    object-fit: contain;
}

#puentevec{
  display: flex;
  justify-content: center;
}

#puentevec img{
  max-width: 30rem;
  min-width: 5rem;
  padding: 0 2rem;
}

.puentep h1{
    color:#de9e48;
    text-align: center;
    font-size: 2.6rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
    padding: 2rem 0;
}

.canciones {
  display: flex; 
  justify-content: center;
  margin: 0rem 2rem;
}

@media only screen and (max-width: 550px) {
  .canciones {
    display: flex; 
    flex-wrap: wrap;
    margin: 0;
  }
}


.canciones .cancion {
  padding: 1rem 0;
  background-color: #372c2e;
  margin: 1rem;
  max-width: 600px;
}

.canciones figure{
  padding: 1rem 2rem;
}

.canciones img{
  max-width: 100%;
  box-shadow: .5em .5em .5em #150d0842; 
}

.canciones h2{
  font-family: 'Libre Baskerville', serif;
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #de9e48;
}

#comunidad {
    background: url("../imagenes/comunidad.jpg") no-repeat center center;
    padding: 12rem 0;
    background-size: cover;
    margin: 3rem 0 1rem 0;
}

#comunidad h2{
    color: #de9e48;
    font-size: 2.5em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
}

footer {
  background-color: #1e1312;
  padding: 1em 2rem 2rem 1rem;
  display: flex; flex-wrap: wrap;
  color: #a18780;
}

footer .navegacion {
  width: 50%; /* Para que uno este a la derecha y otro a la izq*/
  margin-bottom: 1.5rem;
}

footer .navegacion ul {
  border-left: solid 0.2rem #372c2e;
  padding-left: 0.5rem;
  list-style: none;
}

footer .navegacion ul li{
  text-decoration: underline;
}

footer .comunicacion ul {
  list-style: none;
}

footer .comunicacion ul li {
  display: flex;
}

footer .comunicacion ul li figure {
  margin: auto 1rem auto 0;;
}

footer .comunicacion ul li p {
  margin: auto 1rem auto 0;
  word-break: break-word;
}

footer p {
  margin-top: 2rem;
}

@media screen and (min-width: 850px) {
  footer .comunicacion {
    margin-left: auto;
  }
}


.imagenes {
  width: 100%;
  object-fit: contain;
  padding: 0 2rem 0 2rem;
 } 
  
.iconos {
  width: 4rem;
  justify-content: center;
}

.interpretaciones {
  justify-content: center;
}

/* INDEX */

.verficha, .verfichac {
  text-align: center;
}

.verficha a {
  color: #372c2e;
  font-weight: 700;
  text-decoration:underline;
  background-color: #a18780;
  padding: 1rem;
  border-radius: 1.2rem;
  margin: 2rem 0;
}

.verfichac a {
  color: #a18780;
  font-weight: 700;
  text-decoration: underline;
  margin: 2rem 0;
}

.nodisp {
  filter: grayscale(1) brightness(0.4);
}


.cancionesl img{
  width: 100%;
}

.cancionesl h1{
  color:#de9e48;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  padding: 2rem 0;
}

.cancionesl >p, .acumar  {
  color: #dedad8;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0 1rem 2rem 0rem;
}

.cancionesl .cdestacada h2 {
  color:#de9e48;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  padding: 0 1rem 1rem 0;
}

.cancionesl .cdestacada h3 {
  color: #dedad8;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}

.cancionesl .cdestacada h4 {
  color: #dedad8;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.cancionesl .destacadayt {
  display: flex;
  justify-content: center;
}

.cancionesl iframe {
  width: 70%;
  aspect-ratio: 16/9;
  margin: 1rem 0;
}

@media screen and (max-width: 800px) {
  .cancionesl iframe {
    width: 100%;    
  }
}

.cancionesl .destacadames {
 display: flex;
 justify-content: center;
 margin: 2rem 0;
}

.cancionesl .destacadames p{
  font-size: 1.2rem;
}

.contenedoracancion{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}

.contenedoracancion > div {
  flex-basis: 33.33%; 
  padding: 1rem;
  box-sizing: border-box;
}

.cancionesl .destacadasoc ul{
  display: flex;
  line-height: 4rem;
  list-style: none;
  justify-content: center;
  gap: 4rem;
  margin: 1rem 0;
}

.cancionesl .destacadasoc ul li img{
  width: 4rem;
  display: inline;
  vertical-align: middle;
}

@media (max-width: 1500px) {
  .cancionesl .destacadasoc ul li img {
    width: 3rem; 
  }
}

@media (max-width: 900px) {
  .cancionesl .destacadasoc ul li img {
    width: 2.5rem; 
  }
}

@media (max-width: 800px) {
  .cancionesl .destacadasoc ul li img {
    width: 2rem; 
  }
}

.cancionesl .cancion{
  margin: 2rem 2rem;
  padding: 1.5rem 2rem;
  background-color: #1e1312;

}

.cancionesl .cancion h3 {
  color:#de9e48;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
}

.cancionesl .cancion h4{
  color: #dedad8;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 1rem 0;
}

/* INDEX */

/* CANCIONES */

/* CANCIONES */

.ficha .fichamainvideo {
  display: flex;
  justify-content: center;
}

.ficha .fichamainvideo iframe {
 width: 80%;
 aspect-ratio: 7/3;
}

.ficha h1 {
    color:#de9e48;
    text-align: center;
    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
    margin: 3rem 0;
}

.ficha .desc{
  text-align: center;
  padding: 1rem 3rem;
  font-size: 1.5rem;
}

.ficha section >p{
  margin-bottom: 3rem;
}

.ficha img, .ficha .interprete .sociales figure img{
  max-width: 90%;
}

.ficha .interprete img{
  max-width: 70%;
}

.artistas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin-inline: auto;
}

.artistas .artistaizquierda, .artistas .artistaderecha {
 padding: 1.5rem 2rem;
 margin: 0rem 2rem 2rem 2rem;
 background-color: #372c2e;
}

.artistas .artistaizquierda h2, .artistas .artistaderecha h2 {
  color: #de9e48;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}

.artistas .artistaderecha h2 {
  text-align: right;
}

.artistas .artistaizquierda div, .artistas .artistaderecha div {
  display: flex;
  gap: 2rem;
}


.artistas .artistaizquierda div p, .artistas .artistaderecha div p {
  width: 90%;
  color: #dedad8;
  font-size: 1.3rem;
}

.artistas .artistaizquierda a {
  color: #a18780;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 2rem 0;
  width: 100%;  
  margin-top: 1em;
}


@media only screen and (max-width: 1000px) {
  .artistas .artistaizquierda div {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .artistas .artistaderecha div {
    flex-direction: column-reverse;
    width: 100%;
    align-items: center;
  }

  .artistas .artistaizquierda div figure, .artistas .artistaderecha div figure {
    width: 90%;
    display: inline-flex;
    justify-content: center;
  }

  .artistas .artistaizquierda div p, .artistas .artistaderecha div p {
    width: 100%;
    color: #dedad8;
    font-size: 1.25rem;
  }

  .artistas .artistaizquierda, .artistas .artistaderecha {
    padding: 1.5rem 2rem;
    margin: 1rem 1rem;
    background-color: #372c2e;
   }

   .artistas .artistaizquierda h2, .artistas .artistaderecha h2 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    text-transform: none;
  }

  .artistas .artistaizquierda a {
    font-size: 1.5rem;
  }
}

.ficha .cancionp {
  display: flex;
  margin: auto;
  max-width: 900px;
  align-items: center;
}

.ficha .cancionp .dimagen {
  width: 50%;
}

.cancionp {
  padding-top: 2rem;
}

.ficha .cancionp .itexto {
  width: 60%;
  margin-left: 2rem;
}

.ficha .cancionp .itexto ul li a{
  display: flex;
  line-height: 3rem;
}

.ficha .cancionp .itexto ul{
  list-style: none;
  margin: 0
}

.ficha .cancionp .itexto p{
  color: #dedad8;
  font-size: 2rem;
}

.ficha .cancionp .itexto ul li img{
  width: 2.3rem;
  margin-right: 0.5rem;
  display: inline;
  vertical-align: middle;
}

.ficha .cancionp .itexto h2{
  color: #de9e48;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  text-align: right;
  font-size: 2.5rem;
}

.ficha .cancionp .itexto h5{
  color: #dedad8;
  font-size: 1.8rem;
  font-family: 'Libre Baskerville', serif;
  text-align: right;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

@media only screen and (min-width: 510px) {
  .ficha .cancionp .itexto p {
    font-size: 1.5rem;
    line-height: inherit;
  }
  .ficha .cancionp .itexto ul li a {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 700px) {
  .ficha .cancionp {
    display: inline;
    width: 100%;
  }
  .ficha .cancionp .dimagen {
    width: 100%;
    padding: 1rem 2rem;
  }
  .ficha .cancionp .itexto {
    width: 100%;
  }
  .ficha .otrosinterpretes .interpretes {
    display: inline;
    width: 100%;
  }
  .ficha .otrosinterpretes .interpretes .interprete {
    width: 100%;
  }
  .ficha .cancionp .itexto h2 {
    font-size: 2rem;
  }
  .ficha .cancionp .itexto h3 {
    font-size: 1rem;
  }
  .ficha .cancionp .itexto p {
    color: #dedad8;
    font-size: 1.5rem;
}
  .ficha .cancionp .itexto ul li {
    margin: 1rem;
  }

  body .ficha .cancionp .itexto h2 {
    margin-right: 2.5rem;
  }   

  body .ficha .cancionp .itexto h5 {
    padding-right: 2.5rem;
  }
}

.otrosinterpretes {     
  padding: 1rem 0;
}

.otrosinterpretes h2 {
  margin: 2rem 2rem;
  color: #de9e48;
  font-size: 2.3rem;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
}

.otrosinterpretes .interpretes {           
 display: flex; justify-content: center;
 gap: 2rem;
 margin: 0 2rem;
}

.otrosinterpretes .interpretes .interprete {
  width: 60%;
  display: flex; flex-direction: column;
}

.otrosinterpretes .interpretes .interprete h3 {
  color: #f2ebeb;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.otrosinterpretes .interpretes .interprete p {
  margin-bottom: 1rem;
  height: 2rem;
  color: #dedad8;
  text-align: center;
}

.otrosinterpretes .interpretes .interprete figure {
  margin-bottom: 1rem;
  text-align: center;
}

.otrosinterpretes .interpretes .interprete .sociales img{
  width: 3rem;
}
.otrosinterpretes ul{
  display: flex; justify-content: space-around;
  list-style: none;
}

.parti {
  color:#de9e48;
  font-size: 2.3rem;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  margin: 0 3rem;
}

/*SLIDER PARTITURAS*/

.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.mySlides {
  display: none;
  text-align: center;
}

.mySlides img {
  max-width: 100%;
  height: auto;
}

.galeriaacu {
  margin: auto;
  width: 75%;
}

@media only screen and (max-width: 600px) {
  .galeriaacu {
    display: inline;
    width: 100%;
  }
}

.galeriaparti {
  margin: auto;
  width: 55%;
}

@media only screen and (max-width: 600px) {
  .galeriaparti {
    display: inline;
    width: 100%;
  }
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
  color: white;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
  cursor: pointer;
}

.active {
  background-color: #de9e48;
}
/*SLIDER PARTITURAS*/

/* CANCIONES */

/* ACUMAR */

.acumar, .act {
  max-width: 95rem;
  margin: auto;
}

.acumar h1 {
  color:#de9e48;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  padding: 2rem 0 2rem .5rem;
  text-align: center;
}

.acumar .desc{
  color: #dedad8;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: normal;
  text-align: center;
  margin-bottom: 1rem; margin-top: 1.5rem;
  justify-content: center;
}

.acumar .fichamainvideo iframe{
  aspect-ratio: 16/9;
  width: 60%;
}

.acumar .acuinfo h2{
  color:#de9e48;
  font-size: 2.3rem;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 1rem; margin-top: 3rem;
}

.acumar .acuinfo p {
  margin: 3rem 0;
}

.acumar p {
  font-size: 1.1em;
  max-width: 1300px;
  margin: auto;
}

.acumar img {
  width: 100%;
}

.acumar .fichamainvideo {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 900px) {
  .desc {
    font-size: 1.15rem !important;
    margin: 0 2rem;
  }

  .acumar .fichamainvideo iframe, .ficha .fichamainvideo iframe{
    aspect-ratio: 16/9;
    width: 100%;
  }

  .acumar p {
    font-size: 1.3rem;
    max-width: 1300px;
    margin: auto;
  }

  .acumar .acuinfo p {
    margin: 1rem 0;
  }

  .acumar .acuinfo h2{
    color:#de9e48;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 1rem; margin-top: 3rem;
  }
}

/* SLIDER */
  .slideshow-container-horizontal {
    position: relative;
    max-width: 100%;
    margin: auto;
  }

  .mySlides-horizontal {
    display: none;
    text-align: center;
  }

  .mySlides-horizontal img {
    max-width: 100%;
    height: auto;
  }

  .prev-horizontal, .next-horizontal {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    padding: 16px;
    color: white;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s;
  }

  .prev-horizontal:hover,
  .next-horizontal:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .prev-horizontal {
    left: 0;
  }

  .next-horizontal {
    right: 0;
  }

  .dot-horizontal {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
    cursor: pointer;
  }

  .active-horizontal {
    background-color: #717171;
  }

  .numbertext {
    color: #ffffff;
    background-color: #71717191;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  .text a{
    color: #ffffff;
    text-decoration: underline;
  }

  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
  /* SLIDER */

  .acuinfo figure {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .acuinfo figure img {
    width: 100%; 
  }
  
  @media screen and (min-width: 640px) {
    .acuinfo figure img {
      width: 60%; 
    }
  }

/* COMUNIDAD */

.comudesc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}

.comudesc figure img{
  width: 100%;
}

.comudesc figure{
  margin-right: 1rem;
}

.comudesc .comulogos li img {
  width: 4rem;
  margin-right: 0.5rem;
  display: inline;
  vertical-align: middle;
  padding: 1.5rem 0;
}

@media (max-width: 545px) {
  .comudesc .comulogos li img {
    width: 3rem; 
  }
}

@media (max-width: 500px) {
  .comudesc .comulogos li img {
    width: 2.5rem; 
  }
}

@media (max-width: 450px) {
  .comudesc .comulogos li img {
    width: 2rem; 
  }
}

.comudesc ul {
  list-style: none;
}
  
.cancioncontenedora {
  display: flex;
  flex-wrap: wrap;
  background-color: #372c2e;
  border-radius: 2rem;
  margin: 2rem 1.5rem;
  padding: 1rem;
  justify-content: center;
  max-width: 555px;
  margin-inline: auto;
}

@media (min-width: 1300px) {
  .contenido{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
}

.cancioncontenedora .discologo img {
  max-width: 100%;
  max-height: 100%;
}
  
@media screen and (min-width: 550px) {
  .cancioncontenedora {
    flex-wrap: nowrap;
  }

  .cancioncontenedora .discologo {
    margin-right: 1rem;
    max-width: 30rem;
    max-height: 30rem;
  }
}

figure.discologo {
  display: flex;
  align-items: center;
}

.cancioncontenedora .cancioninfo .audio audio,.cancioncontenedora .cancioninfo .audio figure,.cancioncontenedora .cancioninfo .audio p {
  display: inline;
}
  
.audio {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.audio figure img{
  width: 3rem;
}
.audio figure img:hover{
  cursor: pointer;
  
}

.infocom h4{
  color:#de9e48;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
}

.infocom p{
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.audio p{
  font-size: 3rem;
}

.cancioncontenedora .cancioninfo{
  width: 100%;
}

.comuinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.comuinfo audio {
  margin: 1.5rem auto;
}

.comunidad h1 {
  color:#de9e48;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  padding: 2rem 1rem;
}

.comunidad h3 {
  color:#dedad8;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: 'Libre Baskerville', serif;
  text-align: center;
}

.comuinfo h4 {
  color:#de9e48;
  font-size: 1.7rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}

.comunidad .desc, .obras p{
  color:#dedad8;
  font-size: 1.3rem;
  font-weight: 400;
  max-width: 1000px;
}

.obras {
  margin-top: 6rem;
  padding: 0 1rem;
}

.obras h2 {
  color:#de9e48;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin: 1rem 2rem;
}

#act {
  background: url("../imagenes/actividades.jpg") no-repeat center center;
  padding: 12rem 0;
  background-size: cover;
  margin: 0.75rem 0;
}

#act div h4{
  color: #de9e48;
  font-size: 2.5em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  text-shadow: 2p 2px #372c2e;
}

.comusubi .subi1 figure img {
  max-width: 400px;
  min-width: 100px;
}

.comusubi {
  display: flex;
  gap: 1rem;
  align-items: center;
  max-width: 1000px;
  margin: auto;
  padding: 0 2rem;
}

.comusubi .subi2 p {
  width: 90%;
  color: #dedad8;
  font-size: 1.5rem;
  margin-block-end: 1em;
}

.comusubi .subi2 a h3 {
  width: 90%;
  color: #de9e48;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #634840;
  border-radius: 20em;
  padding: 1rem;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .comusubi {
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: auto;
  }

  .comusubi figure {
    width: 90%;
    display: inline-flex;
    justify-content: center;  }

  .comusubi .subi2 p {
    width: 90%;
    color: #dedad8;
    font-size: 1.3rem;
    margin: 1rem auto;
    text-align: center;
  }
  
  .comusubi .subi2 a h3 {
    width: 90%;
    color: #de9e48;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #634840;
    border-radius: 20em;
    padding: 1rem;
    text-align: center;
    margin: auto;
    margin-bottom: 2rem;
  }
  .comusubi .subi1 figure img {
    max-width: 350px;
    min-width: 100px;
    margin: auto;
    margin-top: 2rem;
  }

  .obras h2 {
    font-size: 2.2rem;
  }
}


/*INICIAR SESION*/
.formulario {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; 
}

.form {
  background-color: hsl(0 0% 100%);
  width: min(25em, 90%);
  padding: 4em 3em;
  border-radius: .5em;
  box-shadow: 0 .5em 1em -.5em #372c2e;
  text-align: center;
}

.form__titulo {
  font-size: 2rem;
  margin-block-end: .5em;
  color: #372c2e;
}

.form__parrafo {
  font-weight: 300;
  color: hsl(0 0% 35% / 50%);
}

.form__link {
  font-weight: 400;
  color: #372c2e;
  text-decoration: none;
  outline: none;
}

.form__link:hover,
.form__link:focus {
  text-decoration: underline;
}

.form__contenedor {
  margin-block-start: 3em;
  display: grid;
  gap: 2.5em;
  
  
}

.form__grupo {
  position: relative;
  --color: hsl(0 0% 35% / 50%);
}

.form__input {
   width: 100%;
   background: none;
   color: #372c2e;
   font-size: 1rem;
   padding: .5em;
   border: solid 1px var(--color);
   border-radius: .25em;
   outline: none;
   font-family: inherit;
   cursor: pointer;
   transition: 1s;
  }

#margen{
  margin-top: 1em;
}

#cuenta{
  margin: 0.5em;
}

.form__input:focus {
  color: var(--color);
  font-weight: 700;
}

.form__label {
  color: var(--color);
  position: absolute;
  top: 0;
  left: .5em;
  transform: translateY(.5em);
  transition:
    transform .5s,
    color .3s,
    padding .5s;
  background-color: hsl(0 0% 100%);
  padding: 0;
}

:is(.form__input:not(:placeholder-shown),
    .form__input:focus) {
  --color: #372c2e;
}

:is(.form__input:not(:placeholder-shown),
    .form__input:focus) + .form__label {
  transform: translateY(-.6em) scale(.7);
  transform-origin: left top;
  padding: 4px;
  --color: #372c2e;
}

.form__label::before {
  content: "";
  position: absolute;
  inset: calc(50% - .5em) auto auto 0;
  background-color: #372c2e;
  border-radius: 50%;
  width: 1em;
  aspect-ratio: 1;
  transform: scale(0);
  transition: .5s;
}

.form__submit {
  background-color: #372c2e;
  color: hsl(0 0% 100%);
  font-family: inherit;
  font-size: inherit;
  padding-block: .8em;
  border: none;
  border-radius: .5em;
  outline: none;
  cursor: pointer;
  transition: .5s;
}

.form__submit:focus,
.form__submit:hover {
  background-color: #372c2e;
}
.form {
  margin: auto; 
  margin: 2em auto;
}

.form__contenedor {
  margin: auto; 
}

.espacio{
  margin-block-end: 10.5rem;
}
/*INICIAR SESION*/


/*SUBI TU CANCIÓN*/

.subir {
 max-width: 95rem;
 margin: auto;
}

.subitucancion h1, .act section h1 {
  color:#de9e48;
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  margin: 3rem 0;
}

.subitucancion #stcdesc {
  color:#dedad8;
  font-weight: 400;
  margin: 1rem 1rem;
}

.subitucancion #lista1 li {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 3rem;
  list-style: circle;
}

.subitucancion h3 {
  color: #de9e48;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.subitucancion #lista2 li {
  font-weight: 400;
  margin: 1rem 3rem;
  list-style: auto;
}

.subitucancion #stcdesc2 {
  color:#dedad8;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 2rem;
}

.subitucancion a {
  color:#af8f80;
  font-weight: 400;
  text-decoration: underline;
}

.subir #yapcomp {
  color: #de9e48;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: auto 3rem;
  margin-top: 4rem;
  text-align: center;
}

/*SUBI TU CANCIÓN*/

/*POP UP*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal__contenido {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  color: #372c2e;
}

.modal__cerrar {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #372c2e;
  color: hsl(0 0% 100%);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
/*POP UP*/

/*ACTIVIDADES*/

#activ h2 {
  margin-block-end: 1rem;
}

#activ #activsub {
  font-size: 1.5rem;
  max-width: 1300px;
  margin: auto 3rem;
  margin-bottom: 2rem;
  text-align: left;
}

@media only screen and (max-width: 550px) {
  #activ #activsub {
    font-size: 1.2rem;
    margin: auto;
    margin-bottom: 2rem;
    text-align: left;
  }
  #activ #centrar h1 {
    font-size: 2.5rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

  .subir #yapcomp {
    color: #de9e48;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: auto 0.5rem;
    margin-top: 4rem;
    text-align: center;
  }
}

.destacado{
  color:#a18780;
}

#centrar{
  text-align: center;
}

.artistas .artistaderecha ul li {
  color:#a18780;
  margin-left: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}


/*ACTIVIDADES*/

main {
  padding: 0 0.5rem;
}

.acumar, .space {
  padding: 0 1.5rem;
  max-width: 95rem;
  margin: auto;
}