* {
    --base-color-primary-rgb: 0, 85, 255;
    --base-color-primary-hover-rgb: 0, 82, 199;
    --base-color-grey-rgb: 46, 46, 46;
    --base-color-yellow-rgb: 249, 150, 1;
    --base-color-green-rgb: 4, 138, 9;
    --base-color-yellow-hover-rgb: 231, 100, 46;


    --base-color-primary: rgba(var(--base-color-primary-rgb), 1);
    --base-color-primary-hover: rgba(var(--base-color-primary-hover-rgb), 1);
    --base-color-grey: rgba(var(--base-color-grey-rgb), 1);
    --base-color-yellow: rgba(var(--base-color-yellow-rgb), 1);
    --base-color-yellow-hover: rgba(var(--base-color-yellow-hover-rgb), 1);
    --base-color-green: rgba(var(--base-color-green-rgb), 1);
}

html {
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    font-family: Poppins Regular, sans-serif;
    color: #2e2e2e;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    font-weight: 400;
    word-wrap: break-word
}

body {
    font-family: Poppins Regular, sans-serif;
    overflow: hidden;
    margin: 0;
    font-size: 16px;
    line-height: initial;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    
}

h1,h2,h3,h4,h5,h6 {
    color: #2e2e2e;
    font-weight: bold;
}

h1,h2,h3,h4,h5,h6,li,p,ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

a {
    color: var(--base-color-primary);
    transition: all linear .2s;
}

a:focus,a:hover {
    color: var(--base-color-primary);
}

.h2_color::after {
    content: " ";
    display: block;
    border-top: 10px solid #5a35cf;
    margin: 1% 43% 0 43%
}

.base-maxwidth {
    max-width: 1200px;
    margin: 0 auto;
}

input {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0
}

.form-control {
    box-shadow: unset
}

.index_h3 {
    border-left: 6px solid #5a35cf;
    padding-left: 10px;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
    padding-bottom: 0!important
}

.h3_hr {
    font-size: 30px;
    line-height: 1.75;
    border-bottom: 1px solid #ddd
}

.p100 {
    padding-top: 80px;
    padding-bottom: 100px
}

.p50 {
    padding-top: 50px;
    padding-bottom: 15px
}

.p30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.p60 {
    padding-top: 60px
}

.p15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.p20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.pt50 {
    padding-top: 50px
}

.pt20 {
    padding-top: 20px
}

.pt100 {
    padding-top: 100px
}

.p100 {
    padding: 100px 0
}

.pm30 {
    padding-bottom: 30px
}

.pm40 {
    padding-bottom: 40px
}

.pm60 {
    padding-bottom: 60px
}

.left {
    float: left
}

.right {
    float: right
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ol,ul {
    list-style: none
}

a {
    text-decoration: none
}

body,dd,dl,figure,form,h1,h2,h3,h4,h5,h6,input,menu,p {
    margin: 0;
    /* font-size: 100% */
}

.clearfix::after {
    display: table;
    content: "";
    clear: both
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px
}

.container-bg {
    max-width: 1400px
}

.container-md {
    max-width: 1230px
}

.container-sm {
    max-width: 1170px
}

.flexible,
.flex  {
    display: flex
}


.flex-justify {
    justify-content: center
}

.vertical_center {
    vertical-align: middle;
    height: 100%;
    display: inline-block
}



.base-blue-gradient-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 72px;
    cursor: pointer;
    background: linear-gradient(92.23deg, #FF9E43 3.97%, #46C4FF 29.43%, #0091FF 66.55%, #2EFFEA 94.62%);
    font-family: "Poppins Bold";
    font-size: 24px;
    color: #fff;
    border-radius: 24px;
    overflow: hidden;
    transition: all .3s ease;
    z-index: 1;
}

.base-blue-gradient-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(37.07% 149.31% at 50% 50%, #FF9E43 0%, #0A98FF 100%);
    opacity: 0;
    transition: opacity .5s ease;
    z-index: -1;
    border-radius: 24px;
}

.base-blue-gradient-btn:hover {
    text-decoration: none;
    color: #fff;
}

.base-blue-gradient-btn:hover::before {
    opacity: 1;
}

.base-blue-gradient-btn.small {
    width: 198px;
    height: 61px;
    font-weight: bold;
}

.base-blue-gradient-btn.large {
     width: 383px;
     height: 61px;
}

.base-border-blue-gradient-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    width: 290px;
    height: 72px;
    cursor: pointer;
    padding: 5px;
    border-radius: 33px;
    font-size: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    background: rgba(0, 200, 255, 0.5);
  }

.base-border-blue-gradient-btn::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: linear-gradient(
      92.23deg,
      #ff9e43 3.97%,
      #46c4ff 29.43%,
      #0091ff 66.55%,
      #2effea 94.62%
    );
    border-radius: 28px;
    z-index: -2;
}
  
.base-border-blue-gradient-btn::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: radial-gradient(
        37.07% 149.31% at 50% 50%,
        #ff9e43 0%,
        #0a98ff 100%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    border-radius: 28px;
}

.base-border-blue-gradient-btn:hover {
    text-decoration: none;
    color: #fff;
}

.base-border-blue-gradient-btn:hover::before {
    opacity: 1;
}

.base-border-blue-gradient-btn.fit {
    width: fit-content;
    padding: 16px 30px;
    border-radius: 16px;
    font-size: 24px;
}

.base-border-blue-gradient-btn.fit::before,
.base-border-blue-gradient-btn.fit::after {
    border-radius: 16px;
    right: 4px;
    left: 4px;
    bottom: 4px;
    top: 4px;
}


.base-blue-gradient-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 72px;
    cursor: pointer;
    background: linear-gradient(92.23deg, #FF9E43 3.97%, #46C4FF 29.43%, #0091FF 66.55%, #2EFFEA 94.62%);
    font-family: "Poppins Bold";
    font-size: 24px;
    color: #fff;
    border-radius: 24px;
    overflow: hidden;
    transition: all .3s ease;
    z-index: 1;
}

.base-blue-gradient-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(37.07% 149.31% at 50% 50%, #FF9E43 0%, #0A98FF 100%);
    opacity: 0;
    transition: opacity .5s ease;
    z-index: -1;
    border-radius: 24px;
}

.base-blue-gradient-btn:hover {
    text-decoration: none;
    color: #fff;
}

.base-blue-gradient-btn:hover::before {
    opacity: 1;
}

.base-blue-gradient-btn.small {
    width: 198px;
    height: 61px;
    font-weight: bold;
}

.base-blue-gradient-btn.large {
     width: 383px;
     height: 61px;
}

.base-border-blue-gradient-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    width: 290px;
    height: 72px;
    cursor: pointer;
    padding: 5px;
    border-radius: 33px;
    font-size: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    background: rgba(0, 200, 255, 0.5);
  }

.base-border-blue-gradient-btn::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: linear-gradient(
      92.23deg,
      #ff9e43 3.97%,
      #46c4ff 29.43%,
      #0091ff 66.55%,
      #2effea 94.62%
    );
    border-radius: 28px;
    z-index: -2;
}
  
