body {
    background-color: rgb(255, 255, 255);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 110px;
}

.button {
    display: inline-block;
    margin: 30px auto;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    background-color: rgb(0, 0, 128);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

h1 {
    color: rgb(0, 0, 128);
    text-decoration: underline;
    text-underline-offset: 15px;
}

h2 {
    color: rgb(0, 0, 128);
}

h3 {
    color: rgb(0, 0, 128);
    text-decoration: underline;
    text-underline-offset: 10px;
}

p {
    color: rgb(0, 0, 0);
    text-align: left;
    padding: 0 20px;
    line-height: 1.5;
}

ul {
    text-align: left;
    margin: 20px 0;
    padding-left: 40px;
    line-height: 1.5;
}

li {
    margin-bottom: 8px; 
}

.foto {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.icon {

    height: 55px;
}

nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 110px;
    background: rgb(0, 0, 128);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    z-index: 1000;
}

nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 12px;
    transition: 0.3s;
    border: 3px solid rgb(0, 0, 128);

}

.active {

    background: rgb(86, 179, 247);
    border-radius: 12px;
    border: 3px solid white;

}

#map {
    height: 100%;
    width: 100%;
}

.leaflet-control-layers {
    background: rgba(0, 0, 128);
    border: 2px solid #333;
    border-radius: 10px;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    padding: 5px;
}

.leaflet-control-layers-selector {
    accent-color: rgba(86, 179, 247);
    width: 14px;
    height: 14px;
}


.leaflet-control-layers-toggle {
    width: 60px !important;
    height: 60px !important;
    background-size: 40px 40px !important;

}

model-viewer {
    width: 100%;
    height: calc(100vh - 125px);
    display: block;
    background-color: #e7f8f8;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    z-index: 1001;
}

header button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    border-radius: 12px;
    border: 3px solid rgb(0, 0, 128);
    background: rgb(0, 0, 128);
    color: white;
    font-weight: bold;
    cursor: pointer;
}