%PDF- %PDF-
| Direktori : /var/www/wp.grupodrt.com.mx/ |
| Current File : /var/www/wp.grupodrt.com.mx/index.html |
<!DOCTYPE html>
<html lang="es-MX">
<head>
<meta charset="utf-8">
<title>Gaceta DRT - Acceso Corporativo</title>
<style>
body {
font-family: "Segoe UI", Arial, sans-serif;
background: linear-gradient(135deg, #004b91, #0078d7);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
overflow: hidden;
}
.container {
background-color: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(8px);
border-radius: 20px;
padding: 50px 40px;
text-align: center;
width: 90%;
max-width: 550px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
opacity: 0;
transform: translateY(40px);
animation: fadeInUp 1.2s ease forwards;
}
@keyframes fadeInUp {
to {
opacity: 1;
transform: translateY(0);
}
}
/* Ícono de web 🌐 */
.web-icon {
position: relative;
width: 100px;
height: 100px;
border: 3px solid rgba(255,255,255,0.6);
border-radius: 50%;
margin: 0 auto 20px;
box-shadow: 0 0 15px rgba(255,255,255,0.2);
animation: spin 8s linear infinite;
}
.web-icon::before,
.web-icon::after {
content: "";
position: absolute;
border-radius: 50%;
border: 2px solid rgba(255,255,255,0.4);
}
/* Líneas horizontales y verticales simulando la red */
.web-icon::before {
width: 60%;
height: 60%;
top: 20%;
left: 20%;
border-left: none;
border-right: none;
}
.web-icon::after {
width: 60%;
height: 60%;
top: 20%;
left: 20%;
border-top: none;
border-bottom: none;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
h1 {
font-size: 2.2em;
margin-bottom: 10px;
letter-spacing: 1px;
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-8px); }
}
h2 {
font-weight: 400;
font-size: 1.3em;
margin-top: 0;
color: #e0e0e0;
}
p {
font-size: 1.05em;
line-height: 1.6;
color: #f5f5f5;
}
.note {
margin-top: 25px;
font-size: 0.95em;
color: #ddd;
opacity: 0.8;
}
</style>
</head>
<body>
<div class="container">
<div class="web-icon"></div>
<h1>Gaceta DRT</h1>
<h2>Acceso Exclusivo Corporativo</h2>
<p>
Plataforma interna de <strong>Desarrollos Residenciales Turísticos</strong>.<br>
Acceso limitado al personal del corporativo DRT.
</p>
<p class="note">Disponible solo en red corporativa / entorno local.</p>
</div>
</body>
</html>