@charset "utf-8";
/* CSS Document */ :root {
    --gray-o: #fbfbfd;
    --green: #28a745;
    --black: #000000;
    --light: #f8f9fa;
}

.h-vh {
    height: 100%;
}
.subscription .text-muted {
    font-size: 12px;
}
@media screen and (min-width:1024px) {
    .h-vh {
        height: 85vh;
    }
}
.subscription .text-muted {
    font-size: 12px;
}
/*ASSETS*/
.rounded-50 {
    border-radius: 50px;
}

.rounded-25 {
    border-radius: 25px;
}

.number-credit {
    font-size: 25px;
    margin: 0px 0px 0px 14px;
}

    .number-credit::before {
        content: "";
        width: 40px;
        height: 40px;
        border: solid 1px var(--black);
        border-radius: 100%;
        display: block;
        position: absolute;
    }
/*Background*/
.bg-app {
    background-color: rgba(0, 0, 0, 50%);
    background-image: url("https://s.trackservers.net/r/Features/es/mobile-phone-as-tracker.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-positive {
    background-color: rgba(0, 0, 0, 50%);
    background-image: url("https://s.trackservers.net/r/Features/es/positive-work-attitude.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-phone {
    width: 100% /*350px*/;
    height: auto;
    background-image: url("https://s.trackservers.net/r/Features/es/phone.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    left: 0;
    top: 0;
    z-index: 99999;
    display: block;
    overflow: hidden;
}
/*Assets*/
.font-size-24 {
    font-size: 24px;
}

.section-img {
    height: 100% /*627px*/;
}

.section-modules {
    height: 100%;
}

.sticky {
    position: sticky;
    top: auto;
}
/*.p-left {
  padding-left: 43%;
}
.p-right {
  padding-right: 43%;
}*/
@media screen and (max-width:1920px) {
    .p-left {
        padding-left: 33% /*43%*/;
    }

    .p-right {
        padding-right: 33% /*43%*/;
    }
}

@media screen and (max-width:1440px) {
    .p-left {
        padding-left: 3% /*13% 23%*/;
    }

    .p-right {
        padding-right: 3% /*13% 23%*/;
    }
}

@media screen and (max-width:1024px) {
    .p-left {
        padding-left: 10%;
    }

    .p-right {
        padding-right: 10%;
    }
}

.hide-o:first-child {
    display: none;
    visibility: hidden;
}

@media screen and (max-width:990px) {
    .hide-o:first-child {
        display: none;
        visibility: hidden;
    }

    .section-img {
        height: auto /*60vh*/;
    }

    .p-left {
        padding-left: 3%;
    }

    .p-right {
        padding-right: 3%;
    }
}

.sup-text {
    display: inline-block;
    margin-left: 2px;
}

    .sup-text a:first-child {
        color: white;
        background-color: gray;
        font-size: 9px;
        line-height: 7px;
        border-radius: 10px;
        padding: 1px 3px;
        text-decoration: none;
    }

    .sup-text a:hover:first-child {
        color: white;
        background-color: darkgray;
    }

.shadow-h {
    background-color: var(--white);
    /*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0%) !important;*/
    box-shadow: 0 0.5rem 1rem rgb(0, 0, 0, 0) !important;
    transition: all ease 0.1s;
}

    .shadow-h:hover {
        background-color: var(--white);
        /*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;*/
        box-shadow: 0 0.5rem 1rem rgb(0, 0, 0, 0.15) !important;
        transition: all ease 0.1s;
    }

.cursor-h {
    cursor: pointer
}

#bg-alert-push {
    inset: 460px 0 0 30px;
}

#bg-alert-sms {
    inset: 330px 0 0 60px;
}

#bg-alert-email {
    inset: 460px 0 0 590px;
}

#bg-support-video {
    inset: 320px 0 0 0;
}

#bg-support-contact {
    inset: 308px 0px 0px 150px;
}

#bg-support-chat {
    inset: 370px 0 0 300px;
}

#bg-custom-logo {
    inset: 30px 0 0 70px;
}

#bg-custom-domain {
    inset: 363px 0 0 42px;
}

#bg-custom-style {
    inset: 113px 0px 0px 620px;
}

#bg-custom-color {
    inset: 520px 0 0 500px;
}

#bg-user-user {
    inset: 380px 0 0 20px;
}

#bg-user-access {
    inset: 280px 0 0 180px;
}

#bg-user-group {
    inset: 180px 0 0 360px;
}

#bg-api {
    inset: 266px 0 0 357px;
}

@media screen and (max-width:1660px) {
    #bg-custom-style {
        inset: 113px 0px 0px 537px;
    }

    #bg-custom-color {
        inset: 444px 0 0 490px;
    }

    #bg-custom-style, #bg-custom-color {
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
    }
}

@media screen and (max-width:1600px) {
    #bg-alert-email {
        inset: 398px 0 0 518px;
    }

    #bg-alert-sms {
        inset: 427px 0 0 30px;
    }

    #bg-alert-push {
        inset: 530px 0 0 30px;
    }

    #bg-custom-style {
        inset: 100px 0px 0px 487px;
    }

    #bg-custom-color {
        inset: 412px 0 0 472px;
    }

    #bg-alert-email, #bg-alert-sms, #bg-alert-push, #bg-custom-style, #bg-custom-color, #bg-api {
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
    }
}

@media screen and (max-width:1450px /*1441px*/ ) {
    #bg-alert-email {
        inset: 389px 0 0 443px;
    }

    #bg-alert-sms {
        inset: 375px 0 0 10px;
    }

    #bg-alert-push {
        inset: 470px 0 0 10px;
    }

    #bg-custom-style {
        inset: 100px 0px 0px 396px;
    }

    #bg-api {
        inset: 201px 0 0 300px;
    }

    #bg-alert-email, #bg-alert-sms, #bg-custom-style, #bg-api {
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
    }
}

