/*@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

/* ================================
   BASE
================================ */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
}

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

a {
  color: inherit;
}

section {
  background: #000;
  color: #fff;
}

/* ================================
   LAYOUT GENERAL
================================ */

.downloads,
.typography,
.color-page,
.logo-page,
.guidelines {
  background: #000;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px;
}

.color-page,
.logo-page {
  max-width: 1200px;
}

.guidelines {
  max-width: 1200px;
}

.downloads h1,
.typography h1,
.color-page h1,
.logo-page h1,
.guidelines h1 {
  font-size: clamp(42px, 7vw, 96px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2px;
  margin: 0 0 32px;
}

.line {
  height: 3px;
  background: linear-gradient(90deg, #4FCDA1 0%, #4BB5FE 50%, #6249F4 100%);
  margin-bottom: 40px;
}

/* ================================
   TEXTOS Y FILAS
================================ */

.intro-row,
.section-row,
.row {
  display: grid;
  gap: 40px;
  padding-top: 10px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(255,255,255,.42);
  align-items: start;
}

.intro-row {
  grid-template-columns: 180px 1fr 120px;
  margin-bottom: 70px;
}

.intro-row {
  grid-template-columns: 180px 1fr 120px;
  margin-bottom: 70px;
}

.section-row {
  grid-template-columns: 150px 1fr;
  margin-bottom: 46px;
}

.row {
  grid-template-columns: 1fr 2.2fr 1.2fr;
  border-top: 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.label,
.guide-title {
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
}

.text,
.content-block p {
  max-width: 720px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,.88);
}


.intro-text{
  max-width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,.88);
}

.content-block {
  width: 100%;
}

.content-block p {
  max-width: 100%;
  margin: 0 0 24px;
}

.section-row .content-block {
  width: 100%;
}

.section-row .content-block .area-seguridad {
  width: 100%;
}

.area-seguridad {
  width: 100%;
  max-width: none;

  display: block;

  padding: 0;
  margin: 0;
}

.area-seguridad img {
  width: 100%;
  max-width: none;
  height: auto;

  display: block;
}

.download-link,
.row a,
.label a {
  font-size: 13px;
  color: #fff;
  text-underline-offset: 3px;
}

.download-link,
.row a {
  justify-self: end;
}

/* ================================
   GUIDELINES
================================ */

.guidelines .intro-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.guide-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 80px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.22);
}

.guide-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.guide-links span {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255,255,255,.9);
}

/* ================================
   COLOR
================================ */

.colors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.color-card {
  min-height: 185px;
  padding: 38px 28px;
  display: flex;
  align-items: flex-end;
}

.color-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
}

.gradient {
  background: linear-gradient(
    135deg,
    #4FCDA1 0%,
    #4BB5FE 50%,
    #6249F4 100%
  );
  color: #fff;
}

.morado {
  background: #6440F3;
  color: #fff;
}

.azul {
  background: #4AB9FE;
  color: #fff;
}

.verde {
  background: #52D278;
  color: #fff;
}

.negro {
  background: #000;
  color: #fff;
  border: 1px solid rgba(255,255,255,.45);
}

.blanco,
.blanco-roto {
  color: #000;
}

.gris {
  color: #fff;
}

.blanco {
  background: #fff;
}

.blanco-roto {
  background: #F8F8F8;
}

.gris {
  background: #CCCCCC;
}

/* ================================
   IMÁGENES / DESCARGAS
================================ */

.images-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 28px 0 48px;
}

.downloads .images-grid {
  grid-template-columns: repeat(3, 1fr);
}

.images-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

/*.logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 28px 0;
}

.logos-grid img {
  width: 100%;
  background: #111;
  border: 1px solid rgba(255,255,255,.25);
  display: block;
}*/

/* ================================
   LOGOTIPO
================================ */

.logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box img {
  height: auto;
  display: block;
}

.logo-box .iso,
.iso {
  max-width: 90px;
}

.white {
  /*background: #fff;*/
}

.black {
  background: #000;
  border: 1px solid rgba(255,255,255,.35);
}

