body{
    background-color: #000;
}
.back-grad {
    /* background: linear-gradient(90deg, rgba(184,37,111,1) 0%, rgba(70,137,196,1) 100%); */

    background-color: transparent;
}
.back-grad-col {
    /* background: linear-gradient(180deg, rgba(184,37,111,1) 0%, rgba(73,142,199,1) 57%, rgba(233,241,248,1) 100%); */
}
.img-nav-top{
    height: 120px;
    object-fit: contain;
    padding:0;
}
.img-nav-logo{
    max-width: 100px;
    height: 80px;
    object-fit: contain;
    padding:0;
}
/*top*/
.sec-nav .div-top{
    margin: auto;
    max-width:100%;
    text-align: center;
    background-color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sec-nav .top-contenido{
    margin: auto;
    max-width: 1080px;
}
.top-contenido a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
/*Nav*/
.navbar-nav{
    margin-bottom: .5em;
    font-size: 16px;
}
.nav-item a{
    margin-left: 2em;
    margin-right: 2em;
    color: #fff !important;
    color: #ff003c; 
    text-shadow: 0 0 5px #ff003c, 0 0 10px #ff003c, 0 0 20px #ff003c, 0 0 40px #ff003c, 0 0 80px #ff003c; 
}
.nav-item .nav-link-login {
    border: 1px solid #FEA499 !important;
    box-shadow: 0 0 5px #FEA499, 0 0 5px #d41111, 0 0 10px #910504,
    inset 0 0 10px #d41111, inset 0 0 15px #910504;

    padding: .2em 1em !important;
    border-radius: 2em;
}
.nav-item a:hover{
    color: #ff003c; 
    color: #ff878783 !important;
    text-shadow: 0 0 5px #FEA499, 0 0 10px #d41111, 0 0 20px #d41111, 0 0 40px #d41111, 0 0 80px #910504; 
}
.sec-nav .nav-color{
    background: #000;
}
.sec-nav nav{
    margin: auto;
    font-size: 1.2em;
    color: #fff !important;
}

.sec-nav button{
    color: #fff;
    border: 1px solid #fff;
}
.sec-nav button span{
    color: #fff;
}
.separator-neon{
    border: none;
    border-bottom: 1px solid #000;
    /* box-shadow: 0 4px 7px 0px #ff003c; */
    box-shadow: 2px 2px 3px 0.5px #000,  0 3px 3px 0.5px #ff003c;
    margin-bottom: 5px;
}
.separator-neon-bottom{
    border: none;
    border-top: 1px solid #000;
    /* box-shadow: 0 4px 7px 0px #ff003c; */
    box-shadow: 2px 2px 3px 0.5px #000,  0 3px 3px 0.5px #ff003c;;
    margin-bottom: 5px;
}

/*Banner*/
.sec-banner img{
    height: 350px;
    width: 100%;
    /* object-fit: fill; */
    object-position: center;
    object-fit: cover;
}
.w-gral{
    margin: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    max-width: 100%;
    width: 1080px;
}
.contenido{
    background-color: #000;
}
/*Cards index*/
.section-cards{
    padding-left: 2em;
    padding-right: 2em;
}
.section-cards .card{
    border: 0;
    background-color: transparent !important;
}

.neon-frame { 
    border: 1px solid #fff; 
    box-shadow: 0 0 5px #FEA499, 0 0 5px #d41111, 0 0 10px #910504,
    inset 0 0 10px #d41111, inset 0 0 15px #910504;
    border-radius: 8px;
} 
.neon-frame div, .neon-frame img{ 
    border-radius: 8px;
}
.neon-frame:hover { 
    box-shadow: 0 0 10px #FEA499, 0 0 8px #d41111, 0 0 13px #910504,
    inset 0 0 13px #d41111, inset 0 0 18px #910504;
}

.neon-frame-gral { 
    border: 1px solid #fff; 
    box-shadow: 0 0 5px #FEA499;
    border-radius: 8px;
} 
.neon-frame-gral div, .neon-frame-gral img{ 
    border-radius: 8px;
}
.neon-frame-gral:hover { 
    box-shadow: 0 0 10px #FEA499;
}

.section-cards img{
    height: 180px;
    height: 180px;
    width: 240px;
    object-fit: contain ;
}
.section-cards .card-footer{
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
}
.text-card-white{
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
}
/*Footer*/
.sec-footer{
    max-width:100%;
}
.sec-footer .div-footer{
    margin-left: auto;
    margin-right: auto;
    max-width:100%;
    width: 1080px;
}
.sec-footer img{
    width: 250px;
    max-width: 250px;
    margin: auto;
}
.div-footer{
    width: 1080px;
    /* min-height: 300px; */
    color: #fff;
    margin-bottom: 1em;
}
.sec-footer .div-copy{
    max-width:100%;
    text-align: center;
    background-color: #000;
    padding-top: 1em;
    padding-bottom: 1em;
    color: white;
}
.nav-list label{
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.2em;
}
.nav-list li{
    list-style: none;
}

@media screen and (max-width: 767px){
    .div-footer{
        padding-top: 2em ;
        padding-bottom: 2em ;
    }
    .div-footer{
        align-items: center;
        justify-content: center;
    }
    .div-footer div{
        margin: auto;
    }
    .div-footer div:last-child{
        text-align: center;
        margin: auto;
    }
    .nav-list{
        gap: 1em;
    }
}

/*PERFIL*/

.sec-perfil{
    max-width: 100%;
    color: white;
}
.div-badge{
    border-radius: 2em;
    font-weight: bolder;
    color: #fff;
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-top: 5px;
    margin-bottom: 5px;
}
video{
    max-width: 100%;
}

/*REGISTRO*/

.sec-registro .w-gral{
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: transparent !important;
    color: #fff;
}
.w-gral h2{
    color: #fff;
    padding-bottom: 0.5em;
}
.cad-form{
  max-width: 100%;
}
.cad-form input[type=text] {
    width: 100%;
    padding: 8px 18px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(to right,  rgba(212, 17, 17,1), rgba(145, 5, 4,1)) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
    outline: none;
}
.sec-registro label{
    font-weight: 500;
}

.button-registro {
    margin: auto;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #FEA499 !important;
    box-shadow: 0 0 5px #FEA499, 0 0 5px #d41111, 0 0 10px #910504,
    inset 0 0 10px #d41111, inset 0 0 15px #910504;
    background-color: #000;
    color: #fff;
}
.button-registro:hover{
    color: #ff003c; 
    color: #ff878783 !important;
    text-shadow: 0 0 5px #FEA499, 0 0 10px #d41111, 0 0 20px #d41111, 0 0 40px #d41111, 0 0 80px #910504; 
}

/**/
.alert{
position: relative;
z-index: 10;
}

.alert {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: white;
    border: 1px solid white;
    padding: 15px 30px;
    color: black;
    z-index: 1000;
    cursor: pointer;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: aparecer;
            animation-name: aparecer;
}

.visitanum { 
    width: 25px; 
    display: inline-block; 
    background-repeat: no-repeat; 
    background-position: center ; 
    text-align: center; 
    font-size: 1.25em; 
}
.modal_fondo {
    background: rgba(1, 1, 1, 0.726) !important;
}

.div-galeria .galeria-item{
    /* border:10px white solid; */
    border-radius: 1em;
    border: 1px solid #fff; 
    box-shadow: 0 0 5px #FEA499, 0 0 5px #d41111, 0 0 10px #910504,
    inset 0 0 10px #d41111, inset 0 0 15px #910504;
    border-radius: 8px;
}
.div-galeria .galeria-item:hover{
    box-shadow: 0 0 10px #FEA499, 0 0 8px #d41111, 0 0 13px #910504,
    inset 0 0 13px #d41111, inset 0 0 18px #910504;
}

.iconos-mensajeria-footer{
    width: 48px;
    position: fixed;
    bottom: 25px;
    right: 25px;
}
.iconos-mensajeria-footer img {
    max-width: 100%;
}

.palabras_clave{
    font-size: 0.75em;;
    text-align: center;
    color:#ababab;
    padding: 1em;;
}
.palabras_clave a {
    color:#ababab;
}


@-webkit-keyframes aparecer{
    from {
        margin-right: 100%;
        opacity: 0;
    }

    to {
        margin-left: 0%;
        opacity: 1;
    }
  }


  @keyframes aparecer{
    from {
        margin-right: 100%;
        opacity: 0;
    }

    to {
        margin-left: 0%;
        opacity: 1;
    }
  }


.neon-text { 
    /* color: #fce1e1 !important; */
    color: #fce1e1;
    text-align: center;
    font-size: 24px;
    text-shadow: 0 0 5px #ff003c, 0 0 10px #ff003c, 0 0 20px #ff003c, 0 0 40px #ff003c, 0 0 80px #ff003c;
    text-transform: uppercase;
}    
.neon-text-glow { 
    text-shadow: 0 0 5px #ff003c, 0 0 10px #ff003c, 0 0 20px #ff003c, 0 0 40px #ff003c, 0 0 80px #ff003c; 
    animation: flicker 1.5s infinite alternate; 
}
@keyframes 
flicker { 
    0% { opacity: 1; text-shadow: 0 0 5px #ff003c, 0 0 10px #ff003c, 0 0 20px #ff003c; }
    50% { opacity: 0.8; text-shadow: 0 0 2px #ff003c, 0 0 5px #ff003c; }
    100% { opacity: 1; text-shadow: 0 0 5px #ff003c, 0 0 10px #ff003c, 0 0 20px #ff003c; }
}


/* Paginacion */

.paginator{
    background: #000 !important;
    color: white;
}
.paginator .page-item{
    background: #000 !important;
    color: #fff;
}
.paginator .page-item .page-link{
    background: #000 !important;
    color: #fff;
}
.paginator .disabled a{
    color: #5b4e6b !important;
}
.paginator .disabled {
    cursor: not-allowed;
}

.paginator :is(.paginator .first, .paginator .prev, .paginator .next, .paginator .last) a{
    border: 1px solid white !important;
}
.paginator .active:not(.paginator .first, .paginator .prev, .paginator .next, .paginator .last) a {
    border: 1px solid #FEA499 !important;
    box-shadow: 0 0 5px #FEA499, 0 0 5px #d41111, 0 0 10px #910504,
    inset 0 0 10px #d41111, inset 0 0 15px #910504;
}

.paginator .first a::after{
    content: " Primero";
}
.paginator .prev a::after{
    content: " Anterior";
}
.paginator .next a::before{
    content: "Siguiente ";
}
.paginator .last a::before{
    content: "Último ";
}

@media screen and (max-width: 800px){
    .paginator .first a::after{
    content: "";
}
.paginator .prev a::after{
    content: "";
}
.paginator .next a::before{
    content: "";
}
.paginator .last a::before{
    content: "";
}
}


.btn-usuario{
    background-color: transparent !important;
    color: #fff !important;

    /* border: 1px solid #FEA499 !important;
    box-shadow: 0 0 5px #FEA499, 0 0 5px #d41111, 0 0 10px #910504,
    inset 0 0 10px #d41111, inset 0 0 15px #910504; */
    text-shadow: 0 0 5px #ff003c, 0 0 10px #ff003c, 0 0 20px #ff003c, 0 0 40px #ff003c, 0 0 80px #ff003c; 
    border: 1px solid transparent !important;

}
.btn-usuario:hover{
    border: 1px solid #FEA499 !important;
    box-shadow: 0 0 5px #FEA499, 0 0 5px #d41111, 0 0 10px #910504,
    inset 0 0 10px #d41111, inset 0 0 15px #910504;

}

/* Contenido */
.container{
    color: #fff;
    background-color: #000;
}
.container .table, .container .table tbody, .container .table thead, .container .table th, .container .table tr, .container .table td{
    color: #fff ;
    background-color: #000 !important;
}
.tr-warning, .tr-warning td {
    color: #ffc107 !important
}


/* foote */
.footer-neon{
    margin: auto;
    width: 1080px;
    max-width: 100%;
    padding: 1em 2em;
    color: #fff;
    font-size: 13px;
}

.navbar-toggler .btn{
    border: 1px solid #FEA499 !important;
    box-shadow: 0 0 5px #FEA499, 0 0 5px #d41111, 0 0 10px #910504,
    inset 0 0 10px #d41111, inset 0 0 15px #910504;
}

.section-cards-left{
    padding-left: 1em;
    padding-right: 1em;
    width: 270px;
}

.section-cards-left .card{    
    background-color: transparent;
    color: #fff;
    border: 0;
    width: 220px;
    margin: auto;
}
.section-cards-left .card div{
    background-color: transparent;
}


.section-cards-left img{
    object-fit: contain;
}


.section-cards img{
    height: 180px;
}

@media screen and (max-width: 767px){
    .col-footer{
        margin-bottom: .5em;
        text-align: center;
        justify-content: center;
    }

    .section-cards-left {    
        max-width: 400px;
        margin: auto;
        padding-left: 2.5em !important;
        padding-right: 2.5em !important;
    }
}


.card-ahora{
    padding-top : 2em;
    padding-bottom : 1em;
    padding-left : 0.8em;
    padding-right : 0.8em;
    /* background-color: #da2a5f; */
    margin-bottom: 2em;
    border-radius: 2em;
    color: white;
}
.card-otros{
   
    padding-left : 0.8em;
    padding-right : 0.8em;
}


.sec-footer .container{
    padding-left: 1.5em ;
    padding-right: 1.5em ;
}