/* Extends */
#customButton1,
#customButton2,
#customButton3,
#customButton4,
#customButton5,
#customButton6 {
  font-size: 1rem;
  background-color: #eee3dc;
  border-bottom: 1px solid #67443b;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #a7604e;
  box-shadow: none;
}

/* Estilos Generales */
body {
  height: 100vh;
  width: 100%;
  background-image: url(../images/microphone_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Noto Sans", "Roboto", sans-serif;
}

/* Estilos header */
.header {
  height: 75px;
  width: 100%;
}

.customNavbar {
  background: rgba(28, 33, 32, 0.9058823529);
  border-bottom: 1px solid #67443b;
}

.imgHeader {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  transition: transform 0.2s;
}
.imgHeader:hover {
  transform: translateY(-2px);
  transition: transform 0.2s;
}

.textoHeader {
  margin: 0 1.5rem 0 1rem;
  padding: 0.7rem 0 0 1rem;
  border-left: 3px solid #67443b;
  font-family: "Noto Sans", "Roboto", sans-serif;
}

.tituloHeader {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee3dc;
}

.pHeader {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #eee3dc;
}

.customNavlink {
  color: #eee3dc;
  border-left: 1px solid #67443b;
  text-transform: uppercase;
  transition: all 0.3s;
}
.customNavlink:hover {
  transform: translateY(-2px);
  transition: transform 0.3s;
  color: #eee3dc;
  background-color: #67443b;
}

#activeLink-index,
#activeLink-historia,
#activeLink-estudios,
#activeLink-albumes,
#activeLink-contacto {
  color: rgba(155, 84, 66, 0.6901960784);
}

.customToggler {
  background-color: #eee3dc;
}

/* Estilos footer */
.customFooter {
  background: rgba(28, 33, 32, 0.9058823529);
  border-top: 1px solid #67443b;
}

.imgFooter {
  height: 2.2rem;
  width: 2.2rem;
  transition: transform 0.2s;
}
.imgFooter:hover {
  transform: translateY(-2px);
  transition: transform 0.2s;
  border-bottom: 0.5px solid #eee3dc;
}

.copyFooter {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 100;
  color: #eee3dc;
}

/* Estilos Index */
.customMain-index {
  background-color: rgba(28, 33, 32, 0.8980392157);
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #67443b;
}

.textoIndex h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee3dc;
  font-family: "Noto Sans", "Roboto", sans-serif;
}
.textoIndex h3 {
  font-size: 1rem;
  text-transform: none;
  font-weight: 300;
  color: #eee3dc;
  font-family: "Noto Sans", "Roboto", sans-serif;
}
.textoIndex p {
  font-weight: 100;
  text-transform: uppercase;
  color: #eee3dc;
  border-top: 1px solid #965a4b;
}

/* Estilos Historia */
.mainHistoria h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7604e;
  font-family: "Noto Sans", "Roboto", sans-serif;
}

.sectionQuienes {
  border-radius: 5px 5px 0 0;
}

.sectionVanguardia {
  border-radius: 0 0 5px 5px;
}

.container-infoHistoria {
  background-color: rgba(28, 33, 32, 0.8980392157);
  font-family: "Roboto", sans-serif;
  margin: 0 0.2rem;
  border: 1px solid #67443b;
}
.container-infoHistoria h3 {
  font-size: 1.6rem;
  text-transform: none;
  font-weight: 500;
  color: #eee3dc;
  font-family: "Noto Sans", "Roboto", sans-serif;
}
.container-infoHistoria p {
  font-weight: 300;
  text-transform: none;
  color: #eee3dc;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}

.borde_parrafoHistoria {
  border-top: 1px solid #67443b;
}

/* Estilos Estudios */
.mainEstudios h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7604e;
  font-family: "Noto Sans", "Roboto", sans-serif;
}

.section_estudioA {
  border-radius: 5px 5px 0 0;
  border: 2px solid #67443b;
}

.section_estudioB {
  border-radius: 0 0 5px 5px;
  border: 2px solid #67443b;
}

.container-infoEstudios {
  background-color: rgba(28, 33, 32, 0.8980392157);
  font-family: "Roboto", sans-serif;
  margin: 0.2rem;
}
.container-infoEstudios h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #eee3dc;
  font-family: "Noto Sans", "Roboto", sans-serif;
}
.container-infoEstudios h4 {
  font-size: 1.1rem;
  text-transform: 500;
  font-weight: uppercase;
  color: #a7604e;
  font-family: "Noto Sans", "Roboto", sans-serif;
}

.custom_accordionBody {
  background-color: #8b5648;
  padding: 1rem 0.5rem;
}
.custom_accordionBody ul,
.custom_accordionBody p {
  font-weight: 300;
  text-transform: none;
  color: #eee3dc;
  font-family: "Roboto", sans-serif;
}

.custom_accordionBody h6 {
  font-size: 1.1rem;
  font-weight: 900;
}

