
/*

#FFD6B6
#EA7362
#B74242
#5C2626
*/

  *{
    font-family: 'Merriweather', serif;
  }
  /*
   * Custom translucent site header
   */
  
  .site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
  }
  .site-header a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  
  /*
   * Extra utilities
   */
  
  .flex-equal > * {
    flex: 1;
  }
  @media (min-width: 768px) {
    .flex-md-equal > * {
      flex: 1;
    }
  }
.navbar-toggler{
border: 1px solid #fff;
}
.navbar-toggler-icon
{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, .9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}

  h1 strong, h2 strong, h3 strong {
    position: relative;
    display: inline-block;
  }
  h3 a{
    color:#E96479!important;
    text-decoration: none;
  }

  h3 a:hover{
    color:#2f4858!important;
    text-decoration: underline;
  }
  
  a{
    color:#EA7362;
    text-decoration: none;
  }

  a:hover{
    color:#B74242;
    text-decoration: underline;
  }


  h1 strong::before, h2 strong::before, h3 strong::before {
    /* Highlight color */
    background-color:  rgb(255,214,182);
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: 60%;
    left: -2px;
    bottom: 0;
    z-index: -1;
    transform: rotate(-2deg);
  }

  h1 strong::before{
    background-color:  rgba(255,214,182,.4);
    z-index: 1;
  }


  .bg-dark{background-color: #5C2626!important;  }
  .bg-primary{background-color: #B74242!important;}
  .bg-secondary{background-color: #EA7362!important;}
  .bg-info{background-color: #FFD6B6 !important}
  .text-dark{color: #5C2626!important;  }

  .btn-outline-info {
    --bs-btn-color: #5C2626;
    --bs-btn-border-color: #5C2626;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5C2626;
    --bs-btn-hover-border-color: #5C2626;
    --bs-btn-focus-shadow-rgb: 13,202,240;
    --bs-btn-active-color: #B74242;
    --bs-btn-active-bg: #5C2626;
    --bs-btn-active-border-color: #5C2626;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5C2626;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5C2626;
    --bs-gradient: none;
  }

  .nav-link{
font-weight:bold;
text-transform: uppercase;
font-size: 1.3em;
color:rgb(222, 222, 222) !important
  }
  .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    color: #fff!important;
    font-size:1.4em;
  }
  .page-link{
    background: rgba(255,255,255,0.8);
    color:#5C2626;
  }

  .page-link:hover{
    color:#5C2626;
  }

  .active > .page-link, .page-link.active {
    background-color: #EA7362;
    border-color: #EA7362;
  }

  .text-info{
    color:#EA7362 !important;
  }

  .song-meaning .lead{
    font-size: 1.25rem;
    font-weight: 300;
    text-align: justify;
    border-left: 10px solid #B74241;
    padding: 15px;
  }

  .song-meaning .lead strong{
    font-weight: 600;
  }

  .song-meaning p{
    text-align: justify;
font-size: 1.1em;
line-height: 30px;

  }

  .song-meaning .fact{
    border-left: 10px solid #EA7362;
  }


  .song-meaning blockquote{
    font-style:italic;
    font-size: 1.15rem;
    line-height: 30px;
    position:relative;
    margin: 15px 0;
    text-align:center;
    z-index: 0;
    background:whitesmoke;
    border-radius:25px;
    padding:10px;
  }


  .song-meaning blockquote:before{
    
    position: absolute;
    font-family: 'FontAwesome';
    top: calc(50% - 32px);
    left: 10px;
    content: "\f10d";
    font-size:64px;
    font-style: normal;
    color: #FFD6B6;
    line-height:64px;
    z-index: -1
  }

  .song-meaning blockquote:after{
    
    position: absolute;
    font-family: 'FontAwesome';
    top: calc(50% - 32px);
    right: 10px;
    content: "\f10e";
    font-size:64px;
    font-style: normal;
    color: #FFD6B6;
    line-height:64px;
    z-index: -1
  }

  .mini-desc .lead{
    font-size:1rem!important;
  }

  .app {
    overflow-y: hidden;
    display: grid;
    grid-gap: var(--gutter) 0;
    grid-template-columns: var(--gutter) 1fr var(--gutter);
    align-content: start;
  }

  .app > .full {
    grid-column: 1/-1;
    padding: 20px 0;
  }
  .no-scrollbar {
    scrollbar-width: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .hs {
    display: grid;
    grid-auto-flow: column;
    overflow-x: scroll;
    scroll-snap-type: x proximity;
    padding-bottom: calc(.75 * var(--gutter));
    margin-bottom: calc(-.25 * var(--gutter));
  }

  .hs > li, .item {
    scroll-snap-align: center;
  }

  .navbar-brand img{
    max-width: 300px;
  }
p.facts{
color: #666;
margin: 20px 0;
}

p.facts:before {
content: "¿SABÍAS QUE...?";
font-weight: bold;
display: block;
font-size: .9em;
margin-bottom: 10px;
color: #B74241;
}

.vertical-text {
  writing-mode: vertical-rl; /* Texto en vertical, de abajo hacia arriba */
  text-orientation: upright; /* Mantiene los caracteres sin rotar */
}