
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap');

/* ============================================================
   SISTEMA RESPONSIVE — visibilidad de los 8 grupos ".nx-1g-ph1"
   ============================================================
   Mobile   (< 768px):        flex-wrap tipo mosaico, los 8 grupos visibles
   Tablet   (768-1023px):     grid de 4 columnas -> visibles: grupo 3, 4, 5, 6
   Desktop  (>= 1024px):      grid de 6 columnas -> visibles: grupo 2, 3, 4, 5, 6, 7
   Grupos siempre ocultos en grid (tablet+desktop): grupo 1 y grupo 8
   ============================================================ */

* { 
    box-sizing: border-box;
} 

* { 
    margin: 0;
} 

.nx-14-t72 { 
    overflow-x: hidden;
    font-family: 'Baloo 2', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
} 

*,:after,:before { 
    box-sizing: border-box;
} 

.nx-14-p7h { 
    margin-top: 36px; 
    padding: 0 24px;
} 

@media (min-width: 768px){ 
  .nx-14-p7h { 
    margin-top: 50px; 
    padding: 0 24px;
  } 
}     

@media (min-width: 1024px){ 
  .nx-14-p7h { 
    padding: 0 96px;
  } 
}     

.nx-14-crc { 
    margin-top: 8px; 
    margin-left: -35%; 
    width: 170%; 
    height: 250vw; 
    display: flex; 
    flex-direction: column; 
    flex-wrap: wrap; 
    justify-content: center;
} 

@media (min-width: 768px){ 
  .nx-14-crc { 
    height: auto; 
    display: grid; 
    grid-gap: 8px; 
    gap: 8px; 
    grid-template-columns: repeat(4,1fr); 
    align-items: center; 
    margin-left: -10px; 
    width: calc(100% + 20px); 
    margin-bottom: 8%; 
    margin-top: 50px;
  } 
}     

@media (min-width: 1024px){ 
  .nx-14-crc { 
    grid-template-columns: repeat(6,1fr); 
    margin-left: -10%; 
    width: 120%; 
    margin-bottom: 6%;
  } 
}     

@media (min-width: 1600px){ 
  .nx-14-crc { 
    max-width: 1920px; 
    grid-template-columns: repeat(6,1fr); 
    margin-left: auto; 
    margin-right: auto; 
    width: 100%; 
    margin-bottom: 6%;
  } 
}     

h2 { 
    overflow-wrap: break-word;
} 

h2 { 
    font-weight: 500;
} 

.nx-18-qqx { 
    font-family: 'Baloo 2', sans-serif;
} 

.nx-18-jtk { 
    font-weight: 700;
} 

.nx-18-sr5 { 
    font-size: 32px;
} 

.nx-18-jan { 
    line-height: 36px;
} 

@media (min-width: 768px){ 
  .nx-18-me9 { 
    font-size: 48px;
  } 

  .nx-18-46z { 
    line-height: 48px;
  } 
}     

.nx-1x-vok { 
    color: inherit;
} 

@media (min-width: 768px){ 
  .nx-1x-vok { 
    white-space: pre-line;
  } 
}     

.nx-14-ooi { 
    font-size: 40px!important;
} 

p { 
    overflow-wrap: break-word;
} 

.nx-18-4nw { 
    font-family: 'Baloo 2', sans-serif;
} 

.nx-18-ytn { 
    font-weight: 400;
} 

.nx-18-8rb { 
    font-size: 18px;
} 

.nx-18-der { 
    line-height: 26px;
} 

.nx-14-s3h { 
    margin-top: 16px;
} 

@media (min-width: 768px){ 
  .nx-14-s3h { 
    margin-top: 8px;
  } 
}     

.nx-1g-ph1 { 
    grid-template-columns: repeat(1,1fr); 
    grid-auto-rows: max-content; 
    width: 25%; 
    display: grid; 
    grid-gap: 8px; 
    gap: 8px; 
    padding: 0 4px;
} 

@media (min-width: 768px){ 
  .nx-1g-ph1 { 
    width: 100%; 
    padding: 0;
  } 

  /* GRUPO 1 (primer hijo): oculto en tablet */
  .nx-1g-ph1:first-child { 
    display: none;
  } 
}     

@media (min-width: 1024px){ 
  /* GRUPO 1 (primer hijo): sigue oculto en desktop */
  .nx-1g-ph1:first-child { 
    display: none;
  } 
}     

