@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Playwrite+HU:wght@100..400&display=swap');

* {
    font-family: "Noto Sans", "Ubuntu", Arial;
    box-sizing: border-box;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul,
li {
    padding: 0;
    list-style: none;
}

header {
    background: royalblue;
    height: 100px;
    display: grid;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

header .content {
    width: 80%;
    margin: 0 auto;
    display: grid;
    /* grid-template-columns: 210px 1fr auto; */
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-content: center;
}

header .content a {
    align-content: center;
}

header .content a img {
    width: 280px;
}

header .content .solution {
    border-left: 1px solid rgba(236,235,236,.5);
    padding: 0 20px;
    align-content: center;
    display: grid;
    grid-template-columns: auto 1fr;
    cursor: pointer;
    display: none;
}

header .content .solution p {
    margin: 0;
    font-size: 14px;
    color: white;
}

header .content .solution .arrow,
header .content nav li.mnu a .arrow {
    display: inline-block;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    position: relative;
    cursor: pointer;
    text-align: right;
    align-self: center;
}

header .content .solution .arrow i,
header .content nav li.mnu a .arrow i {
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    transition: 0.5s;
}

header .content .solution .arrow i::before,
header .content .solution .arrow i::after,
header .content nav li.mnu a .arrow i::before,
header .content nav li.mnu a .arrow i::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: #eee;
    top: 0;
    transition: top .1s ease;
}

header .content .solution .arrow i::before,
header .content nav li.mnu a .arrow i::before {
    margin-left: -2.5px;
    top: 0;
    transform: rotate(-45deg);
}

header.active .content .solution .arrow i::before,
header .content nav li.mnu.active a .arrow i::before {
    margin-left: 2.5px;
}

header .content .solution .arrow i::after,
header .content nav li.mnu a .arrow i::after {
    margin-left: 2.5px;
    top: 0;
    transform: rotate(45deg);
}

header.active .content .solution .arrow i::after,
header .content nav li.mnu.active a .arrow i::after {
    margin-left: -2.5px;
}

header .content .mnu-movil,
header .content nav .top-movil {
    display: none;
}

header .content nav {
    display: grid;
    grid-template-columns: repeat(7, auto);
    gap: 14px;
    align-content: center;
}

header .content nav li {
    position: relative;
}

header .content nav .access {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
}

header .content nav a.login {
    border: none;
}

header .content nav li a {
    align-content: center;
    font-size: 15px;
}

header .content nav li.mnu a {
    display: grid;
    grid-template-columns: auto 1fr;
}

header .content nav li.mnu a p {
    margin: 0 0 0 12px;
}

header .content nav li.mnu a .arrow {
    margin: 0 12px 0 0;
}

header .content nav li a p {
    color: white;
    margin: 0 12px;
}

header .content nav li a img {
    width: 24px;
    filter: invert(1);
}

header .content nav li a.login {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(236,235,236,.5);
    margin: 0;
}

header .content nav li a.login p {
    margin: 0;
    color: white;
}

header .content nav li a.btn {
    padding: 8px 20px;
    background: white;
    border-radius: 20px;
    color: royalblue;
}

header .content nav li.mnu ul {
    display: none;
}

header .content nav li.mnu.active ul {
    position: absolute;
    top: 20px;
    background: white;
    box-shadow: 0 0 .1875em 0 rgba(50, 50, 50, .3);
    border-radius: 10px;
    width: 480px;
    padding: 20px;
    right: 0;
    display: block;
}

header .content nav li.mnu.active ul h4 {
    margin: 0;
    color: black;
}

header .content nav li.mnu.active ul p {
    margin: 0 !important;
    color: gray;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0 14px 0;
}

header .content nav li.mnu.active ul .list {
    border-top: 1px solid #eee;
    padding: 0 0 0 0;
}

header .content nav li.mnu.active ul .list a {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    padding: 14px 0;
}

header .content nav li.mnu.active ul .list a.active span {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    align-items: center;
    font-weight: bold !important;
}

header .content nav li.mnu.active ul .list a.active span:after {
    background: royalblue;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    display: block;
    content: "";
}

header .content nav li.mnu.active ul .list a.active img {
    filter: none !important;
}

header .content nav li.mnu.active ul .list a img {
    width: 100%;
    filter: opacity(.5);
}

header .content nav li.mnu.active ul .list a span {
    color: #444;
    font-size: 14px;
}

header .content nav li.mnu.active ul .list a:hover img {
    filter: none;
}

header .content nav li.mnu.active ul .list a:hover span {
    color: black;
    font-weight: 500;
}

header .content nav li.functions.active ul  {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 40px;
    width: 640px;
}

header .content nav li.functions.active ul .function:last-child {
    background: #eee;
    border-radius: 20px;
    padding: 20px;
}

header .content nav li.functions.active ul .function:last-child {
    display: grid;
    grid-template-rows: auto 1fr auto;
}

header .content nav li.functions.active ul .function:last-child a.btn {
    background: orangered;
    color: white;
    text-align: center !important;
    font-weight: 600;
    display: block;
}

header .content nav li.functions.active ul .function:last-child .list {
    padding: 5px 0 0 0;
}

header .solutions {
    display: none;
}

header.active {
    height: 100vh;
    grid-template-rows: 100px 1fr;
}

header.active .solutions {
    display: grid;
    border-top: 1px solid rgba(236,235,236,.2);
}

header.active .solutions .box {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 0;
    column-gap: 40px;
    row-gap: 0;
    grid-template-rows: repeat(3, auto);
    grid-template-areas:
        "sn-text sn-facturador"
        "sn-text sn-comercios"
        "sn-text sn-empresas";
    height: max-content;
    align-self: center;
}

header.active .solutions .box .lt {
    color: white;
    border-right: 1px solid rgba(236,235,236,.2);
    padding: 0 40px 0 0;
    grid-area: sn-text;
    align-content: center;
}

header.active .solutions .box .lt h2 {
    font-size: 64px;
    color: white;
    margin: 0;
}

header.active .solutions .box .lt p {
    font-size: 18px;
    color: white;
    margin: 18px 0 0 0;
    line-height: 30px;
}

header.active .solutions .box .item {
    grid-area: sn-comercios;
    padding: 40px 0;
}

header.active .solutions .box .item:nth-child(2) {
    grid-area: sn-facturador;
}

header.active .solutions .box .item:last-child {
    grid-area: sn-empresas;
}

header.active .solutions .box .item .title {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 10px;
    align-items: center;
}

header.active .solutions .box .item .title img {
    width: 100%;
}

header.active .solutions .box .item .title p {
    margin: 0;
    border-left: 1px solid rgba(236,235,236,.5);
    font-size: 14px;
    color: white;
    padding: 0 0 0 10px;
}

header.active .solutions .box .item p {
    color: azure;
    font-size: 15px;
}

header.active .solutions .box .item button {
    padding: 8px 20px;
    border-radius: 20px;
    border: none;
    outline: none;
}

.content,
header.active .solutions .box,
footer .buttons,
footer .copy {
    width: 80%;
    margin: 0 auto;
    display: grid;
}

section#inicio {
    display: grid;
    height: 100vh;
    background: royalblue;
    align-items: center;
}

