/* RESET */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
.wip{
    margin: 50px;
    padding: 100px 100px;
    font-size: 60px;
    text-align: center;
    border: 2px solid #D4ADFC;
    border-radius: 10px;
}
/* BODY */
body{
    font-family: Arial, sans-serif;
    /* fondo para los costados */
    background-image: url("https://raw.githubusercontent.com/EclipsaSama/Blog/main/fondo1.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    
}
/* BANNER */
.banner{
    width:100%;
    height:25vh;
    background-image: url("https://raw.githubusercontent.com/EclipsaSama/Blog/main/lunas.jpg");
    background-size: cover;
    background-position: center;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#ccc;
    text-align:center;
}

.banner h1{
    font-size:4rem;
    background-color: rgba(0,0,0,0.6);
    padding:20px;
    border-radius:10px;
}
/* CONTENIDO CENTRAL */
.contenido{
    width:70%;
    margin:auto;
    background-color: #0C134F;
    padding:40px;
    min-height:100vh;
    margin-bottom: 20px;
    border: 2px solid #D4ADFC;
    border-radius: 0 0 10px 10px;
}
/* MENU */
.menu{
    display:flex;
    justify-content:center;
    gap: 10px;
    background: #1D267D;
    padding: 10px;
    margin: 10px  auto;
    border: 2px solid #D4ADFC;
    border-radius: 10px;
    word-spacing: 50px;
    text-align: center;
}

.menu a{
    text-decoration:underline;
    color:#5C469C;
    font-weight:bold;
    font-size:18px;
    transition:0.3s;
    font-style: italic;
    background: #0C134F;
    padding: 8px;
    width: 90%;
    border: 2px solid #D4ADFC;
    border-radius: 10px;
    word-spacing: 5px;
    text-align: center;
}
.menu .activo{
    text-decoration:none;
    font-size:22px;
    text-shadow: #D4ADFC;
}
/* TEXTOS */
.presentacion{
    line-height:1.6;
    background: #1D267D;
    padding: 10px;
    color: #FFF2E0;
    margin-top: 20px;
    border: 2px solid #D4ADFC;
    border-radius: 10px;
    text-align: center;
    }

h2 {
    font-weight: 50;
    margin-bottom: 20px;
    text-align: left;
    color: #D4ADFC;
    font-weight:bold;
}
.updates{
    line-height:1.6;
    background: #1D267D;
    padding: 10px;
    color: #FFF2E0;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 2px solid #D4ADFC;
    border-radius: 10px;
    }
.link{
    line-height:1.6;
    background: #1D267D;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 2px solid #D4ADFC;
    border-radius: 10px;
    }
.link a {
    color: #FFF2E0;
}
.imagen-home {
    margin-top: 20px;
    text-align: center;
}
/* OCS */
.body-ocs{
    background-image: url("https://raw.githubusercontent.com/EclipsaSama/Blog/main/fondooc.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.banner-ocs {
    width:100%;
    height:22vh;
    background-image: url("https://raw.githubusercontent.com/EclipsaSama/Blog/main/bannerocs.jpg");
    background-size: cover;
    background-position: center;
    display:flex;
    justify-content:center;
    align-items:center;
    color: #D4ADFC;
    text-align:center;
}
.banner-ocs h1{
    font-size:3rem;
    background-color: rgba(0,0,0,0.4);
    padding:20px;
    border-radius:10px;
}
/* MOSAICO */
.personajes{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:30px;
}
/* TARJETAS */
.card{
    background-color:#5C469C;
    border-radius:6px;
    overflow:hidden;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    transition:0.3s;
    display:flex;
    flex-direction:column;
}
.card:hover{
    transform:scale(1.03);
}
/* IMAGEN */
.card img{
    width:100%;
    height:86%;
    object-fit:cover;
    display: block;
}
/* LINK */
.card a{
    display:flex;
    text-align:center;
    justify-content: center;
    padding:10px;
    text-decoration:none;
    color:#0C134F;
    font-weight:bold;
    transition:0.3s;
    font-style: italic
}
.card a:hover{
    text-decoration:underline;
}
/* DISCLAIMER */
.disclaimer { 
    line-height:1.6;
    background: #1D267D;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 2px solid #D4ADFC;
    border-radius: 10px;
    font-size: 13px;
    color: #FFF2E0;
    font-style: italic;
}
.disclaimer h6{
    font-size: 15px;
    color: #D4ADFC;
    font-weight: bold;
}
/* PROYECTOS */
.banner-proyectos {
    width:100%;
    height:22vh;
    background-image: url("https://raw.githubusercontent.com/EclipsaSama/Blog/main/bannerproyectos.jpg");
    background-size: cover;
    background-position: center;
    display:flex;
    justify-content:center;
    align-items:center;
    color: #D4ADFC;
    text-align:center;
}
.banner-proyectos h1{
    font-size:3rem;
    background-color: rgba(0,0,0,0.4);
    padding:20px;
    border-radius:10px;
}
/* MENU*/
.menu-proyectos{
    display:flex;
    justify-content:center;
    position:sticky;
    top:15px;
    min-width:220px;
    background:#1D267D;
    padding:15px;
    border:2px solid #D4ADFC;
    border-radius:10px;
    word-spacing: 50px;
    gap: 20px;
    text-align: center;
    flex-wrap:wrap;
}
.menu-proyectos a{
    padding:15px 40px ;
    text-decoration:none;
    color:#FFF2E0;
    background:#0C134F;
    border-radius:8px;
    transition:0.3s;
    font-weight:bold; 
    text-align: center;
    width: 30%;
}
.menu-proyectos a:hover{
    background:#5C469C;
}
/* CONTENIDO  */
.contenido-proyectos{
    flex:1;
}
/* CADA PROYECTO */
.proyecto{
    background:#1D267D;
    padding:25px;
    margin:20px auto;
    border:2px solid #D4ADFC;
    border-radius:10px;
    color:#FFF2E0;
}
.proyecto h2{
    margin-bottom:20px;
}
/* BLOQUE TEXTO + IMAGEN */
.bloque{
    display:flex;
    gap:20px;
    align-items:center;
}
/* INVERTIR */
.bloque-reverse{
    flex-direction:row-reverse;
}
/* IMAGEN */
.bloque img{
    width:300px;
    height: 200px;
    border-radius:10px;
    object-fit:cover;
}
.bloque-reverse img{
    width:300px;
    border-radius:10px;
    object-fit:cover;
}
/* TEXTO */
.bloque p{
    line-height:1.8;
}