/* margen extra en grupos pares, solo en mobile (mosaico) */
.nx-1g-ph1:nth-child(2n) { 
    margin-top: 8px;
} 

@media (min-width: 768px){ 
  .nx-1g-ph1:nth-child(2n) { 
    margin-top: 0;
  } 

  /* GRUPO 2: oculto en tablet */
  .nx-1g-ph1:nth-child(2) { 
    display: none;
  } 
}     

@media (min-width: 1024px){ 
  /* GRUPO 2: vuelve a mostrarse en desktop */
  .nx-1g-ph1:nth-child(2) { 
    display: grid;
  } 
}     

/* GRUPO 5 (TikTok): siempre visible, solo se desplaza un poco verticalmente por estetica */
@media (min-width: 768px){ 
  .nx-1g-ph1:nth-child(5) { 
    transform: translateY(6%);
  } 
}     

@media (min-width: 1024px){ 
  .nx-1g-ph1:nth-child(5) { 
    transform: translateY(10%);
  } 
}     

/* GRUPO 6 (YouTube): siempre visible, en mobile invierte el orden de sus 2 items */
.nx-1g-ph1:nth-child(6) { 
    display: flex; 
    flex-direction: column-reverse;
} 

@media (min-width: 768px){ 
  /* GRUPO 7 (nth-last-child(2) = anteultimo de 8): oculto en tablet */
  .nx-1g-ph1:nth-last-child(2) { 
    display: none;
  } 
}     

@media (min-width: 1024px){ 
  /* GRUPO 7: vuelve a mostrarse en desktop */
  .nx-1g-ph1:nth-last-child(2) { 
    display: grid;
  } 
}     

@media (min-width: 768px){ 
  /* GRUPO 8 (ultimo hijo): oculto en tablet */
  .nx-1g-ph1:last-child { 
    display: none;
  } 
}     

@media (min-width: 1024px){ 
  /* GRUPO 8: sigue oculto en desktop (nunca se muestra en grid) */
  .nx-1g-ph1:last-child { 
    display: none;
  } 
}     

.nx-33-z5x { 
    border-radius: 16px; 
    overflow: hidden; 
    position: relative; 
    z-index: 0;
} 

.nx-33-yoc { 
    aspect-ratio: 1/1;
} 

.nx-33-f3g { 
    aspect-ratio: 15/25;
} 

.nx-ay4-4s6 { 
    border-radius: 16px; 
    overflow: hidden; 
    aspect-ratio: 1/1; 
    position: relative; 
    z-index: 0;
} 

video { 
    display: block; 
    max-width: 100%; 
    height: auto;
} 

.nx-33-n3i { 
    width: 100%; 
    height: 100%; 
    object-fit: cover;
} 

.nx-ay4-lfb { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
} 

.nx-ay4-lfb { 
    z-index: 2; 
    display: flex; 
    align-items: center; 
    flex-direction: column; 
    justify-content: center; 
    transition: transform .85s cubic-bezier(.34,1.56,.64,1); 
    padding-bottom: 16px;
} 

@media (min-width: 1024px){ 
  .nx-ay4-lfb { 
    height: 100%; 
    padding-bottom: 0;
  } 

  .nx-ay4-4s6:hover .nx-ay4-lfb { 
    transform: translateY(-9%);
  } 
}     

@media (min-width: 1400px){ 
  .nx-ay4-4s6:hover .nx-ay4-lfb { 
    transform: translateY(-14%);
  } 
}     

.nx-ay4-klq { 
    bottom: 16px; 
    transform: translateX(-50%); 
    height: 48px; 
    width: 48px; 
    background-color: #fff; 
    border-radius: 50%; 
    transition: transform .85s cubic-bezier(.34,1.56,.64,1); 
    z-index: 1;
} 

.nx-ay4-klq { 
    position: absolute; 
    left: 50%;
} 

@media (min-width: 1024px){ 
  .nx-ay4-klq { 
    bottom: 24px;
  } 

  .nx-ay4-4s6:hover .nx-ay4-klq { 
    transform: translateX(-50%) translateY(-30%) scale(1.6);
  } 
}     

@media (min-width: 1400px){ 
  .nx-ay4-4s6:hover .nx-ay4-klq { 
    transform: translateX(-50%) translateY(-80%) scale(2);
  } 
}     

img { 
    display: block; 
    max-width: 100%; 
    height: auto;
} 

.nx-zid-q91 { 
    width: 100%;
} 