.base-border-blue-gradient-btn::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: radial-gradient(
        37.07% 149.31% at 50% 50%,
        #ff9e43 0%,
        #0a98ff 100%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    border-radius: 28px;
}

.base-border-blue-gradient-btn:hover {
    text-decoration: none;
    color: #fff;
}

.base-border-blue-gradient-btn:hover::before {
    opacity: 1;
}

.base-border-blue-gradient-btn.fit {
    width: fit-content;
    padding: 16px 30px;
    border-radius: 16px;
    font-size: 24px;
}

.base-border-blue-gradient-btn.fit::before,
.base-border-blue-gradient-btn.fit::after {
    border-radius: 16px;
    right: 4px;
    left: 4px;
    bottom: 4px;
    top: 4px;
}

@media (max-width: 1280px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 991px) {
    h1 {
        font-size:36px
    }

    h2 {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size:32px;
        font-weight: 700;
        line-height: 40px
    }

    h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 36px
    }

    h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px
    }

    h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 26px
    }

    .pt100 {
        padding-top: 50px
    }

    .p100 {
        padding: 50px 0
    }

    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .pc-banner {
        display: none
    }

    .m-banner {
        display: block!important;
        width: 100%
    }
}

.global-hover-blue:hover {
    background: var(--base-color-primary-hover)!important;
    border-color: var(--base-color-primary-hover)!important
}

.global-hover-yellow:hover {
    background: var(--base-color-yellow-hover)!important;
    border-color: var(--base-color-yellow-hover)!important
}

.buy_try_link a {
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    margin: 0 15px;
    text-decoration: none
}

.buy_try_link a.link1 {
    color: #fff;
    background-color: var(--base-color-yellow)
}

.buy_try_link a.link1:hover {
    background-color: #e67e17
}

.buy_try_link a.link2 {
    line-height: 42px;
    border: solid 2px var(--base-color-yellow);
    color: var(--base-color-yellow);
    background-color: #fff
}

.buy_try_link a.link2:hover {
    color: #fff;
    background-color: var(--base-color-yellow)
}

.buy_try_link2 a {
    display: inline-block;
    width: 200px;
    height: 46px;
    line-height: 43px;
    border-radius: 23px;
    margin: 0 15px;
    text-decoration: none;
    text-align: center;
    font-size: 18px
}

.buy_try_link a.link4 {
    color: var(--base-color-primary);
    border: solid 2px var(--base-color-primary)
}

.buy_try_link a.link4:hover {
    color: #fff;
    background-color: var(--base-color-primary-hover);
    border: solid 2px var(--base-color-primary-hover)
}

.buy_try_link a.link3 {
    color: var(--base-color-primary);
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1)
}

.buy_try_link a.link3:hover {
    color: #fff;
    background-color: var(--base-color-primary-hover)
}

.buy_try_link a.link5 {
    color: var(--base-color-primary);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border: solid 2px var(--base-color-primary)
}

.buy_try_link a.link5:hover {
    color: #fff;
    background-color: var(--base-color-primary-hover)
}

.buy_try_link a.link6 {
    color: #fff;
    background-color: var(--base-color-primary)
}

.buy_try_link a.link6:hover {
    background-color: var(--base-color-primary-hover)
}

input {
    -webkit-appearance: none
}

button,input[type=button],input[type=reset],input[type=submit],input[type=text],select,textarea {
    -webkit-appearance: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px #fff inset
}

.cont .nav-down:hover>a {
    color: #2e2e2e
}

.cookie_policy {
    position: fixed;
    width: 100%;
    padding: 10px 2%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    line-height: 18px;
    z-index: 1000201;
    font-size: 14px;
    box-shadow: 0 2px 20px #b1b1b1
}

.vglnk {
    font-size: 16px;
    color: #b1b7bf
}

.vglnk:hover {
    font-size: 16px;
    color: #b1b7bf
}

.cookie_policy a {
    color: var(--base-color-primary)!important
}

.cookie_policy .btn-cookie {
    display: inline-block;
    width: 130px;
    background: var(--base-color-primary);
    margin-left: 5px;
    cursor: pointer;
    border: 1px solid var(--base-color-primary);
    border-radius: 5px;
    padding: 2px 0;
    margin-top: 5px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.cookie_policy .btn-cookie:hover {
    background: var(--base-color-primary-hover);
    border: 1px solid var(--base-color-primary-hover)
}

.logo_h__txt,.logo_link {
    font: normal 72px/60px Racing Sans One;
    color: #404040
}

.sf-menu>li>a {
    font: normal 16px/18px Lato,Arial,Helvetica,sans-serif;
    color: #333
}

.join-form {
    position: relative;
    margin-bottom: 20px
}

.pt-right {
    padding-right: 0
}

.col-md-1-5 {
    width: 20%;
    float: left
}

.col-lg-1-5,.col-md-1-5,.col-sm-1-5,.col-xs-1-5 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.glyphicon-menu-down:before {
    display: none;
}

@media (max-width: 991px) {
    .col-md-1-5 {
        width: 100%;
        float: none
    }

    .glyphicon {
        display: inline-block
    }

    .margin0-footer>p:not(:first-child) {
        display: none
    }

    .floatContactUs {
        display: none
    }

    .carousel-control {
        display: none
    }

    .mbcenter {
        text-align: center
    }
}

@media screen and (min-width: 992px) {
    .pchide {
        display:inline-block;
        background: url(https://images.clevguard.com/es/assets/images/public/icon.png) no-repeat -66px -177px;
        text-indent: -9999px;
        transition: none;
        transform: none;
        height: 25px;
        line-height: 25px;
        overflow: visible;
        width: 25px;
        position: absolute;
        right: -60px;
        top: 50%;
        margin-top: -15px;
        cursor: pointer
    }

    .pchide {
        position: absolute;
        right: -40px;
        top: 50%;
        margin-top: -12px;
        width: .2em;
        height: 1.5em;
        background: #333;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block
    }

    .pchide:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: .2em;
        height: 1.5em;
        background: #333;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@media screen and (max-width: 991px) {
    .olhide {
        margin-top:0
    }
}

.hot-banner {
    position: fixed;
    right: 0;
    width: 260px;
    height: 440px;
    z-index: 999;
    display: none;
    transition: transform .2s
}

.hot-banner .m-banner {
    display: none
}

.hot-banner .close-banner {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.min-hotbanner {
    position: fixed;
    bottom: 220px;
    right: 0;
    width: 50px;
    transform: translateX(50px);
    transition: transform .2s;
    z-index: 999;
    cursor: pointer
}

.min-hotbanner .min-text {
    background-color: #16ac68;
    color: #fff;
    width: 180px;
    height: 50px;
    -webkit-transform: rotate(-90deg) translate(-25px,25px);
    transform: rotate(-90deg) translate(-25px,25px);
    transform-origin: left;
    text-align: center;
    border-top-right-radius: 5px
}

.min-hotbanner .min-footer {
    background-color: #e04e4f;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 5px;
    font-weight: 700
}

.slide-right {
    transform: translate(260px,440px) scale(.1)
}

@media(min-width: 991px) {
    .hot-banner {
        top:calc(20% + 260px);
        max-height: 42vh;
        width: auto
    }

    .hot-banner .pc-banner {
        height: 100%;
        width: auto
    }
}

@media (max-width: 990px) {
    .hot-banner .pc-banner {
        display:none
    }

    .min-hotbanner {
        display: none
    }

    .hot-banner .m-banner {
        width: 100%;
        height: auto;
        display: inline
    }

    .hot-banner {
        bottom: 0;
        width: 100%;
        height: auto;
        transform: translateY(0);
        display: block;
        z-index: 9999999
    }

    .min-hotbanner {
        display: none
    }
}

.modal-open,.modal-open .modal {
    padding-right: 0!important
}

.modal-open .hot-banner {
    visibility: hidden
}

.modal-open,.modal-open .modal {
    padding-right: 0!important
}

.modal-open .hot-banner {
    visibility: hidden
}

#chooseModal{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000001
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000;
    background-color: #000;
    display: none
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

#chooseModal .hidden {
    display: none!important
}

#chooseModal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    margin: 0;
    max-height: calc(100% - 40px)
}

#investigate-block .invest-aside,
.choose-aside {
    width: 190px;
    height: 48px;
    background-color: var(--base-color-primary);
    display: flex;
    position: fixed;
    right: -142px;
    bottom: calc(51% - 48px);
    color: #fff;
    line-height: 48px;
    z-index: 9;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: right 0.3s ease 0s
}

#chooseModal .close {
    opacity: 1;
    float: right;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: relative;
    z-index: 1
}

