/*
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, 113, 206, 0.3);
    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%;
}

.card-left {
    background: linear-gradient(135deg,#00ddf5ad);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 41.666667%;
    
}

.card-left-content {
    text-align: center;
    padding: 2rem;
}

.card {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    min-height: 450px;
}

.card-right {
    background: #ffffffe0;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 58.333333%;
}

@media only screen and (max-width: 600px) {
    .card {
        flex-direction: column;
        min-height: auto;
    }
}

@media only screen and (max-width: 600px) {
    .card-left, .card-right {
        flex: 0 0 100%;
        min-height: 250px;
    }
}