#mapid {
    height: 100vh;
    width: 100%;
}

#slide-1 {
    z-index: 100;
}

#slide-2 {
    z-index: 99999999;
}

.wrapper-4-mapa {
    z-index: 2;
    background-color: var(--color-light-gray);
    height: auto;
}

.imagen-mapa{
    width: 80px !important;
    height: auto;
}
.section-4-mapa {
    max-width: 100%;
    margin: 0 auto;
    top: 0;
}

.popupmenu-carteles-active {
    transform: translateY(0);
    top: 0 !important;
    left: 0 !important;
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: var(--GrisOscuroSombra);
    animation: slideDown 1s forwards;
    z-index: 999999 !important;
}

.iframe-full-screen{
    height: 24.35% !important;
  }

.popupmenu-carteles-close {
    animation: slideUp 1s forwards;
}

  @keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.wrapper-2-ubicaciones {
    background-color: transparent;
   
}

.filter h3 {
    margin-right: 15px;
    font-family: "KumbhSans";
    text-transform: capitalize;
}

.section-2-ubicaciones {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1px;
}

.section-2-ubicaciones div {
    display: flex;
    align-items: center;
}

.section-2-ubicaciones .title {
    flex: 1;
}

.input-group {
    display: flex;
    justify-content: center;
}

.input-group select {
    margin-left: 10px;
}

select#ubicaciones-carteles {
    margin-left: 20px;
    margin-top: 0;
}

.wrapper-display-carteles {
    height: auto;
    margin-bottom: 10%;
}

.section-display-carteles {
    max-width: 80%;
    margin: 0 auto;
}

.carteles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100% !important;
    gap: 20px;
    margin: 0;
}

.cartel-container {
    flex-basis: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin: 10px 0;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.2s;
}

.cartel-container:hover {
    transform: translateY(-20px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}


.cartel-container img {
    width: 100%;
    height: auto;
}

.info-container {
    padding: 25px 25px 25px 25px;
}

.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info p {
    margin: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-vista {
    width: 40px;
    height: auto;
}

.cartel {
    font-weight: bold;
    color: var(--color-red);
    font-size: 25px !important;
    margin-right: 10px !important;
}

.arrow {
    display: flex;
    justify-content: flex-end;
}

.arrow img {
    width: 24px;
    height: 24px;
}

.form-control {
    width: 20vw !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #929292;
    border-radius: 6px !important;
    background-color: #EEEEEE !important;
    padding: 0.5rem 1.5rem 0.5rem 0.75rem;
    font-size: 2rem;
    line-height: 1.5;
    color: #495057;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 2.5rem;
}

.form-control:focus, .form-control:hover {
   background-color: #242424;
   color: black;
}

.form-select {
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.efectomouse {
    cursor: pointer;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--color-red);
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--color-red);
}


@keyframes slideUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.popupmenu-carteles-close {
    animation: slideUp 0.5s forwards;
}


@media (max-width: 1750px) {
    .wrapper-2-ubicaciones h1 {
       font-size: 55px !important;
    }
}

@media (max-width: 1350px) {
    .wrapper-2-ubicaciones h1 {
       font-size: 45px !important;
    }
}

@media (max-width: 1200px) {
    .cartel {
       font-size: 20px !important;
    }

    .info p {
        margin: 0;
        font-size: 12px;
    }

    .form-control {
        font-size: 12px !important;
    }


    .arrow-vista {
        width: 50px;
    }
    .wrapper-2-ubicaciones h1 {
        font-size: 30px !important;
     }

}


@media (max-width: 1000px) {
    .carteles-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100% !important;
        gap: 20px;
        margin: 0;
    }
    
    .cartel-container {
        flex-basis: calc(100% - 20px); /* Ajuste para que ocupe todo el ancho menos el gap */
        max-width: calc(100% - 20px);  /* Ajuste para que ocupe todo el ancho menos el gap */
        margin: 10px 0;
        background: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        transition: transform 0.2s;
    }
}


@media (max-width: 1200px) {
    .wrapper-1-arquitectura, .background-video {
        max-height: 80vh !important;
    }
}

@media (max-width: 992px) {
    .wrapper-1-arquitectura, .background-video {
        max-height: 60vh !important;
    }
}

@media (max-width: 768px) {
    .wrapper-1-arquitectura, .background-video {
        max-height: 50vh !important;
    }
}

@media (max-width: 576px) {
    .wrapper-1-arquitectura, .background-video {
        max-height: 40vh !important;
    }
}