.choose-aside .icon-choose {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url(https://images.clevguard.com/es/assets/images/help_me_choose/choose_icon.png) no-repeat center;
    margin-right: 5px
}

.choose-aside:focus,.choose-aside:hover {
    text-decoration: none;
    border: none;
    outline: none
}

.choose-aside:hover {
    right: 0;
    color: #fff
}

#chooseModal button:focus {
    outline: none
}

#chooseModal .modal-content {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    background-color: #fff
}

#chooseModal .modal-header {
    border-bottom: 0;
    padding: 15px;
    position: relative
}

#chooseModal .modal-body {
    padding: 10px 15px 40px
}

#chooseModal .close-icon {
    width: 14px;
    height: 14px;
    display: block;
    background: url(https://images.clevguard.com/es/assets/images/help_me_choose/close.png) no-repeat center/cover
}

#chooseModal .close-icon:hover {
    background: url(https://images.clevguard.com/es/assets/images/help_me_choose/close_hover.png) no-repeat center/cover
}

#chooseModal .section {
    margin: 0 auto
}

#chooseModal .section-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700
}

#chooseModal .step-one {
    width: 76px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: text-bottom;
    color: #fff;
    background: url(https://images.clevguard.com/es/assets/images/help_me_choose/step_one.png) no-repeat center;
    margin-right: 10px
}

#chooseModal .section-00 {
    max-width: 460px;
    margin: 70px auto 30px
}

#chooseModal .section-01 {
    max-width: 460px;
    margin: 0 auto
}

#chooseModal .section-00 .title {
    margin: 0 auto 30px;
    text-align: left
}

#chooseModal .section-00 .title .step-one {
    text-align: center
}

#chooseModal .section-01 .title {
    margin: 0 auto 30px
}

#chooseModal .section-01 .m-radio,#chooseModal .section-00 .m-radio {
    margin-left: 10px;
    margin-right: 10px
}

#chooseModal .m-radio {
    background-color: #fafafa;
    border-radius: 8px;
    border: solid 1px #e6e6e6;
    padding: 15px 20px;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease
}

#chooseModal .m-radio.column {
    flex-direction: column
}

#chooseModal .m-radio.curr,#chooseModal .m-radio:hover {
    background-color: #fff;
    border: solid 1px var(--base-color-primary-hover)
}

#chooseModal .m-radio>div {
    flex: 1;
    height: 100%;
    display: flex
}

.m-radio .radio-icon {
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 2px;
    background: url(https://images.clevguard.com/es/assets/images/help_me_choose/singlebox_normal.png) no-repeat center
}

.m-radio.curr .radio-icon {
    background: url(https://images.clevguard.com/es/assets/images/help_me_choose/singlebox_hover.png) no-repeat center
}

.m-modal-title {
    display: none
}

#chooseModal .to-next {
    width: 180px;
    height: 46px;
    display: inline-block;
    border-radius: 23px;
    border: solid 2px #ddd;
    color: #ddd;
    background-color: #fff;
    line-height: 44px;
    cursor: default;
    transition: all .3s ease
}

#chooseModal .to-next.curr {
    border: solid 2px var(--base-color-primary);
    color: var(--base-color-primary);
    cursor: pointer
}

.to-next.curr:hover {
    color: #fff;
    background-color: var(--base-color-primary-hover)
}

#chooseModal .next-01 {
    margin-top: 10px
}

#chooseModal .next-02 {
    margin-top: 30px
}

#chooseModal .section-02 {
    max-width: 630px
}

#chooseModal .section-02 .title {
    margin: 25px 35px
}

.android-radio {
    display: flex
}
.section-02 .android-radio,.section-05 .android-radio {
    display: block;
}

.section-02 .m-radio.column img {
    margin:  0 15px 0 5px;
    width: 46px;
    height: 46px;
}
.section-02 .m-radio .radio-icon {
    margin-top: 13px;
}

.m-radio.column {
    padding: 20px 20px 30px
}

.m-radio.column img {
    margin: 0 auto 20px;
    display: block
}

.android-radio .m-radio+.m-radio {
    margin-left: 50px
}

.section-02 .android-radio .m-radio+.m-radio {
    margin-left: 0;
}

#chooseModal .radio-desc {
    font-size: 14px;
    color: #666
}

#chooseModal .prev-step,
#investigate-block .pre-btn {
    position: absolute;
    display: block;
    top: 30px;
    left: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
    background: url(https://images.clevguard.com/es/assets/images/help_me_choose/back_normal.png) no-repeat center/cover
}

#chooseModal .prev-step:hover,
#investigate-block .pre-btn:hover {
    background: url(https://images.clevguard.com/es/assets/images/help_me_choose/back_hover.png) no-repeat center/cover
}

#chooseModal .section-03,#chooseModal .section-04 {
    max-width: 660px
}

#chooseModal .section-03 .title,#chooseModal .section-04 .title,#chooseModal .section-05 .title {
    margin: 25px 0 35px
}

#chooseModal .pd-box {
    background-color: #f6f6f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 36px 30px 40px;
    margin-bottom: 30px;
    text-align: left
}

#chooseModal .pd-box img {
    margin-right: 50px
}

#chooseModal .pd-box h4 {
    font-size: 18px;
    line-height: 26px;
    color: var(--base-color-primary);
    margin-bottom: 4px
}

#chooseModal .pd-box ul {
    margin-bottom: 25px
}

#chooseModal .pd-box li {
    list-style: none;
    margin-top: 10px;
    color: #666;
    position: relative;
    padding-left: 15px
}

#chooseModal .pd-box li::before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 10px
}

#chooseModal .btn-group {
    display: flex;
    text-align: center
}

