@charset "UTF-8";
.container-fluid {
    --bs-gutter-x: 0;
}

h1{
    margin-bottom: 1.5rem !important;
}

.row {
    --bs-gutter-x: 0 !important;
}

button {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal .modal-dialog {
    max-width: 700px;
}
.modal .modal-dialog .close {
    box-shadow: none;
    border: none;
    background-color: transparent;
    font-weight: bold;
    font-size: larger;
    color: black;
    width: auto !important;
}
.modal .modal-dialog .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.full-width-bg {
    background: url(/imgs/Versao_Desktop/sec1-bg.jpg) no-repeat;
    background-position: top;
}
.full-width-bg .left-board {

    z-index: 99;
}
.full-width-bg .left-board .title {
    margin-top: 50px;
}
.full-width-bg .left-board .title p {
    color: #fff;
    font-family: "League Spartan";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.connection .text-content div {
    display: flex;
    justify-content: start;
}

.full-width-bg .left-board .title p span {
    color: var(--Magenta, #e60087);
    font-weight: 700;
}
.full-width-bg .left-board .checks {
   
}
.full-width-bg .left-board .checks i {
    color: #e60087;
    font-size: 17px;
    padding: 5px 15px 0px 0px;
    font-size: 24px;
}
.full-width-bg .left-board .checks h4 {
    color: #fff;
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}
.full-width-bg .left-board .checks h4 span {
    font-weight: 700;
}
.full-width-bg .success-message {
    color: #157347;
    padding: 30px;
    background-color: lightgray;
    border-radius: 25px;
    box-shadow: 0px 4px 35.5px 0px #2a8920;
}
.full-width-bg .error-message {
    color: red;
    padding: 30px;
    background-color: lightgray;
    border-radius: 25px;
    box-shadow: 0px 4px 35.5px 0px red;
}
.full-width-bg .right-board {
    display: flex;

    justify-content: end;
    margin-top: 50px;
}

.plat .img-fluid {
    max-width: 120%;
}
.full-width-bg .right-board form {
    max-width: 520px;
    border-radius: 30px;
    background: #eef2f2;
    box-shadow: 0px 4px 35.5px 0px #b8006c;
    padding: 40px 70px 40px 70px;
    align-items: center;
    display: grid;
}
.full-width-bg .right-board form ::-moz-placeholder {
    color: #bbbbbb;
    font-family: "League Spartan";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.9px;
}
.full-width-bg .right-board form ::placeholder {
    color: #bbbbbb;
    font-family: "League Spartan";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.9px;
}
.full-width-bg .right-board form .error {
    color: red;
}
.full-width-bg .right-board form div {
    margin-top: 15px;
}
.full-width-bg .right-board form p {
    color: #000;
    text-align: center;
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    /* 104% */
}
.full-width-bg .right-board form p span {
    color: var(--Magenta, #e60087);
}
.full-width-bg .right-board form h3 {
    color: #8a8c8c;
    font-family: "League Spartan";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
}
.full-width-bg .right-board form input,
.full-width-bg .right-board form select {
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 17px;
    background-color: white;
    background-image: url("/imgs/Icons/icon-form-empresas.svg");
    background-position: 12px 15px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 50px;
    width: 100%;
}
.full-width-bg .right-board form .in_nome {
    background-image: url("/imgs/Icons/icon-form-nome.svg");
}
.full-width-bg .right-board form .in_telefone {
    background-image: url("/imgs/Icons/icon-form-telefone.svg");
}
.full-width-bg .right-board form .in_email {
    background-image: url("/imgs/Icons/icon-form-email.svg");
}
.full-width-bg .right-board form .in_negocio {
    color: #bbbbbb;
    appearance: none; /* Remove o estilo padrão da caixa de seleção */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/imgs/Icons/icon-form-negocio.svg"), url("/imgs/Icons/Polygon.svg"); /* Adiciona ambas as imagens */
    background-position: 10px center, calc(100% - 20px) center; /* Posiciona as imagens */
    background-repeat: no-repeat, no-repeat; /* Evita que as imagens se repitam */
    padding-left: 50px; /* Ajusta o espaçamento para acomodar as duas imagens */
}
.full-width-bg .right-board form label {
    display: flex;
    align-items: center;
}
.full-width-bg .right-board form label input {
    margin: 0;
    width: 20px;
    height: 20px;
}
.full-width-bg .right-board form label label {
    position: absolute;
    padding-top: 40px;
}
.full-width-bg .right-board form label p {
    color: #8a8c8c;
    font-size: 15px;
    margin: auto;
    margin-left: 10px;
}
.full-width-bg .right-board form label p a {
    color: #8a8c8c;
}
.full-width-bg .right-board form button {
    border-radius: 100px;
    background: var(--Magenta, #e60087);
    color: #fff;
    text-align: center;
    font-family: "League Spartan";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    letter-spacing: 1.2px;
    padding: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
    border: none;
    margin-top: 20px;
    margin-bottom: 15px;
    box-shadow: none;
}

.commerce {
    align-items: center;
    display: flex;
    padding-top: 94px;
}
.commerce picture {
    width: 100%;
}
.commerce picture img {
    width: 100%;
}
.commerce .mobile-pic {
    display: none;
}
.commerce div {
    text-align: center;
    max-width: 40%;
}
.commerce div h1 {
    color: var(--Azul-3, #235684);
    font-family: "League Spartan";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.commerce div p {
    color: var(--Cinzento-1, #1b2328);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-weight: 350;
    font-style: normal;
    line-height: 32px;
    /* 133.333% */
}

.connection {
    background-color: #f6f6f6;
    padding-bottom: 70px;
}
.connection .text-content {
    margin-top: 60px;
    padding-right: 68px;
    padding-left: 10px;
}
.connection .custom-content h1 {
    color: var(--Azul-3, #235684);
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    /* 104% */
}
.connection .custom-content p {
    color: var(--Cinzento-1, #1b2328);
    font-family: "Noto Sans";
    font-size: 20px;
    font-weight: 350;
    font-style: normal;

    line-height: 32px;
    /* 133.333% */
    margin-top: 30px;
}
.connection .custom-content span {
    font-weight: 700;
}
.connection .custom-content button {
    border: none;
    padding: 15px 50px 15px 50px;
    border-radius: 100px;
    background: var(--Magenta, #e60087);
    color: #fff;
    text-align: center;
    font-family: "League Spartan";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    letter-spacing: 1.2px;
}

.plat {
    background: url(/imgs/Versao_Desktop/sec4-vector-tecnologia.png) no-repeat;
    background-position: bottom;
}
.plat h2 {
    color: var(--Azul-3, #235684);
    font-family: "League Spartan";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.plat .plat-text {
    margin-top: 50px;
    text-align: center;
}
.plat .plat-text h1 {
    color: var(--Azul-3, #235684);
    text-align: center;
    font-family: "League Spartan";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 104% */
    margin-bottom: 1.5rem;
}
.plat .plat-text p {
    padding: 0 200px 0px 200px;
    color: var(--Cinzento-1, #1b2328);
    font-family: "Noto Sans";
    font-size: 20px;
    font-weight: 350;
    font-style: normal;
    line-height: 32px;
    /* 133.333% */
}
.plat .plat-text p span {
    font-weight: 700;
}
.plat .plat-cards {
    justify-content: center;
    align-items: center;
    max-width: 620px;
}
.plat .plat-card {
    padding-top: 25px;
    padding-bottom: 13px;
    padding-left: 13px;
    padding-right: 13px;
    margin: 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 5px 5px 8.8px 4px rgba(0, 0, 0, 0.25);
}
.full-width-bg .left-board .custom-content .img-fluid {
    max-width: 120%;
    height: auto;
    position: relative;
    right: -15%;
}
.plat .plat-card img {
    margin-right: 13px;
    position: relative;
    top: -11px;
}
.plat .plat-card h2 {
    font-size: 24px;
}
.plat .plat-card p {
    color: var(--Cinzento-1, #1b2328);
    font-family: "League Spartan";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}
.plat .plat-btn {
    border-radius: 100px;
    background: var(--Magenta, #e60087);
    border: none;
    color: #fff;
    text-align: center;
    font-family: "League Spartan";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    letter-spacing: 1.2px;
    padding: 20px 50px 20px 50px;
    margin-top: 50px;
}
.plat .slick-carousel .plate-item img {
    position: relative;
    bottom: -60px;
}
.plat .slick-carousel .plate-item .plat-card {
    margin-left: 50px;
    margin-right: 50px;
}
.plat .slick-carousel .plate-item .plat-card .card-body {
    padding-top: 30px;
}
.plat .slick-carousel .plate-item .plat-card h1 {
    color: var(--Azul-3, #235684);
    text-align: center;
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 120% */
}
.plat .slick-carousel .plate-item .plat-card p {
    color: var(--Cinzento-1, #1b2328);
    text-align: center;
    font-family: "League Spartan";
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
}
.plat .slick-carousel .slick-dots {
    bottom: -50px;
}
.plat .slick-carousel .slick-dots li {
    margin: 0 5px; /* Espaçamento entre os dots */
}
.plat .slick-carousel .slick-dots li button {
    box-shadow: none;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%; /* Torna os dots redondos */
    background-color: rgba(212, 212, 212, 0.6509803922);
}
.plat .slick-carousel .slick-dots li button:before {
    content: "";
    border: none;
    border-radius: 50%; /* Torna os dots redondos */
}
.plat .slick-carousel .slick-dots li.slick-active button {
    background-color: #e60087;
}

.integration {
    background: url(/imgs/Versao_Desktop/sec5-bg.png) no-repeat;
    background-size: cover;
}
.integration h1 {
    color: var(--Azul-3, #235684);
    text-align: center;
    font-family: "League Spartan";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.integration p {
    color: var(--Cinzento-1, #1b2328);
    font-weight: 400;
    font-family: "Noto Sans";
    font-size: 20px;
    font-weight: 350;
    font-style: normal;
}
.integration button {
    border-radius: 100px;
    background: var(--Magenta, #e60087);
    font-weight: bold;
    color: #fff;
    line-height: 100%; /* 24px */
    letter-spacing: 1.2px;
    text-transform: capitalize;
}
.integration .integration-title {
    padding-top: 100px;
    padding-bottom: 60px;
}
@media (max-width: 1200px) {
    .full-width-bg .left-board .custom-content img {
        max-width: 100% !important;
        height: auto;
        position: static !important;
    }
    .plat .img-fluid {
        max-width: 100%;
    }
}
.integration .integration-card {
    border-radius: 10px;
    border: 1px solid var(--Cinzento-3, #d1d8dc);
    background: #f6f6f6;
}
.integration .integration-card img {
    max-width: 50px;
}
.integration .integration-card .card-body h3 {
    color: var(--Azul-3, #235684);
    text-align: center;
    font-family: "League Spartan";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 30px;
    padding-right: 30px;
}

.integration .integration-card .card-body .satisfacao {

    padding-left: 50px !important;
    padding-right: 50px !important;
}

.full-width-bg .right-board form :focus {
    outline: none;
}

.integration .integration-card .card-body p {
    color: var(--Cinzento-1, #1b2328);
    text-align: center;
    font-family: "League Spartan";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}


footer .politica {
    font-weight: 400;
}


.integration .mobile-text{
    margin-top: 100px !important;
    margin-bottom: 50px !important;

}

.integration .mobile-text p{
    font-size: 24px;;
}


footer {
    background: #212121;
}
footer img {
    max-width: 150px;
}

@media (max-width: 1300px) {
    .connection .text-content div {
        display: flex;
        justify-content: center;
    }
    .connection .text-content {
        margin: 25px;
        font-size: 31px;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }
    .connection .connection-place {
        flex-direction: column-reverse;
    }
    .connection .connection-place .col-md-7 {
        order: 2;
        width: 100%;
    }
    .connection .connection-place .col-md-7 .row {
        flex-direction: column;
    }
    .connection .connection-place .col-md-7 .row .col-md-9 {
        width: 100%;
    }
    .connection .connection-place .col-md-5 {
        order: 1;
        width: 100%;
    }
    .plat .no-gutters {
        flex-direction: column-reverse;
    }
    .plat .no-gutters .col-md-6 {
        width: 100%;
    }
    .plat .no-gutters .palce-cards {
        display: flex;
        justify-content: center;
    }
    .plat {
        position: relative;
        overflow: hidden;
    }
    .plat::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10%; /* ajuste conforme necessário */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    }
}
@media (max-width: 1025px) {
    .full-width-bg .col-md-6 {
        flex: 0 0 auto;
        width: auto;
    }


}

@media (max-width: 1000px) {
    .full-width-bg .right-board {

        margin-top: 0 !important;
    }
    .full-width-bg {
        background: url(/imgs/Versao_Mobile/sec1-bg-mobile.jpg) no-repeat;
        background-size: cover;
    }
    .full-width-bg .left-board {
        margin-top: 100px;
        margin-left: 39px;
        margin-right: 39px;
        text-align: center;
    }
    .full-width-bg .left-board .checks {
        margin: 0px;
        margin-left: 21px;
    }
    .full-width-bg .form-content {
        justify-content: center;
        display: flex;
    }
    .full-width-bg .right-board form {
        margin-top: 0px;
        position: relative;
        top: -45px;
        margin-left: 0;
        padding: 40px 30px 40px 30px !important;
    }
    .full-width-bg .right-board form p {
        font-size: calc(1.525rem + 3.3vw);
    }
    .full-width-bg .right-board .title {
        text-align: center;
    }
    .full-width-bg .right-board .title p {
        font-size: calc(1.525rem + 3.3vw);
    }
    .commerce div {
        max-width: 90%;
    }
    .commerce .desk-pic {
        display: none;
    }
    .commerce .mobile-pic {
        display: block;
    }
    .connection {
        padding-bottom: 0;
    }
    .connection .custom-content h1 {
        font-size: 40px;
    }
    .connection .text-connection {
        margin-top: 50px;
        margin-left: 0;
        text-align: center;
        padding: 30px;
    }
    .plat .mb-5 {
        margin-bottom: 0 !important;
    }
    .plat .plat-text {
        padding-bottom: 0 !important;
    }
    .plat .plat-text h1{
        font-size: 40px;
    }
    .plat .plat-text p {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        padding: 0px;
        margin-bottom: 0;
    }
    .integration {
        background: none;
    }
    .integration .text-start {
        font-size: 40px;
        text-align: center !important;
    }
    .integration .container-sm {
        --bs-gutter-x: 0;
    }
    .integration .mobile-bg {
        background: url(/imgs/Versao_Mobile/sec5-bg-mobile.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .integration .mobile-text {
        text-align: center;
        margin-left: 1rem !important;
        margin-right: 1rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .integration .mobile-text img {
        margin-top: 50px;
    }
    footer {
        flex-direction: column-reverse;
    }
    footer p {
        display: none;
    }
    footer h4 {
        margin-top: 50px;
    }
    footer .politica-cont {
        justify-content: center;
        margin-bottom: 30px;
    }
}


@media (max-width: 400px){
    .full-width-bg .right-board form label p{
        font-size: 12px !important;
    }
    
    
    
}

@media (max-width: 450px){
    .plat .slick-carousel .plate-item .plat-card{
        margin: 15px;
        
        padding-left: 0;
        padding-right: 0;
    }
    
}



/*# sourceMappingURL=styles.css.map */