/*
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: rgba(255, 255, 255, 0.7);
}

.sponsor img{
    max-height: 100px;
}

.card-login{
    color: #000;
    background-color: rgb(255,255,255) !important;
}

.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%;
}

.input-field input[type=text],input[type=email] + label,input[type=password] + label, .materialize-textarea:focus:not([readonly]) + label {
    color: black !important;
}

.input-field input[type=text], input[type=email],input[type=password], .materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid black !important;
    box-shadow: 0 1px 0 0 white !important;
}


.input-field input[type=text], input[type=email],input[type=password]:focus + label, .materialize-textarea:focus:not([readonly]) + label {
    color: black !important;
}

.input-field input[type=text], input[type=email],input[type=password]:focus, .materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid black !important;
    box-shadow: 0 1px 0 0 white !important;
}

.marginLogin{
    margin-top: 3% !important;
}

div.invalid {
    margin-top: -5px !important;
}

.card-common {
    min-height: 380px; /* o el valor necesario */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* @media only screen and (min-width: 500px) {
    .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.image-wrapper {
    /* border-radius: 12px; *
    overflow: hidden;
    object-fit: cover;
} */

[type="radio"]+label:before, [type="radio"]+label:after {
    width: 13px;
    height: 13px;
}

[type="radio"]:not(:checked)+label, [type="radio"]:checked+label{
    padding-left: 25px;
}

@media (max-width: 1350px) {    
    .center-carrusel {
        margin-top: 8rem;
    }
}