section#inicio .content {
    grid-template-columns: 3fr 2fr;
}

section#inicio .content .write h2 {
    font-size: 80px;
    color: white;
    margin: 0;
}

section#inicio .content .write h2 strong {
    display: inline-grid;
}

section#inicio .content .write h2 span.text {
    color: #ffce59;
}

section#inicio .content .write a {
    padding: 14px 25px;
    font-size: 15px;
    background: green;
    color: white;
    border-radius: 20px;
    outline: none;
    border: none;
    cursor: pointer;
    margin: 20px 0;
    display: block;
    width: max-content;
}

section#inicio .content .write p {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 10px;
    margin: 10px 0;
    align-items: center;
    font-size: 15px;
    color: azure;
}

section#inicio .content .write p img {
    width: 100%;
}

section#inicio .content img {
    align-content: center;
    width: 100%;
}

section.list .content {
    grid-template-columns: repeat(4, 1fr);
    /* gap: 80px; */
    padding: 60px 0;
}

section.list .content .item {
    border-right: 2px solid #eee;
    padding: 0 30px;
}

section.list .content .item:last-child {
    border-right: none;
}

section.list .content .item img {
    width: 48px;
}

section.list .content .item h4 {
    margin: 18px 0 12px 0;
    font-size: 18px;
}

