#map{
    height: calc(100vh - 9.8rem);
}

/* Estilos del modal del video */
#myModalVideo {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

#myModalVideo .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    width: 90%;
    max-width: 800px;
}

#myModalVideo iframe {
    width: 100%; /* El video ocupa el 100% del ancho del contenedor */
    height: 400px; /* Ajusta la altura según sea necesario */
}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
