/*
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;
}*/

.btn:hover, .btn-large:hover{
    background-color: #f90202;
}

.btn {
    text-decoration: none;
    color: #fff;
    background-color: #ce122e;
    text-align: center;
    letter-spacing: .5px;
}

.aditional-information{
    color: white;
}

.car{
    padding: 7px !important;
}

.btn:focus, .btn-large:focus, .btn-floating:focus{
    background-color: #ce122e;
}

.technical-requirements{
    background: rgba(0, 0, 0, 0.50);
    color: #FFF;
    vertical-align: middle;
    font-size: 0.75rem;
    padding: 10px;
}

.carousel-split{
    height: 278.406px !important;
}

.technical-requirements img{
    vertical-align: middle;
    margin: 0px 3px;
    max-height: 15px;
}

.sponsor{
    background: rgba(112, 53, 136, 0.1); /* Cambia el valor de 0.5 según lo transparente que quieras que sea */
}

.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%;
}

.pass{
    width: 95% !important;
    margin-left: 15px !important;
}

@media screen and (min-width: 300px) and (max-width: 800px) {
    .carousel-split{
        height: 175.406px !important;   
    }
}

@media screen and (min-width: 360px) and (max-width: 700px) {
    .res-pon{
        margin-left: 13px !important;
    }
    .btn{
        margin-left: -1px !important;
    }
    .btn-resp{
        margin-top: 10px;
        margin-right: -5px;
    }

    .font-respo{
        font-size: 9px !important;
    }
    .btn-pre{
        margin-left: 5px !important;
    }

}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

.card {
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.08),
        rgba(255,255,255,0.02)
    );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}


.card,
.card p,
.card span,
.card label {
    color: #ffffff !important;
}

.input-field input {
    color: white;
    border-radius: 15px !important;
}

.input-field input:focus {
    border-bottom: 1px solid #b388ff !important;
    box-shadow: 0 1px 0 0 #b388ff !important;
}

.input-field label {
    color: rgba(255,255,255,0.7) !important;
}