section.list .content .item p {
    margin: 0;
    font-size: 15px;
    color: gray;
    line-height: 24px;
}

section.features .content {
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    padding: 80px 0;
}

section.features .content .lt {
    display: grid;
}

section.features .content .lt h3 {
    margin: 0;
}

section.features .content .lt p {
    color: gray;
    margin: 12px 0 40px 0;
    font-size: 15px;
    line-height: 24px;
}

section.features .content .lt .item {
    cursor: pointer;
    display: grid;
    grid-template-columns: 4px 1fr;
    grid-template-rows: repeat(2, auto);
    grid-template-areas:
        "item-progress item-title"
        "item-progress item-description";
    column-gap: 20px;
}

section.features .content .lt .item .progressbar {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    overflow: hidden;
    grid-area: item-progress;
}

section.features .content .lt .item.active .progressbar span {
    position: absolute;
    top: 0;
    width: 5px;
    height: 0%;
    background-color: royalblue;
    transition: height 0.1s linear;
}

section.features .content .lt .item h4 {
    grid-area: item-title;
    margin: 14px 0 12px 0;
    align-items: center;
    color: #555;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    font-weight: 400;
}

section.features .content .lt .item h4 img {
    width: 18px;
    filter: contrast(0.5);
}

section.features .content .lt .item.active h4 {
    font-weight: bold;
    color: black;
}

section.features .content .lt .item.active h4 img {
    filter: none;
}

section.features .content .lt .item.active h4 {
    color: black;
}

section.features .content .lt .item p {
    display: none;
}

section.features .content .lt .item.active p {
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: black;
    grid-area: item-description;
    margin: 0 0 14px 0;
}

section.features .content .rt {
    align-content: center;
    text-align: right;
    position: relative;
}

section.features .content .rt img {
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
}

section.features .content .rt h2 {
    color: #213547;
    font-size: 78px;
    margin: 0;
    position: relative;
}

section.features .content .rt h2 b {
    background-image: url("https://odoocdn.com/openerp_website/static/src/img/highlights/yellow_highlight_bold_05.svg");
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}

