@font-face {
    font-family: 'MUSEOSANSCYRL_0';
    src: url('./Tipografia/MUSEOSANSCYRL_0.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MUSEOSANSCYRL_3';
    src: url('./Tipografia/MUSEOSANSCYRL_3.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    overflow-x: hidden;
    color: #3D3927;
    font-family: 'MUSEOSANSCYRL_3';
    background-color: white !important;
}

.dis{
    visibility: hidden !important;
}

.dis2{
    visibility: visible !important;
}

nav {
    background-color: transparent !important;
}

.card {
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.number {
    font-size: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.5;
    /* Ajusta la opacidad según sea necesario */
    z-index: 1;
    color: #EBC888;
}

.content {
    position: relative;
    z-index: 2;
}

/* Mostrar el dropdown al hacer hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.hover-dark:hover {
    color: #e0e0e0; /* Un poco más oscuro que blanco */
    background-color: rgba(255, 255, 255, 0.1); /* Opcional: un leve cambio de fondo */
}

.btn-primary{
    padding: 3px 30px;
    background-color: #E33B25;
}
.btn-primary:hover {
    background-color: #C62828;
}
.btn-secondary{
    padding: 3px 30px;
    background-color: #3D3927;
}
.btn-secondary:hover {
    background-color: #3D3927;
}

.list {
    list-style: none;
    /* Elimina los puntos predeterminados */
    padding: 0;
    /* Elimina el padding */
}

.list li {
    padding-left: 30px;
    /* Espacio para la imagen */
    margin-bottom: 10px;
    /* Espaciado entre los elementos */
    background: url('assets/Fotos/Faltantes/flecha-ea-01.png') no-repeat left center;
    /* Imagen como fondo */
    background-size: 15px;
    /* Ajusta el tamaño de la imagen */
}

.whatsapp-button {
    position: fixed;
    width: auto;
    height: auto;
    text-decoration: none;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
}

.whatsapp-button img {
    object-fit: cover; /* Asegura que la imagen cubra el div sin distorsión */
    border-radius: 50%;
    width: 100px;
    height: 100px;
}