body{
   font-family: 'Montserrat', sans-serif;
      }
.fondo{
    background: url("../img/fondoprueba44.jpg") no-repeat;
    background-size:cover;
    min-height: 10rem;
   
    
}
.fondo3{
    background: url("../img/fondoprueba225.png") no-repeat;
    background-size: cover;
    min-height:55rem;
    /**/
}
.opa{
  opacity: 0.90;
}
label{
   color: #FFF;
}

/*.color{    
    color: #A71930;
}*/
.titulo{
    font-size: 5rem;
}
.sombra {
 /* color: #aa182c; */
  font-size: 25px;
    color: rgba(255,255,255,.3);
    text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5);
}
.sombra1 {
 /* color: #aa182c; */
  
    color: rgba(255,255,255,.3);
    text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5);
}
footer{
    bottom: 0;
    width: 100%;
}
 a, a:hover,a:visited, a:focus {
    text-decoration:none;
}
.boton{
    max-width: 56px;
}

.dataTables_filter, .dataTables_length { display: none; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    margin: -2rem 0 !important;
}

.page-item.active .page-link{
    background-color: #ffffff;
    border-color: #ffffff;
}
.page-link{
    color: #FFC107;
}
.page-link:hover{
    border-color: #FFC107;
    background-color: #FFC107;
    color: white;
}
.dataTables_info{
    color: black;
}
.map{
    height: 400px;
    width: 100%;
    -webkit-border-radius:1rem;
    -moz-border-radius:1rem;
    border-radius:1rem;
    border: 1px solid #FFC107;;
    overflow:hidden;
    margin:auto;
    position:relative;
}
div.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible{
    display:none !important;
}
.ol-zoom-in, .ol-zoom-out{
    background-color:#FFC107 !important;
}

.form-check-input:checked{
    background-color: #FFC107;
    border-color: #FFC107;
}

.form-check-input{
    background-color: white;
    border-color: #FFC107;
}
.form-check-input:focus{
   color : white;
   border-color:  #FFC107;
   box-shadow: 0 0 0 0.25rem #dfba4d;
}
.card-name{
    font-size: 1rem;
    font-weight: bolder;
}
.card-type{
    font-size: .8rem;

}
.qr{
    width: 100%;
    background-size: cover;
    height: 0;
    padding: 0; /* reset */
    padding-bottom: calc(100% * 3 / 4);
}

.modal-dialog {
    max-width: 332px;
    margin: 1.75rem auto;
}

.nav-link.btn-outline-dark{
    color: #000 !important;
}
.nav-link.btn-outline-dark:hover{
    color: #FFF !important;
}

@media print {
  body * {
    visibility:hidden;
  }
  #tarjeta-personal, #tarjeta-personal * {
    visibility:visible;
  }
  #tarjeta-personal {
    position:absolute;
    left:0;
    top:0;
  }
}