/*Nueva pagina de estilos febrero 2025*/

/*header de todas las paginas*/

/*fuente fondamento h1*/

@import url('https://fonts.googleapis.com/css2?family=Fondamento:ital@0;1&display=swap');


header {
    background-color: #120319;
    border: #2874a6 solid 5px;
    border-radius: 15px;
    box-shadow: 14px 6px 19px 12px rgba(202, 135, 201, 0.3);
    margin: 0 5px 3px 5px;
    padding: 10px 10px 10px 10px;
    grid-column: span 2;
}

h1 {
    text-align: center;
}

h1 a:link {
    color: #E814B4;
    text-shadow: 5px 9px 3px rgba(229, 16, 245, 0.2);
    font-family: fondamento;
    text-align: center;
    font-size: 70px;
    transition: color 0.3s ease;
    padding: 10px 20px;
}



h1 a:hover {
    color: #E814B4;
    background-color: #340840;
    border: #EC30AB groove 5px;
    border-radius: 15px;
    font-size: 70px;
}

.henry {
    float: inline-start;

}

.calavera {
    float: right;
    
}



h2.portada {
    color: #E814B4;
    font-size: 25px;
    text-align: center;
}

nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 10px 5px;
}

nav ul li {
    margin: 0 15px 0 15px;
    font-size: 20px;
}

nav ul a {
    color: #E814B4;
    display: block;
    text-align: center;
    font-family: Verdana, sans-serif;
    border: 5px double rgba(108, 84, 202, 0.6);
    border-radius: 66px;
    padding: 0 10px 0 10px;

}

nav ul li a:hover {
    background-color: #340840;
    border: #EC30AB groove 5px;
}

/*Iconos sociales index*/

.redes {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.redes li :hover {
    transform: scale(1.2);
}


/*body*/

body {
    background-image: url(img/portada_web-removebg-preview.png);
    background-position: 50%;
    background-repeat: repeat;
    background-color: #120319;
    margin: 0 15px 0 0;
    padding: 0 35px 35px 0;
}



/*Sobre mi body*/
.sobremibody {
    background-color: #120319;
    margin: 0 15px 0 10px;
    padding: 35px;
    display: grid;
    grid-template-columns: 1fr 250px;
    /* Divide el espacio de la pagina index en dos columnas */
    grid-gap: 20px;
    /* Espacio entre las columnas */
}

/*Sobre mí*/

.mifoto {
    float: left;
}

/* index*/

.indexbody {
    background-image: url(img/portada_web-removebg-preview.png);
    background-color: #120319;
    margin: 0 15px 0 10px;
    padding: 35px;
    display: grid;
    grid-template-columns: 1fr 250px;
    /* Divide el espacio de la pagina index en dos columnas */
    grid-gap: 20px;
    /* Espacio entre las columnas */
}

main {
    grid-column: 1 / span 1;
    /* Coloca el texto en la primera columna */
}

/*aside index*/

aside {
    padding: 0 20px 0 10px;
    background: #120319;
    border: #2874a6 solid 3px;
    border-radius: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

aside h2 {
    color: #E814B4;
    text-align: center;
    font-size: 30px;
    font-family: fondamento;
}

.juegos,
.libros {
    margin-bottom: 5px;
}


aside ul {
    list-style: square;
    color: #DAF7F6;
}


.asideh2 {
    text-align: center;
    font-size: 25px;
}

.asideh3 {
    color: #EE49E2;
    text-align: left;
    font-size: 20px;
}


/* común a todas las paginas*/

main {
    background: linear-gradient(133deg, rgb(18, 3, 25) 0%, rgb(139, 102, 241) 100%);
    border: 4px solid rgba(191, 42, 191, 0.4);
    border-radius: 12px;
    margin: 0 5px 3px 5px;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

blockquote p {
    border: 5px solid rgba(230, 12, 96, 0.2);
    box-shadow: -35px 13px 12px rgba(251, 18, 136, 0.2);
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
    color: #eeeeee;

}

h2 {
    color: #fafafa;
    text-align: center;
    font-size: 45px;
    font-family: 'Courier New', Courier, monospace;
}

h3 {
    color: #c4bbf0;
    text-align: center;
    font-size: 35px;
    font-family: 'Courier New', monospace;
}

p {
    text-align: justify;
    color: #f2f2f2;
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
}

a {
    text-decoration: none;
    color: #120319;
    font-weight: bold;
}

a:hover {
    color: #d81b60;
    font-size: 20px;
}

figure {
    display: flex;
    justify-content: center;
    align-items: center;
}

figure img {
    box-shadow: 16px 10px 34px 4px rgba(255, 0, 145, 0.2);
    border-radius: 45px;
}



/*footer común a todas las paginas*/

footer {
    display: flex;
    border: #3b0944 solid 5px;
    border-radius: 10px;
    background: linear-gradient(57.4deg, rgb(249, 206, 183) 4.6%, rgb(234, 174, 202) 26%, rgb(210, 182, 226) 49.1%, rgb(173, 209, 242) 86.5%);
    padding: 10px 10px 10px 10px;
    margin: 0px 5px 3px 5px;
}

footer img {
    border: 3px solid #e814b4;
    border-radius: 59px;
}

footer img:hover {
    transform: scale(1.1);
    filter: contrast(128%) grayscale(128%);
}

address p {
    margin-left: 15px;
    text-align: left;
    padding-right: 15px;
    color: #3a4750;
    font-size: 20px;
}

address h4 a {
    margin: 0 10px 0 10px;
    font-size: 25px;
    color: rgb(81, 20, 138);
    text-decoration: none;
    transition: color 0.3s ease;
}

address h4 {
    font-size: 20px;
    color: rgb(81, 20, 138);
}

address h4 a:hover {
    color: rgb(232, 27, 95);
    font-size: 28px;
    text-decoration-line: underline;
}

/*Porfolio*/

.portfolio {

    border: 4px double #ec30ab;
    border-radius: 33px;
    margin: 10px 10px 10px 10px;
    padding: 5px 10px 5px 10px;
}

hr {
    clear: both;
    border: 0;
    background-image: linear-gradient(to right, transparent, #f5f9fa, transparent);
}

.portfolio img {
    float: left;
    border: 6px solid #ec30ab;
    border-radius: 31px;
    margin: 10px 10px 10px 10px;
}

.portfolio img:hover {
    scale: 1.1;
    filter: brightness(133%) contrast(78%) grayscale(78%) saturate(225%);
}