@import url("fonts.css");


:root {
    --TEXT: #13478D;
    --SECONDARY-TEXT: rgb(203, 216, 222);
    --THIRD-TEXT: rgb(121, 134, 140);
    --MAIN: rgb(0, 75, 133);
    --SECONDARY: rgb(219, 230, 234);
    --HOVER: rgb(240, 244, 247);
    --TITLE: rgb(62, 180, 226);
    --HOVER-SECONDARY: rgb(0, 112, 202);
}

body {
    background: url("../images/foro2025/BACKGROUND_FBI_FGEA_2025.jpg") no-repeat center center;
    background-size: cover;
}



.checkbox-container {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    align-items: center;
}


.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox {
    position: absolute;
    left: calc((100% - 21px) / 2);
    height: 21px;
    width: 21px;
    background-color: var(--SECONDARY);
}


.checkbox-container:hover input~.checkbox {
    background-color: var(--MAIN);
}

.checkbox-container input:checked~.checkbox {
    background-color: var(--HOVER-SECONDARY);
}

.checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkbox:after {
    display: block;
}

.checkbox-container .checkbox:after {
    left: 7px;
    top: 1px;
    width: 7.5px;
    height: 15.5px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


#pie {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.75em auto 0em auto;
    width: 75%;
    flex-wrap: wrap;
}

#pie img {
    display: block;
    width: 100%;
    flex-basis: 100%;
    padding: 0.375em 0em;
    border-bottom: 2.75px solid var(--SECONDARY);
}

#pie>a {
    display: block;
    text-decoration: none;
    margin: 0.75em;
    color: var(--THIRD-TEXT)
}

.btn-fijo {
    position: relative;
}

.btn-upload {
    display: block;
    border-radius: 50%;
    color: white;
    width: 43px;
    height: 43px;
    background: var(--HOVER-SECONDARY);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55em;
    cursor: pointer;
    position: absolute;
    top: 0em;
    right: 0em;
    margin: 0.195em;
    z-index: 1001;
    opacity: 0.91;
}

.btn-upload:hover {
    background: var(--MAIN);
}

/* Modal que ocupa toda la pantalla */
#pdfModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

#pdfModal .pdf-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

#pdfModal iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Botón cerrar flotante */
#closePdfModal {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10001;
    background: red;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
}



.fixed-button {
    border: none !important;
    border-radius: 3.75em;
    padding: 0.95em;
    position: fixed;
    bottom: 0em;
    right: 0em;
    margin: 0.75em;
    background: var(--MAIN);
    color: white;
}

.fixed-button:active,
.fixed-button:visited,
.fixed-button:focus {
    outline: none !important;
}


.fixed-button2 {
    right: auto;
    border-radius: 1em !important;
    background: var(--HOVER-SECONDARY) !important;
}

.fixed-button2:hover {
    background: var(--TITLE) !important;
}

.fixed-button2 span:last-child {
    text-transform: uppercase;
    font: 11pt 'visbycf-light' !important;
}


.fixed-button:hover {
    background: var(--HOVER-SECONDARY);
}

.fixed-button span:last-child {
    text-transform: uppercase;
    font: 14pt 'visbycf-light';
}

span.validationStyle {
    color: rgb(229, 0, 0);
    display: flex;
    align-items: center;
    padding-left: 23px !important;
    font: 600 10pt 'visbycf-light';
    text-transform: capitalize;
    background: url('../images/validation/error.png') no-repeat center left;
    height: 32px;
}

/* ========================================================
   BOTÓN DE UBICACIÓN ULTRA-MODERNO Y LLAMATIVO
   ======================================================== */
