
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&display=swap');


body {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #4B4C4E;
    background-color: none;
    font-size: 1.1em;
}

a {
    color: #ff6f43;
}

    a:hover {
        color: #95462E;
        text-decoration: none;
    }

.btn {
    padding: .375rem 1.8rem;
    font-size: 1.1rem;
}


.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(204,204,204,.5);
}

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(204,204,204,.5);
}



body .container-fluid:nth-child(1) {
    background-color: #F5F5F0;
    background-image: url("../img/bg-cover.png");
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

    body .container-fluid:nth-child(1) #menu .container {
        background-image: url("../img/bg-top.png");
        background-position: 170px top;
        background-repeat: no-repeat;
        padding: .4em 0;
    }

@media (max-width: 990px) {
    body .container-fluid:nth-child(1) #menu .container {
        background-position: 1980px top;
        background-color: white;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 0;
        padding-bottom: 1em;
    }

    .container {
        padding: 0;
        transition: all .2s;
    }
}

.fluid-clear {
    background-image: none !important; /*background: none!important;*/
    position: relative !important;
    height: auto !important;
}

/*#cover .container-fluid .carousel-item:nth-child(1) .container {
    background-color: #f5f5f0;
    background-image: url("../img/cover-photo-13.png");
    background-position: 300px 0;
    background-repeat: no-repeat;
}*/
#cover .container-fluid .carousel-item:nth-child(1) .container {
    background-color: #f5f5f0;
    background-image: url("../img/cover-photo-9.png");
    background-position: 305px 0;
    background-repeat: no-repeat;
}

#cover .container-fluid .carousel-item:nth-child(2) .container {
    background-color: #f5f5f0;
    background-image: url("../img/bg-cover-documentos-recibidos.png");
    background-position: 305px 0;
    background-repeat: no-repeat;
}


#cover .container-fluid .carousel-item:nth-child(3) .container {
    background-color: #f5f5f0;
    background-image: url("../img/bg-cover-documento-soporte.png");
    background-position: 305px 0;
    background-repeat: no-repeat;
}

#cover .container-fluid .carousel-item:nth-child(4) .container {
    background-color: #f5f5f0;
    background-image: url("../img/cover-photo-12.png");
    background-position: 305px 0;
    background-repeat: no-repeat;
}
#cover .container-fluid .carousel-item:nth-child(5) .container {
    background-color: #f5f5f0;
    background-image: url("../img/cover-photo-10.png");
    background-position: 305px 0;
    background-repeat: no-repeat;
}
#cover .container-fluid .carousel-item:nth-child(6) .container {
    background-color: #f5f5f0;
    background-image: url("../img/cover-software-contable.png");
    background-position: 305px 0;
    background-repeat: no-repeat;
}
@media (max-width:990px) {
    #cover .container-fluid .carousel-item:nth-child(2) .container {
        background-image: none !important;
    }
}


body .container-fluid:nth-child(1) #content .container {
    background-image: url("../img/bg-header-content.png");
    background-position: 300px top;
    background-repeat: no-repeat;
}

@media (max-width:990px) {
    body .container-fluid:nth-child(1) #content .container {
        background-position: -50px top;
    }
}

@media (max-width:640px) {
    body .container-fluid:nth-child(1) #content .container {
        background-position: -300px top;
    }
}

.content-text {
    padding: 3em 0 2em 3.5em;
}

    .content-text h1 {
        font-size: 2.6em;
        color: #545454;
        font-weight: 700;
        letter-spacing: -.015em;
        line-height: 1em;
        margin-bottom: .5em;
    }

    .content-text p {
        padding-left: 0 !important;
    }

    .content-text h2 {
        font-weight: bold;
        font-size: 2em;
        line-height: .95em;
        margin-bottom: 1em;
    }





h1, h2, h3, h4, h5 {
    letter-spacing: -.02em;
}

h3 {
    font-size: 1.3em;
}

body #banner .container-fluid {
    background: rgb(216,67,0);
    background: linear-gradient(0deg, rgba(216,67,0,1) 0%, rgba(240,103,35,1) 100%);
    height: 100px;
}


body .container-fluid:nth-child(3) { /* The image used */
    background-image: url("../img/bg-home.png");
    /* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /*position: absolute;*/
}


.container-fluid {
    padding: 0;
}




section#cover {
    margin: 0;
}


section#footer {
    border-top: 1px solid lightgray;
    margin-top: 3em;
    padding-top: 5em;
}

    section#footer div.credits {
        padding: 3em 0 0;
        text-align: center;
        color: darkgray;
    }


/*nav*/
.navbar-nav .nav-link {
    margin: 0 1em;
}

    .navbar-nav .nav-link i {
        font-size: 1.2em;
        margin-right: .4em;
        padding-top: .4em;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    padding: .3rem 1rem;
}

.btn-outline-primary {
    color: white !important;
    border-color: #ff6500;
    background-color: #ff6500;
}

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        background-color: #95462E;
        border-color: #95462E;
    }

    .btn-outline-primary:hover {
        background-color: #95462E;
        border-color: #95462E;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 111, 67, .5);
    }

.navbar-light .navbar-nav .nav-link {
    color: #545454;
    transition: all .4s;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #ff6f43;
    }


/*cover*/
/*.container h2 { padding-left: 1em;}*/
#cover h3 {
    font-weight: 400;
    color: #ff6500;
    font-size: 1em;
    letter-spacing: -.03em;
    padding-bottom: .3em;
}

    #cover h3 strong {
        font-weight: 700;
    }

#cover .row {
    margin: 0;
    height: 500px;
}

#coverpath {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%);
}

.btn-outline-secondary {
    border-color: #ff6500;
    color: #ff6500;
    transition: all .4s;
    border-width: 2px;
    font-weight: bold;
}

    .btn-outline-secondary:hover {
        border-color: #ff6500;
        background-color: #ff6500;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 56, 148, .3);
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        background-color: #ff6500;
        border-color: #ff6500;
    }




.btn-secondary {
    border-color: #95462E;
    color: white;
    transition: all .4s;
    background-color: #95462E;
    ;
}

    .btn-secondary:hover {
        border-color: #77311c;
        color: white;
        background-color: #77311c;
    }

    .btn-secondary i {
        font-size: 1.3em;
        margin-right: .5em;
        display: inline-block;
        ;
        position: relative;
        top: 5px;
    }

    .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(7, 147, 145, .3);
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        background-color: #95462E;
        border-color: #95462E;
    }




/*Clients*/
section#clients .container {
    padding: 4em 0 0;
}

    section#clients .container:nth-child(2) {
        padding: 1em 0;
    }

section#clients h1 {
    font-weight: 700;
    font-size: 2.5em;
    color: #ff6500;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}



