body{
    background: black;
    user-select: none;
        /* Standard */
}
/* Estilo para centrar el logo */
/* Estilo por defecto */
.logo-container {
    text-align: center;
    margin-top: -100px;
}

.logo-container img {
    max-width: 200px;
}

/* Media Query para pantallas más pequeñas (<= 767px) */
@media (max-width: 767px) {
    .logo-container img {
        max-width: 150px;
    margin-top: 60px !important;
    }
}

/* Asegura que el mapa tenga el tamaño adecuado */
#map {
    width: 100%;
    height: 400px;
}





/*************tooltip targeta***************/

.tooltip-inner {
    background-color: #333;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

.tooltip-arrow {
    border-top-color: #333;
}



/*************tooltip mapa***************/
.custom-tooltip-marker {
    background: white;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.tooltip-name {
    font-weight: bold;
    color: #2980b9;
}

.tooltip-category {
    color: #666;
    font-size: 12px;
}


/*********************************/
/*********agremiados.html*******/
/***************************/


.round-container {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #007bff;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    box-sizing: border-box;
    margin-left: 500px;
}

.round-container span {
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .round-container {
        font-size: 20px;
        margin-left: 50px !important;
    }
}

/********************************/
/********formulario*************/
/*******************************/

