/*
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;
}*/
@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;
}

.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;
  }

.card-common {
  height: 448px; /* o height: 500px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.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);
}
}

@media (max-width: 768px) {
    .custom-carousel {
        display: none !important;
    }
}