/*****************************/
/* PLANS PAGE - NEW */
/*****************************/
#plans-overview {
    display: block;
    /*max-width: 1100px;*/
    /*margin: 0 auto;*/
    padding-top: 30px;
}
#plans-overview .underline-dashed {
    padding-bottom: 0;
    font-weight: bold;
    cursor: help;
}
#plans-overview  .plans-col {
    /*width: 24%;*/
    /*-moz-box-sizing: padding-box;*/
    /*-webkit-box-sizing: padding-box;*/
    /*box-sizing: padding-box;*/
    /*float: left;*/
    border-left: 1px solid #e4e4e4;
    padding: 24px;
    font-size: 13px;
    /*height: 585px;*/
    /*position: relative;*/
}
#plans-overview .plans-col:last-child {
    /*width: 27%;*/
}
#plans-overview .plan-features {
    padding-top: 10px;
}
/*#plans-overview > .plans-col .plans-footer {
    position: absolute;
    bottom: 0;
}*/
#plans-overview .plans-col .plans-footer .btn {
    padding: 12px 20px;
    font-size: 16px;
    margin: 0 0 10px 0;
}
#plans-overview h3 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    color: white;
    padding: 10px 18px 9px 12px;
    position: relative;
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
    margin: 0 0 20px 0;
    margin-left: 15px;
    border-radius: 0 3px 3px 0;
    width: 100%;
}

#plans-overview h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    display: inline-block;
    border-right: 15px solid #dbdbdb;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
}
#plans-overview .plan-basico h3 {
    background: #83B745;
}
#plans-overview .plan-basico h3:before {
    border-right-color: #83B745;
}

#plans-overview .plan-avanzado h3 {
    background: #D02257;
}
#plans-overview .plan-avanzado h3:before {
    border-right-color: #D02257;
}

#plans-overview .plan-profesional h3 {
    background: #2196F2;
}
#plans-overview .plan-profesional h3:before {
    border-right-color: #2196F2;
}

#plans-overview h4 {
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}
#plans-overview .plan-basico h4 {
    color: #83B745;
}
#plans-overview .plan-avanzado h4 {
    color: #D02257;
}
#plans-overview .plan-profesional h4 {
    color: #2196F2;
}

#plans-overview .plan-profesional .plan-monthly strong {
    color: #2196F2;
}

#plans-overview .plan-avanzado .plan-monthly strong {
    color: #D02257;
}

#plans-overview .plan-basico .plan-monthly strong {
    color: #83B745;
}


#plans-overview .plan-basico .btn {
    background: #83B745;
}
#plans-overview .plan-basico .btn:hover {
    background: #7d8ca4;
}

#plans-overview .plan-avanzado .btn {
    background: #D02257;
}
#plans-overview .plan-avanzado .btn:hover {
    background: #7d8ca4;
}

#plans-overview .plan-profesional .btn {
    background: #2196F2;
}
#plans-overview .plan-profesional .btn:hover {
    background: #7d8ca4;
}

#plans-overview .plan-features p:first-child {
    height: 22px;
}
/*#plans-overview .plan-features p:nth-child(5) {*/
    /*height: 25px;*/
/*}*/
#plans-overview .plan-features p {
    padding-bottom: 20px;
}
#plans-overview .plan-agency {
    border-left: 1px dashed #e4e4e4;
}
/*#plans-overview .plan-agency > div {*/
    /*padding: 17px 0 20px 20px;*/
    /*border-left: 2px dashed #dbdbdb;*/
/*}*/
#plans-overview .plan-agency .btn {
    margin: 20px 0 10px 0;
}
#plans-overview .plan-agency ul {
    margin: 10px 0;
    padding: 0;
}

#plans-overview .plan-agency ul > li {
    padding: 0 0 0 25px;
    margin: 0 0 5px 0;
    list-style-type: none;
    background: url(https://www.hotjar.com/static/img/plans-good.png) 0 4px no-repeat;
    background-size: 16px;
}
#plans-overview .plan-agency ul > li.agency-signup {
    padding-top: 12px;
    background: none !important;
}

.money-back {
    margin: 20px auto 40px auto;
    width: auto;
    padding: 15px;
    text-align: center;
    display: none;
    font-size: 18px;
}

.money-back-mobile {
    background: url(https://www.hotjar.com/static/img/money-back.png) center left no-repeat;
    background-size: 60px;
    width: 400px;
    text-align: left;
    padding-left: 75px;
}

@media (min-width: 891px) {
    .money-back {
        display: block;
    }
    .money-back-mobile {
        display: none;
    }
}

@media (max-width: 890px) {
    .money-back-mobile {
        display: block;
    }
}

@media (max-width: 450px) {
    .money-back-mobile {
        background-size: 40px;
        width: 320px;
        font-size: 14px;
        padding-left: 55px;
    }
}

#faq-info {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 45px;
    clear: both;
}
#faq-info h3 {
    text-align: left;
}
#faq-info p {
    font-size: 14px;
}
ul#faq-list-left,
ul#faq-list-right {
    list-style-type: none;
    padding: 0;
}

