body{
    height: 100vh;
    width: 100vw;
}
#header {
    height: 8%;
    width: 100%;
    background-color: #33CC99;
    /* color: #272722; */
    /* background-color: #00CC66; */
}

#logo > img {
    height: -webkit-fill-available;
}

.title{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    color: #FFFFF3;
    /* color: #272722; */
    /* color: white; */
}

#btn-reg { 
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
}

#mapdiv {
    height: 92%;
    background-color:white;
}
#side_panel {
    height: 92%;
    overflow: auto;
    background-color: FFFFF3;
    /* background-color: #dadada; */
    box-sizing: border-box;
}
/*
#footer {
    height:75px;
    background-color: darkgrey;
}
*/
/* .attraction {
    margin-bottom: 5px;
} */

/* The Modal (background) */
.modal {
    z-index: 1000; /* Sit on top */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    display: none; /* Hidden by default */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.icon-class{
    border: 2px solid #0b4e39;
    background: white;
}

.icon-image{
    height: 50px;
    padding: 5px;
}

.li-icon{
    cursor: pointer;
    box-sizing: border-box;
    /* width: 200px;
    height: 85px; */
    margin:0px;
    text-align: center;
    padding: 10px 5px;
}
.li-icon:hover{
    background: rgb(225, 243, 243);
    border-radius: 60px;
}
.li-icon-select{
    background: #33CC99 !important;
    border-radius: 60px;
}

.leaflet-container a.leaflet-popup-close-button {
    color: white;
    font: 30px/16px Tahoma, Verdana, sans-serif !important;

}

/* Modal Content */
.modal-content {
    padding: 20px;
    background-color:#CCFFCC;
    margin-top: 4%;
}
.text-panel{
    text-align: justify;
    padding-top: 10px;
    font-size: 15px;
}

.leaflet-popup-content{
    width: unset !important;
    }

.leaflet-popup-content-wrapper {
    /* max-height: 400px; */
    overflow-y: scroll;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #0202026b;
    overflow: auto;
    box-shadow: lightslategrey;
}

.pop-dim{
    max-width: 50%; /*Estos estilos están modificados también en el css mobile*/
    max-height: 40%; /*Estos estilos están modificados también en el css mobile*/
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 10px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 10px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-jbs8{background-color: #fafafacc;color:black;border-color:#1e481f73;text-align:center;vertical-align:middle;font-size: 16px;font-weight: bold;}
.tg .tg-jbs6{background-color: #fafafacc;color:black;border-color:#1e481f73;text-align:center;vertical-align:middle;font-size: 14px;}

.check-items{
    display: inline-flex;
    padding: inherit;
    text-align: left;
}

.name-service{
    font-size: 14px;
}