﻿/*************** MAIN ****************/

.main-section-pricing {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    /*background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: var(--gradient06);
    background-image: linear-gradient(to right, #EEF6FE, #d2e8ff);*/
    background: whitesmoke;
    min-height: unset;
    height: auto;
    padding-bottom: 60px;
}

.div-button-pricing {
    position: absolute;
    bottom: 30px
}


/*********************************/
/*            Pricing            */
/*********************************/

.price {
    display: block;
    font-family: var(--landing-font);
    font-weight: 600;
    font-size: 42px;
    height: auto;
}

.cents {
    display: block;
    font-family: var(--landing-font);
    font-weight: 600;
    font-size: 32px;
    padding-top: 8px;
}

.frequency {
    display: inline-block;
    font-family: var(--landing-font);
    font-weight: 600;
    font-size: 32px;
    padding-top: 8px;
}

.fee {
    font-weight: 500;
    font-size: 20px;
    margin-top: 15px;
}

.priceDetail {
    height: auto;
    color: #333333;
    text-align: center;
    margin: 0 0 40px 0;
    padding-top: 10px;
    font-family: var(--landing-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}


@media screen and (max-width:1024px) {

    .pricingTable {
        width: 100%;
        max-width: 700px;
    }

    .pricingTitle {
        font-size: 2.1rem;
        text-align: center;
    }

}



/********************* SLIDER BAR **************************/

.optionTitle {
    color: var(--main-text-color);
    font-family: var(--std-font);
    margin: 15px 0 5px 0;
    text-align: center;
    font-size: min(5vw, 20px);
    font-weight: 600;
}

.counter {
    font-family: var(--text-font);
    font-weight: 500;
    font-size: 30px;
    width: 90px;
    min-width: 90px;
    /*height: 100px;*/
    color: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0px 10px;
    text-align: center;
}


input[type='range'] {
    -webkit-appearance: none;
    width: 250px;
    height: 35px;
    background-color: transparent;
    outline: none;
}

    input[type='range']::-webkit-slider-runnable-track {
        -webkit-appearance: none;
        appearance: none;
        border-radius: 5px;
        background: var(--bg-slider);
        outline: none;
        /*box-shadow: inset 1px 1px 1px rgba(000,000,000,0.10);*/
        height: 8px;
        vertical-align: middle;
        border: none;
        cursor: pointer;
    }

    input[type='range']::-webkit-slider-thumb {
        -webkit-appearance: none;
        border-radius: 100%;
        background-color: #00aade;
        /*box-shadow: inset 0 0 0 4px #CCC, inset 0 0 4px #CCC, inset 0 0 0 4px #CCC;*/
        height: 22px;
        width: 22px;
        vertical-align: middle;
        border: none;
        cursor: pointer;
        margin-top: -6px;
    }

        input[type='range']::-webkit-slider-thumb:hover {
            background: #00d7de;
        }

    input[type='range']:active::-webkit-slider-thumb {
        background: #00d7de;
    }

    input[type='range']::-moz-range-track {
        -moz-appearance: none;
        border-radius: 5px;
        /*box-shadow: inset 1px 1px 1px rgba(000,000,000,0.10);*/
        background-color: var(--bg-slider);
        height: 8px;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        border: none;
        cursor: pointer;
    }

    input[type='range']::-moz-range-thumb {
        -moz-appearance: none;
        border-radius: 100%;
        background-color: #00aade;
        /*box-shadow: inset 0 0 0 4px #CCC, inset 0 0 4px #CCC, inset 0 0 0 4px #CCC;*/
        height: 22px;
        width: 22px;
        vertical-align: middle;
        border: none;
        cursor: pointer;
        margin-top: -6px;
    }

        input[type='range']::-moz-range-thumb:hover {
            background: #00d7de;
        }

    input[type='range']:active::-moz-range-thumb {
        background: #00d7de;
    }

input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    /*border-width: 39px 0;*/
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #bbb;
    /*border: 0px solid #000101;*/
    border-radius: 5px;
    /*box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;*/
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    /*border: 0px solid #000101;*/
    border-radius: 5px;
    /*box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;*/
}

input[type=range]::-ms-thumb {
    /*box-shadow: inset 0 0 0 4px #CCC, inset 0 0 4px #CCC, inset 0 0 0 4px #CCC;*/
    /*border: 0px solid #000000;*/
    height: 22px;
    width: 22px;
    border-radius: 100%;
    background: #00aade;
    cursor: pointer;
    margin-top: -2px;
}


