.price-section{
    width: 100%;
    display: flex;
    margin-top: 77px;
    justify-content: center;
    align-items: center;
}

.price-container{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    margin-top: 45px;

}

.price-text-principal-container{
    margin-bottom: 20px;
}

.price-text-container{

}

.text-title{
    font-family: "Montserrat", sans-serif;
    color: #1b2e4b;
    font-weight: bold;

}

.text-info{
    font-family: "Montserrat", sans-serif;
    color: #1b2e4b !important;
    font-weight: bold;

}
.container-card-principal{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}
.container-label{
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #6730e3;
    color: #fff;
    text-align: center;
    /* left: 0px; */
    width: 100px;
    height: 37px;
    top: 0px;
    border-radius: 25px;
    margin-bottom: 20px;
}
.container-card-plans{
    height: auto;
    display: flex;

}
.single-pricing-pack-talent {
    width: 307px;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    border: none;
    border-top: 4px solid transparent;
    border-radius: 1rem;
}
.single-pricing-pack-talent:hover {
    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%) !important;
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%) !important;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    border-top: 4px solid #9629e6;
}
.pricing-header{
    font-weight: bold;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
}

.descripcion-plan li{
    position: relative;
    border-bottom: 1px solid #8080801a;
    margin: 0;
    padding: 0;
    font-size: 10px;
    
}
@media (max-width: 712px) {
    .container-card-principal {
        flex-direction: column-reverse;
    }
}