/* #Fonts
================================================== */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');

/* #Primary
================================================== */
:root{
    --primary-color:#39B574;
    --second-color:#D0EFFF;
    --primary-white:#FAFFFA;
    --primary-black:#1A1A18;
    --color-gray:#75756E;
    --bs-body-font-family:"DM Sans";
    --bs-body-font-size: 1rem;
    --bs-body-color:#1A1A18;
    --border-thickness: 3px;
    --dash-length: 12px;
    --animation-speed: 6s;
}

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;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    background-color: transparent !important;
    -webkit-text-fill-color: inherit !important;
}
input:-webkit-autofill {
    border: inherit !important;
}
: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);
}

.gap-10{gap: 10px;}
.gap-12{gap: 12px;}
.gap-24{gap: 24px;}
.gap-40{gap: 40px;}
.mt-12{margin-top: 12px;}
.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-30{margin-top: 30px;}
.mt-32{margin-top: 32px;}
.mt-40{margin-top: 40px;}
.mt-61{margin-top: 61px;}
.mt-70{margin-top: 70px;}
.mb-6{margin-bottom: 6px;}
.mb-8{margin-bottom: 8px;}
.mb-10{margin-bottom: 10px;}
.mb-16{margin-bottom: 16px;}
.mb-24{margin-bottom: 24px;}
.mb-32{margin-bottom: 32px;}
.mb-40{margin-bottom: 40px;}
.mb-59{margin-bottom: 59px;}
.mb-69{margin-bottom: 69px;}
.pt-8{padding-top: 8px;}
.pt-12{padding-top: 12px;}
.pt-16{padding-top: 16px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pb-23{padding-bottom: 23px;}
.pb-35{padding-bottom: 35px;}
.pb-40{padding-bottom: 40px;}
.pb-49{padding-bottom: 49px;}
.w-90{width: 90%;}
.w-80{width: 93%;}
.h-30{height: 30px;}
.border-lb{border-radius: 0px 0px 20px 0px;}
.h1d{
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
}
.h2d{
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
}
.h3d{
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}
.h4d{
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}
.text-l{
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
.text-m{
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.text-s{
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.text-sb{
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.text-xs{
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
}
.custom-container {
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - (80px * 2));
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
    .custom-container {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}
.green-t, main.frank-dark .green-t{color: var(--primary-color);}
.text-white{
    color: var(--primary-white) !important;
}
.text-dark, h1, h2, h3, h4, h5, h6{
    color: var(--primary-black);
}
/* #Header
================================================== */
/* header */
nav.start-style {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  background: transparent;
  border-radius: 40px;
  transition: all 0.2s ease-in;
  z-index: 999;
}
.navbar-expand-lg .container-fluid{
    height: 60px;
    transition: height 0.3s ease-in-out;
    padding-left: 20px;
    padding-right: 20px;
    max-width: calc(100% - (60px * 2));
    margin-left: auto;
    margin-right: auto;
}
.navbar-expand-lg.scroll-on .container-fluid{
    height: 60px;
    transition: height 0.3s ease-in-out;
    padding: 0 20px;
    margin: 0;
    max-width: 100%;
}
nav.scroll-on {
  position: fixed;
  top: 20px;
  left: 80px;
  right: 80px;
  background: #FAFFFA;
  border-radius: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.2s ease-in;
  z-index: 999;
}
.black-menu nav.scroll-on {
    background: var(--primary-black);
}
.navbar-nav {
    --bs-nav-link-color: var(--primary-black);
    gap: 24px;
}
.navbar-nav > li{
    height: 30px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: #1A1A18;
    transition: color .2s ease-in, background-color .2s ease-in, border-color .2s ease-in;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 16px 16px 24px 16px;
    background: #FAFFFA;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 6px 6px;
    border: 0;
    margin-top: 0;
    display: block;
    transition: all 0.25s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}
.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: 0;
    white-space: inherit;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li{
    margin-bottom: 16px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child{
    margin-bottom: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu span{
    margin-top: 8px;
    display: block;
}
.transition__link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 30px;
}
.text-slide {
    display: flex;
    flex-direction: column;
    transform: translateY(0);
    transition: transform 0.2s ease;
}
.text-line {
    line-height: 1.2;
    height: 30px;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
}
.text-line:first-child {
    color: inherit;
}
.text-line:last-child {
    color: #39B574;
}
.black-menu nav.scroll-on .text-line:first-child{
    color: #FAFFFA;
}
.black-menu nav.scroll-on .navbar-brand svg path{
    fill: var(--primary-white);
}
.black-menu nav .menu-icon-arrow .white{
    display: none;
}
.black-menu nav .menu-icon-arrow .black{
    display: block;
}
.black-menu nav.scroll-on .menu-icon-arrow .white{
    display: block;
}
.black-menu nav.scroll-on .menu-icon-arrow .black{
    display: none;
}
.white-menu nav.scroll-on {
    background: var(--primary-white);
}
.white-menu .navbar-brand svg path{
    fill: var(--primary-white);
}
.white-menu .scroll-on .navbar-brand svg path{
    fill: var(--primary-black);
}
.navbar-collapse .dropdown-menu li .dropdown-item  svg{
    width: 84px;
    height: auto;
}
.navbar-collapse .dropdown-menu li:last-child .dropdown-item  svg{
    width: 96px;
    height: auto;
}
.black-menu .navbar-collapse .dropdown-menu .dropdown-item svg path, .black-menu .navbar-collapse .dropdown-menu.show .dropdown-item svg path{
    fill: var(--primary-black);
}
.white-menu .navbar-collapse .dropdown-menu .dropdown-item svg path{
    fill: var(--primary-black);
}
.white-menu nav.frank-site.scroll-on {
  background: var(--primary-white);
}
.white-menu .scroll-on .text-line:first-child {
  color: var(--primary-black);
}
.white-menu nav .menu-icon-arrow .black {
    display: none;
}
.white-menu nav .menu-icon-arrow .white {
    display: block;
}
.white-menu nav.scroll-on .menu-icon-arrow .black {
    display: block;
}
.white-menu nav.scroll-on .menu-icon-arrow .white {
    display: none;
}
.dropdown-toggle::after {
    border: 0;
    content: "";
    display: none;
}
.box-dropdown{
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
}
.navbar-expand-lg .navbar-nav .box-dropdown .nav-link{
    margin-right: 8px;
}
.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: 3px;
    cursor: pointer;
}
.menu-icon-arrow.rotated {
  transform: rotate(180deg);
}
.btn-text-slide {
    background: #39B574;
    border-radius: 30px;
    transition: background-color 0.4s ease, border-color 0.4s ease;
}
.btn-text-slide .text-slide .text-line{
    padding: 10px 24px;
}
.navbar-toggler-icon {
  background-image: none !important;
  width: 24px;
  height: 18px;
  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: 2px;
  background-color: #1A1A18;
  border-radius: 2px;
  transition: transform 0.28s cubic-bezier(.2,.9,.2,1), opacity 0.2s ease;
}
.navbar-toggler-icon > span { top: 8px; }
.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(8px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: translateY(-8px) rotate(-45deg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon > span {
  opacity: 0;
}
.navbar-toggler {
  border: none;
  padding: 6px;
  background: transparent;
}
.navbar-toggler:focus { box-shadow: none; outline: none; }
.navbar-collapse .menu-footer{
    display: none;
}
.navbar-collapse .menu-copy{
    display: none;
}
.black-menu .scroll-on .navbar-toggler-icon::before, .black-menu .scroll-on .navbar-toggler-icon::after, .black-menu .scroll-on .navbar-toggler-icon > span {
    background-color: #FAFFFA;
    border-radius: 2px;
    transition: transform 0.28s cubic-bezier(.2,.9,.2,1), opacity 0.2s ease;
}
/* #Main
================================================== */
main{
    margin-top: 60px;
}
.relativo-img-container {
    position: relative;
    overflow: visible; 
}
.img-superpuesta {
    position: absolute; 
    top: 17%; 
    left: 16.667%; 
    margin-left: -15%; 
    max-width: 265px;
    width: 265px;
    height: auto;
    z-index: 10;
}
.max-5{
    max-width: 265px;
    height: auto;
}
.max-5 img{
    width: 100%;
}
.ml-22{margin-left: 22px;}
.swiper-wrapper .swiper-slide:last-child .relativo-img-container .max-5 {
    margin-left: -15%;
    margin-top: -46px;
    z-index: 99;
}
.banner-transparent{
    padding: 40px 0;
}
.btn-text-transparent{
    padding: 4px 23px;
    border: 1px solid #1A1A18;
    border-radius: 30px;
    transition: all 0.2s ease-in;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    align-items: center;
}
.btn-text-transparent span{
    transition: all 0.2s ease-in;
}
.elite-guard{
    padding: 40px 0;
}
.max-169{
    max-width: 169px;
    height: auto;
}
.grid-img img.order-1 {
    position: absolute;
    top: 0;
    left: 13px;
}
.elite-guard .item .feature-item{
    padding: 16px 0;
    border-top: 0.5px solid #1A1A18;
}
.elite-guard .item .feature-item.last {
  border-bottom: 0.5px solid #1A1A18;
}
.drop-shadow{
    filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.25));
    border-radius: 8px;
}
.item-card-frank{border-radius: 8px;}
.item-card-frank .content-card{
    padding: 40px 55px 40px 40px;
}
.item-up-right{
    position: absolute;
    top: 24px;
    right: 24px;
    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;
}
.arrow-up-right-white::after{
    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.33331 1.33337H14.6666M14.6666 1.33337V14.6667M14.6666 1.33337L1.33331 14.6667' stroke='%23FAFFFA' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 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-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-card-frank .content-card{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.bg-card-frank.site .content-card{
    background-image: url('../img/main/Frank_degradado_site.jpg');
}
.bg-card-frank.home .content-card{
    background-image: url('../img/main/Frank_degradado_home.jpg');
}
.cards-frank{
    padding-bottom: 60px;
}
.card-footer-frank hr{
    margin: 23px 0 16px;
    border: 0;
    border-top: 0.5px solid;
    opacity: 1;
}
.bg-card-frank.site .card-footer-frank hr{
    color: #FAFFFA;
}
.bg-card-frank.home .card-footer-frank hr{
    color: #1A1A18;
}
.swiper.CardFrank{
    padding-bottom: 10px;
}
.gradient-block{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-gradient-block{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/main/Frank_degradado_bloque.jpg);
}
.gap-72{gap: 90px;}
.section-promos{
    padding-top: 34px;
    padding-bottom: 0;
}
.bg-gradient-slide{
    position: relative;
    overflow: hidden;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/main/Frank_degradado_slide.jpg);
    padding: 24px 24px 23px 40px;
}
.custom-container.custom-second{
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - (47px * 2));
    margin-left: auto;
    margin-right: auto;
}
.section-stacks{
    padding-top: 40px;
    padding-bottom: 60px;
}
.custom-arrow-list {
    list-style: none;
    padding-left: 0; 
    margin: 0;
}
.custom-arrow-list li {
    position: relative;
    padding-left: 24px;
}
.custom-arrow-list li::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M1.33334 5.99992H10.6667M10.6667 5.99992L6.00001 1.33325M10.6667 5.99992L6.00001 10.6666' stroke='%231A1A18' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.px-14{padding: 0 14.64px;}
.max-h-274{
    min-height: 274px;
}
.max-h-274.h645{
    min-height: 309px;
}
.img-stack-bottom img {
    /* position: static; 
    width: 100%; 
    max-width: 100%;  */
    height: auto;
}
.img-stack-bottom img {
    position: absolute;
    bottom: 0;
}
.img-stack-bottom.stack-1 img {
    left: 0;
    width: 60%; 
    max-width: 360px; 
}
.img-stack-bottom.stack-2 img {
    left: 0;
    width: 60%; 
    max-width: 360px; 
}
.img-stack-bottom.stack-2 img {
    left: 30%;
    width: 60%; 
    max-width: 253px; 
}
.img-stack-bottom.stack-3 img {
    left: 15%;
    top: 30px;
    width: 60%; 
    max-width: 170px; 
}
.img-stack-bottom.stack-4 img {
    left: 0;
    width: 60%; 
    max-width: 360px; 
}
.img-stack-bottom.stack-5 img {
    left: 10%;
    top: 0;
    width: 60%; 
    max-width: 265px; 
}
.custom-arrow-list li {
    margin-bottom: 8px;
}
.custom-arrow-list li:last-child {
    margin-bottom: 0;
}
.contact-section{
    padding-top: 80px;
    padding-bottom: 66px;
}
/* ===== FORMULARIO BASE ===== */
.custom--form {
    margin: 0 auto;
}

.custom--form label {
    display: block;
    margin-bottom: 7.5px;
}

.custom--form input,
.custom--form select,
.custom--form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #1A1A18;
    background: transparent;
    padding: 8px 16px;
    font-family: 'DM Sans';
    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;
}
.dark-theme .custom--form input,
.dark-theme .custom--form select,
.dark-theme .custom--form textarea {
    color: var(--primary-white);
}
.custom--form input, .custom--form textarea{
    height: 32px;
    resize: none;
}
.custom--form select{
    height: 34px;
}
.custom--form input::placeholder,
.custom--form textarea::placeholder {
    color: #75756E;
    transition: color 0.3s;
}
.gap-20{gap: 20px;}
.gap-23{gap: 23px;}
.custom--form input:focus,
.custom--form select:focus,
.custom--form textarea:focus {
    border-bottom: 1px solid #39B574;
    box-shadow: none;
    color: #75756E;
    background: transparent;
}
.custom--form .form-control:focus {
    box-shadow: none;
}
.dark-theme .custom--form input:focus,
.dark-theme .custom--form select:focus,
.dark-theme .custom--form textarea:focus{
    color: var(--primary-white);
}
.custom--form input:focus::placeholder,
.custom--form textarea:focus::placeholder {
    color: #75756E;
}
.custom--form .form-control.valid {
    border-bottom-color: #39B574;
    box-shadow: none;
}
.custom--form .form-control.error {
    border-bottom-color: #FF473A;
    box-shadow: none;
    color: #FF473A;
}
.custom--form .form-control.error::placeholder {
    color: #FF473A;
}
.custom--form select {
    appearance: none;
    -webkit-appearance: none;
    background: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5L7 6.5L13 0.5' stroke='%2375756E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right center;
    background-size: 12px;
    box-shadow: none;
    color: var(--primary-black);
}
.page-thanks{
    height: 58vh;
    padding-top: 157px;
}
nav.frank-site.scroll-on {
    background: var(--primary-black);
    box-shadow: 0 4px 12px rgb(168 168 168 / 10%);
}
main.frank-dark{
    margin-top: 66px;
}
main.frank-dark h2,main.frank-dark p, main.frank-dark h3, main.frank-dark h4, main.frank-dark li{
    color: var(--primary-white);
}
.pt-5d{
    padding-top: 5px;
}
.btn-frank-site.btn-text-slide .text-slide .text-line:first-child {
    color: var(--primary-white);
}
.dark-theme .text-m{
    color: var(--primary-white);
}
.navbar-expand-lg .navbar-nav .nav-link.frank-dark {
    color: var(--primary-white);
}
.frank-site .navbar-toggler-icon::before, .frank-site .navbar-toggler-icon::after, .frank-site .navbar-toggler-icon > span {
    background-color: var(--primary-white);
}
.coding.frank-site {
    position: absolute;
    left: 32.5%;
    right: inherit;
    bottom: 10px;
    height: 43px;
    z-index: 99;
    width: 27%;
    border-radius: 3px;
    padding: 4px;
}
.frank-site .code-typing::after {
    display: none;
}
.frank-dark .banner-home{
    padding-bottom: 54px;
}
.btn-outline-frank.btn-text-transparent {
    border: 1px solid var(--primary-color);
}
.btn-outline-frank.btn-text-transparent span {
    color: var(--primary-color);
}
.custom-p-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.slider-4-items{
    padding-top: 40px;
    padding-bottom: 59px;
}

/* Aqui comienza la comparatitva */
.comparative{
    padding: 80px 0;
}
.comparison-container{
    background-color: var(--primary-white);
    padding: 28px 29px 27px;
    border-radius: 20px;
    position: relative;
}
.comparison-row {
    border-top: 1px solid #1A1A18; 
    margin-left: 0;
    margin-right: 0;
}
.comparison-container .comparison-row:first-of-type {
    border-top: 1px solid #1A1A18;
}
.row-label > div,
.row-value > div {
    padding: 13px 11px;
    min-height: 50px; 
    display: flex;
    align-items: center;
}
.opacity-2{
    opacity: 0.2;
}
.icon-check, .icon-close, .icon-close-gray{
    position: relative;
}
.icon-check::before, .icon-close::before, .icon-close-gray::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-size: 12px 12px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.icon-check::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M11.1667 0.5L3.83333 7.83333L0.5 4.5' stroke='%2339B574' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-close::before {
    background: 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='M12 4L4 12M4 4L12 12' stroke='%231A1A18' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-close-gray::before{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M8.5 0.5L0.5 8.5M0.5 0.5L8.5 8.5' stroke='%23FAFFFA' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.content-compare-desk div:last-child.icon-check::before, .content-compare-desk div:last-child.icon-close::before, .content-compare-desk div:last-child.icon-close-gray::before{
    top: 22px;
}
/* .border-frank-compare{
    max-width: 389px;
    width: 100%;
    height: 269px;
    position: absolute;
    left: 33%;
    top: 17px;
    transform: translateX(-50px);
    border: 1px solid #39B574;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
} */

.border-frank-compare {
    max-width: 389px;
    width: 100%;
    height: 269px;
    position: absolute;
    left: 33%;
    top: 17px;
    transform: translateX(-50px) scaleX(0); 
    transform-origin: left;
    border: 1px solid #39B574;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border-color: transparent; 
}

.border-frank-compare.draw-active {
    border-color: #39B574; 
    animation: drawBorder 1.5s ease-out forwards;
}

@keyframes drawBorder {
    0% {
        transform: translateX(-50px) scaleX(0);
        opacity: 0.5;
    }
    100% {
        transform: translateX(-50px) scaleX(1); 
        opacity: 1;
    }
}
.bg-frank-compare{
    background-color: #FAFFFA;
    padding: 28px 29px 27px;
    border-radius: 20px;
}
.dark-theme .bg-frank-compare{
    background-color: #1A1A18;
}
.header-table-compare{
    height: 51px;
}
.content-compare-desk {
    padding: 11px 16px 0px 11px;
}
.content-compare-desk.border-compare {
    border: 1px solid #39B574;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    min-width: 389px;
    width: 89%;
    padding-left: 22px;
}
.content-compare-desk div.text-m{
    padding: 11px 0;
}
.content-compare-desk div:last-child.text-m{
    padding-bottom: 29px;
}
.content-compare-desk div.text-m.icon-check, .content-compare-desk div.text-m.icon-close, .content-compare-desk div.text-m.icon-close-gray {
    padding-left: 16px;
}
/* ================================================= */
.content-compare-desk > div {
    position: relative;
    padding-bottom: 16px; 
}
.col-md-3 .content-compare-desk > div:not(.header-table-compare)::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #1A1A18;
    z-index: 10;
    left: -16px;
    top: 0;
    width: calc(calc(100vw - 76%) - 29px); 
}
.dark-theme .col-md-3 .content-compare-desk > div:not(.header-table-compare)::after {
    background-color: #FAFFFA;
}
.bg-frank-compare {
    position: relative;
    overflow: hidden; 
}
.content-compare-desk.security h4{
    margin-bottom: -10px;
}

/* Aqui termina la comparativa */
.section-solutions{
    padding: 60px 0 79px;
}
.box-slide-3-cols{
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.box-slide-3-cols:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.frank-home .box-slide-3-cols {
  background: rgba(57, 181, 116, 0.1);
  box-shadow: 0 8px 20px rgba(57, 181, 116, 0.15);
}
.header-slide-3-cols img{
    border-radius: 8px 8px 0 0;
}
.body-slide-3-cols{
    padding: 16px 14px 34px 16px;
    min-height: 214px;
}
.icon-check-list .custom-arrow-list li{
    padding-left: 36px;
    padding-right: 12px;
}
.icon-check-list .custom-arrow-list li::before {
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M9.5 18.5C14.4706 18.5 18.5 14.4706 18.5 9.5C18.5 4.52944 14.4706 0.5 9.5 0.5C4.52944 0.5 0.5 4.52944 0.5 9.5C0.5 14.4706 4.52944 18.5 9.5 18.5Z' stroke='%23FAFFFA'/%3E%3Cpath d='M5.5 9.5L8.5 12.5L13.5 6.5' stroke='%23FAFFFA'/%3E%3C/svg%3E");
    background-size: 19px 19px;
} 
.gap-3-cols{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.all-protection{
    padding: 80px 0;
}
.img--text{
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -64%);
    max-width: 25%;
    width: 100%;
}
.img--code{
    position: absolute;
    bottom: 22px;
    left: 24%;
    max-width: 48%;
    width: 100%;
}
.mtb-box{
    margin: 19.5px 0;
    padding: 0 12px !important;
}
.pl-4{
    padding-left: 0;
    padding-right: 18px;
}
.pr-4{
    padding-left: 18px;
    padding-right: 0;
}
.dark-theme label{
    color: var(--primary-white);
}
.dark-theme .custom--form input::placeholder,
.dark-theme .custom--form textarea::placeholder,
.dark-theme .custom--form select {
    color: #BABAB1;
}
.dark-theme .custom--form input, .dark-theme .custom--form select, .dark-theme .custom--form textarea{
    border-bottom: 1px solid #FAFFFA;
}
.dark-theme .custom--form select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M0.5 0.5L6.5 6.5L12.5 0.5' stroke='%23BABAB1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right center;
    color: var(--primary-white);
}
.coding.frank-site.home {
    position: absolute;
    left: 50%;
    right: inherit;
    bottom: 27%;
    height: 38px;
    z-index: 99;
    width: 24%;
    border-radius: 3px;
    padding: 4px;
}
.coding.frank-site.home .code-typing{
    min-height: 21px;
    font-size: 4.5px;
}
.frank-home main{
    margin-top: 62px;
}
.frank-home .banner-home{
    padding-bottom: 41px;
}
.icon-check-list.black .custom-arrow-list{
    padding-right: 24px;
}
.icon-check-list.black .custom-arrow-list li::before {
    top: 0;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M9.5 18.5C14.4706 18.5 18.5 14.4706 18.5 9.5C18.5 4.52944 14.4706 0.5 9.5 0.5C4.52944 0.5 0.5 4.52944 0.5 9.5C0.5 14.4706 4.52944 18.5 9.5 18.5Z' stroke='%231A1A18'/%3E%3Cpath d='M5.5 9.5L8.5 12.5L13.5 6.5' stroke='%231A1A18'/%3E%3C/svg%3E");
}
.section-solutions.bg-green .box-slide-3-cols {
    background: rgba(57, 181, 116, 0.1);
}
.section-solutions.bg-green .body-slide-3-cols {
    padding: 16px 5px 45px 16px;
    min-height: 225px;
}
.page-thanks {
    height: calc(71vh - 100px);
    padding-top: 0;
    display: flex;
    align-items: center;
}
.mb-11{margin-bottom: 11px;}
.hover-invertido.black .btn-text-slide .text-slide .text-line:first-child {
  color: var(--primary-black);
}
.animated-detection-border {
  position: relative;
}

.path-to-animate {
    position: absolute;
    z-index: 2;
    width: 29%;
    height: auto;
}
.path-to-animate .draw-swiper{
    width: 100%;
    height: auto;
    stroke-width: 3px;
}
.draw-swiper path {
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    animation: draw 3s ease-in-out infinite;
}
.draw-swiper path:nth-child(2) {
    animation-delay: 0.3s;
}
@keyframes draw {
    0% {
        stroke-dashoffset: 600;
    }

    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 600;
    }
}
.path-to-animate.home{
    right: 10%;
    top: 18%;
}
.path-to-animate.warehouses{
    right: 17%;
    top: 6%;
    width: 35%;
}
.path-to-animate.events{
    top: 7%;
    left: 8%;
}
.path-to-animate.office{
    top: 8%;
    left: 27%;
    width: 42%;
}
/* #Footer
================================================== */
footer{
    background: var(--primary-black);
    padding-top: 40px;
    padding-bottom: 25px;
}
.logo-footer img{
    width: 95px;
}
.logo-footer{
    padding-bottom: 104px;
}
.list-footer{
    padding: 0;
    list-style: none;
    margin: 0;
}
.list-footer li{
    margin-bottom: 12.64px;
}
.list-footer .custom-4 a, .list-footer li.custom-4{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.list-footer .rope{
    font-family: 'Manrope';
    /* font-family: 'DM Sans'; */
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.list-footer a u{
    transition: color .2s ease-in, background-color .2s ease-in, border-color .2s ease-in;
}
.list-privacy{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 24px;
}
.sfont {
    /* font-family: 'Gabarito'; */
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
    text-decoration: underline;
    color: #FAFFFA;
}