.customH6 {
  font-size: 1rem !important;
}

/*Estilos Albumes*/
.mainAlbumes h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7604e;
  font-family: "Noto Sans", "Roboto", sans-serif;
}

.container-infoAlbumes {
  background-color: rgba(28, 33, 32, 0.8980392157);
  font-family: "Roboto", sans-serif;
  margin: 0 0.2rem;
  border-radius: 5px;
  border: 1px solid #67443b;
}
.container-infoAlbumes p {
  font-weight: 300;
  text-transform: unset;
  color: #eee3dc;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}

.customCaption {
  font-size: 1rem;
  text-transform: unset;
  font-weight: 500;
  color: #a7604e;
  font-family: "Roboto", sans-serif;
}

/* Media Queries */
@media only screen and (min-width: 576px) {
  /*Albumes*/
  .mainAlbumes h2 {
    font-size: 2rem;
  }
  .container-infoAlbumes p {
    font-size: 1.3rem;
  }
  .customThumbnail {
    max-width: 400px;
    max-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  /* Header */
  .customNavlink:hover {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0.5px solid #965a4b;
  }
  /* Footer */
  .imgFooter {
    height: 2.5rem;
    width: 2.5rem;
  }
  .copyFooter {
    font-size: 1rem;
    font-weight: 200;
  }
  /* Index */
  .customMain-index {
    width: 70%;
    padding: 2rem 0;
  }
  .textoIndex h2 {
    font-size: 3rem;
  }
  /* Historia */
  .mainHistoria {
    width: 90%;
  }
  .container-infoHistoria p {
    font-size: 1.2rem;
  }
  .containerCarousel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container_parrafoHistoria {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  /* Estudios */
  .mainEstudios {
    padding: 1rem 8rem !important;
  }
  .mainEstudios h2 {
    font-size: 1.8rem;
  }
  .container-infoEstudios h3 {
    font-size: 1.5rem;
  }
  #customButton1,
  #customButton2,
  #customButton3,
  #customButton4,
  #customButton5,
  #customButton6 {
    font-size: 1.2rem;
  }
  .custom_accordionBody h6 {
    font-size: 1.3rem;
  }
  .customH6 {
    font-size: 1.1rem !important;
  }
  /*Albumes*/
  .mainAlbumes h2 {
    font-size: 2.5rem;
  }
  .container-infoAlbumes p {
    font-size: 1.5rem;
    padding: 0 5.5rem;
  }
  .customThumbnail {
    max-width: 300px;
    max-height: 300px;
  }
  .customFigure {
    transition: transform 0.2s;
  }
  .customFigure:hover {
    transform: scale(1.08);
  }
}
@media only screen and (min-width: 992px) {
  /* Index */
  .customMain-index {
    width: 60%;
  }
  .textoIndex h2 {
    font-size: 3.5rem;
  }
  .textoIndex h3 {
    font-size: 1.5rem;
  }
  .textoIndex p {
    font-size: 1.2rem;
  }
  /* Historia */
  .container-infoHistoria {
    margin: 1rem;
  }
  .container-infoHistoria p {
    font-size: 1.3rem;
  }
  .sectionQuienes,
  .sectionVanguardia {
    border-radius: 5px;
  }
  .mainHistoria h2 {
    font-size: 2.5rem;
  }
  .mainHistoria h3 {
    font-size: 2rem;
  }
  .container-infoHistoria img {
    height: 25rem;
    width: 40rem;
  }
  .borde_parrafoHistoria {
    border-top: unset;
  }
  .container_parrafoHistoria {
    border-left: 1px solid #67443b;
    margin-bottom: 1rem;
  }
  /* Estudios */
  .mainEstudios {
    padding: 1rem 12rem !important;
  }
  .mainEstudios h2 {
    font-size: 2.2rem;
  }
  .container-infoEstudios h4 {
    font-size: 1.4rem;
  }
  .custom_accordionBody h6 {
    font-size: 1.3rem;
  }
  .custom_accordionBody p,
  .custom_accordionBody ul {
    font-size: 1.1rem;
  }
  .customH6 {
    font-size: 1.3rem !important;
  }
  /*Albumes*/
  .customThumbnail {
    max-width: 200px;
    max-height: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  /* Index */
  .customMain-index {
    width: 50%;
    padding: 2rem 6rem;
  }
  .textoIndex h2 {
    font-size: 4rem;
  }
  .textoIndex h3 {
    font-size: 2rem;
  }
  .textoIndex p {
    font-size: 1.5rem;
  }
  /* Estudios */
  .mainEstudios {
    padding: 1rem 24rem !important;
  }
  .mainEstudios h2 {
    font-size: 2.4rem;
  }
  /* Albumes */
  .mainAlbumes h2 {
    padding-left: 10rem;
  }
  .container-infoAlbumes {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .container-infoAlbumes p {
    font-size: 1.6rem;
  }
  .section_gridAlbumes {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

/*# sourceMappingURL=styles.css.map */
