@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  --primary-color: #b4222a;
  --secondary-color: #e04d2c;
  --background-color-1: #323b3f;
  --extra-light: #d6d6d6;
  --white: #ffffff;
  --max-width: 1200px;
}

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

.infocd__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 8rem 1rem;
}

.section__container {
    max-width: var(--max-width);
    margin: auto;
    padding: 3rem 1rem;
  }

.section__header {
  font-family: "Fredoka", sans-serif;
  font-size: 2.5rem;
  color: var(--white);
  line-height: 3.25rem;
  text-align: center;
}

.section__description {
  font-size: .9rem;
  color: var(--extra-light);
  line-height: 1.7rem;
}

.btn {
  padding: 0.75rem 1.5rem;
  outline: none;
  border: none;
  color: var(--white);
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  background-color: var(--primary-color);
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.btn:hover {
  background-color: var(--secondary-color);
}

img {
  display: flex;
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
}

header {
  background-color: var(--background-color-1);
  overflow: hidden;
}

.section__description__sub {
  font-family: "Fredoka", sans-serif;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--white);
    line-height: 2rem;
}

/* sobre el cd */
.about {
  /*
  background-image: linear-gradient(40deg, #d6d6d6, rgba(214, 214, 214, 0.90)), url("../images/fondo-partitura-web.png");
  background-repeat: no-repeat;
  background-position: top center;

    background-color: var(--extra-light);
  */
  background: linear-gradient(120deg, #caccd8 0%, #d6d6d6 100%);
  overflow: hidden;
}

.about__container {
  display: grid;
  gap: 2rem;
}

.about__container h2 {
  font-family: "Fredoka", sans-serif;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 300;
  color: #000;
  line-height: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #a5a5a5;
}

.about__content h2 {
  font-family: "Fredoka", sans-serif;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 300;
    color: #000;
    line-height: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #a5a5a5;
  }

.about__content h2 span {
    font-size: 1.5rem;
}

.about__content h3 {
    font-size: 1.3rem;
    font-weight: 400;
    padding-bottom: 1rem;
    color: #000;
}

.about__content h3 span {
  font-family: "Fredoka", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: 1rem;
    color: #000;
}

.about__content h4 {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: var(--primary-color);
}

.about__image img {
  max-width: 500px;
  margin-inline: auto;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.about__content :is(.section__header, .section__description) {
  margin-bottom: 1rem;
}

.section__description__islas {
    font-size: 1rem;
    color: var(--background-color-1);
    line-height: 1.3rem;
    padding-bottom: 1rem;
}

.section__description__islas span {
    font-weight: 600;
}

.about__btn {
  margin-top: 1rem;
  text-align: center;
}

/* video */
.service {
  background: linear-gradient(120deg, #262e31 0%, #323b3f 100%);
  /*
  background-color: var(--background-color-1);*/
  overflow: hidden;
}

.video__container {
  display: block;
}

.video__container .video {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video__container .video a {
  text-align: center;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 300;
  color: var(--white);
}

.video__container .video a:hover {
  color: var(--secondary-color);
}
/* fin video */

/*fotos album*/
.service__image {
  padding: 5rem 0;
}

.service__image img {
max-width: 600px;
margin-inline: auto;
border-radius: 4px;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.service__image .img2 {
margin-top: 2rem;
}

.service__image_cd img {
max-width: 400px;
margin-inline: auto;
border-radius: 4px;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

/* ficha del album */
.service__container {
  display: grid;
  gap: 2rem;
  padding-block: 0;
}

/* spotify */
.service__image {
    padding: 5rem 1rem;
}

.service__content {
  padding-block: 5rem 0;
}

.service__content .section__header {
  margin-bottom: 2rem;
}

.service__content :is(.section__header) {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3rem;
  text-align: left;
}

.service__content :is(.section__description) {
  font-weight: 300;
  line-height: 1.3rem;
  text-align: left;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.service__content :is(.section__description span) {
  color: var(--white);
}

.service__list {
  display: grid;
  gap: 1rem;
}

.service__list h4 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
}

.service__list span {
  color: var(--secondary-color);
}
/* fin de ficha del album */

/* boton volver */
.testimonial {
  background: linear-gradient(270deg, #262e31 0%, #323b3f 100%);
  /*
  background-color: #262e31;*/
}

.testimonial__container {
  display: grid;
  gap: 2rem;
}

.testimonial__content .section__header {
  margin-bottom: 1rem;
}

@media (width > 768px) {

  .about__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

  .about__content :is(.section__header, .section__description, .about__btn) {
    text-align: left;
  }

  .infocd__container {
    padding: 5rem 1rem;
  }

  .service__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }

  .service__content {
    padding-block: 5rem;
  }

  .testimonial__content :is(.section__header, .section__description) {
    text-align: left;
  }

}
