
body {
    background-color: #BFA893;
}

.encabezado {
   
    display: flex;
    justify-content: center;
    padding-top: 5%;
}
.banner {
    
    align-items: center;
    width: 400px;
    max-height: 400px;
    
    overflow: hidden;
}

.control {
    width: 100%;
    padding-top: 10px;
    flex-direction: column;
    align-items: center;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.formu {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.form-control {
    width: 30%;
}

.resultado {
    
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 5%;
    padding-top: 2%;
}

.error {
    padding-top: 2%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    background-color: #BFA893;
}

.imagen {
    padding-bottom: 15px;
}

.titulo {
    position: relative;
    top: 70px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    background-color: #BFA893;
    
}
.titulo h6 {
    color: grey;
    
}

#rsiChart{
    height: auto;
    width: 100%;
    max-width: 50vw;
    margin: auto;
    background-color: white;
}

#precioChart{
    width: 100%;
    max-width: 50vw;
    margin: auto;
    background-color: white;
}

canvas {
    width: 100%;
    height: auto;
}

body, html {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
} 

.loginbody{
    width: 20%;
    height: 30%;
    display: flexbox;
    justify-content: center;
    padding-left: 40%;
    padding-top: 20%;
    
}

.logincuadro{ 
    flex-direction: column;
    background-color: white;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5%;
}

.regiscuadro {
        flex-direction: column;
        background-color: white;
        text-align: center;
        width: 100%;
        height: 100%;
        border-radius: 5%;
}

.login{
    font-size: small;
    justify-content: center;
    margin-right: 15px;
    
}

.divlogin {
    width: 100%;
    position: fixed;
    background-color: #BFA893;
    z-index: 3;
}

.formul{
    padding-bottom: 25px;
}


@media (max-width:450px){
    #rsiChart {
        width: 100%;
        height: 300px;
    }

.resultado{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
.resultados {
    height: 1200px;
}

canvas#rsiChart {
    width: 90 vw;
    max-width: 750px;
    height: 500px;
    display: block;
    margin: auto;
}

}