.gradient-bg {
  background: linear-gradient(135deg, #4FCDA1 0%, #4BB5FE 50%, #6249F4 100%);
}

.image-bg {
  background:
    linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)),
    url("img/img-1.jpg") center/cover;
}

.grid-bg {
  background-color: #fff;
  background-image:
    linear-gradient(rgba(0,0,0,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.08) 1px, transparent 1px);
  background-size: 28px 28px;
}

.logo-grid {
  display: grid;
  gap: 8px;
}

.logo-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.logo-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.small-logo {
  min-height: 110px;
  padding: 28px;
}

.wrong-box {
  background: #fff;
  color: #000;
  min-height: 110px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.wrong-box span {
  font-size: 11px;
  line-height: 1.3;
}

/* ================================
   TIPOGRAFÍA
================================ */

.font-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  margin-bottom: 65px;
}

.font-sample {
  max-width: 100%;
  width: 100%;
  font-size: clamp(36px, 4.8vw, 54px);
  line-height: .98;
  letter-spacing: -2px;
  overflow-wrap: anywhere;
}

.font-sample p {
  margin: 0;
}

.weights-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  padding: 24px 0 70px;
  border-top: 1px solid rgba(255,255,255,.45);
}


.weights-labels {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.weights-samples {
display: flex;
  flex-direction: column;
  gap: 22px;
}

.weightsSecu-labels {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.weightsSecu-samples {
display: flex;
  flex-direction: column;
  gap: 22px;
}

.weights-labels span, .weightsSecu-labels span {
  font-size: 13px;
  color: #fff;
}

.weights-samples span, .weightsSecu-samples span {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.light { font-weight: 300; }
.regular { font-weight: 400; }
.medium { font-weight: 500; }
.semibold { font-weight: 600; }
.bold { font-weight: 700; }

.inter-thin { font-weight: 100; }
.inter-extralight { font-weight: 200; }
.inter-light { font-weight: 200; }
.inter-regular { font-weight: 400; }
.inter-medium { font-weight: 500; }
.inter-semibold { font-weight: 600; }
.inter-bold { font-weight: 700; }
.inter-extrabold { font-weight: 800; }
.inter-black { font-weight: 900; }
.inter-thin-italic { font-weight: 100; font-style: Italic;}
.inter-extralight-italic { font-weight: 200; font-style: Italic;}
.inter-light-italic { font-weight: 300; font-style: Italic;}
.inter-italic { font-weight: 400; font-style: Italic;}
.inter-medium-italic { font-weight: 500; font-style: Italic;}
.inter-semibold-italic { font-weight: 600; font-style: Italic;}
.inter-bold-italic { font-weight: 700; font-style: Italic;}
.inter-extrabold-italic { font-weight: 800; font-style: Italic;}
.inter-black-italic { font-weight: 900; font-style: Italic;}


<span class="inter-thin">Inter Thin</span>
			<span class="inter-Extralight">Inter Extralight</span>
			<span class="inter-Light">Inter Light</span>
			<span class="inter-Regular">Inter Regular</span>
			<span class="inter-Medium">Inter Medium</span>
			<span class="inter-Semibold">Inter Semibold</span>
			<span class="inter-Bold">Inter Bold</span>
			<span class="inter-Extrabold">Inter Extrabold</span>
			<span class="inter-Black">Inter Black</span>
			<span class="inter-Thin-Italic">Inter Thin Italic</span>
			<span class="inter-Extralight-Italic">Inter Extralight Italic</span>
			<span class="inter-Light-Italic">Inter Light Italic</span>
			<span class="inter-Italic">Inter Italic</span>
			<span class="inter-Medium-Italic">Inter Medium Italic</span>
			<span class="inter-Semibold-Italic">Inter Semibold Italic</span>
			<span class="inter-Bold-Italic">Inter Bold Italic</span>
			<span class="inter-Extrabold-Italic">Inter Extrabold Italic</span>
			<span class="inter-Black-Italic">Inter Black Italic</span>
			
			

.hierarchy {
  grid-template-columns: 180px 1fr;
  margin-bottom: 0;
}

/* ================================
   FOOTER GLOBAL
================================ */



/* FOOTER CENTER */

.footer-links a {
    position: relative;
    display: inline-block;
    align-self: flex-start;
    color: rgba(255,255,255,.85);
    text-decoration: none;
    font-size: 13px;
    padding-bottom: 2px;
    border-bottom: 0;
}


/* FOOTER CENTER */

.footer-center a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 0;
}

/* FOOTER: subrayado degradado animado de izquierda a derecha */
.footer-links a::after,
.footer-center a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        #4FCDA1 0%,
        #4BB5FE 50%,
        #6249F4 100%
    );
    transition: width .35s cubic-bezier(.16,.84,.44,1);
}

