:root {
    --primary-color: #40a891;
    --secondary-color: #355e53;
    --accent-color: #ffffff;
    --text-color: #ffffff;
    --background-color: #25302f;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

a{
    color: white;
    text-decoration: none;
}

body {
    background-color: var(--background-color);
    color: var(--text-color);
}

#btRedesIG{
    cursor: pointer;
}

#btRedesWA{
    cursor: pointer;
}

/* Header Styles */
header {
    background-color: #25302f;
    padding: 0.3rem 1rem;
    position: sticky;
    top: 0;
    z-index: 100;
}

.line2{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.line2:nth-child(1){
    /* background-color: #eebdbd; */
}

.line2:nth-child(4){
    /* background-color: #ff5e5e; */
}

.line2:nth-child(2){
    /* background-color: #b1bc21; */
}

.line2:nth-child(2) p{
    /* font-size: 12px; */
}


.line2:nth-child(3){
    /* background-color: #06b12b; */
}

.gridPremiados{
    width: 100%;
    padding: 15px;
    row-gap: 15px;
    column-gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
overflow: hidden;
    grid-template-rows: 60px 60px 60px 60px;
}
.contador-input{
    /* background: linear-gradient(45deg, var(--primary-color), var(--accent-color)); */
    background-color: white;

}

.dvContaIn{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.titleTi{
    margin-top: 10px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.premiado{
    
    border-radius: 5px;
    background-color: #e6a900;
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.vacio{
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.footer-logo{
    width: 100%;
    display: flex;
    column-gap: 30px;
    justify-content: center;
    align-items: center;
}

.dvYape{
    /* background-color: #eb493e; */
    width: 100%;
    height: 100px;
    display: grid;
    grid-template-columns:  1fr 1.1fr  1.6fr 0.8fr;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo img {
    width: 100px;
    height: 50px;
}

.cart {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.menu-btn {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 3rem 1rem;
    /* background: linear-gradient(45deg, var(--secondary-color), var(--background-color)); */
   overflow: hidden;
}

#imgL{
    width: 100%;
    opacity: 0.2;
    position: absolute;
    object-fit: cover;
    
   top:0;
    left: 0;
    z-index: -1000;
}

#imgL2{
    width: 100%;
    opacity: 0.2;
    position: absolute;
    object-fit: cover;
    height: 550px;
   top:0;
    left: 0;
    z-index: -1000;
}

.glow-text {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-shadow: 0 0 10px var(--accent-color);
    animation: glow 2s ease-in-out infinite;
}



.prize-amount {
    font-size: 3rem;
    font-weight: 800;
    color: var(--accent-color);
}

.dollar {
    font-size: 2rem;
    vertical-align: top;
}

/* Prize Cards */
.prizes {
    padding: 2rem 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 100px 1fr;
    column-gap: 10px;
}

@media  screen and (max-width: 1000px) {
    .prizes {
        padding: 2rem 1rem;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 100px  1fr 1fr 1fr;
        column-gap: 10px;
    }
   
    #prize1{
        /* background-color: #ff6060; */
        grid-row: 2;
    }

    #prize2{
        /* background-color: #ff6060; */
        grid-row: 3;
    }

    #prize3{
        /* background-color: #ff6060; */
        grid-row: 4;
    }
 
}

.prize-content h4{
    /* color: rgb(38, 82, 63); */
}
#terms h4{
    margin-bottom: 10px;
}



#btCloseTerms{
    width: 150px;
    border-radius: 2rem;
    background-color: #4b4b4b;
    color: white;
    cursor: pointer;
    border: solid white 2px;
    
}

.rowT{
    width: 100%;
    height: 50px;
    /* background-color: #355e53; */
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

#terms{
    width: 64vw;
    height: 700px;
    background-color: black;
    border-radius: 1rem;
    position: absolute;
    top:20vh;
    left: 16vw;
    z-index: 1000;
    padding: 10px 40px;
}

.section-title {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--accent-color);
}

.prize-card {
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    transition: transform 0.3s ease;
    
}

.form-section{
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
}

#terms li{
    font-size: 13px;
}

.child{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: span 3;
}

.form-section span, h2, label{
    color: black;
}

.prize-card:hover {
    transform: translateY(-5px);
}

.prize-card h3 {
    /* color: rgb(38, 82, 63); */
    margin-bottom: 1rem;
}

.features {
    list-style: none;
    margin: 1rem 0;
}

