
#bg-main-2{
    background: url('../img/img_inicial.jpg');
    background-repeat: no-repeat; 
    width: 100%;
    height: inherit;
    background-size: 150%;
    background-position: center;
    background-attachment: fixed;
}

.hm-btn-buscar {
    position: absolute;
    font-family: 'chillax';
    font-size: medium;
    font-weight: bold;
    padding: 0.5em 4em;
    margin: 0.25em;
    
    border-radius: 0.4em;
    justify-self: center;
    border: none;
    outline: none;
    color: white;
    width: 100%;
    background-color: #1C5841;
    transition: background-color 0.1s;
    cursor: pointer;

}

.hm-btn-buscar:hover {
    background-color: #58ffc2;
    transition: background-color 0.25s;
}


.fix_buscar {
    position: absolute;
    width: 100%;
}
.hm-input-label{
    position: relative;
    font-family: 'chillax';
    padding-top: 0.5em;
    padding-left: 1.5em;
    font-size: larger;
    line-height: -50px;
    color: #1C5841;
    transition: color 0.2s;
}

input{
    position: absolute;
    width: 100%;
    font-family: 'chillax';
    font-size: medium;
    font-weight: bold;
    padding: 0.5em 1em;
    margin: 0.25em;
    border-radius: 0.4em;
    outline: none;
    border: 2px solid #1C5841;
    transition: border 0.75;
    background: transparent;
    font-size: 2.2em;
    z-index: 1111;
}

input:focus, input:valid{   
    border: 3px solid #58ffc2;
    transition: border 0.05s;
}

input:focus + .hm-input-label,
input:valid + .hm-input-label{ 
    color: #58ffc2;
    transition: color 0.05s;
}

.hm-btn-ver {
    position: relative;
    font-family: 'chillax';
    font-size: medium;
    font-weight: bold;
    padding: 0.5em 2.5em;
    margin: 0.2em;
    border-radius: 0.4em;
    border: none;
    outline: none;
    color: white;
    background-color: #D46240;
    transition: background-color 0.8s;
    cursor: pointer;
    transform: translate(0,0) scale(1);
    transition: transform 0.1s;
    box-shadow: 0px 1px 2px #b4650b;
}

.hm-btn-ver:hover {
    background-color: #ffb758;
    transition: background-color 0.29s;
    transform: translate(1px, -1px) scale(1.02);
    transition: transform 0.1s;
}


.hm-psi-stats {
    position: relative;
    font-family: 'chillax';
    font-size: medium;
    padding: 0.2em 0.2em;
    margin: 0.2em;
    border-radius: 0.4em;
    border: none;
    outline: none;
    color: white;
    background-color: #2c8f6e;
    transition: background-color 0.5s;
    flex-grow: 1;
    cursor: pointer;

    transform: translate(0px, 0px) scale(1.0);
    transition: transform 0.1s;
    box-shadow: 0px 1px 2px #144416;
}


.hm-psi-stats:hover{   
    box-shadow: 0px 2px 4px #3b443e;
    transform: translate(1px, -1px) scale(1.02);
    transition: transform 0.1s;
    transition: box-shadow 0.1s
    
}


.grid-psi{
    display: flex;
    margin-top: 3%;
    padding-bottom: 25px; 
    justify-content: center;
    height: fit-content;

}

.psi-card-container{
    height: 450px;
    width: 400px;
    padding: 20px;
    


}

.card-psi{
    display: flex;
    align-self: center;
    border-radius: 2em;
    margin: 2%;
    width: 100%;
    height: 100%;
    background-color: #F5E0A5;
    box-shadow: 0px 2px 8px #a8795a;
}

.card-psi-div-3{
    display: grid;
    height: 100%;
    width: 100%;
    grid-template-rows: 30px 200px 100px;
}

.card-psi-div-3-item{
    display: flex;
    color: black;
}

.card-psi-perfil{
    display: grid;
    height: 100%;
    width: 100%;
    grid-template-columns: 50% 50%;
    padding-top: 1em;
    font-family: 'chillax';
    font-weight: 400;
    font-size: 16px;
}

.card-psi-body{
    height: 155px; 
    padding-top: 1.2em;

}
.card-psi-body a{
    padding-left: 15px; 

}
.card-psi-body div{
    padding-left: 15px; 
    padding-right: 15px;
}

.psi-foto-perfil{
    display: flex;
    justify-content: center;
    height: 170px;

}

.psi-info{
    padding-left: 1em; 
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap; 
    align-content: center;

}

.psi-foto-perfil img {
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #ffffff;
    height: 155px;
    width: 155px
}