/*
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: #aba8fa;
}

.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;
    }

}

.card-left {
    background: linear-gradient(135deg, #0f95ee38);
    color: white;
    backdrop-filter: blur(20px);
    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: #ffffff5e;
    padding: 3rem;
    display: flex;
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    flex: 0 0 58.333333%;
}
 
.custom-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

 
.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
} 

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
} 

.carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    font-size: 24px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10;
}

.carousel-btn.prev {
    left: 10px;
}

.carousel-btn.next {
    right: 10px;
}

.carousel-btn:hover {
    background: rgba(0,0,0,0.7);
} 
.carousel-wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}


@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;
    }
    .carousel-wrapper {
    width: 70vw;
    margin-left: calc(27% - 20vw);
}
}