html { scroll-behavior: smooth;}
body {background-color: #FFFFFF;}
.fw-900 {font-weight: 900;}
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font14{font-size: 14px;}
.font15{font-size: 15px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px; line-height: 24px;}
.font24{font-size: 24px; line-height: 28px;}
.font25{font-size: 25px;}
.font30{font-size: 30px; line-height: 34px;}
.font33{font-size: 33px; line-height: 36px;}
.font35{font-size: 35px;}
.font40{font-size: 40px; line-height: 44px;}
.font45{font-size: 45px; line-height: 48px;}
.font48{font-size: 48px; line-height: 50px;}
.font50{font-size: 50px; line-height: 54px;}
.font60{font-size: 60px; line-height: 63px;}
.font70{font-size: 70px; line-height: 73px;}
.font100{font-size: 100px; line-height: 104px;}
.font-BFEB20{color: #BFEB20;}
.font-1E213E{color: #1E213E;}
.fontgris{color: #4D4D4D;}
.fontgrisclaro{color: #999999;}
.fontgrisoscuro{color: #4B4C4B;}
.fontgris2{color: #666666;}
.fontceleste{color: #006fcf;}
.fontazul{color: #00175a;}
.fontblanca{color: #ffffff;}
.bg-1E213E {background-color: #1E213E;}
.bg-BFEB20 {background-color: #BFEB20;}
.bg-section-2 { background: linear-gradient(90deg,rgba(30, 33, 62, 1) 40%, rgba(191, 235, 32, 1) 40%);}
.navbar-toggler { border: none;}
.navbar-toggler:focus {box-shadow: none !important;}


/* botones */
.btn-1E213E {
    background-color: #1E213E;
    color: #fff;
    border-radius: 6px;
    padding: 10px 40px;
    font-weight: 600;
    text-decoration: none;
    border: none;
}
.btn-1E213E:hover {
    background-color: #1E213E;
    color: #BFEB20;
}
.btn-BFEB20 {
    background-color: #BFEB20;
    color: #1E213E;
    border-radius: 6px;
    padding: 8px 34px;
    font-weight: 600;
    text-decoration: none;
    border: none;
}
.btn-BFEB20-shadow {
    background-color: #BFEB20;
    color: #1E213E;
    border-radius: 6px;
    padding: 8px 40px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    box-shadow: 0px 0px 3px 6px rgb(255 255 255 / 10%);
}

/* tarjetas */
.card-que-hace {
    background-color: #1E213E;
    border: none;
    border-radius: 6px;
    padding: 25px 40px;
    min-height: 350px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.card-que-hace:hover {
    background-color: #BFEB20;
    color: #1E213E;
}
.card-que-hace:hover h3 { color: #1E213E;}
.icon-default { opacity: 1;}
.icon-hover { opacity: 0;}
.card-que-hace:hover .icon-default { opacity: 0;}
.card-que-hace:hover .icon-hover { opacity: 1;}
.card-price {
    background-color: #31334d;
    border: none;
    border-radius: 0px;
    padding: 25px 30px;
    min-height: 450px;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 10%);
}
.card-price:hover {
    background-color: #BFEB20;
    color: #1E213E;
}
.card-price:hover * { color: #1E213E;}
.card-price:hover .btn-BFEB20 { color: #BFEB20; background-color: #1E213E; }

/* steps de grafico */
.icon-wrapper {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  margin-right: 8px;
  vertical-align: middle;
}

.icon-wrapper img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  transition: opacity 0.08s ease-in-out;
  display: block;
  pointer-events: none;
}

.steps {
  background-color: #0D1025;
  padding: 30px;
  border-radius: 15px;
}

.step-number {
  background-color: #00DB8A;
  color: #0D1025;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  height: 40px;
}

.step-1 { width: 300px; }
.step-2 { width: 250px; }
.step-3 { width: 200px; }
.step-4 { width: 150px; }
.step-5 { width: 100px; }

.step-line {
  width: 50%;
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #00DB8A;
  margin-right: 15px;
}

.step-text {
  color: white;
  font-size: 16px;
  line-height: 1.4;
  max-width: 400px;
}

/* Contador */

span.odometer-ribbon-inner {
    text-align: center;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
    vertical-align: text-top !important;
    padding: 0em 0.10em;
}

/* form */
.form-styles {
    background: #afd723;
    padding: 12px 12px;
    border: none;
    box-shadow: none;
    font-size: 18px;
}

.form-styles:focus {
    background-color: #afd723 !important;
    border-color: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
@media (max-width: 1369px) {
    .font100 {font-size: 74px; line-height: 80px;}
    .font18{font-size: 16px;}
    .form-styles {font-size: 16px;}
}
@media (max-width: 992px) {
    .font45{font-size: 32px; line-height: 35px;}
    .font33{font-size: 28px; line-height: 31px;}
    .font20{font-size: 16px;}
    .font18{font-size: 12px;}
    .font40{font-size: 27px; line-height: 30px;}
    .font100 {font-size: 60px; line-height: 70px;}
    .step-number {background-color: transparent !important; color: #BFEB20;}
    .step-line {display: none;}
}
@media (max-width: 768px) {
    .font70 {font-size: 60px; line-height: 64px;}
    .font40{font-size: 27px;}
    .font30{font-size: 26px; line-height: 30px;}
    .font25{font-size: 20px;}
    .font20{font-size: 18px;}
    .font18{font-size: 14px;}
    .font12{font-size: 11px;}
    .bg-section-2 { background: linear-gradient(180deg,rgba(30, 33, 62, 1) 30%, rgba(191, 235, 32, 1) 30%);}
    .w-mob-100 {width: 100% !important;}
    .btn-1E213E {padding: 10px;}
}
@media (max-width: 480px) {
    .font50{font-size: 35px; line-height: 40px;}
    .font45{font-size: 28px; line-height: 31px;}
    .font20{font-size: 16px;}
    .font24 {font-size: 18px; line-height: 20px;}
    .font33{font-size: 22px; line-height: 25px;}
    .font40{font-size: 26px; line-height: 30px;}
    .font100 {font-size: 74px; line-height: 80px;}
    .form-styles {font-size: 18px;}
}