@charset "UTF-8";
@import url(" https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
/*      
      /* VARIABLES */
/* $color_1: #C32525;
$color_2: #8F1B1B;
$color_3: #104E75; // #0D5D8F
$color_4: #343A40;
$color_5: #F7AE2D;
$color_6: #EAF3F9; */
/* CSS GENERAL */
* {
  margin: 0;
  padding: 0;
}

body {
  background-image: url("http://antoniovelascomusic.eu/ASSETS/img/AntonioVelasco_partiturafondo.png");
}

p {
  font-family: "Abel", sans-serif;
  font-size: 18px;
  color: #025E6A;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: red;
}

.page_content container {
  margin-top: 30px;
}

.imagen_hero {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.arreglo_item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-left: 50px;
  font-family: "Abel", sans-serif;
  background-color: #E9E2D7;
  margin-top: 18px;
}
.arreglo_item h3 {
  color: #025E6A;
  font-size: 18px;
  font-weight: bold;
  margin: 15px;
}
.arreglo_item .autor {
  margin: 15px;
  color: #025E6A;
  font-size: 15px;
}
.arreglo_item .etiqueta {
  margin: 15px;
  color: #025E6A;
  font-size: 15px;
}
.arreglo_item button {
  font-size: 12px;
  padding: 1px;
  margin: 10px;
  background-color: #C32525;
  border-style: none;
  border-radius: 10%;
  min-width: 60px;
}
.arreglo_item button a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.arreglo_item button a:hover {
  color: YELLOW;
}
.arreglo_item button .vacio:hover {
  background-color: #000;
}
.arreglo_item button p {
  font-size: 5xp;
}
.arreglo_item .buttons_container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.obra_item {
  font-family: "Abel", sans-serif;
  background-color: #E9E2D7;
  margin: 15px;
  padding: 5%;
}
.obra_item h3 {
  color: #5A0C2D;
  font-weight: bold;
}
.obra_item .etiqueta {
  color: #025E6A;
}
.obra_item button {
  font-size: 5xp;
  padding: 5px;
  margin: 10px;
  background-color: #025E6A;
  color: #fff;
  border-style: none;
  min-width: 100px;
}

/* HEADER PÁGINAS */
.header_paginas {
  text-align: center;
}
.header_paginas h1 {
  font-family: "Reenie Beanie", cursive;
  color: #C32525;
  font-size: 7em;
}
.header_paginas h2 {
  font-family: "Abel", sans-serif;
  color: #5A0C2D;
  font-size: 30px;
}

.main_menu_item {
  padding: 1em;
}

.main_menu_link {
  color: #025E6A;
  font-size: 23px;
  text-decoration: none;
  background-color: #E9E2D7;
  padding: 5px;
  text-align: center;
  border-radius: 15px;
}

.main-menu {
  list-style: none;
  margin-top: 50;
  margin-bottom: 0;
  padding-left: 0;
  border-top: 1px solid #025E6A;
  border-bottom: 1px solid #025E6A;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-menu a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .main-menu {
    flex-direction: row;
    justify-content: flex-end;
  }
  .servicios_container li {
    flex-direction: row;
    justify-content: flex-end;
    color: blue;
    background-color: red;
  }
}
.titulo_pequeno {
  padding-bottom: 0px;
  height: auto;
}

.bio_index_container {
  /* background-color: #f2f2f2; */
  display: flex;
  padding: 50px;
}
.bio_index_container img {
  border-radius: 15px;
}
.servicios_container {
  text-align: center;
  /* margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;

  padding-left: $font-size_2;
  padding-right: $font-size_2;

  a {
    color: $color_3;
  }

  a:hover{
    text-decoration: none;
    color: $color_2;
  } */
}
.servicios_container p {
  font-size: 23px;
  font-weight: bold;
  color: #5A0C2D;
}

.lateral_obras {
  line-height: 30px;
  text-align: center;
  font-family: "Abel", sans-serif;
}
.lateral_obras ul {
  list-style: none;
}
.lateral_obras h2 {
  color: #5A0C2D;
  font-size: 30px;
  font-family: "Abel", sans-serif;
  font-weight: bold;
}
.lateral_obras a {
  color: #025E6A;
  font-size: 23px;
}
.lateral_obras a:hover {
  text-decoration: none;
  color: #5A0C2D;
}
@media screen and (min-width: 768px) {
  .lateral_obras {
    text-align: left;
  }
}

audio::-webkit-media-controls-panel {
  background-color: #fff;
}

audio::-webkit-media-controls-play-button {
  background-color: #f2f2f2;
}

.play_list {
  margin-top: 50px;
  color: #025E6A;
  font-size: 18px;
  font-family: "Abel", sans-serif;
}
.play_list h2 {
  color: #5A0C2D;
  font-size: 30px;
  font-family: "Abel", sans-serif;
  font-weight: bold;
}
.play_list p {
  color: #5A0C2D;
}

