:root {
    /* Colores claros */
    --azul-claro: #4FC3F7;
    --azul-claro-mas-oscuro: #29B6F6;
    --dorado-metalico: #FFD700;
    --dorado-metalico-mas-oscuro: #FFC107;
}

body {
    margin: 0;
    padding: 0;
}

section {
    position: relative;
    width: 100%;
    height: 120vh;
    overflow: hidden;
}

.aesthetic {
    position: absolute;
    top: -1%;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url("/imgs/bpf.gif");
    background-size: cover;
    filter: blur(5px);
    filter: opacity(0.7);
}

.pais {
    stroke-opacity: 0.5 !important;
    stroke-width: 1px !important;
    stroke: blue !important; 

}

.pais:hover {
    stroke-opacity: 0.8 !important;
    stroke-width: 3px !important; 
    stroke: midnightblue !important;

}

.mi-clase,
.mi-clase2 {
    font-style: italic;
    font-family: 'Times New Roman', Times, serif, sans-serif;
    line-height: 1.5;
    display: inline-block;
    position: fixed;
    background-color: aliceblue;
    color: black;
    border: 2px solid black;
    padding: 10px;
    border-radius: 15px;
    pointer-events: none;
    z-index: 20;
    opacity: 0;
    transition: opacity 1s ease;
    padding-left: 2vh;
    padding-top: -10vh;


}

.mi-clase h4 {
    color: black;
    font-weight: bold;

}

.mi-clase p {
    font-weight: lighter;

}

.mi-clase {
    opacity: 1;

}

.categoria {
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif, sans-serif;

}

.banderita {
    position: absolute;
    top: 3vh;
    right: 4vh;
    border: 0.1rem solid midnightblue;
    padding: 0;
    margin: 0;

}

.banderita2 {
    border: 0.1rem solid midnightblue;
    padding: 0;
    margin-left: 35%;

}

.curiosidades {
    position: absolute;
    background: linear-gradient(145deg, rgba(173, 216, 230, 0.8) 5%, aliceblue, rgba(173, 216, 230, 0.8)99%);
    ;
    right: 3vw;
    top: 40%;
    transform: translateY(-50%);
    width: 13vw;
    height: 60vh;
    padding: 3vh;
    z-index: 30;
    border-radius: 10px;
    border: 3px solid rgba(0, 68, 68, 0.7);
    ;

}

.tip,
.tipPequeno {
    font-style: italic;
    font-family: 'Times New Roman', Times, serif, sans-serif;
    color: darkred;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0;
    margin: 0;

}

.tip {
    font-size: 3rem;
}

.curiosidad {
    font-style: italic;
    font-family: 'Times New Roman', Times, serif, sans-serif;
    color: black;
    font-size: 1.1rem;
    padding-top: 2vh;
    margin: 0;
    line-height: 1.5;
}
.map{
    display: block;
    margin: 0 auto;
    transform: scale(1.4); 
    margin-top: 10vh;
}   