h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
body {
  font-family: "Poppins";
  color: #808080;
}

body,
html {
  background-color: #fff;
  box-sizing: border-box;
  max-width: 100vw;
  overflow-x: hidden;
}

.navbar img {
  width: 150px;
}
.navbar.bg-light {
  background: #fff !important;
}
.navbar .navbar-collapse {
  justify-content: center;
}
.navbar .navbar-collapse .nav-link {
  font-weight: 400;
  letter-spacing: 2px;
  padding: 5px 0;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar .navbar-collapse .nav-link.active {
  border-bottom: 1px solid;
  border-color: #ff007c;
  color: #ff007c;
}
.navbar .navbar-collapse .nav-link:hover {
  color: #ff007c;
}
.navbar .socials .navbar-social .nav-link {
  font-size: 22px;
}
.navbar .socials .navbar-social .nav-link:hover {
  color: #ff007c;
}

main {
  padding-top: 50px;
}

.main-banner {
  background: linear-gradient(180deg, rgb(255, 0, 124) 0%, rgb(225, 122, 42) 100%);
  padding: 60px 100px;
  padding-bottom: 0;
  margin: 25px 0;
  margin-top: 100px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.main-banner p,
.main-banner a,
.main-banner h1 {
  color: #fff;
}
.main-banner h1 {
  font-size: 52px;
  font-weight: 700;
}
.main-banner p {
  font-size: 22px;
}
.main-banner a {
  font-size: 20px;
  text-transform: uppercase;
  width: 200px;
}
.main-banner .main-banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
}
.main-banner .row {
  align-items: flex-end;
}
.main-banner .marcela-genta {
  text-align: center;
}
.main-banner .marcela-genta img {
  width: 480px;
  transform: scaleX(-1);
  display: block;
  margin: 0 auto;
}
.btn.btn-primary {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 25px;
  font-weight: 600;
}
.btn.btn-primary:hover {
  background: #fff;
  color: #ff007c;
}

section {
  margin: 80px 0;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: #f2f2f2;
}
.content .upper-text {
  text-transform: uppercase;
  color: #ff007c;
  font-size: 20px;
  letter-spacing: 2px;
}
.content .title {
  font-size: 52px;
  font-weight: 700;
}
.content .subtitle {
  font-size: 20px;
}
.content a {
  font-size: 20px;
}
.content .btn.btn-primary {
  margin-top: 25px;
  color: #ff007c;
  border-color: #ff007c;
  width: 200px;
  text-transform: uppercase;
}
.content .btn.btn-primary:hover {
  background: #ff007c;
  color: #fff;
}

.bg-grey-light {
  background-color: #f2f2f2;
}

.rounded-with-icon {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.rounded-with-icon.gradient {
  width: 200px;
  height: 200px;
  padding: 50px;
  background: linear-gradient(180deg, rgb(255, 0, 124) 0%, rgb(225, 122, 42) 100%);
}

.floating-icon {
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
}

.propuesta-valor .container-fluid {
  padding: 0;
}
.propuesta-valor img {
  width: 100%;
}
.propuesta-valor .content {
  padding: 0 200px;
}
.propuesta-valor .floating-icon {
  left: -114px;
}

/* ─── Reducir márgenes internos de secciones ─── */
.propuesta-valor-new .mb-4,
.mkt-section .mb-5,
.proceso-section .mb-5,
.redes-section .mb-5,
.faq-section .mb-5,
.testimonial-section .mb-4,
.equipo-section .mb-4 {
  margin-bottom: 1.2rem !important;
}

/* ─── Propuesta de valor nueva ─── */
.propuesta-valor-new {
  padding: 40px 0;
  background: #f2f2f2;
}
.pv-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff007c;
  margin-bottom: 12px;
}
.pv-title {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.pv-subtitle {
  font-size: 17px;
  color: #808080;
  max-width: 600px;
  margin: 0 auto;
}
.pv-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}
.pv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.pv-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 124, 0.1), rgba(255, 128, 23, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 22px;
  color: #ff007c;
}
.pv-card-number {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(135deg, #ff007c, #ff8017);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}
.pv-card-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  margin: 5px 0 10px;
}
.pv-card-text {
  font-size: 14px;
  color: #808080;
  margin: 0;
  line-height: 1.6;
}
.pv-btn {
  margin-top: 10px;
  color: #ff007c !important;
  border-color: #ff007c !important;
  background: transparent !important;
  width: 200px;
  text-transform: uppercase;
  font-weight: 600;
}
.pv-btn:hover {
  background: #ff007c !important;
  color: #fff !important;
}

/* ─── Marketing section nueva ─── */
.mkt-section {
  padding: 40px 0;
}
.mkt-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff007c;
  margin-bottom: 12px;
}
.mkt-title {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.mkt-subtitle {
  font-size: 17px;
  color: #808080;
  max-width: 650px;
  margin: 0 auto;
}
.mkt-card {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 35px 30px;
  height: 100%;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}
.mkt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.mkt-num {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 36px;
  font-weight: 800;
  color: rgba(255, 0, 124, 0.08);
  line-height: 1;
}
.mkt-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff007c, #ff8017);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 18px;
}
.mkt-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.mkt-card-text {
  font-size: 14px;
  color: #808080;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .mkt-title {
    font-size: 28px;
  }
  .mkt-subtitle {
    font-size: 15px;
  }
}

/* ─── Proceso (Facilitamos) ─── */
.proceso-section {
  padding: 40px 0;
  background: #f9f9f9;
}
.proceso-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 0, 124, 0.08);
  border: 1px solid rgba(255, 0, 124, 0.2);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #ff007c;
  margin-bottom: 16px;
}
.proceso-title {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.proceso-subtitle {
  font-size: 18px;
  color: #808080;
  max-width: 600px;
  margin: 0 auto;
}
.proceso-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
  position: relative;
  height: 100%;
  border: 1px solid #eee;
  transition: box-shadow 0.3s, transform 0.3s;
}
.proceso-card:hover {
  box-shadow: 0 12px 35px rgba(255, 0, 124, 0.1);
  transform: translateY(-4px);
}
.proceso-step {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff007c, #ff8017);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proceso-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 0, 124, 0.1), rgba(255, 128, 23, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 16px;
}
.proceso-icon i {
  font-size: 24px;
  background: linear-gradient(135deg, #ff007c, #ff8017);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.proceso-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.proceso-card-text {
  font-size: 14px;
  color: #808080;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .proceso-title {
    font-size: 28px;
  }
  .proceso-subtitle {
    font-size: 15px;
  }
}

/* ─── Viral Videos ─── */
.viral-block {
  text-align: center;
}
.viral-heading {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}
.viral-heading span {
  background: linear-gradient(135deg, #ff007c, #ff8017);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.viral-slider {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px 0 20px;
}
.viral-slider::-webkit-scrollbar {
  display: none;
}
.viral-track {
  display: flex;
  gap: 20px;
  width: max-content;
  padding: 0 20px;
}
.viral-item {
  scroll-snap-align: center;
  flex-shrink: 0;
  width: 220px;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}
.viral-item:hover {
  transform: scale(1.05);
}
.viral-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .viral-heading {
    font-size: 20px;
  }
  .viral-item {
    width: 160px;
  }
}

