MÁLAGA

Slide

Rooms

See All

About Us

Read More

Attractions

See All

Contact Us

See All
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap'); .popup-anahita { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); display: flex; justify-content: center; align-items: center; z-index: 9999; font-family: 'Playfair Display', serif; } .popup-box { background: #fff; padding: 30px; max-width: 400px; width: 90%; text-align: center; border: 2px solid #000; position: relative; box-shadow: 0px 10px 25px rgba(0,0,0,0.2); } .popup-box h2 { font-size: 18px; text-transform: uppercase; border-bottom: 1px solid #000; padding-bottom: 10px; margin-bottom: 15px; } .popup-box p { font-size: 15px; margin: 10px 0; line-height: 1.6; } .popup-box strong { font-weight: bold; } .popup-btn { background-color: #b30000; color: #fff; padding: 10px 20px; margin-top: 20px; display: inline-block; text-dec
/* Estructura básica */ .anahita-popup { font-family: 'Playfair Display', serif; background: rgba(0, 0, 0, 0.65); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; display: flex; justify-content: center; align-items: center; } /* Popup visual */ .popup-inner { background: #fff; max-width: 460px; padding: 30px; border: 2px solid #000; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.3); position: relative; } /* Botón cerrar */ .popup-close { position: absolute; top: 10px; right: 14px; font-size: 22px; color: #000; cursor: pointer; } /* Título */ .popup-header { font-size: 18px; margin-bottom: 15px; border-bottom: 1px solid #000; padding-bottom: 5px; text-transform: uppercase; } /* Cuerpo del texto */ .popup-body p { font-size: 16px; margin: 12px 0; color: #000; } /* Botón */ .popup-btn { background: #b30000; color: #fff; padding: 12px 24px; display: inline-block; border-radius: 4px; text-decoration: none; margin-top: 20px; font-size: 16px; } /* FUNCIONALIDAD: cerrar el popup si el checkbox está activado */ #close-popup:checked + .anahita-popup { display: none; }