.ubicacion-btn,
.ubicacion-button {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 8px 18px 8px 10px;
    border-radius: 50px;
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 45%, #075985 100%) !important;
    border: 1.5px solid rgba(56, 189, 248, 0.5) !important;
    box-shadow: 0 4px 20px rgba(2, 132, 199, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset,
        0 2px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    overflow: hidden;
    text-decoration: none !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
    user-select: none;
    z-index: 1;
    min-width: auto;
    max-width: none;
    flex-direction: row !important;
}

/* Resplandor ambiental dinámico */
.ubicacion-btn-glow {
    position: absolute;
    inset: -3px;
    border-radius: inherit;
    background: linear-gradient(90deg, #38bdf8, #06b6d4, #60a5fa, #38bdf8);
    background-size: 300% 100%;
    filter: blur(8px);
    opacity: 0;
    z-index: -2;
    transition: opacity 0.35s ease;
    animation: ubicacionGlowGradient 4s ease infinite;
}

/* Efecto de destello de luz (Shimmer) */
.ubicacion-btn-shimmer {
    position: absolute;
    top: 0;
    left: -130%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transform: skewX(-25deg);
    z-index: -1;
    animation: ubicacionShimmer 3.8s infinite cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

/* Contenedor interno */
.ubicacion-btn-content {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

/* Contenedor circular del icono con efecto radar */
.ubicacion-icon-wrapper {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.5);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease;
    flex-shrink: 0;
}

/* Icono del pin de mapa */
.ubicacion-icon {
    color: #38bdf8;
    font-size: 1.15rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s ease;
    margin: 0 !important;
}

/* Pulso de onda tipo radar */
.ubicacion-ping {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px solid rgba(56, 189, 248, 0.8);
    opacity: 0;
    animation: ubicacionRadar 2.4s infinite cubic-bezier(0.2, 0.8, 0.2, 1);
    pointer-events: none;
}

/* Textos */
.ubicacion-text-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
}

.ubicacion-label {
    font-family: 'visbycf-regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 2px;
}

.ubicacion-sublabel {
    font-family: 'visbycf-light', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    color: #bae6fd;
    letter-spacing: 0.4px;
    opacity: 0.95;
    display: flex;
    align-items: center;
}

.ubicacion-sublabel i {
    font-size: 9px;
}

/* Hover, Focus y Active */
.ubicacion-btn:hover,
.ubicacion-button:hover {
    transform: translateY(-3px) scale(1.03);
    background: linear-gradient(135deg, #0284c7 0%, #0284c7 45%, #0369a1 100%) !important;
    border-color: rgba(125, 211, 252, 0.9) !important;
    box-shadow: 0 8px 25px rgba(2, 132, 199, 0.6),
        0 0 20px rgba(56, 189, 248, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.35) inset;
}

.ubicacion-btn:hover .ubicacion-btn-glow,
.ubicacion-button:hover .ubicacion-btn-glow {
    opacity: 0.7;
}

.ubicacion-btn:hover .ubicacion-icon-wrapper,
.ubicacion-button:hover .ubicacion-icon-wrapper {
    transform: scale(1.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(56, 189, 248, 0.35));
    border-color: rgba(255, 255, 255, 0.8);
}

.ubicacion-btn:hover .ubicacion-icon,
.ubicacion-button:hover .ubicacion-icon {
    transform: translateY(-2px) scale(1.15);
    color: #ffffff;
    filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.95));
}

.ubicacion-btn:active,
.ubicacion-button:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 3px 10px rgba(2, 132, 199, 0.4);
}

/* Keyframe Animations */
@keyframes ubicacionShimmer {
    0% {
        left: -130%;
    }

    30%,
    100% {
        left: 140%;
    }
}

@keyframes ubicacionRadar {
    0% {
        transform: scale(0.85);
        opacity: 0.95;
    }

    60% {
        opacity: 0.35;
    }

    100% {
        transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes ubicacionGlowGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* ======================
   ENCABEZADO (HEADER)
   ====================== */
.encabezado {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    background-color: #012d54;
    padding: 10px;
}

.encabezado img {
    display: block;
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    /* mantiene el espacio alrededor */
    margin-top: 15px;
    border-radius: 10px;
    /* si quieres esquinas redondeadas */
    background-color: #012d54;
    /* fondo transparente */
}



/* ======================
   MODAL MAPA MODERNO
   ====================== */
.custom-map-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 45, 84, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9998;
}

.custom-map-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 1050px;
    height: 75vh;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(2, 132, 199, 0.3);
    z-index: 9999;
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
}

