
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    text-align: center;
}

header {
    padding: 20px;
    color: white;
    border-radius: 25px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
}

.head4k{
    background-image: url(../imgs/img-4k.jpg);
    background-repeat: no-repeat;
    background-position: 50% 31%;
    background-attachment: scroll;
    background-size: cover;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.38);
}

.headinframe{
    background-image: url(../imgs/img-iframe.jpg);
    background-repeat: no-repeat;
    background-position: 50% 31%;
    background-attachment: scroll;
    background-size: cover;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.38);
}

.headinteractive{
    background-image: url(../imgs/img-interactive.jpg);
    background-repeat: no-repeat;
    background-position: 50% 31%;
    background-attachment: scroll;
    background-size: cover;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.38);
}

.headsocial{
    background-image: url(../imgs/img-social.jpg);
    background-repeat: no-repeat;
    background-position: 50% 31%;
    background-attachment: scroll;
    background-size: cover;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.38);
}

.bgintro{
    background-image: url(../imgs/img-login.jpg);
    background-repeat: no-repeat;
    background-size:2500px auto;
    background-position: center center;
    background-attachment: scroll;
}

.titleintro{
    background: none;
}

.titlegaleria{
    padding-top: 0;
}

.titulo{
    line-height: 0;
    font-size: 4rem;
    font-weight: 200;
    padding-bottom: 2%;
    letter-spacing: 10px;
    text-shadow: 0 0 20px #000000;
    margin-bottom: 5px;
}

.subtitulo{
    font-weight: 200;
    font-size: 1em;
    padding-top: -20px;
    line-height: 0;
    letter-spacing: 5px;
    padding-bottom: 5px;
    text-shadow: 0 0 20px #000000;
}

h1{
    line-height: 0;
    font-size: 2.5rem;
    font-weight: 100;
    padding-bottom: 2%;
    letter-spacing: 10px;
    text-shadow: 0 0 10px #000000;
}

.logo{
    width: 100px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-group {
    display:block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    border: 1px solid rgba(255, 255, 255, 0.38);
    width: 30%;
    height: auto;
}

.btn {
    font-family: poppins;
    font-weight: 400;
    font-size: 1em;
    min-width: 50%;
    padding: 15px 30px;
    margin: 10px;
    border: none;
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
    border-radius: 50px;
}

.btn:hover{
    transform: scale(1.1);
    transition-timing-function: ease-in-out;
    transition: 0.3s;
    background-color: #9747FF;
    color: #FFFFFF;
    font-weight: 600;
}

.btn-title{
    font-family: Poppins;
    font-weight: 600;
    font-size: 1.4em;
    color: #FFFFFF;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding-left: 10%;
    padding-right: 10%;
}

.showcase-container {
    max-width: 1200px;
    margin: 50px auto;
    text-align: left;
}

.filters {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.filters select {
    font-family: poppins;
    font-weight: 500;
    letter-spacing: 1px;
    color: #9747FF;
    box-shadow: 0px 0px 16px 0px #bb86fc60;
    padding: 10px;
    font-size: 16px;
    background-color: #fafafa;
    border-radius: 50px;
    border-color: #FFFFFF;
    min-width: 30%;
    text-align: center;
}

#year-filter{
    z-index: 1;
}

.banner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.banner {
    background: #fafafa;
    stroke: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0 0px 10px #bb86fc60;
    border-color: #FFFFFF;
    text-align: center;
    padding-bottom: 5%;
    align-content: center;
}   

.title{
    font-weight: 600;
    font-size: larger;
    line-height: 0;
    padding-top: 10px;
}

.subtitle{
    font-weight: 300;
    font-size: small;
    padding-top: -20px;
    line-height: 0;
    padding-bottom: 5px;
}

iframe {
    border: none;
}

#sticky-txt {
    position: fixed;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centra el div */
    display: block;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    border: 1px solid rgba(255, 255, 255, 0.38);
    width: 30%;
    height: auto;
    z-index: 99999; /* Asegura que esté por encima de todo */
    text-align: center;
    padding: 20px;
  }

  #sticky-txt p {
    margin: 0;
    font-size: 0.8em;
  }

#sticky-button {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column; /* Asegura que los elementos se apilen uno sobre otro */
    align-items: flex-end; /* Alinea los botones a la derecha */
  }

#sticky-button a {
    text-decoration: none;
    background: #fff;
    color: #9747FF;
    display: block;
    font-size: 1em;
    font-weight:600;
    font-family: poppins;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    margin-left:10px;
    margin-top: 10px;
    border-radius:2px;
    border-radius:50px 0px 0px 50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    width: 120px; /* Establece un ancho fijo para todos los botones */
    text-align: left; /* Asegura que el texto se mantenga alineado */
  }

  #sticky-button a:hover{
    transform: scale(1.0);
    transition-timing-function: ease-in-out;
    transition: 0.3s;
    color: #fff;
    background-color: #9747FF; /* Add a dark-grey background on hover */
    padding-right: 70px;
  }

  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 19%; /* Place the button at the bottom of the page */
    right: 0; /* Place the button 30px from the right */
    z-index: 99999; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: white; /* Set a background color */
    color: #9747FF; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    margin-left:10px;
    border-radius:2px;
    border-radius:50px 0px 0px 50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    font-size: 1em; /* Increase font size */
    font-weight:600;
    font-family: poppins;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 55px;
  }
  
  #myBtn:hover {
    transform: scale(1.0);
    transition-timing-function: ease-in-out;
    transition: 0.3s;
    color: #fff;
    background-color: #9747FF; /* Add a dark-grey background on hover */
    padding-right: 50px;
  }

  @media screen and (max-width: 1080px)
  {
    .logo{
        width: 100px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-group {
        display:block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.16);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(7.5px);
        -webkit-backdrop-filter: blur(7.5px);
        border: 1px solid rgba(255, 255, 255, 0.38);
        width: 80%;
        height: auto;
    }
    
    h1{
        line-height: 0;
        font-size: 1.7rem;
        font-weight: 100;
        padding-bottom: 2%;
        letter-spacing: 10px;
        text-shadow: 0 0 10px #000000;
    }

    .subtitle{
        font-weight: 300;
        font-size: small;
        padding-top: -20px;
        line-height: 0;
        padding-bottom: 5px;
    }

    .filters {
        display:grid;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: -40px;
    }
    
    .filters select {
        font-family: poppins;
        font-weight: 500;
        letter-spacing: 1px;
        color: #9747FF;
        box-shadow: 0px 0px 16px 0px #bb86fc60;
        padding: 10px;
        font-size: 16px;
        background-color: #fafafa;
        border-radius: 50px;
        border-color: #FFFFFF;
        min-width: 30%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .banner-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #sticky-txt {
        position: fixed;
        top: 90%;
        left: 25%;
        transform: translate(-50%, -50%); /* Centra el div */
        display: block;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.16);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(7.5px);
        -webkit-backdrop-filter: blur(7.5px);
        border: 1px solid rgba(255, 255, 255, 0.38);
        width: 30%;
        height: auto;
        z-index: 99999; /* Asegura que esté por encima de todo */
        text-align: center;
        padding: 20px;
      }
    
      #sticky-txt p {
        margin: 0;
        font-size: 0.7em;
      }

  }