/*Footer*/
section#footer ul {
    list-style-type: none;
    padding-left: 3em;
    line-height: 1.3em;
}

section#footer h5 {
    font-size: 1.667em;
    display: inline;
}

section#footer i {
    color: #ACACAC;
    margin-right: .6em;
}

section#footer .lni-phone-handset {
    padding-top: 3em;
    font-size: 1.6em;
}

section#footer .lni-envelope {
    font-size: 1.7em;
}

section#footer span {
    display: none;
}

section#footer .ally div:nth-child(1) { /*border-right: 1px solid lightgray;*/
    padding-right: 1em;
}

.ally {
    padding: 1em 20%;
}


@media (min-width: 1200px) {
    section#footer .ally div:nth-child(1) {
        padding-left: 3em;
    }
}

@media (max-width: 990px) {

    section#footer .container .row:nth-child(2) div:nth-child(1) span {
        display: block;
    }

    section#footer .container .row:nth-child(2) div:nth-child(1) img {
        display: none;
    }

    section#footer .ally div:nth-child(1) {
        border-right: none;
        display: block;
        width: 100%;
        text-align: center;
    }

    section#footer .ally div img {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    section#footer .ally div:nth-child(4) {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 575px) {
    section#footer .col-12 {
        padding: 0 25% 1em;
    }

    .ally {
        padding: 1em 10%;
    }

    section#footer .ally div:nth-child(4) {
        width: auto;
    }
}

/* banner */


#banner {
    color: white;
}

    #banner .container {
        padding: 0;
    }

    #banner p {
        margin: 0 1em 0 0;
        display: flex;
        height: 51px;
        justify-content: center;
        align-items: center;
    }

    #banner span {
        display: inline-flex;
        height: 51px;
        width: 120px;
        align-items: center;
        justify-content: left; /*margin-right: 1em; border-right: 1px solid #ffc38c;*/
    }


    #banner .container > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }


@media (max-width:990px) {

    #banner .container-fluid .container div {
        flex-direction: column;
    }

    #banner .container-fluid .container > div > div:nth-child(1) {
        justify-content: center;
        display: flex;
    }

    #banner .container-fluid .container > div > div:nth-child(2) span {
        width: 170px;
        height: 30px;
        padding-right: 1em;
        justify-content: flex-end;
    }


    #banner p {
        margin: 0;
        height: 30px;
    }

    #banner .container div div:nth-child(1) p {
        width: 150px;
        margin-bottom: .4em;
    }

    #banner .container div div:nth-child(1) {
        text-align: center;
    }

    #banner .container div div:nth-child(2) div img {
        width: 120px;
    }
}

@media (max-width:768px) {
    #banner .container-fluid .container div {
        flex-direction: row;
    }

    #banner .container-fluid .container > div > div:nth-child(2) span {
        width: 130px;
    }

    #banner .container div div:nth-child(1) p {
        margin-left: 1.8em;
    }
}

/* form starting stylings ------------------------------- */


.container-form {
    border-radius: 3px;
    width: 100%;
    padding: .9em; /*margin-right: 1em;*/
    height: 410px;
    background-color: white;
    -webkit-box-shadow: -1px 18px 20px -10px rgba(0,0,0,0.35);
    -moz-box-shadow: -1px 18px 20px -10px rgba(0,0,0,0.35);
    box-shadow: -1px 18px 20px -10px rgba(0,0,0,0.5);
}

    .container-form p {
        font-size: .7em !important;
        margin-top: .8em;
        padding: 0 1.4em !important;
        font-weight: 700;
    }

@media (max-width:980px) {
    .container-form p {
        text-align: center;
    }

    .container-form {
        width: 100% !important;
    }
}

.group {
    position: relative;
    margin-bottom: .8em;
}

input {
    font-size: 17px;
    padding: 5px 5px 6px 0;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
}

    input:focus {
        outline: none;
        border-bottom: 1px solid white;
    }


.form-control {
    font-size: 17px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    transition: all .2s;
}

    .form-control:focus {
        border-color: #ff6500;
        border-width: 2px;
        box-shadow: none;
    }

.form-group label {
    font-size: .9em;
    font-weight: 700;
}

.invalid-error {
    color: #aa4720;
    font-size: .9em;
    font-weight: bold;
    margin-top: .4em;
    margin-left: .7em;
}

form {
    width: 100%;
    margin: 2.3em 0;
}



/* LABEL ======================================= */
.container-form label {
    color: #999;
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label, .fix-label {
    top: -10px;
    font-size: 15px;
    color: #999;
}

.container-form .btn {
    padding: .2em 0;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #ff6f43;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #ccc;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #ccc;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #ccc;
    }

    to {
        width: 0;
        background: transparent;
    }
}



/*tabs*/
.hg-tabs {
    margin-top: 4em;
    border-bottom: none; /*box-shadow: 0 4px 0 0 rgb(255, 255, 255), 0 5px 0 0 rgb(250, 250, 250);*/
}

    .hg-tabs li a {
        height: 140px;
        font-size: 1.12em;
    }

        .hg-tabs li a i {
            display: block;
            color: #ff6500;
            font-size: 1.8em;
            padding: .5em 1em .5em;
            transition: .2s;
        }

    .hg-tabs .nav-link {
        color: #ff6500;
        font-weight: 700;
        line-height: 1em;
    }

        .hg-tabs .nav-link.active, .hg-tabs .nav-link.active:hover {
            border-color: transparent;
            box-shadow: 0 3px 0 0 #ff6f43;
            color: #ff6f43;
            background: transparent;
        }

    .hg-tabs.nav {
        justify-content: center;
    }

    .hg-tabs.nav-justified .nav-item {
        flex-grow: .2 !important;
    }

    .hg-tabs .nav-link.active, .hg-tabs .nav-link.active:hover {
        border-color: transparent;
        box-shadow: 0 6px 0 0 #ff6f43;
        color: #545454;
        background: rgba(239, 247, 248, .7);
    }

        .hg-tabs .nav-link.active i {
            color: #545454;
        }

    .hg-tabs .nav-link:hover i {
        font-size: 2.1em;
        color: #ff6f43;
    }

    .hg-tabs .nav-link:hover {
        border-color: transparent;
        box-shadow: 0 6px 0 0 #EFF7F8;
    }

    .hg-tabs .nav-link.active:focus {
        border-color: transparent;
    }

@media (max-width: 990px) {
    .hg-tabs li a {
        height: 60px;
        font-size: 1.12em;
    }

        .hg-tabs li a i {
            display: block;
            color: #000545;
            font-size: 1.8em;
            padding: .0;
        }

    .hg-tabs .nav-link span {
        display: none;
    }
}