.map-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 22px;
    background: linear-gradient(135deg, #012d54 0%, #004b85 100%);
    color: #ffffff;
    border-bottom: 2px solid #0284c7;
    flex-shrink: 0;
}

.map-modal-title {
    font-size: 1.15rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
}

.map-modal-close {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.25s ease;
    outline: none !important;
}

.map-modal-close:hover {
    background: #ef4444;
    border-color: #ef4444;
    transform: rotate(90deg) scale(1.08);
}

.map-nav-btn {
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    transition: all 0.25s ease;
    border-color: rgba(255, 255, 255, 0.45);
    color: #ffffff;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
}

.map-nav-btn:hover {
    background: rgba(56, 189, 248, 0.3);
    border-color: #38bdf8;
    color: #ffffff;
    transform: translateY(-1px);
}

.custom-map-body {
    width: 100%;
    height: 100%;
    flex: 1;
}

@media (max-width: 768px) {



    #btnInfoUsuario .fa-stack {
        font-size: 1.5em;
    }

    #btnInfoUsuario .fa-circle {
        color: #0579db;
        font-size: 1.5em;
    }

    #btnInfoUsuario .fa-user {
        color: #fff;
        font-size: 1em;
    }

    .acciones-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .ubicacion-btn,
    .ubicacion-button {
        padding: 6px 14px 6px 8px;
    }

    .ubicacion-icon-wrapper {
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }

    .ubicacion-icon {
        font-size: 1rem;
    }

    .ubicacion-label {
        font-size: 11.5px;
        letter-spacing: 0.5px;
    }

    .ubicacion-sublabel {
        font-size: 9.5px;
    }

    .encabezado {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 5px;
    }

    .encabezado img {
        width: 100%;
        max-width: 3000px;
    }

    .acciones-header {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        width: 100%;
    }

    .custom-map-modal {
        width: 95%;
        height: 80vh;
        border-radius: 12px;
    }

}



.nav-menu {

    font-size: 16px;
    cursor: pointer;
    color: white;
}

.d-none {
    display: none !important;
}

.active {
    display: block;
}




.info-tab {
    position: absolute;
    top: 150px;
    right: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
}

.info-tab.active {
    display: block;
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
}


.navegacionM {
    margin-left: 190px;
    padding: 30px 50px;
    font-size: 20px;
    background-color: #0579db;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.contenedor-registro {
    width: 75%;
    margin: auto;
}

.contenedor-registro input {
    width: 100%;
    background: var(--SECONDARY);
    border: none !important;
    outline: none !important;
    font: 600 12pt 'visbycf-light';
    padding: 0.95em !important;
}

.contenedor-registro input::placeholder {
    text-transform: uppercase;
    font: 600 12pt 'visbycf-light';
}

.contenedor-registro input:hover {
    background: var(--HOVER) !important;
}


.selection-list {
    overflow: hidden;
    overflow-y: auto;
    max-height: 8.97em;
    font: 14pt 'visbycf-light';
    color: var(--THIRD-TEXT);
}

.selection-list>div {
    display: flex;
    align-items: center;
}


.selection-list>div>div:first-child {
    flex-basis: 97%;
    margin-top: 0.45em;
}

.contenedor-registro input[type="checkbox"],
label[for] {
    cursor: pointer;
}



.contenedor-registro form>div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75em !important;
}

.contenedor-registro form>div>div {
    margin: 0.29em 0em !important;
    padding: 0em !important;
    padding: 0em 0.175em !important;
}



thead th {
    text-transform: uppercase;
    background: var(--THIRD-TEXT) !important;
    color: white !important;
    text-align: center;

}

table {
    width: 75% !important;
    margin: 0.5em auto 0.5em auto !important;
    background: white;
}

table th {
    font: 12pt 'visbycf-regular';
}

