body {
	background: linear-gradient(135deg, #e8edf3, #fdfbff);
	font-family: 'Rubik', sans-serif;
	padding: 0;
	color: #333;
  }

  .container {
	background: white;
	padding: 30px;
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
	max-width: 800px;
	margin: auto;
	transition: all 0.3s ease-in-out;
  }

  h1 {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: 600;
	font-size: 1.7rem;
	color: #2c3e50;
  }
  
  h2 {
	font-size: 1.6rem;
  }

  #subtitulo{
	color: #656565;
	font-size: 1rem;
  }

  .text-muted {
	color: #6c757d !important;
	margin-bottom: 10px;
	text-align: center;
  }

  label.form-label {
	font-weight: 500;
	margin-bottom: 6px;
	color: #4a4a4a;
  }

  .form-select, .form-control {
	border-radius: 12px;
	border: 1px solid #ccc;
	padding: 12px;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.03);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .form-select:focus, .form-control:focus {
	border-color: #66afe9;
	outline: none;
	box-shadow: 0 0 5px rgba(102, 175, 233, 0.6);
  }

  textarea.form-control[readonly] {
	background-color: #f8f9fa;
	color: #555;
  }

  button.btn {
	font-weight: 600;
	padding: 12px 24px;
	border-radius: 8px;
	background-color: #0d6efd;
	border: none;
	transition: background-color 0.3s ease;
  }

  button.btn:hover {
	background-color: #0b5ed7;
  }

  .copy-btn {
	  position: absolute;
	  top: 10px;
	  right: 10px;
	  background: transparent;
	  border: none;
	  color: #888;
	  cursor: pointer;
	  font-size: 1rem;
	  padding: 4px;
	  transition: color 0.2s ease;
	  font-size: x-small;
	}

	.copy-btn:hover {
	  color: #000;
	}

.copy-container {
	position: relative;
}

.titulo {
	color: inherit;
	text-decoration: none;
}

.titulo:hover {
	text-decoration: underline;
}

#btnInstalar {
	display: none; /* se muestra solo cuando corresponde */
	margin: 30px auto;
	padding: 14px 28px;
	background-color: #008080;
	color: white;
	font-size: 1.1rem;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	transition: background-color 0.3s ease;
	text-align: center;
}

#btnInstalar:hover {
	background-color: #006666;
}

#btnInstalar::before {
	content: "📲 ";
	font-size: 1.2rem;
}

.ventajas-traductor {
	background-color: #f1f8f6;
	border-left: 5px solid #008080;
	padding: 20px;
	border-radius: 12px;
	color: #2c3e50;
	font-size: 0.95rem;
	line-height: 1.6;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.ventajas-traductor h5 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 600;
	color: #006666;
}


.blog-traductor {
	background-color: #f1f8f6;
	border-left: 5px solid #008040;
	padding: 20px;
	border-radius: 12px;
	color: #2c503c;
	font-size: 0.95rem;
	line-height: 1.6;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.blog-traductor h5 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 600;
	color: #006609;
}

.andrescarizza-traductor {
	background-color: #f1f8f6;
	border-left: 5px solid #008040;
	padding: 20px;
	border-radius: 12px;
	color: #2c503c;
	font-size: 0.95rem;
	line-height: 1.6;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	margin-bottom: 1.5rem !important;
}
.andrescarizza-traductor a{
	color: #2c503c;
	text-decoration: none;
}
.andrescarizza-traductor h2 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 500;
	color: #006609;
}

.andrescarizza-estilo1 {
	background-color: #f1f8f6;
	border-left: 5px solid #E2B901;
	padding: 20px;
	border-radius: 12px;
	color: #35342b;
	font-size: 0.95rem;
	line-height: 1.6;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	margin-bottom: 1.5rem !important;
}

.andrescarizza-estilo1 h2 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 600;
	color: #e2b902;
	font-size: 1.2rem;
}
.andrescarizza-estilo2 {
	background-color: #f1f8f6;
	border-left: 5px solid #008080;
	padding: 20px;
	border-radius: 12px;
	color: #35342b;
	font-size: 0.95rem;
	line-height: 1.6;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	margin-bottom: 1.5rem !important;
}

.andrescarizza-estilo2 h2 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 600;
	color: #006666;
	font-size: 1.2rem;
}
.andrescarizza-estilo3 {
	background-color: #f1f8f6;
	border-left: 5px solid #f50;
	padding: 20px;
	border-radius: 12px;
	color: #35342b;
	font-size: 0.95rem;
	line-height: 1.6;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	margin-bottom: 1.5rem !important;
}