#chooseModal .btn-box+.btn-box {
    margin-left: 20px
}

#chooseModal .btn-group a {
    width: 160px;
    height: 40px;
    display: block;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: all .3s ease
}

#chooseModal .btn-group a:hover {
    text-decoration: none
}

#chooseModal .blue-btn {
    background-color: var(--base-color-primary)
}

#chooseModal .orange-btn {
    background-color: var(--base-color-yellow)
}

#chooseModal .blue-btn:hover {
    background-color: var(--base-color-primary-hover)
}

#chooseModal .orange-btn:hover {
    background-color: var(--base-color-yellow-hover)
}

#chooseModal .btn-box p {
    margin-top: 6px;
    font-size: 12px;
    color: #666;
    line-height: 20px
}

#chooseModal .know-more {
    font-size: 14px;
    text-align: left
}

#chooseModal .know-more a {
    color: var(--base-color-primary);
    text-decoration: underline
}

#chooseModal .know-more a:hover {
    color: var(--base-color-primary-hover)
}

#chooseModal .section-05 {
    max-width: 660px
}

#chooseModal .section-05 .m-radio {
    margin-left: 30px
}
#chooseModal .section-05 .m-radio .imgs-box{
    max-width: 46px;
    width: 46px;
    margin: 0 15px 0 5px;
}

#chooseModal .section-05 .m-radio {
    flex: 1
}

#chooseModal .section-06,#chooseModal .section-07,#chooseModal .section-09 {
    max-width: 660px
}

#chooseModal .section-06 .title,#chooseModal .section-07 .title,#chooseModal .section-09 .title,#chooseModal .section-17 .title {
    margin: 25px 0 35px
}

.section-08 .title {
    margin: 25px 0 10px
}

#chooseModal .completed {
    margin: 50px 0 20px;
    display: inline-block;
    width: 180px;
    height: 46px;
    border-radius: 23px;
    border: solid 2px var(--base-color-primary);
    color: var(--base-color-primary);
    font-size: 16px;
    line-height: 44px;
    background-color: #fff;
    transition: all .3s ease
}

#chooseModal .completed:hover {
    text-decoration: none;
    background-color: var(--base-color-primary-hover);
    color: #fff
}

#chooseModal .section-10,#chooseModal .section-11 {
    max-width: 640px
}

#chooseModal .section-10 .title {
    margin: 25px 0
}

#chooseModal .section-10 .submit {
    margin-top: 30px
}

#chooseModal .orange_txt {
    color: var(--base-color-yellow);
    font-weight: 700
}

#email_choose {
    width: 320px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    padding: 8px 10px;
    margin-top: 35px
}

#email_choose:focus {
    outline: 0
}

#email_choose::-moz-placeholder,#email_choose::-ms-input-placeholder,#email_choose::-webkit-input-placeholder {
    color: #999
}

#email_choose.error {
    border-color: #e6462e
}

#chooseModal .section-11 {
    margin-top: 20px
}

.section-11 .title {
    margin: 20px 0 15px
}

#chooseModal .error-tips {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #e6462e;
    display: block;
    text-align: left;
    word-break: break-all
}

#chooseModal .monitored-radio {
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

#chooseModal .section-12 {
    margin: 60px 0 25px
}

#chooseModal .section-12 .title {
    margin: 0 auto 50px
}

#chooseModal .section-12 .m-radio {
    width: 140px;
    padding: 25px 20px 20px
}

#chooseModal .section-12 .m-radio+.m-radio {
    margin-left: 20px
}
#chooseModal .btn-group .btn-buy {
    width: 220px;
    height: 50px;
    background-color: var(--base-color-yellow);
    border-radius: 25px;
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 0px;
    font-weight: bold;
} 
/* #chooseModal .btn-group .google-btn {
    height: 50px;
    width: 200px;
    background: url(https://images.clevguard.com/es/assets/images/help_me_choose/google_button.png) no-repeat;
    background-size: cover;
}
#chooseModal .btn-group .google-btn.apple-btn {
    background: url(https://images.clevguard.com/es/images/topics/apple-store-button.png) no-repeat;
    background-size: contain;
    margin-left: 0;
} */

#chooseModal .section-14 {
    max-width: 470px
}

#chooseModal .section-14 .title {
    margin: 15px 0 25px
}

#chooseModal .section-14 .pd-desc {
    color: #666
}

#email_fill {
    width: 320px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #ddd;
    padding: 8px 10px;
    margin-top: 30px;
    color: #2e2e2e!important
}

#email_fill:focus {
    outline: none
}

#email_fill.error {
    color: #ff4e50;
    border-color: #ff4e50
}

#email_fill::-webkit-input-placeholder {
    color: #999
}

#email_fill::-moz-input-placeholder {
    color: #999
}

#email_fill::-ms-input-placeholder {
    color: #999
}

#chooseModal .section-14 .completed {
    margin: 40px 0 30px
}

#chooseModal .section-14 .pd-desc .red,#chooseModal .section-14 .error-tips {
    color: #ff4e50
}

#chooseModal .section-14 .pd-desc .red {
    font-weight: 700
}

#chooseModal .submitted-info {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 30px;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0;
    border-radius: 15px
}

#chooseModal .submitted-info.success {
    background-color: rgba(var(--base-color-primary-rgb), .1);
    color: var(--base-color-primary)
}

#chooseModal .submitted-info.success::before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 12px;
    margin-right: 8px;
    vertical-align: baseline;
    background: url(https://images.clevguard.com/es/assets/images/help_me_choose/succes.png) no-repeat
}

#chooseModal .submitted-info.error {
    background-color: #ffeded;
    color: #ff4e50
}

#chooseModal .submitted-info.error::before {
    display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    margin-right: 8px;
    vertical-align: baseline;
    background: url(https://images.clevguard.com/es/assets/images/help_me_choose/error.png) no-repeat
}

@media screen and (max-width: 991px) {
    #chooseModal .section-05 .m-radio {
        margin-left: 0
    }
    .m-modal-title {
        display:block;
        position: absolute;
        width: 100%;
        top: 15px;
        left: 0;
        text-align: center;
        font-size: 20px;
        font-weight: 700
    }
}

@media (min-width: 768px) {
    #chooseModal .modal-dialog {
        width:740px
    }
}

@media (max-width: 768px) {
    #star-reviews {
        text-align: center;
    }

}


