html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* .floating-button {
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 1000;
} */
#mainCardMap {
    max-width: 1200px;
    color: white;
    background: #303845;
}

.ft1 {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
}
.animation {
    background-color: #3c4557;
}
.animation:hover {
    background-color: #383d42; 
}

.pointed::before {
    content: '\2022'; /* Unicode para el punto */
    color: white; /* Color blanco */
    font-size: 24px; /* Tamaño del punto */
    margin-right: 10px; /* Espacio entre el punto y el texto */
    display: inline-block;
    vertical-align: inherit;
}
.pointed {
    line-height: 1; 
}
.subCard-map p {
    line-height: 1 
}

.subCard-map {

        /* background: white; */
        /* border: 4px solid white; */
        height: 205px;
        width: auto;
        text-align: center;
        /* max-width: 225px; */
    
}


.navbar-custom {
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 0px;
    background-color: #343a40;
    font-weight: 300; 
    height: 40px;
    font-size: 15px;
    /* display: none;
    top: 8px;
    right: 30px;
  
    max-width: calc(100% - 36px);
    width: 590px;
    overflow-x: auto;

  */
}

@media (min-width: 1250px) {
    .margin-text {
        margin-right: 113px;
        margin-left: 84px;
    }
}
@media (max-width: 1249px) {
    .margin-text {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
.nav-link {
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
}

/* .nav-link {
    line-height: 1;
}

.navbar .nav-item{
    background-color: #303845;
}
.navbar .nav-item:hover {
    background: #6C7287;
} */

.custom-icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    font-size: 32px;
}

/* #toggleNavbar{
    background-color: #303845 !important;
} */
