body {
    background: white;
    /* background: url(/media/bg-facturin.jpg);
    background-color: #f5f9fd;
    background-position: top left;
    background-size: cover; */
}

.container {
    max-width: 1250px !important;
}

.btn.btn-primary {
    background-color: #2c64fe;
    border-color: #2c64fe;
}

main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: main;
}

header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: header;
    position: fixed;
    width: 100%;
    transition: background .6s ease;
    z-index: 100;
}

header .navbar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 23.5px 0;
    width: 100%;
}

header .navbar .navbar_links {
    color: #fff;
}

header .navbar .navbar_links>* {
    margin-right: 23px;
    color: #fff;
    padding-bottom: 5px;
    font-size: 15px;
}

header .navbar_buttons {
    display: flex;
    margin-left: auto;
}

header .navbar_logo {
    display: flex;
    align-items: center;
    height: 34px;
}

header .navbar_logo .fa {
    font-size: 27px;
    color: white;
    margin-top: -3px;
}

header .navbar_logo img {
    height: 35px;
    margin-right: 65px;
}

header .navbar_logo .navbar_toogle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 21px;
    width: 22px;
    padding: 2px 0;
    margin-right: 16px;
}

header.header-background{
    background: #fff;
    z-index: 100;
    box-shadow: 0 2px 6px 4px rgb(55 57 79 / 14%);
    border: solid 1px #f0f0f0;
}

header.header-background .navbar .navbar_links>* {
    color: #222;
}

header .logo-white {
    display: block;
}

header .logo-color {
    display: none;
}

header.header-background .logo-color {
    display: block;
}

header.header-background .fa.fa-bars {
    color: #000000;
}

header.header-background .logo-white {
    display: none;
}

.header-fixed .wrapper {
    padding-top: 0px;
}


.home-page {
    font-size: 21px;
    font-weight: 300;
}

.home-page .main-section {
    padding-top: 125px;
    padding-bottom: 100px;
    background: url(/media/bg-facturin.jpg);
    background-position: top left;
    background-size: cover;
}

.home-page .main-section .main-fold h1 {
    color: #FFFFFF;
    font-size: 14px;
    /* font-weight: 200; */
    line-height: 1.5;
    text-transform: uppercase;
    max-width: 200px;
}

.home-page .main-section .main-fold h2 {
    font-size: 55px;
    line-height: 0.97;
    max-width: 396px;
    color: #FFFFFF;
    font-weight: bold;
    min-height: 120px;
}

.home-page .main-section .main-fold h2 span {
    text-decoration: underline;
    -webkit-text-decoration-color: #68ADFF;
            text-decoration-color: #68ADFF;
}

.home-page .main-section .main-fold p {
    font-size: 18px;
    max-width: 550px;
    line-height: 1.25;
    margin: 24px 0;
    color: #FFFFFF;
    font-weight: 300;
}

.home-page .main-section .main-fold .price {
    font-size: 20px;
}

.home-page .main-section .main-fold .btn {
    font-size: 22px;
}

.container {
    width: 90%;
    max-width: 1120px;
    margin: auto;
}

.people .avatar {
    max-width: 46px;
    float: left;
    margin-right: 10px;
}

.people .avatar img {
    border-radius: 50%;
}

/*
* Solución
*/
.home-page .section-secondary h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
}

.home-page .section-secondary h2 span {
    padding: 2px 10px;
    background-color: #3699ff30;
    border-radius: 30px;
}

.home-page .section-secondary h4 {
    font-size: 22px;
    text-align: center;
    font-weight: 200;
}

.home-page .section-secondary .card {
    border-radius: 15px;
    min-height: 190px;
}

.home-page .section-secondary .card .card-body {
    text-align: center;
}

.home-page .section-secondary .card .card-body p {
    font-size: 15px;
    color: #7E7E7E;
    line-height: 18px;
    margin-bottom: 0px;
}

.home-page .section-secondary .card .card-body img {
    width: 60px;
    margin-bottom: 20px;
}

.home-page .section-solution .item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home-page .section-solution h2{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.home-page .section-solution h4{
    font-size: 22px;
    text-align: center;
    font-weight: 200;
}

.home-page .section-solution .text-info {
    font-size: 15px;
    font-weight: 500;
    color: #2F2F2F !important;
    text-transform: uppercase;
}

.home-page .section-solution .item h3 {
    font-size: 35px;
    font-weight: bold;
}

.home-page .section-solution .item p {
    color: #000000;
}

/*
* Ventajas
*/

.home-page .section-advantage {
    background-color: #1E1E64;
}

.home-page .section-advantage .card {
    display: flex;
    flex-wrap: wrap;
}
.home-page .section-advantage .card .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
}