@media (max-width: 767px) {
    #chooseModal .modal-dialog {
        width: calc(100% - 30px);
        overflow-y: auto
    }

    #chooseModal .modal-body {
        padding-bottom: 10px 20px 30px
    }

    #email_fill {
        width: 100%;
        max-width: 320px
    }

    .m-modal-title {
        top: 20px
    }

    #chooseModal .completed {
        margin: 30px 0 0
    }

    #chooseModal .section-14 .completed {
        margin: 20px 0 0
    }

    .choose-aside {
        /* bottom: 180px; */
        bottom: 300px;
        background-color: rgba(var(--base-color-primary-rgb),.8)
    }

    #chooseModal .prev-step,
    #investigate-block .pre-btn {
        top: 15px;
        left: 15px
    }

    #chooseModal .section {
        padding-top: 15px
    }

    #chooseModal .section-01 {
        padding-top: 0
    }

    #email_choose {
        width: 100%;
        margin-top: 25px
    }

    #chooseModal .section .title {
        margin: 10px 10px 25px
    }

    #chooseModal .section-01 .title {
        text-align: left
    }

    #chooseModal .step-one {
        text-align: center
    }

    #chooseModal .pd-box {
        flex-direction: column;
        padding: 30px 20px
    }

    #chooseModal .pd-box img {
        margin: 0 0 20px 0
    }

    #chooseModal .btn-group {
        flex-direction: column;
        align-items: center
    }

    #chooseModal .btn-box+.btn-box {
        margin: 20px 0 0 0
    }

    #chooseModal .btn-box p,#chooseModal .pd-box h4 {
        text-align: center
    }

    .android-radio {
        flex-direction: column
    }

    #chooseModal .m-radio,#chooseModal .section-05 .m-radio+.m-radio {
        margin-left: 0
    }

    #chooseModal .next-02 {
        margin-top: 10px
    }

    #chooseModal .section-00 {
        margin: 30px 0
    }

    #chooseModal .section-12 {
        margin: 0
    }

    #chooseModal .submitted-info {
        position: static;
        bottom: unset;
        left: unset;
        margin-top: 10px;
        transform: translate(0);
        width: 100%;
        max-width: 320px
    }
}

@media (max-width: 540px) {
    #chooseModal .monitored-radio {
        flex-wrap:wrap
    }

    #chooseModal .section-12 .m-radio {
        width: calc(50% - 20px);
        margin: 0 10px 20px!important;
        padding: 15px 10px
    }
}

/* chatbot */
.chatbot {
    display: none;
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 51%;
    width: 48px;
    height: 48px;
    padding: 10px;
    outline: none;
    text-decoration: none;
    color: #fff;
    align-items: center;
    box-sizing: border-box;
    background-color: var(--base-color-primary);
    z-index: 9;
    transition: all 0.3s ease 0s;
}
.chatbot:hover {
    width: 190px;
    outline: none;
    text-decoration: none;
    color: #fff;
}
.chatbot svg {
    min-width: 25px;
    height: 28px;
}
.chatbot span {
    display: inline-block;
    margin-left: 15px;
}
@media (max-width: 767px){
    .chatbot {
        bottom: 348px;
        background-color: rgba(var(--base-color-primary-rgb),.8)
    }
}
/* chatbot */

/* set iframe */

@media(max-width:768px){
    iframe{
        height: calc((100vw - 38px) * 9 / 16);
        width: 100%;
    }
}
/* set iframe */

/* header start */
.base-header {
    height: 78px;
    border-bottom: 1px solid #eee;
    z-index: 101;
}