section.features .content .rt h2 strong,
section.views .content h2 strong,
section.customers .content h2 strong {
    background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.views {
    background: #F3F4F6;
    border-radius: 0 180px 0 0;
}

section.views .content,
section.us .content,
section.price .content {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

section.views .content img {
    border-radius: 20px;
    width: 80%;
    /* width: 100%;
    height: 100%; */
    /* object-fit: cover; */
    transform-origin: center center;
    transition: transform 0.1s ease-out;
    cursor: crosshair;
    /* border-radius: 5px; */
    /* aspect-ratio: 1/1; */
}

section.views .content h2,
section.customers .content h2 {
    font-size: 48px;
    text-align: center;
    margin: 0;
}

section.views .content h3 {
    font-size: 34px;
    margin: 10px 0;
    text-align: center;
    font-style: italic;
}

section.views .content .box .list {
    position: absolute;
    right: 0;
    width: 30%;
    align-self: center;
}

section.views .content .box {
    display: grid;
    margin: 40px 0 0 0;
}

section.views .content .box .list .item {
    background: white;
    border-radius: 10px;
    padding: 20px;
    display: grid;
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, .1);
    align-items: center;
    gap: 10px;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 4px 1px 1px;
    cursor: pointer;
}

section.views .content .box .list .item.active {
    background: floralwhite;
    border-color: orange;
}

/* section.views .content .box .list .item.active h4,
section.views .content .box .list .item.active p {
    color: white;
} */

section.views .content .box .list .item:nth-child(2) {
    margin: 20px 0;
}

section.views .content .box .list .item h5 {
    margin: 0;
    font-size: 15px;
}

section.views .content .box .list .item h4 {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}

section.views .content .box .list .item p {
    font-size: 14px;
    color: #444;
    margin: 0;
    display: none;
    line-height: 24px;
}

section.views .content .box .list .item.active p {
    display: block;
}

section.us {
    margin: 100px 0 0 0;
}

section.us .content h2 {
    font-size: 70px;
    line-height: 85px;
    margin: 0;
}

section.us .content h2 strong,
section.us .list .item h4 strong,
section.testimonies .content .list .item h4 strong {
    font-family: "Playwrite HU";
    color: royalblue;
}

section.us .list {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding-left: 10%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

section.us .list .item {
    border-radius: 20px;
    background: #eee;
    padding: 40px;
    flex: 0 0 31%;
}

section.us .list .item:last-child {
    margin: 0 40px 0 0;
}

section.us .list .item h4,
section.testimonies .content .list .item h4 {
    margin: 0;
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 20px 0;
}

section.us .list .item p,
section.testimonies .content .list .item p {
    margin: 0;
    font-size: 18px;
    line-height: 34px;
}

section.us .content .paginate button,
section.testimonies .content .paginate button {
    border-radius: 50%;
    padding: 25px;
    border: none;
    outline: none;
    transition: .5s;
    background: #646970;
    cursor: pointer;
    display: grid;
    float: left;
}

section.us .content .paginate button img,
section.testimonies .content .paginate button img {
    width: 24px;
    filter: invert(1);
}

section.us .content .paginate button:hover {
    background: #32373c;
}

section.us .content .paginate button.next,
section.testimonies .content .paginate button.next {
    margin-left: 6px;
}

section.us .content .paginate button.disabled,
section.testimonies .content .paginate button.disabled {
    opacity: .5;
}

section.follow {
    background: #eee;
}

section.follow .content {
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding: 50px 0;
}

section.follow .content .lt {
    padding: 0 0 0 20px;
    border-left: 5px solid #444;
}

section.follow .content .lt p {
    font-size: 30px;
    line-height: 45px;
    margin: 0;
}

section.follow .content .rt {
    display: grid;
    grid-template-columns: repeat(3, 24px);
    gap: 20px;
    align-items: center;
}

section.follow .content .rt a img {
    width: 100%;
}

section.price {
    background: #37394f;
    position: relative;
}

section.price .content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr auto;
    row-gap: 80px;
    column-gap: 20px;
    grid-template-areas:
        "price-title price-title"
        "price-lt price-rt"
        "price-counter price-counter";
}

section.price .content h2 {
    color: white;
    font-size: 68px;
    margin: 0;
    text-align: center;
    grid-area: price-title;
}

section.price .content h2 strong {
    background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.price .content .lt {
    grid-area: price-lt;
}

section.price .content .lt nav {
    background: #647eff;
    border-radius: 20px;
    margin: 0 0 40px 0;
    display: grid;
    width: max-content;
    grid-template-columns: repeat(2, auto);
    padding: 6px 10px;
}

section.price .content .lt nav a {
    width: auto;
    padding: 8px 20px;
    border-radius: 20px;
    color: #eee;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}

section.price .content .lt nav a span {
    background: green;
    border-radius: 10px;
    font-size: 11px;
    padding: 5px 12px;
    top: -15px;
    right: -40px;
    position: absolute;
}

section.price .content .lt nav a.active {
    background: royalblue;
    color: #fff;
}

section.price .content .lt h5 {
    font-size: 34px;
    margin: 0;
    color: #fff;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
}

section.price .content .lt h5 span {
    background: black;
    border-radius: 50px;
    padding: 12px;
    display: inline-flex;
}

section.price .content .lt h5 span img {
    width: 38px;
    filter: invert(1);
}

section.price .content .lt h1 {
    font-size: 120px;
    text-align: left;
    font-family: 'Ubuntu', Arial;
    margin: 24px 0;
    color: #fff;
}

section.price .content .lt p {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #fff;
}

section.price .content .lt a.btn {
    border-radius: 20px;
    padding: 14px 20px;
    background: royalblue;
    color: white;
    border: none;
    outline: none;
    font-size: 15px;
    margin: 20px 0 0 0;
    display: block;
    width: max-content;
}

section.price .content .rt {
    grid-area: price-rt;
}

section.price .content .rt li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 10px 0;
    list-style: none;
}

section.price .content .rt li p {
    font-size: 14px;
    color: #fff;
    text-align: left;
    position: relative;
}

section.price .content .rt li p::before {
    background-color: #42d392;
    border-radius: 5px;
    content: "";
    height: 5px;
    position: absolute;
    width: 30px;
    bottom: -15px;
    border: none;
}

section.price .content .counter {
    padding: 40px;
    border: 1px solid white;
    border-radius: 20px;
    grid-area: price-counter;
    display: grid;
    grid-template-areas:
        "counter-data counter-books counter-integrations";
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
}

section.price .content .counter .data h2 {
    font-size: 34px;
    text-align: left;
    grid-area: counter-data;
}

section.price .content .counter .data h2 b {
    display: inline-grid;
}

section.price .content .counter .data p {
    font-size: 16px;
    line-height: 28px;
    color: #eee;
}

section.price .content .counter .books {
    grid-area: counter-books;
    align-content: center;
}

section.price .content .counter .integrations {
    grid-area: counter-integrations;
    align-content: center;
}

section.price .content .counter .books p,
section.price .content .counter .integrations p {
    text-align: center;
    color: white;
}

section.title {
    margin: 100px 0 0 0;
    background: #eee;
}

section.title .content {
    padding: 80px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    align-items: center;
}

section.title .content .data h4 {
    margin: 0;
    font-size: 24px;
}

section.title .content .data h2 {
    font-size: 48px;
    padding: 20px 0;
    margin: 0;
}

section.title .content .data h2 strong {
    color: royalblue;
}

section.title .content p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}

section.title .content .data h4,
section.title .content .data h2,
section.title .content .data p {
    padding-left: 25px;
    border-left: 3px solid #ccc;
}

section.title .content .data h4 {
    border-color: orangered;
}

section.title .content img {
    width: 100%;
}

section.detail-top .content {
    padding: 80px 0;
}

section.detail-top .content h2 {
    font-size: 48px;
}

section.detail-top .content h2 strong {
    background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.detail-top .content .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 40px 0;
}

section.testimonies .content .paginate {
    padding: 10px 0 0 0;
}

section.testimonies .content .paginate button {
    background: #fff;
    border: 1px solid #101010;
    padding: 15px;
}

section.testimonies .content .paginate button.next {
    margin-left: 8px;
}

section.testimonies .content .paginate button:hover {
    background: #eee;
}

section.testimonies .content .paginate button img {
    filter: none;
    width: 20px;
}

section.testimonies .content .list {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

section.testimonies .content .list .item {
    border-left: 1px solid #ccc;
    padding: 0 20px;
    flex: 0 0 100%;
}

section.testimonies .content .list .item h4 {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}

section.detail-top .content .list .item {
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 40px;
}

section.detail-top .content .list .item img {
    width: 48px;
}

section.detail-top .content .list .item h4 {
    margin: 20px 0;
    color: #213547;
    font-size: 24px;
    line-height: 40px;
}

section.detail-top .content .list .item p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}

section.faq {
    padding: 0 0 80px 0;
}

section.faq,
section.detail-top,
section.others {
    position: relative;
    background: white;
}

section.faq .content,
section.testimonies .content,
section.others .content {
    grid-template-columns: repeat(2, 1fr);
    padding: 80px 0 80px 25px;
    border-left: 3px solid #eee;
}

section.faq .content .lt h2,
section.testimonies .content .lt h2,
section.others .content .lt h2 {
    font-size: 34px;
    margin: 0 0 0 -28px;
    border-left: 3px solid #42d392;
    padding: 0 0 0 28px;
}

section.others .content .rt {
    column-gap: 40px !important;
}

section.others .content .rt p {
    list-style: circle;
    display: list-item;
    margin: 10px 0;
    font-size: 14px;
}

section.faq .content .lt .list {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
    width: max-content;
}

section.faq .content .lt .list a {
    margin: 14px 12px;
}

section.faq .content .lt .list p {
    font-weight: 400;
    margin: 0 0 20px 0;
    color: gray;
    line-height: 28px;
}

section.faq .content .lt .list a:nth-child(2) {
    margin-left: 0;
}

section.faq .content .lt .list a:last-child {
    margin-right: 0;
}

section.faq .content .lt .list a:hover img {
    filter: none;
}

section.faq .content .lt .list a img {
    width: 40px;
    filter: opacity(.65);
    transition: .5s;
}

section.faq .content .rt .item {
    padding: 20px 0 20px 20px;
    border-left: 3px solid #eee;
}

section.faq .content .rt .item.active {
    border-color: royalblue;
    padding: 8px 0 8px 20px;
}

section.faq .content .rt .item h4 {
    font-size: 18px;
    margin: 0;
    cursor: pointer;
}

section.faq .content .rt .item p {
    margin: 14px 0 0 0;
    line-height: 24px;
    display: none;
    font-size: 14px;
}

section.faq .content .rt .item.active p {
    display: block;
}

section.others .content .rt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

section.others .content .rt li p {
    font-size: 15px;
    position: relative;
    line-height: 28px;
}

footer {
    background: royalblue;
    position: relative;
    z-index: 1;
}

footer .content {
    padding: 80px 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

footer .content .lt {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    border-right: 1px solid rgba(236,235,236,.5);
    margin: 0 30px 0 0;
}

footer .content .lt img {
    width: 80%;
    align-self: start;
}

footer .content .lt nav {
    align-self: end;
}

footer .content .lt nav a {
    margin-right: 20px;
    float: left;
    width: auto;
}

footer .content nav h4 {
    color: white;
    margin: 0;
}

footer .content nav a {
    width: 100%;
    color: white;
    margin: 14px 0;
    display: block;
    font-size: 15px;
}

footer .content nav a img {
    width: 24px !important;
    filter: invert(1);
}

footer .buttons {
    border-top: 1px solid rgba(236,235,236,.2);
    padding: 80px 0;
}

footer .buttons h2 {
    text-align: center;
    color: white;
    margin: 0 0 40px 0;
    font-weight: 400;
}

footer .buttons h2 strong {
    position: relative;
}

footer .buttons h2 strong svg {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
}

footer .buttons .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
}

footer .buttons .items a {
    display: grid;
    grid-template-columns: 48px auto;
    align-items: center;
    gap: 20px;
}

footer .buttons .items a img {
    filter: invert(1);
    width: 48px;
}

footer .buttons .items a p {
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

footer .copy {
    text-align: center;
    font-size: 14px;
    color: white;
    padding: 40px 0;
    display: block;
}

footer .copy a {
    color: white;
}

section.tyc {
    margin: 0 0 80px 0;
}

section.tyc .content {
    grid-template-columns: 1fr 3fr;
    gap: 20px;
}

section.tyc .content nav {
    position: sticky;
    top: 120px;
    left: 0;
    background: #eee;
    border-radius: 10px;
}

section.tyc .content nav a {
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
    translate: 0.5s;
    position: relative;
    padding: 14px 20px;
    display: block;
}

section.tyc .content nav a:first-child {
    border-radius: 10px 10px 0 0;
}

section.tyc .content nav a:last-child {
    border-radius: 0 0 10px 10px;
    border-bottom: none;
}

section.tyc .content nav a .rt {
    display: none;
}

section.tyc .content nav a.active {
    background: #ddd;
}

section.tyc .content nav a.active .rt {
    position: absolute;
    right: 20px;
    transition: 0.5s;
    font-size: 24px;
    font-family: 'Ubuntu', Arial;
    color: gray;
    display: block;
    align-self: anchor-center;
}

section.tyc .content nav a h4 {
    color: black;
    font-size: 15px;
    margin: 0;
}

section.tyc .content nav a p {
    color: gray;
    font-size: 13px;
    margin: 6px 0 0 0;
}

section.tyc .content .box-tyc {
    font-size: 15px;
    line-height: 30px;
}

section.tyc .content .box-tyc a {
    color: #212f3d;
    font-weight: bold;
}

section.tyc .content .box-tyc ol li,
section.tyc .content .box-tyc ul li {
    list-style: auto !important;
}

section.tyc .content .box-tyc .item {
    margin: 40px 0;
}

section.tyc .content .box-tyc .item:first-child {
    margin: 0 0 40px 0;
}

section.customers {
    padding: 80px 0;
}

section.customers .content .box {
    overflow: hidden;
    margin: 40px 0 0 0;
}

section.customers .content .box ul {
    display: flex;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    gap: 10px;
}

section.customers .content .box ul li {
    width: 100%;
    height: 180px;
    object-fit: contain;
    aspect-ratio: 1/1;
    mix-blend-mode: color-burn;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

section.customers .content .box ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
    mix-blend-mode: color-burn;
    filter: grayscale(1);
    transition: .5s;
}

section.customers .content .box ul li:hover img {
    filter: none;
}

section.detail .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    align-items: center;
    margin: 0 auto;
    padding: 80px 0;
}

section.detail.reverse .content {
    direction: rtl;
}

section.detail.reverse .content > * {
    direction: ltr;
}

section.detail .content .text .label {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #6366f1;
    font-weight: 700;
}

section.detail .content .text h2 {
    font-size: 38px;
    margin: 16px 0;
}

section.detail .content .text p {
    font-size: 18px;
    color: #475569;
    max-width: 480px;
    margin-bottom: 28px;
    line-height: 30px;
}

section.detail .content .text ul {
    list-style: none;
    padding: 0;
}

section.detail .content .text ul li {
    font-size: 16px;
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-content: center;
}

section.detail .content .text ul li:before {
    background-image: url("..//argentina/images/tilde.png");
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background-size: 100%;
}

/* section.detail .content .visual {
    height: 320px;
    border-radius: 28px;
    display: grid;
} */

section.detail .content .visual {
    width: 100%;
}

section.category {
    background: royalblue;
    margin: 50px 0 0 0;
    display: grid;
    height: calc(100vh - 50px);
    align-items: center;
}

section.category .content .label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: .7;
    background: aliceblue;
    color: royalblue;
    border-radius: 20px;
    width: max-content;
    padding: 8px 20px;
    margin: 0 auto;
    font-weight: 600;
}