ul#faq-list-left {
    width: 50%;
    float: left;
}

ul#faq-list-right {
    width: 50%;
    float: right;
}

#faq-info ul li {
    padding: 20px;
}

@media (max-width: 1050px) {
    /*#plans-overview  .plans-col {*/
        /*width: 25%;*/
        /*padding: 10px 15px 5px 15px;*/
    /*}*/
    /*#plans-overview  .plans-col:last-child {*/
        /*width: 24%;*/
    /*}*/
}
@media (max-width: 890px) {
    #plans-overview  .plans-col,
    #plans-overview  .plans-col:last-child {
        display: block;
        float: none;
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #e4e4e4;
        height: auto;
        box-shadow: 0 0 3px #cccccc;
        background-color: #fcfcfc;
        margin: 10px 0;
        padding: 10px 10px 15px;
    }

    #plans-overview .plan-features p,
    #plans-overview .plan-features p:nth-child(5) {
        height: auto;
    }

    #plans-overview  .plans-col .plans-footer {
        position: relative;
    }
    #plans-overview .plans-header h4,
    #plans-overview .plan-features,
    #plans-overview .plans-footer {
        padding: 0 20px;
    }
    #plans-overview .plans-header h3 {
        display: block;
        width: 100%;
    }
    #plans-overview h3:before {
        display: none;
    }
    #plans-overview h3 {
        text-shadow: none;
        margin: 0 0 20px 15px;
        width: 130px;
        border-style: solid;
        border-left-width: 0;
        border-right-width: 0;
        border-top-width: 0;
        border-bottom-width: 1px;
        box-shadow: none;
    }

    #plans-overview .plan-basico h3 {
        /*background: transparent;*/
        /*color: #83B745;*/
        /*border-color: #83B745;*/
    }

    #plans-overview .plan-avanzado h3 {
        /*background: transparent;*/
        /*color: #D02257;*/
        /*border-color: #D02257;*/
    }

    #plans-overview .plan-profesional h3 {
        /*background: transparent;*/
        /*color: #c39e33;*/
        /*border-color: #c39e33;*/
    }

    #plans-overview .plans-footer {
        margin: 20px auto 5px auto;
    }
    #plans-overview h3 {
        margin: 0 0 20px 0;
    }
    #plans-overview .plans-footer p:first-child a,
    .agency-signup .btn {
        display: block;
        width: 100%;
    }
    #plans-overview .plan-agency ul > li.agency-signup {
        padding: 0 0 0 0;
    }
    #plans-overview .plans-footer p {
        display: inline;
    }
    #plans-overview .plans-footer p:nth-child(1n+2) {
        font-size: 11px;
    }

    #plans-overview .plan-agency > div {
        padding: 0 20px;
        border-left: none;
    }

    ul#faq-list-left,
    ul#faq-list-right {
        float: none;
        width: 100%;
    }
    #faq-info h3,
    #faq-info p {
        text-align: center;
    }
}


/*Pricing Controls*/
.main-pricing--controls {
    width: 100%;
    padding: 0.5rem ;
    text-align: center
}
.main-pricing--controls h3 {
    letter-spacing: 0;
    padding-bottom: 1rem;
    font-size: 1.25em;
    font-weight: 700;
    display: inline-block
}
.main-pricing--controls ul {
    list-style-type: none;
    display: inline-block;
    padding-left: 2.5rem;
    letter-spacing: -5px;
    margin: 0;
    width: 100%;
}
.main-pricing--controls ul .top {
    -moz-box-shadow: #3A3A3A 0 1px 0 0 inset, #3A3A3A 0 -1px 0 0 inset;
    -webkit-box-shadow: #3A3A3A 0 1px 0 0 inset, #3A3A3A 0 -1px 0 0 inset;
    box-shadow: #3A3A3A 0 1px 0 0 inset, #3A3A3A 0 -1px 0 0 inset
}
.main-pricing--controls ul li {
    display: inline-block;
    -moz-box-shadow: #3A3A3A 0 0 0 1px inset;
    -webkit-box-shadow: #3A3A3A 0 0 0 1px inset;
    box-shadow: #3A3A3A 0 0 0 1px inset;
    padding: 0.5em 1.5em;
    color: #3A3A3A;
    margin: 0;
    letter-spacing: -.15px;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    font-weight: 700
}
.main-pricing--controls ul li:nth-child(odd) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}
.main-pricing--controls ul li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.main-pricing--controls ul li.selected,
.main-pricing--controls ul li:active,
.main-pricing--controls ul li:hover {
    background-color: #3A3A3A;
    color: #fff
}



/*Extra Procing*/
#plans-overview .plans-header span {
    display: block;
}

#plans-overview .plan-monthly-old {
    font-size: 1.2em;
    line-height: 140%;
    color: #999;
}

#plans-overview .plan-monthly {
    font-size: 2.5em;
    line-height: 140%;
}

#plans-overview .plan-annualy {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    padding: .3em 0;
}