.andrescarizza-estilo3 h2 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 600;
	color: #f50;
	font-size: 1.2rem;
}

.ejemplo-traduccion {
	background-color: #f1f8f6;
	border-left: 5px solid #E2B901;
	padding: 20px;
	border-radius: 12px;
	color: #35342b;
	font-size: 0.95rem;
	line-height: 1.6;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	margin-bottom: 1.5rem !important;
}

.ejemplo-traduccion h2 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 600;
	color: #e2b902;
	font-size: 1.2rem;
}
.ejemplo-traduccion small {
	font-size: 0.80rem;
	color: #e2b902;
}

.footer {
	background-color: #f1f1f1;
	color: #333;
	padding: 20px 0;
	font-size: 14px;
	border-top: 1px solid #ddd;
}

.footer a {
	color: #008080;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.avisoAnuncio {
	display: block;
    text-align: center;
    font-size: 0.8rem;
    color: red;
    margin-top: 5px;
    background: silver;
}

.video-wrap{
    margin: 20px 0 0;
}

.bloque-anuncio{
    margin: 20px 0;
    padding: 12px;
    text-align: center;
    font-size: 13px;
    color: #555;
    background: #fde59f;
    border-radius: 12px;
    border: 6px solid transparent;
    border-image: repeating-linear-gradient(45deg, #ffd800, #ffd800 10px, #444 10px, #444 20px) 10;

  border-image: repeating-linear-gradient(
    45deg,
    #ffd800,
    #ffd800 10px,
    #444 10px,
    #444 20px
  ) 10;
}

/* estilos de las letras de canciones */
.agx9q-wrap {
    width: 100%;
  }

  .agx9q-songblock {
    max-width: 860px;
    margin: 0 auto;
  }

  .agx9q-title {
    margin: 0 0 28px 0;
    font-size: clamp(2rem, 4.8vw, 3.2rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #24364d;
  }

  .agx9q-stanza {
    margin: 0 0 24px 0;
    padding: 18px 18px 14px 18px;
    background: #f6f7f8;
    border: 1px solid #eceff3;
    border-left: 5px solid #d9dee7;
    border-radius: 18px;
  }

  .agx9q-pair {
    margin: 0 0 16px 0;
  }

  .agx9q-pair:last-child {
    margin-bottom: 0;
  }

  .agx9q-line {
    margin: 0;
    line-height: 1.55;
    word-break: break-word;
  }

  .agx9q-line--orig {
    font-size: clamp(1.08rem, 2.6vw, 1.28rem);
    font-weight: 700;
    letter-spacing: -0.015em;
    color: #2f3137;
  }

  .agx9q-line--tran {
    margin-top: 6px;
    padding-left: 14px;
    font-size: clamp(1rem, 2.35vw, 1.12rem);
    font-weight: 400;
    color: #6b7280;
    border-left: 3px solid #d8dde6;
  }

  @media (min-width: 760px) {
    .agx9q-stanza {
      padding: 20px 22px 16px 22px;
    }

    .agx9q-pair {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 24px;
      align-items: start;
      margin: 0 0 14px 0;
    }

    .agx9q-line--tran {
      margin-top: 0;
      padding-left: 0;
      border-left: none;
      color: #707784;
    }
  }
  .agx9q-notesbox {
    margin: 42px 0 0 0;
    padding: 22px 18px;
    background: #f6f7f8;
    border: 1px solid #eceff3;
    border-left: 5px solid #d6b54c;
    border-radius: 18px;
  }

  .agx9q-notesbox__title {
    margin: 0 0 18px 0;
    font-size: clamp(1.35rem, 3vw, 1.9rem);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #24364d;
  }

  .agx9q-notesbox__item {
    margin: 0 0 16px 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #e4e8ee;
  }

  .agx9q-notesbox__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .agx9q-notesbox__word {
    margin: 0 0 6px 0;
    font-size: 1.02rem;
    line-height: 1.3;
    font-weight: 700;
    color: #2f3137;
  }

  .agx9q-notesbox__text {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #626b78;
  }

  @media (min-width: 760px) {
    .agx9q-notesbox {
      padding: 26px 24px;
    }

    .agx9q-notesbox__item {
      display: grid;
      grid-template-columns: 180px 1fr;
      gap: 18px;
      align-items: start;
    }

    .agx9q-notesbox__word {
      margin: 0;
    }
  }
