@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('./colors.css');
@import url('./typography.css');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    color: #555555 !important;
}
html:has(body.loading) {
    overflow-y: hidden !important;
}
body.loading {
    height: 1px;
    overflow-y: hidden !important;

}
img {
    display: block;
}

.cookiealert {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 300px;
    margin: 0 auto !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
    transform: translate(0, 100%);
    transition: all 500ms ease-out;
    background: #555555; }
    .cookiealert p {
      font-size: 0.813rem;
      margin-bottom: 10px;
      color: #fff; }
    .cookiealert a {
      color: #C6D72F; }
    .cookiealert button.acceptcookies {
      padding: 8px 20px;
      font-size: 1rem;
      text-transform: uppercase; }
  
  .cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0%);
    transition-delay: 1000ms; }
  
  @media screen and (max-width: 900px) {
    .cookiealert {
      width: calc(100% - 20px);
      left: 10px;
      bottom: 10px;
      text-align: center; } }

p, h2, h3 {
    margin-bottom: 0;
}
.container {
    max-width: 1240px;
}

main {
    padding-bottom: 25px;
}
#main-hero {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    padding: 110px 0;
    background-position-y: bottom;
    background-image: url('../img/banner.png');
    background-color: #C6D72F;
}
#main-hero .left-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#main-hero h1 {
    font-size: 40px;
    line-height: 45px;
    max-width: 496px;
    font-weight: 600;
}
#main-hero h1 b {
    font-weight: 800;
}
.logos-wrapper {
    display: flex;
    gap: 19px;
    align-items: center;
    margin-bottom: 90px;
}
.logos-wrapper .logo-julia {
    padding-left: 29px;
}
.logos-wrapper > div {
    display: flex;
    align-items: center;
}
.divider {
    content: '';
    background-color: #555555;
    width: 1px;
    height: 43px;
    border: 1px solid #555555;
    display: block;
}

.detail-wrapper {
    position: absolute;
    bottom: 0;
    right: 31%;
}
.info-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
.info-wrapper .info {
    position: relative;
    padding: 25px;
    border-radius: 28px;
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 25px 5px #0000000f;
}
.info p.source {
    font-size: 10px;
    margin-top: 5px;
}
.info:nth-child(1) {
    max-width: 264px;
    top: 142px;
    left: -232px;
}

.info:nth-child(2) {
    max-width: 264px;
    top: 78px;
    right: -370px;
}
.info:nth-child(3) {
    max-width: 240px;
    bottom: -98px;
    right: -275px;
}

.scroller {
    border-radius: 30px;
    padding: 12px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    border: solid 2px #555;
    transition: all .2s ease-in-out;
}
.scroller img {

    animation: pulse .7s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-4px);
      }
    
}

#titles-section {
    padding-top: 86px;
    padding-bottom: 88px;
    text-align: center;
    font-size: 30px;
}
#titles-section h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
}
#titles-section h3 {
    line-height: 1;
    font-weight: 500;
    font-size: 30px;
    
}
#info-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
#info-section .banner {
    padding: 20px 0 10px 0;
    background-color: #555;
}
#info-section .right-part {
    border-radius: 20px;
    margin-top: -40px;
    margin-bottom: -33px;
    border: 3px solid #C6D72F;
    padding: 45px 56px;

}
#info-section .left-part {
    display: flex;
    gap: 28px;
    align-items: center;
}
#info-section .container {
    max-width: 1000px;
}
#info-section .title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}
#info-section .description {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