/******************** countodown ************************/

.countdown {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-family: Barlow, sans-serif;
    font-size: 20px;
    letter-spacing: 5px;
    margin: 40px 30px;
}

.days, .hours, .minutes, .seconds {
    display: inline-block;
    padding: 20px;
    margin: 10px;
    width: 120px;
    border-radius: 10px;
}

.days {
    background: #D87200;
}

.hours {
    background: #FF3E41;
}

.minutes {
    background: #FFB20C;
}

.seconds {
    background: #2186FF;
}

.c-number {
    /*font-family: Barlow, sans-serif;
    color: #333;
    font-size: 48px;*/
    font-family: Barlow, sans-serif;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

/******************** small countodown ************************/

.countdown-v2 {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-family: Barlow, sans-serif;
    font-size: clamp(1.3vh, 12px, 1.2vw);
    letter-spacing: 0px;
    margin: 4px;
}

    .days-v2, .hours-v2, .minutes-v2, .seconds-v2 {
        display: inline-block;
        padding: 5px;
        margin: 5px;
        width: 40px;
        color: #fff;
    }


.c-number-v2 {
    font-family: Dosis;
    color: #00aade;
    font-size: clamp(0.9rem, 1vw + 1rem, 2.2rem);
    line-height: clamp(0.9rem, 1vw + 1rem, 2.2rem);
    font-weight: 600;
}


/***************** WhatsApp *********************/
    .whatsapp {
        position: fixed;
        z-index: 10000;
        bottom: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        background-color: transparent;
        background-image: url(/images/whatsapp.png);
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
    }


.withshadow {
    box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.3);
}

.backgroundPicture {
    position: relative;
    align-self: center;
    width: 435px;
    height: 600px;
    border: none;
    background-color: whitesmoke;
    background-position-x: left;
    background-position-y: top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin: 120px 15px 10px 15px;
    z-index: 99;
    box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.2);
}

    .backgroundPicture.small {
        width: 377px;
        height: 520px;
    }

    .backgroundPicture.contactForm {
        background-color: rgba(255, 255, 255, 0.6)
    }

.contactformTitle {
   font-family: var(--std-font);
   font-weight: 600;
   font-size: 28px;
   text-align: center;
   margin: 30px 0 0 0px;
}

.contactformSubTitle {
    font-family: var(--std-font);
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    margin: 5px 0 0 0px;
}


    @media screen and (max-width : 760px) {
        .backgroundPicture {
            background-repeat: no-repeat;
            width: calc(100vw - 30px);
            max-width: 435px;
            height: 600px;
            margin: 10px 15px 10px 15px;
        }

            .backgroundPicture.small {
                background-size: cover;
                background-repeat: no-repeat;
                width: calc(100vw - 30px);
                max-width: 435px;
                height: min((100vw - 30px) * 600 / 435, 600px);
                margin: 10px 15px 10px 15px;
            }

            .backgroundPicture.contactForm {
                height: 540px;
                margin: 10px 15px 10px 15px;
            }

        .first {
            margin-top: 100px !important;
        }
}

.badgePromo {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/images/landing/promobadge-01.png);
    z-index: 9;
}

.badgeFree {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/images/landing/freebadge-01.png);
    z-index: 9;
}

/************** TABLE PRICING **************/

.myplanName {
    font-family: var(--text-font) !important;
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0;
}

.myplanDescription {
    font-family: var(--text-font) !important;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
}


.tablePricing {
    width: 100%;
    margin: 20px 0px;
    border-radius: 6px;
    background-color: #fff;
    overflow-x: hidden;
    font-family: var(--text-font) !important;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #FFFFFF;
    text-align: center;
    border-collapse: collapse;
}

table.tablePricing td, table.tablePricing th {
    border: 1px solid #DDDDDD;
    padding: 3px 2px;
}

table.tablePricing tbody td {
    font-size: 13px;
    font-weight: 500;
}

table.tablePricing thead {
    background: #D0E4F5;
    border-bottom: 5px solid #FFFFFF;
}

    table.tablePricing thead th {
        font-size: 13px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        border-left: 2px solid #FFFFFF;
    }

        table.tablePricing thead th:first-child {
            border-left: none;
        }

table.tablePricing tfoot td {
    font-size: 13px;
}

.promoTitle {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin: 20px 10px;
}

@media screen and (max-width : 760px) {
    .promoTitle {
        font-size: 32px;
        margin: 10px 30px;
    }
}