table td {
    font: 10pt 'visbycf-light';
}


.title-section {
    font: 24pt 'visbycf-light';
    text-align: center;
    color: var(--THIRD-TEXT);
    text-transform: uppercase;
    margin: 1em 0em !important;
}

.contenedor-registro button {
    font: 14pt 'visbycf-regular';
    color: white;
    border: none !important;
    outline: none !important;
    text-transform: uppercase;
    padding: 0.55em 0.95em !important;
    border: none !important;
    background: var(--MAIN);
    letter-spacing: 3.75px;
}

.contenedor-registro button:hover {
    background: var(--HOVER-SECONDARY) !important;
}


.alert {
    text-transform: uppercase;
}


#menu ul {
    list-style-type: none;
    list-style-position: inside;
    background: white;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu ul li {
    padding: 1.03em 0.75em;
    text-align: center;
    flex: 1;
    transition: all 0.75s ease-in-out;
}

#menu ul li:nth-child(3),
#menu ul li:nth-child(4) {
    flex: 1.5;
}

#menu ul li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font: 14pt 'visbycf-regular';
    color: #012d54;
}


#menu ul li:hover a,
#menu ul li.menu-active-item a {
    color: white !important;
}


#menu ul li:hover,
#menu ul li.menu-active-item {
    background: #012d54 !important;
}




#slider {
    overflow: hidden;
    border-radius: 1px;
}

#slider .carousel-inner {
    max-height: 595px;
}





#slider .carousel-indicators li {
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background: white;
    opacity: 1 !important;
    border: 2px solid white !important;
    box-shadow: 0px 0px 15px gray;
}


.carousel-caption>div {
    width: 65% !important;
    margin: 27.5px 0px !important;
    font-size: 24pt;
}

#slider .carousel-control-prev {
    justify-content: flex-start;
    left: -64px;
    opacity: 0;
}

#slider .carousel-control-next {
    justify-content: flex-end;
    right: -64px;
    opacity: 0;
}

#slider:hover .carousel-control-prev {
    animation: animate-next 1.5s ease-in-out;
    opacity: 1;
    left: 0px;
}

#slider:hover .carousel-control-next {
    animation: animate-prev 1.5s ease-in-out;
    opacity: 1;
    right: 0px;
}

#slider li.active {
    background: var(--MAIN) !important;
}

@keyframes animate-next {
    from {
        left: -64px;
        opacity: 0;
    }

    to {
        left: 0px;
        opacity: 1;
    }
}

@keyframes animate-prev {
    from {
        right: -64px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}

#det-evento {
    display: flex;
    width: 75%;
    margin: 0.15em auto 0em auto;
    flex-wrap: wrap;
    align-items: center;
}

#det-evento>div {
    flex-basis: 50%;
}

#det-evento>div:nth-child(3) {
    flex-basis: 100%;
}


.promotional {
    display: flex;
    align-items: start;
    justify-content: center;
}


.promotional>div {
    padding: 0.55em;

}

.promotional>div:nth-child(2) {
    flex-basis: 85%;
}

#det-evento iframe {
    width: 100%;
    border: none !important;
    height: 379px;
}

#det-evento video {
    width: 85%;
    margin: auto;
    display: block;

}

#info {
    border: 0.125px solid var(--THIRD-TEXT);
    padding: 0.25em;
    background: rgba(0, 0, 0, 0.1175);
    width: 100%;
    user-select: none;
}

#info span:nth-child(1) {
    width: 20%;
    display: inline-block;
}

#info span:nth-child(1) {
    font: 900 14pt 'visbycf-regular';
}

#info span:nth-child(2) {
    font: 900 12pt 'visbycf-light';
}

.info-evento>div {
    margin: 0.35em 0em;
}

.info-evento>div {
    text-align: center;
}

.info-evento>div:nth-child(1) {
    color: var(--TEXT);
}

.info-evento>div:nth-child(2),
.info-evento>div:nth-child(3) {
    font: 900 18pt 'visbycf-regular';
    text-transform: capitalize;
}


