@charset "UTF-8";
@font-face {
  font-family: "Swanley";
  src: url("./fonts/Swanley/Swanley-Free-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-BoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-BlackItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}*/
@font-face {
  font-family: "Tw_Cen_MT";
  src: url("./fonts/Tw_Cen_MT/Tw-Cen-MT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-BoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi/Satoshi-BlackItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}*/
:root {
  --bg-color-green: #2BD6BA;
  --bg-color-blue: #4988DE;
  --bg-color-blueblack: #242F40;
  --bg-color-white: #fff;
  --bg-color-gradient-green-blue: linear-gradient(180deg, #2BD6BA 0%, #4988DE 100%);
  --bg-color-gradient-blueblack-blue: linear-gradient(180deg, #000 0%, #4988DE 100%);
  --bg-color-gradient-blueblack-green: linear-gradient(180deg, #242F40 0%, #2BD6BA 100%);
  --header-height: 100px;
}
@media (max-width: 1050px) {
  :root {
    --header-height: 68px;
  }
}

*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Tw_Cen_MT", sans-serif;
}

html {
  background: #000;
}

li {
  list-style: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.color-white {
  color: white;
}

.shadow {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
}
.shadow-1 {
  box-shadow: 0px 4.492px 4.492px 0px rgba(0, 0, 0, 0.1);
}

.w-100 {
  width: 100%;
}
.w-full {
  width: 100vw;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.wh-full {
  width: 100vw;
  height: calc(100vh - 140px);
}

.h-100 {
  height: 100%;
}
.h-full {
  height: calc(100vh - 140px);
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

.flex {
  display: flex;
}
.flex.col {
  flex-direction: column;
}
.flex.row {
  flex-direction: row;
}
.flex.around {
  justify-content: space-around;
}
.flex.between {
  justify-content: space-between;
}
.flex.evenly {
  justify-content: space-evenly;
}
.flex-1 {
  flex: 1;
}
.flex.wrap {
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.gap {
  gap: 0.5rem;
}
.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}
.gap-3 {
  gap: 3rem;
}
.gap-5 {
  gap: 5rem;
}

.center {
  justify-content: center;
  align-items: center;
}
.center-x {
  justify-content: center;
}
.center-y {
  align-items: center;
}

.start {
  justify-content: flex-start;
  align-items: flex-start;
}
.start-x {
  justify-content: flex-start;
}
.start-y {
  align-items: flex-start;
}

.end {
  justify-content: flex-end;
  align-items: flex-end;
}
.end-x {
  justify-content: flex-end;
}
.end-y {
  align-items: flex-end;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
#overlay.active {
  opacity: 0.3;
}

.hidden {
  display: none;
}

.contenedor {
  width: 1350px;
  max-width: 95%;
  margin: 0 auto;
}

section {
  width: 100%;
  min-height: 85vh;
  padding: 2.5rem 0;
}

.footer {
  background: linear-gradient(180deg, #000 0%, #18171C 100%);
}
.footer .contenedor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 0px 0px;
  padding: 30px 0;
}
.footer .contenedor .izquierda {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  padding-left: 50px;
}
.footer .contenedor .izquierda .footer-menu .menu-footer {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer .contenedor .izquierda .footer-menu .menu-footer li {
  color: white;
}
.footer .contenedor .izquierda .footer-menu .menu-footer li a {
  font-size: 15px;
  font-weight: 400;
  color: white;
}
.footer .contenedor .izquierda .footer-menu .menu-footer li a:hover {
  color: #C39208;
  font-weight: 700;
}
.footer .contenedor .centro {
  display: flex;
  gap: 44px;
  flex-direction: column;
  align-items: center;
}
.footer .contenedor .centro .texto-footer {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; /* por si el contenido es inline */
}
.footer .contenedor .centro .redes-sociales {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer .contenedor .centro .redes-sociales .siguenos-texto {
  color: white;
  font-size: 15px;
  margin-top: 20px;
}
.footer .contenedor .derecha {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  padding-right: 50px;
}
.footer .contenedor .logo-footer {
  display: none;
}
.footer .izquierda {
  grid-area: 1/1/2/2;
}
.footer .centro {
  grid-area: 1/2/2/3;
}
.footer .derecha {
  grid-area: 1/3/2/4;
}
.footer span.marca-invitro {
  color: white;
}
.footer .btn-flotante {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1000;
}
.footer .btn-flotante .btn-flotante-css {
  padding: 10px;
  border-radius: 50%;
  background: #57D163;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .footer .contenedor {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .footer .contenedor .izquierda,
  .footer .contenedor .derecha,
  .footer .contenedor .centro {
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  .footer .contenedor .izquierda .footer-menu {
    text-align: center;
  }
  .footer .contenedor .logo-footer-centro {
    display: none;
  }
  .footer .contenedor .logo-footer {
    display: block;
    text-align: center;
  }
}
.cabecera {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  top: 0;
}

header.active,
.cabecera.active {
  background: rgba(0, 0, 0, 0.85) !important;
  transition: background 0.3s;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.contenedor {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin: 8px 0 13px 0;
  width: 100%;
}

.iconos {
  display: flex;
  gap: 20px;
}

.icono svg {
  width: 30px;
  height: 30px;
  transition: filter 0.3s ease;
}

.icono:hover svg {
  fill: black;
  background: var(--2, linear-gradient(180deg, #DAAB27 0%, #F9F297 100%));
  border-radius: 14.371px;
}

.icono:hover svg path:nth-of-type(1) {
  fill: transparent;
}

.icono:hover svg path:nth-of-type(2) {
  fill: black;
}

.icono {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14.371px;
  transition: background 0.3s ease;
}

.boton-contacto {
  display: flex;
  align-items: center;
}

.btn-wsp {
  display: flex;
  position: relative;
  transition: all 0.3s ease-in-out;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, #DAAB27 0%, #936C00 100%);
  color: #000;
  border-radius: 8px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.btn-wsp:hover {
  border-radius: 10px;
  background: var(--4, linear-gradient(180deg, #CFCFCF 0%, #6C6C6C 18.75%, #FFF 49.52%, #727272 100%));
  color: #000;
}

.btn-wsp::before {
  animation: shine 1.5s ease-out infinite;
}

.btn-wsp::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
@media (max-width: 768px) {
  .btn-wsp::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
    animation: shine 1.5s ease-out infinite; /* 👈 lo pasamos aquí */
  }
  /* Ya no hace falta en hover */
  .btn-wsp:hover::before {
    animation: none;
  }
}
.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 60px;
  width: auto;
  display: block;
}

.menu-navegacion {
  flex: 1;
  display: flex;
  align-items: center;
}

.menu-navegacion ul {
  display: flex;
  gap: 66px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-navegacion ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s;
  padding: 8px 0;
  display: block;
  position: relative;
}
.menu-navegacion ul li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: transform 0.3s ease;
}
.menu-navegacion ul li a:hover::after, .menu-navegacion ul li a.current-menu-item::after {
  transform: translateX(-50%) scaleX(1);
}

.menu-navegacion ul li:not(:last-child) a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: white;
}

.menu-contacto {
  display: flex;
  gap: 10px;
}

.btn-contacto-header {
  border-radius: 10px;
  background: linear-gradient(180deg, #DAAB27 0%, #936C00 100%);
  color: #222;
  padding: 10px 22.5px;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: inline-block;
  margin-left: 24px;
}

.btn-contacto-header:hover {
  border-radius: 10px;
  background: var(--4, linear-gradient(180deg, #CFCFCF 0%, #6C6C6C 18.75%, #FFF 49.52%, #727272 100%));
  color: #000;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2001;
  position: relative;
}
.menu-toggle span {
  display: block;
  height: 1.5px;
  width: 19px;
  background: black;
  border-radius: 2px;
  transition: 0.3s;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh; /* Dinamica viewport height para móviles modernos */
  min-height: 100vh; /* Fallback para navegadores antiguos */
  width: 320px;
  background: rgba(15, 15, 15, 0.98);
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2000;
  border-radius: 0 40px 40px 0;
  border: 2px solid #D4AF37;
  border-left: none;
  display: flex;
  flex-direction: column;
  overflow: hidden; /* Prevenir scroll externo */
}

.menu-mobile.active {
  transform: translateX(0);
}

.menu-mobile-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 80px 24px 24px 24px;
  overflow-y: auto;
  /* Mejor scroll en iOS Safari */
  -webkit-overflow-scrolling: touch;
  /* Asegurar que el contenido ocupe todo el espacio */
  flex: 1;
}

.menu-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-main-section {
  margin-bottom: 20px;
  position: relative;
}

.menu-mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.menu-mobile-item {
  margin: 0;
}

.menu-mobile-link {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
}

.menu-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.menu-icon svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.menu-mobile-link:hover .menu-icon svg {
  filter: brightness(1.2);
}

.menu-mobile-footer {
  margin-top: auto;
  padding: 32px 0 24px 0;
  text-align: center;
  position: relative;
}

.menu-mobile-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #D4AF37 50%, transparent 100%);
}

.menu-mobile-logo {
  margin-bottom: 20px;
  text-align: center;
}

.menu-mobile-logo a {
  display: inline-block;
}

.menu-mobile-logo .logo-img {
  height: 50px;
  width: auto;
  max-width: 200px;
}

.social-text {
  font-size: 14px;
  color: #fff;
  margin: 0 0 16px 0;
  font-weight: 400;
}

.menu-mobile-social {
  display: flex;
  justify-content: center;
}

.menu-mobile-social .iconos {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.menu-mobile-social .icono svg {
  width: 28px;
  height: 28px;
  transition: filter 0.3s ease;
}

.menu-mobile-social .icono {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  transition: background 0.3s ease;
}

.menu-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 25px;
  background: linear-gradient(180deg, #B58D1A 0%, #FFD86B 53.37%, #B58D1A 100%);
  width: 38px;
  height: 38px;
  border: none;
  cursor: pointer;
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.menu-close:hover {
  transform: scale(1.05);
}

.menu-close svg {
  width: 16px;
  height: 16px;
}

.controles-mobile {
  display: none;
  align-items: center;
  gap: 12px;
}

.btn-contacto-mobile {
  border-radius: 10px;
  background: linear-gradient(180deg, #DAAB27 0%, #936C00 100%);
  display: flex;
  padding: 7px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #1E0E00;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 900px) {
  .contenedor {
    flex-direction: row;
    gap: 18px;
    position: relative;
    align-items: center;
  }
  .controles-mobile {
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-toggle {
    border-radius: 25.045px;
    background: linear-gradient(180deg, #B58D1A 0%, #FFD86B 53.37%, #B58D1A 100%);
    display: flex;
    width: 38px;
    height: 38px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.636px;
  }
  .logo {
    display: flex;
    align-items: center;
  }
  .logo img {
    height: 30px;
    width: auto;
    display: block;
  }
  .iconos {
    gap: 6px;
  }
  .icono svg {
    width: 20.45px;
    height: 20.45px;
    transition: filter 0.3s ease;
  }
  .btn-wsp {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(180deg, #DAAB27 0%, #936C00 100%);
    color: #000;
    border-radius: 8px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s;
    gap: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .btn-wsp:hover {
    border-radius: 10px;
    background: var(--4, linear-gradient(180deg, #CFCFCF 0%, #6C6C6C 18.75%, #FFF 49.52%, #727272 100%));
    color: #000;
  }
  .boton-contacto {
    width: 100%;
    justify-content: end;
  }
}
/* Animación hamburguesa a cruz */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translateY(10px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px);
}

@media (max-width: 900px) {
  .menu-desktop {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
}
@media (min-width: 901px) {
  .menu-mobile {
    display: none;
  }
  .menu-toggle {
    display: none;
  }
  .controles-mobile {
    display: none !important;
  }
  .menu-desktop {
    display: flex;
  }
}
@media (max-width: 480px) {
  .controles-mobile {
    right: 0px;
    gap: 8px;
  }
  .btn-contacto-mobile {
    padding: 6px 12px;
    font-size: 13px;
  }
  .menu-toggle {
    width: 35px;
    height: 35px;
  }
  .logo img {
    height: 45px;
  }
  .menu-mobile {
    width: 280px;
  }
}
@media (max-width: 360px) {
  .menu-mobile {
    width: 100%;
    border-radius: 0;
  }
  .controles-mobile {
    right: 10px;
    gap: 6px;
  }
  .btn-contacto-mobile {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.menu-mobile.active::before {
  content: "";
  position: fixed;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.marca-agua-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.marca-agua-wrapper .marca-agua-overlay {
  position: absolute;
  pointer-events: none;
  z-index: 5;
  opacity: 0.7;
  will-change: opacity;
}
.marca-agua-wrapper .marca-agua-overlay .marca-agua-imagen {
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
  backface-visibility: hidden;
}
.marca-agua-wrapper:hover .marca-agua-overlay {
  opacity: 0.5;
}

.marca-agua-foto-centro .marca-agua-overlay {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.marca-agua-foto-centro .marca-agua-overlay .marca-agua-imagen {
  width: 50px;
  height: 50px;
}

.marca-agua-video-esquina .marca-agua-overlay {
  bottom: 40%;
  transform: translate(12%, -18%);
  padding: 8px;
  border-radius: 8px;
}
.marca-agua-video-esquina .marca-agua-overlay .marca-agua-imagen {
  width: 100%;
  height: 45px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.3));
}
.marca-agua-video-esquina:hover .marca-agua-overlay {
  opacity: 0.8;
}

.galeria-perfil-fotos-item .marca-agua-wrapper {
  width: 290px;
  height: 290px;
  border-radius: 10px;
}
.galeria-perfil-fotos-item .marca-agua-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}

.galeria-perfil-videos-item {
  position: relative;
  overflow: hidden;
}
.galeria-perfil-videos-item .marca-agua-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.galeria-perfil-videos-item .marca-agua-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.marca-agua-lightbox-foto .marca-agua-overlay {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.marca-agua-lightbox-foto .marca-agua-overlay .marca-agua-imagen {
  width: 100%;
  height: 80px;
  filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
}
@media (max-width: 768px) {
  .marca-agua-lightbox-foto .marca-agua-overlay .marca-agua-imagen {
    width: 230px;
  }
}
.marca-agua-lightbox-foto:hover .marca-agua-overlay {
  opacity: 0.6;
}

.marca-agua-lightbox-video .marca-agua-overlay {
  bottom: 40%;
  transform: translate(32%, -50%);
  padding: 12px;
  border-radius: 12px;
}
.marca-agua-lightbox-video .marca-agua-overlay .marca-agua-imagen {
  width: 100%;
  height: 60px;
  filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
}
@media (max-width: 768px) {
  .marca-agua-lightbox-video .marca-agua-overlay .marca-agua-imagen {
    width: 80%;
  }
}
.marca-agua-lightbox-video:hover .marca-agua-overlay {
  opacity: 0.8;
}

.lightbox-video {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.lightbox-video::-webkit-media-controls-fullscreen-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.lightbox-video::-webkit-media-controls-overflow-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}
.lightbox-video::-webkit-media-controls-download-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.lightbox-video::-webkit-media-controls-picture-in-picture-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.lightbox-video::-webkit-media-controls-cast-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.lightbox-video::-moz-media-controls-fullscreen-button {
  display: none !important;
}
.lightbox-video::shadow button[aria-label*=More], .lightbox-video::shadow button[aria-label*=Overflow], .lightbox-video::shadow button[aria-label*=Options] {
  display: none !important;
  visibility: hidden !important;
}

video.lightbox-video::-webkit-media-controls-overflow-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: -9999px !important;
  z-index: -9999 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  overflow: hidden !important;
}

.lightbox-overlay video::-webkit-media-controls-overflow-button, .lightbox-overlay video::-webkit-media-controls-fullscreen-button, .lightbox-overlay video::-webkit-media-controls-picture-in-picture-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  z-index: -9999 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  overflow: hidden !important;
  transform: scale(0) !important;
}

@media (max-width: 768px) {
  .marca-agua-foto-centro .marca-agua-imagen {
    width: 40px;
    height: 40px;
  }
  .marca-agua-video-esquina .marca-agua-overlay {
    bottom: 12px;
    left: 12px;
    padding: 6px;
  }
  .marca-agua-video-esquina .marca-agua-imagen {
    width: 40px;
    height: 40px;
  }
  .marca-agua-lightbox-foto .marca-agua-imagen {
    width: 60px;
    height: 60px;
  }
  .marca-agua-lightbox-video .marca-agua-overlay {
    bottom: 15px;
    right: 15px;
    padding: 8px;
  }
  .marca-agua-lightbox-video .marca-agua-imagen {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .marca-agua-foto-centro .marca-agua-imagen {
    width: 35px;
    height: 35px;
  }
  .marca-agua-video-esquina .marca-agua-overlay {
    bottom: 30%;
    right: 18px;
    width: -moz-fit-content;
    width: fit-content;
    left: auto;
    padding: 4px;
  }
  .marca-agua-video-esquina .marca-agua-imagen {
    width: 100%;
    height: 35px;
    filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.4));
  }
  .marca-agua-lightbox-foto .marca-agua-imagen {
    width: 50px;
    height: 50px;
  }
  .marca-agua-lightbox-video .marca-agua-overlay {
    bottom: 50%;
    transform: translate(1%, 50%);
    padding: 6px;
  }
  .marca-agua-lightbox-video .marca-agua-imagen {
    width: 45px;
    height: 45px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
  }
}
#marca-agua-config {
  display: none !important;
  position: absolute !important;
  left: -9999px !important;
}

.banners-inicio {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 190px;
  overflow: hidden;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000;
  min-height: auto;
}
.banners-inicio::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 60%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}
.banners-inicio .contenedor {
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.banners-inicio .contenedor .banner-item {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banners-inicio .contenedor .banner-item picture {
  width: 100%;
  height: 100%;
  display: block;
}
.banners-inicio .contenedor .banner-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.banners-inicio .contenedor .banner-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.banners-inicio .contenedor .banner-item.banner-chico {
  height: 97px;
}
.banners-inicio .contenedor .banner-item.banner-mediano {
  height: 202px;
}
.banners-inicio .contenedor .banner-item.banner-grande {
  height: 571px;
}
@media (max-width: 768px) {
  .banners-inicio .contenedor {
    padding-top: 120px;
    gap: 20px;
  }
  .banners-inicio .contenedor .banner-item {
    margin-bottom: 20px;
  }
  .banners-inicio .contenedor .banner-item.banner-chico {
    height: auto;
  }
  .banners-inicio .contenedor .banner-item.banner-mediano {
    height: auto;
  }
  .banners-inicio .contenedor .banner-item.banner-grande {
    height: auto;
  }
}

@media (max-width: 768px) {
  .banners-inicio .contenedor {
    padding-top: 0px;
  }
}
.perfiles-destacados {
  background: #000;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.perfiles-destacados .contenedor {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.perfiles-destacados .contenedor .seccion-header {
  text-align: center;
  margin-bottom: 60px;
}
.perfiles-destacados .contenedor .seccion-header h2 {
  color: white;
  text-align: center;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.perfiles-destacados .contenedor .seccion-header h2 span {
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Swanley Free";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.perfiles-destacados .contenedor .seccion-header p {
  color: #CCCCCC;
  font-size: 1.1rem;
  max-width: 500px;
  margin: 0 auto;
}
.perfiles-destacados .contenedor .filtros-container {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.perfiles-destacados .contenedor .filtros-container .filtros-scroll {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 10px 0;
  width: 100%;
  justify-content: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.perfiles-destacados .contenedor .filtros-container .filtros-scroll::-webkit-scrollbar {
  display: none;
}
.perfiles-destacados .contenedor .filtros-container .filtro-btn {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  background: linear-gradient(180deg, #B58D1A 0%, #FFD86B 53.37%, #B58D1A 100%);
  color: #1E0E00;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.perfiles-destacados .contenedor .filtros-container .filtro-btn:hover, .perfiles-destacados .contenedor .filtros-container .filtro-btn.active {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  border: 1px solid #DAAB27;
  color: var(--5, #FFF);
  background: transparent;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  font-family: "Tw Cen MT";
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
}
.perfiles-destacados .contenedor .filtros-container .busqueda-container {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 400px;
  border-bottom: 1px solid #FFF;
  padding: 7px 20px;
}
.perfiles-destacados .contenedor .filtros-container .busqueda-container .busqueda-input {
  flex: 1;
  background: transparent;
  color: #FFF;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.perfiles-destacados .contenedor .filtros-container .busqueda-container .busqueda-input::-moz-placeholder {
  color: #CCCCCC;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.perfiles-destacados .contenedor .filtros-container .busqueda-container .busqueda-input::placeholder {
  color: #CCCCCC;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.perfiles-destacados .contenedor .perfil-card {
  width: 202px !important;
  height: 463px !important;
  background: transparent;
  position: relative;
  border: none;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.perfiles-destacados .contenedor .perfil-card:hover {
  transition: all 0.3s ease;
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen {
  position: relative;
  width: 202px;
  height: 387px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen .placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 3rem;
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen .badge-verificado {
  position: absolute;
  top: 6px;
  left: 3px;
  background: linear-gradient(180deg, #049604 0%, #005B00 100%);
  color: white;
  padding: 5px 2px 2px 6px;
  border-radius: 21px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen .badge-verificado svg {
  width: 14px;
  height: 13px;
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen .badge-verificado .verificado-icon {
  font-weight: bold;
  font-size: 0.8rem;
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen .badge-verificado .verificado-text {
  color: #FFF;
  text-transform: capitalize;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen .clasificacion-overlay {
  position: absolute;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 6px 20px;
  font-size: 15px;
  z-index: 3;
  border-radius: 20px 20px 0 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen .tarjeta-iconos {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 8;
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono svg {
  width: 25px;
  height: 25px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono:hover {
  transform: scale(1.1);
}
.perfiles-destacados .contenedor .perfil-card .perfil-imagen .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.perfiles-destacados .contenedor .perfil-card:hover .badge-verificado {
  padding: 6px 12px;
}
.perfiles-destacados .contenedor .perfil-card:hover .badge-verificado .verificado-text {
  opacity: 1;
  width: auto;
}
.perfiles-destacados .contenedor .perfil-card:hover .perfil-imagen {
  height: 352px;
}
.perfiles-destacados .contenedor .perfil-card .perfil-info {
  flex: 1;
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 0 0 15px 15px;
}
.perfiles-destacados .contenedor .perfil-card .perfil-info .nombre {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .perfiles-destacados .contenedor .perfil-card .perfil-info .nombre {
    line-height: 1.3em;
    min-height: 2.6em;
    display: flex;
    align-items: center;
  }
}
.perfiles-destacados .contenedor .perfil-card .perfil-info .info-linea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
}
.perfiles-destacados .contenedor .perfil-card .perfil-info .info-linea .edad {
  color: #FFF;
  font-weight: 500;
}
.perfiles-destacados .contenedor .perfil-card .perfil-info .info-linea .separador {
  color: #ccc;
  font-weight: 300;
}
.perfiles-destacados .contenedor .perfil-card .perfil-info .info-linea .bandera {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.perfiles-destacados .contenedor .perfil-card .perfil-info .info-linea .nacionalidad {
  color: #FFF;
  font-weight: 400;
}
.perfiles-destacados .contenedor .perfil-card .perfil-info .distrito {
  color: #CCC;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 400;
}
.perfiles-destacados .contenedor .perfil-card .descripcion-card {
  display: none;
  color: #FFF;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}
.perfiles-destacados .contenedor .perfil-card:hover .descripcion-card {
  display: -webkit-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.perfiles-destacados .contenedor .perfil-card .overlay-link {
  position: absolute;
  inset: 0; /* Top:0, Right:0, Bottom:0, Left:0 */
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
}
.perfiles-destacados .contenedor .perfiles-splide {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 10px 0 50px;
  margin: 0 -20px;
}
.perfiles-destacados .contenedor .perfiles-splide .splide__track {
  overflow: visible;
}
.perfiles-destacados .contenedor .perfiles-splide .splide__list {
  width: 100%;
  max-width: 1400px;
  flex-direction: row !important;
  align-items: stretch;
}
.perfiles-destacados .contenedor .perfiles-splide .splide__slide {
  height: auto;
  width: 202px !important;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, width 0.3s ease;
}
.perfiles-destacados .contenedor .perfiles-splide .splide__slide.slide-oculto {
  width: 0 !important;
  opacity: 0 !important;
  transform: scale(0) !important;
  visibility: hidden !important;
  pointer-events: none !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
.perfiles-destacados .contenedor .perfiles-splide .splide__slide .no-resultados {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.perfiles-destacados .contenedor .perfiles-splide .splide__slide .no-resultados p {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  opacity: 0.8;
}
.perfiles-destacados .contenedor .perfiles-splide .splide__arrow {
  display: none;
  color: #DAAB27 !important;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -25px;
  border: 2px solid rgba(218, 171, 39, 0.3);
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.perfiles-destacados .contenedor .perfiles-splide .splide__arrow:hover {
  background: rgba(218, 171, 39, 0.2);
  border-color: #DAAB27;
  transform: scale(1.1) translateY(-50%);
}
.perfiles-destacados .contenedor .perfiles-splide .splide__arrow--prev {
  left: 20px;
}
.perfiles-destacados .contenedor .perfiles-splide .splide__arrow--next {
  right: 20px;
}
.perfiles-destacados .contenedor .perfiles-splide .splide__pagination {
  bottom: 20px !important;
}
.perfiles-destacados .contenedor .perfiles-splide .splide__pagination .splide__pagination__page {
  background: rgba(218, 171, 39, 0.4);
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.perfiles-destacados .contenedor .perfiles-splide .splide__pagination .splide__pagination__page.is-active {
  background: #DAAB27;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .perfiles-destacados .contenedor .perfiles-splide .splide__slide {
    width: 126px !important;
  }
  .perfiles-destacados .contenedor .perfiles-splide .splide__arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .perfiles-destacados .contenedor {
    padding: 60px 0;
  }
  .perfiles-destacados .contenedor .seccion-header h2 {
    font-size: 2rem;
  }
  .perfiles-destacados .contenedor .filtros-container .filtros-scroll {
    justify-content: flex-start;
    padding: 10px 20px;
  }
  .perfiles-destacados .contenedor .filtros-container .busqueda-container {
    max-width: 100%;
    padding: 0 20px;
  }
  .perfiles-destacados .contenedor .perfil-card {
    height: 420px !important;
  }
  .perfiles-destacados .contenedor .perfil-card .perfil-imagen {
    width: 180px;
    height: 340px;
  }
  .perfiles-destacados .contenedor .perfil-card .tarjeta-iconos {
    top: 4px;
    right: 4px;
    gap: 4px;
  }
  .perfiles-destacados .contenedor .perfil-card .tarjeta-iconos .tarjeta-icono svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .perfiles-destacados .contenedor .contenedor {
    padding: 0 15px;
  }
  .perfiles-destacados .contenedor .filtros-container .filtro-btn {
    padding: 8px 10px;
    font-size: 0.9rem;
  }
  .perfiles-destacados .contenedor .perfil-card {
    height: 280px !important;
    width: 126px !important;
  }
  .perfiles-destacados .contenedor .perfil-card .perfil-imagen {
    width: 100%;
    height: 300px;
  }
  .perfiles-destacados .contenedor .perfil-card .perfil-imagen .badge-verificado {
    padding: 2px 0px 0px 3.5px !important;
  }
  .perfiles-destacados .contenedor .perfil-card .perfil-imagen .clasificacion-overlay {
    font-size: 10px;
    padding: 4px 17px;
  }
  .perfiles-destacados .contenedor .perfil-card .tarjeta-iconos {
    gap: 2px !important;
    width: 22px !important;
    height: auto !important;
  }
  .perfiles-destacados .contenedor .perfil-card .tarjeta-iconos .tarjeta-icono svg {
    width: 18px;
    height: 18px;
  }
  .perfiles-destacados .contenedor .perfil-card .perfil-info {
    padding: 6px 10px;
    align-items: center;
    gap: 1px;
  }
  .perfiles-destacados .contenedor .perfil-card .perfil-info .distrito {
    width: -moz-max-content;
    width: max-content;
  }
  .perfiles-destacados .contenedor .perfil-card .perfil-info .info-linea {
    flex-direction: column;
    gap: 1px;
  }
  .perfiles-destacados .contenedor .perfil-card .perfil-info .nombre {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .perfiles-destacados {
    padding: 0px;
  }
  .perfiles-destacados .contenedor {
    max-width: none;
  }
  .perfiles-destacados .contenedor .filtros-container .busqueda-container {
    width: 92%;
  }
  .perfiles-destacados .contenedor .filtros-container .filtros-scroll {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.seccion-catalogo {
  background: #000;
}
.seccion-catalogo .contenedor {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.seccion-catalogo .contenedor .seccion-header {
  text-align: center;
  margin-bottom: 60px;
}
.seccion-catalogo .contenedor .seccion-header h2 {
  color: white;
  text-align: center;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.seccion-catalogo .contenedor .seccion-header h2 span {
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.seccion-catalogo .contenedor .grid-perfiles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 50px;
  -moz-column-gap: 27px;
       column-gap: 27px;
  width: 100%;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card {
  width: 100% !important;
  height: 463px !important;
  background: transparent;
  position: relative;
  border: none;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card:hover {
  transition: all 0.3s ease;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen {
  position: relative;
  width: 100%;
  height: 387px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen .placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 3rem;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen .badge-verificado {
  position: absolute;
  top: 6px;
  left: 3px;
  background: linear-gradient(180deg, #049604 0%, #005B00 100%);
  color: white;
  padding: 5px 2px 2px 6px;
  border-radius: 21px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen .badge-verificado svg {
  width: 14px;
  height: 13px;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen .badge-verificado .verificado-icon {
  font-weight: bold;
  font-size: 0.8rem;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen .badge-verificado .verificado-text {
  color: #FFF;
  text-transform: capitalize;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen .clasificacion-overlay {
  position: absolute;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 6px 20px;
  font-size: 15px;
  z-index: 3;
  border-radius: 20px 20px 0 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen .tarjeta-iconos {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 8;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono svg {
  width: 25px;
  height: 25px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono:hover {
  transform: scale(1.1);
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card:hover .badge-verificado {
  padding: 6px 12px;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card:hover .badge-verificado .verificado-text {
  opacity: 1;
  width: auto;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card:hover .perfil-imagen {
  height: 352px;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-info {
  flex: 1;
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 0 0 15px 15px;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-info .nombre {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-info .nombre {
    line-height: 1.3em;
    min-height: 2.6em;
    display: flex;
    align-items: center;
  }
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-info .info-linea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-info .info-linea .edad {
  color: #FFF;
  font-weight: 500;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-info .info-linea .separador {
  color: #ccc;
  font-weight: 300;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-info .info-linea .bandera {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-info .info-linea .nacionalidad {
  color: #FFF;
  font-weight: 400;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-info .distrito {
  color: #CCC;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 400;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .descripcion-card {
  display: none;
  color: #FFF;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card:hover .descripcion-card {
  display: -webkit-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.seccion-catalogo .contenedor .grid-perfiles .perfil-card .overlay-link {
  position: absolute;
  inset: 0; /* Top:0, Right:0, Bottom:0, Left:0 */
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
}
.seccion-catalogo .contenedor .btn-catalogo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.seccion-catalogo .contenedor .btn-catalogo a {
  border-radius: 10px;
  background: linear-gradient(180deg, #DAAB27 0%, #936C00 100%);
  display: flex;
  width: 138px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #1E0E00;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.seccion-catalogo .contenedor .btn-catalogo a:hover {
  border-radius: 10px;
  background: linear-gradient(180deg, #CFCFCF 0%, #6C6C6C 18.75%, #FFF 49.52%, #727272 100%);
}

@media (max-width: 768px) {
  .seccion-catalogo {
    padding: 0;
  }
  .seccion-catalogo .contenedor {
    max-width: 95%;
  }
  .seccion-catalogo .contenedor .grid-perfiles {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3px;
         column-gap: 3px;
    row-gap: 20px;
  }
  .seccion-catalogo .contenedor .grid-perfiles .perfil-card {
    width: 100% !important;
    height: 280px !important;
  }
  .seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen .badge-verificado {
    padding: 2px 0px 0px 3.5px !important;
  }
  .seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-imagen .clasificacion-overlay {
    padding: 4px 17px;
    font-size: 10px;
  }
  .seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-info {
    padding: 6px 10px;
    align-items: center;
    gap: 1px;
  }
  .seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-info .info-linea {
    flex-direction: column;
    gap: 1px;
  }
  .seccion-catalogo .contenedor .grid-perfiles .perfil-card .perfil-info .distrito {
    width: -webkit-fill-available;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.nuevos-ingresos {
  background: #000;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.nuevos-ingresos .contenedor {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.nuevos-ingresos .contenedor .seccion-header {
  text-align: center;
  margin-bottom: 60px;
}
.nuevos-ingresos .contenedor .seccion-header h2 {
  color: white;
  text-align: center;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.nuevos-ingresos .contenedor .seccion-header h2 span {
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Swanley Free";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.nuevos-ingresos .contenedor .seccion-header p {
  color: #CCCCCC;
  font-size: 1.1rem;
  max-width: 500px;
  margin: 0 auto;
}
.nuevos-ingresos .contenedor .perfil-card {
  width: 202px !important;
  height: 463px !important;
  background: transparent;
  position: relative;
  border: none;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.nuevos-ingresos .contenedor .perfil-card:hover {
  transition: all 0.3s ease;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen {
  position: relative;
  width: 202px;
  height: 387px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen .placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 3rem;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen .badge-verificado {
  position: absolute;
  top: 6px;
  left: 3px;
  background: linear-gradient(180deg, #049604 0%, #005B00 100%);
  color: white;
  padding: 6px 7px;
  border-radius: 21px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen .badge-verificado svg {
  width: 14px;
  height: 13px;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen .badge-verificado .verificado-icon {
  font-weight: bold;
  font-size: 0.8rem;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen .badge-verificado .verificado-text {
  color: #FFF;
  text-transform: capitalize;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen .clasificacion-overlay {
  position: absolute;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 6px 20px;
  font-size: 15px;
  z-index: 3;
  border-radius: 20px 20px 0 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen .tarjeta-iconos {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 8;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono svg {
  width: 25px;
  height: 25px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono:hover {
  transform: scale(1.1);
}
.nuevos-ingresos .contenedor .perfil-card .perfil-imagen .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nuevos-ingresos .contenedor .perfil-card:hover .badge-verificado {
  padding: 6px 12px;
}
.nuevos-ingresos .contenedor .perfil-card:hover .badge-verificado .verificado-text {
  opacity: 1;
  width: auto;
}
.nuevos-ingresos .contenedor .perfil-card:hover .perfil-imagen {
  height: 352px;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-info {
  flex: 1;
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 0 0 15px 15px;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-info .nombre {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-info .info-linea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-info .info-linea .edad {
  color: #FFF;
  font-weight: 500;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-info .info-linea .separador {
  color: #ccc;
  font-weight: 300;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-info .info-linea .bandera {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-info .info-linea .nacionalidad {
  color: #FFF;
  font-weight: 400;
}
.nuevos-ingresos .contenedor .perfil-card .perfil-info .distrito {
  color: #CCC;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 400;
}
.nuevos-ingresos .contenedor .perfil-card .descripcion-card {
  display: none;
  color: #FFF;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}
.nuevos-ingresos .contenedor .perfil-card:hover .descripcion-card {
  display: -webkit-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.nuevos-ingresos .contenedor .perfil-card .overlay-link {
  position: absolute;
  inset: 0; /* Top:0, Right:0, Bottom:0, Left:0 */
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
}
.nuevos-ingresos .contenedor .perfiles-splide {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 10px 0 50px;
  margin: 0 -20px;
}
.nuevos-ingresos .contenedor .perfiles-splide .splide__track {
  overflow: visible;
}
.nuevos-ingresos .contenedor .perfiles-splide .splide__list {
  width: 100%;
  max-width: 1400px;
  flex-direction: row !important;
  align-items: stretch;
}
.nuevos-ingresos .contenedor .perfiles-splide .splide__slide {
  height: auto;
  width: 202px !important;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, width 0.3s ease;
}
.nuevos-ingresos .contenedor .perfiles-splide .splide__slide.slide-oculto {
  width: 0 !important;
  opacity: 0 !important;
  transform: scale(0) !important;
  visibility: hidden !important;
  pointer-events: none !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nuevos-ingresos .contenedor .perfiles-splide .splide__slide .no-resultados {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.nuevos-ingresos .contenedor .perfiles-splide .splide__slide .no-resultados p {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  opacity: 0.8;
}
.nuevos-ingresos .contenedor .perfiles-splide .splide__arrow {
  display: none;
  color: #DAAB27 !important;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -25px;
  border: 2px solid rgba(218, 171, 39, 0.3);
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.nuevos-ingresos .contenedor .perfiles-splide .splide__arrow:hover {
  background: rgba(218, 171, 39, 0.2);
  border-color: #DAAB27;
  transform: scale(1.1) translateY(-50%);
}
.nuevos-ingresos .contenedor .perfiles-splide .splide__arrow--prev {
  left: 20px;
}
.nuevos-ingresos .contenedor .perfiles-splide .splide__arrow--next {
  right: 20px;
}
.nuevos-ingresos .contenedor .perfiles-splide .splide__pagination {
  bottom: 20px !important;
}
.nuevos-ingresos .contenedor .perfiles-splide .splide__pagination .splide__pagination__page {
  background: rgba(218, 171, 39, 0.4);
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.nuevos-ingresos .contenedor .perfiles-splide .splide__pagination .splide__pagination__page.is-active {
  background: #DAAB27;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .nuevos-ingresos .contenedor .perfiles-splide .splide__slide {
    width: 126px !important;
  }
  .nuevos-ingresos .contenedor .perfiles-splide .splide__arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .nuevos-ingresos .contenedor .seccion-header h2 {
    font-size: 2rem;
  }
  .nuevos-ingresos .contenedor .filtros-container .filtros-scroll {
    justify-content: flex-start;
    padding: 10px 20px;
  }
  .nuevos-ingresos .contenedor .filtros-container .busqueda-container {
    max-width: 100%;
    padding: 0 20px;
  }
  .nuevos-ingresos .contenedor .perfil-card {
    height: 420px !important;
  }
  .nuevos-ingresos .contenedor .perfil-card .perfil-imagen {
    width: 180px;
    height: 340px;
  }
  .nuevos-ingresos .contenedor .perfil-card .tarjeta-iconos {
    top: 4px;
    right: 4px;
    gap: 4px;
  }
  .nuevos-ingresos .contenedor .perfil-card .tarjeta-iconos .tarjeta-icono svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .nuevos-ingresos .contenedor .contenedor {
    padding: 0 15px;
  }
  .nuevos-ingresos .contenedor .filtros-container .filtro-btn {
    padding: 8px 10px;
    font-size: 0.9rem;
  }
  .nuevos-ingresos .contenedor .perfil-card {
    height: 280px !important;
    width: 126px !important;
  }
  .nuevos-ingresos .contenedor .perfil-card .perfil-imagen {
    width: 100%;
    height: 300px;
  }
  .nuevos-ingresos .contenedor .perfil-card .perfil-imagen .badge-verificado {
    padding: 2px 0px 0px 3.5px !important;
  }
  .nuevos-ingresos .contenedor .perfil-card .perfil-imagen .clasificacion-overlay {
    font-size: 10px;
    padding: 4px 17px;
  }
  .nuevos-ingresos .contenedor .perfil-card .tarjeta-iconos {
    gap: 2px !important;
    width: 22px !important;
    height: auto !important;
  }
  .nuevos-ingresos .contenedor .perfil-card .tarjeta-iconos .tarjeta-icono svg {
    width: 18px;
    height: 18px;
  }
  .nuevos-ingresos .contenedor .perfil-card .perfil-info {
    padding: 6px 10px;
    align-items: center;
    gap: 1px;
  }
  .nuevos-ingresos .contenedor .perfil-card .perfil-info .distrito {
    width: -moz-max-content;
    width: max-content;
  }
  .nuevos-ingresos .contenedor .perfil-card .perfil-info .info-linea {
    flex-direction: column;
    gap: 1px;
  }
  .nuevos-ingresos .contenedor .perfil-card .perfil-info .nombre {
    font-size: 1rem;
    line-height: 1.3em;
    min-height: 2.6em;
    display: flex;
    align-items: center;
  }
}

.banners-finales {
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
  background-color: #000;
}
.banners-finales .contenedor {
  display: flex;
  flex-direction: column;
}
.banners-finales .contenedor .banner-item {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banners-finales .contenedor .banner-item picture {
  width: 100%;
  height: 100%;
  display: block;
}
.banners-finales .contenedor .banner-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.banners-finales .contenedor .banner-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.banners-finales .contenedor .banner-item.banner-chico {
  height: 97px;
}
.banners-finales .contenedor .banner-item.banner-mediano {
  height: 202px;
}
.banners-finales .contenedor .banner-item.banner-grande {
  height: 571px;
}
@media (max-width: 768px) {
  .banners-finales .contenedor {
    gap: 20px;
  }
  .banners-finales .contenedor .banner-item {
    margin-bottom: 20px;
  }
  .banners-finales .contenedor .banner-item.banner-chico {
    height: auto;
  }
  .banners-finales .contenedor .banner-item.banner-mediano {
    height: auto;
  }
  .banners-finales .contenedor .banner-item.banner-grande {
    height: auto;
  }
}

@media (max-width: 768px) {
  .banners-finales {
    min-height: auto;
    padding-top: 0px !important;
  }
}
.registro-header {
  padding-top: 240px;
  min-height: auto;
  display: flex;
  height: 536px;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.registro-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 60%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .registro-header {
    padding-top: 200px;
  }
}
.registro-header .contenedor {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 76px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.registro-header .contenedor h1 {
  font-family: "Swanley";
  text-align: center;
  font-size: 69px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: 2px;
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.registro-header .contenedor h2 {
  color: #FFF;
  text-align: center;
  font-family: "Swanley";
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
  align-self: stretch;
}
.registro-header .contenedor p {
  width: 40%;
  color: #BEBEBE;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.registro-header .contenedor .contenido {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

@media (max-width: 768px) {
  .registro-header .contenedor .contenido p {
    width: 100%;
  }
}
.registro {
  background: #000;
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* Estilos para el campo de WhatsApp con código de país */
  /* Responsive */
}
@media (max-width: 768px) {
  .registro {
    overflow: hidden;
  }
}
.registro .contenedor {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.registro .titulo-seccion {
  background: var(--asd, linear-gradient(90deg, #FBF28E 0%, #DAAB27 51.27%, #F9F297 100.02%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Swanley Free";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.25px;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  margin-bottom: 18px;
  margin-top: 32px;
}
.registro .form-registro {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.registro .campo {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
}
.registro label {
  font-size: 1rem;
  color: #BEBEBE;
  font-weight: 500;
  margin-bottom: 2px;
}
.registro input[type=text],
.registro input[type=email],
.registro input[type=number],
.registro textarea {
  color: var(--7, #BEBEBE);
  font-family: "Tw Cen MT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid #BEBEBE;
  padding: 10px 14px;
  transition: border 0.2s;
}
.registro input[type=text]:focus,
.registro input[type=email]:focus,
.registro input[type=number]:focus,
.registro textarea:focus {
  outline: none;
  background: transparent;
}
.registro select {
  color: #BEBEBE;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid #BEBEBE;
  padding: 10px 14px;
  transition: border 0.2s;
}
.registro select:focus {
  outline: none;
}
.registro select:focus option {
  background: #121212;
  color: #BEBEBE;
}
.registro input[type=file] {
  background: none;
  color: #fff;
  border: none;
  padding: 0;
}
.registro input[type=radio],
.registro input[type=checkbox] {
  width: 11px;
  height: 11px;
  border-radius: 9px;
  border: 1px solid var(--7, #BEBEBE);
  accent-color: #FFD700;
  margin-right: 7px;
}
.registro .grupo-radios, .registro .grupo-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 12px;
}
.registro .grupo-radios label, .registro .grupo-checkboxes label {
  color: #BEBEBE;
  font-size: 18px;
  font-weight: 400;
  margin-right: 18px;
  margin-bottom: 0;
}
.registro .btn-registro {
  border-radius: 10px;
  background: var(--2, linear-gradient(180deg, #DAAB27 0%, #F9F297 100%));
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--1, #1E0E00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  border: none;
  margin-top: 18px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s, color 0.2s;
}
.registro .btn-registro:hover {
  background: linear-gradient(180deg, #F9F297 0%, #DAAB27 100%);
  color: #000;
}
.registro .registro-errores {
  background: #FD425F;
  color: #fff;
  border-radius: 8px;
  padding: 12px 18px;
  margin-bottom: 18px;
}
.registro .registro-errores ul {
  margin: 0;
  padding-left: 18px;
}
.registro .seccion-whatsapp {
  display: flex;
  justify-content: center;
}
.registro .seccion-whatsapp .campo {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.registro .seccion-whatsapp .campo .whatsapp-container {
  width: 50%;
}
.registro .seccion-whatsapp .campo .whatsapp-input-container {
  width: 100%;
  display: flex;
}
.registro .seccion-whatsapp .campo .distrito-selector {
  width: 50%;
  padding-bottom: 22px;
  align-items: center;
  display: flex;
}
.registro .seccion-whatsapp .campo .distrito-selector select {
  width: 100%;
}
.registro .seccion-whatsapp .campo small {
  color: var(--5, #FFF);
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
}
.registro .whatsapp-input-container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 8px;
  padding: 12px;
}
.registro .codigo-pais-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 120px;
}
.registro .bandera-codigo {
  width: 24px;
  height: 16px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
}
.registro .codigo-pais-select {
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: white;
  cursor: pointer;
  outline: none;
  min-width: 60px;
}
.registro .codigo-pais-select option {
  background: #121212; /* color del dropdown */
  color: #BEBEBE;
}
.registro .codigo-pais-select:focus {
  outline: none;
  color: #FFF;
}
.registro .whatsapp-number-input {
  flex: 1;
  border: none;
  color: #fff;
  background: transparent;
  font-size: 14px;
  padding: 0;
  outline: none;
}
.registro .whatsapp-number-input::-moz-placeholder {
  color: #999;
}
.registro .whatsapp-number-input::placeholder {
  color: #999;
}
@media (max-width: 768px) {
  .registro .whatsapp-input-container {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .registro .codigo-pais-selector {
    justify-content: center;
    min-width: auto;
  }
  .registro .whatsapp-number-input {
    text-align: center;
  }
}
.registro .seccion-perfil {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
.registro .seccion-contacto {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
.registro .seccion-sobreti {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
.registro .seccion-redes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
.registro .seccion-redes .campo input {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #BEBEBE;
  color: #BEBEBE;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.registro .seccion-redes .campo input:focus {
  outline: none;
}
.registro .seccion-encuentro {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.registro .seccion-encuentro .campo {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.registro .seccion-encuentro .campo .grupo-checkboxes {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 18px;
}
.registro .seccion-encuentro .campo .grupo-checkboxes .item-1 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.registro .seccion-encuentro .campo .grupo-checkboxes .item-2 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.registro .seccion-encuentro .campo .grupo-checkboxes .item-3 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.registro .seccion-encuentro .campo .horarios-radio {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  gap: 18px;
  flex-wrap: wrap;
}
.registro .seccion-encuentro .campo .horarios-radio label {
  color: #BEBEBE;
}
.registro .seccion-encuentro .campo .horario-opciones {
  display: flex;
  border: none;
  background: transparent;
  flex-direction: row;
  gap: 18px;
}
.registro .seccion-encuentro .campo .horario-opciones .horario-fila {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 18px;
}
.registro .seccion-encuentro .campo .horario-opciones .horario-fila .horario-select {
  background: transparent;
  border: none;
  width: 30%;
  border-bottom: 1.5px solid #BEBEBE;
  color: #BEBEBE;
  font-size: 18px;
}
.registro .seccion-encuentro .campo .horario-opciones .horario-fila .horario-time-group {
  display: flex;
  flex-direction: row;
  text-align: center;
  border: none;
  justify-content: center;
  width: 30%;
  color: #BEBEBE;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  background: transparent;
}
.registro .seccion-encuentro .campo .horario-opciones .horario-fila .horario-time-group .horario-time-label {
  color: #BEBEBE;
  text-align: center;
  align-items: center;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .registro .seccion-encuentro .campo .horario-opciones .horario-fila {
    flex-direction: column;
    align-items: center;
  }
}
.registro .seccion-encuentro .campo .horario-opciones .horario-fila-personalizado {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 18px;
}
.registro .seccion-encuentro .campo .horario-opciones .horario-fila-personalizado .horario-time-group {
  display: flex;
  flex-direction: row;
  text-align: center;
  border: none;
  justify-content: center;
  width: 30%;
  color: #BEBEBE;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  background: transparent;
}
.registro .seccion-encuentro .campo .horario-opciones .horario-fila-personalizado .horario-time-group .horario-time-label {
  color: #BEBEBE;
  text-align: center;
  align-items: center;
  padding-top: 10px;
}
.registro .seccion-encuentro .campo .horario-opciones .horario-fila-personalizado .horario-select {
  width: 30%;
}
.registro .seccion-encuentro .campo .horario-opciones .btn-agregar-horario {
  background: transparent;
  border: none;
  color: #BEBEBE;
  font-size: 18px;
  font-style: normal;
}
.registro .seccion-encuentro .campo .metodos-checkboxes {
  display: flex;
  justify-content: space-between;
  width: 51%;
  flex-direction: row;
  gap: 18px;
  flex-wrap: wrap;
}
.registro .seccion-encuentro .campo .metodos-checkboxes label {
  color: #BEBEBE;
}
.registro .seccion-encuentro .campo div {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.registro .seccion-servicios {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
.registro .seccion-servicios .campo {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.registro .seccion-servicios .campo .grupo-checkboxes {
  display: flex;
  flex-direction: row;
  width: 54.9%;
  justify-content: space-between;
  gap: 18px;
}
.registro .seccion-servicios .campo .grupo-checkboxes .item-1 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.registro .seccion-servicios .campo .grupo-checkboxes .item-2 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.registro .seccion-fotos {
  margin-bottom: 32px;
}
.registro .seccion-fotos .campo h2 {
  color: #BEBEBE;
}
.registro .seccion-fotos .campo p {
  color: #BEBEBE;
}
.registro .seccion-fotos .campo ul li {
  color: #BEBEBE;
}
.registro .seccion-fotos .campo .upload-zone {
  border: 2px dashed #BEBEBE;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  background: rgba(190, 190, 190, 0.05);
  margin: 15px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.registro .seccion-fotos .campo .upload-zone:hover {
  border-color: #DAAB27;
  background: rgba(218, 171, 39, 0.1);
}
.registro .seccion-fotos .campo .upload-zone:hover .upload-icon svg {
  color: #DAAB27;
}
.registro .seccion-fotos .campo .upload-zone.dragover {
  border-color: #DAAB27;
  background: rgba(218, 171, 39, 0.15);
  transform: scale(1.02);
}
.registro .seccion-fotos .campo .upload-zone .upload-icon {
  margin-bottom: 15px;
}
.registro .seccion-fotos .campo .upload-zone .upload-icon svg {
  color: #BEBEBE;
  transition: color 0.3s ease;
}
.registro .seccion-fotos .campo .upload-zone .upload-text p {
  margin: 5px 0;
  color: #BEBEBE;
}
.registro .seccion-fotos .campo .upload-zone .upload-text p:first-child {
  font-size: 16px;
  font-weight: bold;
}
.registro .seccion-fotos .campo .upload-zone .upload-text p:last-child {
  font-size: 14px;
  opacity: 0.8;
}
.registro .seccion-fotos .campo .preview-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
  margin-top: 20px;
}
.registro .seccion-fotos .campo .preview-container .preview-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a1a;
  aspect-ratio: 1;
}
.registro .seccion-fotos .campo .preview-container .preview-item img, .registro .seccion-fotos .campo .preview-container .preview-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.registro .seccion-fotos .campo .preview-container .preview-item .remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 0, 0, 0.8);
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: background 0.3s ease;
  z-index: 10;
}
.registro .seccion-fotos .campo .preview-container .preview-item .remove-btn:hover {
  background: rgb(255, 0, 0);
}
.registro .seccion-fotos .campo .preview-container .preview-item .file-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px;
  font-size: 11px;
  text-align: center;
}
.registro .seccion-fotos .campo .preview-container .preview-item.video-preview::before {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.registro .seccion-videos {
  margin-bottom: 32px;
}
.registro .seccion-videos .campo .advertencia-container {
  padding-bottom: 7px;
}
.registro .seccion-videos .campo .campo-check label {
  color: #BEBEBE;
}
.registro .seccion-videos .campo .campo-check label input[type=checkbox] {
  accent-color: #bebebe;
}
.registro .seccion-videos .campo h2 {
  color: #BEBEBE;
}
.registro .seccion-videos .campo p {
  color: #BEBEBE;
}
.registro .seccion-videos .campo ul li {
  color: #BEBEBE;
}
.registro .seccion-videos .campo .upload-zone {
  border: 2px dashed #BEBEBE;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  background: rgba(190, 190, 190, 0.05);
  margin: 15px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.registro .seccion-videos .campo .upload-zone:hover {
  border-color: #DAAB27;
  background: rgba(218, 171, 39, 0.1);
}
.registro .seccion-videos .campo .upload-zone:hover .upload-icon svg {
  color: #DAAB27;
}
.registro .seccion-videos .campo .upload-zone.dragover {
  border-color: #DAAB27;
  background: rgba(218, 171, 39, 0.15);
  transform: scale(1.02);
}
.registro .seccion-videos .campo .upload-zone .upload-icon {
  margin-bottom: 15px;
}
.registro .seccion-videos .campo .upload-zone .upload-icon svg {
  color: #BEBEBE;
  transition: color 0.3s ease;
}
.registro .seccion-videos .campo .upload-zone .upload-text p {
  margin: 5px 0;
  color: #BEBEBE;
}
.registro .seccion-videos .campo .upload-zone .upload-text p:first-child {
  font-size: 16px;
  font-weight: bold;
}
.registro .seccion-videos .campo .upload-zone .upload-text p:last-child {
  font-size: 14px;
  opacity: 0.8;
}
.registro .seccion-videos .campo .preview-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
  margin-top: 20px;
}
.registro .seccion-videos .campo .preview-container .preview-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a1a;
  aspect-ratio: 1;
}
.registro .seccion-videos .campo .preview-container .preview-item img, .registro .seccion-videos .campo .preview-container .preview-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.registro .seccion-videos .campo .preview-container .preview-item .remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 0, 0, 0.8);
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: background 0.3s ease;
  z-index: 10;
}
.registro .seccion-videos .campo .preview-container .preview-item .remove-btn:hover {
  background: rgb(255, 0, 0);
}
.registro .seccion-videos .campo .preview-container .preview-item .file-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px;
  font-size: 11px;
  text-align: center;
}
.registro .seccion-videos .campo .preview-container .preview-item.video-preview::before {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .registro .seccion-fotos .campo .upload-zone, .registro .seccion-videos .campo .upload-zone {
    padding: 30px 15px;
  }
  .registro .seccion-fotos .campo .upload-zone .upload-icon svg, .registro .seccion-videos .campo .upload-zone .upload-icon svg {
    width: 40px;
    height: 40px;
  }
  .registro .seccion-fotos .campo .upload-zone .upload-text p:first-child, .registro .seccion-videos .campo .upload-zone .upload-text p:first-child {
    font-size: 14px;
  }
  .registro .seccion-fotos .campo .upload-zone .upload-text p:last-child, .registro .seccion-videos .campo .upload-zone .upload-text p:last-child {
    font-size: 12px;
  }
  .registro .seccion-fotos .campo .preview-container, .registro .seccion-videos .campo .preview-container {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
  }
  .registro .seccion-fotos .campo .preview-container .preview-item .remove-btn, .registro .seccion-videos .campo .preview-container .preview-item .remove-btn {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .registro .seccion-fotos .campo .preview-container .preview-item .file-info, .registro .seccion-videos .campo .preview-container .preview-item .file-info {
    font-size: 10px;
    padding: 3px;
  }
  .registro .seccion-fotos .campo .preview-container .preview-item.video-preview::before, .registro .seccion-videos .campo .preview-container .preview-item.video-preview::before {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .registro .seccion-fotos .campo .upload-zone, .registro .seccion-videos .campo .upload-zone {
    padding: 25px 10px;
  }
  .registro .seccion-fotos .campo .upload-zone .upload-text p:first-child, .registro .seccion-videos .campo .upload-zone .upload-text p:first-child {
    font-size: 13px;
  }
  .registro .seccion-fotos .campo .preview-container, .registro .seccion-videos .campo .preview-container {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 8px;
  }
}
@media (max-width: 900px) {
  .registro .seccion-perfil, .registro .seccion-contacto, .registro .seccion-sobreti, .registro .seccion-redes, .registro .seccion-encuentro, .registro .seccion-servicios {
    display: flex;
    flex-direction: column;
  }
  .registro .contenedor {
    padding: 18px 6px;
  }
  .registro .titulo-seccion {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .registro .form-registro {
    max-width: 95%;
  }
  .registro .seccion-whatsapp .campo {
    flex-direction: column;
  }
  .registro .seccion-whatsapp .campo .whatsapp-container {
    width: 100%;
  }
  .registro .seccion-whatsapp .campo .whatsapp-container .whatsapp-input-container {
    flex-direction: row;
    gap: 0px;
  }
  .registro .seccion-whatsapp .campo .whatsapp-container .whatsapp-input-container .codigo-pais-selector {
    border-bottom: 1.5px solid #BEBEBE;
  }
  .registro .seccion-whatsapp .campo .distrito-selector {
    width: 97%;
  }
  .registro .seccion-whatsapp .campo .distrito-selector select {
    width: 100%;
  }
  .registro .seccion-redes .campo .oculto {
    display: none;
  }
  .registro .seccion-servicios .campo .grupo-checkboxes {
    width: 80%;
  }
  .registro .seccion-videos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .registro .seccion-encuentro .campo .horario-opciones .horario-fila .horario-time-group {
    width: 80%;
  }
  .registro .seccion-encuentro .campo .horario-opciones .horario-fila .horario-time-group input[type=time] {
    width: 100%;
    border: none;
    background: transparent;
    color: white;
    outline: 0;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
  }
  .registro .seccion-encuentro .campo .horario-opciones .horario-fila .horario-time-group input[type=time]:focus {
    background: transparent;
    outline: 0;
  }
  .registro .seccion-encuentro .campo .horario-opciones .horario-fila select.horario-select {
    width: 80%;
  }
  .registro .seccion-encuentro .campo .horario-opciones .horario-fila-personalizado {
    display: flex;
    flex-direction: column !important;
    width: 100%;
    align-items: center;
  }
  .registro .seccion-encuentro .campo .horario-opciones .horario-fila-personalizado .horario-select {
    width: 80%;
  }
  .registro .seccion-encuentro .campo .horario-opciones .horario-fila-personalizado .horario-time-group {
    width: 80%;
  }
  .registro .seccion-encuentro .campo .horario-opciones .horario-fila-personalizado .horario-time-group input[type=time] {
    width: 100%;
    border: none;
    background: transparent;
    color: white;
    outline: 0;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
  }
  .registro .seccion-encuentro .campo .horario-opciones .horario-fila-personalizado .horario-time-group input[type=time]:focus {
    background: transparent;
    outline: 0;
  }
  .registro .seccion-encuentro .campo .horario-opciones #horarios-dinamicos {
    align-items: center;
  }
}
.perfil-informacion {
  padding-top: 155px;
  display: flex;
  min-height: 660px;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.perfil-informacion::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 60%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}
.perfil-informacion .contenedor {
  z-index: 2;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: minmax(0, auto) repeat(1, 1fr);
  grid-auto-columns: 1fr;
  gap: 0px 40px;
  grid-auto-flow: row;
}
@media (max-width: 992px) {
  .perfil-informacion .contenedor {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 30px 0;
    padding: 0 15px;
  }
}
.perfil-informacion .contenedor .perfil-breadcrumb {
  color: white;
  display: flex;
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
  opacity: 0.8;
}
.perfil-informacion .contenedor .perfil-breadcrumb a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.perfil-informacion .contenedor .perfil-breadcrumb a:hover {
  opacity: 0.7;
}
.perfil-informacion .contenedor .perfil-breadcrumb span {
  opacity: 0.6;
}
.perfil-informacion .breadcrumb {
  grid-area: 1/1/2/3;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding: 0px;
  height: auto;
}
@media (max-width: 992px) {
  .perfil-informacion .breadcrumb {
    grid-area: 1/1/2/2;
    margin-bottom: 15px;
    display: none;
  }
}
.perfil-informacion .grupo1 {
  grid-area: 2/1/3/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 51px;
  color: white;
}
@media (max-width: 992px) {
  .perfil-informacion .grupo1 {
    grid-area: 3/1/4/2;
    gap: 30px;
    order: 2;
  }
}
.perfil-informacion .grupo1 .perfil-info {
  padding-left: 40px;
  display: flex;
  color: white;
  gap: 50px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .perfil-informacion .grupo1 .perfil-info {
    padding-left: 0;
    gap: 30px;
    text-align: center;
    align-items: center;
  }
}
.perfil-informacion .grupo1 .perfil-info .datos1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header .perfil-header {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header .perfil-header {
    flex-direction: column;
    margin-bottom: 15px;
    gap: 15px;
    width: 100%;
  }
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header .perfil-header .perfil-nombre-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header .perfil-header .perfil-nombre-container {
    flex-direction: column;
    gap: 10px;
  }
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header .perfil-header .perfil-clasificacion-container {
  display: flex;
  justify-content: space-between;
  width: 65%;
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header .perfil-header .perfil-nombre {
  font-size: 40px;
  text-transform: capitalize;
  font-family: "Swanley";
  margin: 0;
  color: white;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header .perfil-header .perfil-nombre {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header .perfil-header .perfil-nombre {
    font-size: 28px;
    line-height: 32px;
  }
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header .perfil-header .perfil-clasificacion {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: white;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header .perfil-verificada {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(180deg, #049604 0%, #005B00 100%);
  color: white;
  padding: 4px 9px;
  border-radius: 21px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header .perfil-verificada i {
  font-size: 14px;
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-contacto {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .perfil-informacion .grupo1 .perfil-info .datos1 .perfil-contacto {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 70%;
  }
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-contacto .btn-whatsapp {
  border-radius: 33px;
  background: linear-gradient(180deg, #61D36B 0%, #11865D 100%);
  color: white;
  padding: 5px 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .perfil-informacion .grupo1 .perfil-info .datos1 .perfil-contacto .btn-whatsapp {
    padding: 12px 20px;
    justify-content: center;
    min-width: 200px;
  }
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-contacto .btn-whatsapp:hover {
  background: #128c7e;
  transform: translateY(-2px);
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-contacto .btn-whatsapp i {
  font-size: 18px;
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-contacto .perfil-telefono {
  background: white;
  color: #1E0E00;
  padding: 5px 12px;
  border-radius: 33px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .perfil-informacion .grupo1 .perfil-info .datos1 .perfil-contacto .perfil-telefono {
    padding: 12px 20px;
    justify-content: center;
    min-width: 200px;
  }
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-contacto .perfil-telefono i {
  font-size: 16px;
}
.perfil-informacion .grupo1 .perfil-info .datos1 .perfil-descripcion {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 25px;
  color: #BEBEBE;
  opacity: 1;
  max-width: 500px;
}
.perfil-informacion .grupo1 .perfil-info .perfil-atributos {
  font-size: 18px;
  line-height: 23px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
  color: white;
}
.perfil-informacion .grupo1 .perfil-info .perfil-horarios h3 {
  color: #fbbf24;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 10px;
  background: var(--asd, linear-gradient(90deg, #FBF28E 0%, #DAAB27 51.27%, #F9F297 100.02%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.perfil-informacion .grupo1 .perfil-info .perfil-horarios .horarios-disclaimer {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #BEBEBE;
  margin-bottom: 15px;
  font-style: italic;
}
.perfil-informacion .grupo1 .perfil-info .perfil-horarios .horarios-lista {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: white;
}
.perfil-informacion .grupo2 {
  grid-area: 2/2/3/3;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media (max-width: 992px) {
  .perfil-informacion .grupo2 {
    grid-area: 2/1/3/2;
    gap: 30px;
    order: 1;
    align-items: center;
  }
}
.perfil-informacion .grupo2 .perfil-foto {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.perfil-informacion .grupo2 .perfil-foto .perfil-imagen-container {
  position: relative;
  width: 350px;
  height: 350px;
}
@media (max-width: 768px) {
  .perfil-informacion .grupo2 .perfil-foto .perfil-imagen-container {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 480px) {
  .perfil-informacion .grupo2 .perfil-foto .perfil-imagen-container {
    width: 247px;
    height: 247px;
  }
}
.perfil-informacion .grupo2 .perfil-foto .perfil-imagen-container::after {
  content: "";
  position: absolute;
  top: -151px; /* Ajusta según el tamaño de la corona */
  left: 50.9%;
  transform: translateX(-50%);
  width: 40rem; /* Ajusta al tamaño real de tu corona */
  height: 40rem; /* Ajusta al tamaño real de tu corona */
  background-image: url("../../images/perfil/corona_perfil.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .perfil-informacion .grupo2 .perfil-foto .perfil-imagen-container::after {
    width: 32rem;
    height: 32rem;
    top: -120px;
  }
}
@media (max-width: 480px) {
  .perfil-informacion .grupo2 .perfil-foto .perfil-imagen-container::after {
    width: 28rem;
    height: 28rem;
    top: -105px;
  }
}
.perfil-informacion .grupo2 .perfil-foto .perfil-imagen-container .perfil-imagen {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.perfil-informacion .grupo2 .perfil-foto .perfil-imagen-container .perfil-imagen-frame {
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -2px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}
@media (max-width: 768px) {
  .perfil-informacion .grupo2 .perfil-foto .perfil-imagen-container .perfil-imagen-frame {
    top: -5px;
    left: -5px;
    right: -7px;
    bottom: -1px;
  }
}
.perfil-informacion .grupo2 .perfil-redes {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.perfil-informacion .grupo2 .perfil-redes .red-social {
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14.371px;
  transition: background 0.3s ease;
}
.perfil-informacion .grupo2 .perfil-redes .red-social svg {
  width: 30px;
  height: 30px;
  transition: filter 0.3s ease;
}
.perfil-informacion .grupo2 .perfil-redes .red-social:hover svg {
  fill: black;
  background: var(--2, linear-gradient(180deg, #DAAB27 0%, #F9F297 100%));
  border-radius: 14.371px;
}
.perfil-informacion .grupo2 .perfil-redes .red-social:hover svg path:nth-of-type(1) {
  fill: transparent;
}
.perfil-informacion .grupo2 .perfil-redes .red-social:hover svg path:nth-of-type(2) {
  fill: black;
}
.perfil-informacion .perfil-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  align-items: start;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .perfil-informacion .grupo1 .perfil-info .datos1 {
    align-items: center;
  }
  .perfil-informacion .grupo1 .perfil-info .datos1 .perfil-info-header .perfil-header .perfil-clasificacion-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .perfil-informacion .grupo2 .perfil-redes {
    gap: 5px;
  }
}
.servicios-perfil {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  background: black;
}
.servicios-perfil .contenedor {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 40px 49px;
  gap: 56px;
  background: #18171C;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .servicios-perfil .contenedor {
    padding: 30px 20px;
    gap: 30px;
  }
}
.servicios-perfil .contenedor .servicios-perfil-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 56px;
}
@media (max-width: 768px) {
  .servicios-perfil .contenedor .servicios-perfil-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.servicios-perfil .contenedor .servicios-perfil-izquierda {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.servicios-perfil .contenedor .servicios-perfil-izquierda .servicios-perfil-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.servicios-perfil .contenedor .servicios-perfil-izquierda .servicios-perfil-header h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  background: var(--asd, linear-gradient(90deg, #FBF28E 0%, #DAAB27 51.27%, #F9F297 100.02%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.servicios-perfil .contenedor .servicios-perfil-izquierda .servicios-perfil-lista {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  gap: 10px;
}
.servicios-perfil .contenedor .servicios-perfil-izquierda .servicios-perfil-lista .servicios-perfil-item {
  border-radius: 29px;
  padding: 8px 15px;
  background: linear-gradient(180deg, #B58D1A 0%, #FFD86B 53.37%, #B58D1A 100%);
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
  color: #1E0E00;
}
.servicios-perfil .contenedor .servicios-perfil-izquierda .servicios-perfil-disclaimer {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
  color: white;
}
.servicios-perfil .contenedor .servicios-perfil-derecha {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.servicios-perfil .contenedor .servicios-perfil-derecha h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  background: var(--asd, linear-gradient(90deg, #FBF28E 0%, #DAAB27 51.27%, #F9F297 100.02%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.servicios-perfil .contenedor .servicios-perfil-derecha .servicios-perfil-pasatiempos {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .servicios-perfil .contenedor .servicios-perfil-derecha .servicios-perfil-pasatiempos {
    justify-content: center;
  }
}
.servicios-perfil .contenedor .servicios-perfil-derecha .servicios-perfil-pasatiempos .servicios-perfil-item {
  color: #BEBEBE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.galeria-perfil-fotos {
  background: black;
}
.galeria-perfil-fotos .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.galeria-perfil-fotos .contenedor h2 {
  color: white;
  text-align: center;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.galeria-perfil-fotos .contenedor h2 span {
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Swanley Free";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.galeria-perfil-fotos .contenedor .galeria-perfil-fotos-wrapper {
  width: 100%;
  max-width: 946px;
}
@media (max-width: 992px) {
  .galeria-perfil-fotos .contenedor .galeria-perfil-fotos-wrapper {
    max-width: 100%;
  }
}
.galeria-perfil-fotos .contenedor .galeria-perfil-fotos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  width: 100%;
  max-width: 946px;
}
@media (max-width: 768px) {
  .galeria-perfil-fotos .contenedor .galeria-perfil-fotos-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .galeria-perfil-fotos .contenedor .galeria-perfil-fotos-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
.galeria-perfil-fotos .contenedor .galeria-perfil-fotos-item {
  width: 100%;
  height: 290px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  position: relative;
  z-index: 2;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .galeria-perfil-fotos .contenedor .galeria-perfil-fotos-item {
    height: auto;
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  .galeria-perfil-fotos .contenedor .galeria-perfil-fotos-item {
    min-height: 100%;
  }
}
.galeria-perfil-fotos .contenedor .galeria-perfil-fotos-item::after {
  content: url("../../images/iconos/lupa.svg");
  position: absolute;
  top: 7px;
  right: 9px;
  width: auto;
  height: auto;
  padding: 10px 10px 7px 11px;
  background: linear-gradient(180deg, #DAAB27 0%, #936C00 100%);
  border-radius: 50%;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  opacity: 1;
}
@media (max-width: 768px) {
  .galeria-perfil-fotos .contenedor .galeria-perfil-fotos-item::after {
    top: 4px;
    right: 4px;
    padding: 5px 5px 1px 5px;
  }
}
.galeria-perfil-fotos .contenedor .galeria-perfil-fotos-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.galeria-perfil-fotos .contenedor .galeria-perfil-fotos-item img:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .galeria-perfil-fotos {
    min-height: auto;
  }
  .galeria-perfil-fotos .galeria-perfil-fotos-wrapper .galeria-perfil-fotos-grid .galeria-perfil-fotos-item {
    width: 100%;
    height: 100%;
  }
  .galeria-perfil-fotos .galeria-perfil-fotos-wrapper .galeria-perfil-fotos-grid .galeria-perfil-fotos-item .marca-agua-wrapper {
    width: 100%;
    height: 100%;
  }
  .galeria-perfil-fotos .galeria-perfil-fotos-wrapper .galeria-perfil-fotos-grid .galeria-perfil-fotos-item .marca-agua-wrapper .marca-agua-img {
    width: 100%;
    height: 100%;
  }
}
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.lightbox-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-img {
  width: 100%;
  height: 100vh;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
  background: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 23%;
     object-position: center 23%;
}
@media (max-width: 768px) {
  .lightbox-img {
    width: 90vw;
    height: 90vw;
    max-width: 450px;
    max-height: 450px;
  }
}
@media (max-width: 480px) {
  .lightbox-img {
    width: 95vw;
    height: 100%;
    max-width: 350px;
    max-height: 665px;
  }
}

.lightbox-video {
  width: 100%;
  height: 100vh;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
  background: #000;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .lightbox-video {
    width: 70vw;
    height: 105vw;
    max-width: 320px;
    max-height: 480px;
  }
}
@media (max-width: 480px) {
  .lightbox-video {
    width: 94vw;
    height: 100%;
    max-width: 372px;
    max-height: 649px;
  }
}

.lightbox-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lightbox-carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lightbox-carousel-slide {
  position: absolute;
  transition: all 0.3s ease;
}
.lightbox-carousel-slide.prev {
  transform: translateX(-80%) scale(0.6);
  opacity: 0.3;
  filter: blur(2px);
  z-index: 1;
}
.lightbox-carousel-slide.current {
  transform: translateX(0) scale(1);
  opacity: 1;
  filter: blur(0);
  z-index: 2;
}
.lightbox-carousel-slide.next {
  transform: translateX(80%) scale(0.6);
  opacity: 0.3;
  filter: blur(2px);
  z-index: 1;
}

iframe {
  width: 535px;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 25.333px;
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(218, 171, 39, 0.3);
}
.lightbox-nav:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(218, 171, 39, 0.5);
}
.lightbox-nav i {
  color: #1E0E00;
  font-size: 18px;
  font-weight: bold;
}
.lightbox-nav.lightbox-prev {
  left: 50%;
  transform: translate(-300px, -50%);
}
@media (max-width: 768px) {
  .lightbox-nav.lightbox-prev {
    left: 21px;
    transform: translateY(-50%);
  }
}
.lightbox-nav.lightbox-prev:hover {
  transform: translate(-300px, -50%) scale(1.1);
}
@media (max-width: 768px) {
  .lightbox-nav.lightbox-prev:hover {
    transform: translateY(-50%) scale(1.1);
  }
}
.lightbox-nav.lightbox-next {
  right: 50%;
  transform: translate(300px, -50%);
}
@media (max-width: 768px) {
  .lightbox-nav.lightbox-next {
    right: 21px;
    transform: translateY(-50%);
  }
}
.lightbox-nav.lightbox-next:hover {
  transform: translate(300px, -50%) scale(1.1);
}
@media (max-width: 768px) {
  .lightbox-nav.lightbox-next:hover {
    transform: translateY(-50%) scale(1.1);
  }
}

.lightbox-nav-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 25.333px;
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(218, 171, 39, 0.3);
}
.lightbox-nav-video:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(218, 171, 39, 0.5);
}
.lightbox-nav-video i {
  color: #1E0E00;
  font-size: 18px;
  font-weight: bold;
}
.lightbox-nav-video.lightbox-prev-video {
  left: 50%;
  transform: translate(-215px, -50%);
}
@media (max-width: 768px) {
  .lightbox-nav-video.lightbox-prev-video {
    left: 15px;
    transform: translateY(-50%);
  }
}
.lightbox-nav-video.lightbox-prev-video:hover {
  transform: translate(-215px, -50%) scale(1.1);
}
@media (max-width: 768px) {
  .lightbox-nav-video.lightbox-prev-video:hover {
    transform: translateY(-50%) scale(1.1);
  }
}
.lightbox-nav-video.lightbox-next-video {
  right: 50%;
  transform: translate(215px, -50%);
}
@media (max-width: 768px) {
  .lightbox-nav-video.lightbox-next-video {
    right: 15px;
    transform: translateY(-50%);
  }
}
.lightbox-nav-video.lightbox-next-video:hover {
  transform: translate(215px, -50%) scale(1.1);
}
@media (max-width: 768px) {
  .lightbox-nav-video.lightbox-next-video:hover {
    transform: translateY(-50%) scale(1.1);
  }
}

.lightbox-close {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #fff;
  font-size: 40px;
  border-radius: 31.2px;
  background: linear-gradient(180deg, #DAAB27 0%, #936C00 100%);
  padding: 1px 11px;
  cursor: pointer;
  z-index: 10001;
  font-family: Arial, sans-serif;
  font-weight: normal;
  transition: color 0.2s;
}

.lightbox-close-video {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #fff;
  font-size: 40px;
  border-radius: 31.2px;
  background: linear-gradient(180deg, #DAAB27 0%, #936C00 100%);
  padding: 1px 11px;
  cursor: pointer;
  z-index: 10001;
  font-family: Arial, sans-serif;
  font-weight: normal;
  transition: color 0.2s;
}

.galeria-perfil-videos {
  background: black;
}
.galeria-perfil-videos .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.galeria-perfil-videos .contenedor h2 {
  color: white;
  text-align: center;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.galeria-perfil-videos .contenedor h2 span {
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.galeria-perfil-videos .contenedor .galeria-perfil-videos-wrapper {
  width: 100%;
  max-width: 946px;
}
@media (max-width: 992px) {
  .galeria-perfil-videos .contenedor .galeria-perfil-videos-wrapper {
    max-width: 100%;
  }
}
.galeria-perfil-videos .contenedor .galeria-perfil-videos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  width: 100%;
  max-width: 946px;
}
@media (max-width: 768px) {
  .galeria-perfil-videos .contenedor .galeria-perfil-videos-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .galeria-perfil-videos .contenedor .galeria-perfil-videos-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
.galeria-perfil-videos .contenedor .galeria-perfil-videos-item {
  width: 100%;
  height: 501px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  position: relative;
  z-index: 2;
  aspect-ratio: 9/16;
}
@media (max-width: 768px) {
  .galeria-perfil-videos .contenedor .galeria-perfil-videos-item {
    height: auto;
  }
}
.galeria-perfil-videos .contenedor .galeria-perfil-videos-item::after {
  content: url("../../images/iconos/play.svg");
  position: absolute;
  top: 45%;
  right: 40%;
  width: auto;
  height: auto;
  padding: 12px 11px 10px 15px;
  border-radius: 36px;
  border: 0.732px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  opacity: 1;
}
@media (max-width: 768px) {
  .galeria-perfil-videos .contenedor .galeria-perfil-videos-item::after {
    top: 36%;
    right: 26%;
  }
}
.galeria-perfil-videos .contenedor .galeria-perfil-videos-item video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.galeria-perfil-videos .contenedor .galeria-perfil-videos-item video:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .galeria-perfil-videos {
    min-height: auto;
  }
  .galeria-perfil-videos .contenedor .galeria-perfil-videos-wrapper .galeria-perfil-videos-grid .galeria-perfil-videos-item {
    width: 100%;
    height: 100%;
  }
}
.galeria-perfil-videos-item.video-embebido .video-thumbnail-container {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.galeria-perfil-videos-item.video-embebido .video-thumbnail-container .video-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.galeria-perfil-videos-item.video-embebido .video-thumbnail-container .vimeo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1ab7ea 0%, #1d2671 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.galeria-perfil-videos-item.video-embebido .video-thumbnail-container .vimeo-placeholder .vimeo-logo {
  color: white;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .galeria-perfil-videos-item.video-embebido .video-thumbnail-container .vimeo-placeholder .vimeo-logo {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .galeria-perfil-videos-item.video-embebido .video-thumbnail-container .vimeo-placeholder .vimeo-logo {
    font-size: 14px;
  }
}
.galeria-perfil-videos-item.video-embebido .video-thumbnail-container:hover .video-thumbnail {
  transform: scale(1.02);
}
.galeria-perfil-videos-item.video-embebido::after {
  content: url("../../images/iconos/play.svg");
  position: absolute;
  top: 45%;
  right: 40%;
  width: auto;
  height: auto;
  padding: 12px 11px 10px 15px;
  border-radius: 36px;
  border: 0.732px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  opacity: 1;
}
@media (max-width: 768px) {
  .galeria-perfil-videos-item.video-embebido::after {
    top: 36%;
    right: 26%;
  }
}

.ubicacion-perfil {
  background: black;
  min-height: auto;
}
.ubicacion-perfil .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.ubicacion-perfil .contenedor .ubicacion-perfil-header h2 {
  color: white;
  text-align: center;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.ubicacion-perfil .contenedor .ubicacion-perfil-mapa {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
}
.ubicacion-perfil .contenedor .ubicacion-perfil-mapa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: radial-gradient(circle at center, transparent 12%, rgba(21, 37, 63, 0.2) 12%);
  z-index: 5;
}
@media (max-width: 768px) {
  .ubicacion-perfil .contenedor .ubicacion-perfil-mapa::before {
    background: radial-gradient(circle at center, transparent 30%, rgba(21, 37, 63, 0.2) 12%);
  }
}
.ubicacion-perfil .contenedor .ubicacion-perfil-mapa::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3rem;
  width: auto;
  aspect-ratio: 1/1;
  background-image: url("../../images/iconos/Marcador.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.ubicacion-perfil .contenedor .ubicacion-perfil-mapa .perfil-foto {
  top: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.ubicacion-perfil .contenedor .ubicacion-perfil-mapa .perfil-foto .perfil-imagen-container {
  position: relative;
  width: 70px;
  height: 70px;
}
.ubicacion-perfil .contenedor .ubicacion-perfil-mapa .perfil-foto .perfil-imagen-container::after {
  content: "";
  position: absolute;
  top: 0; /* Ajusta según el tamaño de la corona */
  left: 50%;
  transform: translateX(-50%);
  width: 100%; /* Ajusta al tamaño real de tu corona */
  height: 100%; /* Ajusta al tamaño real de tu corona */
  background-image: url("../../images/perfil/Corona.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  opacity: 1;
  pointer-events: none;
}
.ubicacion-perfil .contenedor .ubicacion-perfil-mapa .perfil-foto .perfil-imagen-container .perfil-imagen {
  width: 100%;
  height: 100%;
  bottom: -6px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.ubicacion-perfil .contenedor .ubicacion-perfil-mapa .perfil-foto .perfil-imagen-container .perfil-imagen-frame {
  position: absolute;
  top: 6px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}
.ubicacion-perfil .contenedor .ubicacion-perfil-mapa .ubicacion-imagen {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.carrusel-relacionados {
  background: #000;
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: auto;
}
.carrusel-relacionados .contenedor {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.carrusel-relacionados .contenedor .seccion-header {
  text-align: center;
  margin-bottom: 60px;
}
@media(max-width:768px){
    .carrusel-relacionados .contenedor .seccion-header{
        margin-bottom: 0;
    }
}
.carrusel-relacionados .contenedor .seccion-header h2 {
  color: white;
  text-align: center;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.carrusel-relacionados .contenedor .seccion-header h2 span {
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Swanley Free";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.carrusel-relacionados .contenedor .seccion-header p {
  color: #CCCCCC;
  font-size: 1.1rem;
  max-width: 500px;
  margin: 0 auto;
}
.carrusel-relacionados .contenedor .perfil-card {
  width: 202px !important;
  height: 463px !important;
  background: transparent;
  position: relative;
  border: none;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.carrusel-relacionados .contenedor .perfil-card:hover {
  transition: all 0.3s ease;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen {
  position: relative;
  width: 202px;
  height: 387px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen .placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 3rem;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen .badge-verificado {
  position: absolute;
  top: 6px;
  left: 3px;
  background: linear-gradient(180deg, #049604 0%, #005B00 100%);
  color: white;
  padding: 6px 7px;
  border-radius: 21px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen .badge-verificado svg {
  width: 14px;
  height: 13px;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen .badge-verificado .verificado-icon {
  font-weight: bold;
  font-size: 0.8rem;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen .badge-verificado .verificado-text {
  color: #FFF;
  text-transform: capitalize;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen .clasificacion-overlay {
  position: absolute;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 6px 20px;
  font-size: 15px;
  z-index: 3;
  border-radius: 20px 20px 0 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen .tarjeta-iconos {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 8;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono svg {
  width: 25px;
  height: 25px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono:hover {
  transform: scale(1.1);
}
.carrusel-relacionados .contenedor .perfil-card .perfil-imagen .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.carrusel-relacionados .contenedor .perfil-card:hover .badge-verificado {
  padding: 6px 12px;
}
.carrusel-relacionados .contenedor .perfil-card:hover .badge-verificado .verificado-text {
  opacity: 1;
  width: auto;
}
.carrusel-relacionados .contenedor .perfil-card:hover .perfil-imagen {
  height: 352px;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-info {
  flex: 1;
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 0 0 15px 15px;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-info .nombre {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-info .info-linea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-info .info-linea .edad {
  color: #FFF;
  font-weight: 500;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-info .info-linea .separador {
  color: #ccc;
  font-weight: 300;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-info .info-linea .bandera {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-info .info-linea .nacionalidad {
  color: #FFF;
  font-weight: 400;
}
.carrusel-relacionados .contenedor .perfil-card .perfil-info .distrito {
  color: #CCC;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 400;
}
.carrusel-relacionados .contenedor .perfil-card .descripcion-card {
  display: none;
  color: #FFF;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}
.carrusel-relacionados .contenedor .perfil-card:hover .descripcion-card {
  display: -webkit-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.carrusel-relacionados .contenedor .perfil-card .overlay-link {
  position: absolute;
  inset: 0; /* Top:0, Right:0, Bottom:0, Left:0 */
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
}
.carrusel-relacionados .contenedor .perfiles-splide {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 10px 0 50px;
  margin: 0 -20px;
}
.carrusel-relacionados .contenedor .perfiles-splide .splide__track {
  overflow: visible;
}
.carrusel-relacionados .contenedor .perfiles-splide .splide__list {
  width: 100%;
  max-width: 1400px;
  flex-direction: row !important;
  align-items: stretch;
}
.carrusel-relacionados .contenedor .perfiles-splide .splide__slide {
  height: auto;
  width: 202px !important;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, width 0.3s ease;
}
.carrusel-relacionados .contenedor .perfiles-splide .splide__slide.slide-oculto {
  width: 0 !important;
  opacity: 0 !important;
  transform: scale(0) !important;
  visibility: hidden !important;
  pointer-events: none !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
.carrusel-relacionados .contenedor .perfiles-splide .splide__slide .no-resultados {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.carrusel-relacionados .contenedor .perfiles-splide .splide__slide .no-resultados p {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  opacity: 0.8;
}
.carrusel-relacionados .contenedor .perfiles-splide .splide__arrow {
  display: none;
  color: #DAAB27 !important;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -25px;
  border: 2px solid rgba(218, 171, 39, 0.3);
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.carrusel-relacionados .contenedor .perfiles-splide .splide__arrow:hover {
  background: rgba(218, 171, 39, 0.2);
  border-color: #DAAB27;
  transform: scale(1.1) translateY(-50%);
}
.carrusel-relacionados .contenedor .perfiles-splide .splide__arrow--prev {
  left: 20px;
}
.carrusel-relacionados .contenedor .perfiles-splide .splide__arrow--next {
  right: 20px;
}
.carrusel-relacionados .contenedor .perfiles-splide .splide__pagination {
  bottom: 20px !important;
}
.carrusel-relacionados .contenedor .perfiles-splide .splide__pagination .splide__pagination__page {
  background: rgba(218, 171, 39, 0.4);
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.carrusel-relacionados .contenedor .perfiles-splide .splide__pagination .splide__pagination__page.is-active {
  background: #DAAB27;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .carrusel-relacionados .contenedor .perfiles-splide .splide__slide {
    width: 126px !important;
  }
  .carrusel-relacionados .contenedor .perfiles-splide .splide__arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .carrusel-relacionados .contenedor {
    padding: 60px 0;
  }
  .carrusel-relacionados .contenedor .seccion-header h2 {
    font-size: 2rem;
  }
  .carrusel-relacionados .contenedor .filtros-container .filtros-scroll {
    justify-content: flex-start;
    padding: 10px 20px;
  }
  .carrusel-relacionados .contenedor .filtros-container .busqueda-container {
    max-width: 100%;
    padding: 0 20px;
  }
  .carrusel-relacionados .contenedor .perfil-card {
    height: 420px !important;
  }
  .carrusel-relacionados .contenedor .perfil-card .perfil-imagen {
    width: 180px;
    height: 340px;
  }
  .carrusel-relacionados .contenedor .perfil-card .tarjeta-iconos {
    top: 4px;
    right: 4px;
    gap: 4px;
  }
  .carrusel-relacionados .contenedor .perfil-card .tarjeta-iconos .tarjeta-icono svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .carrusel-relacionados .contenedor .contenedor {
    padding: 0 15px;
  }
  .carrusel-relacionados .contenedor .filtros-container .filtro-btn {
    padding: 8px 10px;
    font-size: 0.9rem;
  }
  .carrusel-relacionados .contenedor .perfil-card {
    height: 280px !important;
    width: 126px !important;
  }
  .carrusel-relacionados .contenedor .perfil-card .perfil-imagen {
    width: 100%;
    height: 300px;
  }
  .carrusel-relacionados .contenedor .perfil-card .perfil-imagen .badge-verificado {
    padding: 2px 0px 0px 3.5px !important;
  }
  .carrusel-relacionados .contenedor .perfil-card .perfil-imagen .clasificacion-overlay {
    font-size: 10px;
    padding: 4px 17px;
  }
  .carrusel-relacionados .contenedor .perfil-card .tarjeta-iconos {
    gap: 2px !important;
    width: 22px !important;
    height: auto !important;
  }
  .carrusel-relacionados .contenedor .perfil-card .tarjeta-iconos .tarjeta-icono svg {
    width: 18px;
    height: 18px;
  }
  .carrusel-relacionados .contenedor .perfil-card .perfil-info {
    padding: 6px 10px;
    align-items: center;
    gap: 1px;
  }
  .carrusel-relacionados .contenedor .perfil-card .perfil-info .distrito {
    width: -moz-max-content;
    width: max-content;
  }
  .carrusel-relacionados .contenedor .perfil-card .perfil-info .info-linea {
    flex-direction: column;
    gap: 1px;
  }
  .carrusel-relacionados .contenedor .perfil-card .perfil-info .info-linea .separador {
    display: none;
  }
  .carrusel-relacionados .contenedor .perfil-card .perfil-info .nombre {
    font-size: 1rem;
    line-height: 1.3em;
    min-height: 2.6em;
    display: flex;
    align-items: center;
  }
}

.perfil-banner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
  min-height: auto;
  background-color: #000;
}
.perfil-banner .contenedor {
  display: flex;
  flex-direction: column;
}
.perfil-banner .contenedor .banner-item {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.perfil-banner .contenedor .banner-item picture {
  width: 100%;
  height: 100%;
  display: block;
}
.perfil-banner .contenedor .banner-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.perfil-banner .contenedor .banner-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.perfil-banner .contenedor .banner-item.banner-chico {
  height: 97px;
}
.perfil-banner .contenedor .banner-item.banner-mediano {
  height: 202px;
}
.perfil-banner .contenedor .banner-item.banner-grande {
  height: 571px;
}
@media (max-width: 768px) {
  .perfil-banner .contenedor {
    padding-top: 100px;
    gap: 20px;
  }
  .perfil-banner .contenedor .banner-item {
    margin-bottom: 20px;
  }
  .perfil-banner .contenedor .banner-item.banner-chico {
    height: auto;
  }
  .perfil-banner .contenedor .banner-item.banner-mediano {
    height: auto;
  }
  .perfil-banner .contenedor .banner-item.banner-grande {
    height: auto;
  }
}

@keyframes glow {
  from {
    box-shadow: 0 0 50px rgba(255, 215, 0, 0.3);
  }
  to {
    box-shadow: 0 0 100px rgba(255, 215, 0, 0.6);
  }
}
@media (max-width: 1024px) {
  .perfil-informacion .perfil-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .perfil-informacion .perfil-foto {
    order: -1;
  }
  .perfil-informacion .perfil-foto .perfil-imagen-container {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 768px) {
  .perfil-informacion .perfil-info .perfil-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .perfil-informacion .perfil-info .perfil-header .perfil-nombre {
    font-size: 36px;
  }
  .perfil-informacion .perfil-info .perfil-contacto {
    flex-direction: column;
  }
  .perfil-informacion .perfil-info .perfil-contacto .btn-whatsapp,
  .perfil-informacion .perfil-info .perfil-contacto .perfil-telefono {
    width: 100%;
    justify-content: center;
  }
  .perfil-informacion .perfil-foto .perfil-imagen-container {
    width: 250px;
    height: 250px;
  }
  .perfil-informacion .perfil-redes {
    gap: 15px;
  }
  .perfil-informacion .perfil-redes .red-social {
    width: 45px;
    height: 45px;
  }
  .perfil-informacion .perfil-redes .red-social i {
    font-size: 18px;
  }
}
.gracias-registro {
  padding-top: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gracias-registro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 60%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}
.gracias-registro .contenedor {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gracias-registro .contenedor .gracias-registro-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.gracias-registro .contenedor .gracias-registro-content h1 {
  color: #FFF;
  text-align: center;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.gracias-registro .contenedor .gracias-registro-content .btn-primary {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  color: var(--1, #1E0E00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}

.contacto {
  padding-top: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contacto::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 60%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}
.contacto .contenedor {
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 64px;
  padding-left: 64px;
  gap: 124px;
}
.contacto .contenedor .contacto-header {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 95px;
}
.contacto .contenedor .contacto-header h1 {
  text-align: center;
  font-family: "Swanley";
  font-size: 78px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 2px;
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contacto .contenedor .contacto-header .select-asunto {
  width: 100%;
  color: #BEBEBE;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid #BEBEBE;
  padding: 10px 14px;
  transition: border 0.2s;
}
.contacto .contenedor .contacto-header .select-asunto:focus {
  outline: none;
}
.contacto .contenedor .contacto-header .select-asunto:focus option {
  background: #121212;
  color: #BEBEBE;
}
.contacto .contenedor .contacto-header .select-asunto::-moz-placeholder {
  color: #BEBEBE;
}
.contacto .contenedor .contacto-header .select-asunto::placeholder {
  color: #BEBEBE;
}
.contacto .contenedor .formulario-contacto {
  z-index: 2;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.contacto .contenedor .formulario-contacto h2 {
  color: #FFF;
  align-self: stretch;
  text-align: center;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.contacto .contenedor .formulario-contacto p {
  color: #BEBEBE;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form input[name=nombres] {
  width: 100%;
  color: #BEBEBE;
  font-family: "Tw Cen MT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid #BEBEBE;
  padding: 10px 14px;
  transition: border 0.2s;
}

.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form input[name=nombres]:focus {
  outline: none;
  border-bottom-color: #DAAB27;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form input[name=nombres]::-moz-placeholder {
  color: #BEBEBE;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form input[name=nombres]::placeholder {
  color: #BEBEBE;
}

.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .label-campos {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .label-campos p {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 36px;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .label-campos p span {
  width: 50%;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
  width: 100%;
  color: #BEBEBE;
  font-family: "Tw Cen MT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid #BEBEBE;
  padding: 10px 14px;
  transition: border 0.2s;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email:focus {
  outline: none;
  border-bottom-color: #DAAB27;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email::-moz-placeholder {
  color: #BEBEBE;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email::placeholder {
  color: #BEBEBE;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.celular {
  width: 100%;
  color: #BEBEBE;
  font-family: "Tw Cen MT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid #BEBEBE;
  padding: 10px 14px;
  transition: border 0.2s;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.celular:focus {
  outline: none;
  border-bottom-color: #DAAB27;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.celular::-moz-placeholder {
  color: #BEBEBE;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.celular::placeholder {
  color: #BEBEBE;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form textarea[name=mensaje] {
  width: 100%;
  color: #BEBEBE;
  font-size: 18px;
  height: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid #BEBEBE;
  padding: 10px 14px;
  transition: border 0.2s;
  min-height: 120px;
  resize: vertical;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form textarea[name=mensaje]:focus {
  outline: none;
  border-bottom-color: #DAAB27;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form textarea[name=mensaje]::-moz-placeholder {
  color: #BEBEBE;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form textarea[name=mensaje]::placeholder {
  color: #BEBEBE;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .wpcf7-submit {
  border-radius: 10px;
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #1E0E00;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  border: none;
  margin-top: 18px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s, color 0.2s;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .wpcf7-submit:hover {
  background: linear-gradient(180deg, #F9F297 0%, #DAAB27 100%);
  color: #000;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .wpcf7-response-output {
  margin: 1em 0;
  padding: 0.5em 1em;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

@media (max-width: 768px) {
  .contacto .contenedor {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contacto .contenedor .formulario-contacto div#wpcf7-f266-o1 .wpcf7-form {
    align-items: center;
  }
}
.ayuda {
  padding-top: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ayuda::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 60%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}
.ayuda .contenedor {
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 64px;
  padding-left: 64px;
  gap: 124px;
}
.ayuda .contenedor .ayuda-header {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 95px;
}
.ayuda .contenedor .ayuda-header h1 {
  text-align: center;
  font-family: "Swanley";
  font-size: 53px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 2px;
  background: var(--2, linear-gradient(180deg, #DAAB27 0%, #F9F297 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ayuda .contenedor .ayuda-header .select-asunto {
  width: 100%;
  color: #BEBEBE;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid #BEBEBE;
  padding: 10px 14px;
  transition: border 0.2s;
}
.ayuda .contenedor .ayuda-header .select-asunto:focus {
  outline: none;
}
.ayuda .contenedor .ayuda-header .select-asunto:focus option {
  background: #121212;
  color: #BEBEBE;
}
.ayuda .contenedor .ayuda-header .select-asunto::-moz-placeholder {
  color: #BEBEBE;
}
.ayuda .contenedor .ayuda-header .select-asunto::placeholder {
  color: #BEBEBE;
}
.ayuda .contenedor .formulario-contacto {
  z-index: 2;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.ayuda .contenedor .formulario-contacto h2 {
  color: #FFF;
  align-self: stretch;
  text-align: center;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.ayuda .contenedor .formulario-contacto p {
  color: #BEBEBE;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form input[name=nombres] {
  width: 100%;
  color: #BEBEBE;
  font-family: "Tw Cen MT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid #BEBEBE;
  padding: 10px 14px;
  transition: border 0.2s;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form input[name=nombres]:focus {
  outline: none;
  border-bottom-color: #DAAB27;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form input[name=nombres]::-moz-placeholder {
  color: #BEBEBE;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form input[name=nombres]::placeholder {
  color: #BEBEBE;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .label-campos {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .label-campos p {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 36px;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .label-campos p span {
  width: 50%;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
  width: 100%;
  color: #BEBEBE;
  font-family: "Tw Cen MT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid #BEBEBE;
  padding: 10px 14px;
  transition: border 0.2s;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email:focus {
  outline: none;
  border-bottom-color: #DAAB27;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email::-moz-placeholder {
  color: #BEBEBE;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email::placeholder {
  color: #BEBEBE;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.celular {
  width: 100%;
  color: #BEBEBE;
  font-family: "Tw Cen MT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid #BEBEBE;
  padding: 10px 14px;
  transition: border 0.2s;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.celular:focus {
  outline: none;
  border-bottom-color: #DAAB27;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.celular::-moz-placeholder {
  color: #BEBEBE;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .label-campos p span input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.celular::placeholder {
  color: #BEBEBE;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form textarea[name=mensaje] {
  width: 100%;
  color: #BEBEBE;
  font-size: 18px;
  height: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid #BEBEBE;
  padding: 10px 14px;
  transition: border 0.2s;
  min-height: 120px;
  resize: vertical;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form textarea[name=mensaje]:focus {
  outline: none;
  border-bottom-color: #DAAB27;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form textarea[name=mensaje]::-moz-placeholder {
  color: #BEBEBE;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form textarea[name=mensaje]::placeholder {
  color: #BEBEBE;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .wpcf7-submit {
  border-radius: 10px;
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #1E0E00;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  border: none;
  margin-top: 18px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s, color 0.2s;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .wpcf7-submit:hover {
  background: linear-gradient(180deg, #F9F297 0%, #DAAB27 100%);
  color: #000;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .wpcf7-response-output {
  margin: 1em 0;
  padding: 0.5em 1em;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

@media (max-width: 768px) {
  .ayuda .contenedor {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ayuda .contenedor .formulario-contacto div#wpcf7-f275-o1 .wpcf7-form {
    align-items: center;
  }
}
.ayuda-contacto-principal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: auto;
  background-color: #000;
}
.ayuda-contacto-principal .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ayuda-contacto-principal .contenedor p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ayuda-contacto-principal .contenedor a {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  border-radius: 10px;
  background: linear-gradient(180deg, #61D36B 0%, #11865D 100%);
}
.ayuda-contacto-principal .contenedor a:hover {
  border-radius: 10px;
  background: linear-gradient(180deg, #11865D 0%, #61D36B 100%);
}

.ayuda-contacto-secundario {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: auto;
  background-color: #000;
  padding-bottom: 100px;
}
.ayuda-contacto-secundario .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.ayuda-contacto-secundario .contenedor .ayuda-contacto-secundario-header h2 {
  color: #FFF;
  text-align: center;
  font-family: "Swanley";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.ayuda-contacto-secundario .contenedor .ayuda-contacto-secundario-header p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ayuda-contacto-secundario .contenedor .ayuda-contacto-secundario-contenido {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 13px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ayuda-contacto-secundario .contenedor .ayuda-contacto-secundario-contenido .ayuda-contacto-secundario-contenido-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ayuda-contacto-secundario .contenedor .ayuda-contacto-secundario-contenido .ayuda-contacto-secundario-contenido-item .nombres {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  width: 340px;
  padding: 10px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  background: #18171C;
}
.ayuda-contacto-secundario .contenedor .ayuda-contacto-secundario-contenido .ayuda-contacto-secundario-contenido-item .distrito {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  width: 340px;
  padding: 10px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  background: #18171C;
}
.ayuda-contacto-secundario .contenedor .ayuda-contacto-secundario-contenido .ayuda-contacto-secundario-contenido-item .boton a {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  border-radius: 10px;
  background: linear-gradient(180deg, #61D36B 0%, #11865D 100%);
}
.ayuda-contacto-secundario .contenedor .ayuda-contacto-secundario-contenido .ayuda-contacto-secundario-contenido-item .boton a:hover {
  border-radius: 10px;
  background: linear-gradient(180deg, #11865D 0%, #61D36B 100%);
}

@media (max-width: 768px) {
  .ayuda-contacto-secundario .contenedor .ayuda-contacto-secundario-contenido {
    row-gap: 80px;
  }
  .ayuda-contacto-secundario .contenedor .ayuda-contacto-secundario-contenido .ayuda-contacto-secundario-contenido-item {
    flex-direction: column;
  }
}
.modelos {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 190px;
  overflow: hidden;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000;
  min-height: auto;
  padding-bottom:0;
}
.modelos::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 60%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}
.modelos .contenedor {
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.modelos .contenedor .seccion-header {
  text-align: center;
  margin-bottom: 60px;
}
.modelos .contenedor .seccion-header h2 {
  color: white;
  text-align: center;
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Swanley";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
  letter-spacing: 1.75px;
}
.modelos .contenedor .seccion-header p {
  color: #CCCCCC;
  font-size: 1.1rem;
  max-width: 500px;
  margin: 0 auto;
}
.modelos .contenedor .filtros-container {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.modelos .contenedor .filtros-container .filtros-scroll {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 10px 0;
  width: 100%;
  justify-content: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modelos .contenedor .filtros-container .filtros-scroll::-webkit-scrollbar {
  display: none;
}
.modelos .contenedor .filtros-container .filtro-btn {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  background: linear-gradient(180deg, #B58D1A 0%, #FFD86B 53.37%, #B58D1A 100%);
  color: #1E0E00;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.modelos .contenedor .filtros-container .filtro-btn:hover, .modelos .contenedor .filtros-container .filtro-btn.active {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  border: 1px solid #DAAB27;
  color: var(--5, #FFF);
  background: transparent;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  font-family: "Tw Cen MT";
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
}
.modelos .contenedor .filtros-container .busqueda-container {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 400px;
  border-bottom: 1px solid #FFF;
  padding: 7px 20px;
}
.modelos .contenedor .filtros-container .busqueda-container .busqueda-input {
  flex: 1;
  background: transparent;
  color: #FFF;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.modelos .contenedor .filtros-container .busqueda-container .busqueda-input::-moz-placeholder {
  color: #CCCCCC;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.modelos .contenedor .filtros-container .busqueda-container .busqueda-input::placeholder {
  color: #CCCCCC;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.modelos .contenedor .perfil-card {
  width: 202px !important;
  height: 463px !important;
  background: transparent;
  position: relative;
  border: none;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.modelos .contenedor .perfil-card:hover {
  transition: all 0.3s ease;
}
.modelos .contenedor .perfil-card .perfil-imagen {
  position: relative;
  width: 202px;
  height: 387px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.modelos .contenedor .perfil-card .perfil-imagen::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
}
.modelos .contenedor .perfil-card .perfil-imagen img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modelos .contenedor .perfil-card .perfil-imagen .placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 3rem;
}
.modelos .contenedor .perfil-card .perfil-imagen .badge-verificado {
  position: absolute;
  top: 6px;
  left: 3px;
  background: linear-gradient(180deg, #049604 0%, #005B00 100%);
  color: white;
  padding: 5px 2px 2px 6px;
  border-radius: 21px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.modelos .contenedor .perfil-card .perfil-imagen .badge-verificado svg {
  width: 14px;
  height: 13px;
}
.modelos .contenedor .perfil-card .perfil-imagen .badge-verificado .verificado-icon {
  font-weight: bold;
  font-size: 0.8rem;
}
.modelos .contenedor .perfil-card .perfil-imagen .badge-verificado .verificado-text {
  color: #FFF;
  text-transform: capitalize;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.modelos .contenedor .perfil-card .perfil-imagen .clasificacion-overlay {
  position: absolute;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 6px 20px;
  font-size: 15px;
  z-index: 3;
  border-radius: 20px 20px 0 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.modelos .contenedor .perfil-card .perfil-imagen .tarjeta-iconos {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 8;
}
.modelos .contenedor .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.modelos .contenedor .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono svg {
  width: 25px;
  height: 25px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.modelos .contenedor .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono:hover {
  transform: scale(1.1);
}
.modelos .contenedor .perfil-card .perfil-imagen .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modelos .contenedor .perfil-card:hover .badge-verificado {
  padding: 6px 12px;
}
.modelos .contenedor .perfil-card:hover .badge-verificado .verificado-text {
  opacity: 1;
  width: auto;
}
.modelos .contenedor .perfil-card:hover .perfil-imagen {
  height: 352px;
}
.modelos .contenedor .perfil-card .perfil-info {
  flex: 1;
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 0 0 15px 15px;
}
.modelos .contenedor .perfil-card .perfil-info .nombre {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.modelos .contenedor .perfil-card .perfil-info .info-linea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
}
.modelos .contenedor .perfil-card .perfil-info .info-linea .edad {
  color: #FFF;
  font-weight: 500;
}
.modelos .contenedor .perfil-card .perfil-info .info-linea .separador {
  color: #ccc;
  font-weight: 300;
}
.modelos .contenedor .perfil-card .perfil-info .info-linea .bandera {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.modelos .contenedor .perfil-card .perfil-info .info-linea .nacionalidad {
  color: #FFF;
  font-weight: 400;
}
.modelos .contenedor .perfil-card .perfil-info .distrito {
  color: #CCC;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 400;
}
.modelos .contenedor .perfil-card .descripcion-card {
  display: none;
  color: #FFF;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}
.modelos .contenedor .perfil-card:hover .descripcion-card {
  display: -webkit-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.modelos .contenedor .perfil-card .overlay-link {
  position: absolute;
  inset: 0; /* Top:0, Right:0, Bottom:0, Left:0 */
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
}
.modelos .contenedor .perfiles-splide {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 10px 0 50px;
  margin: 0 -20px;
}
.modelos .contenedor .perfiles-splide .splide__track {
  overflow: visible;
}
.modelos .contenedor .perfiles-splide .splide__list {
  width: 100%;
  max-width: 1400px;
  flex-direction: row !important;
  align-items: stretch;
}
.modelos .contenedor .perfiles-splide .splide__slide {
  height: auto;
  width: 202px !important;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, width 0.3s ease;
}
.modelos .contenedor .perfiles-splide .splide__slide.slide-oculto {
  width: 0 !important;
  opacity: 0 !important;
  transform: scale(0) !important;
  visibility: hidden !important;
  pointer-events: none !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
.modelos .contenedor .perfiles-splide .splide__slide .no-resultados {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.modelos .contenedor .perfiles-splide .splide__slide .no-resultados p {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  opacity: 0.8;
}
.modelos .contenedor .perfiles-splide .splide__arrow {
  display: none;
  color: #DAAB27 !important;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -25px;
  border: 2px solid rgba(218, 171, 39, 0.3);
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.modelos .contenedor .perfiles-splide .splide__arrow:hover {
  background: rgba(218, 171, 39, 0.2);
  border-color: #DAAB27;
  transform: scale(1.1) translateY(-50%);
}
.modelos .contenedor .perfiles-splide .splide__arrow--prev {
  left: 20px;
}
.modelos .contenedor .perfiles-splide .splide__arrow--next {
  right: 20px;
}
.modelos .contenedor .perfiles-splide .splide__pagination {
  bottom: 20px !important;
}
.modelos .contenedor .perfiles-splide .splide__pagination .splide__pagination__page {
  background: rgba(218, 171, 39, 0.4);
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.modelos .contenedor .perfiles-splide .splide__pagination .splide__pagination__page.is-active {
  background: #DAAB27;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .modelos .contenedor .perfiles-splide .splide__slide {
    width: 126px !important;
  }
  .modelos .contenedor .perfiles-splide .splide__arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .modelos .contenedor .seccion-header h2 {
    font-size: 2rem;
  }
  .modelos .contenedor .filtros-container {
    max-width: 95%;
  }
  .modelos .contenedor .filtros-container .filtros-scroll {
    justify-content: flex-start;
    padding: 10px 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .modelos .contenedor .filtros-container .filtros-scroll .filtro-btn {
    padding: 8px 10px;
    font-size: 0.9rem;
  }
  .modelos .contenedor .filtros-container .busqueda-container {
    max-width: 100%;
    padding: 0 20px;
  }
  .modelos .contenedor .perfil-card {
    height: 420px !important;
  }
  .modelos .contenedor .perfil-card .perfil-imagen {
    width: 180px;
    height: 340px;
  }
  .modelos .contenedor .perfil-card .tarjeta-iconos {
    top: 4px;
    right: 4px;
    gap: 4px;
  }
  .modelos .contenedor .perfil-card .tarjeta-iconos .tarjeta-icono svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .modelos .contenedor .contenedor {
    padding: 0 15px;
  }
  .modelos .contenedor .filtros-container .filtro-btn {
    padding: 8px 10px;
    font-size: 0.9rem;
  }
  .modelos .contenedor .perfil-card {
    height: 280px !important;
    width: 126px !important;
  }
  .modelos .contenedor .perfil-card .perfil-imagen {
    width: 100%;
    height: 300px;
  }
  .modelos .contenedor .perfil-card .perfil-imagen .badge-verificado {
    padding: 2px 0px 0px 3.5px !important;
  }
  .modelos .contenedor .perfil-card .perfil-imagen .clasificacion-overlay {
    font-size: 10px;
    padding: 4px 17px;
  }
  .modelos .contenedor .perfil-card .tarjeta-iconos {
    gap: 2px !important;
    width: 22px !important;
    height: auto !important;
  }
  .modelos .contenedor .perfil-card .tarjeta-iconos .tarjeta-icono svg {
    width: 18px;
    height: 18px;
  }
  .modelos .contenedor .perfil-card .perfil-info {
    padding: 6px 10px;
    align-items: center;
    gap: 1px;
  }
  .modelos .contenedor .perfil-card .perfil-info .distrito {
    width: -moz-max-content;
    width: max-content;
  }
  .modelos .contenedor .perfil-card .perfil-info .info-linea {
    flex-direction: column;
    gap: 1px;
  }
  .modelos .contenedor .perfil-card .perfil-info .nombre {
    font-size: 1rem;
    line-height: 1.3em;
    min-height: 2.6em;
    display: flex;
    align-items: center;
  }
}

.seccion-modelos {
  background: #000;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .seccion-modelos {
    padding: 0;
  }
}
.seccion-modelos .contenedor {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.seccion-modelos .contenedor .seccion-header {
  text-align: center;
  margin-bottom: 60px;
}
.seccion-modelos .contenedor .seccion-header h2 {
  color: white;
  text-align: center;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.seccion-modelos .contenedor .seccion-header h2 span {
  background: linear-gradient(180deg, #DAAB27 0%, #F9F297 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Swanley";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.75px;
}
.seccion-modelos .contenedor .grid-modelos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 50px;
  -moz-column-gap: 27px;
       column-gap: 27px;
  width: 100%;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card {
  width: 100% !important;
  height: 463px !important;
  background: transparent;
  position: relative;
  border: none;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card:hover {
  transition: all 0.3s ease;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen {
  position: relative;
  width: 100%;
  height: 387px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen .placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 3rem;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen .badge-verificado {
  position: absolute;
  top: 6px;
  left: 3px;
  background: linear-gradient(180deg, #049604 0%, #005B00 100%);
  color: white;
  padding: 5px 2px 2px 6px;
  border-radius: 21px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen .badge-verificado svg {
  width: 14px;
  height: 13px;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen .badge-verificado .verificado-icon {
  font-weight: bold;
  font-size: 0.8rem;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen .badge-verificado .verificado-text {
  color: #FFF;
  text-transform: capitalize;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen .clasificacion-overlay {
  position: absolute;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 6px 20px;
  font-size: 15px;
  z-index: 3;
  border-radius: 20px 20px 0 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen .tarjeta-iconos {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 8;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono svg {
  width: 25px;
  height: 25px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen .tarjeta-iconos .tarjeta-icono:hover {
  transform: scale(1.1);
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card:hover .badge-verificado {
  padding: 6px 12px;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card:hover .badge-verificado .verificado-text {
  opacity: 1;
  width: auto;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card:hover .perfil-imagen {
  height: 352px;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-info {
  flex: 1;
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 0 0 15px 15px;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-info .nombre {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-info .info-linea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-info .info-linea .edad {
  color: #FFF;
  font-weight: 500;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-info .info-linea .separador {
  color: #ccc;
  font-weight: 300;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-info .info-linea .bandera {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-info .info-linea .nacionalidad {
  color: #FFF;
  font-weight: 400;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-info .distrito {
  color: #CCC;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 400;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .descripcion-card {
  display: none;
  color: #FFF;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card:hover .descripcion-card {
  display: -webkit-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.seccion-modelos .contenedor .grid-modelos .perfil-card .overlay-link {
  position: absolute;
  inset: 0; /* Top:0, Right:0, Bottom:0, Left:0 */
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .seccion-modelos .contenedor .grid-modelos {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 992px) {
  .seccion-modelos .contenedor .grid-modelos {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .seccion-modelos .contenedor .seccion-header h2 {
    font-size: 2rem;
  }
  .seccion-modelos .contenedor .grid-modelos {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3px;
         column-gap: 3px;
    row-gap: 30px;
  }
  .seccion-modelos .contenedor .grid-modelos .perfil-card {
    height: 420px !important;
  }
  .seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen {
    height: 340px;
  }
  .seccion-modelos .contenedor .grid-modelos .perfil-card .badge-verificado {
    padding: 2px 0px 0px 3.5px !important;
  }
  .seccion-modelos .contenedor .grid-modelos .perfil-card .tarjeta-iconos {
    gap: 2px;
    width: 22px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .seccion-modelos .contenedor .contenedor {
    padding: 0 15px;
  }
  .seccion-modelos .contenedor .grid-modelos {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }
  .seccion-modelos .contenedor .grid-modelos .perfil-card {
    height: 280px !important;
    max-width: 300px;
    margin: 0 auto;
  }
  .seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen {
    height: 300px;
  }
  .seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-imagen .clasificacion-overlay {
    padding: 4px 17px;
    font-size: 10px;
  }
  .seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-info {
    padding: 6px 10px;
    align-items: center;
    gap: 1px;
  }
  .seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-info .info-linea {
    flex-direction: column;
    gap: 1px;
  }
  .seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-info .distrito {
    width: -webkit-fill-available;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .seccion-modelos .contenedor .grid-modelos .perfil-card .perfil-info .nombre {
    font-size: 1rem;
    line-height: 1.3em;
    min-height: 2.6em;
    display: flex;
    align-items: center;
  }
}/*# sourceMappingURL=app.css.map */