.major-carousel .owl-nav button {
    position: absolute;
    top: 30%;
    font-size: 40px !important;
    color: #000 !important;
    margin-top: 3rem;
}
.major-carousel .owl-nav button.owl-prev {
    left: -40px;
}
.major-carousel .owl-nav button.owl-next {
    right: -40px;
}
@media (max-width: 630px) {
    .major-carousel .owl-nav button {
        top: 35%;
    }
    .major-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .major-carousel .owl-nav button.owl-next {
        right: 0;
    }
}

.card-main {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.card-background {
    background-size: cover;
    background-position: center;
    transition: 0.3s all ease;
    /*  min-height: 400px; */
    height: 100%;
    width: 100%;
    position: relative;
}
.card-main:hover .card-background {
    transform: scale(1.05);
}
.card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.card-overlay-title {
    background: #fb2e2ed1;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    z-index: 2;
}
.card-overlay-title p {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

@media (min-width: 992px) {
    .card-overlay-title.half {
        width: 50%;
        right: auto;
        top: 0;
        height: auto;
    }
    .card-overlay-title.half p {
        position: absolute;
        width: 100%;
        top: 40%;
        font-size: 25px;
    }
}

.number-service {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 5px solid #ea4e1b;
    font-size: 25px;
    color: #ea4e1b;
    font-weight: bold;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.service-item:hover .number-service {
    border: 5px solid #fff;
    color: #fff;
}
.error {
    color: red;
}
.card-container {
    background: #fff;
    padding: 30px 20px;
    border-radius: 0.5em;
}
.error-input {
    border: 1px solid red;
}
.w-20 {
    width: 20px;
}
.w-25p {
    width: 25px;
}
.w-200 {
    width: 200px;
}
.card-type {
    background-color: #fff;
    box-shadow: 0px 5px 25px -2px rgb(0 0 0 / 6%);
    cursor: pointer;
    transition: 0.6s all ease;
}
.card-type:hover {
    box-shadow: 0px 4px 15px 5px rgb(0 0 0 / 25%);
}

/*Sidebar*/
#sidebar {
    min-width: 270px;
    max-width: 270px;
    height: 100vh;
    background: #f6f6f6;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 5px 25px -2px rgb(0 0 0 / 6%);
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: sticky;
    top: 0;
}
#sidebar .h6 {
    color: #fff;
}
#sidebar.active {
    margin-left: -270px;
}
#sidebar.active .custom-menu {
    margin-right: -50px;
}
#sidebar .sidebar-header {
    background: #db3600;
    width: 270px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
}
#sidebar .sidebar-header a {
    color: #fff;
    font-size: 20px;
}
#sidebar ul.components {
    padding: 0;
}
#sidebar ul li {
    font-size: 16px;
}
#sidebar ul li > ul {
    margin-left: 10px;
}
#sidebar ul li > ul li {
    font-size: 14px;
}
#sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#sidebar ul li a:hover {
    color: #000;
}
#sidebar ul li.active > a {
    background: transparent;
    color: #000;
}
@media (max-width: 991px) {
    #sidebar {
        margin-left: -270px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebar .custom-menu {
        margin-right: -60px !important;
        top: 10px !important;
    }
}
#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
#sidebar .custom-menu .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#sidebar .custom-menu .btn.btn-primary {
    background: #393c7f;
    border-color: #393c7f;
}
#sidebar .custom-menu .btn.btn-primary:hover,
#sidebar .custom-menu .btn.btn-primary:focus {
    background: #393c7f !important;
    border-color: #393c7f !important;
}
.icon-dropdwon {
    float: right;
    transition: 0.3s;
    padding-top: 5px;
}
.button-collapse .fa-chevron-down {
    display: none;
}
.button-collapse .fa-chevron-up {
    display: block;
}
.button-collapse.collapsed .fa-chevron-down {
    display: block;
}
.button-collapse.collapsed .fa-chevron-up {
    display: none;
}

.main-container {
    width: 100%;
}
.nav-dashboard {
    height: 70px;
    width: 100%;
    background-color: #ea4e1b;
    position: sticky;
    top: 0;
    padding: 1.2em 2em 1em 2em;
    z-index: 9;
}

.container-inputs {
    margin: 0 auto;
    max-width: 800px;
}

.logo-container {
    height: 110px;
    width: 110px;
    position: relative;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.button-change-image {
    background: #ea4e1b;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    bottom: -4px;
    right: 0;
    cursor: pointer;
}
.tooltip-input {
    position: relative;
}
.tooltip-input .tooltip-text {
    visibility: hidden;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
}
.tooltip-input .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip-input:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 380px) {
    .tooltip-input .tooltip-text {
        width: 130px;
    }
    .tooltip-input .tooltip-text::after {
        margin-left: 5px;
    }
}
.btn-acciones {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 2px;
}
.div-custom {
    padding: 20px;
    -webkit-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
    box-shadow: 0px 5px 25px -2px rgb(0 0 0 / 6%);
}
.div-custom:hover {
    padding: 20px;
    box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.25);
}

.div-custom2 {
    border: 1px solid #a7a1a136;
    background: #ffffffab;
    -webkit-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
    margin-bottom: 15px;
    border-radius: 1px;
}

.div-custom2:hover {
    background: #ffffffab;
    box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

.div-custom2 .logo-company {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*   border-bottom: 1px solid #f5f5f5; */
}

.purchase-plan-button {
    position: fixed;
    float: right;
    right: 0;
    bottom: 20px;
    z-index: 99;
}

@media (min-width: 992px) {
    .position-lg-sticky {
        position: sticky;
    }
}
.pointer {
    cursor: pointer;
}
.icon-table {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-points {
    width: 317px;
    height: 200px;
    margin: 0 auto;
    background-image: url(../images/elements/card.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
@media (min-width: 1500px) {
    .card-points {
        width: 373px;
        height: 235px;
    }
}
.card-points .id-user {
    color: #fff;
    line-height: 1.2em;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 25px;
}
.card-points .name-user {
    position: absolute;
    line-height: 1.2em;
    color: #fff;
    font-weight: bold;
    bottom: 45px;
    left: 25px;
}
.card-points .date-start {
    position: absolute;
    line-height: 1.2em;
    color: #fff;
    font-weight: bold;
    bottom: 45px;
    right: 25px;
}
.card-points .title {
    font-size: 0.8em;
    font-weight: normal;
}
.fileDiv {
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