.nx-ay4-p8y { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    opacity: .15; 
    mix-blend-mode: luminosity; 
    transition: opacity .85s cubic-bezier(.34,1.56,.64,1);
} 

@media (min-width: 1024px){ 
  .nx-ay4-4s6:hover .nx-ay4-p8y { 
    opacity: .07;
  } 
}     

.nx-18-t2n { 
    font-size: 14px;
} 

.nx-18-f43 { 
    line-height: 18px;
} 

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

.nx-1q-wrf { 
    color: inherit; 
    text-decoration: none; 
    cursor: pointer; 
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    border: none; 
    padding-left: 0; 
    padding-right: 0; 
    background: none; 
    display: inline-flex; 
    transition: opacity .08s ease-in-out; 
    position: relative; 
    border-image-source: none; 
    border-image-slice: 100%; 
    border-image-width: 1; 
    border-image-outset: 0; 
    border-image-repeat: stretch;
} 

.nx-1q-eph { 
    position: static;
} 

.nx-1q-wrf:after { 
    content: ""; 
    position: absolute; 
    bottom: 3px; 
    left: 50%; 
    transform: translate3d(-50%,0,0); 
    width: 100%; 
    height: 4px; 
    background-color: rgba(13,216,132,.3); 
    pointer-events: none;
} 

.nx-1q-eph:after { 
    display: none; 
    pointer-events: auto; 
    transform: none; 
    background: transparent;
} 

.nx-ay4-4s6 a::after { 
    content: ""; 
    display: block; 
    right: 0; 
    bottom: 0; 
    z-index: 1;
} 

.nx-ay4-4s6 a::after,.nx-ay4-lfb { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
} 

@media screen and (min-width: 48em){ 
  .nx-1q-wrf:hover { 
    opacity: .6;
  } 

  .nx-1q-eph:hover { 
    opacity: 1;
  } 
}     

svg { 
    display: block; 
    max-width: 100%; 
    height: auto;
} 

.nx-ay4d9p4 { 
    position: absolute; 
    left: 50%;
} 

.nx-ay4d9p4 { 
    top: 50%; 
    transform: translate(-50%,-50%); 
    width: 20px; 
    height: 20px;
} 

.nx-ay4-4s6 a::after, .nx-ay4-lfb { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
} 

strong { 
    font-weight: 500;
} 

.nx-18-q8a { 
    font-size: 24px;
} 

.nx-18-j19 { 
    line-height: 28px;
} 

@media (min-width: 768px){ 
  .nx-18-kgj { 
    font-size: 32px;
  } 

  .nx-18-ob5 { 
    line-height: 36px;
  } 
}     


/* These were inline style tags. Uses id+class to override almost everything */
#nx-style-Y7yEE.nx-style-Y7yEE {  
   color:var(--_1f6u3152, var(--ug-blue-primary, #273267));  
   text-align:center;  
}  
#nx-style-CR14w.nx-style-CR14w {  
   color:var(--_1f6u3151, var(--ug-blue-primary, #273267));  
   text-align:center;  
}  
#nx-style-LwYPz.nx-style-LwYPz {  
   color:#0c6415;  
   text-align:center;  
   text-transform:uppercase;  
}  
#nx-style-VGvDr.nx-style-VGvDr {  
   color:var(--_1f6u3151, var(--ug-blue-primary, #273267));  
   width:100%;  
   white-space:normal;  
}  
#nx-style-3TJTZ.nx-style-3TJTZ {  
   color:#005e8c;  
   text-align:center;  
   text-transform:uppercase;  
}  
#nx-style-wGryE.nx-style-wGryE {  
   color:var(--_1f6u3151, var(--ug-blue-primary, #273267));  
   width:100%;  
   white-space:normal;  
}  
#nx-style-6F3Lk.nx-style-6F3Lk {  
   color:#a52205;  
   text-align:center;  
   text-transform:uppercase;  
}  
#nx-style-5fHrB.nx-style-5fHrB {  
   color:var(--_1f6u3151, var(--ug-blue-primary, #273267));  
   width:100%;  
   white-space:normal;  
}  
#nx-style-o1QzV.nx-style-o1QzV {  
   color:#650014;  
   text-align:center;  
   text-transform:uppercase;  
}  
#nx-style-Gfe4G.nx-style-Gfe4G {  
   color:var(--_1f6u3151, var(--ug-blue-primary, #273267));  
   width:100%;  
   white-space:normal;  
}