
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Outfit', sans-serif;
}

body{
    background:#F8FAFC;
    color:#334155;
}


header{
    background:linear-gradient(135deg,#1E293B,#0097A7);
    color:white;
    text-align:center;
    padding:35px;
    box-shadow:0 4px 15px rgba(0,0,0,.15);
}

header h1{
    font-size:3.2rem;
    font-weight:700;
    letter-spacing:5px;
}

header p{
    margin-top:10px;
    opacity:.9;
}


nav{
    display:flex;
    justify-content:center;
    gap:20px;
    background:white;
    padding:18px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

nav a{
    text-decoration:none;
    background:#00CEC8;
    color:white;
    padding:12px 25px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;

    border:1.5px solid rgba(255,255,255,0.7);

    box-shadow:
        0 4px 12px rgba(0,0,0,.08),
        0 0 0 2px rgba(203,213,225,.4);

}

nav a:hover{
    background:#0097A7;
    border-color:#94A3B8;
    transform:translateY(-3px);
}


.contenedor{
    width:90%;
    max-width:1200px;
    margin:50px auto;
    text-align:center;
}

.contenedor h2{
    color:#1E293B;
    margin-bottom:15px;
}

.contenedor p{
    color:#64748B;
    font-size:1.1rem;
}


form{
    width:90%;
    max-width:650px;
    margin:40px auto;
    background:white;
    padding:30px;
    border-radius:18px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

form label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#1E293B;
}

input,
select{
    width:100%;
    padding:12px;
    margin-bottom:18px;
    border:1px solid #CBD5E1;
    border-radius:10px;
    font-size:1rem;
}

input:focus,
select:focus{
    outline:none;
    border-color:#00CEC8;
    box-shadow:0 0 10px rgba(0,206,200,.25);
}


button{
    width:100%;
    border:none;
    padding:14px;
    border-radius:10px;
    background:#00CEC8;
    color:white;
    font-size:1rem;
    font-weight:bold;
    cursor:pointer;
    transition:.3s;
}

button:hover{
    background:#0097A7;
}


.panel{
    width:90%;
    max-width:1000px;
    margin:30px auto;
    background:white;
    border-left:6px solid #00CEC8;
    padding:30px;
    border-radius:18px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}


table{
    width:90%;
    max-width:900px;
    margin:30px auto;
    border-collapse:collapse;
    background:white;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

th{
    background:#0097A7;
    color:white;
    padding:15px;
}

td{
    padding:15px;
    border-bottom:1px solid #E2E8F0;
}

tr:hover{
    background:#F0FDFF;
}


h1{
    text-align:center;
    color:#ffffff;
    margin-top:25px;
}

h2{
    color:#1E293B;
}


a[href*="Alaysoft"]{
    display:block;
    width:220px;
    margin:30px auto;
    text-align:center;
    text-decoration:none;
    background:#1E293B;
    color:white;
    padding:12px;
    border-radius:10px;
    transition:.3s;
}

a[href*="Alaysoft"]:hover{
    background:#0097A7;
}


footer{
    margin-top:60px;
    background:#1E293B;
    color:white;
    text-align:center;
    padding:20px;
}

.franja{
    height:2px;
    background:#E2E8F0;
}

.header-content{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
}

.logo{
    width: 160px;
    height:auto;
}


tr:hover{
    background:#f7f7f7;
}
.memoria{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-top:20px;
}

.bloque{
    width:120px;
    height:120px;
    background:#00CEC8;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:15px;
    font-weight:600;
    box-shadow:0 4px 10px rgba(0,0,0,.1);
}
.gantt{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
}

.gantt-item{
    background:#00CEC8;
    color:white;
    padding:20px;
    min-width:120px;
    text-align:center;
    border-radius:12px;
    font-weight:600;
    box-shadow:0 4px 10px rgba(0,0,0,.1);
}
