.mr-top-250{
    margin-top: 250px;
}
.mr-bottom-250{
    margin-bottom: -250px;
}
.container-plans{
    margin-top: -850px;
    margin-bottom: 50px;
    width: 100%;
}
.min-height-685{
    min-height: 685px;
}
.container-card-plans{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin: auto;
}
.card-plans{
    background: #fff;
    border-radius: 20px;
    margin: 10px;
    padding: 25px 5px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-width: 330px;
    max-width: 330px;
    margin: auto;
    z-index: 99;
    position: relative;
}
.card-plans .btn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 85%;
    margin: auto;
    width: 120px;
    height: 38px;
    display: flex;
    justify-content: center;
}
.card-plans .card-title-plans{
    color: #000 !important;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
}
.card-plans .card-title-plans > span{
    font-size: .8rem;
}
.card-plans .card-title-plans > .big-subtitle{
    color: #0D5295;
    text-transform: uppercase;
    font-family: NotoSans-Bold;
    font-size: .9rem;
}

.card-plans .card-plans-dinner{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin: 15px 0;
}
.card-plans .card-plans-dinner .type{
    font-weight: 600;
}
.card-plans .card-plans-dinner .money{
    margin: 0 10px;
    font-size: 2.5rem;
    font-weight: bolder;
}
.card-plans .card-plans-dinner .description{
    text-align: left;
}
.card-plans .description-card{
    margin-bottom: 15px;
    display: block;
    text-align: center;
}
.card-plans ul{
    display: block;
    text-align: left;
    padding-left: 0;
    width: calc(100% - 50px);
    margin-bottom: 80px;
}
.card-plans ul li {
    display: flex;
    padding: 7px 0;
    align-items: center;
}
.card-plans ul li .icon{
    min-width: 25px;
    min-height: 25px;
    margin-right: 15px;
    position: relative;
}
.card-plans ul li .icon::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 7px;
    border-radius: 5px;
    background: #97DFBE;
    right: 1px;
    transform: rotate(40deg);
}
.card-plans ul li .icon::after{
    content: '';
    position: absolute;
    height: 17px;
    width: 7px;
    border-radius: 5px;
    left: 6px;
    background: #97DFBE;
    bottom: 0px;
    transform: rotate(-40deg);
}
.card-plans .linked{
    color: #97DFBE;
    margin-top: -50px;
    margin-left: -10px;
    
}
.card-plans .card-plams-discount{
    margin: 0;
    margin-bottom: -25px;
    position: relative;
}
.card-plans .card-plams-discount::before{
    content: '';
    position: absolute;
    transform: translate(0, 50%);
    background: #92B711;
    height: 5px;
    width: calc(100% - 20px);
}
#owl-2,
#owl-3,
#owl-4{
    display: none;
}

#owl-4 .card-plans {
    min-width: 300px;
    max-width: 300px;
}
@media(max-width: 1075.98px){
    .container-plans{
        width: 100%;
        margin-left: inherit;
    }
}
@media(max-width: 775.98px){
    .hero-section-cursor{
        display: none;
    }
    .page-2-section-2 .container-page-2-section-2 {
        margin-bottom: 110px;
        min-height: 855px;
    }
    .container-plans {
        max-width: inherit !important;
        margin-top: -525px;
        margin-bottom: 50px;
        width: calc(100% - 15px) !important;
    }
    .page-2-section-2 .owl-carousel button.owl-dot.active{
        background: #0D5295;
    }

    .page-2-section-2 .owl-carousel button.owl-dot{
        border: 1px solid #0D5295 !important;
    }

}
@media(max-width: 575.98px){
    .min-height-685{
        min-height: inherit;
    }
    .card-plans{
        min-width: inherit;
        max-width: inherit;
        min-height: 725px;
        width: calc(100% - 25px);
        margin: auto;
    }
    #owl-4 .card-plans {
        min-width: inherit;
        max-width: inherit;
        width: calc(100% - 25px);
        margin: auto;
    }
    .container-card-plans .item{
        padding: 10px;
    }
    .container-plans{
        width: 100%;
        margin-left: inherit;
    }
}




