/* TITULO */
#titulo {
    background-image: radial-gradient(circle, rgb(114, 114, 114) 0%, rgba(128, 128, 128, 0) 60%);
            
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 80% 90%;
    background-size: 50vw 50vw;

    width: 100%;
    background: #dedede;
    border-bottom: solid 1px grey;
    overflow: hidden;
    padding: 5vw 0;
}

#imagen_titulo {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    opacity: 0.07;
}

#titulo .mitad {  
    position: relative;

    padding: 0 5vw 0 15vw;
    width: 45%;
}

#mitad_titulo {
    width: 55% !important;

    display: flex;
    flex-direction: column;

    justify-content: center;
}

#titulo h1 {
    z-index: 99;
    position: relative;
    font-weight: 999;
    font-size: 3vw;
    color: var(--color_corporativo);
    line-height: 1.2; 
}

#titulo button {
    position: relative;
    z-index: 999;
    margin-top: 2vw;
    padding: 10px 20px;

    background: var(--color_corporativo);
    border: none;
    border-radius: 16px;
    font-size: 2vw;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.3s ease;
}

#titulo button:hover {
    background: #1e0f4c;
}

.seccion {
    margin-bottom: 0;
}

/* WEB */
#web {
    box-shadow: rgba(50, 50, 50, 0.4) 0px 5px 15px;

    top: 0vw;  
    right: 15vw;

    width: 50vw;
    z-index: 999;
    position: relative;
    border-radius: 16px;
    background-color: #EDEFF3;
    color: grey;
}

#mitad_web {
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
}

#imagen_ticket {
    width: 15vw;
    margin-top: 0.5vw;
    border-radius: 16px;
}



#mitad_lista {
    display: flex;
    justify-content: center;
    align-items: center;
}

#lista {
    border: solid rgb(193, 193, 193) 0.1vw;
    
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    font-weight: 1;
    padding: 1vw;
    
    width: 40vw;
    border-radius: 16px;
    background-color: rgba(255, 255, 255);
}

#lista h3 {
    font-size: 2vw;
    color: grey !important;
}

#lista hr {
    border: solid rgb(228, 228, 228) 0.1vw;

    border-radius: 16px;

    margin: 1vw 0;
}

.row {
    padding: 5vw 15vw;
    gap: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row div {
    height: 20vw;
    font-size: 1.6rem;
    width: 33%;
    border: solid rgb(193, 193, 193) 0.1vw;
    background-color: #ffffff;
    color: var(--color_corporativo);
    padding: 1vw;
    text-align: left;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


/* Footer */
footer {
    text-align: center;
    padding: 20px;
    background: #343a40;
    color: white;
}
