﻿html {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #1b1b1b;
    background-image: url('/img/bg.jpg');
    margin: 0;
    padding: 0;
}

#map {
    width: 100%;
    height: 100%;
}

/*================================================================================ INFORMACION DE EVENTOS NORMALES */
#IdCardInfo {
    color: white;
     float: left;
    position: absolute;
    top: 2%;
    left: 0px;
    z-index: 800;
    width: 420px;
    padding: 40px;
    background-color: #2B2C30;
}

	#IdCardInfo #IdCardTitulo {
		text-transform: capitalize;
		text-align: center;
 		font-weight: bold;
		margin: 70px 0px 30px 0px;
		color: white;
	}

i.material-icons.CalendarioIcon {
	font-size: 15px;
	vertical-align: middle;
}


/*================================================================================ INFORMACION DE EVENTOS PERMANENTES */
#IdCardImagen {
    border-radius: 100px;
}

#IdCardInfoPermanente {
    height: 90% !important;
    color: white;
    float: left;
    position: absolute;
    top: 2%;
    left: 0px;
    z-index: 800;
    width: 460px;
    padding: 20px;
    background-color: #2B2C30;
}

	#IdCardInfoPermanente #IdCardTituloPermanente {
		text-transform: capitalize;
		text-align: center;
		font-weight: bold;
		margin: 60px 0px 30px 0px;
		color: white;
	}


.overflowPermanente {
    overflow-y: scroll;
    margin-left: 5%;
    width: 95%;
    height: 15%;
    line-height: 26px;
    padding-bottom: 50px;
    mask-image: linear-gradient( to bottom, black 0%, black 85%, transparent 100% );
    -webkit-mask-image: linear-gradient( to bottom, black 0%, black 85%, transparent 100% );
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    -webkit-user-select: inherit;
    user-select: inherit;
    scrollbar-width: thin;
    scrollbar-color: #B3261F #2B2C30;
}

/*=========================================================================================================================*/
.fechas-label {
    font-weight: bold;
    color: white;
}

.hr-custom {
    width: 90%;
}

.tgme_widget_message_bubble {
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
}

/* FUENTES ESTILOS Y COLORES */

.fc-white {
    color: white !important;
}

.fw-600{
    font-weight: 600 !important;
}


/* PERFIL */
.profile-info {
    color: white !important;
    font-size: 15px;
}

.btnRegistro {
    color: white;
    text-decoration: none;
}


/* MARGENTES Y PADDING */
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.p-5 {
    padding: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
    padding: 15px !important;
}

/* ESTILOS DE INPUTS SELECT Y TEXT */

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* ESTILOS DE REGISTRO */

#register-table {
    width: 100%;
    max-width: 500px;
    background: #212121;
}

    #register-table input {
        width: 100%;
        padding: 10px;
        margin: 5px 0;
        border: none;
        border-radius: 5px;
    }



/*----------------------------------Slider Tipo Instagram------------------------------------*/

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30vh;
}

.slider-track {
    user-select: none;
    cursor: grab;
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    height: 30%;
}

    .slider-track:active {
        cursor: grabbing;
    }


.slide {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .slide img,
    .slide video {
        max-width: 100%;
        max-height: 90vh;
        object-fit: cover;
    }

.dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

    .dots span {
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 50%;
        transition: background 0.3s;
    }

    .dots .active {
        background: white;
    }


/* Media query para dispositivos móviles */
@media screen and (max-width: 600px) {
    #IdCardInfo {
        width: 95.1%;
        font-size: 15px;
        padding: 10px;
        backdrop-filter: blur(10px);
    }

        #IdCardInfo #IdCardTitulo {
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            margin: 20px 0px 20px 0px;
        }

    #CerrarCard {
        margin-top:30px;
        font-size: 20px;
        margin-left: 90%;
        cursor: pointer;
        color: white;
    }

	.CalendarioIcon {
		margin-top: 0px;
		font-size: 10px !important;
	}


    #IdCardInfoPermanente {
        width: 95.1%;
        font-size: 15px;
        padding: 10px;
        backdrop-filter: blur(10px);
    }

        #IdCardInfoPermanente #IdCardTituloPermanente {
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            margin: 20px 0px 20px 0px;
        }

    #CerrarCardPermanente {
        margin-top: 30px;
        font-size: 20px;
        margin-left: 90%;
        cursor: pointer;
        color: black;
    }

    .CalendarioIconPermanente {
        margin-top: 0px;
    }

    .overflowPermanente {
        overflow-y: scroll;
        width: 90%;
        height: 55%;
        line-height: 22px !important;
        mask-image: linear-gradient( to bottom, black 0%, black 85%, transparent 100% );
        -webkit-mask-image: linear-gradient( to bottom, black 0%, black 85%, transparent 100% );
        user-select: none !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
    }

    
}



#IdFooterLegal {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
    padding: 10px 0;
}