﻿
html {
    font-family: Poppins;
    background-color: #1b1b1b;
    background-image: url('/img/bg.jpg');
    margin: 0;
    padding: 0;
}

#map {
    width: 100%;
    height: 100%;
}

#IdCardInfo {
    color: white;
    font-family: Poppins;
    font-size: 18px;
    float: left;
    text-align: justify;
    position: absolute;
    top: 2%;
    left: 0px;
    z-index: 800;
    width: 700px;
    padding: 40px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(255, 0, 0, 0.2));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(2px);
}

    #IdCardInfo #IdCardTitulo {
        text-transform: capitalize;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        margin: 30px 0px 30px 0px;
    }

.CalendarioIcon {
    margin-top:2px;
}

#CerrarCard {
   font-size:30px;
   margin-left: 90%;
   cursor: pointer;
   color: white;
}

.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;
}

/* ------------------------ TAB INFO */
.drawerTitulo {
	font-size: 20px;
}

#drawer-info {
    text-align: left;
}

    #drawer-info a {
        text-align: left;
        padding-bottom: 15px;
        font-size: 14px;
        display: block;
        width: 100%;
        color: white !important;
        text-decoration: none !important;
    }

/* 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;
    }
}