#features-section {
    padding-top: 81px;
    padding-bottom: 81px;
}
#features-section h2 {
    margin-bottom: 56px;
    font-size: 30px;
    font-weight: 500;
}
.cards-wrapper {
    display: flex;
    gap: 18px;
    
}
.cards-wrapper .card-feature {
    border: 3px solid #C6D72F;
    width: 100%;
    display: flex;
    border-radius: 20px;
    position: relative;
    padding: 100px 66px 50px 49px;
}
.card-before {
    content: '';
    display: block;
    position: absolute;
    background-color: white;
    border-radius: 20px;
    border: 3px solid #C6D72F;
    padding: 26px;
    top: -26px;
    left: 49px;
}
.pill {
    color: white;
    font-size: 15px;
    max-width: fit-content;
    line-height: 1;
    padding: 10px 19px;
    border-radius: 20px;
    position: relative;
    background-color: #C6D72F;
}
.pill::before, .pill::after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #C6D72F;
    top: 17px;
}
.pill::before {
    transform: translateX(-100%);
    left: 0;
}
.pill::after {
    transform: translateX(100%);
    right: 0;
}
.pills-wrapper {
    margin-top: -30px;
}
.pills-wrapper .pill:nth-child(1)::after {
    width: 28px;
}
.pills-wrapper .pill:nth-child(1) {
    margin-left: -50px;
}
.pills-wrapper .pill:nth-child(1)::before {
    width: 67px;
}
.pills-wrapper .pill:nth-child(2) {
    margin-right: -170px;
}
.pills-wrapper .pill:nth-child(2)::before {
    width: 37px;
}

.pills-wrapper .pill:nth-child(3)::after {
    width: 56px;
}

.pills-wrapper .pill:nth-child(5)::after {
    width: 100px;
}
.pills-wrapper .pill:nth-child(5)::before {
    width: 17px;
}
.pills-wrapper .pill:nth-child(5) {
    margin-right: -45px;
}
.pills-wrapper .pill:nth-child(6)::before {
    width: 111px;
}
.pills-wrapper .pill:nth-child(6) {
    margin-right: -290px;
}
.pills-wrapper .pill:nth-child(7)::after {
    width: 27px;
}

#data-section {
    padding: 56px 0;
    background-color: #d9d9d9;
}
#data-section h3 {
    font-size: 30px;
    font-weight: 500;
}
#data-section h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 33px;
}

a.primary-button{
    font-size: 25px;
    font-weight: 500;
    align-items: center;
    white-space: nowrap;
    border-radius: 90px;
    padding: 11px 26px 10px 22px;
    background-color: #555555;
    color: white;
    text-decoration: none;
    display: block;
    margin-top: 33px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
a.primary-button:hover .icon {
    transform: translateX(5px);
}
.secondary-button {
    font-size: 18px;
    align-items: center;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 90px;
    padding: 8px 18px;
    background-color: #C6D72F;
    color: #555555;
    text-decoration: none;
    max-width: fit-content;
    display: flex;
    gap: 17px;
    border: none;
}
.secondary-button .btn-icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #555555;
    transition: all ease 200ms;
    
}
.secondary-button:hover .btn-icon {
    transform: translateX(5px);
}
.promotion-info .secondary-button {
    margin-top: 9px;
}
a:has(.icon) {
    display: flex !important;
    gap: 10px;
}
a .icon {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C6D72F;
    width: 35px;
    height: 35px;
    transition: all ease 200ms;
}
.icon img {
    transform: rotate(-90deg);
}
.info-card {
    background-color: #C6D72F;
    border-radius: 20px;
    padding: 56px 85px 56px 50px;
    font-size: 25px;
    line-height: normal;
    font-weight: 500;
}
#data-section .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 47px;
}

#comparison-section {
    padding: 82px 0;
}
#comparison-section h2 {
    font-weight: bold;
    margin-bottom: 22px;
    font-size: 30px;
}
#comparison-section table {
    width: 100%;
    margin-top: 46px;
}
#comparison-section table th {
    padding-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    border-bottom: 1px solid #555;
}
#comparison-section table td {
    padding: 23px 62px 0 0;
    font-size: 20px;
    font-weight: 500;
}
#comparison-section table td:not(:first-child) {
    padding-left: 20px;
    border-left: 1px solid #555;
}
#comparison-section table th:not(:first-child) {
    padding: 0 62px 24px 20px;
    border-left: 1px solid #555;
}
#comparison-section h2.table-sub {
    font-weight: 500;
    margin-top: 82px;
}
#comparison-section h2.julia {
    color: #C6D72F;
    display: flex;
    align-items: center;
    gap: 8px;
}
#comparison-section .source {
    margin-top: 46px;
    font-size: 15px;
    font-weight: 500;
}
.table-comp {
    background-color: #555;
    color: white;
    font-weight: 500;
    padding: 18px 54px 33px 40px;
}
.table-comp p {
    padding: 15px 0;
    font-size: 20px;
    line-height: 40px;
}
.table-comp.primary p {
    font-weight: bold;
}
.table-comp p:not(:last-child) {
    border-bottom: 1px solid currentColor;

}