.footer-links a:hover::after,
.footer-links a:focus::after,
.footer-links a:active::after,
.footer-center a:hover::after,
.footer-center a:focus::after,
.footer-center a:active::after {
    width: 100%;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-links a:active,
.footer-center a:hover,
.footer-center a:focus,
.footer-center a:active {

    background: linear-gradient(90deg, #4FCDA1 0%, #4BB5FE 50%, #6249F4 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    text-decoration: none;
}


.origen-footer {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 60px;
  margin-top: 70px;
  padding: 48px 0 0;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, #4FCDA1 0%, #4BB5FE 50%, #6249F4 100%) 1;
}

.footer-left {
  justify-self: start;
}

.footer-small {
  font-size: 11px;
  color: rgba(255,255,255,.75);
  margin-bottom: 10px;
}

.footer-email {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 28px;
  font-weight: 400;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: 13px;
}


.footer-center {
  font-size: 13px;
  color: rgba(255,255,255,.75);
  text-align: center;
}

.footer-right {
  justify-self: end;
}

.footer-right img {
  /*width: 220px;*/
  display: block;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .downloads,
  .typography,
  .color-page,
  .logo-page,
  .guidelines {
    padding: 60px 22px;
  }

  .downloads h1,
  .typography h1,
  .color-page h1,
  .logo-page h1,
  .guidelines h1 {
    font-size: 56px;
    margin-bottom: 50px;
  }

  .line {
    margin-bottom: 42px;
  }

  .intro-row,
  .section-row,
  .row,
  .font-row,
  .weights-row,
  .hierarchy,
  .guide-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .guidelines .intro-row {
    flex-direction: column;
  }

  .download-link,
  .row a {
    justify-self: start;
  }

  .colors-grid,
  .images-grid,
  .downloads .images-grid,
  .logo-grid.two,
  .logo-grid.three {
    grid-template-columns: 1fr;
  }

 .logos-grid {
    grid-column: 1 / -1;

    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;

    padding: 10px 0 0;
}
.logos-grid img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

  .logo-box {
    min-height: 140px;
    padding: 30px;
  }

  .font-sample {
    font-size: 34px;
  }

  .weights-samples span {
    font-size: 30px;
  }

  .origen-footer {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
  }

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

  .footer-right {
    justify-self: start;
  }

  .footer-email {
    font-size: 22px;
  }

  .footer-right img {
    width: 180px;
  }
}


/* ================================
   ÁREA DE SEGURIDAD · LOGOTIPO
================================ */

.section-area-seguridad {
  padding: 28px 0;
  margin-bottom: 46px;
  border-top: 1px solid rgba(255,255,255,.42);
}

.section-area-top {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 40px;
  align-items: start;
}

.section-area-seguridad .content-block {
  width: 100%;
}

.section-area-seguridad .content-block p {
  max-width: 100%;
  margin: 0;
}

.area-seguridad {
  width: 100%;
  max-width: none;
  display: block;
  padding: 0;
  margin: 28px 0 0;
  background: #fff;
}

.area-seguridad img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .section-area-top {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}


.usos-incorrectos-section {
  grid-template-columns: 150px 1fr;
}

.usos-incorrectos-section .wrong-grid-full {
  grid-column: 1 / -1;
  width: 100%;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 8px;

  margin-top: 32px;
}

.wrong-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wrong-item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: #fff;
}

.wrong-item span {
  font-size: 14px;
  line-height: 1.55;
  color: #fff;
}

@media (max-width: 768px) {
  .usos-incorrectos-section .wrong-grid-full {
    grid-template-columns: 1fr;
  }
}

.logo-principal-full{
    width:100%;
    margin-top:40px;

    background:#f4f4f4;
    border:2px solid #4AB9FE;

    padding:80px;
}

.logo-principal-full img{
    width:100%;
    max-width:700px;

    display:block;
    margin:auto;
}

/*.download-link{
    color:#4AB9FE !important;
    text-decoration:none;
    border-bottom:1px solid #4AB9FE;
    padding-bottom:2px;
}

.download-link:hover{
    color:#6440F3 !important;
}*/

.download-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: #fff !important;
    text-decoration: none;
    padding-bottom: 2px;

    /* El subrayado se dibuja con ::before y ::after */
    border-bottom: 0;
}

