@charset "UTF-8";
/*!
* Css personalizados: Todos los estilos custom para la landing
*/

    body, h1,h2,h3,h4,h5,h6{
      font-family: "Sniglet", system-ui;
      font-weight: 400;
      font-style: normal;
    }

    a {
      /*color: #ffec02 !important;*/
      text-decoration: auto !important;
    }

    .sniglet-regular {
      font-family: "Sniglet", system-ui;
      font-weight: 400;
      font-style: normal;
    }

    #story{
      padding-top: 190px !important;
      background-size: cover !important;
      background-position: center !important;
    }

    #characters {
      background-size: cover !important;
      background-position: center !important;
    }

    #characters {
      background-size: cover !important;
    }

    .logo{
      max-width: 100% !important;
      height: auto;
    }

    .copyright {
      background: #210c02 !important;
    }

    footer {
      background: #4b2210 !important;
    }

    h1, .masthead .masthead-subheading
    {
        text-shadow: 0px 3px 3px #000000cc;
    }

    /* Menú principal */
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
        color: #fff;
        background: #572a15;
    }

    #mainNav .navbar-nav li.nav-item a.nav-link
    {
        color: #4b2210 !important;
    }

    .text-brown{
              color: #4b2210 !important;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link.active
    {
         color: #fff !important;     
    }
    #mainNav .navbar-nav li.nav-item a.nav-link:hover
    {
        color: #fff !important;
        background: #4b2210 !important;
    }

    .form-select {
        color: #4b2210 !important;
        background-color: #ffffff00 !important;
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
        border: 0.125rem solid #4b2210 !important;
    }

    .form-select:focus {
        border-color: #572a15 !important;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(135 83 46 / 18%);
    }

    /* Botó Aurdio personalitzat */
    #playBtn {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      font-size: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #007bff;
      color: white;
      border: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.2s ease;
    }

    #playBtn:hover {
      background-color: #0056b3;
    }

    .bi {
      pointer-events: none;
    }

    .bg-primary{
      position: relative;
    }
    .bg-primary::after{
      content: '';
      z-index: 1;
      position:absolute;
      background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }

    section#draw {
    background-size: cover !important;
}