@charset "utf-8";


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

/* general */

* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}


h1 {
    background-color: rgb(250, 167, 156);
    color: rgb(22, 21, 21);
    font-size: 0,5rem;
    text-align: center;
}

header {

    background-color: rgb(94, 163, 126);
    display: flex;
    color: rgb(255, 255, 255);
    font-size: 0.5rem;
    max-width: 100%;
    padding: 1rem;
    justify-content: space-between;
    align-items: center;

}

a {
    text-decoration: none;
    color: rgb(255, 255, 255);

}

article {
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 8;
}

body {
    background-color: rgb(255, 255, 255);
}

h2 {
    background-color: rgb(94, 163, 126);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    width: 100%;
    text-align: center;
}

p {
    font-size: 24px;
    color: rgb(255, 255, 255),
    text-align: center;
  }  

    
.abrir-menu,
.cerrar-menu {
    display: none;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0,5rem;
}


*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline-color: transparent;
}

/*html {
    scroll-behavior: smooth;
    scroll-padding-block-start: 5em;
}*/

* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    outline: none;
}

a {
    text-decoration: none;
    color: rgb(255, 255, 255);

}

img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
}


header {
    background-color: rgb(94, 163, 126);
    display: flex;
    color: rgb(255, 255, 255);
    font-size: 0.5rem;
    max-width: 100%;
    padding: 1rem;
    justify-content: space-between;
    align-items: center;
}


/*footer*/
footer p {
    background-color: rgb(94, 163, 126);
    color: rgb(255, 255, 255);
    font-size: 0.5rem;
    max-width: 100%;

}


body {
    background-color: rgb(234, 235, 235);
    
}

main {
    padding: 2rem;
}


a {
    text-decoration: none;
    color: rgb(255, 255, 255);

}

ul,
ol {
    list-style: none;
}


.nav-lista {
    font-size: 1.2rem;
}

nav ul li a:hover {
    font-weight: 300rem;
    transition: .2s;
    border-bottom: solid rgb(255, 255, 255);
}

.abrir-menu,
.cerrar-menu {
    display: none;
}


/* footer */
footer img {
    width: 20px;
    display: grid;
    padding: 1rem;
}

/* algunos eventos*/

h2 {
    border-bottom: solid;
    border-color: rgb(25, 152, 255);
    font-size: 1.2rem;
    padding-top: 2rem;


}


/* Estilos para el menú de navegación */



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

li {
    margin: 0.5rem;
}

/* Estilos para el contenido principal */
main {
    text-align: center;
    padding: 20px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

/* Estilos para el footer */
footer {
    text-align: center;
    padding: 10px;
}

footer img {
    width: 30px;
    height: 30px;
    margin: 0 5px;
}



/* h1 {
    display: grid;
 - este igual no va - background-image: url(../imagenes/quinque.jpg); 
    font-size: 5rem;
    justify-self: top;
}

div img {
    display: grid;
}
/*

/* webapp.css */

/* Estilos para el logo */

#logo {
    margin: 10px;
}

#logo img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Añade una sombra suave al logo */
}