.tab-content {
    margin-top: 7px;
}

.tab-pane > .row > div:nth-child(2) {
    background-color: #EFF7F8;
    margin: 0;
}

.tab-pane .row div:nth-child(1) img {
    width: 100% !important;
    height: auto;
}

.tab-pane .row .col-6:nth-child(1) {
    padding: 0;
}

.tab-pane .row .col-6:nth-child(2) {
    padding: 1.8em;
}

.tab-pane .row .col-6 {
    margin-bottom: 0;
}

.tab-pane h2 {
    text-align: left;
    padding-left: .5em !important;
}

.tab-pane h3 {
    padding-left: .6em !important;
    color: #ff6600;
}

.tab-pane h4 {
    padding-left: .8em !important;
    color: #545454;
    font-weight: 700;
    font-size: 1.15em;
}

.tab-pane p {
    padding-left: 1em !important;
}

.tab-pane ul.checkbullet {
    list-style-type: none;
    line-height: 1.15em;
}

    .tab-pane ul.checkbullet li {
        margin-bottom: 1em;
    }

        .tab-pane ul.checkbullet li:before {
            display: inline-block;
            font-size: 1em;
            content: '✔';
            position: relative;
            text-indent: -1.5em;
            color: #ff6f43;
        }

#cotizacion [class*="col-"], #cuando .col-12, #saber .col-12, #funcionalidades .col-12, #proveedor .col-12, #emision .col-12, #recepcion .col-12 {
    padding: 2em;
}

#proveedor .col-12 {
    padding-bottom: 0;
}

.tab-pane h2 {
    line-height: 1em;
    margin: 0 0 .7em;
}

#saber ul {
    line-height: 1.4em;
}

.tab-pane p {
    line-height: 1.3em;
}

.bg-video {
    background-image: url("../img/bg-video.png");
    background-size: cover;
    background-repeat: no-repeat;
}

    .bg-video div {
        padding-top: 5em;
    }

.modal-title {
    color: #ff6600;
    font-size: 1.5em;
    line-height: 1em;
}

.modal-header {
    border-bottom: none;
}

#funcionalidades a {
    display: none;
}

    #funcionalidades a i {
        font-size: 1.5em;
        position: relative;
        top: .05em;
    }



.tab-pane ul.check-list {
    margin-bottom: 0;
}

    .tab-pane ul.check-list > li {
        padding: 0 0 1em;
        margin: 0;
        list-style: none;
        line-height: 1.2em;
    }

        .tab-pane ul.check-list > li:last-child {
            padding-bottom: 0;
        }





.tab-pane .check-list > li:before {
    content: '\E94C';
    font-family: lineicons;
    float: left;
    margin-left: -1.5em;
    color: #ff6500;
    font-size: 1.4em;
}


.tab-pane .check-list > li {
    margin: 1em;
    margin-left: 3em;
}

.tab-pane .check-list li ul li:last-child {
    margin-bottom: .3em;
}


/*Slide*/


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}



@media (max-width: 1200px) {
    .border-line {
        padding-right: 1.5em;
        padding-left: 0;
    }
}

@media (max-width: 990px) {
    /*body #cover .container-fluid .carousel-item:nth-child(2) .container {
        background-position: 1980px top;
    }*/

    #cover h1 {
        margin: 1em 0 .5em;
    }

    .container-form {
        width: 100%;
        margin-top: 2em;
        height: auto;
    }

    .group {
        width: 50%;
        float: left;
        padding-right: 1em;
    }

    #cover .row {
        height: auto;
        padding-bottom: 3em;
    }

    .border-line {
        border: none;
    }

    #funcionalidades a {
        display: block;
    }
}

@media (max-width: 768px) {
    .group {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    #cover .container .row .col-12 {
        padding: 0 2.5em;
    }
}



.icon-bar {
    width: 22px;
    height: 2px;
    background-color: #B6B6B6;
    display: block;
    transition: all 0.2s;
    margin-top: 4px;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
}



    .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
    }

    .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
    }

    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
    }




