html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Montserrat', sans-serif;
}


.card-footer {
    background-color: white !important;
    border-top: none !important;
}

.error-div {
    -moz-animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
}


totals {
    font-size: 1.1em;
}

    totals .row {
        margin-top: 10px;
    }

    totals .title {
        font-weight: bold;
    }

    totals .grandtotal {
        font-size: 1.2em;
    }


.link-whatsapp {
    text-decoration: none;
    font-weight: bold;
    /*color: #178641;*/

}


/*
    Plans
*/

h2 {
    font-weight: bold;
    color: #0148AD;
}

.plan-name {
    font-size: 24px;
    font-weight: bold;
    margin-top: 26px;
}

/* ------------ Plan Box -----------*/
.border-box {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
    position: relative;
}

.recommended {
    background: #DAE6F5;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px;
    font-size: 14px;
}

.plan-description {
    font-size: 15px;
    color: #808080;
}

.plan-price-wrapper {
    display: flex;
    padding: 12px 0 5px 0;
}

.plan-cost {
    font-size: 2em;
    margin-top: -21px;
}

.plan-currency {
    margin-top: -13px;
    font-size: 20px;
    margin-right: 4px;
}

.plan-period {
    margin-left: 7px;
    margin-top: 13px;
}

.plan-details {
    list-style: none;
    padding: 0;
    background: #F9FCFE;
    padding: 16px;
    margin-top: 15px;
}

    .plan-details li {
        border-bottom: solid 1px #DADADA;
        padding: 4px 0 6px 0;
        font-size: 14px;
        font-weight: 500;
        ;
    }

        .plan-details li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

.btn-primary {
    background: #0148AD;
    padding: 12px 25px;
    border: none;
}
