/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

:root{
  --bg:#007746;
  --fg:#e7e7ee;
  --muted:#c8d0cc;
  --brand:#ffffff;
  --glass:rgba(255,255,255,0.12);
  --glass-border:rgba(255,255,255,0.25);
  font-family: "Poppins", sans-serif;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#nosotros{
  padding-bottom: 170px;
}
#servicios{
  padding-bottom: 10px;
  
}
#Clientes{
  padding-top: 160px;
}
.cf{
  margin-bottom: 0px;
}
/* ===== MODAL CONTACTO ===== */
.contact-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
}

.contact-modal__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(6px);
}

.contact-modal__panel{
  position: relative;
  width: min(520px, 96vw);
  border-radius: 22px;
  padding: 22px 20px 18px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
  transform: translateY(8px) scale(.98);
  opacity: 0;
  transition: .25s ease;
}

/* estado abierto */
.contact-modal.is-open .contact-modal__panel{
  transform: translateY(0) scale(1);
  opacity: 1;
}

.contact-modal__close{
  position:absolute;
  top: 10px; right: 12px;
  font-size: 2rem;
  line-height:1;
  background: transparent;
  border: 0;
  color:#fff;
  cursor:pointer;
  opacity: .85;
}
.contact-modal__close:hover{ opacity:1; }

.contact-head{
  text-align:center;
  padding: 8px 6px 14px;
}
.contact-avatar{
  width: 78px; height: 78px;
  border-radius: 50%;
  margin: 0 auto 8px;
  overflow: hidden;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  display:grid; place-items:center;
}
.contact-avatar img{
  width:100%; height:100%; object-fit: cover;
}

.contact-title{
  margin:0;
  font-weight: 900;
  letter-spacing: .08em;
  color:#fff;
  text-transform: uppercase;
  font-size: 1.15rem;
}
.contact-sub{
  margin:6px 0 0;
  color: rgba(255,255,255,.9);
  font-size: .98rem;
}

/* Botones tipo Linktree */
.contact-links{
  display:flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 6px;
}
.contact-btn{
  width: 100%;
  text-align:center;
  padding: 14px 14px;
  border-radius: 14px;
  font-weight: 800;
  letter-spacing: .03em;
  background: rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.25);
  color:#fff;
  text-decoration:none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.contact-btn:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.18);
  box-shadow:
    0 0 14px rgba(150,120,255,.45),
    0 0 0 2px rgba(150,120,255,.9) inset;
}

/* Redes abajo */
.contact-social{
  display:flex;
  justify-content:center;
  gap: 14px;
  margin-top: 14px;
}
.social-icon{
  width: 22px; height: 22px;
  color: rgba(255,255,255,.9);
  transition: transform .2s ease, color .2s ease;
}
.contact-social a:hover .social-icon{
  transform: translateY(-2px);
  color: #fff;
}

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}


html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Poppins", sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}