/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-table100 {
    width: 100%;
    /*  min-height: 100vh;*/
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.wrap-table100 {
    width: 960px;
    border-radius: 10px;
    overflow: hidden;
}

.table-responsive {
    width: 100%;
    display: table;
    margin: 0;
}




@media screen and (max-width: 768px) {
    .table-responsive {
        display: block;
    }
}

.table-responsive .row {
    display: table-row;
    background: #f9f9f9;
}

    .table-responsive .row.header {
        color: #ffffff;
        background: #ff6600;
    }

@media screen and (max-width: 768px) {
    .table-responsive .row {
        display: block;
    }

        .table-responsive .row.header {
            padding: 0;
            height: 0px;
        }

            .table-responsive .row.header .cell {
                display: none;
            }

        .table-responsive .row .cell:before {
            font-weight: 700;
            font-size: 1em;
            color: #808080;
            line-height: 1.2;
            text-transform: uppercase;
            /*    margin-bottom: 5px;*/
            content: attr(data-title);
            min-width: 98px;
            display: block;
        }
}

.table-responsive .cell {
    display: table-cell;
}

@media screen and (max-width: 768px) {
    .table-responsive .cell {
        display: block;
    }
}

.table-responsive .row .cell {
    font-size: 1em;
    color: #666666;
    line-height: 1.2;
    font-weight: unset !important;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.table-responsive .row.header .cell {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700 !important;
    padding-top: 19px;
    padding-bottom: 19px;
}

.table-responsive .row .cell:nth-child(1) {
    width: 100px;
    padding-left: 40px;
    text-align: center;
}



.table-responsive .row .cell:nth-child(2) {
    width: 160px;
    text-align: center;
}

.table-responsive .row .cell:nth-child(3) {
    width: 250px;
}

.table-responsive .row .cell:nth-child(4) {
    width: 190px;
}

.table-responsive .row .cell:nth-child(5) {
    width: 190px;
}


.table-responsive .table, .row {
    width: 100% !important;
}

.table-responsive .row:hover {
    background-color: #fff7f0;
    cursor: pointer;
}

.table-responsive .row:nth-child(1):hover {
    background-color: #ff6600;
    cursor: default;
}


@media (max-width: 768px) {
    .table-responsive .row {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 18px;
        padding-top: 30px;
        padding-right: 15px;
        margin: 0;
    }

        .table-responsive .row .cell {
            border: none;
            padding-left: 30px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .table-responsive .row .cell:nth-child(1) {
                padding-left: 30px;
            }

        .table-responsive .row .cell {
            font-size: 18px;
            color: #555555;
            line-height: .95;
        }

    .table-responsive {
        width: 100%;
    }

    @media (max-width:768px) {
        .table-responsive .row {
            padding: .5em;
        }

            .table-responsive .row .cell {
                display: inline-block;
                padding: 0;
                margin: .5em;
            }

                .table-responsive .row .cell:nth-child(1) {
                    width: 20%;
                    padding: 0;
                    text-align: left;
                    border-right: 1px solid #ff6600;
                }

                .table-responsive .row .cell:nth-child(3):before {
                    color: #ff6600;
                }


                .table-responsive .row .cell:nth-child(2) {
                    width: 20%;
                    padding: 0;
                    text-align: left;
                }

                .table-responsive .row .cell:nth-child(3) {
                    width: 80%;
                }

                .table-responsive .row .cell:nth-child(4) {
                    width: 47%;
                }

                .table-responsive .row .cell:nth-child(5) {
                    width: 40%;
                }

            .table-responsive .row.header {
                border-bottom: none;
            }

            .table-responsive .row:last-child {
                border-bottom: none;
            }
    }
}



.table-responsive.table-cnd .row .cell {
    padding: 10px;
}

.table-responsive.table-cnd .row.header .cell {
    padding: 8px;
}

.table-responsive.white-row .row.header {
    background-color: #ff6600;
}

.table-responsive.white-row .row {
    background-color: #ffffff;
}

.table-responsive.table-cnd .row:hover {
    background-color: #fff7f0;
}

.table-responsive.table-cnd .row.header:hover {
    background-color: #ff6600;
}

.table-responsive.table-4col .row .cell:nth-child(1) {
    width: 25%;
    text-align: center;
}

.table-responsive.table-4col .row .cell:nth-child(2) {
    width: 25%;
    text-align: center;
}

.table-responsive.table-4col .row .cell:nth-child(3) {
    width: 10%;
    text-align: center;
}

.table-responsive.table-4col .row .cell:nth-child(4) {
    width: 40%;
    text-align: center;
}


@media screen and (max-width: 768px) {


    .table-responsive.table-4col .row.header {
        display: none;
    }

    .table-responsive.table-4col .row .cell:nth-child(1),
    .table-responsive.table-4col .row .cell:nth-child(2),
    .table-responsive.table-4col .row .cell:nth-child(3) {
        display: inline-block;
        width: 27% !important;
    }

    .table-responsive.table-4col .row .cell:nth-child(4) {
        width: 100%;
    }

    .table-responsive.table-4col .row .cell:nth-child(3) {
        border-left: 1px solid #ff6600;
    }

    .table-responsive.table-4col .row .cell:before {
        color: #ff6600;
        margin-bottom: 7px;
        min-;
    }

    .table td, .table th {
        line-height: 1em;
    }
}



table.cut-off th span {
    display: inline;
}

table.cut-off th {
    font-size: .92em;
    line-height: 1em;
    vertical-align: middle;
    background-color: #ff6600;
    color: white;
    text-align: left;
}

.table.cut-off thead th {
    border-bottom: 2px solid #dee2e6 !important;
}

    .table.cut-off thead th:nth-child(4) {
        border-bottom-width: 1px !important;
    }


table.cut-off thead tr:first-child th:first-child {
    text-align: center;
    border-top-left-radius: 10px;
    width: 10%;
}

table.cut-off thead tr:first-child th:nth-child(2) {
    border-top-left-radius: 0;
    width: 25%;
}

table.cut-off thead tr:first-child th:nth-child(3) {
    border-top-right-radius: 0;
    width: 25%;
}

table.cut-off thead tr:first-child th:nth-child(4) {
    border-top-right-radius: 10px;
    width: 40%;
}




table.cut-off tbody td {
    text-align: center;
    vertical-align: middle;
}

table.cut-off tbody tr td:first-child {
    text-align: center;
}

table.cut-off tbody td p {
    text-align: left;
}



.col-bg {
    background-color: #f9f9f9;
}


table.cut-off tbody tr td:nth-child(4),
table.cut-off tbody tr td:nth-child(5),
table.cut-off tbody tr td:nth-child(6),
table.cut-off tbody tr td:nth-child(7),
table.cut-off tbody tr td:nth-child(8),
table.cut-off tbody tr td:nth-child(9) {
    width: 5% !important;
}

.text-display {
    display: none;
}

table.cut-off {
    border-bottom: 2px solid #ff6600;
}


@media (max-width:990px) {
    table.cut-off th span {
        display: none;
    }

    table.cut-off td {
        font-size: .85em;
        padding: .5rem;
        line-height: 1.4em;
    }

    table.cut-off th {
        font-size: .9em;
        padding: .5rem;
    }

    .text-display {
        display: block;
    }

    .col-display {
        display: none;
    }
}

.container-table100 h3 {
    text-align: center;
    padding: 0 2em;
    margin-bottom: 3em !important;
}

@media (max-width:990px) {
    .container-table100 h3 {
        text-align: left;
        padding: 0;
        margin-bottom: 1.5em !important;
    }
}




/*End Tables ------------------------------ */


#cover-section {
    height: auto;
    margin-bottom: 3em;
}

#cover-section-sm {
    height: 297px;
}

#cover-section-md {
    height: 345px;
    margin-bottom: 3em;
}

#cover-section-ms {
    height: 380px;
    margin-bottom: 3em;
}

#cover-section-ml {
    height: 470px;
    margin-bottom: 3em;
}

#cover-section-lg {
    height: 580px;
    margin-bottom: 3em;
}


@media (max-width:990px) {
    #cover-section, #cover-section-sm, #cover-section-md, #cover-section-lg, #cover-section-ml, #cover-section-ms {
        height: auto;
        margin-bottom: 1.5em;
    }

        #cover-section-sm .content-text {
            padding: 1.8em 0 .5em 3.5em;
        }

    .container-form.login-col {
        margin: 2em 0;
    }
}





.header-title-icon {
    display: flex;
    align-items: flex-start;
    color: #ff6500;
}

    .header-title-icon i {
        font-size: 2em;
        margin-right: .3em;
    }

    .header-title-icon h2 {
        padding-left: .5em !important;
        margin-bottom: .2em;
    }

.list-short-lh {
    line-height: 1.2em;
}

    .list-short-lh > li {
        margin-bottom: 1em;
    }


.section-border {
    border-top: 1px solid lightgray;
    margin-top: 2em;
    padding-top: 3em;
}

.tab-pane.right-side .row .col-12 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.section-landing .bg-light {
    background-color: #f5f5f0 !important;
}

.section-landing h3 {
    color: #666;
    font-size: 2.5em;
    font-weight: normal;
    line-height: .9em !important;
    margin-bottom: 1em;
}

.section-landing > div {
    padding: 3em 0;
}

.section-landing p {
    line-height: 1.8em;
}

