

:root{
    --primary-color:#D03016;
    --second-color:#D0EFFF;
    --primary-white:#FFFFFC;
    --primary-black:#0A0500;
    --color-gray:#EEF2F1;
    --color-dark-gray:#9B9D9C;
    --color-light-gray:#F9FAF9;
    --color-green:#DFFF9A;
    --color-success:#72D138;
    --color-error:#EC1034;
    --color-warning:#FFBC49;
    --bs-body-font-family:'Kumbh Sans', sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-color:#0A0500;
}
.text-w{color: var(--primary-white) !important;}
.text-b{color: var(--primary-black);}
.text-gray{color: var(--primary-gray);}
.text-gray-2{color: var(--color-dark-gray);}
.text-green{color: var(--color-green);}
.text-red{color: #FF3730;}
h5,h4,h3,h2,h1,p,span,figure, small{ margin-bottom: 0;}

a{ text-decoration: none;color: inherit;transition: color .2s ease-in, background-color .2s ease-in, border-color .2s ease-in;}
.relativo{ position: relative;}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance: button-bevel;
}
:focus-visible{
    outline: none;
    outline-color: transparent;
}
:-internal-direct-focus {
    outline-color: transparent;
}
body{
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--primary-white);
}
.gap-10 {gap: 10px;}
.gap-12 {gap: 12px;}
.gap-20{gap: 20px;}
.gap-23{gap: 23px;}
.gap-24 {gap: 24px;}
.gap-40 {gap: 40px;}
.mt-00{margin-top: 0px;}
.mt-8 {margin-top: 8px;}
.mt-12 {margin-top: 12px;}
.mt-13 {margin-top: 13px;}
.mt-14 {margin-top: 14px;}
.mt-16 {margin-top: 16px;}
.mt-18 {margin-top: 18px;}
.mt-20 {margin-top: 20px;}
.mt-21 {margin-top: 21px;}
.mt-24 {margin-top: 24px;}
.mt-25 {margin-top: 25px;}
.mt-27 {margin-top: 27px;}
.mt-29 {margin-top: 29px;}
.mt-30 {margin-top: 30px;}
.mt-32 {margin-top: 32px;}
.mt-50 {margin-top: 50px;}
.mt-51 {margin-top: 51px;}
.mt-40 {margin-top: 40px;}
.mt-46 {margin-top: 46px;}
.mt-59 {margin-top: 59px;}
.mt-60 {margin-top: 60px;}
.mt-61 {margin-top: 61px;}
.mt-68 {margin-top: 68px;}
.mt-70 {margin-top: 70px;}
.mt-102 {margin-top: 102px;}
.mb-6 {margin-bottom: 6px;}
.mb-8 {margin-bottom: 8px;}
.mb-10 {margin-bottom: 10px;}
.mb-12 {margin-bottom: 12px;}
.mb-16 {margin-bottom: 16px;}
.mb-20 {margin-bottom: 20px;}
.mb-23 {margin-bottom: 23px;}
.mb-24 {margin-bottom: 24px;}
.mb-32 {margin-bottom: 32px;}
.mb-40 {margin-bottom: 40px;}
.mb-56 {margin-bottom: 56px;}
.mb-59 {margin-bottom: 59px;}
.mb-69 {margin-bottom: 69px;}
.mb-82 {margin-bottom: 82px;}
.pt-7 {padding-top: 7px;}
.pt-8 {padding-top: 8px;}
.pt-12 {padding-top: 12px;}
.pt-16 {padding-top: 16px;}
.pt-20 {padding-top: 20px;}
.pt-24 {padding-top: 24px;}
.pt-30 {padding-top: 30px;}
.pt-31 {padding-top: 31px;}
.pt-32 {padding-top: 32px;}
.pt-40 {padding-top: 40px;}
.pt-60 {padding-top: 60px;}
.pt-69 {padding-top: 69px;}
.pt-85 {padding-top: 85px;}
.pb-23 {padding-bottom: 23px;}
.pb-24 {padding-bottom: 24px;}
.pb-30 {padding-bottom: 30px;}
.pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;}
.pb-42 {padding-bottom: 42px;}
.pb-49 {padding-bottom: 49px;}
.pb-80 {padding-bottom: 80px;}
.pad-32 {padding: 32px 0;}
.pad-40 {padding: 40px 0;}
.pad-60 {padding: 60px 0;}
.pad-80 {padding: 80px 0;}
.w-90 {width: 90%;}
.w-80 {width: 93%;}
.h-30 {height: 30px;}
.gap-8 {gap: 8px;}
.border-4s {border-radius: 4px 0px;}
.border-4si {border-radius: 0 4px;}
.border-8 {border-radius: 8px;}
.border-8s {border-radius: 8px 0;}
.border-8si {border-radius: 0 8px;}
.border-16 {border-radius: 16px 0px;}
.border-16a {border-radius: 16px;}
.border-te-8{border-radius: 0px 8px 0px 0px;}
.border-bs-8{border-radius: 0px 0px 0px 8px;}
.pb-101 {padding-bottom: 101px;}
.border-4-desk{border-radius: 4px 0px;}
.color-primary{
    color: var(--primary-color);
}
.bg-w{
    background-color: var(--primary-white);
}
.bg-gray{
    background-color: var(--color-gray)
}
.bg-gray-light{
    background-color: var(--color-gray-light)
}
.bg-b{
    background-color: var(--primary-black);
}
.bg-w-light{
    background-color: var(--color-light-gray);
    opacity: 0.5;
    border-radius: 5px;
}
.bg-green{
    background-color: var(--color-green);
}
.transition-gral{
    transition: color .2s ease-in, background-color .2s ease-in, border-color .2s ease-in;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1120px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px;
        width: calc(100% - 160px); 
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 768px) {
    .custom-container {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.row {
    --bs-gutter-x: 2rem;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: height 0.3s ease-in-out;
    height: 60px;
    border-radius: 8px 0px;
}
nav.scroll-on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--primary-black);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in;
    z-index: 999;
    animation: slideDown 0.35s ease-out;
    border-radius: 8px 0px;
}
nav.navbar-expand-lg {
    transition: all 0.2s ease-in;
    padding: 0;
}
header .navbar-expand-lg .container {
    height: 60px;
    transition: height 0.3s ease-in-out;
}
.black-menu nav.scroll-on {
    background: var(--primary-black);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.navbar-brand {
    font-size: 0;
    line-height: 0;
}
.navbar-brand img {
    display: block;
}
nav.scroll-on .navbar-brand svg path[fill="#0A0500"] {
    fill: var(--primary-white);
    transition: fill 0.2s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    transition: color .3s ease-in-out;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    background: var(--primary-white);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 8px 8px;
    border: 0;
    margin-top: 0;
    display: block;
    transition: all 0.25s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    width: auto;
    min-width: auto;
    white-space: nowrap;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 8px 10px 18px 16px;
    white-space: inherit;
    transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.accordion-custom-solutions .accordion-item {
    border: none !important; 
    border-bottom: 1px solid #FFFFFC !important;
    background-color: transparent !important;
}
.dropdown-toggle::after {
    display: none;
    border: none;
}
.navbar-toggler-icon {
    background-image: none !important;
    width: 16px;
    height: 12px;
    display: inline-block;
    position: relative;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon > span {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-white);
    border-radius: 2px;
    transition: transform 0.28s cubic-bezier(.2,.9,.2,1), opacity 0.2s ease;
}
.navbar-toggler-icon > span { top: 50%; transform: translateY(-50%); }
.navbar-toggler-icon::before { top: 0; }  
.navbar-toggler-icon::after  { bottom: 0; }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: translateY(8px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: translateY(-8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon > span {
  opacity: 0;
  transform: scaleX(0.8);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: translateY(6px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: translateY(-5px) rotate(-45deg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon > span {
  opacity: 0;
}
.navbar-toggler {
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-toggler:focus { box-shadow: none; outline: none; }
.navbar-collapse .menu-footer{
    display: none;
}
.navbar-collapse .menu-copy {
    display: none;
}
.text-underline {
    text-decoration: underline;
}
.box-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}
.navbar-expand-lg .navbar-nav .box-dropdown .nav-link {
    margin-right: 10px;
}
.menu-icon-arrow {
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 0;
    line-height: 0;
    transition: transform 0.2s ease;
    display: flex;
    justify-content: center;
    transform: rotate(0);
    margin-top: 0px;
    cursor: pointer;
}
.menu-icon-arrow.rotated {
    transform: rotate(180deg);
}
.menu-icon-arrow .white {
    display: block;
}
.menu-icon-arrow .black {
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-link .text-line{
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
    margin-bottom: 0;
}
.scroll-on .transition__link.btn-text-slide .text-slide .text-line{
    background-color: var(--color-green);
    color: var(--primary-black);
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: -40px;
        top: 35px;
    }
}

.bg-hero-image {
    background-image: url(../img/home/hero-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 720px;
}
.content-banner {
    padding-top: 115px;
    z-index: 1;
}
.slider-clients .logos{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 35px;
}
.slider-clients .logos::before,
.slider-clients .logos::after{
    content: "";
    position: absolute;
    top: 0;
    height: 35px;
    width: 60px;
    z-index: 2;
    pointer-events: none;
}
.slider-clients .logos::before{
    left: 0;
    background: linear-gradient(to right, var(--primary-black) 0%, rgba(10, 5, 0, 0) 100%);
}
.slider-clients .logos::after{
    right: 0;
}
.slider-clients .logos-slide{
    display: flex;
    align-items: center;
    width: max-content;
    height: 35px;
    animation: clients-scroll 25s linear infinite;
    will-change: transform;
}
.slider-clients .logo-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    flex-shrink: 0;
    margin: 0 6px;
}
.slider-clients .logo-item img{
    max-height: 33px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
@media (min-width: 768px){
    .slider-clients .logo-item{ margin: 0 12px; }
}
@media (min-width: 1024px){
    .slider-clients .logo-item{ margin: 0 20px; }
}
@keyframes clients-scroll{
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.bg-w-light img{
    border-radius: 5px;
    z-index: 1;
    position: relative;
    opacity: 1;
}
.content-items-benefits{
    padding: 16px 13px 16px 16px;
    border-radius: 4px 0px;
}
.content-items-benefits .item-icon{
    min-width: 42px;
    width: 42px;
    height: 42px;
}
.content-items-benefits .item-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.grid-benefits{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.custom--list{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.bg-card-profile{
    border-radius: 8px 0px;
    padding: 20px 25px 20px 40px;
}
.custom--list li::before {
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
}
.custom--list li {
    padding-left: 22px;
    position: relative;
    margin-bottom: 8px;
}
.custom--list li:last-child{
    margin-bottom: 0;
}
.custom--list.icon-circle li::before {
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23DFFF9A'/%3E%3Cpath d='M10.5004 4.61377L6.12536 8.98877L4.13672 7.00013' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.card-body-profile{
    margin-top: 16px;
}
.item-up-right{
    position: absolute;
    top: 0;
    right: 0;
    transition: transform 0.3s ease-out;
}
.link-arrow-up {
    width: 24px;
    height: 24px;
    display: block;
}
.link-arrow-up::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-out;
    background-size: 16px 16px;
}
.arrow-up-right-white::after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5H10.5M10.5 0.5V10.5M10.5 0.5L0.5 10.5' stroke='%23FFFFFC' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
}
.arrow-up-right-black::after{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1.33337 1.33337H14.6667M14.6667 1.33337V14.6667M14.6667 1.33337L1.33337 14.6667' stroke='%231A1A18' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.item-card-profile {
    cursor: pointer;
}
.operation .img-operations{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.operation .img-operations img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.operation .icon-arrow-tabs{
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 7.5H14.5M14.5 7.5L7.5 0.5M14.5 7.5L7.5 14.5' stroke='%23FFFFFC' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}
#v-pills-tab button{
    cursor: pointer;
}
#v-pills-tab .nav-link {
    opacity: 0.6;
    transition: opacity 0.3s ease;
    padding: 0;
}
#v-pills-tab .nav-link.active .text-gray-2 {
    color: var(--primary-white) !important;
}

#v-pills-tabContent .tab-pane {
    transition: none !important;
}
#v-pills-tabContent .tab-pane.active {
    animation: tabContentEnter 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes tabContentEnter {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.custom-list-disc{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.custom-list-disc li{
    width: 85%;
    position: relative;
    padding-left: 25px;
}
.custom-list-disc li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    transform: translateY(-50%);
    left: 5px;
    width: 3px;
    height: 3px;
    background-color: currentColor;
    border-radius: 50%;
}
.custom-list-disc.uno li{
    width: 85%;
}
.swiperColFour .body-slide{
    background-color: #EEF2F1;
    padding: 16px 16px 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 178px;
}

.border-b-comp {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.cell-header-safe {
    background-color: var(--primary-black);
    border-radius: 12px 12px 0 0;
    padding: 32px 16px 20px;
    margin-top: -32px;
    border: 1px solid rgba(223, 255, 154, 0.4);
    border-bottom: none;
    box-shadow: 0px -10px 24px rgba(223, 255, 154, 0.05);
}
.cell-body-safe {
    background-color: var(--primary-black);
    padding: 18px 24px;
    border-left: 1px solid rgba(223, 255, 154, 0.4);
    border-right: 1px solid rgba(223, 255, 154, 0.4);
}
.cell-footer-safe {
    background-color: var(--primary-black);
    border-radius: 0 0 12px 12px;
    padding: 16px 24px 32px;
    margin-bottom: -32px;
    border: 1px solid rgba(223, 255, 154, 0.4);
    border-top: none;
    box-shadow: 0px 10px 24px rgba(223, 255, 154, 0.05); 
}
.icon-comp-feature {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.bg-comparative {
    border-radius: 16px;
    position: relative;
}
.comparatives-new .col-md-3 .row-compare-p,
.comparatives-new .col-md-4.offset-md-1 .row-compare-p {
    position: relative;
}
.comparatives-new .col-md-3 .row-compare-p::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -20px;
    width: 200%;
    border-bottom: 0.5px solid #9B9D9C;
    z-index: 1;
}
.comparatives-new .col-md-4.offset-md-1 .row-compare-p::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -20px;
    border-bottom: 0.5px solid #9B9D9C;
    z-index: 1;
}
.comparatives-new .col-md-3 .row-compare-p:last-child::after,
.comparatives-new .col-md-3 .row-compare-p:first-child::after,
.comparatives-new .col-md-4.offset-md-1 .row-compare-p:last-child::after,
.comparatives-new .col-md-4.offset-md-1 .row-compare-p:first-child::after {
    display: none;
}
.row-compare-p {
    height: 40px;
}
.row-compare-p:first-child {
    height: 64px;
}
.row-compare-p:last-child {
    height: 49px;
    padding-bottom: 10px;
}
.row-compare-p span{
    display: inline;
}
.icons-comparatives {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icons-comparatives img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comparatives-center {
    padding-top: 40px;
    padding-bottom: 27px;
    margin-top: -40px;
    margin-bottom: -27px;
    border: 3px solid #DFFF9A;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
    border-radius: 0px 16px;
}
.comparatives-new {
    margin-bottom: 113px;
}
.comparatives-new .col-md-3 .row-compare-p,
.comparatives-new .col-md-4.offset-md-1 .row-compare-p {
    position: relative;
}

.comparatives-new .col-md-3 .row-compare-p::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -20px;
    width: 200%;
    border-bottom: 0.5px solid #9B9D9C;
    z-index: 1;
}

.comparatives-new .col-md-4.offset-md-1 .row-compare-p::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -20px;
    width: 200%;
    border-bottom: 0.5px solid #9B9D9C;
    z-index: 1;
}
.comparatives-new .col-md-3 .row-compare-p:last-child::after,
.comparatives-new .col-md-3 .row-compare-p:first-child::after,
.comparatives-new .col-md-4.offset-md-1 .row-compare-p:last-child::after,
.comparatives-new .col-md-4.offset-md-1 .row-compare-p:first-child::after {
    display: none;
}
.row-compare-p {
    height: 40px;
}
.row-compare-p:first-child {
    height: 64px;
}
.row-compare-p:last-child {
    height: 49px;
    padding-bottom: 10px;
}
.row-compare-p span{
    display: inline;
}
.icons-comparatives {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icons-comparatives img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comparatives-center {
    padding-top: 40px;
    padding-bottom: 27px;
    margin-top: -40px;
    margin-bottom: -27px;
    border: 3px solid #DFFF9A;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
    border-radius: 0px 16px;
}
.comparatives-new{
    margin-bottom: 113px;
}
.compare-group {
    gap: 4px;
}

.nav-personal .nav-link {
    color: var(--primary-black);
    background-color: transparent;
    border: none;
    border-radius: 20px;
    padding: 4px 10px;
    transition: background-color 0.3s, text-decoration 0.3s;
}
.nav-personal .nav-link.active,
.nav-personal .nav-link:hover {
    background-color: #EEF2F1 !important;
    text-decoration: underline !important;
}
.custom--list.icon-circle-check li {
    padding-left: 30px;
    margin-bottom: 16px;
}
.custom--list.icon-circle-check li:last-child{
    margin-bottom: 0;
}
.custom--list.icon-circle-check li::before {
    top: 2px;
    transform: translateY(0);
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.custom--list.icon-circle-check li::before {
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23FFFFFC'/%3E%3Cpath d='M16.5 7.25L9.625 14.125L6.5 11' stroke='%230A0500' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.google-play{
    width: 101px;
    height: 30px;
    object-fit: contain;
}
.app-store{
    width: 90px;
    height: 30px;
    object-fit: contain;
}

.video-placeholder {
    position: relative;
    width: 100%;
    aspect-ratio: 547 / 370;
    background-color: rgba(0, 0, 0, 0.1);
    border: 0.5px solid var(--primary-black);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    min-height: 370px;
}
.video-placeholder__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease-in;
}
.custom--list-icon-circle-green{
    list-style: none;
    padding-left: 0;
}
.custom--list-icon-circle-green li {
    padding-left: 30px;
    margin-bottom: 16px;
    position: relative;
}
.custom--list-icon-circle-green li:last-child{
    margin-bottom: 0;
}
.custom--list-icon-circle-green li::before {
    top: 0;
    transform: translateY(0);
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;
}
.custom--list-icon-circle-green li::before {
    background-size: 22px 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23DFFF9A'/%3E%3Cpath d='M10.5004 4.61377L6.12536 8.98877L4.13672 7.00013' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.experience-card {
    padding: 24px 24px 28px 24px;
}
.card-main-img {
    flex: 4.5;
    min-width: 0;
}
.card-main-img-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    image-rendering: high-quality;
    transform: translateZ(0); 
    backface-visibility: hidden;
}
.card-stats {
    flex: 2.5;
    min-width: 0;
}
.card-stat-item {
    height: 100%;
    max-height: calc(50% - 2px);
    width: 100%;
    object-fit: cover;
    image-rendering: high-quality;
    transform: translateZ(0); 
    backface-visibility: hidden;
}
.min-h-408{
    max-height: 408px;
}
.min-h-481{
    max-height: 481px;
}
.min-h-0{
    min-height: 0;
}

.custom--form {
    margin: 0 auto;
}
.custom--form label {
    display: block;
    margin-bottom: 0;
}
.custom--form input,
.custom--form select,
.custom--form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--primary-black);
    background: transparent;
    padding: 8px 0;
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    border-radius: 0;
}
.custom--form input, .custom--form select{
    height: 32px;
}
.custom--form textarea{
    height: 65px;
    resize: none;
    padding: 8px 16px 0 0;
    line-height: 1.5;
}
.custom--form input::placeholder,
.custom--form textarea::placeholder {
    color: #999999;
    transition: color 0.3s;
}

.custom--form input:focus,
.custom--form select:focus,
.custom--form textarea:focus {
    border-bottom: 1px solid #DFFF9A;
    box-shadow: none;
    color: var(--primary-black);
    background: transparent;
    opacity: 1;
}
.custom--form .form-control:focus {
    box-shadow: none;
}
.custom--form input:focus::placeholder,
.custom--form textarea:focus::placeholder {
    color: var(--primary-black);
}
.custom--form .form-control.valid {
    border-bottom-color: #69C91A;
    box-shadow: none;
}
.custom--form .form-control.error {
    border-bottom-color: #FF3730;
    box-shadow: none;
    color: #FF3730;
}
.custom--form .form-control.error::placeholder {
    color: #FF3730;
}
.custom--form select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 24px;
    background: url("data:image/svg+xml,%3Csvg%20width='13'%20height='7'%20viewBox='0%200%2013%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0.5%200.5L6.5%206.5L12.5%200.5'%20stroke='%23231F20'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 6px center;
    background-size: 13px auto;
    box-shadow: none;
    color: var(--primary-gray);
}
.custom--form .form-check {
    display: flex;
    align-items: center;
    padding-left: 0;
    min-height: auto;
    margin-bottom: 0;
}
.custom--form .form-check-input {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid var(--primary-black);
    margin-right: 6px;
    margin-left: 0;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
    line-height: 0;
    padding: 0;
    font-size: 0;
}
.custom--form .form-check label{
    cursor: pointer;
}
.custom--form .form-check-input[type="radio"] {
    border-radius: 50%;
}
.custom--form .form-check.dimmed {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.custom--form .form-check-input:focus {
    box-shadow: none;
    border-color: var(--primary-color);
    opacity: 1;
}
.custom--form .form-check-input.input-square:focus {
    border-color: var(--primary-black);
}
.custom--form .form-check-input.input-square:checked:focus {
    border-color: var(--primary-color);
}
.custom--form .form-check.error .form-check-input {
    border: 1px solid var(--primary-red);
}
.custom--form .form-check.error label {
    color: var(--primary-red) !important;
}
.custom-select-container {
    position: relative;
    user-select: none;
    width: 100%;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.custom-select-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 32px;
    border-bottom: 1px solid var(--primary-black);
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    cursor: pointer;
    transition: all 0.2s;
    padding: 8px 0;
}
.custom-select-trigger.selected {
    color: var(--primary-black);
}
.custom-select-trigger::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' stroke='%239B9D9C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 7px;
    transition: transform 0.2s;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.custom-select-container.open .custom-select-trigger::after {
    transform: translateY(-50%) rotate(180deg);
}
.custom-select-trigger.error {
    color: var(--primary-red);
    border-bottom: 1px solid var(--primary-red);
}
.custom-select-container .custom-select-trigger.error::after {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' stroke='%23FF3730' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 8px 8px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
    padding: 0;
    margin-top: 1px;
}
.custom-options.uno {
    width: 296px;
}
.custom-select-container.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.custom-option {
    padding: 8px 16px;
    color: var(--primary-black);
    cursor: pointer;
    transition: background 0.2s;
}
.custom-option:hover {
    background-color: var(--primary-black);
    color: var(--color-green);
}
.custom-option.selected {
    background-color: var(--primary-black);
    color: var(--color-green);
}
.btn-send-form.disabled-b {
    opacity: 0.6;
    pointer-events: none;
}
.disabled-btn {
    opacity: 0.5;
    pointer-events: none;
}
.header-text-black .navbar-brand svg{
    width: 212px;
    height: 30px;
}
@media (min-width: 992px) {
    .header-text-black nav:not(.scroll-on) .text-w {
        color: var(--primary-black) !important;
    }
    .header-text-black nav:not(.scroll-on) .nav-link .text-line:last-child {
        color: var(--color-dark-gray) !important; 
    }
    .header-text-black nav:not(.scroll-on) .btn-text-slide.green:hover,
    .header-text-black nav:not(.scroll-on) .btn-text-slide.green:hover .text-slide .text-line {
        background-color: var(--color-gray) !important;
    }
    .header-text-black nav:not(.scroll-on) img.white {
        filter: brightness(0);
    }
}
.header-text-black nav:not(.scroll-on) .btn-text-slide.hover-text-movil .text-line {
    color: var(--primary-black);
}
.logo-footer.small img{
    width: 212px;
}
.content-privacy{
    padding: 40px 24px;
}
.content-privacy b{
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: var(--primary-black);
}
.content-privacy p{
    margin-bottom: 16px;
}
.custom-list-disc.privacy li{
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.custom-list-disc.privacy li::before {
    top: 0.7em;
}
.content-privacy a{
    text-decoration: underline;
}
.banner-top-section{
    padding-top: 60px;
    margin-top: 75px;
}
.hero-empresas{
    height: 529px;
    margin-bottom: 60px;
}
.hero-icon-item{
    width: 26px;
    height: 26px;
}
.flex-2-5 {
    flex: 2.5;
    min-width: 0;
}
.flex-3-5 {
    flex: 3.5;
    min-width: 0;
}
.header-hero-fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}
.swiperHeroEmpresas {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiperHeroEmpresas .swiper-slide {
    height: auto;
    overflow: hidden;
}
.swiperHeroEmpresas .swiper-button-next,
.swiperHeroEmpresas .swiper-button-prev {
    display: flex;
    position: static;
    width: 24px;
    height: 24px;
    margin: 0;
    cursor: pointer;
}
.swiperHeroEmpresas .swiper-button-next::after,
.swiperHeroEmpresas .swiper-button-prev::after {
    display: none;
}
.swiper-dots-black-desk .swiper-pagination {
    position: relative;
    text-align: center;
    padding: 0;
    bottom: 0 !important;
    font-size: 0;
}
.swiper-dots-black-desk .swiper-pagination-bullet {
    width: 5px; 
    height: 5px;
    background: #9B9D9C;
    opacity: 1;
    border-radius: 50%;
    transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
}
.swiper-dots-black-desk .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-dots-black-desk .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin-right: 24px;
    margin-left: 0;
}
.swiper-dots-black-desk .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child, .swiper-dots-black-desk .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.swiper-dots-black-desk .swiper-pagination-bullet-active {
    opacity: 1;
    width: 60px; 
    height: 5px;
    background: #1A1A18;
    border-radius: 20px;
}
.swiperHeroEmpresas .swiper-slide .hero-footer {
    opacity: 0;
    transform: translateY(20px) translateZ(0);
    transition: opacity 0.6s cubic-bezier(.2,.8,.2,1), transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.swiperHeroEmpresas .swiper-slide-active .hero-footer {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition-delay: 0.1s;
}
.swiperHeroEmpresas .swiper-slide:not(.swiper-slide-active) .scale-in-center,
.swiperHeroImgMovil .swiper-slide:not(.swiper-slide-active) .scale-in-center {
    opacity: 0 !important;
    transform: scale(0.8) !important;
    animation: none !important;
}
.swiperHeroEmpresas .swiper-slide-active .scale-in-center.order-seq-1,
.swiperHeroImgMovil .swiper-slide-active .scale-in-center.order-seq-1 {
    animation: scaleInCenter 0.6s ease-out forwards;
    animation-delay: 0.1s;
}
.swiperHeroEmpresas .swiper-slide-active .scale-in-center.order-seq-2,
.swiperHeroImgMovil .swiper-slide-active .scale-in-center.order-seq-2 {
    animation: scaleInCenter 0.6s ease-out forwards;
    animation-delay: 0.25s;
}
.swiperHeroEmpresas .swiper-slide-active .scale-in-center.order-seq-3,
.swiperHeroImgMovil .swiper-slide-active .scale-in-center.order-seq-3 {
    animation: scaleInCenter 0.6s ease-out forwards;
    animation-delay: 0.4s;
}
.aspect-ratio-hero-img {
    aspect-ratio: 548/481;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.card-stat-item-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 40px 40px 40px;
}
.card-stat-item-bottom img{
    width: 100%;
    height: 100%;
    
}
.SwiperClientsCorp .swiper-slide{
    height: 35px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.SwiperClientsCorp .swiper-slide img{
    max-height: 33px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.SwiperClientsCorp .swiper-slide img.frontgo{
    max-height: 35px;
}
.infrastructure-tabs .nav-link{
    margin-bottom: 24px;
}
.infrastructure-tabs .nav-link:first-child{
    margin-bottom: 16px;
}
.infrastructure-tabs .nav-link:last-child{
    margin-bottom: 0;
}
.g-20 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.system-card {
    padding: 20px 16px 20px 16px;
}
.circle-number {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-black);
}
.system-block-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 0;
}
.stacking-cards {
    padding: 60px 0;
}
.stack-header {
    position: sticky;
    top: 75px;
    z-index: 20;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: -20px;
}
.content-stack-cards {
    position: relative;
}
.stack-card {
    position: sticky;
    top: 140px;
    overflow: hidden;
    margin-bottom: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
    height: 50vh;
}
.stack-card:last-child {
    height: auto;
    margin-bottom: 0;
}
.stack-card[data-stack-index="0"] { top: 190px; }
.stack-card[data-stack-index="1"] { top: 190px; }
.stack-card[data-stack-index="2"] { top: 190px; }
.stack-card[data-stack-index="3"] { top: 190px; }
.stack-card .col-md-6.p-0 {
    min-height: 380px;
}
.swiperColFour .header-slide img{
    border-radius: 4px 0px;
}
.modal .modal-content{
    border: 0;
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px 0px;
}
.modal .modal-content .btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--primary-white);
    opacity: 1;
    width: 32px;
    height: 32px;
    padding: 0;
    background: transparent url("data:image/svg+xml,%3Csvg%20width='17'%20height='17'%20viewBox='0%200%2017%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M16.5%200.5L0.5%2016.5M0.5%200.5L16.5%2016.5'%20stroke='%230A0500'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center / 1em auto no-repeat;
    border-radius: 0;
    z-index: 2;
}
.modal .modal-content .modal-body {
    padding: 40px 24px 40px 24px;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.modal .modal-content .btn-close.black{
    background: transparent url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 0.5L0.5 16.5M0.5 0.5L16.5 16.5' stroke='%23FFFFFC' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
 center / 1em auto no-repeat;
}
.personal-body .modal-backdrop.show {
    opacity: 0.7;
}
.benefit-card {
    padding: 22px 20px 22px 22px;
    min-height: 244px;
}
.page-personal .swiperColFour .body-slide {
    min-height: 144px;
    padding: 16px;
}
.page-personal .swiperColFour .body-slide p{
    min-height: 54px;
}
.personal-page .system-card .circle-number{
    background-color: transparent;
    justify-content: flex-start;
    height: 22px;
}
.h-25d{
    height: 25px;
}
.personal .hero-icon-item{
    width: 40px;
    height: 40px;
}

footer {
    padding: 40px 0;
}
.logo-footer a {
    width: 262px;
    height: auto;
    display: block;
}
.icon-social {
    width: 24px;
    height: 24px;
}
.icon-social img {
    display: block;
}
.gap-13 {
    gap: 13px;
}
.gap-16 {
    gap: 16px;
}
.stores .google {
    width: 81px;
    height: auto;
    display: block;
}
.stores .apple {
    width: 72px;
    height: auto;
    display: block;
}
.footer-bottom hr {
    border-color: var(--primary-white);
    opacity: 1;
    margin-top: 40px;
    margin-bottom: 16px;
}
