html, body {
    height: 100%;
    margin: 0%;
    padding: 0%;
}

.modal-body {
    text-align: center
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-width: 90%;
}

.container-fluid {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    padding: 0 0 0 0 !important;
}

#map_container {
    position: relative;
}

#mapa_content {
    height: 0;
    overflow: hidden;
    padding-bottom: 22.25%;
    padding-top: 30px;
    position: relative;
}

@media print {
    html, body {
        height: auto;
    }
}

/* AJUSTES PARA lr.qa-axa.mx*/

.botones, .row {
    width: 100%;
    margin: 0 auto;
    margin: 0 !important;
}

.botones button {
    display: block !important;
    margin: 0 auto;
    text-align: center !important;
    left: 0;
    right: 0;
    width: 100% !important;
    background-color: #0e2e86 !important;
    background-image: linear-gradient(to bottom, #0e2e86, #0e2e86) !important;
}

div#coordenada {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 979px) {
    .mapa {
        height: 200px;
    }

    #mapa_content {
        height: 290px;
    }
}

#latitud, #longitud, #alerta-body, #ubicacion {
    font-size: 0.75em;
    color: black;
}

.aui .modal {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0);
    border: 0px;
    position: fixed;
    top: 10%;
    left: 0%;
    z-index: 1050;
    width: 100%;
    margin-left: 0;
}