.p-img {
    padding: 0 2em;
}

.a-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-txt {
    padding: 3em;
}

@media (max-width:1200px) {
    .p-txt {
        padding: 1em;
    }
}

@media (max-width:990px) {
    .section-landing h3 {
        font-size: 2.3em;
        margin-bottom: .5em;
        line-height: .8em !important;
    }

    .section-landing p {
        line-height: 1.5em;
    }

    .p-txt {
        padding: 3em;
    }
}

.tab-pane .row .col-12 {
    border-radius: 5px;
}

@media (max-width:990px) {
    .row {
        margin: 0;
    }
}

.form-quote .form-group {
    padding: 0 1.3em .2em 1.3em;
}

.form-quote label {
    color: #545454;
    font-size: 1em;
    line-height: 1.1em;
    height: 70px;
    display: flex;
    align-items: center;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: white !important;
}


table thead tr th:nth-child(1) {
    width: 40%;
}

table thead tr th {
    text-align: center;
    border-top: none !important;
    border-bottom-color: #ff6500 !important;
}

    table thead tr th:nth-child(2) {
        background-color: #ff6500;
        color: white;
        border-top-left-radius: 8px;
    }

    table thead tr th:nth-child(3) {
        background-color: #d75500;
        color: white;
        border-top-right-radius: 8px;
    }

table tbody tr td:nth-child(2), table tbody tr td:nth-child(3) {
    text-align: center;
    vertical-align: middle;
}

table tbody tr td:nth-child(1) {
    text-align: left;
}

table tbody tr td i {
    font-size: 1.5em;
    color: #ff6500;
}

table tbody tr td {
    line-height: 1.2em;
}

table.table-basic thead tr th:nth-child(1) {
    width: 10% !important;
    border-top-left-radius: 8px;
}

table.table-basic thead tr th:nth-child(2) {
    width: 45% !important;
    border-top-left-radius: 0;
}

table.table-basic thead tr th:nth-child(3) {
    width: 45%;
    border-top-right-radius: 8px;
}

table.table-basic thead tr th {
    background-color: #ff6600;
    color: white;
}

table.table-basic tbody tr td:nth-child(1) {
    text-align: center;
}

table.table-basic tbody tr td:nth-child(2) {
    text-align: left;
}


table.table-compare-3 thead tr th {
    line-height: 1em;
    display: table-cell;
    vertical-align: middle;
}


    table.table-compare-3 thead tr th:nth-child(1) {
        width: 46%;
    }

    table.table-compare-3 thead tr th:nth-child(2) {
        width: 18%;
        border-top-left-radius: 8px;
        border-top-right-radius: 0;
    }

    table.table-compare-3 thead tr th:nth-child(3) {
        width: 18%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    table.table-compare-3 thead tr th:nth-child(4) {
        width: 18%;
        background-color: #ff6500;
        color: white;
        border-top-right-radius: 8px;
    }

table.table-compare-3 tbody tr td:nth-child(4) {
    text-align: center;
}






.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #fff7f0;
}


@media (min-width:780px) {
    .btn-show {
        display: none;
    }
}

@media (max-width:780px) {
    .btn-replace {
        display: none;
    }

    table.table-compare-3 tbody tr td {
        font-size: .9em;
    }
}


.attribute {
    display: flex;
    flex-wrap: wrap;
}

    .attribute > div {
        flex-flow: column;
        flex: 1 1 33%;
        padding: 2em 2.2em 1em;
    }

    .attribute div > div {
        display: inline-flex;
        align-items: start;
        margin-bottom: 1em;
    }

        .attribute div > div h3 {
            margin: 0;
            line-height: 1em;
        }

        .attribute div > div i {
            font-size: 2em;
            margin-right: .5em;
            color: #ff6500;
        }

@media (max-width:780px) {
    .attribute > div {
        flex: 1 1 100%;
    }
}


.info-added {
    display: flex;
    flex-direction: row;
}

    .info-added > div {
        flex: 1 1 25%;
        padding: 2em 2em 0;
        text-align: center;
    }

        .info-added > div i {
            font-size: 2em;
        }

        .info-added > div span {
            padding-top: 1em;
        }


@media (max-width:780px) {

    .info-added {
        flex-direction: column;
    }

        .info-added > div {
            text-align: left;
            border-bottom: 1px solid #F5F5F0;
            padding: 1em 2em;
        }

            .info-added > div a {
                display: flex;
            }

            .info-added > div span {
                padding-top: 0;
            }

            .info-added > div i {
                font-size: 1.5em;
                margin-right: .5em;
            }
}



/*.container p { padding-left: 2em;}*/
.list-steps {
    list-style-type: none;
    counter-reset: li;
}

    .list-steps li::before {
        content: counter(li);
        color: white;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        float: left;
        font-weight: 700;
        font-size: 1em;
        border-radius: 3em;
        width: 28px;
        height: 28px;
        text-align: center;
        padding: .11em;
    }

    .list-steps li {
        counter-increment: li;
    }

        .list-steps li p {
            padding-left: 2em;
        }

        .list-steps li:nth-child(1)::before {
            background-color: #F16722;
        }

        .list-steps li:nth-child(2)::before {
            background-color: #AA4720;
        }

        .list-steps li:nth-child(3)::before {
            background-color: #A27751;
        }

        .list-steps li:nth-child(4)::before {
            background-color: #FFA24D;
        }


#function ul, #content ul {
    margin-left: 2.3em;
}

    #function ul li > ul, #content ul li > ul {
        margin-left: .3em;
    }

#cover p {
    padding-left: 0;
}



@media (min-width:1000px) {
    #modalExamples .modal-dialog {
        transition: all .2s;
        max-width: 900px;
    }
}

#modalExamples .modal-body .row p {
    padding: 0;
}

    #modalExamples .modal-body .row p strong {
        display: block;
    }

#modalExamples .modal-body .row h3 {
    color: #ff6600;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
}

#modalExamples .modal-body .row .col-12 p:nth-child(1),
#modalExamples .modal-body .row .col-12 p:nth-child(3) {
    text-align: center;
}

    #modalExamples .modal-body .row .col-12 p:nth-child(1) i {
        color: #ff6600;
        font-size: 2.3em;
    }


.videos-grid {
    display: flex;
    flex-flow: wrap;
}

.gridframe {
    width: 33%;
    padding: 1.1em;
}

    .gridframe div:nth-child(1) img {
        width: 20%;
        border: 1px solid white;
    }

    .gridframe div:nth-child(2) {
        margin-top: 1.5em;
    }

@media (max-width:780px) {
    .gridframe {
        width: 100%;
        padding: 1em 2em;
    }
}