.base-header .base-maxwidth {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.base-header .mobile-menu {
    display: none;
}

.base-header .header-right-list {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.base-header .close-menu {
    display: none;
}

.base-header .mobile-scroll {
    display: flex;
    align-items: center;
    width: 100%;
}

.base-header .header-nav {
    display: flex;
    align-items: center;
}

.base-header .header-nav.hide {
    display: none;
}

.base-header .nav-name {
    padding: 27px 24px 25px;
    font-size: 16px;
    line-height: 25px;
    color: #2e2e2e;
    cursor: pointer;
}
.base-header .nav-name a {
    color: #2e2e2e;
} 
.base-header .header-arrow {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 4px;
    background: url(https://images.clevguard.com/es/assets/common/header/header-arrow.svg);
    transition: all .5s ease;
}
.base-header .product-bg {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 77px;
    padding: 20px 0;
    background: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .15);
    z-index: 8;
    overflow: hidden;
}
.base-header .header-demo {
    position: relative;
}


.header-demo .product-bg {
    width: auto;
    padding: 0;
    border-radius: 8px;
    left: -70px;
}
.header-demo .product-bg li {
    width: 295px;
    height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.header-demo .product-bg li a {
    color: #666666;
}
.header-demo .product-bg li a img {
    max-width: 26px;
}
.header-demo .product-bg li:hover {
    background: #F7FDFE;
    color: var(--base-color-primary-hover);
}
.header-demo .product-bg li:hover a {
    text-decoration: none;
}
.header-demo .product-bg li a img {
    max-width: 26px;
}
.base-header .category-list {
    max-width: 1680px;
    margin: 0 auto;
    display: flex;
}

.base-header .product-category {
    width: 33%;
    padding: 10px 0 13px 3%;
    border-left: 1px solid #ededed;
}

.base-header .product-category:first-child {
    border-left: none;
}

.base-header .category-name {
    font-size: 18px;
    font-weight: 800;
    color: var(--base-color-primary);
    line-height: 19px;
    white-space: nowrap;
}

.base-header .product-item.linearbg {
  background: linear-gradient(to right, #DEF9FF, #CAF6FF00);
}


.base-header .product-item {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
    padding: 4px;
    border-radius: 8px;
}
.base-header .product-item:first-child {
    margin-top: 23px;
}
.base-header .product-text {
    display: flex;
    flex-direction: column;
    margin-left: 3px;
} 
.base-header .product-name a {
    font-weight: bold;
    line-height: 19px;
    color: #1a243d;
}
.base-header .product-name span {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 16px;
    border-radius: 2px;
    background: #F46868;
    padding: 2px 5px;
}
.base-header .right-arrow {
    display: inline-block;
    width: 8px;
    height: 13px;
    margin-left: 12px;
    background: url(https://images.clevguard.com/es/assets/common/header/right-arrow.svg);
}

.base-header .product-name:hover>a {
    color: var(--base-color-primary);
}

.base-header .product-name:hover .right-arrow {
    background: url(https://images.clevguard.com/es/assets/common/header/right-arrow-hover.svg);
}

.base-header .product-name>img {
    margin-left: 5px;
}

.base-header .right-arrow {
    margin-left: 12px;
}

.base-header .product-desc {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #666;
}

.base-header .product-desc>img {
    margin-left: 5px;
}

.base-header .header-products.on .nav-name,
.base-header .header-products.slide .nav-name {
    color: var(--base-color-primary);
}

.base-header .header-products.on .header-arrow,
.base-header .header-products.slide .header-arrow {
    background: url(https://images.clevguard.com/es/assets/accessibility/header-arrow-curr.svg);
    transform: rotate(180deg);
}

.base-header .header-products.on .product-bg {
    display: block;
}

.base-header .search-box {
    display: flex;
    align-items: center;
    padding: 22px 0 21px;
}

.base-header #header-search-form,
.base-header #search-submit,
.base-header .open-search,
.base-header .close-search,
.base-header label {
    display: none;
}

.base-header #header-search-form {
    width: 400px;
    padding-left: 30px;
    border-radius: 60px;
    border: 1px solid #787878;
    background: url(https://images.clevguard.com/es/assets/common/header/search_icon2.svg) 5px center no-repeat;
}

.base-header .search-t {
    padding: 6px;
}

.base-header #header-search-keywords {
    color: #585858;
    display: block;
    width: 100%;
    line-height: 20px;
}

.base-header .open-search,
.base-header .close-search {
    cursor: pointer;
}

.base-header .close-search {
    margin-left: 26px;
}

.base-header #header-search-form.curr,
.base-header .open-search.curr,
.base-header .close-search.curr {
    display: block;
}

.base-header .header-resource {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center
}

.base-header .header-resource>ul {
    display: flex;
    position: relative
}

.base-header .header-resource>ul::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(16,24,41,.1)
}

.base-header .header-resource .product-category {
    width: 100%;
    max-width: 315px;
    padding: 20px 20px
}

.base-header .header-resource .product-category:first-child {
    padding-left: 0
}

.base-header .header-resource .product-category:last-child {
    padding-right: 0
}

.base-header .header-resource .category-name {
    position: relative;
    padding-left: 25px
}

.base-header .header-resource .category-name::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: -10px;
    top: -5px;
    background-size: contain
}

.base-header .product-category:nth-child(1) .category-name::before {
    background-image: url(https://images.clevguard.com/es/assets/index/cell_phone_track_icon.svg)
}

.base-header .product-category:nth-child(2) .category-name::before {
    background-image: url(https://images.clevguard.com/es/assets/index/whatapp_monitoring_icon.svg)
}

.base-header .product-category:nth-child(3) .category-name::before {
    background-image: url(https://images.clevguard.com/es/assets/index/computer_monitoring_icon.svg)
}

.base-header .product-category:nth-child(4) .category-name::before {
    background-image: url(https://images.clevguard.com/es/assets/index/locationg_changing_icon.svg)
}

.base-header .product-category:nth-child(5) .category-name::before {
    background-image: url(https://images.clevguard.com/es/assets/index/whats_new_icon.svg)
}

.base-header .header-resource .product-item {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(16,24,41,.7);
    padding: 0 0 0 10px;
    margin-top: 15px
}

.base-header .header-resource .product-item::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #101829;
    left: 0;
    top: 9px;
    border-radius: 50%
}

.base-header .header-resource .product-item:hover {
    background: none;
    border-radius: initial
}

.base-header .header-resource .product-item a:hover {
    color: var(--base-color-primary-hover);
    text-decoration: underline
}

.base-header .more-resource {
    font-weight: 600;
    padding: 20px 0
}

.base-header .lang-box {
    position: relative;
    margin-left: 20px;
}

.base-header .lang-box.hide {
    display: none;
}

.base-header .bot-relate {
    cursor: pointer;
    width: 112px;
    height: 36px;
    line-height: 34px;
    color: #485064;
    border-radius: 18px;
    border: 1px solid #ddd;
    text-align: center;
    transition: all .5s ease;
}

.base-header .bot-relate:hover,
.base-header .bot-relate.on {
    color: var(--base-color-primary-hover);
    border-color: var(--base-color-primary-hover);
}

.base-header .bot-relate .header-arrow {
    pointer-events: none;
}

.base-header .bot-relate.on .header-arrow {
    transform: rotate(180deg);
}

.base-header .bot-relate:hover .header-arrow,
.base-header .bot-relate.on .header-arrow {
    background: url(https://images.clevguard.com/es/assets/accessibility/header-arrow-curr.svg);
}

.base-header .other-lang {
    display: none;
    position: absolute;
    right: 0;
    top: 46px;
    width: 112px;
    background: #fff;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .2));
    border-radius: 6px;
    padding: 4px 0;
    z-index: 10;
}

.base-header .other-lang::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -5px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(-40deg);
}

.base-header .other-lang li a {
    color: #333;
    padding-left: 16px;
    height: 36px;
    line-height: 36px;
}

.base-header .other-lang li a:hover {
    text-decoration: none;
    color: var(--base-color-primary-hover);
}

@media (max-width: 1440px) {
    .base-header .nav-name{
        padding: 27px 12px 25px;
    }

    #Login {
        margin-right: 12px !important;
    }

    .base-header .lang-box {
        margin-left: 12px;
    }
}


@media (min-width: 1024px) {
    .base-header .nav-name:hover {
        color: var(--base-color-primary-hover);
        text-decoration: none;
    }
}
@media (max-width: 1250px) {
    .base-maxwidth {
        padding: 0 20px;
    }
}
@media (max-width: 1024px) {
    .base-header {
        height: 60px;
    }

    .base-header .base-maxwidth {
        justify-content: center;
    }

    .base-header .header-logo {
        margin: 0 auto;
        padding: 16px 0;
    }

    .base-header .mobile-menu {
        display: block;
        position: absolute;
        left: 20px;
        top: 16px;
        cursor: pointer;
    }

    .base-header .header-right-list {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        top: 0;
        left: -100%;
        z-index: 102;
        display: block;
    }

    .base-header.menu-opened .header-right-list {
        left: 0;
    }

    .base-header .close-menu {
        display: block;
        border-bottom: 2px solid #bcbcbc;
    }

    .base-header .close-menu img {
        padding: 20px 0 20px 20px;
        cursor: pointer;
    }

    .base-header .mobile-scroll {
        width: 100%;
        height: calc(100vh - 60px);
        overflow-y: scroll;
        display: block;
        overscroll-behavior: none;
    }

    .base-header .header-nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .base-header .header-nav>* {
        width: 100%;
        border-bottom: 1px solid #ebebeb;
    }

    .base-header .nav-name {
        padding: 10px 0;
    }

    .base-header .product-bg {
        position: static;
        padding: 10px 0;
        box-shadow: none;
        border-top: 1px solid #ebebeb;
    }

    .base-header .category-list {
        flex-direction: column;
    }

    .base-header .product-category {
        width: 100%;
        padding: 0 0 0 20px;
        border-left: none;
    }

    .base-header .category-name {
        margin-bottom: 10px;
        white-space: normal;
        font-size: 16px;
      }

    .base-header .category-name img {
        display: none;
    }

    .base-header .product-item {
        margin: 0 0 10px;
    }

    .base-header .product-name>img {
        display: none;
    }

    .base-header .search-box {
        padding: 0;
        margin: 0 15px;
        border-bottom: 1px solid #bcbcbc;
    }

    .base-header #header-search-form,
    .base-header label {
        display: block;
    }

    .base-header #header-search-form {
        width: 100%;
        border-radius: 0;
        border: none;
        background: none;
        position: relative;
    }

    .base-header label {
        position: absolute;
        left: 5px;
        top: 5px;
    }

    .base-header .search-t {
        padding: 5px 0;
    }

    .base-header #header-search-keywords {
        line-height: 26px;
    }
    .base-header .header-resource {
        align-items: flex-start
    }
    .base-header .demo-list, .base-header .header-resource>ul {
        flex-direction: column;
    }

    .base-header .header-resource .product-category {
        padding: 20px 0 0
    }

    .base-header .header-resource .product-category:first-child {
        padding-top: 0
    }

    .base-header .header-resource .product-item {
        margin-top: 17px;
        margin-bottom: 17px;
        font-size: 12px;
        line-height: 18px
    }

    .base-header .header-resource .product-item::before {
        top: 6px
    }

    .base-header .header-resource>ul::after {
        display: none
    }

    .base-header .more-resource {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 0
    }

    #Login {
        margin: 0 !important;
    }

    .base-header .lang-box {
        display: none;
    }

    .base-header.menu-opened .lang-box{
        display: block;
        position: absolute;
        right: 20px;
        top: 12px;
    }
}

/* header end */

/* Login start */
#Login {
    cursor: pointer;
    margin-right: 20px;
}

.not-logged-in {
    background: var(--base-color-yellow);
    color: #fff;
    border-radius: 18px;
    font-weight: 500;
    line-height: 19px;
    padding: 8px 14px;
    transition: all linear .2s;
}

.not-logged-in:hover {
    background: var(--base-color-yellow-hover);
}

.is-logged-in {
    border: none;
    padding: 0;
}

.login-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-list {
    z-index: 2;
    display: none;
    position: absolute;
    top: 37px;
    width: 130px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 35px;
    color: #484848;
    text-align: center;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .2));
}

.login-list::before {
    position: absolute;
    top: -5px;
    left: 60px;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(-135deg);
}

.login-list::after {
    position: absolute;
    top: 0;
    left: 50px;
    content: '';
    width: 20px;
    height: 10px;
    background: #fff
}

.login-list li:hover {
    background: rgba(0, 189, 227, .1);
}

.login-list a {
    color: #484848;
}

.login-list a:hover {
    color: var(--base-color-primary-hover);
    text-decoration: none;
}

.is-logged-in {
  position: relative;
}

.is-logged-in .login-head:hover .login-list {
  display: block;
}

@media (max-width: 1024px) {
    #Login {
        margin-right: 0px;
        position: absolute;
    }

    .not-logged-in {
        font-size: 14px;
        padding: 3px 5px;
        right: 10px;
    }

    .is-logged-in {
        right: 20px;
    }

    .login-list {
        right: -10px;
    }

    .login-list::before {
        left: 100px;
    }

    .login-list::after {
        left: 95px;
    }
}
/* Login end */

