@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');
/* general */

*,
*::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;
}


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


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:first baseline
}


/*footer*/
footer {
    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: 2rem;
}

/* 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 */
}

  .message-box {
    max-width: 600px;
    margin: 20px auto;
    padding: 10px;
    background-color: #c0c0c0;
    border: 1px solid #040ec8;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.message {
    background-color: #f8f6f6;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.message-header {
  font-weight: bold;
}

.message-header1 {
  font-weight: bold;
  color: #ff5e00;
}
.message-header2 {
  font-weight: bold;
  color: #1100ff;
}

button {
    background-color: rgb(94, 163, 126);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}

input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