.nav.tabs-sm .nav-item .nav-link {
    padding: .3rem .15rem;
    box-shadow: 0 6px 0 0 #ccc;
}

.nav.tabs-sm .nav-item .nav-link {
    height: 130px;
}

    .nav.tabs-sm .nav-item .nav-link span {
        border-radius: 50%;
        display: inline-block;
        background-color: #ff6600;
        color: white;
        width: 25px;
        height: 25px;
        font-size: .9em;
        line-height: 1.4em;
    }

.tab-content.tabs-content-sm .row {
    padding: 0;
    margin: 0;
}

.nav.tabs-sm .nav-item .nav-link.active {
    padding: .3rem .15rem;
    box-shadow: 0 6px 0 0 #ff6600;
}

.nav.tabs-sm .nav-item .nav-link:hover {
    padding: .3rem .15rem;
    box-shadow: 0 6px 0 0 #858585;
}


@media (max-width:990px) {
    .nav.tabs-sm .nav-item .nav-link {
        height: 110px;
    }

        .nav.tabs-sm .nav-item .nav-link span {
            margin-top: .95em;
        }

        .nav.tabs-sm .nav-item .nav-link.active {
            padding: .6rem .15rem 0;
        }

    .nav.tabs-sm .nav-item .nav-link {
        padding: .6rem .15rem 0;
    }

        .nav.tabs-sm .nav-item .nav-link:hover {
            padding: .6rem .15rem 0;
        }
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    padding: 1em;
}


#CarouselUser h1 {
    font-weight: 700;
    margin-left: 3.8rem;
    margin-top: 1em;
    font-size: 1.8rem;
    line-height: 1.8rem;
}

#CarouselUser p {
    margin-left: 3.5em;
    padding: 1.3em 0;
}

#CarouselUser .carousel-item .row [class*="col-"] {
    padding: 0;
    height: 380px;
}



#CarouselUser .carousel-indicators li {
    background-color: #ff6600;
}

#CarouselUser .carousel-indicators {
    bottom: 3em;
}


#client-front .container-fluid {
    background-image: url("../img/bg-slider.png");
    background-position: 180px top;
    background-repeat: no-repeat;
    height: 330px;
}

.container-form {
    width: 240px;
}

    .container-form.login-user {
        width: 100%;
        height: 270px;
        margin-top: 1.3em;
        padding: 1.5em;
        box-shadow: -1px 18px 20px -10px rgba(226, 174, 137, 0.5);
    }

        .container-form.login-user h3 {
            font-size: 1.3em;
            color: #ff6600;
        }

        .container-form.login-user .group {
            margin: .9em 0;
        }

        .container-form.login-user p a {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .container-form.login-user p a span {
                font-size: 1.1em;
                font-weight: 700;
            }

            .container-form.login-user p a i {
                margin-right: .3em;
                font-size: 1.5em;
            }

        .container-form.login-user button {
            font-size: .9em;
            font-weight: normal;
            line-height: .9em;
            padding: .5em;
        }

        .container-form.login-user.login-col button {
            padding: .8em;
        }

        .container-form.login-user.login-col {
            margin: 0;
            padding: 1.2em;
        }

@media (max-width:990px) {
    #client-front .container-fluid {
        height: 630px;
    }

    #CarouselUser h1 {
        line-height: 1.8rem;
        margin-left: 3.8rem;
        margin-top: 1em;
        font-size: 1.8rem;
    }

    #CarouselUser .carousel-indicators {
        bottom: 0;
    }

    .container-form.login-user {
        margin-top: 0;
    }

    #CarouselUser .carousel-item .row .col-12:nth-child(2) {
        height: 300px;
    }

    /*#CarouselUser .carousel-item .row .col-12:nth-child(2) {
        height: 200px;
    }*/

    .container-form.login-user .group:nth-child(3) {
        width: 100%;
    }

    #CarouselUser .carousel-item .row .col-12 img {
        width: 80%;
        height: auto;
    }

    #client-front .container-fluid {
        background-position: 100px top;
        transition: all .5s;
    }

    .container-form.login-user button {
        padding: .8em;
    }

    .container-form.login-user {
        margin: 0 1.3em;
    }
}

@media (max-width:780px) {
    #client-front .container-fluid {
        background-position: -380px top;
        transition: all .8s;
    }

    #client-front .container-fluid {
        height: 830px;
    }
}

.client-pills {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 1em;
}

    .client-pills a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 1em 0;
        width: 33%;
        margin: 0 2.2em;
    }

        .client-pills a i {
            font-size: 1.8em;
            margin-right: .5em;
        }

        .client-pills a span {
            font-size: 1.18em;
            font-weight: normal;
        }

@media (max-width:990px) {
    .client-pills a {
        padding: .7em 2em;
        margin: 0 1.2em;
    }

    #menu {
        background-color: white;
    }
}

@media (max-width:680px) {

    .client-pills a {
        flex-flow: column;
        width: 30%;
        padding: .7em 0;
        margin: 0 .7em;
    }

        .client-pills a i {
            margin-right: 0;
        }
}

@media (max-width:550px) {
    #CarouselUser .carousel-item .row .col-12:nth-child(2) {
        height: 230px;
        transition: all .3s;
    }

    /*#CarouselUser .carousel-item .row .col-12:nth-child(2) {
        height: 260px;
    }*/
}






/* Tooltip */
.tooltip-inner {
    background-color: #fce7d2;
    opacity: 7 !important;
    color: #545454;
    font-size: 1em;
    line-height: 1.2em;
    max-width: 250px;
    text-align: left;
    padding: 1.3em;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fce7d2 !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #fce7d2 !important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #fce7d2 !important;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #fce7d2 !important;
}

p.alert-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
    margin: 2em 1em;
    background-color: white;
    border-radius: 10px;
    color: #ff6600;
}

    p.alert-box span {
        font-size: 1.1em;
    }

    p.alert-box i {
        font-size: 2.2em;
        margin-right: .7em;
    }


.list-columns {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    padding: 0 1rem;
    margin-top: 1em;
}

    .list-columns li {
        width: 33%;
        padding: .5em 0 .1em 0;
    }

        .list-columns li strong {
            display: block;
        }

@media (max-width:780px) {
    .list-columns li {
        width: 50%;
        padding: .5em;
        line-height: 1.2em;
    }

        .list-columns li strong {
            display: block;
        }
}


.list-cover {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
}

    .list-cover li {
        line-height: 1.1em;
        margin-bottom: 1.3em;
    }

    .list-cover strong {
        color: #666666;
        display: block;
    }


.form-row > .col, .form-row > [class*=col-] {
    padding-right: 1em;
    padding-left: 1em;
}

#clients .container .row .container {
    background-color: white;
    border-radius: 8px;
}

