/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 12, 2016, 4:14:18 PM
    Author     : Javier
*/

/*body{
    background: #FFF;
}*/

.aditional-information{
    color: white;
}

.technical-requirements{
    background: rgba(0, 0, 0, 0.50);
    color: #FFF;
    vertical-align: middle;
    font-size: 0.75rem;
    padding: 10px;
}

.technical-requirements img{
    vertical-align: middle;
    margin: 0px 3px;
    max-height: 15px;
}

.sponsor{
    background: #eff0f3;
}

.sponsor img{
    max-height: 100px;
}

.card-login{
    width: 100%;
    display: flex;
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    flex: 0 0 58.333333%;
    border-radius: 16px;
}

.codigo-origen{
    opacity: 0.2;
}

.proteccion-datos{
    font-size: 0.8rem;
    color: #7b7b7b;
}

.card .card-content .card-title{
    font-size: 1.5rem;
    text-align: center;
}

.go-event{
    background-color: #ebb50e !important;
}

.tbl-articulos label{
    display: block;
}

main .row:first-child{
    margin-top: 1%;
}

.swal2-title {
    font-size: 1.4rem !important;
    display: block !important;
  }

.selected-card{
    border:3px solid #989fe7;
    transform:scale(1.03);
    transition:0.2s;
}

.visitante-card{
    cursor: pointer;
    transition: all .25s ease;
}

.visitante-card:hover{
    background-color: #E9D8C4;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}