.card-header-hp{
    text-align: center;
    width: 100%;
    background-color: #6bb869;
    color: white;
    border-radius: 15px !important;
    margin-bottom: 5%;
}


.card-portal-hp{
    width: 18rem;
    border-radius: 15px;
    box-shadow: 6px 6px 10px -4px rgba(0,0,0,.2);
    border: 1px solid #6bb869;
}


.card-hp{
    width: 900px;
    background-color: white !important;
    color: rgb(80, 80, 80);
    margin-bottom: 5%;
    box-shadow: rgb(38, 57, 77) 0 20px 30px -10px;
    transition: all 1s ease;
    border-radius: 50px 0;
    justify-content: center;
    display: flex;
}

@media screen and (max-width: 1000px) {
    .card-hp{
        width: 500px;
    }
}


@media screen and (max-width: 600px) {
    .card-hp{
        width: 300px;
    }
}
    



.card-hp:hover{
    background: linear-gradient(to left, #6bb869, #338852) !important;

    color: white;
    margin-bottom: 5%;
    box-shadow: rgb(38, 57, 77) 0 20px 30px -10px;
    border-radius: 0 50px;
    display: flex;
    justify-content: center;
}

#hp_deposit_save{
    background-color: #6bb869;
    color: white;
    border-color: #6bb869;
    border-radius: 15px !important;
    margin-bottom: 5%;
}

#hp_deposit_save:hover{
    background-color: rgba(107, 184, 105, 0.5);
    color: white;
    border-color: rgba(107, 184, 105, 0.5);
    border-radius: 15px !important;
    margin-bottom: 5%;
}

.facultativeChoice{
    display: none;
}

.facultativeChoice_2{
    display: none;
}

.typechoice_1{
    display: block;
}
.typechoice_2{
    display: none;
}

.firstMenuLink:hover{
    text-decoration: none;
}