<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.headerTitles{
    text-decoration: none !important;
}


/******** DROPDOWN HEADER **********/
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
    /*background-color: #2980B9;*/
}
.dropdown {
    position: relative;
    display: inline-block;
    /*padding-top: 25px;*/
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 400px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    border-radius: 10px;
    padding: 15%;
    color:#000;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/*.dropdown a:hover {background-color: #ddd;}*/
.show {
    display: block;
}

/********** HEADER **************/
.form-inline {
    display: inline-block;
}
.navbar-header.col {
    padding: 0 !important;
}
.navbar {		
    background: #1B006B;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #d6d6d6;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.nav-link img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: -8px 0;
    float: left;
    margin-right: 10px;
}
.navbar .navbar-brand {
    color: #555;
    padding-left: 0;
    padding-right: 50px;
    font-family: 'Merienda One', sans-serif;
}
.navbar .navbar-brand i {
    font-size: 20px;
    margin-right: 5px;
}
.search-box {
    position: relative;
}	
.search-box input {
    box-shadow: none;
    padding-right: 35px;
    border-radius: 3px !important;
}
.search-box .input-group-addon {
    min-width: 35px;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    z-index: 9;
    padding: 7px;
    height: 100%;
}
.search-box i {
    color: #a0a5b1;
    font-size: 19px;
}
.navbar .nav-item i {
    font-size: 18px;
}
.navbar .dropdown-item i {
    font-size: 16px;
    min-width: 22px;
}
.navbar .nav-item.open &gt; a {
    background: none !important;
}
.navbar .dropdown-menu {
    border-radius: 1px;
    border-color: #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.navbar .dropdown-menu a {
    color: #777;
    padding: 8px 20px;
    line-height: normal;
}
.navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:active {
    color: #333;
}	
.navbar .dropdown-item .material-icons {
    font-size: 21px;
    line-height: 16px;
    vertical-align: middle;
    margin-top: -2px;
}
.navbar .badge {
    color: #fff;
    background: #f44336;
    font-size: 11px;
    border-radius: 20px;
    position: absolute;
    min-width: 10px;
    padding: 4px 6px 0;
    min-height: 18px;
    top: 5px;
}
.navbar a.notifications, .navbar a.messages {
    position: relative;
    margin-right: 10px;
}
.navbar a.messages {
    margin-right: 20px;
}
.navbar a.notifications .badge {
    margin-left: -8px;
}
.navbar a.messages .badge {
    margin-left: -4px;
}	
.navbar .active a, .navbar .active a:hover, .navbar .active a:focus {
    background: transparent !important;
}
@media (min-width: 1200px){
    .form-inline .input-group {
        width: 300px;
        margin-left: 30px;
    }
}
@media (max-width: 1199px){
    .form-inline {
        display: block;
        margin-bottom: 10px;
    }
    .input-group {
        width: 100%;
    }
}

/******* SEARCH INPUT *******/
.searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#searchQueryInput::placeholder{
    color:#FFF;
}
#searchQueryInput {
    width: 100%;
    height: 2.8rem;
    background: #f5f5f5;
    outline: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.3);
}

.searchInitial {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.searchOnType {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

#searchQuerySubmit:hover {
    cursor: pointer;
}

.backTransparent{ 
    background-color: transparent;
}

.backWhite{ 
    background-color: #fff;
}

/*********/
#searchCardVender{
    background-color:#FFF;
    border-radius: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;*/
    z-index: 999;
    position: absolute;
    /*margin-top:45px;*/
    padding-left:0;
    padding-right:0;
    padding-right: 6px;
    min-width: 600px;
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.2);
}
#searchCardPagesExtras{
    background-color:#FFF;
    border-radius: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;*/
    z-index: 999;
    position: absolute;
    /*margin-top:45px;*/
    padding-left:0;
    padding-right:0;
    padding-right: 6px;
    min-width: 800px;
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.2);
    margin-left: -15%;
    max-width: 90%; 
}

@media (max-width: 1024px) {
    #searchCardPagesExtras {
        margin-left: -20%; 
        min-width: 500px;
    }
}

@media (max-width: 768px) {
    #searchCardPagesExtras {
        margin-left: -20%; 
        min-width: 500px;
    }
}


@media (max-width: 480px) {
    #searchCardPagesExtras {
        margin-left: -20%; 
        min-width: 500px;
    }
}

