html,body{
    border:none; padding:0; margin:0;
    background:#EDEDED;
    color:#202020;
}
body{
    text-align:center;
    font-family:"Roboto",sans-serif;
} 
h1{
    color:#404040;
}

main {
    background-color: white;
    min-height: 75%;
    height: auto;
    margin: 0 auto;
    padding: 0 0;
    border-radius: 20px;
}

div.container{
    background-color: whitesmoke;
}


div.head_rediris{

    background: #298f9b;
    height: 70px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

div.footer_rediris{

    background: #298f9b;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: end;
    margin-top: 30px;
    display: flex; 
    flex-direction: column;
    height: 50px;

}


form{
    display:flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
    width: 100%;
}

td{
    vertical-align: middle;
    width: 25%;
    overflow: hidden;
}

button{
    max-height: 40px;
    margin-bottom: 20px;
    border-radius: 5px;
}

p{
    font-size: 15px;
    margin-right: 20px;
}

table{
    border-collapse: separate;
    border-spacing: 0px 0; 
    width: 100%;
    table-layout: fixed;
}

button{
    margin-top: 20%;
}


main.borroso {
    filter: blur(1px);
}

/* overlay por encima */
#overlay {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#overlay.oculto {
    display: none;
}
#singleTicketDiv{
    text-align: center;
    justify-items: center;
    justify-content: center;
    display:flex;
}

@media (min-width: 768px) {
    main {
        max-width: 70%;
        margin: 20px auto !important;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }
    .flex-container{
        flex-direction: row;
    }
    
}

@media (max-width: 768px){
    form{
        flex-direction: column;
    }
    div.container{
        width: 70%;
        padding-top: 10px;
    }
    
}

nav{
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    padding: 8px 24px;
    font-size: 0.875rem;
    color: #555;
    }