.home-page .section-advantage .circule-icon {
    background-color: #3C3CB1;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.home-page .section-advantage h2 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.home-page .section-advantage h3 {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 200;
}

.home-page .section-advantage .card {
    text-align: center;
    background: none;
    border: none;
    color: white;
}

.home-page .section-advantage .card .card-body h4 {
    font-size: 22px;
    font-weight: 200;
}

.home-page .section-advantage .card .card-body p {
    font-size: 15px;
    font-weight: 200;
    opacity: 0.8;
}

/*
* Previo
*/

.home-page .section-price {
    background-color: #3C3CB1;
}

.home-page .section-price h2 {
    font-size: 62px;
    color: #FFFFFF;
    font-weight: bold;
}

.home-page .section-price h2 b {
    color: #00C2FF;
}

.home-page .section-price p {
    font-size: 26px;
    color: #FFFFFF;
}

.home-page .section-price .btn {
    min-width: 300px;
}

/*
* Testimonios
*/

.home-page .section-testimonial {
    background: rgb(238 244 255);
}

.home-page .section-testimonial h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 200;
}

.home-page .section-testimonial h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.home-page .section-testimonial .card {
    background-color: #0000000a;
}

.home-page .section-testimonial .card .card-body p {
    font-size: 16px;
}

.home-page .section-testimonial .card .card-body p i {
    color: #4F4F4F;
}

/*
* Asesoramiento
*/

.home-page .section-advice {
    background-color: #DADADA;
}

.home-page .section-advice h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 200;
}

.home-page .section-advice h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.home-page .section-advice .btn {
    min-width: 300px;
}



/*
 * Footer color
 */

 footer .top .logo {

 }

 footer .top .logo img {
    height: 36px;
 }

 footer .content h6 {
    color: #959595;
    font-size: 14px;
    padding-bottom: 20px;
    font-weight: 200;
 }

 footer .content ul {
    list-style: none;
    padding: 0px;
    font-size: 16px;
 }

 footer .content ul li a {
    color: #4F4F4F;
 }

 footer .content p {
    font-size: 16px;
    margin: 0px;
 }

 footer .content .address,  footer .content .office-hours {
    font-size: 13px;
    padding-bottom: 20px;
 }

 footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
 }

 footer .social {
    list-style: none;
    padding: 0px;
    float: right;
 }

 footer .social li {
    float: left;
    margin-left: 20px;
 }

 footer .social li a {
    padding: 8px;
    background: #1750c1;
    width: 38px;
    border-radius: 50%;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 6px;
 }

 footer .social .la {
    color: white;
    font-size: 20px;
 }

 footer .social li .la-twitter {
    padding-left: 2px;
}

 footer .social li .la-youtube-play {
    padding-left: 1px;
 }

 footer .social li a:hover {
    background: #68adff;
 }


 /*
  * Funcionalidades
  */

.functionalities-page .main-section, .faq-page .main-section {
    padding-top: 125px;
    padding-bottom: 100px;
    background-color: #1E1E64;
}

.functionalities-page .main-section .main-fold h1, .faq-page .main-section .main-fold h1 {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}

.functionalities-page .main-section .main-fold h2, .faq-page .main-section .main-fold h2 {
    font-size: 55px;
    line-height: 0.97;
    color: #FFFFFF;
    font-weight: bolder;
}

.functionalities-page .main-section .main-fold p, .faq-page .main-section .main-fold p {
    font-size: 23px;
    line-height: 1.25;
    margin: 24px 0;
    color: #FFFFFF;
    font-weight: 300;
}

.functionalities-page .section-secondary h3, .faq-page .section-secondary h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq-page .section-secondary {
    background: #f1f1f145;
}

.functionalities-page .section-secondary h3 a, .faq-page .section-secondary h3 a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
}

.functionalities-page .section-secondary ul, .faq-page .section-secondary ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.functionalities-page .section-secondary ul li, .faq-page .section-secondary ul li {
    margin-bottom: 13px;
    font-size: 15px;
}

.functionalities-page .section-secondary ul li a, .faq-page .section-secondary ul li a {
    color: #707070;
}

