/* CSS DEL MENU */
.my-menu {
    background: #184481;
    display: flex;
}

.card-cont-1 {
    width: 100%;
    border-radius: 20px;
    display: flex;
}

.cont-busqueda {
    position: absolute;
    border-radius: 20px;
    bottom: 0px;
    height: 100%;
    background: #f3f3f7;
    width: 100%;
    display: flex;
}

.cont-busqueda-1 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    background: rgba(0, 0, 0, 0);
    height: 60px;
}

.op-busqueda {
    background: white;
    border-radius: 15px;
    padding: 6px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.col-md-4 {
    text-align: center;
}

.my-button {
    background: white;
    border: 0px;
    color: #b2b2b2;
    border-radius: 5px;
    padding: 3px 6px;
}

.my-button-select {
    background: #b2b2b2;
    border: 0px;
    color: white;
    border-radius: 5px;
    padding: 3px 6px;
}

.my-button-select:hover {
    background: #979a9a;
    color: white;
}

.my-button:hover {
    background: #b2b2b2;
    color: white;
}

.cont-busqueda-2 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    background: rgba(0, 0, 0, 0);
    height: 65px;
    margin-bottom: 1;
}

.buscador {
    border-radius: 10px;
    background: white;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 10px;
    box-shadow: rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
        rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.my-input {
    width: 80%;
    outline: none;
    border-radius: 10px;
    border: 0px;
    font-size: 13px;
}

.my-input:focus {
    outline: none;
}

.my-btn-search {
    background: #184481;
    border: 0px;
    color: white;
    border-radius: 180px;
    padding: 2px 6px;
}

.cont-busqueda-3 {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    display: block;
    overflow: auto;
    border-radius: 15px;
    margin-bottom: 2px;
    margin-top: 10px;
    scrollbar-width: none;
}

.cont-busqueda-3::-webkit-scrollbar {
    display: none;
}

.cont-resultado {
    background: #f2f3f4;
    border-radius: 15px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    font-size: 12px;
    color: #2c3e50;
    /* border: 1px solid  #d35400; */
}

.cont-resultado i {
    color: #34495e;
    font-size: 30px;
}

.my-status {
    font-size: 30px;
    text-align: center;
}

.cont-resultado:hover {
    background: #909497;
    color: white;
}

.cont-resultado:hover i {
    color: white;
}

.cont-resultado:active {
    background: #4d5656;
    color: white;
}

.cont-resultado-activado {
    background: #4d5656;
    color: white;
}

/* FIN DEL CSS DEL MENU  */

/* Inicio de css para el Mapa */
.my-map {
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

/* Fin de css para el Mapa */

/* Inicio de css para el boton de menu */
.btn-menu {
    position: absolute;
    top: 10px;
    left: 50px;
    z-index: 400;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    border-radius: 3px;
    padding: 2px;
}

.btn-menu button {
    background: white;
    border-radius: 3px;
    border: 0px;
}

/* Fin de css para el boton del menu */

/* Inicio de css para la descripcion */
.section-descripcion {
    position: absolute;
    z-index: 1000;
    bottom: 0px;
    padding: 0px;
    max-width: 300px;
}

#img-btn {
    position: relative;
    top: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;

}

.con-descripcion {
    width: 250px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.cont-caberecera {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

.cont-mensaje {
    display: none;
    width: 250px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.cont-mensaje hr {
    background: #b3b6b7;
    margin: 0px;
    margin-bottom: 5px;
}

/* Fin de css para la descripcion */
/* Inicio de css para la carga*/
.cont-carga {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d0d3d4;
    z-index: 100000;
}

#preloader_2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
}

#preloader_2 span {
    display: block;
    bottom: 0px;
    width: 50px;
    height: 50px;
    background: #ecf0f1;
    position: absolute;

}

#preloader_2 span:nth-child(1) {
    animation: preloader_2_1 1.5s infinite ease-in-out;
}

#preloader_2 span:nth-child(2) {
    left: 20px;
    animation: preloader_2_2 1.5s infinite ease-in-out;

}

#preloader_2 span:nth-child(3) {
    top: 0px;
    animation: preloader_2_3 1.5s infinite ease-in-out;
}

#preloader_2 span:nth-child(4) {
    top: 0px;
    left: 20px;
    animation: preloader_2_4 1.5s infinite ease-in-out;
}

@keyframes preloader_2_1 {
    0% {
        transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        transform: translateX(-80px) translateY(-40px) rotate(-180deg);
        border-radius: 20px;
        background: #174582;
    }

    80% {
        transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }

    100% {
        transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@keyframes preloader_2_2 {
    0% {
        transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        transform: translateX(80px) translateY(-40px) rotate(180deg);
        border-radius: 20px;
        background: white;
    }

    80% {
        transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }

    100% {
        transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@keyframes preloader_2_3 {
    0% {
        transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        transform: translateX(-80px) translateY(40px) rotate(-180deg);
        border-radius: 20px;
        background: white;
    }

    80% {
        transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }

    100% {
        transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}


@keyframes preloader_2_4 {
    0% {
        transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        transform: translateX(80px) translateY(40px) rotate(180deg);
        border-radius: 20px;
        background: #174582;
    }

    80% {
        transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }

    100% {
        transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

/* Inicio de carga de menu */
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.spinner label {
    position: absolute;
    left: -10px;
    top: 10px;
    font-size: 11px;
    color: #797d7f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #2980b9;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* Carga de cabecera */

.spinner-caberecera {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    margin-left: 20px;
    margin-bottom: 0px;
}

.spinner-caberecera>div {
    background-color: #34495e;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner-caberecera .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner-caberecera .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner-caberecera .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner-caberecera .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* Cargador de descripcion */
.spinner-mensaje {

    width: 70px;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.spinner-mensaje>div {
    width: 18px;
    height: 18px;
    background-color: #34495e;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-mensaje .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner-mensaje .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* Carga de mapa */
.loading-map {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b3b6b7;
    border-radius: 5px
}

.wave {
    width: 5px;
    height: 100px;
    background: linear-gradient(45deg, #34495e, #fff);
    margin: 10px;
    animation: wave 1s linear infinite;
    border-radius: 20px;
}

.wave:nth-child(2) {
    animation-delay: 0.1s;
}

.wave:nth-child(3) {
    animation-delay: 0.2s;
}

.wave:nth-child(4) {
    animation-delay: 0.3s;
}

.wave:nth-child(5) {
    animation-delay: 0.4s;
}

.wave:nth-child(6) {
    animation-delay: 0.5s;
}

.wave:nth-child(7) {
    animation-delay: 0.6s;
}

.wave:nth-child(8) {
    animation-delay: 0.7s;
}

.wave:nth-child(9) {
    animation-delay: 0.8s;
}

.wave:nth-child(10) {
    animation-delay: 0.9s;
}

@keyframes wave {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}