/*.modal-backdrop.show {
    opacity: 0.4 !important;
}
*/
.agenda-item h3 {
    font-weight:bold;
}
@media (max-width: 1400px) {
    .agenda-item h3 {
        font-size:1em !important;
    }
    agenda-item p{
        font-size:14px !important;
    }
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

@media (max-width: 767.98px) {
    /* Estilos para todos los dispositivos móviles */

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .mobilelefthome {
        background-image: url('../images/mobile/home.jpg');
    }

    .event-info {
        text-align: center;
    }

    .fechalugarhome {
        width: 90% !important;
    }

    .left-panel-regis {
        height: auto !important;
    }

    .container-custom-regis {
        display: block !important;
        justify-content: flex-start !important;
        height: auto !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .info-form-wrapper {
        display: inline-block !important;
    }

    .left-content-regis {
        width: 100%;
        text-align: left;
    }

    .event-info-regis {
        text-align: left !important;
    }

    .right-form-regis {
        width: 100% !important;
    }

    .left-panel-login {
        height: auto !important;
    }

    .info-form-wrapper-confirm {
        width: 100% !important;
    }

    .agenda-section-primero .descripcionitem {
        height: 90px !important;
    }

    .logointel {
        padding-bottom: 70px !important;
    }
    .tituloitem {
        height:50px !important;
    }

    header {
        display: block !important;
    }

        header i {
            cursor: pointer;
            text-align: right;
        }

    .sinoffset {
        margin: auto !important;
    }
}

.info-form-wrapper {
    background-color: rgba(217, 217, 217, 0.12); /* Slight transparency */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); /* Drop shadow */
    backdrop-filter: blur(10px); /* Blur effect */
    -webkit-backdrop-filter: blur(10px); /* Webkit fallback for iOS/Safari */
    border-radius: 10px; /* Optional rounded corners for smoother design */
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .info-form-wrapper {
        background-color: rgba(255, 255, 255, 0.6); /* Fallback to a solid or semi-transparent color */
    }
}

header {
    /*    display: flex;
    justify-content: space-between;
    align-items: center;*/
    padding: 1rem;
    background-color: #4D144A;
    display: none;
}

.menu-toggle {
    font-size: 1.5rem;
    cursor: pointer;
    color: white;
    display: none; /* Ocultar el toggle en desktop */
}

nav {
    display: flex;
    gap: 1.5rem;
}

    nav a {
        text-decoration: none;
        color: white;
    }

/* Botón Login dentro del header */
.login-btn {
    margin-left: auto; /* Coloca el botón a la derecha */
}

/* Estilos para el móvil */
@media (max-width: 768px) {
    nav {
        display: none; /* Ocultar el menú inicialmente */
        flex-direction: column;
        background-color: #4b2b66;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 1rem;
    }

    .menu-toggle {
        display: block; /* Mostrar el botón en mobile */
    }

    .active {
        display: flex; /* Mostrar el menú cuando se activa */
    }

    .login-btn {
        margin-top: 1rem;
        width: 100%;
        text-align: center;
    }
}



.social-icons {
    position: absolute;
    /*top: 50%;
            transform: translateY(-50%);*/
    left: 20px;
}

.social-icons img {
    width:25px !important;
}

    .social-icons a {
        display: block;
        margin-bottom: 10px;
        color: white;
        font-size: 10px;
    }


.container-custom-top {
    height: auto !important;
    position:initial !important;
}