/* base-footer */
.base-footer {
    border-top: 1px solid #ddd;
}

.base-footer .footer-nav {
    display: flex;
    padding-top: 46px;
}

.base-footer li a {
    color: #1a243d;
}

.base-footer li a:hover {
    outline: none;
    color: var(--base-color-primary-hover);
    text-decoration: underline;
}

.base-footer .footer-nav .nav-item {
    width: 30%;
}

.base-footer .footer-logo {
    margin-bottom: 24px;
}

.base-footer .trustpilot-title {
    margin-bottom: 10px;
    font-family: Poppins Medium;
    color: #2e2e2e;
    line-height: 24px;
}

.base-footer .trustpilot-title img {
    margin-right: 5px;
}

.base-footer .trustpilot-star {
    font-size: 0;
    margin-bottom: 6px;
}

.base-footer .trustpilot-star img {
    margin-right: 6px;
}

.base-footer .score-reviews {
    font-size: 14px;
    line-height: 24px;
    color: #485064;
    margin-bottom: 24px;
}

.base-footer .score-reviews span {
    color: #1a243d;
}

.base-footer .pay-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0;
    margin-top: 0;
}

.base-footer .pay-list img {
    height: 35px;
    margin: 2px;
}

.base-footer .social-media {
    margin-bottom: 24px;
}

.base-footer .social-title {
    font-family: Poppins Medium;
    color: #2e2e2e;
    line-height: 26px;
    margin-bottom: 12px;
}

.base-footer .social-list {
    display: flex;
}

.base-footer .social-list a {
    margin-right: 9px;
}

.base-footer .lang-box {
    position: relative;
}

.base-footer .bot-relate {
    cursor: pointer;
    width: 134px;
    height: 36px;
    line-height: 34px;
    color: #485064;
    border-radius: 3px;
    border: 1px solid #ddd;
    text-align: center;
}

.base-footer .bot-relate img {
    margin-right: 6px;
}

.base-footer .bot-relate .right-arrow {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 6px;
    background: url(https://images.clevguard.com/es/assets/common/footer/language_right.svg);
}

.base-footer .other-lang {
    z-index: 6;
    display: none;
    position: absolute;
    left: 0;
    bottom: 56px;
    width: 134px;
    background: #fff;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
}

.base-footer .other-lang:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent;
}

.base-footer .other-lang li {
    cursor: pointer;
    height: 36px;
    line-height: 36px;
}

.base-footer .other-lang li a {
    color: #333;
    padding-left: 16px;
}

.base-footer .other-lang li a:hover {
    text-decoration: none;
    color: var(--base-color-primary-hover);
}

.base-footer .other-lang li img {
    width: 26px;
    margin-right: 6px;
}

.base-footer .nav-title {
    font-size: 18px;
    font-family: Poppins SemiBold;
    line-height: 26px;
}

.base-footer .nav-title .footer-arrow {
    display: none;
}

.base-footer .nav-list li {
    margin-top: 16px;
    line-height: 25px;
}

.base-footer .store {
    margin-top: 32px;
}

.base-footer .store a {
    display: block;
    width: 192px;
    height: 48px;
    line-height: 46px;
    border-radius: 4px;
    border: 2px solid var(--base-color-yellow);
    color: var(--base-color-yellow);
    display: flex;
    justify-content: center;
    align-items: center;
}

.base-footer .store .store-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    background: url(https://images.clevguard.com/es/assets/common/footer/store_icon.svg);
}

.base-footer .store a:hover {
    color: #fff;
    background: var(--base-color-yellow);
    text-decoration: none;
}

