.pricing .pricing-item {
    padding: 0px 0px;
    /* box-shadow: 0 3px 20px -2px rgb(0 0 0 / 15%); */
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 13px;
    margin-top: 0px !important;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 25%);
    border-top: 0px solid #fff;
}

.pricing .pricing-item:hover {
    color: rgb(13, 110, 253) !important;
    border-color: rgb(13, 110, 253) !important;
    /* box-shadow: 0px 4px 16px rgb(207 0 0 ); */
    /* box-shadow: 0px 4px 16px rgb(13, 110, 253) !important; */
    -webkit-box-shadow: 0px 1px 17px 1px rgb(13, 110, 253) !important;
    -moz-box-shadow: 0px 1px 17px 1px rgb(13, 110, 253) !important;
    box-shadow: 0px 1px 17px 1px rgb(13, 110, 253) !important;
    position: relative;
    bottom: 20px;
}

.pricing ul li {
    padding: 10px 0;
    display: block;
    align-items: center;
    margin-top: 0px !important;
}

.call-to-action {
   background: var(--bs-body-bg);
    background-size: cover;
    padding: 30px 0;
    padding-top: 20px!important;
}

.btn-plan:hover{
    background-color: white;
    color: #0124FA;
    border-radius: 20px;
    border-color: #0124FA;
}

.btn-plan{
    background-color: #0124FA; 
    color:white; 
    border-radius: 20px;
}

.pricing h4 {
    font-size: 35px;
    color: var(--color-primary);
    font-weight: 400;
    font-family: var(--font-primary);
    margin-bottom: 25px;
}

.alerta_plan{
    position: absolute;
    background-color: #EC1312;
    top: 333px;
    width: 261px;
    color: white;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px;
}

@media screen and (max-width: 1199px) {
    .alerta_plan{
        width: 216px;
    }
}

@media screen and (max-width: 991px) {
    .alerta_plan{
        width: 100%;
        top: none;
        position: initial;
    }
}

.alerta_plan_2{
    /* position: absolute; */
    background-color: #EC1312;
    top: 333px;
    /* width: 261px; */
    color: white;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px;
}

@media screen and (max-width: 1199px) {
    .alerta_plan_2{
        width: 216px;
    }
}

@media screen and (max-width: 991px) {
    .alerta_plan_2{
        width: 100%;
        top: none;
        position: initial;
    }
}

.block {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.block.show {
    opacity: 1;
    transform: translateY(0);
}

.card-pregunta{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}

.btn-check:focus+.btn, .btn:hover {
    outline: 0;
    box-shadow: none;
    color: rgb(13, 110, 253) !important;
    border-color: rgb(13, 110, 253) !important;
}

.btn_pre{
    color:rgba(39,38,73,0.8); 
    font-weight: 700; 
    background-color: #fff;  
    border-color: rgb(39 38 73 / 20%);
    box-shadow: 0px 4px 16px rgb(0 0 0 / 25%);
}

.btn_pre:focus {
    outline: 0;
    box-shadow: none;
    border-color: rgb(13, 110, 253) !important;
    color: rgb(13, 110, 253) !important;
}

.b-alert-space{
    display: block;
}

@media screen and (max-width: 991px) {
    .b-alert-space{
        display: none;
    }
}