#map-travel {
    height: 500px;
}
/* 
#contenedor-itinerario {
    height: 500px;
    overflow: auto;
} */

#new-travel-initial {
    /* position: fixed;
    top:0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #FFF;
    z-index: 1050; */
}

.form-control-editable {
    width: calc(97% - var(--bs-breadcrumb-item-padding-x));
    border: 0;
    background-color: transparent;
    margin-top: -3px;
    font-size: var(--bs-breadcrumb-font-size);
}

#contenedor-cargando-video {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 1060;
    width: 100%;
    height: 100%;
}

#contenedor-cargando-video video {
    max-height: 60vh;
}

#contenedor-cargando-video h3 {}

.activity-item {}

.activity-item h1 {}

.order-icon {
    width: 28px;
    height: 28px;
    color: #FFF;
    line-height: 100%;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
}

#buscardor-mapa {
    overflow: auto !important;
}

#contenedor-mapa,
#buscardor-mapa {
    transition: all 0.5s ease-in-out;
}

#contenedor-mapa #buscardor-mapa {
    /* display: none; */
}

#container-places {
    display: none;
}

#container-places.show {
    position: absolute;
    z-index: 10;
    display: block;
    background-color: #FFF;
    left: 0;
    top: 45px;
    width: 310px;
    max-width: 100%;
    height: 100%;
    box-shadow: 1px 4px 3px 1px #AAA;
}

#contenedor-mapa.adding {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    transform: translate(0%, 0%);
    /* width: 90vw;
    height: 90vw;
    top: 5%;
    left: 5%; */
}

#contenedor-mapa.adding #map-travel {
    border: none;
    width: 100vw;
    height: 100vh;
    margin-top: 0% !important;
    margin-left: 0%;
    border-radius: unset !important;
}

/* 
#contenedor-mapa.adding.adding #buscardor-mapa {
    display: inline;
    position: absolute;
    top: 7%;
    left: 0.6rem;
    width: 280px;
    background-color: #FFF;
    height: 92%;
    box-shadow: 2px 2px 6px 0px #777;
    border-radius: 10px;
    overflow: hidden;
} */

#buscardor-mapa #top-actions {
    display: none;
}

#buscardor-mapa.hide {
    height: 30px !important;
    width: 30px !important;
}

#input-buscador-punto {
    max-width: 750px;
}

#buscardor-mapa.hide #button-ocultar-buscador,
#buscardor-mapa.hide #input-buscador-punto {
    opacity: 0;
}


#buscardor-mapa #button-ocultar-buscador,
#buscardor-mapa #input-buscador-punto {
    transition: all 0.5s ease-in-out;
}

#buscardor-mapa.hide #top-actions {
    display: inline;
}

div.pac-container.pac-logo {
    z-index: 9999 !important;
}

#contenedor-mapa {
    position: relative;
}

#contenedor-mapa .btn-close {
    display: none;
}

#contenedor-mapa.adding .btn-close {
    display: block;
    /* position: absolute;
    right: 0.6rem;
    top: 1%; */
}

#contenedor-mapa #cover-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 6px;
    cursor: pointer;
}

#contenedor-mapa.adding #cover-map {
    display: none;
}

#container-searcher {
    position: fixed;
    top: 0;
    width: 100%;
    height: 45px;
    background-color: #FFF;
    z-index: 1;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    box-shadow: 1px 1px 3px 1px #AAA;
}
/* 
.search-container {
    position: relative;
}

.search-input {
    height: 50px;
    border-radius: 30px;
    padding-left: 35px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
} */