/*
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{
    color: #000;
}

.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: #b6f3f3;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.titulo-evento{
    font-size:48px;
    font-weight:700;
    color:#163A70;
}

.subtitulo{
    font-size:28px;
}

.tipo-label{
    color:#5E35B1;
    font-size:20px;
    margin-top:10px;
}

.visitante-card{
    border-radius:24px;
    transition:.3s;
    cursor:pointer;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.visitante-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.icon-circle{
    width:90px;
    height:90px;
    border-radius:50%;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:20px;
}

.icon-circle span{
    font-size:52px;
}

.purple{
    background:#F3E5F5;
    color:#7B1FA2;
    background-color:#9c27b080 !important;
}

.green{
    background:#E8F5E9;
    color:#2E7D32;
}

.blue{
    background:#E3F2FD;
    color:#1565C0;
}

.btn-card{
    display:inline-block;
    margin-top:20px;
    padding:12px 35px;
    border-radius:30px;
    color:white;
    font-weight:600;
}

.purple-btn{
    background:#7B1FA2;
}

.green-btn{
    background:#2E7D32;
}

.blue-btn{
    background:#1565C0;
}