.base-footer .store a:hover .store-icon {
    background: url(https://images.clevguard.com/es/assets/common/footer/store_icon_hover.svg);
}

.base-footer .polices {
    margin-top: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ddd;
}

.base-footer .polices ul {
    display: flex;
    justify-content: center;
}

.base-footer .polices ul li {
    font-size: 14px;
    line-height: 21px;
    color: #485064;
    margin: 0 12px 12px;
}
/* .base-footer img{
    height: 35px;
} */

.base-footer .disclaimer {
    margin-top: 30px;
    text-align: center;
    color: #485064;
}

.base-footer .disclaimer-title {
    font-family: Poppins Medium;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 8px;
}

.base-footer .disclaimer-desc {
    font-size: 12px;
    line-height: 18px;
}

.base-footer .copy-right {
    text-align: center;
    margin: 16px 0 23px;
    font-size: 14px;
    line-height: 21px;
    color: #485064;
}

.base-footer .to-top {
    display: none;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    z-index: 999;
    width: 50px;
    height: 50px;
    bottom: 350px;
    right: 10px;
    border-radius: 50%;
    opacity: 0;
    transition: all .5s ease;
}

.base-footer .to-top.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.base-footer .to-top:hover {
    background: rgba(0, 0, 0, .6);
}

@media (max-width: 1024px) {
    .base-footer .footer-nav {
        display: block;
        padding-top: 40px;
    }

    .base-footer .footer-nav .nav-item {
        width: 100%;
    }

    .base-footer .site-info {
        position: relative;
    }

    .base-footer .footer-logo {
        margin-bottom: 25px;
    }

    .base-footer img{
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .base-footer .trustpilot-social {
        display: flex;
        flex-direction: column;
    }

    .base-footer .trustpilot-content {
        order: 1;
        margin-bottom: 10px;
        display: flex;
    }

    .base-footer .trustpilot-title {
        display: none;
    }

    .base-footer .trustpilot-star,
    .base-footer .score-reviews {
        margin-bottom: 0;
    }

    .base-footer .trustpilot-star img {
        width: 22px;
        margin-right: 3px;
    }

    .base-footer .score-reviews {
        margin-left: 5px;
    }

    .base-footer .social-media {
        margin-bottom: 18px;
        display: flex;
        justify-content: space-between;
    }

    .base-footer .social-title {
        margin-bottom: 0;
    }

    .base-footer .social-list a {
        width: 28px;
        margin-left: 13px;
        margin-right: 0;
    }

    .base-footer .lang-box {
        position: absolute;
        right: 0;
        top: -4px;
    }

    .base-footer .slide-item {
        padding: 15px 0;
        border-bottom: 1px solid #e2e8ed;
    }

    .base-footer .nav-title {
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .base-footer .nav-title .footer-arrow {
        display: block;
        width: 10px;
        height: 17px;
        background: url(https://images.clevguard.com/es/assets/common/footer/right_select.svg);
        transition: all .5s ease;
    }

    .base-footer .nav-title.curr {
        color: var(--base-color-primary);
    }

    .base-footer .nav-title.curr .footer-arrow {
        background: url(https://images.clevguard.com/es/assets/common/footer/right_select_curr.svg);
        transform: rotate(90deg);
    }

    .base-footer .nav-list {
        display: none;
    }

    .base-footer .nav-list li {
        font-size: 14px;
    }

    .base-footer .store {
        margin-top: 24px;
    }

    .base-footer .store a {
        margin: 0 auto;
    }

    .base-footer .polices {
        margin-top: 24px;
        padding-bottom: 24px;
    }

    .base-footer .polices ul {
        flex-wrap: wrap;
    }

    .base-footer .copy-right {
        margin: 15px 0 16px;
    }
}

@media (max-width: 768px) {
    .base-footer .to-top {
        bottom: 30vw;
    }
}

/* base-footer */


/* cookie-policy */
.cookie-policy {
    position: fixed;
    width: 100%;
    padding: 10px 2%;
    left: 0;
    bottom: 0;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    z-index: 999;
    box-shadow: 0 2px 20px #b1b1b1;
}

.cookie-policy a {
    color: var(--base-color-primary);
}

.cookie-policy .btn-cookie {
    display: inline-block;
    width: 130px;
    background: var(--base-color-primary);
    margin-left: 5px;
    cursor: pointer;
    border: 1px solid var(--base-color-primary);
    border-radius: 5px;
    padding: 2px 0;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

/* cookie-policy */
.amplify-wraper {
    position: relative;
}
.amplify-wraper a.amplify {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(https://images.clevguard.com/enassets/images/article/amplify.svg) no-repeat center,rgba(16,24,41,.7);
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.img-preview-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    display: none;
    justify-content: center;
    align-items: center;
    overflow: auto;
    margin: 0;
    z-index: 100001
}

.img-preview-box img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0
}

.close-scaleimg {
    position: fixed;
    right: 20px;
    top: 20px
}

/** bottom download  start **/
.bottom-download{
    height: 106px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    color: #3D3D3D;
    background: #E4F2FF;
    z-index: 9999;
    display: none;
}
.bottom-download .close-banner-download{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    background: url("https://images.clevguard.com/es/assets/overview/parental_control_app/close.svg") no-repeat;
    background-size: contain;
}
.bottom-download .left-content{
    display: flex;
}
.bottom-download .left-img img {
    width: 70px;
}
.bottom-download .left-img {
    margin-right: 10px;
}
.bottom-download .left-text h3{
    color: #3D3D3D;
    font-size: 16px;
}
.bottom-download .left-text p{
    font-size: 13px;
}
.bottom-download .right-content .download{
    background: linear-gradient(180deg, #04E0E5 0%, #34CD7E 100%);
    color: #fff;
    height: 32px;
    width: 90px;
    text-align: center;
    border-radius: 4px;
    display: block;
    line-height: 32px;
}
@media (max-width: 999px) {
    .bottom-download.hide-download{
        display: none;
    }
    .bottom-download.show-download{
        display: flex;
    }
}
@media (max-width: 400px) {
    .bottom-download .left-img img{
        width: 50px;
    }
    .bottom-download .left-text h3{
        font-size: 14px;
    }
    .bottom-download .left-text p{
        font-size: 12px;
    }
}
/** bottom download  end **/



/* #region joint bar */
.joint-name-bar {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: #2e2e2e;
    padding: 12px 0;
    z-index: 120;
}

.joint-name-bar.show {
    display: block;
}

.base-header.jointing-header.top {
    top: 0;
}

.joint-name-bar .base-maxwidth {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.joint-name-bar .gradient-text {
    font-weight: 500;
    font-size: 16px;
       background: linear-gradient(92.23deg, #FF9E43 3.97%, #46C4FF 29.43%, #0091FF 66.55%, #2EFFEA 94.62%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.joint-name-bar .gradient-text span {
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.joint-name-bar .base-blue-gradient-btn {
    margin-left: 20px;
    padding: 3px 13px;
    font-weight: 500;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #2E2E2E;
    cursor: pointer;
      background: linear-gradient(92.23deg, #FF9E43 3.97%, #46C4FF 29.43%, #0091FF 66.55%, #2EFFEA 94.62%);
    background-size: 200% 200%;
    box-shadow: inset 0 2px 10px rgba(255,255,255,0.25),
                0 6px 18px rgba(0,0,0,0.35);
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes shakeWithPause {
    0%, 100% {
        transform: translateX(0);
    }
    8%, 16%, 24%, 32%, 40% {
        transform: translateX(-2px);
    }
    4%, 12%, 20%, 28%, 36% {
        transform: translateX(2px);
    }

    40%, 100% {
        transform: translateX(0);
    }
}

.joint-name-bar .base-blue-gradient-btn:hover { 
    text-decoration: none;
}

.joint-name-bar .close-bar {
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    color: #fff;
}

.base-header.jointing-header {
    top: 48px;
    background: #fff;
    z-index: 140;
}

.product-nav.joint-name-bar-show {
    top: 45px;
}

@media (max-width: 1024px) { 
    .joint-name-bar .gradient-text {
        font-size: 12px;
    }
    .joint-name-bar {
        padding: 6px 0;
    }
    
    .joint-name-bar .base-maxwidth {
        margin: 0 13px;
        justify-content: unset;
    }
    .joint-name-bar .gradient-text {
        font-size: 12px;
        width: 62%;
    }
    .joint-name-bar .base-blue-gradient-btn {
        margin-left: 0;
        padding: 3px 15px;
        font-size: 12px;
    }

    .joint-name-bar .close-bar {
        right: 10px;
    }
}

@media (max-width: 768px) { 
      .joint-name-bar .base-maxwidth {
        margin: 0 6px;
        justify-content: unset;
    } 
}
/* #endregion joint bar */