section.category .content h2 {
    font-size: 52px;
    margin: 20px 0;
    color: white;
    text-align: center;
}

section.category .content p {
    font-size: 20px;
    color: #cbd5f5;
    text-align: center;
    line-height: 30px;
    width: 60%;
    margin: 0 auto;
}

.paint-close-v2 {
    position: relative;
    padding: 120px 24px;
    background: linear-gradient(135deg, #0b3ea8, #0f62fe);
    overflow: hidden;
}

.paint-close-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.06), transparent 45%);
    pointer-events: none;
}

.paint-close-wrapper {
    max-width: 1000px;
    margin: auto;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(6px);
    border-radius: 24px;
    padding: 80px 64px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.12);
}

.paint-close-content h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 24px;
}

.paint-close-content p {
    font-size: 20px;
    line-height: 1.6;
    color: #e0e7ff;
    max-width: 720px;
    margin: auto;
}

@media (max-width: 768px) {
    header {
        height: 80px;
    }

    header .content {
        width: 90%;
        grid-template-columns: 1fr 24px;
    }

    header .content a.logo img {
        width: 180px;
    }

    header .content .solution {
        display: none;
    }

    header .content,
    section.views .content,
    section.us .content,
    section.price .content,
    .content,
    header.active .solutions .box,
    footer .buttons,
    footer .copy {
        width: 90%;
    }

    header .content nav {
        display: none;
    }

    header .content nav .access {
        margin: 20px 0 0 0;
    }

    header .content .mnu-movil {
        display: block;
    }

    header .content .mnu-movil img,
    header .content .top-movil a img {
        width: 100%;
        filter: invert(1);
    }

    header .content .top-movil {
        grid-template-columns: 1fr 24px;
        gap: 20px;
        align-items: center;
    }

    header .content.active .top-movil {
        display: grid;
        margin: 0 0 20px 0;
    }

    header .content .top-movil h4 {
        margin: 0;
        color: white;
        font-size: 28px;
    }

    header .content.active nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: royalblue;
    }

    section#inicio .content {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
        gap: 20px;
    }

    section#inicio .content .write h2 {
        font-size: 28px;
    }

    section#inicio .content .write button {
        padding: 8px 14px;
        font-size: 14px;
        margin: 14px 0;
    }

    section#inicio .content .write p {
        font-size: 13px;
        margin: 8px 0;
        gap: 8px;
    }

    section#inicio .content img {
        width: 80%;
        margin: 0 auto;
    }

    section.list .content {
        grid-template-columns: 1fr;
        gap: 0;
    }

    section.list .content .item {
        padding: 20px 0;
        border-right: none;
        border-bottom: 2px solid #eee;
    }

    section.list .content .item:last-child {
        border: none;
    }

    section.list .content .item img {
        width: 34px;
    }

    section.list .content .item h4 {
        margin: 10px 0 10px 0;
        font-size: 16px;
    }

    section.list .content .item p {
        font-size: 14px;
    }

    section.views .content img {
        display: none;
    }

    section.views .content .box .list {
        width: 100%;
        position: relative;
    }

    section.features .content {
        grid-template-columns: 1fr;
        gap: 0
    }

    section.features .content .rt {
        display: none;
    }

    section.price .content {
        grid-template-rows: repeat(4, auto);
        grid-template-areas:
            "price-title price-title"
            "price-lt price-lt"
            "price-rt price-rt"
            "price-counter price-counter";
    }

    section.price .content .counter {
        grid-template-columns: 1fr;
        grid-template-areas: repeat(3, auto);
        grid-template-areas:
            "counter-data"
            "counter-books"
            "counter-integrations";
    }

    section.price .content .lt h1 {
        font-size: 60px;
    }

    section.faq .content,
    section.testimonies .content,
    section.others .content {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    footer .content {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
        gap: 40px;
    }

    footer .content .lt {
        margin: 0;
        border-right: none;
        border-bottom: 1px solid rgba(236,235,236,.5);
        padding: 0 0 20px 0;
    }

    footer .buttons h2 {
        line-height: 45px;
    }

    footer .buttons .items {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
        gap: 40px;
    }

    header .content.active nav {
        align-content: normal;
        padding: 20px;
        overflow-y: auto;
    }

    header .content nav li a p,
    header .content nav li.mnu a p {
        margin: 10px 0;
    }

    header .content nav li.mnu a {
        grid-template-columns: 1fr auto;
    }

    header .content nav li.mnu a .arrow {
        text-align: center;
    }

    header .content nav li.mnu.active ul {
        position: relative;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, auto);
        width: 100%;
        top: 0;
    }

    section.views {
        border-radius: 0 100px 0 0;
    }

    section.title {
        margin: 80px 0 0 0;
    }

    section.title .content,
    section.detail .content {
        grid-template-columns: 1fr;
    }

    section.title .content img,
    section.detail .content .visual {
        display: none;
    }

    section.detail-top .content .list {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
    }

    section.category {
        margin: 80px 0 0 0;
        height: calc(100vh - 80px);
    }

    section.category .content .label {
        text-align: center;
        width: auto;
    }

    section.category .content h2 {
        font-size: 38px;
    }

    section.category .content p {
        font-size: 16px;
        line-height: 28px;
    }

    section.detail .content {
        padding: 40px 0;
    }
}

