.img_background_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;


    & img {
        width: 100%;
        height: 1537px;
        max-height: 100%;
        object-fit: cover;

    }
}


.svg_container {
    min-height: 800px;
    height: 800px;
    position: relative;
    box-shadow: 5px 5px 5px #DFDFDF;

}

.map_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    height: 100%;
}

.position_map {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.hidden_map {
    display: none;
}

.container_buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
    z-index: 999;
    top: -8%;
    left: 5%;
    position: relative;
}

.button_class {
    height: 70px;
    width: 70px;
    border: none;
    border-radius: 50%;
    background-color: #ffffff9c;
    & img{
        filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white);
    }
}

.button_class:hover {
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #10603A;
    border: 2px solid #ffffff9c;
}

.button_class[data-sel='1']{
    background-color: #7093c1;
    & img{
        filter: drop-shadow(2px 0 0 #addbff) drop-shadow(0 2px 0 #addbff) drop-shadow(-2px 0 0 #addbff) drop-shadow(0 -2px 0 #addbff);
    }
}

.button_class_flex {
    display: flex;
    gap: 1rem;
}

/*.button__svg_1 {
    position: absolute;
    left: 55%;
    top: 5%;
}

.button__svg_2 {
    position: absolute;
    left: 45%;
    top: 10%;
}

.button__svg_3 {
    position: absolute;
    left: 37%;
    top: 16%;
}

.button__svg_4 {
    position: absolute;
    left: 30%;
    top: 25%;
}

.button__svg_5 {
    position: absolute;
    left: 25%;
    top: 35%;
}

.button__svg_6 {
    position: absolute;
    left: 20%;
    top: 46%;
}

.button__svg_7 {
    position: absolute;
    left: 17%;
    top: 57%;
}*/

.container_card {
    position: absolute;
    top: 50%;
    right: 2%;
}

.logo_map {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 16/9;
    max-height: 200px;
}


.svg_button {
    width: 30px;
}

.container_img_header {
    bottom: 60%;
    position: absolute;
    left: 0;
    z-index: 99;
}

.tooltip_button {
    position: relative;
    display: inline-block;
}

.tooltip_button .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 120%;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip_buttons:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.parent {
    position: relative;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #dfe1d5a3;
    backdrop-filter: blur(4px);

}

.div1 {
    max-height: 200px;
    grid-area: 1 / 1 / 2 / 2;
}

.div2 {
    grid-area: 2 / 1 / 4 / 2;
}

.div3 {
    grid-area: 1 / 2 / 4 / 3;
}

.div4 {
    grid-area: 3 / 3 / 4 / 4;
    padding: 1rem;
}

.div5 {
    grid-area: 1 / 3 / 3 / 4;
    max-height: 200px;
}

.size_card {
    width: 25rem;
    height: 24rem;
    overflow: auto;
}

.border_image {

}

div#cardBodyMap > p,
div#cardBodyMap > p a,
div#cardBodyMap > p strong {
    font-size: 0.9rem;
}

div#cardBodyMap > ol li {
    font-size: 0.8rem;
    margin-left: 2rem;
}