.muestras_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-family: "Abel", sans-serif;
  background-color: #fff;
  margin-top: 18px;
  border-bottom: 2px solid #025E6A;
}
.muestras_container h3 {
  color: #5A0C2D;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .muestras_container {
    flex-direction: row;
  }
}
.muestras_container .video_muestra {
  margin: 5px;
}

.cta_youtube {
  text-align: center;
  padding-top: 30px;
  color: #5A0C2D;
  font-size: 30px;
  font-family: "Abel", sans-serif;
  font-weight: bold;
  border-radius: 20px;
  padding-bottom: 20px;
  width: 80%;
  margin: auto;
}

.footer_container {
  background-color: #222;
  margin-top: 50px;
  text-align: center;
  padding: 20px 0px;
}
.footer_container h2 {
  padding-top: 20px;
  font-size: 80px;
  color: #C32525;
  font-family: "Reenie Beanie", cursive;
}
.footer_container h3 {
  color: #fff;
  font-size: 23px;
  font-family: "Abel", sans-serif;
}
.footer_container a {
  color: #E6C245;
}
.footer_container a:hover {
  color: #fff;
  text-decoration: none;
}

.contacto-footer-container {
  display: flex;
  justify-content: center; /* Centra el contenido horizontalmente */
  align-items: center; /* Centra verticalmente si el contenedor tiene altura */
  width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
}

.boton_footer {
  display: flex;
  justify-content: center;
  background: #C32525;
  display: inline-block;
  font-family: "Abel", sans-serif;
  margin: 20px;
  border-radius: 0.5rem;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}
.boton_footer p {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.boton_footer:hover {
  background: rgb(152.1336206897, 28.8663793103, 28.8663793103);
  transform: translateY(-2px);
  box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.3);
}
.boton_footer a {
  color: inherit;
  text-decoration: none;
}
.boton_footer a:hover {
  color: rgb(235.0646551724, 149.9353448276, 149.9353448276);
}

.titulo_pagina {
  text-align: center;
  margin-top: 39px;
  margin-bottom: 39px;
}
.titulo_pagina h2 {
  font-family: "Abel", sans-serif;
  color: #025E6A;
  font-size: 51px;
}

.etiquetas {
  display: flex;
}
.etiquetas .etiqueta {
  color: red;
  margin: 10px;
}

.contacto {
  margin-top: 50px;
  text-align: center;
  padding: 20px 0px;
  border: 2px solid #C32525;
  border-radius: 10px;
}
.contacto h2 {
  padding-top: 20px;
  font-size: 80px;
  color: #C32525;
  font-family: "Reenie Beanie", cursive;
}
.contacto h3 {
  color: #1F1F1F;
  font-size: 23px;
  font-family: "Abel", sans-serif;
}
.contacto a {
  color: #025E6A;
}
.contacto a:hover {
  color: #E6C245;
  text-decoration: none;
}

.text_bio {
  margin-top: 20px;
}

.icons_container {
  display: block;
  justify-content: center;
  margin: 20px;
}
.icons_container h2 {
  color: #5A0C2D;
  font-size: 30px;
  font-family: "Abel", sans-serif;
}
.icons_container h3 {
  color: #025E6A;
  font-size: 23px;
  font-family: "Abel", sans-serif;
}
.icons_container .icon {
  margin: 20px;
}
.icons_container a {
  color: #fff;
}
.icons_container a :hover {
  color: #fff;
}

.pedir_partitura {
  text-align: center;
  padding: 15px;
  background-color: #E6C245;
}
.pedir_partitura p {
  font-size: 23px;
}
.pedir_partitura a {
  text-align: center;
  color: #C32525;
  font-size: 30px;
}

.noticias {
  margin: 10px;
}

.contenedor_novedades {
  display: flex;
  justify-content: space-between; /* Crea la separación entre las cajas */
  width: 100%;
  padding: 10px; /* Añade padding alrededor si es necesario */
  text-align: center;
}
.contenedor_novedades .caja_novedades {
  flex: 1; /* Las cajas ocupan el mismo espacio */
  height: auto; /* Puedes ajustar la altura según sea necesario */
  background-color: #E9E2D7;
  margin-right: 10px; /* Añade un margen entre las cajas */
}
.contenedor_novedades .caja_novedades:last-child {
  margin-right: 0; /* Elimina el margen derecho en la última caja */
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin: 20px 0;
}

thead {
  background-color: #C32525;
  color: white;
}

thead th {
  padding: 12px;
  text-align: left;
  font-weight: bold;
}

tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

tbody tr:hover {
  background-color: #ddd;
}

td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

td a {
  color: #C32525;
  text-decoration: none;
  font-weight: bold;
}

td a:hover {
  text-decoration: underline;
}

table {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

caption {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #333;
}

/* Estilo específico para la columna "TÍTULO" */
tbody td:nth-child(1) {
  color: #C32525;
  font-weight: bold;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  thead {
    display: none;
  }
  tbody tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  tbody td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #333;
    margin-right: 10px;
    flex-shrink: 0;
  }
}

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