@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');

.pricing {
    position: relative;
    padding-top: 3px;
    font-family: 'Montserrat', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
}

.pricing.hidden {
    display: none;
}

.pricing .container {
    width: 100%;
}

.pricing .price-column {
    display: block;
    float: left;
    background: white;
    margin-right: 2%;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 58px -4px rgba(39, 47, 48, 0.21);
    -moz-box-shadow: 0 0 58px -4px rgba(39, 47, 48, 0.21);
    box-shadow: 0 0 58px -4px rgba(39, 47, 48, 0.21);
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.pricing .price-column .popular {
    height: 50px;
    line-height: 50px;
    background-color: #F25C6E;
    color: white;
    z-index: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.pricing .price-column .pricing-price {
    min-height: 270px;
    padding: 25px 5px;
}

.pricing .price-column .pricing-price .pricing-plan h3 {
    display: block;

    font-size: 18px;
    margin: 0;
}

.pricing .price-column .pricing-price .pricing-plan-price {
    display: block;
}

.pricing .price-column .pricing-price .pricing-plan-price .price {
    display: none;
}

.pricing .price-column .pricing-price .pricing-plan-price .price .currency {
    font-size: 18px;
}

.pricing .price-column .pricing-price .pricing-plan-price .price .cost {
    font-size: 46px;
}

.pricing .price-column .pricing-price .pricing-plan-price .price .period {
    font-size: 13px;

}

.pricing .price-column .pricing-price .pricing-plan-price .price .frequency {
    display: block;
    font-size: 13px;
    color: #9E9E9E;
    padding-top: 10px;

}

.pricing .price-column .pricing-price .pricing-plan-price .price.active {
    display: block;
}

.pricing .price-column .pricing-price .buy-button {
    margin-top: 15px;
}

.pricing .price-column .pricing-features ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pricing .price-column .pricing-features ul li {
    display: block;
    padding: 10px 15px;
    margin: 0 0 5px;
}

.pricing .price-column .pricing-features ul li:nth-child(odd) {
    background-color: #F2F6F9;
}

.pricing .price-column .pricing-features ul li i.fa-check {
    color: #00bf86;
}

.pricing .price-column .pricing-features ul li i.fa-times {
    color: #DD6777;
}

.pricing .price-column .pricing-features ul li:last-child {
    margin: 0;
}

.pricing .price-column .buy-button-bottom {
    background: #F2F6F9;
    width: 100%;
    height: 50px;
}

.pricing .price-column .buy-button-bottom a.btn {
    display: block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    z-index: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.pricing .price-column:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07), 0 15px 35px 0 rgba(50, 50, 93, 0.1);
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07), 0 15px 35px 0 rgba(50, 50, 93, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07), 0 15px 35px 0 rgba(50, 50, 93, 0.1);
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.pricing .price-column:first-child {
    margin-right: 0;
    width: 27%;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 31px;
}

.pricing .price-column:first-child .pricing-features ul li {
    background: #F2F6F9;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    background-clip: padding-box;
}

.pricing .price-column:first-child:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pricing .price-column:last-child {
    margin-left: 2%;
}


.pricing .price-column:nth-last-child(2) {
    margin-right: 0;
    margin-top: -40px;
  }


/*Precio Anual / Mensual*/

.pricing-tables {
    transition: background-color 0.4s ease-in-out;
    border-radius: 4px;
}

@media only screen and (max-width: 991px) {
    .pricing-tables {
        margin-bottom: 10rem;
    }
}

.pricing-tables.plans--annually .switch .monthly {
    opacity: 0.35;
}

.pricing-tables.plans--annually .switch .annually {
    opacity: 1;
}

.pricing-tables.plans--annually .switch .annually .save {
    color: #eeaeca;
}

.pricing-tables.plans--annually .plans .plan .plan__head::after {
    opacity: 0.5;
}

.pricing-tables.plans--annually .plans .plan .plan__price .price.price--monthly {
    opacity: 0;
    transform: translateY(100px);
}

.pricing-tables.plans--annually .plans .plan .plan__price .price.price--annually {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.pricing-tables .section__title {
    margin: 0 0 4.2rem 0;
    position: relative;
}

.pricing-tables .section__title::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 15px;
    background: #2c79ff;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -14px;
}

.pricing-tables .switch {
    display: flex;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
}

.pricing-tables .switch span {
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    transition: all 0.3s ease-in-out;
}

.pricing-tables .switch span.annually {
    opacity: 0.35;
    position: relative;
}

.pricing-tables .switch span.annually .save {
    color: darkslategray;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: 21px;
    left: 1px;
}

.pricing-tables .switch .custom-switch input {
    display: none;
}

.pricing-tables .switch .custom-switch input:checked+label:active:after {
    left: 25px;
}

.pricing-tables .switch .custom-switch input:checked+label:after {
    left: 41px;
    background: #2c79ff;
}

.pricing-tables .switch .custom-switch label {
    position: relative;
    display: block;
    width: 66px;
    height: 26px;
    border-radius: 50px;
    background: #2c79ff;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.pricing-tables .switch .custom-switch label::after {
    position: relative;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    top: 3px;
    left: 5px;
    border-radius: 19px;
    background: #2c79ff;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
}

.pricing-tables .switch .custom-switch label:active:after {
    width: 36px;
}

.pricing-tables .plans {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
}

@media only screen and (max-width: 767px) {
    .pricing-tables .plans {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .pricing-tables .plans {
        grid-template-columns: 1fr 1fr;
    }

    .pricing-tables .plans .plan--starter {
        grid-column: 1 / -1;
        grid-row: 1;
    }
}

@media only screen and (min-width: 992px) {
    .pricing-tables .plans {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/*.pricing-tables .plans .plan {
    flex-flow: nowrap column;
    justify-content: space-between;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    overflow: hidden;
    transition: box-shadow 300ms ease, transform 300ms ease;
}*/

.pricing-tables .plans .plan .plan__head {
    transition: all 0.4s ease-in-out;
    /*background: linear-gradient(45deg, #2c79ff, rgba(44, 121, 255, 0.5));
        background: #2c79ff;
        color: #FFFFFF;*/
    padding: 2rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.pricing-tables .plans .plan .plan__head::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /*background: #0e090b;
            background: linear-gradient(-45deg, #eeaeca 0%, #94bbe9 100%);*/
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.pricing-tables .plans .plan .plan__head .plan__title {
    color: #FFFFFF;
    margin: 0 0 0.7rem;
}

.pricing-tables .plans .plan .plan__head .plan__price .price {
    font-size: 38px;
    display: inline-block;
    transition: transform 0.4s ease 0s, opacity 0.2s ease 0s;
    position: relative;
}

.pricing-tables .plans .plan .plan__head .plan__price .price .plan__type {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0;
    margin: 0 auto;
}

.pricing-tables .plans .plan .plan__head .plan__price .price .plan__ahorro {
    top: 80px;
    color: #1d951a;
    font-size: 17px;
}

.pricing-tables .plans .plan .plan__head .plan__price .price.price--annually {
    transition: transform 0.4s ease 0s, opacity 1s ease 0s;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(100px);
}

.pricing-tables .plans .plan .plan__features {
    padding: 2.4rem 2rem 2.1rem;
}

.pricing-tables .plans .plan .plan__features p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.pricing-tables .plans .plan .plan__features p span {
    display: block;
    margin-bottom: 0.2rem;
}

.pricing-tables .plans .plan .plan__btn--start {
    margin: auto;
    width: 75%;
}

/*.pricing-tables .plans .plan:hover {
        box-shadow: 0 10px 11px 0px rgba(44, 121, 255, 0.6);
        transform: translateY(-3px);
    }*/

/*Caracteristicas de precios*/
.w-5 {
    width: 1.3rem;
}

.text-green-500 {
    color: #48bb78;
}

.text-red-500 {
    color: #f0363b;
}

svg {
    vertical-align: middle;
}


.visible-xs{
   font-size: 28px;
}

.descriptionPlan{
   font-size: 18px;
}
/*Modal calculadora de precios*/