.table-comp.primary {
    color: #555;
    background-color: #C6D72F;
}

#cases-section {
    background-color: #C6D72F;
    padding-top: 62px;
}
#cases-section .row {
    margin-top: 62px;

}
#cases-section h2 {
    font-size: 30px;
    font-weight: 500;
}
.testimony {
    padding-bottom: 57px;
}
.testimony h3, .testimony h4 {
    font-size: 18px;
    line-height: 1;
}
.testimony h3 {
    font-weight: bold;
}
.testimony h4 {
    font-weight: 500;
}
.testimony:first-child {
    padding-right: 77px;
    border-right: 1px solid #555;
}
.testimony:nth-child(2) {
    padding-left: 59px;
    padding-right: 59px;
    border-right: 1px solid #555;
}
.testimony:last-child {
    padding-left: 59px;
    padding-right: 40px;
}
.testimony p {
    font-size: 15px;
    font-weight: 500;
}
.testimony img {
    border-radius: 20px;
}
.content-wrapper {
    display: flex;
    gap: 20px;
    align-items: end;
    margin-bottom: 23px;
}

#proccess-section {
    padding: 82px 0;
}
#proccess-section h2 {
    font-size: 70px;
    line-height: 72px;
    font-weight: bold;
    max-width: 800px;
    margin-bottom: 80px;
}
.proccess-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.proccess-card {
    background-color: #555;
    border-radius: 20px;
    color: white;
    text-align: center;
    position: relative;
    line-height: 1;
    max-width: 211px;
    font-size: 16px;
    line-height: 1.2;
    padding: 49px 36px 36px 37px;
}
.proccess-card:not(:last-child)::after {
    content: '';
    display: block;
    background-color: #C6D72F;
    height: 5px;
    width: 42px;
    position: absolute;
    right: -42px;
    top: 50%;
}
.proccess-card span {
    position: absolute;
    background-color: #C6D72F;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 9px 12px;
    top: -20px;
    left: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #555;
    transform: translateX(-50%);

}
#test-section {
    background-color: #C6D72F;
    color: white;
    padding-top: 79px;
}
#test-section .container {
    max-width: 980px !important;
}
#test-section h2 {
    max-width: 529px;
    font-weight: 500;
    font-size: 30px;
}
#test-section h2 strong {
    font-weight: bold;
}
#test-section .primary-button {
    position: absolute;
    margin-top: -27px;
    left: 50%;
    transform: translateX(-50%);
}
.chat-wrapper {
    margin-top: 34px;
    background-color: white;
    border-radius: 20px;
    /*padding: 27px 36px;*/
    overflow: hidden;
    height: 100%;
    max-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.chat-wrapper .profile-info {
    display: flex;
    gap: 10px;
    color: #CCCCCC;
}
.chat-wrapper .profile-info .picture {
    background-color: #C6D72F;
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.chat-bottom {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.chat-bottom input {
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 13px 17px;
    font-size: 12px;
    height: 41px;
}
.chat-bottom input::placeholder {
    color: #CCCCCC;
}
.chat-button {
    width: 47px;
    height: 41px;
    display: flex;
    background-color: #C6D72F;
    border-radius: 50%;
    border: none;
    align-items: center;
    justify-content: center;
}

.profile-info h3 {
    font-size: 20px;
    font-weight: bold;
}
.profile-info h4 {
    font-size: 12px;
    font-weight: 500;
}
.check {
    flex-shrink: 0;
    background-color: #C6D72F;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
}
#solutions-section {
    padding: 109px 0 0 0;
}
#solutions-section h2 {
    margin-bottom: 52px;
    font-size: 30px;
}
.solution-list {
    display: flex;
    flex-direction: column;
}
.solution-list.left {
    gap: 25px;
}
.solution-list.right {
    gap: 37px;
}
.solution-wrapper {
    display: flex;
    gap: 23px;
    align-items: center;
}
.solution-wrapper * {
    font-size: 20px;
    line-height: 1.1;
}
.solution-wrapper h3 {
    font-weight: bold;
}
.title-box {
    background-color: #C6D72F;
    border-radius: 20px;
    align-items: end;
    padding: 42px 42px;
    display: flex;
    height: 348px;
    justify-content: center;
    width: 95%;
}
.promotion-box {
    background-color: #555;
    border-radius: 20px;
    align-items: center;
    height: 100%;
    color: white;
    justify-content: space-between;
    display: flex;
    gap: 45px;
    padding: 60px 105px 60px 80px;
}
.promotion-box .info-box {
    color: #555;
    height: 100%;
    background-color: #C6D72F;
    border-radius: 20px;
    max-width: 299px;
    padding: 30px 43px;
    font-weight: bold;
    
}
.promotion-row {
    margin-top: 82px;
    margin-bottom: 82px;
}
.promotion-desc {
    font-size: 18px;
}
.promotion-desc span {
    font-size: 15px;
}
.info-box h4 {
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 0;
}
.info-box p {
    line-height: 1;
    font-size: 30px;
}
.title-box h3 {
    color: white;
    font-size: 70px;
    line-height: 60px;
    font-weight: bold;
}
.promotion-info .discount {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
}
.promotion-info .price {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: bold;
}
.price span {
    font-size: 40px;
}
#solutions-section .col-md-4 {
    width: 30.333333%;
}
#solutions-section .col-md-8 {
    width: 69.666667%;
}
a.cta-btn {
    white-space: nowrap;
    margin-top: -28px;
    font-size: 35px;
    left: 50%;
    transform: translateX(-50%);
    padding: 27px 42px;
    position: absolute;
}
a.cta-btn .btn-icon {
    width: 53px;
    height: 53px;
}

