
.title{
    color: white;
    font-family: 'Lato';
    font-size: 35px;
    text-align: center;
}
.content-table{
    display: flex;  
    justify-content: center;
    padding: 0 50px;
    
}
.container{ 
    margin: 100px auto;
    
    position: relative;
}

svg{
    display: block;
    margin: 0 auto;
}
p{
    font-family: 'Lato';
}
table{
    border-spacing: 0;
    margin: 0 auto;
}
table tr th{
    font-family: 'Lato';
    font-size: 12px;
    padding:10px;
    text-align: center;
}
table thead tr{
    color: white;
    background: #052656;
    padding: 10px 20px;    
}
table tr .first{
   border-radius: 10px 0 0 0;
}
table tr .last{
    border-radius: 0px 10px 0 0px;
}
tbody{
    background-color: #f9f9f9;
}
table tbody tr{
    color: #000000;
    background: #F2F2F2;
}
table tbody tr td{
    font-family: 'Lato';
    font-size: 12px;
    padding: 10px;    
}
table tbody tr td button, table tbody tr td a{
    background: #052656;
    border: none;
    border-radius: 50px;
    color:  white;   
    cursor: pointer;
    font-family: 'Lato';
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;    
    text-align: center;
}
table tbody tr td a{
    display: block;
    width: 60px;
}
table tbody tr td button:hover, table tbody tr td a:hover{
    opacity: 0.8;
}
.box-table{
}
.box-table1{
   
}

.box-table:first-child{
    margin-right: 20px;
}
.logo{
    background: white;
    height: auto;
    padding:10px;
    position: fixed;
    right: 0;
    top:0; 
    width: 100%;
    z-index: 9;

    align-items: center;
    display: flex;
    justify-content: space-between;
}
.logo img{
    height: auto;  
    margin-left: 30px;
    width: 200px;
}
body{
    background-color: white;
    position: relative;
}
body::before{
    content: '';
    /* background-image: url(img/Backgrounds\ Identidad\ 2024-07.png); */
    display: block;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top:0;
    height: 605px;
    width: 100%;
    background-size: cover;
}
#map_canvas{    
    fill: #052656 !important;
    margin:0 auto;
    max-width: 1260px;
}

.spin-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.item-user{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.item-user img{
    height: 16px;
    width: 16px;
}

