body {
  
    margin: 0px;
    width: 100%;
}
  
h1 {
    font-weight: 700;  /* Peso 700 para negrita */
    font-family: "Roboto Mono", serif;
}
  
p {
    font-weight: 400;  /* Peso 400 para regular */
    font-family: "Roboto Mono", serif;
}

#container {
    background-image: url(../recursos/fondo.jpg);
    background-size: cover;
    padding: 20px;
}

#div-img-logo {
    margin: 0px auto;
    padding-top: 30px;
}

#enlace-humanReality {
    text-decoration: none;
}

#txt-bienvenida {
    font-size: 28px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Sombra alrededor del texto */
    text-align: center;
    margin: 20px;
    margin-top: 30px;
}

#txt-intro {
    margin: 0px;
    white-space: pre-line;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Sombra alrededor del texto */
    font-size: 24px;
}

.texto-intro{
    margin: 30px;
    white-space: pre-line;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Sombra alrededor del texto */
    font-size: 24px;
}

.txt-strong {
    color: rgb(235, 186, 122);
}

#btn-start {
    padding: 30px 60px;
    font-size: 30px;
}

#div-btn-start {
    width: 203px;
    margin: 0px auto;
    margin-top: 30px;
    padding-bottom: 30px;
}

/* --------------------------------------------------- CSS botones para cambiar de idioma -------------------------------------------------- */

.btn-idiomas{
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding: 1px 9px 1px 9px;
    margin: 5px;
    transition: all 0.2s ease-in;
}

.btn-idiomas:hover{
    background-color: white;
    border: 1px solid rgb(45, 93, 153);
    color: black;

}

.imagen-idioma{
    width: 20px;
    margin-bottom: 3px;
    margin-left: 2px;
}
