section > .section-landing {
    /* background-image: url(../imgs/bg_landing.png); */
    display: table;
    width: 100%;
    height: 90vh;
    padding: 100px 0;
    color: white;
    background: url(../imgs/bg_landing.png) no-repeat bottom center scroll;
    background-position: 30% 45%;
    background-size: cover;
}

.landing {
    display: flex;
    flex-direction: column;
}

section .inside {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 150px;
}

section .inside .logo-centralize {
    width: 400px;
}

section .button-landing {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--primary-color);
    height: 50px;
    width: 225px;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
}

section > .button-landing img {
    margin-left: 15px;
}

.button-landing:hover {
    transition: 500ms;
    filter: brightness(0) invert(1);
}

.contact-button {
    width: 255px !important;
    margin-bottom: 109px;
}


.about-platform {
    background: var(--bg-color);
    padding-top: 222px;
    display: flex;
    justify-content: center;
}

.divider-about {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.divider-inside {
    width: 1307px;
    background: #3A3A3A;
    height: 2px;
    margin-top: 147px;
    margin-bottom: 147px;
}


.button-custom img {
    filter: brightness(0) invert(1);
    margin-left: 15px;
}

.img-about-platform {
    margin-right: 145px;
}

.inside-about-platform {
    width: 1340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-about-platform {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 48px;
    color: white;
    text-transform: uppercase;
    padding-top: 28px;
    padding-bottom: 28px;
}

.bar-about-platform {
    background: var(--primary-color);
    height: 3px;
    width: 192px;
    border-radius: 5px;
}

.desc-about-platform {
    font-weight: 500;
    font-size: 18px;
    color: var(--font-color);

}

.button-custom {
    margin-top: 57px;
    background: var(--primary-color);
    color: white;
    font-family: "Oswald", sans-serif;
    width: 225px;
    height: 50px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    cursor: pointer;
}

.button-custom:hover {
    transition: 300ms;
    background: transparent !important;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.button-custom:hover img {
    transition: 300ms;
    filter: none;
}


.section-features-l {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.info-features-l {
    font-family: "Oswald", sans-serif;
    color: var(--font-color);
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.bar-features-l {
    width: 192px;
    height: 3px;
    border-radius: 3px;
    background: var(--primary-color);
    margin-top: 6px;
}


.title-features-l {
    padding-top: 10px;
    font-size: 48px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: white;
    text-transform: uppercase;
}

.sub-features-l {
    padding-top: 16px;
    font-size: 18px;
    font-weight: 500;
    color: var(--font-color);
}

.div-cards-features-l {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 108px;
}

.inside-cards-features-l {
    display: grid;
    width: 1340px;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    grid-gap: 30px;
}

.module-border-wrap {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #F46C64, #101314) 1;

}

.card-feature-l {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #101314;
    color: white;
    height: 400px;
    flex-direction: column;
}

.bar-feature-l {
    width: 47px;
    height: 3px;
    border-radius: 3px;
    background: var(--primary-color);
    margin-top: 19px;
}

.title-card-feature-l {
    padding-top: 15px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: white;
    text-transform: uppercase;
}

.sub-card-feature-l {
    padding-top: 24px;
    font-size: 18px;
    font-weight: 500;
    color: var(--font-color);
    text-align: center;
    padding: 24px 32px 0px 32px;
}

.section-stand-l {
    /* display: table; */
    width: 100%;
    height: 90vh;
    color: white;
    background: url(../imgs/bg-stang-l.png) no-repeat bottom center scroll;
    background-position: 30% 45%;
    background-size: cover;
    margin-top: 170px;
}

.info-stand-l {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bar-stand-l {
    background: var(--primary-color);
    width: 192px;
    height: 3px;
    border-radius: 3px;
    margin-top: 141px;
}

.title-stand-l {
    padding-top: 18px;
    color: white;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 48px;
}

.div-cards-stand-l {
    display: flex;
    justify-content: center;
    /* width: 100%; */
    padding-top: 60px;
}

.inside-cards-stand-l {
    display: grid;
    width: 1320px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to top, #F46C64, transparent) 1;
}


.div-ico-stand-l {
    border: 7px solid #f46b647a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.bard-icon-stand-l {
    margin-top: 50px;
    width: 47px;
    background: var(--primary-color);
    height: 3px;
    border-radius: 3px;
}

.title-card-stand-l {
    padding-top: 18px;
    color: white;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
}

.card-stand-l {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    flex-direction: column;
    color: white;
    height: 233px;
    margin-bottom: 42px;
    border-right-style: solid;
    border-right-width: 2px;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#F46C64), to(transparent))0 100% 0 0 stretch;
}

.card-stand-l:last-child {
    border: none !important;
}

.customers-l {
    background: var(--bg-color);
    padding-top: 222px;
    padding-bottom: 222px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.inside-customers-l {
    width: 1340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-arrow-customers-l {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.inside-arrow {
    width: 53px;
    height: 53px;
    border-width: 1px;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-image: linear-gradient(to right, #F46C64, transparent) 1;
    margin-right: 30px;
}

.div-arrow-customers-l-right {
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.inside-arrow-right {
    width: 53px;
    height: 53px;
    border-width: 1px;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-image: linear-gradient(to left, #F46C64, transparent) 1;
    margin-right: 30px;
}

.img-customers-l {
    margin-right: 134px;
}

.title-customers-l {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 48px;
    color: white;
    text-transform: uppercase;
    padding-top: 28px;
    padding-bottom: 28px;
}

.bar-customers-l {
    background: var(--primary-color);
    height: 3px;
    width: 192px;
    border-radius: 5px;
}

.desc-customers-l {
    font-weight: 500;
    font-size: 18px;
    color: var(--font-color);
}

.div-signature {
    display: flex;
    padding-top: 12px;
    /* align-items: center; */
}

.info-signature {
    display: flex;
    flex-direction: column;
    padding-right: 120px;
}

.name-signature {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 500;
}

.office-signature {
    padding-top: 0px;
    color: #636363;
    font-size: 20px;
    font-weight: 500;
}

.signature {
    padding-top: 20px;
}

.div-customers-l {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-step-customers-l {
    margin-top: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inside-step-customers-l {
    width: 700px;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.bar-step-customers-l {
    background: #90939C;
    height: 0.5px;
    width: 100%;
    position: absolute;
}

.item-step-customers-l {
    height: 8px;
    width: 8px;
    background: #90939C;
    transform: rotate(45deg)
}

.item-step-customers-l-select {
    background: var(--primary-color);
    height: 10px;
    width: 10px;
    border: 2px solid var(--bg-color);
    outline: 1px solid var(--primary-color);
}


.section-team-l {
    /* display: table; */
    width: 100%;
    height: 90vh;
    color: white;
    background: url(../imgs/bg-team-l.png) no-repeat bottom center scroll;
    background-position: 30% 45%;
    background-size: cover;
}

.inside-team-l {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bar-team-l {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inside-bar-team-l {
    margin-top: 100px;
    /* margin-bottom: 100px; */
    background: var(--primary-color);
    width: 192px;
    height: 3px;
    border-radius: 3px;
}

.title-team-l {
    padding-bottom: 80px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 48px;
    color: white;
    text-transform: uppercase;
}

.section-cards-team-l {
    display: flex;
    justify-content: center;
    width: 1320px;
}

.cards-inside-team-l {
    display: contents;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 15px;
}


.card-team-l {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: white;
    height: 423px;
    width: 308px;
    position: relative;
    background: url(../imgs/bg-card-team-01.png) no-repeat bottom center scroll;
}

.card-team-l-02 {
    background: url(../imgs/bg-card-team-02.png) no-repeat bottom center scroll;
}

.card-team-l-03 {
    background: url(../imgs/bg-card-team-03.png) no-repeat bottom center scroll;
}

.card-team-l-04 {
    background: url(../imgs/bg-card-team-04.png) no-repeat bottom center scroll;
}

.info-card-team-l {
    background: #292E32;
    height: 140px;
    width: 308px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #F46C64, transparent) 1;

}

.details-card-team-l {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.name-team-l {
    font-weight: 500;
    font-size: 18px;
    color: white;

}

.carg-team-l {
    font-weight: 500;
    font-size: 15px;
    color: var(--primary-color);
}

.list-social-team-l {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 8px;
}

.item-social-team-l {
    border: 1px solid #90939c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 7px;
    cursor: pointer;
    overflow: hidden;
}

.section-blog-l {
    width: 100%;
    background-color: #1a1d20;
    display: flex;
    justify-content: center;
    padding-bottom: 200px;
}

.inside-blog-l {
    width: 1340px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.bar-blog-l {
    background: var(--primary-color);
    border-radius: 3px;
    height: 3px;
    width: 192px;
    margin-top: 167px;
}

.title-blog-l {
    padding-top: 13px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 48px;
    color: white;
    text-transform: uppercase;
}

.sub-blog-l {
    padding-bottom: 16px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: var(--font-color);
    text-align: center;
}

.container-blog-l {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 91px;
}

.cards-blog-l {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    grid-gap: 15px;
}

/* Style the cards */
.card-blog-l {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: dodgerblue;
    flex-direction: column;
    color: white;
    height: 431px;
    width: 420px;
}

.div-img-card-blog-l {
    width: 100%;
    height: 240px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 19px;
}

.date-card-blog-l {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 59px;
    background: #292E32;
    color: white;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to top, #F46C64, transparent) 1;
    font-size: 16px;
}

.actions-blog {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.action-edit {
    color: var(--font-color);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
    /* width: 100%; */

}

.action-edit img {
    margin-right: 5px;
    margin-bottom: 2px;
}

.comments img {
    margin-right: 5px;
    margin-bottom: 2px;
}

.ico-view-more {
    cursor: pointer;
    padding-right: 10px;
}

.comments {
    color: var(--font-color);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    /* align-items: center; */
    cursor: pointer;
    /* width: 100%; */
}

.div-info-card-blog-l {
    width: 100%;
    height: 300px;
    background: #292E32;
}

.title-card-blog {
    padding-top: 30px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
}

.desc-card-blog-l {
    padding-top: 24px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: var(--font-color);
    display: flex;
    align-items: flex-end;
}

/* 1094 */

.section-contact-l {
    display: table;
    width: 100%;
    height: 90vh;
    color: white;
    background: url(../imgs/bg-contact-l.png) no-repeat bottom center scroll;
    background-position: 30% 45%;
    background-size: cover;
    background-color: black;
}

.div-button-contact {
    padding-top: 50px;
}

.inside-contact-l {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.inputs-contact-l {
    width: 1094px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.custom-input {
    width: 100% !important;
}

.textarea-custom {
    background: #292e32;
    border-left: 1px solid var(--primary-color);
}


.custom-textarea {
    border: 1px solid var(--primary-color);
}


.custom-textarea .input-group-text {
    border: none;
}









/*###################      MOBILE    ###################*/


@media (max-width: 1135px) {

    .inputs-contact-l {
        width: 100%;

    }
}


@media (max-width: 1325px) {
    .card-team-l {
        width: 100% !important;
    }
}

@media (max-width: 990px) {
    .section-stand-l {
        height: 100% !important;
    }

    .title-about-platform{
        text-align: center;
    }

    
    .sub-title-about-platform{
        text-align: center;
    }

    .desc-about-platform{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .cards-blog-l {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)) !important;
    }

    .card-blog-l {
        width: 100%;
        margin: 20px 0px;
    }

    .inside-blog-l {
        padding: 0px 20px;
    }

    .section-blog-l {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-team-l {
        height: 100% !important;
    }

    .inside-team-l {
        padding: 0px 20px;
    }

    .section-cards-team-l {
        width: 100% !important;
    }

    .title-customers-l {
        text-align: center;
    }

    .sub-title-customers-l {
        text-align: center;
    }

    .div-arrow-customers-l,
    .div-arrow-customers-l-right {
        display: none;
    }


    .title-stand-l {
        text-align: center;
    }

    .module-border-wrap {
        margin: 0px 30px;
    }

    .title-features-l,
    .sub-features-l {
        text-align: center;
    }

    .inside-cards-stand-l {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)) !important;
    }

    .inside-cards-features-l {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }

    .card-feature-l {
        padding: 50px 0px;
        height: 100% !important;
    }

    .card-stand-l {
        padding: 50px 0px;
        height: 100% !important;
        margin: 0px 30px;
        border: none !important;
    }

    .inside-about-platform {
        flex-direction: column !important;
        align-items: center !important;
        margin: 0 !important;
    }

    .inside-customers-l {
        flex-direction: column !important;
        align-items: center !important;
        margin: 0 !important;
    }

    .desc-customers-l {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px 20px;
    }

    .bar-features-l {
        /* width: 100%; */
        margin: 5px 20px;
    }

    .info-signature {
        padding: 0 !important;
    }

    .bar-about-platform {
        margin: 30px 0px !important;
    }

    .bar-customers-l {
        margin: 30px 0px !important;
    }

    .divider-inside {
        width: 100%;
        margin: 100px 20px;
    }

    .div-signature {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img-about-platform {
        width: 80% !important;
        margin: 0 !important;
    }

    .img-customers-l {
        width: 80% !important;
        margin: 0 !important;
    }

    .logo-centralize {
        width: 80% !important;
    }

}