.functionalities-page .section-secondary h2, .faq-page .section-secondary h2 {
    font-size: 37px;
    line-height: 0.97;
    font-weight: bolder;
}

.functionalities-page .section-secondary h3, .faq-page .section-secondary h3 {
    font-size: 20px;
    line-height: 0.97;
    font-weight: 600;
    color: #2b2b81;
    margin-top: 20px;
}

.functionalities-page .section-secondary h4, .faq-page .section-secondary h4 {
    font-size: 28px;
    line-height: 0.97;
    font-weight: bold;
    color: #1e1e6459;
    margin-top: 40px;
    margin-bottom: 20px;
}

.functionalities-page .section-secondary h5, .faq-page .section-secondary h5  {
    font-weight: bold;
}

.functionalities-page .section-secondary p, .faq-page .section-secondary p {
    font-size: 16px;
    color: #2b2b81;
    font-weight: 200;
    margin-bottom: 38px;
}

.functionalities-page .section-price {
    background-color: #3C3CB1;
}

.functionalities-page .section-price h2 {
    font-size: 62px;
    color: #FFFFFF;
    font-weight: bold;
}

.functionalities-page .section-price h2 b {
    color: #00C2FF;
}

.functionalities-page .section-price p {
    font-size: 26px;
    color: #FFFFFF;
}

.functionalities-page .section-price .btn {
    min-width: 300px;
}

.faq-page .section-help {
    background-color: #DADADA;
}

.faq-page .section-help h2 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

.faq-page .section-help p {
    font-size: 25px;
    text-align: center;
}


 /*
  * Precio
  */

.prices-page .main-section {
    padding-top: 125px;
    padding-bottom: 100px;
    background-color: #1E1E64;
}

.prices-page .main-section .main-fold h1 {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}

.prices-page .main-section .main-fold h2 {
    font-size: 55px;
    line-height: 0.97;
    color: #FFFFFF;
    font-weight: bolder;
}

.prices-page .main-section .main-fold p {
    font-size: 23px;
    line-height: 1.25;
    margin: 24px 0;
    color: #FFFFFF;
    font-weight: 300;
}

.prices-page .section-secondary button {
    position: relative;
    text-transform: capitalize;
    box-shadow: 0 0 2px 2px rgb(161 161 161 / 10%);
}

.prices-page .section-secondary button label.discount {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: .7em;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 8px;
    color: #fff;
    background: #1BC5BD;
}

.prices-page .section-secondary p {
    font-size: 18px;
    font-weight: 200;
}

.prices-page .section-secondary .card {
    box-shadow: 0 0 2px 2px rgb(161 161 161 / 10%);
}

.year_data, .month_data {
    padding: 20px 0;
}

.prices-page .section-secondary .card-pricing_price {
    padding: 0;
}

.prices-page .section-secondary .full-pricing {
    font-size: 19px;
    font-weight: 600;
    color: #1BC5BD;
}

.prices-page .section-secondary .card-pricing_price .value {
    font-size: 43px;
    color: #1E1E64;
    font-weight: 900;
    line-height: 0px;
}

.prices-page .section-secondary .card-pricing_price .lapse {
    color: #9b9b9b;
    font-size: 18px;
    line-height: 1;
}

.prices-page .section-secondary h4 {
    font-size: 29px;
    font-weight: bolder;
}


.prices-page .section-secondary ul {
    list-style: none;
    padding: 0px;
}

.prices-page .section-secondary ul li {
    font-size: 18px;
    font-weight: 200;
}

.prices-page .section-discount {
    background-color: #DADADA;
}

.prices-page .section-discount h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.prices-page .section-discount p {
    font-size: 20px;
    font-weight: 200;
}


.prices-page .section-pay h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.prices-page .section-pay h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 200;
}

.prices-page .section-faq {
    background: rgb(238 244 255);
}

.prices-page .section-faq h2 {
    font-weight: bolder;
    font-size: 40px;
}

.prices-page .section-pay span {
    clear: both;
    display: block;
    margin-top: 10px;
}

