@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
}
body, p, div, li {
    color: #434343;
    font-family: Kanit,Roboto,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
h1, h2 {
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-family: 'Circular Std Book',Roboto,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    color: #434343;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
li {
    margin: 0;
    padding: 2px 0;
    text-indent: 0;
    list-style: none;
}
a {
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    border-bottom: 0;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    appearance: none;
    outline: none;
}
p {
    margin: 0;
    padding: 6px 0;
}
*:not(i,span,.re-icon) {
    font-family: Kanit !important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-size: 0;
    border: 0;
}
.recommerce-body {
    overflow: hidden;
}
.recommerce-container {
    font-family: Kanit !important;
}
.tygh-top-panel,
#hubspot-messages-iframe-container,
#newsletter,
#rcmx-widget-root {
    display: none !important;
}
div#tygh_container {
    padding-top: 0px !important;
}
b {
    font-weight: 600 !important;
}
.mobile {
    display: none;
}
.bg-center-white {
    background-color: #fff; 
    display:flex; 
    justify-content: center;
}
.recommerce-header {
    line-height: 24px;
    background-color: #fff;
    background-image: linear-gradient(to bottom,#fff,#fff);
    border-bottom: 2px solid #f3f3f3 !important;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 1;
}
.btn_default {
    color: #fff;
    background: #2E4CFF;
    transition: .5s;
    border: 0;
    border-radius: 100px;
    text-align: center;
}
.btn-loader {
    width: 15px;
    height: 15px;
    border: 2.2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.demo-button {
    padding: 10px 30px;
    margin: 24px 120px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    max-width: 200px;
}
.recommerce-header .desktop-logo {
    width: 180px;
    margin: 24px 120px;
}
.recommerce-header .mobile-logo {
    margin: 10px 0;
    width: 100px;
}
.visible-phone {
    display: none !important;
}
.hidden-phone {
    display: block !important;
}
.recommerce-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #2F2F2F;
}
.recommerce-subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    color: #676767;
}
.recommerce-subtitle b {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    color: #2F2F2F;
}
.hero-section {
    height: 719px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}
.hero-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, white, transparent); 
}
.hero-description {
    text-align: left; 
    position: relative;
    display: grid;
}
#bgvideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto;
    z-index: -100; 
    background: no-repeat;
    background-size: cover;
}
.hero-image {
    height: 719px;
}
.leaf-image {
    position: absolute;
    right: -10px;
    top: 10%;
}
.phone-caroussel {
    overflow: hidden;
    position: relative;
    width: 752px;
    background: url(../images/recommerce/bg-circle.webp) no-repeat;
    background-size: cover;
    height: 752px;
    margin-top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
}
.phone-image {
    width: 272px;
    z-index: 10;
    height: 554px;
    position: absolute;
    border-radius: 30px;
}
.phone-slide {
    width: 245px;
    margin-left: 15px;
    border-radius: 30px;
}
.hero-slides {
    display: flex;
    align-items: center;
    transition: all 0.5s;
    overflow: hidden;
    border-radius: 35px;
    width: 268px;
    background-color: #fff;
}
.slides-wrapper {
    display: flex;
    transition: all 0.5s;
    z-index: 0;
}
.solution-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    flex-direction: column;
    padding: 0 120px;
}
.solution-title {
    text-align: center;
    margin: 48px 0;
}
.recommerce-subtitle-green {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #2E4CFF;
    margin-bottom: 0;
}
.solution-frame {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.solution-frame.reverse {
    justify-content: flex-end;
}
.solution-frame .img-left {
    margin-left: -480px;
    width: 635px;
}
.solution-frame .img-right {
    margin-right: -480px;
    z-index: 10;
}
.green-square {
    padding: 70px 64px;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    border-radius: 16px;
    background: #2E4CFF;
    color: #fff;
    margin: 20px 0;
    min-width: 850px;
}
.square-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    margin-bottom: 32px;
}
.green-background {
    background-color: #2E4CFF;
    padding: 0 10px;
    color: #fff;
}
.square-subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    margin-bottom: 4px;
}
.description-icon {
    padding: 8px;
    border-radius: 48px;
    background: #3a57ff;
}
.square-description {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.span-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    margin: 0 !important;
}
.section-cockpit {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 80px 0;
}
.recommerce-title-cockpit {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    color: #2F2F2F;
}
.recommerce-subtitle-cockpit {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    color: #2F2F2F;
}
.line-container {
    position: relative;
    width: 216px;
    height: 2px;
    background: #2E4CFF;
}
.line-container.white {
    background: #fff;
}
.line {
    width: 100%;
    height: 100%;
    background: inherit;
}
.circle {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border: 2px solid #2E4CFF;
    background: #fff;
    border-radius: 50%;
}
.circle.white {
    background: #fff;
    border-color: #fff;
    background: transparent;
    right: -15px;
}
.tip-square {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid #F1F1F1;
    background: #FFF;
    box-shadow: 16px 20px 24px 0px rgba(0, 0, 0, 0.04);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: fit-content;
}
.line-div {
    width: 490px;
    height: 1px;
    background: #717171;
}
.benefits-section {
    background-color: #fff;
    padding: 32px 0; 
    
}
.benefit-left,
.benefit-right {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
ul.benefits-list {
    padding-left: 1.2em;
}
ul.benefits-list li::marker {
    color: #27B67C;
}
.benefits-list li {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    list-style-type: disc;
}
.sustainable-section {
    padding: 80px 120px;
    background: url(../images/recommerce/bg-leaf.webp) no-repeat;
    background-size: cover;
}
.sustainable-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
}
.sustainable-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sustainable-subtitle-white {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    margin-bottom: 8px;
}
.sustainable-desc-white {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
}
.clients-section {
    padding: 64px 0;
    text-align: center;
    background-color: #fff;
}
.client-logos {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 40px 120px 0 120px;
}
.client-logos .card-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 112px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
}
.client-logos img {
    width: 200px;
}
.compare-section {
    background-color: #fff;
    display: flex;
    padding: 80px 120px;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
}
.compare-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}
.compare-tables {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 100%;
}
.contact-section {
    background: url(../images/recommerce/bg-contact.webp) no-repeat;
    background-size: cover;
}
.contact-container {
    padding: 100px 120px;
}
.contact-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    color: #fff;    
}
.contact-subtitle  {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.contact-form {
    margin: 24px 0;
    max-width: 416px;
}
.contact-form input {
    border-radius: 4px;
    border: 1px solid #434343;
    background: #FFF;
    height: 46px;
    width: 100%;
    margin-bottom: 8px;
    padding: 12px 16px;
    max-width: 416px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.contact-form input::placeholder {
    color: gray;
}
.send-contact {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    border-radius: 8px;
    background: #2E4CFF;
    width: 280px;
    height: 48px;
    padding: 12px 24px;
    cursor: pointer;
}
#tag_error_label{
    color: #fff; 
    margin-top: 10px; 
    margin-left: 3px; 
    display: none; 
    position: absolute;
}
#footer {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: #2E4CFF;
}
#footer .container_geral_loopify {
    display: flex;
    justify-content: space-between;
    max-width: 1025px;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#logo_footer {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}
