
/* =========================
   ESTILO FORMULARIO
========================= */

body{
   margin:0;
   padding:40px 20px;
   background:#eef2f7;
   font-family:'Segoe UI', sans-serif;
   color:#1e293b;
}

.main-container{
   max-width:1100px;
   margin:auto;
}

.page-header{
   background:#0056a6;
   color:white;
   border-radius:24px;
   padding:35px;
   display:flex;
   justify-content:space-between;
   align-items:center;
   margin-bottom:30px;
   box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.header-left{
   display:flex;
   align-items:center;
   gap:20px;
}

.header-icon{
   width:70px;
   height:70px;
   border-radius:50%;
   background:rgba(255,255,255,0.15);
   display:flex;
   align-items:center;
   justify-content:center;
   font-size:32px;
}

.page-header h1{
   margin:0;
   font-size:36px;
   font-weight:700;
}

.page-header p{
   margin-top:8px;
   opacity:0.9;
   font-size:17px;
}

.header-logo{
   width:180px;
   object-fit:contain;
}

.content-card{
   background:white;
   border-radius:24px;
   padding:40px;
   box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

.success-title{
   font-size:32px;
   font-weight:700;
   color:#0056a6;
   margin-bottom:10px;
}

.success-subtitle{
   color:#64748b;
   font-size:16px;
   margin-bottom:35px;
}

.modern-form{
   max-width:500px;
}

.form-group{
   margin-bottom:25px;
}

.form-group label{
   display:block;
   margin-bottom:10px;
   font-weight:600;
   color:#334155;
}

.form-group input{
   width:100%;
   padding:16px;
   border-radius:14px;
   border:1px solid #dbe2ea;
   font-size:16px;
   transition:0.3s;
   box-sizing:border-box;
}

.form-group input:focus{
   outline:none;
   border-color:#0056a6;
   box-shadow:0 0 0 4px rgba(0,86,166,0.1);
}

.btn-primary{
   background:#0056a6;
   color:white;
   border:none;
   padding:16px 28px;
   border-radius:14px;
   font-size:16px;
   font-weight:600;
   cursor:pointer;
   transition:0.3s;
}

.btn-primary:hover{
   background:#004080;
   transform:translateY(-2px);
}

.footer{
   text-align:center;
   margin-top:30px;
   color:#64748b;
   font-size:14px;
}

@media(max-width:768px){

   .page-header{
      flex-direction:column;
      text-align:center;
      gap:20px;
   }

   .header-left{
      flex-direction:column;
   }

   .page-header h1{
      font-size:28px;
   }

   .content-card{
      padding:25px;
   }

}

/* =========================
   ESTILO ASP DESPS
========================= */

body{
    margin:0;
    padding:40px 20px;
    background:#f3f6fb;
    font-family:'Segoe UI',sans-serif;
    color:#1e293b;
}

.container{
    max-width:1100px;
    margin:auto;
}

.hero{
    background:#0b57a4;
    border-radius:28px;
    padding:40px;
    color:white;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.hero-left{
    display:flex;
    align-items:center;
    gap:20px;
}

.hero-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}

.hero h1{
    margin:0;
    font-size:40px;
    font-weight:700;
}

.hero p{
    margin-top:8px;
    opacity:.9;
}

.hero img{
    height:90px;
}

.card{
    background:white;
    border-radius:24px;
    padding:35px;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.card h2{
    margin-top:0;
    color:#0f172a;
}

.card p{
    color:#64748b;
}

.table-list{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-top:25px;
}

.item{
    border:1px solid #dbe4f0;
    border-radius:18px;
    padding:20px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    transition:.2s;
}

.item:hover{
    border-color:#0b57a4;
    background:#f8fbff;
}

.item input[type=radio]{
    margin-top:8px;
    transform:scale(1.2);
}

.item-content{
    flex:1;
}

.periodo{
    font-weight:700;
    color:#0f172a;
    margin-bottom:8px;
    line-height:1.5;
}

.descripcion{
    color:#475569;
    font-size:15px;
}

.badge{
    display:inline-block;
    background:#dcfce7;
    color:#166534;
    padding:6px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:600;
    margin-bottom:10px;
}

.btn{
    margin-top:30px;
    background:#0b57a4;
    color:white;
    border:none;
    border-radius:14px;
    padding:15px 28px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.2s;
}

.btn:hover{
    background:#09498b;
}

.error-box{
    background:#fef2f2;
    border:1px solid #fecaca;
    color:#991b1b;
    padding:18px;
    border-radius:16px;
    margin-top:20px;
}

.footer{
    text-align:center;
    margin-top:30px;
    color:#64748b;
    font-size:14px;
}

@media(max-width:768px){

.hero{
    flex-direction:column;
    text-align:center;
    gap:20px;
}

.hero-left{
    flex-direction:column;
}

.hero h1{
    font-size:30px;
}

.hero img{
    height:70px;
}

}

.hero-logo img{
    height:90px;
    object-fit:contain;
}

@media(max-width:768px){

.hero-logo img{
    height:70px;
}

}