.form-lyt-col .login-user {
    width: 100%;
}

.form-lyt-col .container-form.login-user {
    box-shadow: none;
    background-color: #fafaf7;
    border-radius: 8px;
}


input {
    background-color: transparent;
}


.steps-nav .nav-pills .nav-link.active, .steps-nav .nav-pills .nav-link, .nav-pills .show > .nav-link {
    background-color: transparent;
    color: #ff6600;
    display: flex;
    line-height: 1.1em;
    align-items: center;
}



    .steps-nav .nav-pills .nav-link.active strong {
        background-color: #ff6600;
    }

    .steps-nav .nav-pills .nav-link:hover {
        color: #95462E;
    }

    .steps-nav .nav-pills .nav-link strong {
        color: white;
        display: inline-block;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        line-height: .20em;
        margin-right: .5em;
        justify-content: center;
        padding: .8em;
        text-indent: -.14em;
        border: 4px solid white;
        box-sizing: border-box;
        align-items: center;
    }

.steps-nav .nav-link {
    padding: .5rem 0;
}

.steps-nav .nav-pills .nav-link strong {
    background-color: #a7a7a7;
}

.steps-nav .nav-pills .nav-link:hover strong {
    background-color: #95462E;
}

.steps-nav ul:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 440px;
    background: #ebebeb;
    left: 20px;
    top: 20px;
    @include transform(translateY(-50%));
    z-index: 9;
}

.steps-nav li {
    padding-bottom: 30px;
    position: relative;
    z-index: 99;
}

.steps-nav h2 {
    padding-left: 0 !important;
}

.steps-nav i {
    color: #a7a7a7;
}

.steps-nav .tab-pane {
    background-color: #fafaf7;
    border-radius: 8px;
    padding: 1.5em;
}

    .steps-nav .tab-pane div:nth-child(2) {
        display: flex;
    }



@media (max-width:768px) {

    .steps-nav ul {
        justify-content: space-between;
    }

        .steps-nav ul:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 2px;
            background: #ebebeb;
            left: 20px;
            top: 27px;
            @include transform(translateX(-50%));
            z-index: 9;
        }

    .steps-nav li {
        padding-bottom: 0;
        position: relative;
        z-index: 99;
    }

        .steps-nav li a span {
            display: none;
        }

    .steps-nav .tab-pane {
        padding: 1.1em;
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        padding: 0;
        margin-top: 1em;
    }
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

    .navbar-brand img {
        width: 210px;
    }

.navbar {
    padding: 0 1rem;
}



#content .container .row div:nth-child(2) {
    padding-right: 0;
}

@media (max-width:990px) {
    #content .container .row div:nth-child(1) {
        order: 2;
    }

    #content .container .row div:nth-child(2) {
        order: 1;
    }
}

.fix-banner {
    width: 85%;
}

.promo-content {
    padding-top: 2em;
}

    .promo-content h1 {
        color: #1D4D6C;
        font-size: 2.1em;
        text-align: center;
    }

    .promo-content a {
        display: block;
        text-align: center;
    }

    .promo-content p {
        font-size: .9em;
        margin-bottom: 0;
        line-height: .9em;
        margin-top: 1.2em;
        padding: 0 2em !important;
    }

@media (max-width:1200px) {
    .promo-content p {
        padding: 0 1em !important;
    }

    .content-text {
        padding: 1.3em;
    }
}


#cover h1 {
    font-weight: bold;
    color: #545454;
    letter-spacing: -1px;
    margin-top: 2.2em !important;
    font-size: 2em !important;
}

#cover h2 {
    font-weight: bold;
    color: #545454;
    letter-spacing: -1px;
    font-size: 2.5em;
    margin-bottom: .7em;
    margin-top: 3.3em;
    line-height: 1em;
}

#cover p {
    font-size: 1.3em;
    margin-top: 1.5em;
    line-height: 1.1em;
    margin-bottom: 1.4em;
}

@media (max-width:990px) {
    #cover h2 {
        margin-bottom: .7em;
        margin-top: 1.5em;
    }
}

.note {
    font-weight: bold;
    color: #ff6600;
}

.note {
    font-weight: bold;
    color: #ff6600;
    display: flex;
    margin-bottom: .7rem;
}

    .note span {
        font-weight: bold;
        color: #545454;
    }

    .note i {
        font-size: 1.4em;
        margin-right: .7em;
    }


#menu .container {
    padding: .4em 0;
}


#content #cover-section-sm .row div:nth-child(2) img {
    height: 297px;
    width: auto;
}

@media (max-width:990px) {
    #content #cover-section-sm .row div:nth-child(2) img {
        height: auto;
        width: auto;
    }

    #content h1 {
        font-size: 2em;
    }
}

#thankyou .appointment {
    display: flex;
    align-items: center;
    padding: 2em;
    margin: 2em;
    border-radius: 10px;
    background-color: #f5f5f0;
}

@media (max-width:990px) {
    #thankyou .appointment {
        padding: 1em;
        margin: 2em 0em;
    }
}

#thankyou .appointment i {
    color: #ff6600;
    font-size: 2.5em;
    margin-right: .8em;
}

#thankyou .appointment p strong:nth-child(2) {
    color: #ff6600;
}

.container-buttons {
    display: flex;
}

    .container-buttons a:nth-child(1) {
        margin:auto;
    }

    .container-buttons .btn {
        padding: .375rem 1em !important;
    }



#cover .container-fluid .container {
    background-color: #f5f5f0;
    background-image: url("../img/bg-cover-calendar.png");
    background-position: 305px 0;
    background-repeat: no-repeat;
}

.info {
    color: #666;
    font-size: .9em !important;
}

#cover h2 {
    margin-top: 2.8em;
}


@media (max-width:1200px) {
    #cover h2 {
        margin-top: 1.3em;
    }

    .container-buttons {
        display: flex;
        flex-flow: column;
    }

        .container-buttons a {
            width: 100%;
            margin-bottom: .6em;
        }

    .info {
        margin-top: .8em !important;
    }
}

@media (max-width:990px) {
    #cover .container-fluid .container {
        background-image: none;
    }
}

.social-nav {
    display: flex;
    flex-direction: column;
    margin-left: 2em;
}

    .social-nav p {
        font-size: .85em;
        margin-bottom: .3em;
    }
    .social-nav div{
    display:flex;
}
    .social-nav div a i {
        font-size: 1.2em;
        margin-right: .5em;
    }
    .social-nav div a:first-child i{
    font-size:1.01em;
    }

#footer .social-nav {
    margin-left: 3em;
    margin-top: 1em;
}

    #footer .social-nav a i {
        color: #ff6500 !important;
        margin-right: 1em;
    }

        #footer .social-nav a i:hover {
            color: #95462e !important;
        }