#logo_footer img {
    width: 137px;
}
#footer .box_footer {
    width: 23%;
}
#footer .box_footer_sobre {
    color: #fff;
    width: 30%;
}
#footer .box_footer_sobre p {
    max-width: 300px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}

#footer .box_footer_sobre h4 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
}
#footer .box_footer h4 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
#footer .box_footer_sobre div {
    max-width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* #footer .box_footer ul li {
    margin-bottom: 5px;
} */
#footer .box_footer ul li a {
    color: #fff;
    display: block;
    padding: 5px 0;
    font-weight: 300;
}
#footer .box_footer .box-footer-links {
    display: flex; 
    gap: 50px;
}
#footer .sub_footer {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    margin-top: 40px;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
#footer .sub_footer .cnpj_loopify {
    font-size: 14px;
    color: #fff;
}
#footer .sub_footer .certificados_footer {
    width: 14%;
}
#footer .sub_footer .certificados_footer:nth-child(4) {
    width: 10%;
}
@media only screen and (max-width: 600px) {
    .visible-phone { 
        display: block !important;
    }
    .hidden-phone {
        display: none !important;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none !important;
    }
    .recommerce-header {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu-mobile,
    .close-menu-mobile {
        position: absolute;
        right: 0;
        padding: 20px;
    }
    .menu-mobile button,
    .close-menu-mobile button {
        font-size: 21px;
        color: #2F2F2F;
        background: transparent;
        border: 0;
    }
    .submenu-mobile .recommerce-header {
        border-bottom: 0 !important;
    }
    .submenu-mobile .submenu-container {
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        top: 0;
        z-index: 300;
    }
    .submenu-mobile .submenu-body {
        text-align: center;
        margin-top: 3em;
    }
    .submenu-mobile .submenu-body a {
        display: block;
        text-decoration: none;
        color: #2F2F2F;
        font-size: 25px;
        margin-bottom: 1em;
        cursor: pointer;
    }
    .hero-section {
        flex-direction: column;
    }
    .hero-description {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .recommerce-title {
        line-height: 48px;
        font-size: 40px;
        margin-bottom: 12px;
        margin-top: 56px;
    }
    .leaf-image {
        right: -12%;
        top: 24.5%;
    }
    .recommerce-subtitle,
    .recommerce-subtitle b {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }
    .phone-caroussel {
        background-size: 570px 570px;
        background-position: center center;
        margin-bottom: -50px;
    }
    .hero-section {
        height: unset;
    }
    .solution-section {
        background: #2E4CFF;
        padding: unset;
    }
    .solution-frame {
        display: flex;
        flex-direction: column;
    }
    .solution-frame.reverse {
        flex-direction: column-reverse;
    }
    .solution-title {
        margin: 0;
        padding: 16px;
    }
    .recommerce-title.title-mobile {
        font-size: 32px;
        line-height: 40px;
        color: #fff;
        margin-bottom: 0px;
        margin-top: 0;
    }
    .green-square {
        min-width: unset;
        padding: 0;
        margin-bottom: 40px;
    }
    .square-title {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }
    .square-title.title-1 {
        line-height: 35px !important;
    }
    .square-title.title-2 {
        line-height: 40px !important;
        margin-top: 48px;
    }
    .square-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
    .span-description {
        font-size: 14px;
        line-height: 22px;
    }
    .solution-frame .img-left {
        width: 95%;
        margin: 0;
    }
    .solution-frame .img-right {
        width: 95%;
        margin-bottom: -80px;
        margin-right: 0;
    }
    .section-cockpit {
        padding: 150px 16px 60px 16px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    .cockpit-mobile-div {
        display: block !important;
    }
    .cockpit-mobile-div .recommerce-subtitle-green {
        margin-right: 0px !important;
    }
    .recommerce-title-cockpit {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 8px;
        text-align: center;
    }
    .recommerce-subtitle-cockpit {
        font-size: 16px;
        line-height: 24px;
    }
    .card-cockpit {
        display: flex;
        padding: 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 16px;
        border: 1px solid #F1F1F1;
        box-shadow: 16px 20px 24px 0px rgba(0, 0, 0, 0.04);
        margin-bottom: 8px;
    }
    .card-cockpit img {
        width: 48px;
    }
    .card-cockpit .card-title {
        font-size: 24px;
        line-height: 40px;
        font-style: normal;
        font-weight: 500;
        margin-bottom: 0;
        text-align: left;
    }
    .card-cockpit .card-desc {
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 26px;
        text-align: left;
        margin-bottom: 0;
    }
    .tip-square {
        width: unset;
        padding: 10px 16px;
    }
    .benefits-section {
        padding: 16px;
    }
    .benefit-left {
        flex-direction: column;
    }
    ul.benefits-list {
        padding: 16px 32px;
    }
    .benefit-right {
        margin-top: 40px !important;
        flex-direction: column-reverse;
    }
    .benefits-section .recommerce-title-cockpit {
        line-height: 52px;
    }
    .sustainable-section {
        padding: 40px 16px;
        text-align: center;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        position: relative;
    }
    .sustainable-title {
        font-size: 32px;
        line-height: 40px;
    }
    .sustainable-description {
        flex-direction: column-reverse;
    }
    .sustainable-description img {
        margin-bottom: 32px;
    }
    .sustainable-subtitle-white {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 8px;    
    }
    .sustainable-desc-white {
        font-size: 14px;
        line-height: 22px;
    }
    .clients-section .recommerce-title-cockpit {
        font-size: 40px;
        line-height: 48px;
    }
    .clients-section .recommerce-subtitle-green {
        font-size: 16px;
        line-height: 24px;
    }
    .client-logos {
        flex-direction: column;
        gap: 72px;
    }
    .compare-section {
        padding: 0 16px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .compare-section .title-mobile {
        display: block !important;
    }
    .compare-section .title-mobile h2 {
        margin-right: 0px !important;
        margin-top: 60px;
    }
    .compare-section .compare-title {
        margin-bottom: 30px;
    }
    .compare-section .recommerce-subtitle-cockpit {
        margin-bottom: 30px;
    }
    .compare-section .table-mobile {
        margin-bottom: 0px !important;
    }
    .compare-section .tip-mobile {
        align-items: center !important;
        margin-bottom: 30px;
    }
    .contact-container {
        padding: 40px 16px 65px 16px;
    }
    .contact-section {
        background-position: center;
    }
    #tag_error_label{
        color: #fff; 
        margin-top: 10px; 
        margin-left: 3px; 
        display: none; 
        position: absolute;
    }
    #footer {
        padding: 30px 0;
    }
    #footer .container_geral_loopify {
        flex-wrap: wrap;
    }
    #logo_footer {
        margin-bottom: 20px;
    }
    #footer .box_footer_sobre {
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #footer .box_footer_sobre p {
        max-width: 100%;
        margin-bottom: 10px;
    }
    #footer .box_footer, #footer .box_footer_sobre {
        width: 100%;
    }
    #footer .box_footer .box-footer-links {
        display: block; 
    }
    #footer .sub_footer {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 30px;
        padding-top: 30px;
    }
    #footer .sub_footer .cnpj_loopify {
        width: 100%;
        order: 2;
        margin-top: 20px;
    }
    #footer .sub_footer .certificados_footer {
        width: 33.333%;
    }
    #footer .sub_footer .certificados_footer img {
        max-width: 90%;
    }
    #footer .sub_footer .certificados_footer:nth-child(4) {
        width: 33.333%;
    }
    #footer .sub_footer .sub_footer .certificados_footer:nth-child(4) img {
        max-width: 70%;
    }
} 