footer {
    padding: 91px 0 51px 0;
    background-color: #D9D9D9;
}
footer p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 43px;
}
footer img {
    max-width: 91px;
}
@media screen and (max-width: 1600px) {
    h1 {
        font-size: 2.25rem !important;
        line-height: 1.1 !important;
    }
    h2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
    h3:not(.title-box h3) {
        font-size: 1.25rem !important;
    }
    #main-hero {
        padding: 90px 0;
    }
    .logos-wrapper {
        margin-bottom: 70px;
    }
    .detail-wrapper {
        right: 28%;
        transform: scale(0.9);
        transform-origin: bottom;
    }
    .cta-btn {
        font-size: 30px !important;
    }
}
@media screen and (max-width: 1380px) {
    .table-cont {
        overflow-x: scroll;
    }
    h1 {
        font-size: 2rem !important;
    }
    h2 {
        font-size: 24px !important;
    }
    h3:not(.title-box h3) {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }
    .logos-wrapper {
        margin-bottom: 50px;
    }
    .detail-wrapper {
        transform: scale(0.85);
    }
}
@media screen and (max-width: 1200px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: 15px;
        padding-left: 15px;
    }
    img {
        max-width: 100%;
    }
    br {
        display: none;
    }
    section#main-hero {
        padding: 60px 0 0px 0 !important;
    }
    #titles-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #info-section {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #info-section .banner {
        padding: 30px 15px;
    }
    
    .solution-list.left {
        margin-bottom: 25px;
    }
    .solution-list.right {
        gap: 25px !important;
    }
    #test-section .row {
        gap: 70px;
    }
    .logos-wrapper {
        margin-bottom: 24px;
        justify-content: center;
    }
    .scroller {
        margin: 0 auto;
    }
    #main-hero h1 {
        max-width: 850px;
        margin: 0 auto;
        text-align: center;
    }
    .detail-wrapper {
        position: relative;
        bottom: auto;
        right: 0;
        transform: none;
        padding: 0 15px;
        transform-origin: unset;
        margin-top: 40px;
    }
    .info-wrapper {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 30px;
    }
    .info-wrapper .info {
        top: auto !important;
        left: auto !important;
        right: auto !important;
        max-width: 100% !important;
        bottom: auto !important;
        margin-bottom: 10px;
    }
    .promotion-box {
        flex-direction: column;
        gap: 12px;
        align-items: start;
    }
    .promotion-box .info-box {
        max-width: 100%;
        padding: 22px 34px;
    }
    .info-box h4 {
        font-size: 52px;
    }
    .info-box p {
        font-size: 22px;
    }
    .promotion-info .discount {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .promotion-info .price {
        font-size: 22px;
    }
    .price span {
        font-size: 36px;
    }
    .promotion-desc {
        font-size: 16px;
        line-height: 1.1;
    }
    .card-feature {
        margin-bottom: 24px;
    }
    #data-section .cards-wrapper {
        gap: 18px;
    }
    .info-card {
        padding: 40px 20px;
    }
    .solution-wrapper * {
        font-size: 18px;
    }
    a.primary-button {
        font-size: 20px !important;
        line-height: 1 !important;
    }
    section#solutions-section {
        padding-top: 60px !important;
    }
    #proccess-section h2 {
        margin-bottom: 40px;
    }
    #solutions-section .cta-title {
        margin-bottom: 0;
    }
    .title-box {
        padding: 30px 30px;
        width: 100%;
        text-align: center;
    }
    a.cta-btn {
        font-size: 24px !important;
        padding: 15px 42px !important;
        margin-top: 21px;
    }
}