.features li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.features li::before {
    content: "•";
    color: var(--accent-color);
    position: absolute;
    left: 0;
}

.prize-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.prize-images img {
    width: 100%;
    border-radius: 10px;
}

/* Ticket Section */
.ticket-section {
    text-align: center;
    padding: 2rem 1rem;
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
}

.ticket-price {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}



.buy-button {
    background-color: var(--accent-color);
    color: var(--secondary-color);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.buy-button2 {
    background-color: rgba(255, 255, 255, 0.461);
    color: var(--secondary-color);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.glow-button {
    animation: buttonGlow 2s infinite;
}

/* Payment Methods */
.payment-methods {
    padding: 2rem 1rem;
}

.payment-grid {
    display: grid;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.line{
    display: flex;
    align-items: center;
    
    width: 100%;
    /* background-color: aqua; */
    
}

.line p{
 position: relative;
   
}

.payment-item p, h4{
    color:black;
}

.payment-item {
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    padding: 1.5rem;
    border-radius: 10px;
}

.payment-item h4 {
    color:black;
    margin-bottom: 1rem;
}
.payment-item p{
    color:black;
}

/* Timer Section */
.timer-section {
    text-align: center;
    padding: 2rem 1rem;
    background: rgba(255, 255, 255, 0.05);
}

.timer {
    margin-bottom: 2rem;
}

/* Footer */
footer {
    background-color: var(--primary-color);
    padding: 2rem 1rem;
    text-align: center;
}

/* Animations */
@keyframes glow {
    0%, 100% {
        text-shadow: 0 0 10px var(--accent-color);
    }
    50% {
        text-shadow: 0 0 20px var(--accent-color), 0 0 30px var(--accent-color);
    }
}

.gt {
    color: black;
    font-weight: 900;
    text-shadow: 0 0 4px rgba(255, 255, 255, 1),
                 0 0 8px rgba(255, 255, 255, 1),
                 0 0 15px rgba(255, 255, 255, 0.9),
                 0 0 25px rgba(255, 255, 255, 0.8),
                 0 0 35px rgba(255, 255, 255, 0.7);
    animation: glow2 1.5s ease-in-out infinite;
  }

  @keyframes glow2 {
    0%, 100% {
      text-shadow: 0 0 4px rgba(255, 255, 255, 1),
                   0 0 8px rgba(255, 255, 255, 1),
                   0 0 15px rgba(255, 255, 255, 0.9),
                   0 0 25px rgba(255, 255, 255, 0.8);
    }
    50% {
      text-shadow: 0 0 4px rgba(255, 255, 255, 1),
                   0 0 8px rgba(255, 255, 255, 1),
                   0 0 15px rgba(255, 255, 255, 1),
                   0 0 25px rgba(255, 255, 255, 0.9),
                   0 0 35px rgba(255, 255, 255, 0.8),
                   0 0 45px rgba(255, 255, 255, 0.7),
                   0 0 60px rgba(255, 255, 255, 0.6);
    }
  }

@keyframes buttonGlow {
    0%, 100% {
        box-shadow: 0 0 10px var(--accent-color);
    }
    50% {
        box-shadow: 0 0 20px var(--accent-color), 0 0 30px var(--accent-color);
    }
}

/* Responsive Design */
@media (min-width: 768px) {
    .payment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .payment-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


.copy-btn {
    width: 25px;
    height: 25px;
    border-radius: 50%; /* Hace el botón circular */
    background-color: #4cafa2; /* Color de fondo verde */
    color: white; /* Color del texto (emoticono) */
    font-size: 30px; /* Tamaño del emoticono */
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    position: relative;
   
   
  }
  
  .copy-btn:hover {
    background-color: #eebdbd; /* Color de fondo cuando el cursor pasa por encima */
  }


  #contador{
    border-radius: 1rem;
    width: 70px;
    height: 50px;
    border:none;
    padding-left: 15px;
    text-align: center;
    font-size: 20px;
  }


  .progress-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.progress-bar {
    width: 100%;
    height: 30px;
    background-color: #f0f0f0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    background-color: #61dab9;
    transition: width 0.5s ease-in-out;
    width: 0%;
    animation: buttonGlow3 2s infinite;
}

@keyframes buttonGlow3 {
    0%, 100% {
        box-shadow: 0 0 10px #61dab9;
    }
    50% {
        box-shadow: 0 0 20px #61dab9, 0 0 30px #61dab9;
    }
}




.progress-text {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.progress-details {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    color: #ffffff;
}

  