@media screen and (min-width:240px) and (max-width: 1023px) and (orientation:portrait) {

    .navegacionM {
        margin-left: 1em;
        padding: 4px 6px;
        font-size: 14px;
    }

    .info-tab {
        top: 83px;
        right: 0px;
    }

    .encabezado img:first-child {
        width: 100% !important;
    }

    .encabezado img:last-child {
        width: 195% !important;
    }


    .fa-calendar-days,
    .fa-location-dot {
        font-size: 2em !important;
    }

    .carousel-inner {
        padding: 1em !important;
    }

    .fa-calendar-days {
        font-size: 2em !important;
    }

    .fa-location-dot {
        font-size: 2em !important;
    }



    #menu {
        display: none !important;
    }

    #slider .carousel-inner {
        max-height: 415px !important;

    }

    #inicio {
        width: 95% !important;
    }

    .nav-menu {
        top: 1.91em !important;
    }

    #det-evento {
        flex-wrap: wrap !important;
        width: 100% !important;
    }

    #det-evento>div {
        flex-basis: 100% !important;
    }

    .promotional {
        flex-wrap: wrap-reverse !important;
    }

    .promotional>div {
        flex-basis: 100% !important;
    }

    #det-evento video {
        width: 100% !important;
    }

    table {
        border: 0;
        width: 95% !important;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }

    .title-section {
        font-size: 22pt;
    }

    .contenedor-registro form>div {
        flex-wrap: wrap !important;
    }

    .contenedor-registro form>div>div {
        flex-basis: 100% !important;
    }

    .contenedor-registro {
        width: 100% !important;
        padding: 0.5em !important;
    }

    .selection-list {
        max-height: 315px !important;
    }

    .selection-list>div {
        flex-wrap: wrap !important;
    }

    .selection-list>div>div {
        flex-basis: 100% !important;
        margin: 0.250em 0em !important;
    }

    .selection-list>div>div:last-child {
        display: flex;
        padding-right: 1.15em !important;
        justify-content: end;
    }

    #info>div>span {
        width: 100% !important;
    }
}

@media screen and (min-width:240px) and (max-width: 1023px) and (orientation:landscape) {

    .encabezado img:first-child {
        width: 100% !important;
    }

    .encabezado img:last-child {
        width: 195% !important;
    }


    .fa-calendar-days,
    .fa-location-dot {
        font-size: 2em !important;
    }

    .carousel-inner {
        padding: 1em !important;
    }

    .fa-calendar-days {
        font-size: 2em !important;
    }

    .fa-location-dot {
        font-size: 2em !important;
    }



    #menu {
        display: none !important;
    }

    #slider .carousel-inner {
        max-height: 415px !important;
    }

    #inicio {
        width: 95% !important;
    }

    .nav-menu {
        top: 1.91em !important;
    }

    #det-evento {
        flex-wrap: wrap !important;
        width: 100% !important;
    }

    #det-evento>div {
        flex-basis: 100% !important;
    }

    .promotional {
        flex-wrap: wrap-reverse !important;
    }

    .promotional>div {
        flex-basis: 100% !important;
    }

    #det-evento video {
        width: 100% !important;
    }

    table {
        border: 0;
        width: 95% !important;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }

    .title-section {
        font-size: 22pt;
    }

    .contenedor-registro form>div {
        flex-wrap: wrap !important;
    }

    .contenedor-registro form>div>div {
        flex-basis: 100% !important;
    }

    .contenedor-registro {
        width: 100% !important;
        padding: 0.5em !important;
    }

    .selection-list {
        max-height: 315px !important;
    }

    .selection-list>div {
        flex-wrap: wrap !important;
    }

    .selection-list>div>div {
        flex-basis: 100% !important;
        margin: 0.250em 0em !important;
    }

    .selection-list>div>div:last-child {
        display: flex;
        padding-right: 1.15em !important;
        justify-content: end;
    }

    #info>div>span {
        width: 100% !important;
    }

}