@import 'framework.min.css';

/* Inter — identidad tipográfica (pisa fuentes del framework donde aplique) */
html {
  font-family: "Inter", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
}
.lead {
  font-weight: 300 !important;
}

/* THIS IS A FREE VERSION OF STARTUP! */
/* 
	Table of contents:
	1. Common styles
	2. Common responsive styles
	3. Headers
	4. Navigations
	5. Contents
	6. Testimonials
	7. Features
	8. Forms
	9. Call to Actions
	10. Teams
	11. Pricing Tables
	12. Contacts
	13. Showcases
	14. Footers
	15. Ecommerce
	16. Applications
*/
/* 1. Common styles */
body {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5c0e27;
  -webkit-font-smoothing: antialiased;
}
body.dev {
  background: #ccc;
  min-height: 10000px;
}

nav, header, section, footer {
  position: relative;
}

header, section, [data-bg-src], [data-bg-src-2x] {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

header, section {
  overflow: hidden;
}

header nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

nav {
  width: 100%;
}
nav.transparent {
  background: transparent;
}

/* Cabecera principal + drawer móvil por encima del contenido (blog, home, etc.) */
header.header_6 {
  z-index: 1050;
}

.open_menu.d-block {
  z-index: 1100;
}

.navigation_mobile {
  z-index: 1070;
}

.navigation_mobile.opened {
  z-index: 1090;
}

.navigation_mobile.dl-mobile-drawer {
  background: #fff;
  box-shadow: 4px 0 28px rgba(0, 0, 0, 0.12);
}

.navigation_mobile.dl-mobile-drawer .inner {
  padding: 2.5rem 1.75rem 2rem;
}

/* Contraste del botón hamburguesa (Startup) sobre header oscuro */
.open_menu.color-white {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 10px;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

/* Bootstrap: visibilidad del icono del navbar-toggler según tema del nav */
.navbar-light .navbar-toggler-icon {
  filter: invert(0);
}

.navbar-dark .navbar-toggler-icon,
header.bg-dark .navbar-toggler-icon,
.bg-dark .navbar-toggler-icon {
  filter: invert(1);
}

a, button {
  cursor: pointer;
  transition: all 0.25s;
}
a:hover, button:hover {
  text-decoration: none;
}
a:active, a:focus, button:active, button:focus {
  text-decoration: none;
  outline: none;
}

button {
  border: none;
  outline: none !important;
}

input, textarea {
  border: 0;
  outline: none;
  background: transparent;
  color: #5c0e27;
  resize: none;
}

label {
  margin-bottom: 0;
  font-weight: 500;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
}

h1, h2 {
  font-size: 58px;
  line-height: 70px;
}
h1.big, h2.big {
  font-size: 72px;
  line-height: 86px;
}
h1.small, h2.small {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
}

h3 {
  font-size: 42px;
  line-height: 52px;
}

b, strong {
  font-weight: 700;
}

.alert {
  display: none;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 970px;
  z-index: 2000;
}
.alert-dismissable .close, .alert-dismissible .close {
  top: 0;
}

/* Change AOS plugin default settings */
[data-aos=fade-down] {
  transform: translate3d(0, -35px, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 35px, 0);
}

/* Slick slider */
.slick-loading .slick-list {
  /* background: #fff url("../i/ajax-loader.gif") center center no-repeat; */
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -16px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.3;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  opacity: 1;
  transition: opacity 0.2s;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  background: url(../i/slick-arrow-left.svg) no-repeat 0 50%;
}
[dir=rtl] .slick-prev:before {
  background: url(../i/slick-arrow-right.svg) no-repeat 100% 50%;
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  background: url(../i/slick-arrow-right.svg) no-repeat 100% 50%;
}
[dir=rtl] .slick-next:before {
  background: url(../i/slick-arrow-left.svg) no-repeat 0 50%;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  opacity: 0.3;
  cursor: pointer;
}
.slick-dots li button:hover {
  outline: none;
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  background: #ffffff;
  opacity: 1;
}
.slick-dots li.slick-active button:hover {
  opacity: 1;
}

.slick-slide {
  outline: none;
}

/* Slick slider Dark arrows */
.arrows-dark .slick-prev:before {
  background: url(../i/slick-arrow-left-dark.svg) no-repeat 0 50%;
}
[dir=rtl] .arrows-dark .slick-prev:before {
  background: url(../i/slick-arrow-right-dark.svg) no-repeat 100% 50%;
}
.arrows-dark .slick-next:before {
  background: url(../i/slick-arrow-right-dark.svg) no-repeat 100% 50%;
}
[dir=rtl] .arrows-dark .slick-next:before {
  background: url(../i/slick-arrow-left-dark.svg) no-repeat 0 50%;
}

.container {
  position: relative;
}

::-moz-selection {
  background: #4f6d7a;
  color: #ffffff;
}

::-webkit-selection {
  background: #4f6d7a;
  color: #ffffff;
}

::selection {
  background: #4f6d7a;
  color: #ffffff;
}

/* 2. Common responsive styles */
/* Smaller than 1200px */
@media (max-width: 1199.98px) {
  header[class^=pt-], header[class*=" pt-"], section[class^=pt-], section[class*=" pt-"] {
    padding-top: 80px;
  }
  header[class^=pb-], header[class*=" pb-"], section[class^=pb-], section[class*=" pb-"] {
    padding-bottom: 80px;
  }
  h1 br, h2 br, h3 br, .text-adaptive br {
    display: none;
  }
  h1, h2 {
    font-size: 52px;
    line-height: 62px;
  }
  h1.big, h2.big {
    font-size: 62px;
    line-height: 72px;
  }
  h1.small, h2.small {
    font-size: 36px;
    line-height: 46px;
  }
  h3 {
    font-size: 36px;
    line-height: 46px;
  }
  .navigation_mobile {
    display: block;
  }
}
/* Smaller than 992px */
@media (max-width: 991.98px) {
  h1, h2 {
    font-size: 42px;
    line-height: 52px;
  }
  h1.big, h2.big {
    font-size: 52px;
    line-height: 62px;
  }
  h1.small, h2.small {
    font-size: 32px;
    line-height: 42px;
  }
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .text-adaptive.f-24 {
    font-size: 22px;
    line-height: 32px;
  }
  .text-adaptive.f-22 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-adaptive.f-20 {
    font-size: 18px;
    line-height: 28px;
  }
  .alert {
    top: 10px;
    left: 20px;
    right: 20px;
    transform: none;
    width: auto;
    padding-left: 40px;
  }
}
/* Smaller than 768px */
@media (max-width: 767.98px) {
  h1, h2 {
    font-size: 32px;
    line-height: 42px;
  }
  h1.big, h2.big {
    font-size: 42px;
    line-height: 52px;
  }
  h1.small, h2.small {
    font-size: 26px;
    line-height: 36px;
  }
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .text-adaptive.f-24 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-adaptive.f-22 {
    font-size: 18px;
    line-height: 28px;
  }
  .text-adaptive.f-20 {
    font-size: 16px;
    line-height: 26px;
  }
  .text-adaptive.f-18 {
    font-size: 16px;
    line-height: 26px;
  }
  .btn.lg {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
  }
  .btn.lg[class^=border-], .btn.lg[class*=" border-"] {
    line-height: 46px;
  }
  .btn.xl {
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    font-size: 18px;
    font-weight: 500;
  }
  .btn.xl[class^=border-], .btn.xl[class*=" border-"] {
    line-height: 56px;
  }
  .input.lg {
    height: 50px;
    font-size: 18px;
    font-weight: 500;
  }
}
/* Smaller than 576px */
@media (max-width: 575.98px) {
  h1, h2 {
    font-size: 26px;
    line-height: 36px;
  }
  h1.big, h2.big {
    font-size: 32px;
    line-height: 42px;
  }
  h1.small, h2.small {
    font-size: 22px;
    line-height: 32px;
  }
  .btn.xl {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
  .btn.xl[class^=border-], .btn.xl[class*=" border-"] {
    line-height: 46px;
  }
}
/* 3. Headers */
@media (max-width: 767.98px) {
  .header_1 .text-adaptive {
    margin-top: 20px;
  }
  .header_1 .buttons {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .header_2 .text-adaptive {
    margin-top: 20px;
  }
  .header_2 form {
    margin-top: 40px;
  }
  .header_2 form .input {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .header_2 form .btn {
    margin-top: 15px;
  }
}

/* 4. Navigations */
@media (max-width: 1199.98px) {
  .navigation_2 a {
    margin: 0 15px;
  }
  .navigation_2 .dropdown a {
    margin: 0;
  }
}

/* 5. Contents */
@media (max-width: 767.98px) {
  .content_1 h2 {
    margin-top: 10px;
  }
}

@media (max-width: 991.98px) {
  .content_2 .text-adaptive {
    margin-top: 15px;
  }
}

/* 6. Testimonials */
@media (max-width: 767.98px) {
  .testimonial_2 .text-adaptive {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

/* 7. Features */
@media (max-width: 1199.98px) {
  .feature_1[class^=pb-], .feature_1[class*=" pb-"] {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .feature_1 .title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .feature_1 .title br {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .feature_2[class^=pb-], .feature_2[class*=" pb-"] {
    padding-bottom: 30px;
  }
  .feature_2 .description {
    margin-top: 20px;
  }
}

/* 8. Forms */
@media (max-width: 467.98px) {
  .form_1 h2 {
    margin-bottom: 20px;
  }
  .form_1 form {
    padding: 30px;
  }
}
@media (max-width: 359.98px) {
  .form_1 form {
    padding: 30px 20px;
  }
}

.form_2 .img_holder img {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  .form_2 form {
    padding: 80px 0;
  }
  .form_2 .buttons {
    margin-top: 10px;
  }
  .form_2 button {
    margin-right: 0px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .form_2 form {
    max-width: 290px;
    margin: 0 auto;
  }
}

/* 9. Call to Actions */
@media (max-width: 767.98px) {
  .call_to_action_1 .description {
    margin: 10px 0 30px 0;
  }
  .call_to_action_1 .btn {
    margin-bottom: 15px;
  }
}

.call_to_action_2 .inner {
  border: 2px solid #e2c1cb;
}
@media (max-width: 991.98px) {
  .call_to_action_2 .inner {
    padding: 40px 30px;
  }
}
@media (max-width: 575.98px) {
  .call_to_action_2 .inner {
    padding: 30px 20px;
  }
}

/* 10. Teams */
.team_1 .block {
  border: 2px solid #e2c1cb;
}
.team_1 .block_socials {
  border-top: 2px solid #e2c1cb;
}
.team_1 .block_socials .border_right {
  border-right: 2px solid #e2c1cb;
}

.team_2 .bordered {
  border-left: 2px solid #e2c1cb;
  border-right: 2px solid #e2c1cb;
}
@media (max-width: 767.98px) {
  .team_2 .bordered {
    border: none;
    border-top: 2px solid #e2c1cb;
    border-bottom: 2px solid #e2c1cb;
  }
}

/* 11. Pricing Tables */
.pricing_table_1 .block {
  border: 2px solid #e2c1cb;
  border-bottom-left-radius: 10px;
}
.pricing_table_1 .block.noborder_right {
  border-right: none;
}
.pricing_table_1 .item {
  padding: 16px 0 14px 0;
  border-top: 2px solid #e2c1cb;
}
.pricing_table_1 .price span.absolute {
  top: 5px;
  left: -15px;
}
@media (max-width: 991.98px) {
  .pricing_table_1[class^=pb-], .pricing_table_1[class*=" pb-"] {
    padding-bottom: 30px;
  }
  .pricing_table_1 .block {
    margin: 0 auto 50px auto;
    max-width: 300px;
    border-radius: 10px;
  }
  .pricing_table_1 .block.noborder_right {
    border-right: 2px solid #e2c1cb;
  }
}

/* 12. Contacts */
.contact_1 textarea.input {
  height: 170px;
}
.contact_1 .separate {
  position: relative;
}
.contact_1 .separate:before, .contact_1 .separate:after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(50% - 60px);
  left: 0;
  top: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact_1 .separate:after {
  left: auto;
  right: 0;
}

.contact_2 textarea.input {
  height: 170px;
}

/* 13. Showcases */
.showcase_1 .block a:hover {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .showcase_1 .description {
    margin: 10px 0 0 0;
  }
}

.showcase_2 a:hover {
  opacity: 0.8;
}

/* 14. Footers */
@media (max-width: 575.98px) {
  .footer_1 .links a {
    margin: 0 10px;
  }
}

/* 15. Ecommerce */
.ecommerce_1 .product .img_link img {
  transition: all 0.25s;
}
.ecommerce_1 .product .img_link:hover img {
  opacity: 0.8;
}
.ecommerce_1 .product .btn {
  left: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .ecommerce_1 .main_info .btn {
    margin-top: 30px;
  }
}

.ecommerce_2 .product {
  border: 2px solid #e2c1cb;
}
.ecommerce_2 .product.big {
  min-height: calc(100% - 30px);
}
.ecommerce_2 .product.big ul {
  column-count: 2;
}
.ecommerce_2 .product li {
  list-style: none;
  position: relative;
}
.ecommerce_2 .product li:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #858484;
}
@media (max-width: 575.98px) {
  .ecommerce_2 .product {
    max-width: 290px;
    padding: 20px 20px 30px 20px;
  }
  .ecommerce_2 .product.big ul {
    column-count: 1;
  }
  .ecommerce_2 .product .left {
    margin-right: 0;
  }
  .ecommerce_2 .product img {
    width: 100%;
    max-width: 100%;
  }
}

/* 16. Applications */
@media (max-width: 767.98px) {
  .application_2 .application_2_left_img {
    max-height: 50vh;
  }
}
.application_2 .with_borders:nth-of-type(1) {
  border-bottom: 2px solid #EBEAED;
  border-right: 2px solid #EBEAED;
}
.application_2 .with_borders:nth-of-type(2) {
  border-bottom: 2px solid #EBEAED;
  border-right: 2px solid #EBEAED;
}
.application_2 .with_borders:nth-of-type(3) {
  border-bottom: 2px solid #EBEAED;
}
.application_2 .with_borders:nth-of-type(4) {
  border-right: 2px solid #EBEAED;
}
.application_2 .with_borders:nth-of-type(5) {
  border-right: 2px solid #EBEAED;
}
@media (max-width: 991.98px) {
  .application_2 .with_borders:nth-of-type(2) {
    border-right: none;
  }
  .application_2 .with_borders:nth-of-type(3) {
    border-right: 2px solid #EBEAED;
    padding-top: 35px;
  }
  .application_2 .with_borders:nth-of-type(4) {
    border-right: none;
    border-bottom: 2px solid #EBEAED;
  }
}

/* Reseñas Google + carrusel (testimonial_4) — Inter ya aplica globalmente */
.dl-places-attribution {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.testimonial_4 .dl-testimonial-carousel {
  position: relative;
  font-family: "Inter", sans-serif !important;
  padding-bottom: 2.5rem;
}

.testimonial_4 .dl-testimonial-review-text {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
}

.testimonial_4 .dl-google-review-stars {
  letter-spacing: 0.12em;
}

.testimonial_4 .dl-google-review-star--on {
  color: #5c0e27;
}

.testimonial_4 .dl-google-review-star--off {
  color: #c4c4c4;
  opacity: 0.65;
}

.testimonial_4 .dl-google-review-photo,
.testimonial_4 .dl-google-review-photo--static {
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial_4 .dl-google-review-photo-placeholder {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: linear-gradient(145deg, #5c0e27 0%, #8b2748 100%);
}

.testimonial_4 .dl-google-review-card + .dl-google-review-card {
  margin-top: 0.5rem;
}

.testimonial_4 .dl-testimonial-indicators {
  bottom: -2.25rem;
}

.testimonial_4 .dl-testimonial-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5c0e27;
  opacity: 0.28;
}

.testimonial_4 .dl-testimonial-indicators li.active {
  opacity: 1;
}

.testimonial_4 .dl-testimonial-carousel-control {
  width: 3rem;
  min-width: 3rem;
  opacity: 0.85;
  color: #5c0e27;
}

.testimonial_4 .dl-testimonial-carousel-control:hover {
  opacity: 1;
  color: #3d0919;
}

.testimonial_4 .dl-carousel-single .dl-testimonial-carousel-control,
.testimonial_4 .dl-carousel-single .dl-testimonial-indicators {
  display: none !important;
}

.testimonial_4 .dl-testimonial-slide-inner,
.testimonial_4 .dl-google-reviews-api-notice {
  font-family: "Inter", sans-serif !important;
}

.testimonial_4 .dl-google-reviews-api-notice {
  border-color: rgba(92, 14, 39, 0.18) !important;
  background: #fff !important;
}

/* --- Content 29: carrusel infinito de logos (Diseño Latino) --- */
.dl-client-logos-marquee {
  overflow-x: clip;
  max-width: 100%;
}

.dl-logo-marquee__viewport {
  container-type: inline-size;
  container-name: dl-logo-marquee;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 1.25rem,
    #000 calc(100% - 1.25rem),
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 1.25rem,
    #000 calc(100% - 1.25rem),
    transparent 100%
  );
}

.dl-logo-marquee__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  animation: dl-logo-marquee-scroll var(--dl-logo-marquee-duration, 42s) linear infinite;
}

.dl-logo-marquee__track.dl-logo-marquee__track--reduced {
  animation: none;
}

.dl-logo-marquee__group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  padding-inline: clamp(0.75rem, 2vw, 1.25rem);
}

.dl-logo-marquee__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: calc(50vw - 2.5rem);
  max-width: 200px;
}

@media (min-width: 768px) {
  .dl-logo-marquee__item {
    width: calc((100vw - 4rem) / 3);
    max-width: 240px;
  }
}

@media (min-width: 992px) {
  .dl-logo-marquee__item {
    width: calc((100vw - 6rem) / 6);
    max-width: 170px;
  }
}

@supports (width: 1cqw) {
  .dl-logo-marquee__item {
    width: calc(50cqw - 1rem);
    max-width: none;
  }
}

@container dl-logo-marquee (min-width: 768px) {
  .dl-logo-marquee__item {
    width: calc(33.333cqw - 1.2rem);
    max-width: none;
  }
}

@container dl-logo-marquee (min-width: 992px) {
  .dl-logo-marquee__item {
    width: calc(16.666cqw - 1rem);
    max-width: none;
  }
}

.dl-logo-marquee__img {
  max-height: 50px;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.35s ease, opacity 0.35s ease;
}

.dl-logo-marquee__item:hover .dl-logo-marquee__img,
.dl-logo-marquee__item:focus-within .dl-logo-marquee__img {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes dl-logo-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* --- Kit Radix (venta) --- */
.dl-kit-radix {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    165deg,
    #1a1418 0%,
    #2a1a22 42%,
    #1e1218 100%
  );
  border-top: 1px solid rgba(92, 14, 39, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.dl-kit-radix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #5c0e27 35%, #8b2748 65%, transparent);
  opacity: 0.9;
  pointer-events: none;
}

.dl-kit-radix .op-8 {
  opacity: 0.88;
}

.dl-kit-radix .op-9 {
  opacity: 0.92;
}

.dl-kit-radix-lead {
  line-height: 1.65;
}

.dl-kit-radix-carousel {
  width: 100%;
  max-width: 430px;
}

.dl-kit-radix-carousel .carousel-inner {
  border-radius: 12px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.dl-kit-radix-carousel__square {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: rgba(255, 255, 255, 0.02);
}

.dl-kit-radix-carousel__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dl-kit-radix-carousel .carousel-indicators {
  bottom: -34px;
}

.dl-kit-radix-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.3;
}

.dl-kit-radix-carousel .carousel-indicators li.active {
  opacity: 1;
}

.dl-kit-radix-carousel .carousel-control-prev,
.dl-kit-radix-carousel .carousel-control-next {
  width: 42px;
  height: 42px;
  top: calc(50% - 21px);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
}

.dl-kit-radix-carousel .carousel-control-prev {
  left: 12px;
}

.dl-kit-radix-carousel .carousel-control-next {
  right: 12px;
}

.dl-kit-radix-carousel .carousel-control-prev i,
.dl-kit-radix-carousel .carousel-control-next i {
  color: #fff;
  font-size: 0.95rem;
}

.dl-kit-radix-mockup {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 220px;
}

.dl-kit-radix-mockup__glow {
  position: absolute;
  inset: 10% 5% 15%;
  background: radial-gradient(
    ellipse at 50% 40%,
    rgba(139, 39, 72, 0.35) 0%,
    transparent 70%
  );
  filter: blur(8px);
  pointer-events: none;
}

.dl-kit-radix-mockup__sleeve {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58%;
  height: 78%;
  border-radius: 10px;
  background: linear-gradient(145deg, #3d0919 0%, #5c0e27 55%, #2d0a14 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.1rem 1rem;
  z-index: 1;
}

.dl-kit-radix-mockup__brand {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}

.dl-kit-radix-mockup__tag {
  margin-top: 0.35rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.dl-kit-radix-mockup__doc {
  position: absolute;
  right: 0;
  top: 8%;
  width: 62%;
  height: 72%;
  border-radius: 8px;
  background: #f4f1f2;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(92, 14, 39, 0.08);
  padding: 1.25rem 1.1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}

.dl-kit-radix-mockup__line {
  display: block;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #d8d0d3, #ece8ea);
}

.dl-kit-radix-mockup__line--w100 {
  width: 100%;
}

.dl-kit-radix-mockup__line--w85 {
  width: 85%;
}

.dl-kit-radix-mockup__line--w70 {
  width: 70%;
}

.dl-kit-radix-mockup__chip {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5c0e27;
  background: rgba(92, 14, 39, 0.1);
  border: 1px solid rgba(92, 14, 39, 0.2);
}

.dl-kit-btn {
  font-weight: 600;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 8px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease,
    color 0.28s ease, filter 0.28s ease;
}

.dl-kit-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.dl-kit-btn--paypal {
  color: #fff;
  background: linear-gradient(135deg, #0070ba 0%, #003087 100%);
  box-shadow: 0 6px 22px rgba(0, 48, 135, 0.35);
}

.dl-kit-btn--paypal:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 112, 186, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  filter: brightness(1.08);
}

.dl-kit-btn--mp {
  color: #fff;
  background: linear-gradient(135deg, #00a8e8 0%, #009ee3 45%, #0077b6 100%);
  box-shadow: 0 6px 22px rgba(0, 158, 227, 0.35);
}

.dl-kit-btn--mp:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 168, 232, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
  filter: brightness(1.07);
}

.dl-kit-btn:active {
  transform: translateY(-1px);
}
