.no-padding-lr{
    padding-left: 0;
    padding-right: 0;
}
.me-auto-in{
    margin-right: inherit;
}
.floatright{
    float: right;
}
#primary-menu .displayblock{
    display: block !important;
}
.link-curriculum{
    font-weight: 600 !important;
    font-size: 12px !important;
    color: #5bc46d !important;
    margin-top: 15px !important; 
}
.separador150{
    height: 1px;
    background: #626262;
    margin: 50px 0;
}
.seccion_accesos{
    background: var(--global--color-secondary);
}
.font-white{
    color: #fff !important
}
.w-50{
    width: 50%;
}
.w-70{
    width: 70%;
}
.footer .footer-top .widget-content ul li{
    color: #17245c;
}
.modal-body{
    padding: 0 !important
}
.modal{
    z-index: 9999 !important;
}
.modal-dialog{
    max-width: 50% !important;
    width: 50% !important;
}
.modal-header{
    display: block !important
}
.modal-header button{
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
}
@media screen and (max-width:991.98px){
    .slider .slide{
        height: 100vh !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
    }
    .heading {
        margin-bottom: 0px !important;
    }
    .heading.heading-16 .heading-title {
        font-size: 25px !important;
        line-height: 1.0 !important;
        margin-bottom: 10px !important;
    }
    .features {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .collapsed-height {
        right: auto !important;
        left: 0 !important;
    }   
    .pricing-panel{
        width: 80% !important;
        max-width: 80% !important;
    }
    .modal-dialog{
        max-width: 80% !important;
        width: 80% !important;
    }
    .team .member .member-content .member-info a{
        font-size: 17px !important
    }
}