.prices-page .section-pay .cards {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.prices-page .section-pay .cards img {
    min-height: 118px;
}

.prices-page .section-faq h5 {
    font-weight: bold;
}

.prices-page .section-faq p {
    font-size: 16px;
    color: #2b2b81;
    font-weight: 200;
    margin-bottom: 25px;
}

.plan_list li {
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
    padding-top: 10px;
}

.plan_list li:last-child {
    border-bottom: none;
}

/*
  * Integraciones
  */

  .integrations-page .main-section {
    padding-top: 125px;
    padding-bottom: 100px;
    background-color: #1E1E64;
}

.integrations-page .main-section .main-fold h1 {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    max-width: 200px;
}

.integrations-page .main-section .main-fold h2 {
    font-size: 55px;
    line-height: 0.97;
    color: #FFFFFF;
    font-weight: bolder;
}

.integrations-page .main-section .main-fold p {
    font-size: 23px;
    max-width: 550px;
    line-height: 1.25;
    margin: 24px 0;
    color: #FFFFFF;
    font-weight: 300;
}

.terms-of-service-pag .section-secondary .content {
    font-size: 17px;
    line-height: 20px;
    text-align: justify;
}

.terms-of-service-pag .section-secondary .content p {
    color: #000000;
    font-weight: 200;
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 17px;
}

.terms-of-service-pag .section-secondary .content ol {
    list-style: none;
    counter-reset: item;
    font-weight: 200;
    padding: 0px;
}

.terms-of-service-pag .section-secondary .content ol li {
    counter-increment: item;
    margin: 15px 0;
    line-height: 20px;
    font-weight: 200;
    color: #000000;
}

.terms-of-service-pag .section-secondary .content ol li:before {
    margin-right: 5px;
    content: counters(item, ".") ". ";
    display: inline-block;
}

#bar {
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
    top: 60px;
    margin-top: 50px;
    padding-right: 15px;
    text-align: left;
    padding-top: 35px;
}


header .navbar #modal_menu {
    display: none;
    background-color: #2b2b81;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* overflow-y: scroll; */
    opacity: 1;
    /* pointer-events: none; */
    transition: all .4s;
}

header .navbar #modal_menu hr {
    border-top: 3px solid rgb(255 255 255 / 25%);
}

header .navbar #modal_menu .menu-navbar {
    width: 100%;
}

header .navbar #modal_menu .menu-navbar_logo {
    display: flex;
    margin: 30px 0;
}

header .navbar #modal_menu .close-btn {
    width: 22px;
    height: 22px;
    position: relative;
    margin-right: 15px;
    color: white;
}

header .navbar #modal_menu .close-btn .fa{
    color: white;
    font-size: 30px;
}

header .navbar #modal_menu .menu-navbar_logo img {
    height: 35px;
    margin-right: 65px;
}

header .navbar #modal_menu .menu-navbar_links {
    margin-top: 40px;
    font-size: 18px;
}

header .navbar #modal_menu .menu-navbar_links a {
    display: block;
    color: #fff;
    margin-top: 17px;
    padding-bottom: 3px;
    width: 100%;
}

header.header-background #modal_menu .logo-white {
    display: block;
}

header .navbar #modal_menu .menu-navbar_links .btn {
    font-size: 18px;
}

header .navbar #modal_menu:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}


@media (max-width: 768px) {
    .functionalities-page .section-price h2 {
        font-size: 23px;
    }

    .functionalities-page .section-price p {
        font-size: 20px;
    }

    footer .social li {
        float: left;
        margin-left: 5px;
    }

    footer .top .logo img {
        height: 25px;
    }

    .functionalities-page .main-section .main-fold h2, .faq-page .main-section .main-fold h2 {
        font-size: 40px;
        line-height: 1.15;
    }

    .functionalities-page .main-section, .faq-page .main-section {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    .functionalities-page .main-section .main-fold h1, .faq-page .main-section .main-fold h1 {
        font-size: 20px;
    }

    .prices-page .main-section .main-fold h2 {
        font-size: 27px;
    }

    .prices-page .main-section {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    .prices-page .main-section .main-fold h1 {
        font-size: 20px;
    }

    .home-page .main-section .main-fold h2 {
        font-size: 40px;
    }

    .home-page .section-secondary .card .card-body {
        padding: 0px;
        padding-top: 20px;
    }

    .home-page .section-secondary .card {
        min-height: 160px;
    }

    .home-page .section-secondary .card .card-body img {
        margin-bottom: 12px;
    }

    .home-page .section-secondary .card .card-body p {
        font-size: 13px;
        color: #7E7E7E;
    }

    .home-page .main-section .main-fold h2 {
        min-height: 90px;
    }
}