/* NAV */
.nav-wrap{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background:linear-gradient(180deg, rgba(10,10,15,.75), rgba(10,10,15,.55));
  border-bottom:1px solid var(--glass-border);
}
.nav{
  max-width:1100px; margin:0 auto; padding:14px 20px; height: 80px;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.brand{
  font-weight:800; letter-spacing:.6px; font-size:1.1rem;
  display:flex; align-items:center; gap:.6rem;
}
.brand-badge{
  width:28px;height:28px;border-radius:8px;
  background: conic-gradient(from 220deg, #7c5cff, #4ac1ff, #7c5cff);
  box-shadow: 0 0 24px rgba(124,92,255,.45);
}
.links{
  display:flex; gap:18px; align-items:center; font-weight:600;
  position: absolute;
   
    right: 200px;
}
.links a{
  color:var(--muted);
  transition:color .2s ease, opacity .2s ease;
  opacity:.9;
}
.nav-link {
  
  color: rgba(255,255,255,.85);
  position: relative;
  display: inline-block;
  
  letter-spacing: .06em;
  font-weight: 600;
  
  transition: color .25s ease, opacity .25s ease;
}
.logo-p{
  position: absolute;
        left: 100px;
}
/* --- BOTÓN HAMBURGUESA --- */
.burger{
  display:none;
  width:44px; height:38px;
  margin-bottom: -5px;
  padding-left: 5px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  cursor:pointer;
  position:absolute;
  right: 20px;
  z-index:120;
  
}
.burger span{
  position:absolute;
  left:10px; right:10px;
  height:2px;
  background:#fff;
  border-radius:2px;
  transition: transform .28s ease, opacity .2s ease, top .28s ease;
}
.burger span:nth-child(1){ top:11px; }
.burger span:nth-child(2){ top:18px; }
.burger span:nth-child(3){ top:25px; }

/* Estado abierto -> X */
.burger.is-open span:nth-child(1){
  top:18px; transform: rotate(45deg);
}
.burger.is-open span:nth-child(2){
  opacity:0;
}
.burger.is-open span:nth-child(3){
  top:18px; transform: rotate(-45deg);
}

/* --- MENÚ MÓVIL (drawer) --- */
.menu-mobile{
  display:none;             /* se activa en media query */
  position: absolute;
  left: 0; right: 0;
  top: 100%;
  background: #000000ad;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.25);

  padding: 15px 8px;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: transform .28s ease, opacity .28s ease;
  z-index:110;
}

/* abierto */
.menu-mobile.is-open{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* Links móvil */
.menu-mobile a{
  padding: 12px 4px;
  font-weight: 700;
  letter-spacing: .06em;
  color: rgba(255,255,255,.9);
  text-decoration: none;
}
.menu-mobile a:hover{ color:#fff; }

/* CTA móvil */
.mobile-cta{
  margin-top: 6px;
  display:inline-block;
  text-align:center;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 900;
  background:#fff;
  color:#0b0b10 !important;
}

/* --- BACKDROP para click afuera --- */
.mobile-backdrop{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index:105;
}

/* --- RESPONSIVE --- */
@media (max-width:765px){
  .links{ display:none; }
  .burger{ display:block; }
  .menu-mobile{ display:flex;}
  
  
}
.part1{
  display: block;
}

.LogoP{
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 240px;
  margin: auto;
  padding-top: 30px;
}


/* Línea escondida */
.nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;         /* ← un solo color aquí */
  bottom: 2px;                 /* distancia debajo del texto */
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-out;
  border-radius: 2px;
}

/* Hover muestra la línea */
.nav-link:hover::after {
  transform: scaleX(1);
}
.links a:hover{ color:#fff; opacity:1 }
.cta{
  padding:10px 14px; border-radius:12px; font-weight:700;
  background:linear-gradient(135deg, var(--brand), #4ac1ff);
  box-shadow:0 6px 20px rgba(124,92,255,.35);
  border:1px solid rgba(255,255,255,.08);
  color:#0b0b10;
}


 /* HERO */
 .hero{
  position:relative; min-height:72vh; display:grid; place-items:center; text-align:center; padding:96px 20px 120px;
  isolation:isolate; /* asegura que el blur no afecte el fondo */
}
.hero-card{
  max-width:860px; margin:0 auto;
  background:var(--glass);
  border:1px solid var(--glass-border);
  border-radius:24px; padding:28px 28px 30px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
}
.eyebrow{ color:var(--muted); font-weight:700; letter-spacing:.12em; font-size:.78rem }
h1{ margin:.35rem 0 0; font-size:clamp(1.9rem, 2.6vw + 1rem, 3.25rem); line-height:1.12 }
p.lead{ margin:.85rem 0 1.2rem; color:#c8cad2; font-size:clamp(1rem, .9vw + .6rem, 1.2rem) }
.hero-actions{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top:.2rem }
.btn{
  padding:12px 16px; border-radius:12px; font-weight:800; letter-spacing:.3px;
  border:1px solid var(--glass-border); background:rgba(255,255,255,.06); color:#fff;
}
.btn.primary{ background:linear-gradient(135deg, var(--brand), #4ac1ff); color:#0b0b10; }

/* BACKGROUND: blobs animados */
.blob-layer{
  position:fixed; inset:0; z-index:-1; overflow:hidden; pointer-events:none;
  filter: blur(50px) saturate(70%);
}
.blob{
  position:absolute; width:44vmin; height:44vmin; border-radius:50%;
  background: radial-gradient(1200px 800px at 0% -10%, rgba(124, 63, 239, 0.35) 0%, transparent 100%),
          radial-gradient(1200px 800px at 0% 10%, rgba(124, 63, 239, 0.35) 0%, transparent 100%),
          radial-gradient(1200px 800px at 0% 10%, rgba(124, 63, 239, 0.35) 0%, transparent 100%),
          var(--bg);
  opacity:.0.50; mix-blend-mode: screen;
  animation: float var(--speed, 22s) ease-in-out infinite;
  transform: translate3d(0,0,0);
  will-change: transform;
}
/* Colores de cada blob */
.b1{ --bcolor:#7c5cff }       /* Violeta */
.b2{ --bcolor:#4ac1ff }       /* Cian */
.b3{ --bcolor:#ff8ad6 }       /* Rosa */
.b4{ --bcolor:#ffd866 }       /* Amarillo suave */
.b5{ --bcolor:#70ffba }       /* Verde menta */
.b6{ --bcolor:#ff6b6b }       /* Coral */

/* Posiciones iniciales y velocidades distintas */
.b1{ top:-10vmin; left:10vmin; --speed: 26s }
.b2{ top:15vmin; right:-12vmin; --speed: 30s }
.b3{ bottom:-12vmin; left:-10vmin; --speed: 34s }
.b4{ bottom:-8vmin; right:12vmin; --speed: 28s }
.b5{ top:40vmin; left:35vmin; --speed: 32s }
.b6{ top:-6vmin; right:35vmin; --speed: 24s }

@keyframes float{
  0%   { transform: translate3d(0,0,0) scale(1) }
  50%  { transform: translate3d(6vmin, -5vmin, 0) scale(1.08) }
  100% { transform: translate3d(0,0,0) scale(1) }
}

/* Parallax sutil en hover/mouse (se puede desactivar quitando .mouse-parallax o el script) */
.mouse-parallax .blob{ transition: transform .12s ease-out }

/* Accesibilidad: foco visible en enlaces/botones */
a:focus-visible, button:focus-visible{
  outline:2px solid #fff; outline-offset:3px; border-radius:10px;
}

/* Sección dummy para scrollear */
section{ max-width:1200px; margin:0 auto; padding:5px 20px; color:#d6d7de }
section h2{ margin:0 0 12px }
.grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px }
.card{
  background:rgba(255,255,255,.04); border:1px solid var(--glass-border); border-radius:18px; padding:18px;
}
@media (max-width:900px){
  .grid{ grid-template-columns:1fr }
}



/* GRID COMO EL SCREENSHOT */
.clients-grid-like{
  margin-top: 28px;
  gap: 22px;
  align-items: start;
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/* CARD */
.client-like{
  text-align: center;
  width: 140px; /* controla tamaño total */
  justify-items: anchor-center;
}

/* CONTENEDOR IMAGEN */
.client-like__imgwrap{
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 22px;
  padding: 6px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.35);
  box-shadow:
    0 10px 30px rgba(0,0,0,.35),
    0 0 0 2px rgba(130,130,255,.35) inset; /* borde interno */
  overflow: hidden;
  backdrop-filter: blur(6px);
}

/* “Glow” externo como aura */
.client-like__imgwrap::after{
  content:"";
  position:absolute; inset:-8px;
  border-radius: 26px;
  background: radial-gradient(60% 60% at 50% 20%, rgba(130,90,255,.55), transparent 70%);
  filter: blur(12px);
  z-index:-1;
}

/* IMAGEN */
.client-like__imgwrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display:block;
}

/* Si es logo (como Alekai/Willyrex/etc) centra y no recorta */
.client-like__imgwrap.is-logo img{
  object-fit: contain;
  padding: 10px;
  background: rgba(255,255,255,.9);
  border-radius: 14px;
}

/* TEXTO */
.client-like__name{
  margin: 10px 0 4px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .95rem;
  color: #b9d8ff; /* azulito como screenshot */
}

.client-like__metric{
  margin: 0;
  font-weight: 800;
  font-size: .9rem;
  color: #ffffff;
  opacity: .95;
}

.client-like__imgwrap{
  transition: box-shadow .35s ease, transform .35s ease;
  box-shadow:
    0 0 0 rgba(140, 95, 255,0),
    0 0 0 rgba(140, 95, 255,0),
    0 0 0 2px rgba(140, 95, 255,.6) inset;
}

.client-like:hover .client-like__imgwrap{
  transform: translateY(-2px);
  box-shadow:
    0 0 10px rgba(140, 95, 255, .8),
    0 0 22px rgba(140, 95, 255, .55),
    0 0 40px rgba(140, 95, 255, .35),
    0 0 0 2px rgba(140, 95, 255, .95) inset;
}



.cases-section{
  padding: 20px 20px;
}

.cases-wrap{
  max-width: 1100px;
  margin: 0 auto;
}

/* Header */
.cases-header{
  text-align:center;
  margin-bottom: 26px;
  text-align: -webkit-center;
  justify-content: center;
}
.cases-title{
  margin:0 0 8px;
  font-weight: 900;
  letter-spacing: .14em;
  font-size: clamp(1.6rem, 1.6vw + 1rem, 2.3rem);
  color:#fff;
  text-transform: uppercase;
}
.cases-subtitle{
  margin:0 auto;
  max-width: 760px;
  color: rgba(255,255,255,.92);
  line-height: 1.6;
}

/* Grid: evita que los items se estiren */
/* Masonry real */
.cases-grid{
  column-count: 3;       /* número de columnas */
  column-gap: 16px;      /* margen horizontal entre columnas */
}

/* Cada card se comporta como bloque dentro de columnas */
.case-card{
  break-inside: avoid;   /* evita que se parta la card */
  margin: 0 0 16px;      /* margen vertical (respeta tu gap) */
  padding: 10px;
  border-radius: 16px;
  background: rgba(0,0,0,.30);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow:
    0 8px 26px rgba(0,0,0,.45),
    0 0 0 2px rgba(255,255,255,.06) inset;
  backdrop-filter: blur(8px);
  cursor: zoom-in;
  transition: transform .25s ease, box-shadow .25s ease;
}

.case-card:hover{
  transform: translateY(-3px);
  box-shadow:
    0 14px 36px rgba(0,0,0,.55),
    0 0 18px rgba(150,120,255,.45),
    0 0 0 2px rgba(150,120,255,.8) inset;
}

.case-card img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 900px){
  .cases-grid{ column-count: 2; }
}
@media (max-width: 560px){
  .cases-grid{ column-count: 1; }
}


/* ===== Lightbox ===== */
.lightbox{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  display:grid;
  place-items:center;
  z-index: 999;
  padding: 20px;
}

.lightbox img{
  max-width: 96vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,.6);
}

.lightbox-close{
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 2.2rem;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
}





/* ===== VIDEO DE FONDO ===== */
#bgVideo {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover; /* se ajusta a la pantalla */
z-index: -2; /* detrás de todo */
opacity: 0.20; /* ajusta para que se vea mínimo */
filter: brightness(0.7) contrast(1.2) saturate(1.1);
}





/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
/*
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: "Poppins", sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,


pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
header{
  display: flex;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 2000px;
  overflow: hidden;
  
  
}
.orden{
  display: flex;
  margin-right: 50px;
  gap: 12%;
  
}
.orden2{
  display: flex;
  justify-content: center;
  
}
.orden2t{
  display: flex;
  justify-content: center;
  
}

.imgpre{
  border-radius: 100%;
  width: 2000px;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
.presentacion{
  
  color:#fff;
  border-radius: 20px;
  display: flex;
  background: linear-gradient(180deg, rgba(10, 10, 15, .75), rgba(10, 10, 15, .55));
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

/*
nav {
  
  width: 100%;
  flex-direction: column-reverse;
}*/
footer{
  background-color: #7d39fb; 
  width: 100%;
  padding: 20px;
  max-width: 2000px;
}
.btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color:white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, 1);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn2 {
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, 1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: #7d39fb;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-color: #7d39fb;
  border: solid;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 171 117 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-special {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 216 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(56 105 78 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-special:hover {
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .btn-special {
    margin-left: 0px;
    margin-right: 0px;
    justify-self: end;
  }
}

.link {
  font-size: 16px;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: white;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.link:hover {
  --tw-text-opacity: 1;
  color: rgb(56 105 78 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .link {
    font-size: 12px;
    line-height: 1.75rem;
    
  }

}

.insane-ul {
  position: absolute;
  left: 0px;
  top: -250px;
  z-index: 100;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 768px) {
  .insane-ul {
    position: static;
    z-index: auto;
    display: flex;
    width: auto;
    align-items: center;
    /*padding-top: 0px;*/
    padding-bottom: 0px;
    padding-left: 0px;
    opacity: 1;
  }
}

.img-card {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.port{
  display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 10px;
    flex-direction: row;
}


/*
.port{
  display: grid;
  grid-template-columns: 1fr 1fr; /* Crea dos columnas iguales 
  gap: 20px; /* Espacio entre las cartas 
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  column-gap: 0px;


.port2{
 /* Aquí le decimos: ocupa desde la línea 1 a la 3 (toda la fila) 
 grid-column: 1 / span 2; 
 /* Centramos el contenido o la tarjeta misma 
 justify-self: center; 
 width: 50%; /* Opcional: para que no sea tan ancha como las dos de arriba 
}*/

.card {
  padding: 5px;
    width: 550px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
 /* heigh: 350px;*/
}
.img-f{
  width: 25px;
  height: 25px;
}
.orden3{
  display: flex;
  justify-content: space-between;
}
.orden-t{
  text-align:start;
  color: white;
  margin-left: 10px;
}
.orden4{
  color: white;
}
.orden-t2{
  color: white;
  padding-left: 25px;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 40px;
}
.ptc{
  padding-left: 100px;
  padding-right: 100px;
  
  justify-content: start;
}
.ptc2{
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}
/*.fa{
  justify-items: left;
}**/
.fe{
  justify-content: end;
  padding: 5px;
}
.imgc{
  width: 30px;
  height: 35px;
  margin-left: 20px;
}
.orden-t3{
  color: white;
  
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 40px;
}
.testimonial-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 30px;
  padding-bottom: 200px;
  
}
.testimonial {
  background: #1e1e1e;
  padding: 10px;
  border-radius: 10px;
  width: 600px;
  height: auto;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
}
.stars {
  color: gold;
}
.text {
  margin: 10px 0;
  color: #aaa;
}
.profile {
  display: flex;
  align-items: center;
  gap: 10px;
  
}
.profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  
}
.name {
  font-weight: bold;
  color: white;
}
.info {
  font-size: 0.9em;
  color: #aaa;
}
.card:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-area {
  grid-template-areas:
            "form"
            "navigation"
            "social-media"
            "logo"
            "copyright";
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-top-12 {
  top: -3rem;
}

.top-\[50px\] {
  top: 50px;
}

.left-16 {
  left: 4rem;
}

.mx-2 {
  margin-left: 25px;
  margin-right: 25px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
  width: 70%;
  height: 70%;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-4\/5 {
  width: 80%;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 50px;
}
.h-52 {
  height: 50px;
}
.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-\[max-content_max-content\] {
  grid-template-columns: max-content max-content;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.gap-12 {
  gap: 3rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.bg-quaternary-color-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-terciary-color-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 105 78 / var(--tw-bg-opacity));
}

.bg-contain {
  background-size: contain;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-21 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.align-bottom {
  vertical-align: bottom;
}

.font-principal {
  font-family:"Poppins", sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0px;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 900;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.text-primary-color-0 {
  --tw-text-opacity: 1;
  color: rgb(255 246 216 / var(--tw-text-opacity));
}

.text-quaternary-color-0 {
  --tw-text-opacity: 1;
  color: white;
}

.text-terciary-color-0 {
  --tw-text-opacity: 1;
  color: whitesmoke;
}

.opacity-100 {
  opacity: 1;
}

.\[grid-area\:logo\] {
  grid-area: logo;
}

.\[grid-area\:navigation\] {
  grid-area: navigation;
}

.\[grid-area\:social-media\] {
  grid-area: social-media;
}

@media (min-width: 768px) {
  .md\:footer-area-md {
    grid-template-areas:
            "logo         navigation     form"
            "social-media navigation    copyright"
        ;
  }
}

.focus\:scroll-auto:focus {
  scroll-behavior: auto;
}

@media (max-width: 768px) {

  .LogoP{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 200px;
    margin: auto;
  }

  
  .md\:order-1 {
    order: 1;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-96 {
    height: 12rem;
  }

  .md\:w-96 {
    width: 12rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    column-gap: 10px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 1100px) {
  .lg\:block {
    display: block;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }
  .links{
    
     
      right: 40px;
  }
}
@media (max-width: 885px) {
  .orden2t{
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .ptc2{
    
  }
  .ptc{
    padding: 0;
  }
  .logo-p{
    width: 210px; /* Ajusta el tamaño según necesites */
      height: 500px;
      
      object-fit: contain; /* Evita recortes y mantiene la proporción */
      /* Útil si el logo tiene fondo transparente */
      padding: 5px;
      
  }
}
@media (max-width: 460px) {


  .LogoP{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: auto;
  }
  .tex-p{
    font-size: 30px;
  }
  .tprncpal{
    font-size: smaller;
  }
  .btn{
    font-size: small;
  }
  .btn2{
    font-size: small;
  }
 
}
.logo-p{
  width: 210px; /* Ajusta el tamaño según necesites */
    height: 500px;
    
    object-fit: contain; /* Evita recortes y mantiene la proporción */
    /* Útil si el logo tiene fondo transparente */
    
    min-width:auto;
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    
}
@media (max-width: 950px) {
  .logo-p{
    width: 215px; /* Ajusta el tamaño según necesites */
      height: 500px;
      min-width:auto;
      object-fit: contain; /* Evita recortes y mantiene la proporción */
      /* Útil si el logo tiene fondo transparente */
      padding: 5px;
      margin: 0px;
  }
  .insane-ul {
    margin: 0;
  }

  /*
    .port {
      grid-template-columns: 1fr; /* Cambia a una sola columna 
      justify-items: center;
    }
  
    .port2 {
      grid-column: span 1; /* Deja de ocupar dos columnas 
      width: 100%; /* Recupera su ancho total en móvil 
      justify-items: center;
    }*/
  
  
 
}
@media (max-width: 800px) {
  .logo-p{
    width: 200px; /* Ajusta el tamaño según necesites */
      height: 500px;
      
      object-fit: contain; /* Evita recortes y mantiene la proporción */
      /* Útil si el logo tiene fondo transparente */
      padding: 5px;
      margin-top: 10px;
  }
  .logo-p
 {
    position: absolute;
    left: 50px;
}
}
.fa{
  width: 50%;
  max-width: 1100px;
  margin: 0 auto;
  color:#ffffff ;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  
  align-items: center;
  
  text-align: center;
  
}
.w-8n2{
  width: 80px;
}
  @media (max-width: 630px) {
    .LogoP{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 250px;
      height: 200px;
      margin: auto;
    }


    .ptc2{
      display: flex;
      width: 100%;
      max-width: 100%;
      justify-items: center;
      flex-direction: column;
    
      
      

    }
    .fe{
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
    
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 10px;
    }
    .fa{
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
      color:#ffffff ;
      font-weight: 800;
      font-size: 20px;
      display: flex;
      
      align-items: center;
      justify-content: center;
      text-align: center;
      
    }
    .w-8n2{
      width: 40px;
    }
}


.w-8n1{
display: flex;
justify-content: center;
padding-top: 5px;
width: 80px;
}

.w-8n3{
  margin: 0;
    color: #ffffff;
    opacity: .95;
    
}
@media (max-width: 370px) {
  .LogoP{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 160px;
    margin: auto;
  }
  .card {
    padding: 5px;
      width: 400px;
      border-radius: 20px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      text-align: center;
   /* heigh: 350px;*/
  }
 
  
}
@media (max-width: 1150px) {
.port{
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
}
.card {
  padding: 5px;
    width: 400px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
 /* heigh: 350px;*/
}


}


  @media (max-width: 1200px) {
    .imgpre{
      border-radius: 100%;
    width: 2000px;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    }
    
    }

    @media (max-width: 1000px) {
      .imgpre{
        border-radius: 100%;
      width: 2000px;
      max-width: 100%;
      height: 250px;
      object-fit: cover;
      }
      
      }


        @media (max-width: 840px) {
  
          .presentacion{
            flex-direction: column;
          }
          .imgpre{
            border-radius: 100%;
          width: 400px;
          max-width: 100%;
          height: 350px;
          object-fit: cover;
          }
          
          }
  

          @media (max-width: 500px) {
            
            .imgpre{
              border-radius: 100%;
              width: 400px;
              max-width: 100%;
              height: 270px;
              object-fit: cover;
            }
        
            }

            @media (max-width: 430px) {
            
              .imgpre{
                border-radius: 100%;
                width: 400px;
                max-width: 100%;
                height: 270px;
                object-fit: cover;
              }
              .port{
              display: flex;
              flex-wrap: nowrap;
              gap: 20px;
              padding: 20px;
              flex-direction: column;
              align-items: center;
             }
    .card {
      width: 100%;
      max-width: 400px;
      padding: 12px;
    }
    
    .port {
      gap: 32px;       /* separación entre cards */
      padding: 20px;   /* aire lateral */
    }

          
              }

              @media (max-width: 415px) {
            
                .imgpre{
                  border-radius: 100%;
                  width: 430px;
                  max-width: 100%;
                  height: 230px;
                  object-fit: cover;
                }
            
                }

                @media (max-width: 400px) {
            
                  .imgpre{
                    border-radius: 100%;
                    width: 430px;
                    max-width: 100%;
                    height: 200px;
                    object-fit: cover;
                  }

                  
                  }

                  @media (max-width: 350px) {
            
                    .imgpre{
                      border-radius: 100%;
                      width: 430px;
                      max-width: 100%;
                      height: 180px;
                      object-fit: cover;
                    }
                
                    }
                  