#overlay-contador{
/* position:fixed; */
/* top:0;
left:0; */
/* width:100%;
height:100%; */
/* display:flex; */
/*justify-content:center;*/
/*align-items:center;*/
/* z-index:999999; */

/* FONDO OSCURO CON DIFUMINADO */
/* background: rgba(0, 0, 0, 0.65);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px); */
}

.contador-egipcio{
background:rgba(15, 10, 5, 0.95);
border:2px solid rgb(238, 255, 0);
border-radius:22px;
padding:50px;
width:645px;
/* max-width:500px; */
height: 290px;
text-align:center;
color:#f5d27a;
font-family:'Cinzel', serif;
box-shadow:0 0 40px rgba(255,215,0,0.5), inset 0 0 20px rgba(255,215,0,0.2);
position:relative;
margin-bottom: 30px;
}

.titulo-egipcio{
font-size:25px;
color:#ffd700;
text-shadow:0 0 15px gold;
margin-bottom:10px;
}

.sub-egipcio{
color:#d4af37;
margin-bottom:30px;
}

.tiempo-egipcio{
display:flex;
justify-content:space-between;
gap:15px;
margin-bottom:30px;
}

.tiempo-egipcio div{
flex:1;
background:#000;
border:2px solid #caa74d;
border-radius:15px;
padding:18px 10px;
box-shadow:0 0 10px gold inset;
}

.tiempo-egipcio span{
font-size:28px;
color:#ffd700;
font-weight:bold;
display:block;
text-shadow:0 0 15px gold;
}

.tiempo-egipcio small{
font-size:12px;
color:#d4af37;
}

.botones-social{
display:flex;
gap:20px;
justify-content:center;
flex-wrap:wrap;
}

.btn-dorado{
display:inline-block;
padding:12px 25px;
border:2px solid gold;
color:#ffd700;
text-decoration:none;
border-radius:50px;
font-weight:bold;
letter-spacing:1px;
transition:0.3s;
box-shadow:0 0 10px gold;
}

.btn-dorado:hover{
background:gold;
color:#000;
box-shadow:0 0 25px gold;
transform:scale(1.05);
}

.cerrar-contador{
position:absolute;
top:15px;
right:20px;
color:#ffd700;
cursor:pointer;
font-size:18px;
}