@media screen and (max-width: 992px) {
    .testimony:last-child {
        padding-left: 16px;
        padding-right: 16px;
    }
    #main-hero h1 {
        line-height: 1.2 !important;
        font-size: 26px !important;
    }
    img.celular-hero {
        width: 100%;
    }
    #info-section .title {
        font-size: 24px;
    }
    #info-section .left-part {
        flex-direction: column;
        text-align: center;
        gap: 18px;
    }
    #info-section .right-part {
        padding: 24px 38px;
        margin-top: 30px;
        margin-bottom: 0px;
        text-align: center;
    }
    #info-section .description {
        font-size: 20px;
    }
    .title-box {
        height: unset;
        margin-bottom: 14px;
    }
    .title-box h3 {
        font-size: 32px;
        line-height: 1.2;
    }
    #features-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .cards-wrapper .card-feature {
        padding: 100px 40px 30px 30px;
    }
    .card-before {
        padding: 20px;
        left: 20px;
    }
    .pills-wrapper {
        margin-top: 30px;
    }
    .pill {
        margin: 0 auto !important;
        text-align: center;
        line-height: 1.3;
    }
    #data-section .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    #comparison-section {
        padding: 60px 0;
    }
    #comparison-section table {
        margin-top: 0;
    }
    .table-comp {
        padding: 18px 30px 22px 30px;
    }
    .table-comp p {
        font-size: 18px;
        line-height: 28px;
    }
    #comparison-section h2.julia {
        margin-top: 20px;
    }
    #comparison-section table td {
        padding: 15px 35px 15px 0px;
    }
    #cases-section .row {
        margin-top: 40px;
    }
    #proccess-section {
        padding: 60px 0;
    }
    .promotion-box {
        width: 100%;
        padding: 25px;
    }
    #test-section {
        padding-top: 60px;
    }
    a.cta-btn {
        font-size: 18px !important;
        padding: 15px 25px !important;
        line-height: 1.1;
    }
    a.cta-btn .btn-icon {
        height: 35px;
        min-width: 35px;
    }
    .info-card p {
        font-size: 18px;
        padding: 14px 26px !important;
    }
    .chat-wrapper {
        max-height: 500px;
        height: 500px;
    }
}
@media screen and (max-width: 768px) {
    .testimony {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-bottom: 30px;
    }
    .cards-wrapper {
        flex-wrap: wrap;
    }
    #comparison-section table th,
    #comparison-section table td {
        font-size: 16px !important;
        line-height: 1.1;
    }
    #comparison-section table th:not(:first-child),
    #comparison-section table td:not(:first-child) {
        padding: 0 20px !important;
    }
    .col-md-6.ps-0 {
        padding-left: 12px !important;
    }
    .col-md-6.pe-0 {
        padding-right: 12px !important;
    }
    .table-comp {
        margin-bottom: 24px;
    }
    #comparison-section h2.table-sub {
        margin-top: 0;
    }
    a.cta-btn {
        position: static;
        transform: none;
        white-space: normal;
    }
    
}

@media screen and (max-width: 500px) {
    .proccess-card:not(:last-child)::after {
        display: none;
    }
    .proccess-wrapper {
        gap: 30px;
    }
    .proccess-card {
        width: 100%;
        max-width: 100%;
    }
    #data-section .cards-wrapper {
        grid-template-columns: 1fr;
    }
    
    footer {
        padding-top: 40px;
    }
}