@media (min-width: 769px) and (max-width: 1399px) {
    header {
        height: 80px;
    }

    header.active {
        grid-template-rows: 80px 1fr;
    }

    header .content .solution p {
        font-size: 13px;
    }

    header .content {
        grid-template-columns: 1fr auto;
    }

    header .content a img {
        width: 210px;
    }

    header .content,
    section.views .content,
    section.us .content,
    section.price .content,
    .content,
    header.active .solutions .box,
    footer .buttons,
    footer .copy {
        width: 90%;
    }

    section.category .content {
        width: 80%;
    }

    section#inicio .content .write h2 {
        font-size: 60px;
    }

    section#inicio .content .write button {
        padding: 10px 20px;
        font-size: 14px;
    }

    section#inicio .content .write p,
    section.list .content .item p,
    section.views .content .box .list .item h5 {
        font-size: 14px;
    }

    section.list .content .item h4 {
        font-size: 16px;
    }

    section.views .content .box .list .item {
        gap: 5px;
    }

    section.views .content .box .list .item p {
        font-size: 13px;
        line-height: 20px;
    }

    section.views .content .box .list .item h4 {
        font-size: 15px;
        line-height: 24px;
    }

    section.price .content .counter .data h2 {
        font-size: 28px;
    }

    section.price .content .counter .data p {
        font-size: 15px;
    }

    header.active .solutions .box,
    header.active .solutions .box .item {
        padding: 20px 0;
    }

    header .content nav li.mnu.active ul .list a {
        padding: 10px 0;
    }

    section.title {
        margin: 80px 0 0 0;
    }

    section.detail-top .content .list .item h4 {
        margin: 10px 0;
        line-height: 34px;
    }

    section.detail .content .text h2 {
        font-size: 34px;
    }
    
    section.detail .content .text p {
        font-size: 16px;
        line-height: 28px;
    }
    
    section.detail .content .text ul li {
        font-size: 14px;
    }

    section.detail-top .content .list .item img {
        width: 38px;
    }

    header .content nav li a {
        font-size: 14px;
    }

    header .content .solution .arrow i,
    header .content nav li.mnu a .arrow i {
        width: 14px;
        height: 14px;
    }

    header .content nav {
        gap: 10px;
    }
}
