#background-layer {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
#content-layer {
  position: relative;
  z-index: 1;
}
:root {
  --section-padding-x: 148px;
  --section-padding-y: 120px;
  --cta-padding: 40px;
  --cta-title-size: 168px;
  --navbar-top: 30px;
}
body {
  font-family: 'Outfit', sans-serif;
  color: #260254;
}
section {
  padding: 0 var(--section-padding-x);
  position: relative;
  z-index: 1;
  margin: 0;
}
/* Fondos */
.bg-wrapper {
  position: relative;
  background: url("../assets/backgrounds/Group 5.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 88%;
}
.section-hero, .section-pasa {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.content {
  position: relative;
  z-index: 2;
}
#metodologia {
  position: relative;
  background: linear-gradient(180deg, #8347AD 42.87%, #FFF 92.78%);
}
#metodologia::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/backgrounds/03.png") center / contain no-repeat;
  pointer-events: none;
}
#metodologia > * {
  position: relative;
  z-index: 1;
}
.bg-ejemplos-contacto {
  position: relative;
  background: linear-gradient(180deg, #260254 38.94%,#E04D26 60.1%);
}
.bg-ejemplos-contacto::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/backgrounds/03.png") center / contain no-repeat;
  pointer-events: none;
}
.bg-ejemplos-contacto > * {
  position: relative;
  z-index: 1;
}
/* GENERAL */
.btn-primary {
  background-color: #E04D26;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  border: 0;
  border-radius: 6px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active { background-color: #A13517; }
h1 { 
  font-size: 68px;
  font-weight: 600;
  text-transform: uppercase;
}
h1 span {
  font-weight: 700;
  background-color: #E04D26;
  color: #FFF;
  padding: 12px 59px;
  border-radius: 7.192px;
}
h2 {
  color: #FFF;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
p {
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  line-height: 30.6px;
}
/* NAVBAR */
.white-nav { background-color: #FFF !important; }
.navbar.white-nav .offcanvas-body { background-color: rgba(255, 255, 255, .9) !important; }
.navbar.white-nav .floating-mirror { background-color: #FFF !important; }
#navbar.white-nav .toggler-icon-mirror::before,
#navbar.white-nav .toggler-icon-mirror::after { background-color: #260254; }
#navbar.nav-hidden {
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
}
.navbar, .floating-mirror { background-color: #260254; }
.offcanvas { background-color: transparent;}
.offcanvas-body { background-color:  rgba(38, 2, 84, .9); }
.offcanvas-backdrop.show { opacity: .3; }
.navbar { 
  transition: background-color 0.3s ease; 
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.floating-navbar {
  width: 22vw;
  min-width: 220px;
  max-width: 350px;
  right: 112px;
  top: 30px;
  left: auto;
  padding: 20px;
  border-radius: 6px;
  z-index: 1050;
}
.floating-mirror {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 22vw;
  right: 112px;
  top: 30px;
  padding: 20px;
}
.toggler-mirror {
  width: 40px;
  height: 40px;
  padding: 0;
}
.toggler-icon-mirror {
  background-image: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.toggler-icon-mirror::before,
.toggler-icon-mirror::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.toggler-icon-mirror::before { transform: translateY(-50%) rotate(45deg); }
.toggler-icon-mirror::after { transform: translateY(-50%) rotate(-45deg); }
.navbar-toggler {
  margin-left: auto;
  margin-right: 30px;
} 
.btn-navbar {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  padding: 10px 30px;
}
.offcanvas {
  width: 60vw !important;
  min-width: 260px;
  max-width: 1000px;
}
.offcanvas-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  padding-left: 50px;
}
.navbar-nav {
  gap: 50px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
/* HERO */
#hero p { color: #260254; }
/* TE PASA ESTO */
#te_pasa_esto { padding: 300px 148px; }
#te_pasa_esto .text-content { padding-right: 31px; }
#te_pasa_esto p {
  font-weight: 400;
  text-align: justify;
}
#te_pasa_esto .card{
  padding: 24px;
  border: 0;
}
#te_pasa_esto .card-title {
  color: #191919;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.6px;
  margin-bottom: 0;
}
/* METODOLOGIA */
#metodologia { padding: 100px 148px 120px 148px; }
#metodologia h2 {
  color:  #FFF;
  text-align: center;
  font-size: 68px;
  font-style: normal;
  font-weight: 600;
  line-height: 67.225px; /* 100.145% */
  margin-bottom: 77px;
}
#metodologia span { color: #E04D26;}
#metodologia .card {
  border-radius: 16.4px;
  background: rgba(68, 25, 122, 0.73);
  box-shadow: -6px 8px 16.3px 0 #8347AD;
  border: 0;
  color: #FFF;
  padding: 41px 15px 47px 15px;
  transition: transform 0.8s ease;
  transform-origin: center;
}
#metodologia .card .icon {
  width: 54px;
  height: 54px;
  color: #FF9A78;
  transition: color 0.5s ease, transform 0.5s ease;
}
#metodologia .card:hover {
  background-color: #260254;
  box-shadow: -6.6px 8.8px 17.93px 9px #191919;
  transform: scale(1.1, 1.1);
}
#metodologia .card:hover .icon{
  color: #E84E1B; 
  transform: scale(1.1);
}
.card-body {padding: 0;}
.card-step { color: rgba(255, 255, 255, 0.16) !important; }
.card-top {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px; /* 71.875% */
  display: flex;
  align-items: center;
  margin-bottom: 41px;
}
#metodologia .card-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.2px; /* 130% */
  margin-bottom: 15px;
}
#metodologia .card-text {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 130% */
}
/* SERVICIOS */
.carousel-dots {
  position: absolute;
  bottom: 20px;
  left: 50.5%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.dot {
  width: 18px;
  height: 18px;
  background: rgba(61, 27, 209, 0.4);
  clip-path: polygon(
    25% 0%,
    75% 0%,
    100% 50%,
    75% 100%,
    25% 100%,
    0% 50%
  );
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}
.dot:hover {
  transform: scale(1.15);
}
.dot.active {
  background: #8347AD;
  transform: scale(1.2);
}
#servicios {
  height: 100vh;
  position: relative;
  overflow: hidden;
  perspective: 1200px;
}
.slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide.active { opacity: 1; pointer-events: auto; }
/* cards servicios */
.card-servicios {
  height: 577px;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 9px 5px 25.2px 0 rgba(68, 25, 122, 0.63);
  border: 0;
} 
.card-servicios .card-body {  height: 100%; }
.card-servicios .card-title {
  color: #FFB7A6;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.card-servicios .card-text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.6px; /* 170% */
}
.tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.card-servicios .badge {
  height: 30px;
  border-radius: 10px;
  padding: 0 15px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.6px; /* 170% */
}
.card-servicios .text-bg-primary {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.38) !important;
}
.slide-1 { background: #8347AD; }
.slide-2 { background: #260254; }
.slide-3 { background: #E84E1B; }
.slide-3 .card-title { color: #E4CFF9; }
.slide-4 .card-title { color: #8347AD; }
.slide-4 .card-text { color: #191919; }
.slide-4 .badge { color: #8347AD !important; }
.slide-4 .text-bg-primary {
  border-radius: 10px;
  border: 1px solid #8747A7;
  background-color: #E4CFF9 !important;
}
/* CTA */
#cta {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.bg-image {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.cta-bg {
  width: 500px;
  opacity: 0;
  transform: scale(0.9);
}
.cta-wrapper { 
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.15);
  border-radius: 24px;
  padding: var(--cta-padding);
  z-index: 2;
  opacity: 0;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(12px);
}
#cta h2 {
  text-align: center;
  color: #260254;
  text-shadow: 9px 5px 23px rgba(0, 0, 0, 0.29);
  font-size: var(--cta-title-size);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#cta h2 span { display: inline-block; }
.line-2 {
  background: #E04D26;
  color: #FFF;
  font-weight: 700;
  line-height: 184.603px; /*110%*/
  letter-spacing: -3.356px;
  padding: 29.968px 74.92px;
  border-radius: 29.98px;
  box-shadow: 9px 5px 23px 0 rgba(0, 0, 0, 0.29);
}
.line-3 { color: #8747A7;}
/* EJEMPLOS */
#ejemplos .container-fluid { margin: 100px 0 200px 0; }
#ejemplos .text-content {
  text-align: center;
  padding-bottom: 115px;
  color: #FFF;
}
#ejemplos h2 { 
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
#ejemplos p {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.6px; /* 145.714% */
}
.card-ejemplos {
  width: 384px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0);
  color: #FFF;
  border: 0;
}
.card-ejemplos .card-img-top {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
}
.card-ejemplos .card-title{
  color: #F27650;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.2px; /* 120% */
  margin-bottom: 16px;
}
.card-ejemplos .card-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.6px; /* 170% */
}
.card-ejemplos .text-bg-primary {
  border-radius: 33554400px;
  border: 1px solid #8347AD;
  background-color: #E4CFF9 !important;
  color: #260254 !important;
}
.card-ejemplos .badge {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
/* CONTACTO */
#contacto .row { justify-content: center; }
.card-contacto{
  padding: 50px 70px;
  max-width: 700px;
  border-radius: 10px;
  border: 0;
  background: rgba(255, 255, 255, 0.49);
  box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.30);
  text-align: center;
  color: #260254;
  margin: 20px 0 200px 0;
}
.card-contacto .card-title{
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.card-contacto .card-subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-bottom: 40px;
}
.b24-form-wrapper { background-color: rgba(0, 0, 0, 0) !important; }
.b24-form-control-label { text-align: left; }
.b24-form-control-icon-after .b24-form-control, .b24-form-control-icon-after .b24-form-control-label {
  font-family: 'Outfit', sans-serif;
  display: flex;
  align-items: center;
  color: #260254 !important;
}
.b24-form-control { margin-bottom: 30px; }
/* FOOTER */
footer {
  background-color: #260254;
  padding: 5%;
  color: #FFFFFF;
  text-transform: uppercase;
}
footer .logo-footer {width: 60%; margin-bottom: 20px;}
footer .icon { width: 24px;}
footer h5 { font-size: 16px; margin-bottom: 10%; font-weight: 700; letter-spacing: 0.1em; }
footer ul { padding-left: 0;}
footer li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 14px;
}
footer li a{
  color: #FFFFFF;
  text-decoration: none;
}
footer .contact-info { text-transform: none; }
/* LAPTOP CHICAS */
@media (max-height: 900px) {
  :root {
    --cta-title-size: 140px;
    --cta-padding: 30px;
  }
}
@media (max-height: 800px) {
  :root {
    --section-padding-x: 64px;
    --cta-title-size: 120px;
    --cta-padding: 20px;
  }
}
@media (max-height: 700px) {
  :root {
    --cta-title-size: 110px;
    --cta-padding: 18px;
  }
  .line-2 { padding: 20px 60px; }
}
@media (max-width: 1450px) {
  .floating-navbar { width: 52vw; }
  #te_pasa_esto { padding: 300px 96px;; }
  #metodologia { padding: 100px 96px 120px 96px; }
  #cta { position: relative; min-height: 100vh; }
  .cta-wrapper { 
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
/* TABLETS */
@media (max-width: 992px) {
  section { padding: 0 64px; }
  h1 { font-size: 48px; }
  h1 span { font-size: 48px; line-height: normal; padding: 12px 30px; }
  h2 { font-size: 36px; }
  p { font-size: 18px; line-height: 28px; }
  /* NAVBAR */
  .floating-navbar { width: 50vw; right: 40px; }
  .floating-mirror { width: 50vw; right: 40px; }
  .navbar-nav { font-size: 32px; gap: 32px; }
  /* HERO */
  #hero p, h1 { width: 70%;}
  /* TE PASA ESTO */
  #te_pasa_esto h2 { text-align: center; }
  #te_pasa_esto { padding: 200px 64px; }
  #te_pasa_esto .row { row-gap: 40px; }
  #te_pasa_esto .text-content { padding-right: 0; }
  #te_pasa_esto .card { margin-bottom: 40px; }
  #te_pasa_esto .card-title { font-size: 22px; }
  /* METODOLOGIA */
  #metodologia { padding: 80px 64px 100px; }
  #metodologia .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #metodologia h2 { font-size: 48px; margin-bottom: 48px; }
  #metodologia .col { margin-bottom: 20px; }
  #metodologia .card { transform: none; }
  #metodologia .card:hover { transform: none; }
  /* SERVICIOS */
  .card-servicios { height: auto; padding: 32px; }
  .card-servicios .card-title { font-size: 36px; }
  /* CTA */
  #cta { position: relative; min-height: 100vh; }
  .cta-wrapper { 
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #cta h2 { font-size: 84px; }
  .line-2 { padding: 20px 40px; line-height: 120%; }
  /* EJEMPLOS */
  #ejemplos .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #ejemplos .col { margin-bottom: 50px; }
  footer { text-align: center; }
  footer .logo-footer {  width: 40%; }
  footer .icon {
    width: 2rem;
    margin: 2rem 0;
  }
  footer h5 {
    font-size: 1.375rem;
    margin: 5% 0;
  }
  footer li {  font-size: 1.125rem; }
}
/* MOBILE */
@media (max-width: 768px) {
  section { padding: 0 24px; }
  h1 { font-size: 34px; line-height: 1.1; }
  h1 span { font-size: 34px; padding: 8px 20px; display: inline-block; }
  h2 { font-size: 28px; }
  p { font-size: 16px; line-height: 26px; }
  .btn-primary { font-size: 18px; padding: 10px 20px;}
  /* NAVBAR */
  .navbar .container-fluid { padding: 0; }
  .floating-navbar, .floating-mirror {
    width: 90vw;
    right: 20px;
    top: 20px;
  }
  .navbar-nav { font-size: 24px; gap: 24px; }
  .offcanvas { width: 95vw !important; }
  .offcanvas-body { padding: 20px; padding-left: 50px; }
  .navbar .btn-navbar { font-size: 16px;}
  /* HERO */
  #hero .container-fluid { justify-content: flex-start; padding-top: 120px; }
  #hero p, h1 { width: 100%;}
  /* TE PASA ESTO */
  #te_pasa_esto { padding: 140px 24px; }
  #te_pasa_esto .content { margin-top: 20vh; }
  #te_pasa_esto .row { row-gap: 18px; }
  #te_pasa_esto .card { padding: 16px; margin-bottom: 32px !important; }
  #te_pasa_esto .card-title { font-size: 18px; line-height: 24px; }
  /* METODOLOGIA */
  #metodologia { padding: 60px 24px 80px; }
  #metodologia h2 { font-size: 36px; line-height: 1.1; }
  #metodologia .card { padding: 24px 16px; }
  .card-top { font-size: 48px;}
  /* SERVICIOS */
  #servicios { height: auto; min-height: 100vh; }
  .card-servicios { height: auto; padding: 24px; }
  .card-servicios .card-title { font-size: 20px; line-height: 1.1; }
  .card-servicios .tag-wrapper { margin-bottom: 20px; }
  .card-servicios .badge {
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .card-servicios .image-servicios { max-height: 230px;}
  /* CTA */
  #cta { position: relative; min-height: 100vh; }
  .cta-wrapper { 
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #cta h2 { font-size: 42px; }
  .line-2 { padding: 16px 24px; font-size: 32px; letter-spacing: -1px; border-radius: 8px; }
  /* EJEMPLOS */
  #ejemplos .container-fluid { margin: 60px 0 120px; }
  .card-ejemplos { width: 100%; }
  /* CONTACTO */
  .card-contacto { padding: 24px 18px; margin-bottom: 120px; }
  .card-contacto .card-title { font-size: 28px; }
  .card-contacto .card-subtitle { font-size: 18px; margin-bottom: 10px; }
  .b24-form-control { margin-bottom: 10px; }
}