#searchCard{
    background-color:#FFF;
    border-radius: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;*/
    z-index: 999;
    position: absolute;
    /*margin-top:45px;*/
    padding-left:0;
    padding-right:0;
    padding-right: 6px;
    min-width: 600px;
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.2);
    margin-left: -10%;
    max-width: 90%; 
}



@media (max-width: 1024px) {
    #searchCard {
        margin-left: 0; 
        max-width: 100%; 
    }
}

@media (max-width: 768px) {
    #searchCard {
        margin-left: 0; 
        max-width: 100%; 
    }
}


@media (max-width: 480px) {
    #searchCard {
        margin-left: 0; 
        max-width: 100%;
    }
}



#searchCardPages{
    background-color:#FFF;
    border-radius: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;*/
    z-index: 999;
   /* position: absolute;*/
   /* margin-top:45px;*/
    padding-left:0;
    padding-right:0;
    padding-right: 6px;
    /*min-width: 600px;*/
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.2)
}

#searchCardArtist:hover{
    background-color:#F1F1F1;   
}
#searchCardArtist{
    border:none;
}
#searchCardEvent:hover{
    background-color:#F1F1F1;   
}
#searchCardEvent{
    border:none;
}


/*******************************/
/******* SEARCH INPUT MOBILE*******/
.searchBarMobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#searchQueryInputMobile::placeholder{
    color:#FFF;
}
#searchQueryInputMobile {
    width: 100%;
    height: 2.8rem;
    background: #f5f5f5;
    outline: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.3);
}

.searchInitialMobile {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.searchOnTypeMobile {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
}

#searchQuerySubmitMobile {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

#searchQuerySubmitMobile:hover {
    cursor: pointer;
}

.backTransparentMobile{ 
    background-color: transparent;
}

.backWhiteMobile{ 
    background-color: #fff;
}

/*********/

#searchCardMobile{
    background-color:#FFF;
    border-radius: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;*/
    z-index: 999;
    position: absolute;
    margin-top:45px;
    padding-left:0;
    padding-right:0;
    width:96%;
}

#searchCardMobilePages{
    background-color:#FFF;
    border-radius: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;*/
    z-index: 999;
    /*position: absolute
    margin-top:45px;*/
    padding-left:0;
    padding-right:0;
}

#searchCardArtistMobile:hover{
    background-color:#F1F1F1;   
}
#searchCardArtistMobile{
    border:none;
}
#searchCardEventMobile:hover{
    background-color:#F1F1F1;   
}
#searchCardEventMobile{
    border:none;
}

/*****FOOTER*****/
.btn-verMasFooter{
    color: #1B006B !important;
    width:120px;
}
.btn-verMasFooter:hover{
    border:none;
}
.loader-search {     
    background: 
        linear-gradient(90deg,#0001 33%,#0005 50%,#0001 66%)
        #f2f2f2;
    background-size:300% 100%;
    animation: l1 1s infinite linear;
    }
    @keyframes l1 {
    0% {background-position: right}
}

/*** BUTTON GENERAR VENDER BOLETOS ***/
.buttonVenderBoletos:hover{
    color:#FFF;
}
.dropdown-item:hover {
    background-color: transparent;
    color:#000;
}
.iluminado {
    text-shadow: 2px 2px 8px #FF0000;
    font-weight:bold;
    color: #FF1E1E;
}
/***** GOOGLE LOGIN *****/
.g_id_signin {
    display: inline-block;
    width: auto;
    height: auto;
}

/**** VALIDATION LOGIN / RECUPERAR CONTRASEÃ‘A ****/
.alertColor{
    border-color:red !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-background-color: transparent !important;
    -webkit-color: #000 !important; /* Cambia el color del texto si es necesario */
}
#button-cancelar:hover{
    background-color: #FFF !important;
}
.mostrarCaracteristicasContrasena{
    border: .8px solid #1F007F !important;
    line-height:1.8;
}
.btnVerContrasenaCrearCuenta{
    border: .8px solid #1F007F !important;  
}
.errorCampoValidacion{
    border: .8px solid #FF451B !important;
}
/* Estilo para que el checkbox y el texto estÃ©n en la misma lÃ­nea */
.inline-checkbox {
    display: flex;
    align-items: center;
}
.inline-checkbox input[type="checkbox"] {
    margin-right: 8px; /* Espacio entre el checkbox y el texto */
}
/* Opcional: ajuste adicional para el checkbox */
.inline-checkbox input[type="checkbox"] {
    height: 20px; /* Ajustar el tamaÃ±o del checkbox */
    width: 20px;  /* Ajustar el tamaÃ±o del checkbox */
}</pre></body></html>