/* ─── FAQ Section ─── */
.faq-section {
  padding: 40px 0;
}
.faq-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 0, 124, 0.08);
  border: 1px solid rgba(255, 0, 124, 0.2);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #ff007c;
  margin-bottom: 16px;
}
.faq-title {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.faq-subtitle {
  font-size: 18px;
  color: #808080;
}
.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #eee;
  background: transparent;
}
.faq-accordion .accordion-item:last-child {
  border-bottom: none;
}
.faq-accordion .accordion-button {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 20px 0;
  background: transparent;
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #ff007c;
  background: transparent;
}
.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff007c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff007c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-accordion .accordion-body {
  padding: 0 0 20px;
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .faq-title {
    font-size: 28px;
  }
  .faq-subtitle {
    font-size: 15px;
  }
  .faq-accordion .accordion-button {
    font-size: 14px;
  }
}

/* ─── Redes Sociales ─── */
.redes-section {
  padding: 40px 0;
  background: #f9f9f9;
}
.redes-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 0, 124, 0.08);
  border: 1px solid rgba(255, 0, 124, 0.2);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #ff007c;
  margin-bottom: 16px;
}
.redes-title {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.redes-subtitle {
  font-size: 18px;
  color: #808080;
}
.redes-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 40px 28px 30px;
  height: 100%;
  border: 1px solid #eee;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.redes-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  transition: height 0.3s;
}
.redes-tiktok .redes-card-bg {
  background: #000;
}
.redes-instagram .redes-card-bg {
  background: linear-gradient(90deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.redes-youtube .redes-card-bg {
  background: #ff0000;
}
.redes-card:hover .redes-card-bg {
  height: 6px;
}
.redes-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.redes-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.redes-icon i {
  font-size: 32px;
  color: #fff;
}
.redes-tiktok .redes-icon {
  background: #000;
}
.redes-instagram .redes-icon {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.redes-youtube .redes-icon {
  background: #ff0000;
}
.redes-stat {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.redes-tiktok .redes-stat { color: #000; }
.redes-instagram .redes-stat { color: #dc2743; }
.redes-youtube .redes-stat { color: #ff0000; }
.redes-stat-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #808080;
  font-weight: 600;
  margin-bottom: 12px;
}
.redes-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 14px;
}
.redes-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
  background: #f2f2f2;
  color: #666;
}
.redes-tiktok:hover .redes-badge {
  background: rgba(0, 0, 0, 0.06);
  color: #000;
}
.redes-instagram:hover .redes-badge {
  background: rgba(220, 39, 67, 0.06);
  color: #dc2743;
}
.redes-youtube:hover .redes-badge {
  background: rgba(255, 0, 0, 0.06);
  color: #ff0000;
}
.redes-text {
  font-size: 14px;
  color: #808080;
  line-height: 1.6;
  margin-bottom: 16px;
}
.redes-handle {
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  transition: all 0.3s;
}
.redes-tiktok .redes-handle {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
.redes-instagram .redes-handle {
  color: #dc2743;
  background: rgba(220, 39, 67, 0.05);
}
.redes-youtube .redes-handle {
  color: #ff0000;
  background: rgba(255, 0, 0, 0.05);
}
.redes-tiktok:hover .redes-handle {
  background: #000;
  color: #fff;
}
.redes-instagram:hover .redes-handle {
  background: linear-gradient(135deg, #f09433, #dc2743, #bc1888);
  color: #fff;
}
.redes-youtube:hover .redes-handle {
  background: #ff0000;
  color: #fff;
}
@media (max-width: 767px) {
  .redes-title {
    font-size: 28px;
  }
  .redes-subtitle {
    font-size: 15px;
  }
  .redes-stat {
    font-size: 30px;
  }
}

/* ─── CTA Tasación ─── */
.cta-tasacion {
  padding: 30px 0;
  background-color: #f2f2f2;
}

.cta-tasacion .cta-box {
  background: linear-gradient(135deg, #ff007c, #ff8017);
  border-radius: 30px;
  padding: 60px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-tasacion .cta-box .cta-deco {
  position: absolute;
  opacity: 0.12;
  pointer-events: none;
}

.cta-tasacion .cta-deco-1 {
  top: -40px;
  right: -40px;
  width: 200px;
}

.cta-tasacion .cta-deco-2 {
  bottom: -30px;
  left: -30px;
  width: 180px;
}

.cta-tasacion h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.cta-tasacion p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.btn-cta-white {
  background: #fff;
  color: #ff007c;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.btn-cta-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  color: #ff007c;
}

@media (max-width: 767px) {
  .cta-tasacion h2 {
    font-size: 26px;
  }

  .cta-tasacion .cta-box {
    padding: 45px 24px;
  }
}

/* ─── Guía del Vendedor ─── */
.guia-vendedor {
  padding: 30px 0;
}
.guia-box {
  background: linear-gradient(135deg, #ff007c, #ff8017);
  border-radius: 20px;
  padding: 50px 40px;
}
.guia-content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.guia-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
}
.guia-text {
  flex: 1;
}
.guia-text h2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.guia-text p {
  color: rgba(255,255,255,0.9);
  font-size: 0.95rem;
  margin: 0;
}
.guia-vendedor .btn-cta-white {
  flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .guia-content {
    flex-direction: column;
    text-align: center;
  }
  .guia-text h2 {
    font-size: 1.3rem;
  }
  .guia-box {
    padding: 36px 24px;
  }
}

/* ─── Testimonios Elfsight ─── */
.testimonial-section {
  padding: 40px 0 20px;
}

/* ─── Nosotros Hero ─── */
.nosotros-hero {
  padding: 60px 0 30px;
}
.nosotros-hero-text {
  font-size: 1.05rem;
  color: #666;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 40px;
}
.nosotros-valores {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.nosotros-valor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.nosotros-valor-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff007c, #ff8017);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}
.nosotros-valor-item span {
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nosotros-diferencial {
  padding: 30px 0 40px;
}

@media (max-width: 576px) {
  .nosotros-valores {
    gap: 24px;
  }
  .nosotros-valor-icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

/* ─── Equipo Slider ─── */
.equipo-section {
  padding: 30px 0 20px;
}
.equipo-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 0, 124, 0.08);
  border: 1px solid rgba(255, 0, 124, 0.2);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #ff007c;
  margin-bottom: 16px;
}
.equipo-title {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.equipo-subtitle {
  font-size: 18px;
  color: #808080;
  max-width: 600px;
  margin: 0 auto;
}
.equipo-slider {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 20px 0 30px;
}
.equipo-slider::-webkit-scrollbar {
  display: none;
}
.equipo-track {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 30px;
}
.equipo-card {
  scroll-snap-align: center;
  flex-shrink: 0;
  width: 240px;
  background: #f9f9f9;
  border-radius: 20px;
  padding: 24px 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  display: block;
}
.equipo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(255, 0, 124, 0.1);
}
.equipo-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
}
.equipo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.equipo-name {
  font-size: 16px;
  font-weight: 700;
  color: #ff007c;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.equipo-role {
  font-size: 13px;
  color: #808080;
  margin: 0;
}
@media (max-width: 1199px) {
  .equipo-track {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .equipo-title {
    font-size: 28px;
  }
  .equipo-subtitle {
    font-size: 15px;
  }
  .equipo-card {
    width: 200px;
  }
  .equipo-img {
    width: 130px;
    height: 130px;
  }
  .equipo-track {
    padding: 0 20px;
  }
}

.marketing-personalizado {
  position: relative;
}
.marketing-personalizado .content {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 25px;
  padding: 0 25px;
}
.marketing-personalizado .content.no-padding {
  padding: 0;
  margin-bottom: 100px;
  background-color: #fff;
}
.marketing-personalizado .content .title {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
}
.marketing-personalizado .content .upper-text {
  margin-top: 30px;
}
.marketing-personalizado .col-lg-4 {
  padding: 0 25px;
  margin-bottom: 120px;
}
.marketing-personalizado .icon {
  background-color: #ff007c;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  top: 55px;
}

.facilitamos {
  padding: 80px 0;
  margin-bottom: 0;
  padding-bottom: 160px;
}

.count {
  font-family: "Poppins";
  font-size: 54px;
  font-weight: 700;
  color: #ff8017;
}

.counter-section {
  position: relative;
  margin-top: 0;
}
.counter-section img {
  width: 100%;
}
.counter-section .col-md-8:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(225, 122, 42, 0) 30%);
}
.counter-section .counter-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 150px;
}
.counter-section .counter-items .content {
  display: block;
  height: unset;
  background-color: unset;
}
.counter-section .counter-items .icon img {
  width: 100px;
  padding: 30px 0;
}
.counter-section .floating-icon {
  align-items: flex-start;
  position: relative;
  position: absolute;
  right: 200px;
  top: -106px;
}

.nuestro-equipo .member {
  border-radius: 25px;
  margin-top: 50px;
}
.nuestro-equipo .member img {
  width: 100%;
  border-radius: 25px 25px 0 0;
}
.nuestro-equipo .member .title {
  color: #ff007c;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 25px;
}
.nuestro-equipo .member .subtitle {
  letter-spacing: 2px;
  padding-bottom: 25px;
}
.nuestro-equipo .content {
  background-color: #fff;
}

.testimonial .carousel {
  border-radius: 25px;
}
.testimonial .carousel .carousel-item {
  padding: 80px 50px;
}
.testimonial .carousel .carousel-item .rating {
  padding-bottom: 25px;
}
.testimonial .carousel .carousel-item .rating i {
  color: #ff007c;
}
.testimonial .carousel .rounded-with-icon {
  color: #fff;
  background-color: #ff007c;
  width: 150px;
  height: 150px;
}
.testimonial .carousel .rounded-with-icon i {
  font-size: 72px;
}
.testimonial .carousel .carousel-indicators button {
  background-color: #ff007c;
}
.testimonial .carousel .carousel-control-next-icon,
.testimonial .carousel .carousel-control-prev-icon {
  display: none;
}

.influencer .content {
  background-color: #fff;
}
.influencer .content .btn.btn-primary {
  width: 300px;
}

:root {
  --size: 50vmin;
  --white: #fff;
  --blue: #3051f1;
  --purple: #c92bb7;
  --red: #f73344;
  --orange: #fa8e37;
  --yellow: #fcdf8f;
  --yellow_to: #fbd377;
}

.instagram {
  background: radial-gradient(circle farthest-corner at 28% 100%, var(--yellow) 0%, var(--yellow_to) 10%, var(--orange) 22%, var(--red) 35%, transparent 65%), linear-gradient(145deg, var(--blue) 10%, var(--purple) 70%);
  border-radius: 0.2em;
}

.followers .title,
.followers .subtitle,
.followers .text {
  color: #fff;
  font-weight: 800;
  text-align: center;
  line-height: 1;
}
.followers .title {
  font-size: 42px;
  text-transform: uppercase;
}
.followers .subtitle,
.followers .text {
  font-size: 24px;
  margin-top: 25px;
  line-height: 1.2;
}
.followers .text {
  font-weight: 400;
}
.followers .tiktok,
.followers .instagram,
.followers .youtube {
  padding: 50px;
  border-radius: 25px;
  text-align: center;
}
.followers .instagram,
.followers .youtube {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.followers .tiktok {
  background-color: #ff007c;
}
.followers .youtube {
  margin-top: 15px;
  background-color: #f2f2f2;
}
.followers .youtube .title {
  color: #808080;
  margin: 25px 0;
}
.followers .youtube .subtitle {
  color: #808080;
}

.nacidos-para-cambiar {
  background-color: #f2f2f2;
  padding: 100px 0;
}
.nacidos-para-cambiar .content {
  background-color: unset;
  display: block;
}
.nacidos-para-cambiar .imagen {
  background-color: #ff007c;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.nacidos-para-cambiar .imagen:hover {
  border-color: #ff007c;
}
.nacidos-para-cambiar .imagen img {
  width: 50px;
}
.nacidos-para-cambiar .youtube-video iframe {
  width: 100%;
  height: 615px;
  padding: 25px 0;
}
.nacidos-para-cambiar .subtitle {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
.nacidos-para-cambiar .text-gradient {
  margin-top: 25px;
  text-align: center;
  font-weight: 800;
  font-size: 72px;
  line-height: 1.2;
  background: -webkit-linear-gradient(#ff007c, #ff8017);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.preguntas-frecuentes {
  position: relative;
}
.preguntas-frecuentes .content {
  background-color: #fff;
  display: block;
  height: unset;
  margin-bottom: 25px;
}
.preguntas-frecuentes .content .title {
  color: #ff007c;
}
.preguntas-frecuentes .floating-icon {
  height: unset;
  right: 250px;
  top: 0;
}
.preguntas-frecuentes .accordion {
  --bs-accordion-bg: unset;
  background-color: #f2f2f2;
  border-radius: 25px;
  padding: 25px;
}
.preguntas-frecuentes .accordion-item {
  border: 0;
}
.preguntas-frecuentes .accordion-header {
  border: 0;
}
.preguntas-frecuentes .accordion-body {
  color: #ff007c;
}
.preguntas-frecuentes .accordion-body a {
  color: #ff007c;
  font-weight: 600;
}
.preguntas-frecuentes .accordion-button {
  padding-left: 50px;
  border: 0;
  box-shadow: unset;
  color: #808080;
}
.preguntas-frecuentes .accordion-button::after {
  position: absolute;
  left: 15px;
  filter: hue-rotate(90deg) !important;
}
.preguntas-frecuentes .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.preguntas-frecuentes .accordion-button:not(.collapsed) {
  color: #ff007c;
  background-color: unset;
}

.contacto {
  background: linear-gradient(180deg, rgb(255, 0, 124) 0%, rgb(225, 122, 42) 100%);
  margin-bottom: 0;
}
.contacto .content {
  background-color: unset;
  padding: 80px 0;
  display: block;
}
.contacto .title,
.contacto .subtitle,
.contacto .upper-text {
  color: #fff;
}
.contacto .step-app {
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 80px;
}
.contacto .step-app .step-steps {
  border-radius: 25px 25px 0 0;
}
.contacto .step-app .step-steps li.active,
.contacto .step-app .step-steps li.done {
  background-color: #fff;
  color: #ff007c;
}
.contacto .step-app .step-steps li.active span,
.contacto .step-app .step-steps li.done span {
  color: #ff007c;
}
.contacto .step-app .ml-5 {
  margin-left: 15px;
}
.contacto .step-app .step-content {
  background-color: #f2f2f2;
  border-radius: 0 0 25px 25px;
}
.contacto .step-app .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
}
.contacto .step-app .form-select {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #fff;
}
.contacto .step-app .step-footer {
  text-align: right;
}
.contacto .step-app .step-footer .btn.btn-primary {
  border-color: #ff007c;
  color: #ff007c;
}

.alert-success {
  --bs-alert-color: unset;
  background-color: #fff;
  border: 1px solid #ff007c;
  color: #ff007c;
}

.footer {
  background: linear-gradient(160deg, #ff007c 0%, #d4006a 40%, #c2004f 100%);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(160deg, #ff007c 0%, #d4006a 40%, #c2004f 100%);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.footer p {
  color: #fff;
  font-size: 15px;
  margin-left: 0;
  line-height: 1.7;
}
.footer img {
  width: 150px;
}
.footer .footer-deco {
  position: absolute;
  right: -30px;
  top: 30px;
  opacity: 0.08;
  pointer-events: none;
}
.footer .footer-deco-house {
  width: 280px;
  filter: brightness(0) invert(1);
}
.footer .logo-texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .logo-texto img {
  margin-bottom: 20px;
}
.footer .footer-top {
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.footer .footer-social {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}
.footer .footer-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .footer-social a:hover {
  background: #fff;
  color: #ff007c;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.footer .footer-links h6,
.footer .footer-contact h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-links h6::after,
.footer .footer-contact h6::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #ff8017;
  border-radius: 2px;
}
.footer .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer .footer-nav a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.footer .footer-nav a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 2px;
  background: #ff8017;
  margin-right: 0;
  transition: all 0.3s ease;
}
.footer .footer-nav a:hover {
  color: #fff;
}
.footer .footer-nav a:hover::before {
  width: 12px;
  margin-right: 8px;
}
.footer .footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.footer .footer-contact .contact-item i {
  color: #ff8017;
  font-size: 18px;
  margin-top: 2px;
  min-width: 20px;
  text-align: center;
}
.footer .footer-contact .contact-item a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  transition: color 0.3s;
}
.footer .footer-contact .contact-item a:hover {
  color: #fff;
}
.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
.footer .footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-bottom .footer-cucicba {
  font-size: 12px;
  letter-spacing: 1px;
}
.footer .copyright {
  padding: 25px 0;
  text-align: center;
}
.footer .copyright i,
.footer .copyright a {
  color: #fff;
}
.footer .copyright p {
  margin-left: 0;
}

.nosotros img {
  width: 80px;
}
.nosotros .title {
  margin: 15px 0;
  color: #ff007c;
  font-size: 24px;
  font-weight: 600;
}
.nosotros .subtitle {
  line-height: 1.8;
}

.tasa-tu-casa .title-big {
  font-size: 42px;
  margin-bottom: 50px;
  text-align: center;
}

.nosotros-interna .propuesta-valor .content {
  padding: 100px;
}
.nosotros-interna .image-bg {
  background: url("../images/get-started-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.tasa-tu-casa-interna .propuesta-valor .content {
  padding: 100px;
}
.tasa-tu-casa-interna .image-bg {
  background: url("../images/get-started1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.pensando-vender-interna .propuesta-valor .content {
  padding: 100px;
}
.pensando-vender-interna .image-bg {
  background: url("../images/get-started.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* ---- whatsapp ----*/
.w-flotante {
  background-color: #25D366;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  animation: wa-pulse 2s infinite;
}
.w-flotante:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}
.w-flotante .whatsapp {
  color: white;
  font-size: 2.2rem;
}
.w-flotante .wa-label {
  position: absolute;
  right: 72px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.w-flotante .wa-label::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #fff;
}
.w-flotante:hover .wa-label {
  opacity: 1;
  transform: translateX(0);
}
@keyframes wa-pulse {
  0% { box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 4px 25px rgba(37, 211, 102, 0.6), 0 0 0 10px rgba(37, 211, 102, 0.1); }
  100% { box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); }
}

.borde-redondeado {
  border-radius: 25px;
}

.p-25-15 {
  padding: 25px 15px;
}

.p-45-15 {
  padding: 45px 15px;
}

.p-70 {
  padding: 70px;
}

.p-25-0 {
  padding: 25px 0;
}

.fixed-bottom {
  display: none;
}

.marcelagenta2 .main-banner {
  background: #f2f2f2;
  height: unset;
}
.marcelagenta2 .main-banner .marcela-genta img {
  top: -153px;
}
.marcelagenta2 .main-banner .title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}
.marcelagenta2 .main-banner h1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 1;
  margin-top: unset;
  text-align: left;
}
.marcelagenta2 .main-banner .subtitle {
  color: #ff007c;
  padding: 25px 0;
}
.marcelagenta2 .main-banner p {
  color: #808080;
  font-size: 18px;
}
.marcelagenta2 .main-banner .text-gradient {
  background: -webkit-linear-gradient(#ff007c, #ff8017);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.marcelagenta2 .main-banner .btn.btn-primary {
  color: #ff007c;
  border-color: #ff007c;
  margin-top: 25px;
  font-size: 26px;
}
.marcelagenta2 .main-banner .btn.btn-primary:hover {
  color: #fff;
  background-color: #ff007c;
}
.marcelagenta2 .nuestra_mision {
  background: linear-gradient(180deg, rgb(255, 0, 124) 0%, rgb(225, 122, 42) 100%);
}
.marcelagenta2 .nuestra_mision .content {
  background-color: unset;
}
.marcelagenta2 .nuestra_mision .content .subtitle {
  color: #fff;
  font-weight: 600;
  padding: 50px 0;
}
.marcelagenta2 .marketing-personalizado.marketing-personalizado-2 .icon {
  position: absolute;
  left: 0;
  top: 24%;
  width: 150px;
  height: 150px;
}
.marcelagenta2 .marketing-personalizado.marketing-personalizado-2 .icon img {
  width: 80px;
}
.marcelagenta2 .marketing-personalizado.marketing-personalizado-2 .valores-box {
  border-radius: 100px;
  padding: 50px 20px 50px 150px;
  margin: 25px;
}
.marcelagenta2 .marketing-personalizado.marketing-personalizado-2 .valores-box.box2, .marcelagenta2 .marketing-personalizado.marketing-personalizado-2 .valores-box.box4 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.marcelagenta2 .marketing-personalizado.marketing-personalizado-2 .content.top .title {
  font-size: 52px;
  margin-bottom: 50px;
}
.marcelagenta2 .marketing-personalizado.marketing-personalizado-2 .content .title {
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  padding: 25px 0;
  background-color: unset;
}
.marcelagenta2 .marketing-personalizado.marketing-personalizado-2 .content p {
  font-size: 20px;
  text-align: left;
}
.marcelagenta2 .facilitamos .content {
  background-color: unset;
}
.marcelagenta2 .facilitamos .content .title {
  font-size: 38px;
  margin-bottom: 25px;
}
.marcelagenta2 .facilitamos .content .btn.btn-primary {
  margin: 0 auto;
  color: #fff;
  background-color: #ff007c;
}
.marcelagenta2 .facilitamos .content .btn.btn-primary:hover {
  color: #ff007c;
  background-color: #fff;
}
.marcelagenta2 .followers {
  position: relative;
  bottom: -232px;
  margin-top: -250px;
}
.marcelagenta2 .followers .title {
  font-size: 32px;
}
.marcelagenta2 .followers .subtitle {
  font-weight: 400;
}
.marcelagenta2 .followers .youtube,
.marcelagenta2 .followers .instagram {
  margin-top: 25px;
}
.marcelagenta2 .followers .youtube {
  background-color: #fff;
}
.marcelagenta2 .followers .tiktok {
  background-color: unset;
  padding: 0;
}
.marcelagenta2 .followers .tiktok .imagen img {
  position: relative;
  left: -112px;
}
.marcelagenta2 .followers .tiktok .title {
  color: #ff007c;
  text-align: left;
}
.marcelagenta2 .followers .tiktok .subtitle {
  margin-top: 0;
  color: #808080;
  text-align: left;
}
.marcelagenta2 .nacidos-para-cambiar {
  background-color: #ff007c;
  padding-top: 80px;
}
.marcelagenta2 .nacidos-para-cambiar .subtitle {
  color: #fff;
  font-size: 44px;
  font-style: normal;
  margin-top: 150px;
}
.marcelagenta2 .nacidos-para-cambiar .subtitle img {
  width: 120px;
  margin-right: 25px;
}
.marcelagenta2 .marketing-personalizado .title,
.marcelagenta2 .marketing-personalizado .subtitle {
  color: #ff007c;
}
.marcelagenta2 .marketing-personalizado .subtitle {
  font-size: 24px;
  margin-top: 25px;
}
.marcelagenta2 .marketing-personalizado .icon {
  background-color: unset;
}
.marcelagenta2 .marketing-personalizado .icon img {
  width: 100px;
}
.marcelagenta2 .marketing-personalizado .content {
  background-color: unset;
}
.marcelagenta2 .marketing-personalizado .content .subtitle-box {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.marcelagenta2 .marketing-personalizado .content .subtitle {
  color: #808080;
  margin-top: 0;
}
.marcelagenta2 .marketing-personalizado .content.top .subtitle {
  color: #ff007c;
  background-color: #f2f2f2;
  padding: 15px 35px;
  border-radius: 50px;
}
.marcelagenta2 .preguntas-frecuentes {
  text-align: center;
}
.marcelagenta2 .preguntas-frecuentes .btn-primary {
  margin-top: -30px;
  background-color: #ff007c;
  border-color: #ff007c;
  font-size: 28px;
}
.marcelagenta2 .preguntas-frecuentes .btn-primary:hover {
  background-color: #fff;
  color: #ff007c;
}
.marcelagenta2 .youtube-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  padding-bottom: 100px;
}
.marcelagenta2 .youtube-video .subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #ff007c;
  margin-bottom: 15px;
}
.marcelagenta2 .youtube-video .subtitle img {
  width: 150px;
}
.marcelagenta2 .contacto {
  background: unset;
  margin-bottom: 50px;
}
.marcelagenta2 .contacto .title {
  color: #808080;
}
.marcelagenta2 .contacto .subtitle {
  color: #ff007c;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 12px;
}
.marcelagenta2 .contacto .upper-text {
  color: #808080;
  font-size: 32px;
  font-style: italic;
  line-height: 1;
  margin-top: 50px;
}
.marcelagenta2 .contacto .step-app {
  margin-bottom: 0;
}
.marcelagenta2 .footer {
  background-color: #f2f2f2;
}
.marcelagenta2 .logo-texto {
  justify-content: center;
}
.marcelagenta2 .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.marcelagenta2 .contact img {
  width: 200px;
}
.marcelagenta2 .footer-bottom p,
.marcelagenta2 .footer-bottom a,
.marcelagenta2 .footer-bottom i {
  color: #000;
}

.matiasbidegarain .main-banner {
  height: unset;
  background: unset;
}
.matiasbidegarain .main-banner h1 {
  font-size: 72px;
}
.matiasbidegarain .main-banner h1,
.matiasbidegarain .main-banner .subtitle {
  color: #ff8017;
}
.matiasbidegarain .main-banner p {
  color: #808080;
  font-size: 18px;
}
.matiasbidegarain .main-banner p a {
  color: #808080;
  text-decoration: none;
  text-transform: lowercase;
}
.matiasbidegarain .main-banner .btn.btn-primary {
  color: #ff8017;
  border-color: #ff8017;
}
.matiasbidegarain .main-banner .btn.btn-primary:hover {
  background-color: #ff8017;
  color: #fff;
}
.matiasbidegarain .main-banner .subtitle {
  padding: 15px 0;
  font-size: 20px;
}
.matiasbidegarain .main-banner .border-left {
  border-left: 2px solid #ff8017;
}
.matiasbidegarain .main-banner .border-left p {
  padding-left: 35px;
}
.matiasbidegarain .main-banner .socials {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 36%;
  right: -15%;
}
.matiasbidegarain .main-banner .socials i {
  font-size: 32px;
  line-height: 2;
  color: #808080;
}
.matiasbidegarain .main-banner .marcela-genta img {
  left: -50px;
  width: 600px;
}
.matiasbidegarain .propuesta-valor {
  margin-bottom: 0;
}
.matiasbidegarain .propuesta-valor .content .upper-text {
  color: #ff8017;
}
.matiasbidegarain .propuesta-valor .content .btn.btn-primary {
  color: #ff8017;
  border-color: #ff8017;
}
.matiasbidegarain .propuesta-valor .content .btn.btn-primary:hover {
  background-color: #ff8017;
  color: #fff;
}
.matiasbidegarain .marketing-personalizado {
  background-color: #ff8017;
  padding: 80px 0;
  margin-top: 0;
}
.matiasbidegarain .marketing-personalizado .content.no-padding {
  background-color: #ff8017;
}
.matiasbidegarain .marketing-personalizado .content.no-padding .title {
  color: #fff;
  background-color: #ff8017;
}
.matiasbidegarain .marketing-personalizado .content .upper-text {
  color: #ff8017;
}
.matiasbidegarain .marketing-personalizado .icon {
  background-color: #fff;
  box-shadow: 1px 10px 26px -12px rgba(0, 0, 0, 0.75);
}
.matiasbidegarain .followers .tiktok {
  background-color: #ff8017;
  height: 100%;
}
.matiasbidegarain .followers .side-panel {
  height: 100%;
}
.matiasbidegarain .followers .side-panel .content {
  padding: 25px 0;
  background-color: unset;
}
.matiasbidegarain .followers .side-panel .content .title {
  color: #808080;
  font-size: 42px;
  font-weight: 400;
}
.matiasbidegarain .followers .side-panel .title {
  color: #ff007c;
  font-size: 20px;
  font-weight: 600;
}
.matiasbidegarain .followers .side-panel .subtitle {
  margin-top: 0;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.matiasbidegarain .followers .side-panel .col-md-6 {
  display: flex;
  justify-content: center;
}
.matiasbidegarain .followers .side-panel .member {
  margin-bottom: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  width: 250px;
  display: flex;
  flex-direction: column;
}
.matiasbidegarain .followers .side-panel .member img {
  border-radius: 20px 20px 0 0;
}
.matiasbidegarain .followers .side-panel .member .team-member {
  padding: 25px 0;
}
.matiasbidegarain .testimonial .carousel .rounded-with-icon {
  background-color: #ff8017;
}
.matiasbidegarain .testimonial .carousel .carousel-item .rating i {
  color: #ff8017;
}
.matiasbidegarain .testimonial .carousel .carousel-indicators button {
  background-color: #ff8017;
}
.matiasbidegarain .preguntas-frecuentes .btn-primary {
  margin-bottom: -30px;
  background-color: #ff8017;
  border-color: #ff8017;
  font-size: 28px;
}
.matiasbidegarain .preguntas-frecuentes .btn-primary:hover {
  background-color: #fff;
  color: #ff8017;
}
.matiasbidegarain .youtube-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  padding-top: 100px;
}
.matiasbidegarain .youtube-video .subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #ff007c;
  margin-bottom: 15px;
}
.matiasbidegarain .youtube-video .subtitle img {
  width: 150px;
}
.matiasbidegarain .preguntas-frecuentes .content .title {
  color: #ff8017;
}
.matiasbidegarain .preguntas-frecuentes .accordion-button:not(.collapsed) {
  color: #ff8017;
  background-color: unset;
}
.matiasbidegarain .preguntas-frecuentes .accordion-button:not(.collapsed):after {
  filter: hue-rotate(150deg) !important;
}
.matiasbidegarain .preguntas-frecuentes .accordion-body {
  color: #ff8017;
}
.matiasbidegarain .contacto {
  background: unset;
  margin-bottom: 50px;
}
.matiasbidegarain .contacto .title {
  color: #808080;
}
.matiasbidegarain .contacto .subtitle {
  color: #ff8017;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 12px;
}
.matiasbidegarain .contacto .upper-text {
  color: #808080;
  font-size: 32px;
  font-style: italic;
  line-height: 1;
  margin-top: 50px;
}
.matiasbidegarain .contacto .step-app {
  margin-bottom: 0;
}
.matiasbidegarain .footer {
  background-color: #f2f2f2;
}
.matiasbidegarain .logo-texto {
  justify-content: center;
}
.matiasbidegarain .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.matiasbidegarain .contact img {
  width: 200px;
}
.matiasbidegarain .footer-bottom p,
.matiasbidegarain .footer-bottom a,
.matiasbidegarain .footer-bottom i {
  color: #000;
}

.marcelagenta2 .contacto .col-form-label-sm, .matiasbidegarain .contacto .col-form-label-sm {
  margin-left: 15px;
}

.gracias .thanks-box {
  background-color: #f2f2f2;
  height: 600px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gracias .thanks-box h2 {
  font-size: 70px;
  font-weight: 800;
}
.gracias .thanks-box .text-gradient {
  background: -webkit-linear-gradient(#ff007c, #ff8017);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gracias .thanks-box h4 {
  color: #ff007c;
}

.banner-principal-mobile {
  display: none;
}
.banner-principal-mobile .main-banner-mobile-title {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.no-bg {
  background-color: unset !important;
  background-image: none !important;
  background: none !important;
}

@media (max-width: 1440px) {
  .main-banner .marcela-genta img {
    width: 420px;
  }
  .marcelagenta2 .main-banner {
    padding: 200px 80px;
  }
  .marcelagenta2 .main-banner .marcela-genta img {
    top: -189px;
    width: 480px;
  }
  .matiasbidegarain .main-banner {
    margin-top: 120px;
  }
  .matiasbidegarain .main-banner .socials {
    top: 28%;
    right: -150px;
  }
  .matiasbidegarain .main-banner .marcela-genta img {
    left: -50px;
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .navbar img {
    width: 120px;
  }
  .navbar .navbar-collapse .nav-link {
    font-size: 12px;
  }
  .navbar .socials .navbar-social .nav-link {
    font-size: 20px;
  }
  .main-banner .marcela-genta img {
    width: 360px;
  }
  .main-banner a {
    font-size: 16px;
  }
  .content .title {
    font-size: 26px;
  }
  .content a {
    font-size: 16px;
  }
  .content .upper-text {
    font-size: 16px;
  }
  .content .subtitle {
    font-size: 16px;
  }
  .count {
    font-size: 34px;
  }
  .followers .instagram,
  .followers .youtube {
    height: 355px;
  }
  .followers .instagram img,
  .followers .youtube img {
    width: 200px;
  }
  .followers .title {
    font-size: 34px;
  }
  .followers .subtitle,
  .followers .text {
    font-size: 18px;
  }
  .nacidos-para-cambiar .text-gradient {
    font-size: 38px;
  }
  .rounded-with-icon.gradient {
    width: 100px;
    height: 100px;
    padding: 18px;
  }
  .propuesta-valor .floating-icon {
    left: -64px;
  }
  .marketing-personalizado .icon {
    width: 80px;
    height: 80px;
  }
  .marketing-personalizado .icon img {
    width: 40px;
  }
  .counter-section .floating-icon {
    top: -50px;
  }
  .testimonial .carousel .rounded-with-icon {
    width: 80px;
    height: 80px;
  }
  .testimonial .carousel .rounded-with-icon i {
    font-size: 40px;
  }
  .preguntas-frecuentes .floating-icon {
    right: 50px;
    top: 38px;
  }
  .footer .footer-contact .contact-item a {
    font-size: 14px;
  }
  .footer .footer-contact .contact-item i {
    font-size: 16px;
  }
  .footer .footer-deco {
    display: none;
  }
  .marcelagenta2 .main-banner .marcela-genta img {
    left: -58px;
  }
  .marcelagenta2 .content .title {
    font-size: 38px;
  }
  .marcelagenta2 .followers .title {
    font-size: 30px;
  }
  .marcelagenta2 .followers .tiktok .subtitle {
    margin-bottom: 15px;
  }
  .marcelagenta2 .marketing-personalizado.marketing-personalizado-2 .icon img {
    width: 50px;
  }
  .marcelagenta2 .nacidos-para-cambiar .subtitle {
    font-size: 36px;
  }
  .marcelagenta2 .marketing-personalizado .icon {
    top: 0;
  }
  .matiasbidegarain .main-banner {
    height: unset;
  }
  .matiasbidegarain .main-banner .socials {
    flex-direction: row;
    right: 100px;
    top: unset;
    bottom: -20px;
  }
  .matiasbidegarain .main-banner .socials a {
    width: unset;
    margin: 0 10px;
  }
  .matiasbidegarain .content .title {
    font-size: 38px;
  }
  .matiasbidegarain .followers .tiktok {
    height: 100%;
  }
  .matiasbidegarain .propuesta-valor .content {
    padding: 0 100px;
  }
}
@media (max-width: 991px) {
  .navbar-social {
    flex-direction: row;
  }
  .main-banner {
    padding: 60px 40px;
  }
  .main-banner h1 {
    font-size: 34px;
  }
  .main-banner p {
    font-size: 18px;
  }
  .main-banner .marcela-genta img {
    width: 300px;
  }
  .propuesta-valor .floating-icon {
    left: calc(50% - 50px);
    top: -300px;
  }
  .propuesta-valor .propuesta-content {
    padding: 50px 0;
  }
  .counter-section {
    padding: 50px 0;
  }
  .influencer {
    text-align: center;
  }
  .influencer .content {
    align-items: center;
  }
  .instagram {
    margin: 15px 0;
  }
  .logo-texto {
    margin-bottom: 25px;
  }
  .logo-texto img {
    width: 80px;
  }
  .nosotros-interna .propuesta-valor .floating-icon,
  .tasa-tu-casa-interna .propuesta-valor .floating-icon,
  .pensando-vender-interna .propuesta-valor .floating-icon {
    position: unset;
    height: unset;
    margin: 50px 0;
    justify-content: center;
  }
  .nosotros-interna .propuesta-valor .content,
  .tasa-tu-casa-interna .propuesta-valor .content,
  .pensando-vender-interna .propuesta-valor .content {
    height: unset;
    padding-top: 0;
  }
  .marcelagenta2 .main-banner {
    padding: 250px 40px;
  }
  .marcelagenta2 .main-banner .marcela-genta img {
    left: 0;
    top: 157px;
    width: 300px;
  }
  .matiasbidegarain .banner-principal {
    padding-bottom: 80px;
  }
  .matiasbidegarain .main-banner {
    padding: 100px 25px;
    margin-top: 180px;
  }
  .matiasbidegarain .main-banner .border-left {
    border-left: unset;
    border-top: 2px solid #ff8017;
    padding-top: 25px;
  }
  .matiasbidegarain .main-banner .border-left p {
    padding-left: 0;
  }
  .matiasbidegarain .main-banner .socials {
    bottom: -90px;
  }
  .matiasbidegarain .main-banner .marcela-genta img {
    width: 400px;
    top: 50px;
  }
}
.text-left {
  text-align: left;
}

@media (max-width: 767px) {
  .banner-principal-mobile {
    display: block !important;
  }
  .banner-principal {
    display: none !important;
  }
  .fixed-bottom {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    background-color: #ff8017;
    padding: 5px 0;
  }
  .w-flotante {
    bottom: 70px;
    width: 56px;
    height: 56px;
    right: 16px;
  }
  .w-flotante .wa-label {
    display: none;
  }
  .main-banner {
    height: unset;
    min-height: unset;
    margin-top: 60px;
    padding: 40px 25px;
    border-radius: 25px;
    text-align: center;
  }
  .main-banner .main-banner-text {
    height: unset;
    min-height: unset;
    align-items: center;
    padding-top: 10px;
  }
  .main-banner .marcela-genta {
    text-align: center;
    padding-top: 20px;
  }
  .main-banner .marcela-genta img {
    width: 45%;
    transform: scaleX(-1);
  }
  .propuesta-valor .content {
    padding: 0 100px;
  }
  .marketing-personalizado .col-lg-4 {
    padding: 0 25px;
    margin-bottom: 45px;
  }
  .counter-section {
    padding: 100px 0;
    padding-bottom: 0;
  }
  .counter-section .counter-items {
    padding-left: 50px;
  }
  .counter-section img {
    padding-top: 50px;
  }
  .counter-section .floating-icon img {
    padding-top: 0;
  }
  .nuestro-equipo {
    margin-top: 0;
  }
  .nuestro-equipo .member {
    width: 300px;
    margin: 25px auto;
  }
  .marcelagenta2 .main-banner {
    height: unset;
    margin-top: 0;
    padding: 50px 25px;
  }
  .marcelagenta2 .main-banner.no-bg {
    padding: 0;
    margin-top: 50px;
  }
  .marcelagenta2 .main-banner .main-banner-text {
    height: unset;
    text-align: center;
    align-items: center;
  }
  .marcelagenta2 .main-banner .main-banner-text h1, .marcelagenta2 .main-banner .main-banner-text h3, .marcelagenta2 .main-banner .main-banner-text h4 {
    text-align: center;
  }
  .marcelagenta2 .main-banner .marcela-genta {
    text-align: center;
  }
  .marcelagenta2 .main-banner .marcela-genta img {
    position: unset;
    margin-bottom: -25px;
    width: 60%;
  }
  .marcelagenta2 .marketing-personalizado .content {
    display: block;
    margin-top: 15px;
  }
  .marcelagenta2 .marketing-personalizado .icon {
    margin-top: 25px;
    position: unset;
  }
  .marcelagenta2 .marketing-personalizado .icon img {
    width: 80px;
  }
  .marcelagenta2 .followers .tiktok .imagen img {
    width: 600px;
    margin-top: 100px;
  }
  .marcelagenta2 .youtube-video iframe {
    width: 100%;
    height: auto;
  }
  .matiasbidegarain .main-banner {
    margin-top: 0;
    padding: 0 40px 25px;
  }
  .matiasbidegarain .main-banner.no-bg {
    margin-top: 50px;
    padding: 0;
  }
  .matiasbidegarain .main-banner .marcela-genta img {
    position: unset;
    margin-bottom: 0;
  }
  .matiasbidegarain .main-banner .offset-2 {
    padding: 10px 25px;
  }
  .matiasbidegarain .main-banner .subtitle {
    font-size: 18px;
  }
  .matiasbidegarain .main-banner .main-banner-text {
    height: unset;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .matiasbidegarain .main-banner .main-banner-text h1, .matiasbidegarain .main-banner .main-banner-text h3, .matiasbidegarain .main-banner .main-banner-text h4 {
    text-align: center;
  }
  .matiasbidegarain .main-banner .socials {
    position: unset;
    margin: 10px 0 0;
    text-align: center;
    justify-content: center;
  }
  .matiasbidegarain .propuesta-valor .content {
    padding: 0 20px;
  }
  footer {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .no-main-banner main {
    padding-top: 0;
  }
  .main-banner {
    text-align: center;
  }
  .main-banner h1 {
    font-size: 28px;
  }
  .main-banner .marcela-genta {
    left: 0 !important;
  }
  .main-banner .main-banner-text {
    align-items: center;
  }
  .carousel-item .rounded-with-icon {
    margin-bottom: 15px;
  }
  .influencer img {
    width: 100%;
  }
  .nacidos-para-cambiar .youtube-video iframe {
    height: auto;
  }
  .preguntas-frecuentes .floating-icon {
    right: 50px;
    top: -35px;
  }
  .contacto {
    padding: 0;
  }
  .footer::before {
    display: none;
  }
  .footer .footer-deco {
    display: none;
  }
  .footer .logo-texto {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer .logo-texto img {
    margin-bottom: 20px;
  }
  .footer .footer-social {
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer .footer-links,
  .footer .footer-contact {
    margin-top: 30px;
  }
  .footer .footer-links h6,
  .footer .footer-contact h6 {
    text-align: center;
  }
  .footer .footer-links h6::after,
  .footer .footer-contact h6::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .footer-nav {
    align-items: center;
  }
  .footer .footer-contact .contact-item {
    justify-content: center;
  }
  .footer .footer-bottom-inner {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .footer p {
    margin-left: 0;
  }
  .footer .text-sm-left {
    text-align: center;
    margin-top: 15px;
  }
  .nosotros-interna .propuesta-valor .content,
  .tasa-tu-casa-interna .propuesta-valor .content,
  .pensando-vender-interna .propuesta-valor .content {
    padding: 30px;
  }
  .marcelagenta2 .main-banner h1 {
    font-size: 48px;
  }
  .marcelagenta2 .main-banner .title {
    font-size: 40px;
  }
  .marcelagenta2 .main-banner .marcela-genta img {
    top: 815px;
    left: 4px;
  }
  .marcelagenta2 .nacidos-para-cambiar .subtitle {
    font-size: 24px;
  }
  .marcelagenta2 .nacidos-para-cambiar .subtitle img {
    width: 70px;
  }
  .marcelagenta2 .preguntas-frecuentes iframe {
    width: 100%;
  }
  .marcelagenta2 .followers .p-70 {
    padding: 35px 15px;
  }
  .marcelagenta2 .followers .tiktok .imagen img {
    width: 500px;
  }
  .marcelagenta2 .marketing-personalizado.marketing-personalizado-2 .valores-box {
    margin: 0;
    padding: 20px 15px;
    margin-bottom: 25px;
  }
  .marcelagenta2 .marketing-personalizado.marketing-personalizado-2 .icon {
    position: inherit;
    width: 100px;
    height: 100px;
  }
  .marcelagenta2 .marketing-personalizado.marketing-personalizado-2 .content.no-padding {
    margin-bottom: 0;
  }
  .marcelagenta2 .marketing-personalizado.marketing-personalizado-2 .content.top .title {
    margin-bottom: 0;
  }
  .matiasbidegarain .banner-principal {
    padding-top: 0;
  }
  .matiasbidegarain .main-banner {
    margin-top: 0;
    padding: 0 0 25px;
  }
  .matiasbidegarain .main-banner h1 {
    font-size: 48px;
  }
  .matiasbidegarain .main-banner a {
    font-size: 13px;
  }
  .matiasbidegarain .main-banner p {
    font-size: 14px;
  }
  .matiasbidegarain .main-banner .marcela-genta img {
    left: -67px;
    width: 300px;
    top: 650px;
  }
  .matiasbidegarain .preguntas-frecuentes .floating-icon {
    right: 18px;
  }
  .matiasbidegarain .youtube-video iframe {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 374px) {
  .main-banner {
    padding: 50px 25px;
  }
  .propuesta-valor .content {
    padding: 0 30px;
  }
}

/* ─── Tasa Form (shared component) ─── */
.tasa-form-section {
  padding: 80px 0;
  background-color: #fff;
}

.tasa-form-box {
  background: #f2f2f2;
  border-radius: 25px;
  padding: 50px 40px;
}

.tasa-form-box .lock-icon {
  font-size: 20px;
  color: #808080;
  margin-bottom: 12px;
}

.tasa-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff007c;
  margin-bottom: 12px;
}

.tasa-section-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
}

.tasa-section-subtitle {
  font-size: 17px;
  color: #808080;
  max-width: 550px;
}

.btn-tasa {
  background: linear-gradient(135deg, #ff007c, #ff8017);
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-tasa:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 0, 124, 0.25);
  color: #fff;
}

.tasa-form-box .form-control,
.tasa-form-box .form-select {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 15px;
  padding: 14px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.tasa-form-box .form-control:focus,
.tasa-form-box .form-select:focus {
  border-color: #ff007c;
  box-shadow: 0 0 0 3px rgba(255, 0, 124, 0.1);
}

.tasa-form-box .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

@media (max-width: 991px) {
  .tasa-section-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .tasa-section-title {
    font-size: 26px;
  }
  .tasa-form-box {
    padding: 30px 20px;
  }
}

/* ═══════════════════════════════════════════
   BLOG
   ═══════════════════════════════════════════ */

/* ─── Blog Hero ─── */
.blog-hero {
  padding: 100px 0 40px;
  background: #f9f9f9;
}
.blog-tag {
  display: inline-block;
  background: linear-gradient(135deg, #ff007c, #ff8017);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.blog-tag i {
  -webkit-text-fill-color: #ff007c;
  margin-right: 6px;
}
.blog-hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}
.blog-hero-subtitle {
  font-size: 17px;
  color: #888;
  max-width: 550px;
  margin: 0 auto;
}

/* ─── Blog Filters ─── */
.blog-filters {
  padding: 20px 0 10px;
}
.blog-filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-filter-btn {
  background: #f2f2f2;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Poppins";
}
.blog-filter-btn:hover {
  background: #e8e8e8;
  color: #333;
}
.blog-filter-btn.active {
  background: linear-gradient(135deg, #ff007c, #ff8017);
  color: #fff;
}

/* ─── Blog Grid & Cards ─── */
.blog-grid {
  padding: 30px 0 60px;
}
.blog-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.blog-card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-card:hover .blog-card-img img {
  transform: scale(1.05);
}
.blog-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 14px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-card-body {
  padding: 20px;
}
.blog-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-excerpt {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: #aaa;
}
.blog-card-meta i {
  margin-right: 4px;
}

/* ─── Blog Load More ─── */
.blog-load-more {
  background: transparent;
  border: 2px solid #ff007c;
  color: #ff007c;
  padding: 12px 36px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  font-family: "Poppins";
  cursor: pointer;
}
.blog-load-more:hover {
  background: linear-gradient(135deg, #ff007c, #ff8017);
  color: #fff;
  border-color: transparent;
}
.blog-no-posts {
  font-size: 16px;
  color: #999;
  padding: 40px 0;
}

/* ─── Blog Article Page ─── */
.blog-article {
  padding: 100px 0 60px;
}
.blog-breadcrumb {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}
.blog-breadcrumb a {
  color: #999;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-breadcrumb a:hover {
  color: #ff007c;
}
.blog-breadcrumb span {
  margin: 0 8px;
}
.blog-article-header {
  margin-bottom: 30px;
}
.blog-article-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.blog-article-title {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  margin-bottom: 16px;
}
.blog-article-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}
.blog-article-meta i {
  margin-right: 5px;
  color: #ff007c;
}
.blog-article-hero-img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 35px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.blog-article-content {
  max-width: 780px;
  margin: 0 auto;
}
.blog-article-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin: 30px 0 15px;
}
.blog-article-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 25px 0 12px;
}
.blog-article-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}
.blog-article-content ul,
.blog-article-content ol {
  margin-bottom: 18px;
  padding-left: 24px;
}
.blog-article-content li {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 8px;
}
.blog-article-content strong {
  color: #333;
}
.blog-article-content blockquote {
  border-left: 4px solid #ff007c;
  padding: 15px 20px;
  margin: 25px 0;
  background: #f9f9f9;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #555;
}

/* ─── Blog Related Posts ─── */
.blog-related {
  padding: 60px 0;
  background: #f9f9f9;
}
.blog-related-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
  text-align: center;
}

/* ─── Blog Responsive ─── */
@media (max-width: 991px) {
  .blog-hero {
    padding: 80px 0 30px;
  }
  .blog-hero-title {
    font-size: 34px;
  }
  .blog-article-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .blog-hero {
    padding: 70px 0 25px;
  }
  .blog-hero-title {
    font-size: 28px;
  }
  .blog-filter-btn {
    padding: 6px 14px;
    font-size: 13px;
  }
  .blog-article-title {
    font-size: 26px;
  }
  .blog-article-content h2 {
    font-size: 22px;
  }
  .blog-article-hero-img {
    border-radius: 12px;
  }
}

/*# sourceMappingURL=ajustes.css.map */