/* Línea blanca inicial */
.download-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.45);
}

/* Línea degradada: se anima de izquierda a derecha */
.download-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        #4FCDA1 0%,
        #4BB5FE 50%,
        #6249F4 100%
    );
    transition: width .35s cubic-bezier(.16,.84,.44,1);
}

/* Hover / focus / active: texto degradado */
.download-link:hover,
.download-link:focus,
.download-link:active {
    background: linear-gradient(
        90deg,
        #4FCDA1 0%,
        #4BB5FE 50%,
        #6249F4 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent !important;
    text-decoration: none;
}

/* El subrayado avanza de izquierda a derecha */
.download-link:hover::after,
.download-link:focus::after,
.download-link:active::after {
    width: 100%;
}


/* AJUSTES LOGOTIPO COMO RESTO DE PÁGINAS */

.intro-row-logo {
  display: grid;
  grid-template-columns: 180px 1fr 120px;
  gap: 80px;
  padding: 10px 0 28px 0;
  margin-bottom: 70px;
  border-top: 1px solid rgba(255,255,255,.45);
  align-items: start;
}

.intro-row-logo .text {
  max-width: 720px;
}

.logo-principal-full {
  width: 100%;
  margin: 0 0 70px;
  padding: 120px 80px;
  background: #f4f4f4;
}

.logo-principal-full img {
  width: 100%;
  max-width: 420px;
  display: block;
  margin: auto;
}

/* Flecha de descarga: mantiene el mismo HTML con stroke="currentColor".
   Se usa como máscara para poder aplicar el mismo degradado del enlace. */
.download-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;

    background: #FFFFFF;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7M17 7H7M17 7V17' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7M17 7H7M17 7V17' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;

    transition: background .3s ease;
}

/* Ocultamos el trazo original del SVG; la forma la pinta la máscara */
.download-arrow path {
    stroke: transparent !important;
}

/* Hover / focus / active: mismo degradado que el texto */
.download-link:hover .download-arrow,
.download-link:focus .download-arrow,
.download-link:active .download-arrow {
    background: linear-gradient(
        90deg,
        #4FCDA1 0%,
        #4BB5FE 50%,
        #6249F4 100%
    );
}

.download-arrow-blanco {
    width: 16px;
    height: 16px;
    color: #FFFFFF;
    flex-shrink: 0;
}


/* ENLACES DE GUÍA · HOVER DEGRADADO */
.guide-title a,
.guide-links a {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    color: inherit;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

/* GUIDE TITLE: subrayado degradado animado de izquierda a derecha */
.guide-title a {
    position: relative;
    border-bottom: 0;
}

.guide-title a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        #4FCDA1 0%,
        #4BB5FE 50%,
        #6249F4 100%
    );
    transition: width .35s cubic-bezier(.16,.84,.44,1);
}

.guide-title a:hover::after,
.guide-title a:focus::after,
.guide-title a:active::after {
    width: 100%;
}

.guide-title a span,
.guide-links a span {
    color: inherit;
}

/* GUIDE LINKS: subrayado degradado animado de izquierda a derecha */
.guide-links a {
    position: relative;
    border-bottom: 0;
}

.guide-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        #4FCDA1 0%,
        #4BB5FE 50%,
        #6249F4 100%
    );
    transition: width .35s cubic-bezier(.16,.84,.44,1);
}