.bg-light {
    background-color: #f5f5f0 !important;
}

.valign {
    align-items: center;
    justify-content: center;
    display: flex;
}

#cover .container h2 {
    font-size: 2.2em;
}

#cover .container.planes h2, #cover .container.grupos h2, #cover .container.gestione h2, #cover .container.centralice h2 {
    margin-top: 2.2em;
}

.container-functionality .container ul.block-2 {
    margin-top: 3.6em;
}

.container-functionality .container ul.block-3 {
    margin-top: 3.5em;
}

.container-functionality .card {
    border: none;
    background-color: transparent;
}

@media (max-width:990px) {
    #cover .container.planes h2, #cover .container.grupos h2, #cover .container.gestione h2, #cover .container.centralice h2, #cover h2 {
        margin-top: 1em;
    }

    .valign img {
        margin-bottom: 3em;
    }

    #functionality .card-body {
        padding: 0;
    }

    .container-functionality .container ul.block-2 {
        margin-top: 0em;
    }
}

.position-social {
    position: absolute !important;
    left: 8%;
    top: 22px;
}

body .container-functionality .container {
    padding: 3.5em 2em;
}

body .container-functionality .valign img {
    padding: 1.3em;
}

.tab-pane ul.check-list > li, .container-functionality ul.check-list > li {
    padding: 0 0 1em;
    margin: 0;
    list-style: none;
    line-height: 1.2em;
}

    .tab-pane .check-list > li:before, .container-functionality ul.check-list > li:before {
        content: '\E94C';
        font-family: lineicons;
        float: left;
        margin-left: -1.5em;
        color: #ff6500;
        font-size: 1.4em;
    }

.tab-pane .check-list > li, .container-functionality ul.check-list > li {
    margin: 1em;
    margin-left: 3em;
}

.container-functionality ul.check-list > li {
    margin: 1em;
    margin-left: 0;
}

body .container-functionality {
    background-image: url(../img/bg-home.png);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

section#functionality h1 {
    font-weight: 700;
    font-size: 2.5em;
    color: #ff6500;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

#functionality {
    box-sizing: border-box;
    display: block;
}

.container-section {
    background-image: url(../img/bg-home.png) !important;
    background-attachment: fixed !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.border-t {
    border-top: 1px solid lightgray;
}

@media (max-width: 990px) {
    /*body #cover .container-fluid .carousel-item:nth-child(2) .container {
        background-position: 1980px top;
    }*/

    #cover h1 {
        margin: 1em 0 .5em;
    }

    .container-form {
        width: 100%;
        margin-top: 2em;
        height: auto;
    }

    .group {
        width: 50%;
        float: left;
        padding-right: 1em;
    }

    #cover .row {
        height: auto;
        padding-bottom: 3em;
    }

    .border-line {
        border: none;
    }

    #funcionalidades a {
        display: block;
    }
}
@media (max-width: 990px) {
    body #cover .container-fluid .carousel-item:nth-child(1) .container {
        background-position: 1980px top;
    }

    #cover h1 {
        margin: 1em 0 .5em;
    }

    .container-form {
        width: 100%;
        margin-top: 2em;
        height: auto;
    }

    .group {
        width: 50%;
        float: left;
        padding-right: 1em;
    }

    #cover .row {
        height: auto;
        padding-bottom: 3em;
    }

    .border-line {
        border: none;
    }

    #funcionalidades a {
        display: block;
    }
}
.icon-payment {
    width: 50px;
    padding: 5px;
}

.title-customer {
    align-items: flex-start;
    color: #ff6500;
    display: flex;
    font-size: 2rem;
    letter-spacing: -.02em;
    margin-bottom: .2em;
    margin-top: 0;
    padding-left: .5em !important;
}

.basic-list { list-style-type: none;}



.basic-list li::before {
  content: "\26AC";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff6500; /* Change the color */
  font-size: 1.3em;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.basic-list li {
    margin-bottom:.6em;
}

@media (max-width:990px) {
    .basic-list li {
    margin-bottom:.3em;
}

}

.input-checkbox-margin{
    margin-left: -55% !important
}
body {
    padding-top: 0px;
}
/* Landing Styles */
.landing-cover-container {  background: linear-gradient(90deg, rgba(228,228,228,1) 0%, rgba(228,228,228,1) 40%, rgba(255,221,199,1) 100%);
}
.landing-cover { margin-top: 80px!important; height:400px; background-color: transparent!important; background-image: url("../img/landing-softwares-contables/bg-cover-landing.png")!important; background-size: auto!important; background-position:center 80px!important; }

.landing-cover:first-child .container .row { display:flex;}
.landing-cover:first-child .container .row > div:first-child {  height:400px;  display:flex; align-items: center; }
.cover-box { background-color: #ff6600e6; color:white; padding: 2rem; border-radius:7px; margin:1.5rem; width:85%;  }
.cover-box h1 { font-weight: 900; line-height: 2.5rem; margin-bottom: 2rem; }


.contapyme { padding:4em 1.5em;  height:700px; background-image: url("../img/landing-softwares-contables/bg-cover-contapyme.png")!important; background-size: auto!important; background-repeat: no-repeat;  background-position:center top; }
.contapyme ul { list-style-type: none; padding:0; }
.contapyme ul li { margin-bottom: 1.5em;}
.cta-container { display:flex; justify-content: end; padding:1.5em;}

@media (max-width:768px) {
    .contapyme {  height:auto; background-image:none!important;  }
}


.agil { color:white; padding:4em 1.5em;  height:auto; background-color:#21409A!important; background-image: url("../img/landing-softwares-contables/bg-cover-agil.png")!important; background-attachment: unset!important; background-size: auto!important; background-position:center top!important; }
.agil ul { list-style-type: none; padding:0; margin-top: 2rem; }
.agil ul li { margin-bottom: 1.5em; display:flex;}
.agil ul li i { font-size: 2rem; padding-right: 1.5rem;}

.landing-foot-container {background: linear-gradient(90deg, rgba(33,64,154,1) 42%, rgba(255,101,0,1) 54%);}
.landing-foot { padding:3em 1.5em; background-color:transparent!important; background-image: url("../img/landing-softwares-contables/bg-content-foot.png")!important; background-attachment: unset!important; background-size: auto!important; background-position:center top!important; }
.landing-foot h2 { color: white; font-weight: 900; text-align: center; line-height: 1.8rem; }
.landing-foot .row { display:flex; justify-content: center;   }

.landing section#footer { margin-top: 0!important;}
.aling-center{
    display: flex; 
    flex-direction:column; 
    justify-content: center;
}