@media screen and (max-width:1320px) {
    #bg-alert-email {
        inset: 345px 0 0 396px;
    }

    #bg-alert-sms {
        inset: 400px 0 0 0;
    }

    #bg-alert-push {
        inset: 500px 0 0 10px;
    }

    #bg-custom-style {
        inset: 91px 0px 0px 336px;
    }

    #bg-custom-color {
        inset: 326px 0 0 422px;
    }

    #bg-api {
        inset: 166px 0 0 195px;
    }

    #bg-alert-email, #bg-alert-sms, #bg-alert-push, #bg-custom-style, #bg-custom-color, #bg-api {
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
    }
}

@media screen and (max-width:1250px) {
    #bg-alert-email {
        inset: 356px 0 0 347px;
    }

    #bg-alert-sms {
        inset: 387px 0 0 0;
    }

    #bg-alert-push {
        inset: 550px 0 0 0;
    }

    #bg-custom-style {
        inset: 91px 0px 0px 305px;
    }

    #bg-custom-color {
        inset: 291px 0 0 405px;
    }

    #bg-api {
        inset: 168px 0 0 172px;
    }

    #bg-alert-email, #bg-alert-sms, #bg-alert-push, #bg-custom-style, #bg-custom-color, #bg-api {
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
    }
}

@media screen and (max-width:1160px) {
    #bg-alert-email {
        inset: 168px 0 0 446px;
    }

    #bg-alert-sms {
        inset: 6px 0 0 30px;
    }

    #bg-alert-push {
        inset: 265px 0 0 30px;
    }

    #bg-alert-email, #bg-alert-sms, #bg-alert-push {
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
    }
}

@media screen and (max-width:1024px) {
    #bg-alert-email {
        inset: 168px 0 0 446px;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
    }
}

.img-content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: auto;
    height: 100vh;
    display: block;
    overflow: hidden;
}

@media screen and (max-width:1024px) {
    .img-content {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: auto;
        height: auto;
        display: block;
        overflow: hidden;
    }
}

.bg-contact {
    background-image: url("https://s.trackservers.net/r/Features/es/bg-support-w.jpg");
    background-position: right;
}

.bg-notify {
    background-image: url("https://s.trackservers.net/r/Features/es/bg-alertas-w.jpg");
    background-position: left;
}

.bg-app {
    background-image: url(https://s.trackservers.net/r/Features/es/bg-app.jpg);
}

.bg-api {
    background-image: url(https://s.trackservers.net/r/Features/es/bg-api-w.jpg);
}

.bg-report {
    background-image: url("https://s.trackservers.net/r/Features/es/bg-report.jpg");
    background-position: center;
}

.bg-tracker {
    background-image: url("https://s.trackservers.net/r/Features/es/bg-tracker.jpg");
    background-position: left;
}

.bg-user {
    background-image: url("https://s.trackservers.net/r/Features/es/bg-user-w.jpg");
    background-position: right;
}

.h-d {
    display: block
}

    .h-d:hover {
        display: none
    }

.h-100 {
    height: 100%
}

.rounded-10 {
    border-radius: 10px
}

#slider-item {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 60px;
}

@media screen and (min-width:991px) {
    #slider-item {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        padding: 0;
        margin: 0;
        overflow: hidden;
        border-radius: 60px;
    }
}

@media screen and (max-width:769px) {
    #slider-item {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        padding: 0;
        margin: 0;
        overflow: hidden;
        border-radius: 127px;
    }
}

@media screen and (min-width:425px) {
    #slider-item {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        padding: 0;
        margin: 0;
        overflow: hidden;
        border-radius: 80px;
    }
}

@media screen and (min-width:375px) {
    #slider-item {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        padding: 0;
        margin: 0;
        overflow: hidden;
        border-radius: 65px;
    }
}

a, a:hover, .all-05, .all-05:hover, #bg-alert-push, #bg-alert-sms, #bg-alert-email, #bg-support-video, #bg-support-contact, #bg-support-chat, #bg-custom-logo, #bg-custom-domain, #bg-custom-style, #bg-custom-color, #bg-user-access, #bg-user-group, #bg-user-user, #bg-api, #slider-item {
    transition: all ease-in 0.5s;
    -webkit-transition: all ease 0.5s;
}


.page-title {
    display: none;
}

.content {
    padding-left: 0;
    padding-right: 0;
}

.border-bottom {
    min-height: 100%;
}

.shadow-h:hover {
    margin-left: -15px;
}

.scale-over-h:hover {
    transform: scale(1.15);
}

#bg-alert-whatsapp,
#bg-alert-telegram {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

#bg-alert-telegram {
    margin-left: 60px;
}

.country-select.inside {
    display: block;
}

.join-to-plaspy {
    display: block;
    position: sticky;
    top: 70px;
    z-index: 19;
    text-align: center;
    background-color: white;
}

.countrycurrency > .forex {
    margin-top: 0;
}

.wrap-content {
    overflow-x: clip;
}

.image-cell-phone {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position-y: 20px !important;
    background-size: 91% 96% !important;
    position: sticky;
    top: 150px;
    border-radius: 12.5% !important;
}

@media (min-width: 576px) {
    .join-container {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 500px) {
    .join-to-plaspy {
        top: 55px;
    }
}

@media (min-width: 992px) {
    .join-to-plaspy {
        display: none;
    }

    .p-sticky {
        position: sticky;
        top: 70px;
        z-index: 19;
        background: white;
    }
}

@media (max-width:1440px) {
    #bg-alert-telegram {
        margin-left: 40px;
    }
}