.guide-links a:hover::after,
.guide-links a:focus::after,
.guide-links a:active::after {
    width: 100%;
}

.guide-title a:hover,
.guide-title a:focus,
.guide-title a:active,
.guide-links a:hover,
.guide-links a:focus,
.guide-links a:active {
    text-decoration: none;
}

.guide-title a:hover span,
.guide-title a:focus span,
.guide-title a:active span,
.guide-links a:hover span,
.guide-links a:focus span,
.guide-links a:active span {
    background: linear-gradient(90deg, #4FCDA1 0%, #4BB5FE 50%, #6249F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.download-arrow-blanco {
    width: 14px;
    height: 14px;
    color: #fff;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.guide-title a:hover .download-arrow-blanco,
.guide-title a:focus .download-arrow-blanco,
.guide-title a:active .download-arrow-blanco {
    color: #4AB9FE;
}

.section-header{
    display:grid;
    grid-template-columns:180px 1fr;
    gap:40px;
    align-items:start;
    margin-bottom:40px;
}

.section-header .label{
    font-size:14px;
    font-weight:500;
    color:#fff;
}

.section-description{
    max-width:520px;
    font-size:16px;
    line-height:1.7;
    color:#fff;
}

.fondos-bloque{
    width:100%;
    padding-top:10px;
	padding-bottom:50px;
    border-top:1px solid rgba(255,255,255,.45);
}

.fondos-cabecera{
    display:grid;
    grid-template-columns:180px minmax(0, 520px);
    column-gap:40px;
    align-items:start;
    margin-bottom:80px;
}

.fondos-titulo{
    color:#fff;
    font-size:14px;
    font-weight:600;
}

.fondos-texto{
    color:#fff;
    font-size:14px;
    line-height:1.55;
    max-width:520px;
}

/* Imágenes a todo el ancho */

.fondos-grid{
    width:100%;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
}

.fondos-box{
    height:230px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    box-sizing:border-box;
}

.fondos-box img{
   
    height:auto;
    display:block;
}

/* Fondos */

.fondo-blanco{
    background:#eee;
}

.fondo-negro{
    background:#000;
}

.fondo-degradado{
    /*background:linear-gradient(135deg, #4FCDA1 0%, #4BB5FE 50%, #6249F4 100%);*/
}

.fondo-imagen{
    background:url("https://cdnweb.servicios.origen.bio/marca/img/fondo.jpg") center center / cover no-repeat;
}

.tamano-minimo{
    width:100%;
    border-top:1px solid rgba(255,255,255,.35);
    padding-top:10px;
	 padding-bottom:50px;
	
}

/* CABECERA */

.tm-header{
    display:grid;
    grid-template-columns:180px 520px;
    gap:40px;
    margin-bottom:80px;
}

.tm-title{
    color:#fff;
    font-size:14px;
    font-weight:600;
}

.tm-description{
    color:#fff;
    font-size:14px;
    line-height:1.65;
}

/* BLOQUES */

.tm-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.tm-label{
    color:#fff;
    font-size:14px;
    margin-bottom:10px;
}

.tm-box{
    background:#fff;
    height:230px;

    display:flex;
    justify-content:center;
    align-items:center;
}

.tm-box img{
    width:65%;
    max-width:260px;
    height:auto;
    display:block;
}

.section-area-seguridad{
    display:grid;
    grid-template-columns:180px 1fr;
    gap:40px;
    padding-top:10px;
	padding-bottom:50px;
	border-top:1px solid rgba(255,255,255,.45);
}

.section-area-seguridad .label{
    color:#fff;
    font-size:14px;
    font-weight:600;
}

.section-area-seguridad .content-block{
    max-width:520px;
}

.section-area-seguridad .content-block p{
    color:#fff;
    font-size:14px;
    line-height:1.7;
    margin:0;
}

/* Imagen */

.area-seguridad-box{
    grid-column:1 / -1;   /* ocupa todo el ancho */
    margin-top:60px;

    background:#ffffff;
    border:2px solid #ffffff;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:40px;
}

.area-seguridad-box img{
    width:100%;
    max-width:1000px;
    height:auto;
    display:block;
}

.isotipo-section, .fondoscolor-section{
    width:100%;
        padding-top: 10px;
    padding-bottom: 50px;
	border-top: 1px solid rgba(255,255,255,.42);
}

.isotipo-header{
    display:grid;
    grid-template-columns:180px minmax(0, 520px) 1fr;
    column-gap:28px;
    align-items:start;
    padding:0px 6px 0 6px;
    margin-bottom:56px;
}

.isotipo-title{
    color:#fff;
    font-size:14px;
    font-weight:500;
}

.isotipo-text p{
    margin:0;
    color:#fff;
    font-size:14px;
    line-height:1.55;
}

.isotipo-text strong{
    font-weight:700;
}

.isotipo-download{
    justify-self:end;
    color:#fff;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    border-bottom:1px solid rgba(255,255,255,.7);
    padding-bottom:8px;
	    width: 96px;
}

.isotipo-download span{
    margin-left:12px;
    color:#009dff;
}

/* Bloques inferiores */

.isotipo-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    padding-top:0;
}

.isotipo-box{
    background:#fff;
    height:380px;

    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.isotipo-box img{
    width:55%;
    max-width:280px;
    height:auto;
    display:block;
}

.isotipo-box:nth-child(2) img{
    width:58%;
    max-width:300px;
}

.isotipo-fondos{
    width:100%;
}

.isotipo-fondos-header{
    display:grid;
    grid-template-columns:180px 520px;
    column-gap:40px;
    align-items:start;
    margin-bottom:60px;
}

.isotipo-fondos-title{
    color:#fff;
    font-size:14px;
    font-weight:500;
}

.isotipo-fondos-text{
    color:#fff;
    font-size:14px;
    line-height:1.7;
}

/* GRID */

.isotipo-fondos-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.isotipo-fondos-box{
    height:230px;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}

.isotipo-fondos-box img{
    display:block;
	height: 65px;
}

/* Fondos */

.fondo-claro{
    background:#ececec;
}

.fondo-oscuro{
    background:#000;
    border:1px solid rgba(255,255,255,.75);
}

.fondo-degradado{
    background:linear-gradient(135deg, #4FCDA1 0%, #4BB5FE 50%, #6249F4 100%);
}

.fondo-imagen{
    background:url("https://cdnweb.servicios.origen.bio/marca/img/fondo-isotipo.jpg") center center / cover no-repeat;
}

.images-grid-img{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
    margin-top:60px;
}

.images-grid-img img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    display:block;
	height: 250px;
}

/* LOGOTIPO - VARIANTES */

.variantes-logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    width: 100%;
    padding-bottom: 50px;
}

.variante-logo-item {
    width: 100%;
}

.variante-logo-box {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.variante-logo-box img {
    width: 70%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.variante-logo-texto {
    margin-top: 16px;
    color: #fff;
    font-size: 14px;
        line-height: 1.55;
    font-weight: 400;
}

/* LOGOS ZONA DE DESCARGA */

.logos-grid {
    grid-column: 1 / -1;
    width: 100%;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;

    padding-top: 10px;
}

.logos-box {
    width: 100%;
    aspect-ratio: 16 / 9;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.logos-box.fondo-blanco {
    background: #fff;
}

.logos-box.fondo-negro {
    background: #000;
    border: 1px solid rgba(255,255,255,.45);
}

.logos-box img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    display: block;
}

/* ================================
   JERARQUÍA TIPOGRÁFICA
================================ */

.jerarquia-ejemplos {
    width: 100%;
    padding: 20px 0 70px;
}

.jerarquia-fila {
    display: grid;
    grid-template-columns: 190px 1fr;
    column-gap: 30px;
    align-items: start;
}

/* Separación vertical entre bloques */
.jerarquia-titulos {
    margin-bottom: 90px;
}

.jerarquia-secundarios, .jerarquia-cuerpo {
    margin-bottom: 90px;
}


/* COLUMNA IZQUIERDA */

.jerarquia-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.jerarquia-info > div {
    display: flex;
    flex-direction: column;
}

.jerarquia-info strong {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
}

.jerarquia-info span {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: rgba(255,255,255,.9);
}

.jerarquia-info span b {
    font-weight: 700;
}


/* COLUMNA DERECHA */

.jerarquia-ejemplo {
    color: #fff;
}


/* TÍTULO PRINCIPAL */

.titulo-ejemplo {
    font-family: "Space Grotesk", sans-serif;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: -1.3px;
}

.titulo-ejemplo strong {
    font-weight: 700;
}


/* TÍTULOS SECUNDARIOS */

.secundario-ejemplo {
    font-family: "Space Grotesk", sans-serif;
    font-size: 27px;
    line-height: 1.22;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.secundario-ejemplo strong {
    font-weight: 700;
}


/* TEXTO CORRIDO */

.cuerpo-ejemplo {
    max-width: 500px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 300;
    color: rgba(255,255,255,.9);
}

.cuerpo-ejemplo strong {
    font-weight: 600;
    color: #fff;
}

/* ================================
   JERARQUÍA · FONDOS DE COLOR
================================ */

.jerarquia-fondos {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 70px;
    border-top: 1px solid rgba(255,255,255,.42);
}


/* CABECERA */

.jerarquia-fondos-header {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) 160px;
    column-gap: 40px;
    align-items: start;
    margin-bottom: 70px;
}

.jerarquia-fondos-titulo {
    font-size: 14px;
    line-height: 1.55;
    color: #fff;
}

.jerarquia-fondos-texto {
    max-width: 430px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,.9);
}

.jerarquia-fondos-nota {
    font-size: 12px;
    line-height: 1.7;
    color: rgba(255,255,255,.9);
}


/* GRID 2 x 2 */

.jerarquia-fondos-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}


/* CAJAS */

.jerarquia-fondo-box {
    min-height: 250px;
    padding: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}


/* FONDOS */

.jerarquia-fondo-negro {
    background: #000;
    border: 1px solid rgba(255,255,255,.65);
}

.jerarquia-fondo-blanco {
    background: #f4f4f4;
}

.jerarquia-fondo-degradado {
    background: linear-gradient(135deg, #4FCDA1 0%, #4BB5FE 50%, #6249F4 100%);
}

.jerarquia-fondo-imagen {
    background:
        linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.15)),
        url("https://cdnweb.servicios.origen.bio/marca/img/fondo.jpg") center center / cover no-repeat;
}


/* TEXTO EJEMPLO */

.jerarquia-fondo-ejemplo {
    width: 100%;
    max-width: 390px;

    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 400;
    color: #fff;
	text-align: center;
}

.jerarquia-fondo-ejemplo strong {
    font-weight: 600;

    background: linear-gradient(90deg, #4FCDA1 0%, #4BB5FE 50%, #6249F4 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* TEXTO SOBRE FONDO BLANCO */

.jerarquia-fondo-ejemplo.texto-oscuro {
    color: #111;
}

/* ================================
   TIPOGRAFÍA SECUNDARIA · INTER
================================ */

.tipografia-secundaria {
    margin-top: 70px;
}

.tipografia-secundaria .text, .secundaria .text
{
	max-width: 430px;
}

.font-row-inter {
    padding-top: 15px;
    margin-bottom: 70px;
}

.font-sample-inter {
    font-family: "Inter", sans-serif;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 400;
}

.font-inter {
    font-family: "Inter", sans-serif;
}


.font-sample-inter p {
    margin: 0;
}

.font-row-inter .label a, .ffont-row-space .label a {
    color: #4AB9FE;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ancla-invisible {
    width: 0;
    height: 0;
    overflow: hidden;
}


/* ==========================================================================
   AJUSTES MÓVIL · LOGOTIPO / FONDOS / TAMAÑO MÍNIMO
   ========================================================================== */

@media (max-width: 768px) {

    .intro-row-logo,
    .isotipo-header {
        grid-template-columns: 62px 1fr 83px;
        gap: 20px;
    }

    .fondos-cabecera {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 4px;
    }

    .tm-header,
    .section-area-seguridad,
    .usos-incorrectos-section, .isotipo-fondos-header, .jerarquia-fila, .jerarquia-fondos-header {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

}
