@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&display=swap');

@font-face {
  font-family: 'DAZN Trim Extrabold';
  src: url('typo/DAZN Trim Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'DAZN Trim Semibold';
  src: url('typo/DAZN Trim Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'PPFraktionMono-Bold';
  src: url('typo/PPFraktionMono-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'PPFraktionMono-Light';
  src: url('typo/PPFraktionMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'PPFraktionMono-Light', 'Montserrat', Arial, sans-serif;
  background: #111;
  color: #fff;
  scroll-behavior: smooth;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: rgba(0,0,0,0.85);
  z-index: 1000;
  padding: 0.5em 0;
}
.menu ul {
  display: flex;
  justify-content: center;
  gap: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.1em;
  letter-spacing: 1px;
  transition: color 0.2s;
}
.menu a.nav-mutante {
  font-family: 'DAZN Trim Extrabold', 'Montserrat', Arial, sans-serif;
  font-weight: 800;
}
.menu a:not(.nav-mutante) {
  font-family: 'PPFraktionMono-Bold', 'Montserrat', Arial, sans-serif;
  font-weight: bold;
}
.menu a:hover {
  color: #00e0ff;
}

.menu-mobile {
  display: none;
}

@media (max-width: 600px) {
  .menu-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: rgba(0,0,0,0.85);
    z-index: 1000;
    padding: 1em 0;
  }
  .menu {
    display: none;
  }
  .menu-mobile .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em;
  }
  .menu-mobile .menu-items {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0.95);
  }
  .menu-mobile .menu-toggle {
    cursor: pointer;
    font-size: 1.5em;
    color: #fff;
  }
  .menu-mobile.open .menu-items {
    display: block;
    padding: 1em;
  }
  .menu-mobile a {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0.5em 0;
  }
  .menu-mobile a.nav-mutante {
    font-size: 1.5em;
    font-family: 'DAZN Trim Extrabold', 'Montserrat', Arial, sans-serif;
    font-weight: 800;
  }
  .menu-mobile a:not(.nav-mutante) {
    font-size: 1em;
    font-family: 'PPFraktionMono-Bold', 'Montserrat', Arial, sans-serif;
  }
  .menu-mobile .menu-items li:last-child a {
    text-decoration: underline;
  }
  .menu-mobile a:hover {
    color: #00e0ff;
  }
}

main {
  overflow: hidden;
}
.slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  padding: 2em 1em;
  box-sizing: border-box;
}

.img-placeholder {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}
.img-placeholder::after { content: none; }

/* Overlay para mejorar legibilidad */
.img-placeholder::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.45);
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
}
h1, h2 {
  font-family: 'DAZN Trim Extrabold', 'Montserrat', Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  margin: 0.2em 0 0.5em 0;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.texto, .btn-cta, ul, li, p, .materia {
  font-family: 'PPFraktionMono-Light', 'Montserrat', Arial, sans-serif;
}
.texto {
  max-width: 700px;
  font-size: 1.15em;
  line-height: 1.6;
  background: rgba(0,0,0,0.6);
  padding: 1.5em 2em;
  border-radius: 1em;
  margin-bottom: 1em;
}
.texto ul {
  padding-left: 1.2em;
}
.btn-cta {
  display: inline-block;
  background: linear-gradient(90deg, #00e0ff, #ff00c8);
  color: #fff;
  font-weight: 900;
  font-size: 1.3em;
  padding: 0.8em 2.5em;
  border-radius: 2em;
  text-decoration: none;
  margin-top: 2em;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  transition: background 0.2s, transform 0.2s;
}
.btn-cta:hover {
  background: linear-gradient(90deg, #ff00c8, #00e0ff);
  transform: scale(1.05);
}
.privacy-link {
  margin-top: 1.5em;
  text-align: center;
}
.privacy-link a {
  color: #888;
  font-size: 0.9em;
  text-decoration: none;
  font-family: 'PPFraktionMono-Light', 'Montserrat', Arial, sans-serif;
}
.privacy-link a:hover {
  color: #00e0ff;
  text-decoration: underline;
}

/* Footer */
footer {
  padding: 2em;
  text-align: center;
  font-size: 0.9em;
  color: #888;
  background: rgba(0, 0, 0, 0.3);
}

footer p {
  margin: 0;
  line-height: 1.8;
  font-family: 'PPFraktionMono-Light', 'Montserrat', Arial, sans-serif;
}

footer a {
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}

footer a:hover {
  color: #00e0ff;
  text-decoration: underline;
}

.materias {
  display: flex;
  flex-direction: column;
  gap: 4em;
}
.materia {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
  position: relative;
  z-index: 2;
}
.materia > * {
  position: relative;
  z-index: 3;
}

.card-17 {
  background: none !important;
}

.bg1 { background: url('media/1.png') center center/cover no-repeat; background-size: contain; }
.bg2 { background: url('media/2.png') center center/cover no-repeat; }
.bg3 { background: url('media/3.png') bottom center / 50% !important; }
.bg4 { background: url('media/4.png') center center/cover no-repeat; }
.bg5 { background: url('media/5.png') center center/cover no-repeat; }
.bg6 { background: url('media/6.png') center center/cover no-repeat; }
.bg7 { background: url('media/7.png') center center/cover no-repeat; }
.bg8 { background: url('media/8.png') center center/cover no-repeat; }
.bg9 { background: url('media/9.png') center center/cover no-repeat; }
.bg10 { background: url('media/10.png') center center/cover no-repeat; }
.bg11 { background: url('media/11.png') center center/cover no-repeat; }
.bg12 { background: url('media/12.png') center center/cover no-repeat; }
.bg13 { background: url('media/15.png') bottom center / 50% !important; }
.bg16 { background: url('media/16.png') center center/cover no-repeat !important; }
.bg17 { background: url('media/17.png') center center/cover no-repeat !important; }
@media (max-width: 900px) {
  .img-placeholder {
    width: 90vw;
    height: 30vh;
    max-width: 95vw;
    max-height: 250px;
  }
  .texto {
    padding: 1em 0.5em;
  }
  h1, h2 {
    font-size: 1.5em;
  }
  .bg3 {
    background-size: 120%; 
    background-position-y: bottom;
    background: url('media/3.png') center center/cover no-repeat !important;
  }
  .btn-cta {
    font-size: 1em;
  }
}
@media (max-width: 600px) {
  .menu ul {
    flex-direction: column;
    gap: 0.5em;
  }
  .img-placeholder {
    width: 98vw;
    height: 25vh;
    max-width: 100vw;
    max-height: 180px;
  }
  .slide {
    padding: 1em 0.2em;
  }
}

.slide-content {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.split {
  flex-direction: row;
}
.img-side {
  flex: 1 1 50%;
  background: transparent;
}
.text-side {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 2em;
  z-index: 4;
}
.card {
  background: #fff;
  color: #222;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18), 0 1.5px 6px rgba(0,0,0,0.10);
  border: 2px solid #e5e5e5;
  padding: 2.5em 2.5em;
  margin: 2em 2em;
}
.card h2 {
  color: #111;
  margin-top: 0;
}
.card .texto {
  background: none;
  color: #222;
  padding: 0;
  border-radius: 0;
}
.materias-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  width: 100%;
  max-width: 1600px;
  min-height: 80vh;
  padding: 3vw 2vw;
}
.materias-cell {
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  min-height: 340px;
}
.materias-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.materias-text {
  background: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 1.5px 6px rgba(0,0,0,0.08);
  padding: 2.2em 2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.materias-titulo {
  font-family: 'DAZN Trim Extrabold', 'Montserrat', Arial, sans-serif;
  font-size: 2em;
  font-weight: 800;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
}
.materias-descripcion {
  font-family: 'PPFraktionMono-Light', 'Montserrat', Arial, sans-serif;
  font-size: 1.05em;
  color: #222;
  line-height: 1.5;
}
.materias-descripcion b {
  font-family: 'PPFraktionMono-Bold', 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  color: #111;
}
@media (max-width: 1200px) {
  .materias-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .materias-grid {
    grid-template-columns: 1fr;
    gap: 1vw;
    padding: 2vw 1vw;
  }
  .materias-cell {
    height: fit-content;
    border-radius: 14px;
  }
  .materias-titulo {
    font-size: 1.3em;
  }
  .materias-img {
    background-repeat: no-repeat;

  }
}

.home-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.row-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2vw;
}
.row-corners {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 3vw;
  margin-top: 0.5vw;
  z-index: 4;
}
.corner-text {
  font-family: 'PPFraktionMono-Light', 'Montserrat', Arial, sans-serif;
  font-size: 1.25em;
  color: #fff;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.corner-text.left {
  text-align: left;
}
.corner-text.right {
  text-align: right;
}
.mutante-title {
  font-family: 'DAZN Trim Extrabold', 'Montserrat', Arial, sans-serif;
  font-size: 10vw;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 auto 0 auto;
  text-align: center;
  line-height: 1.05;
  z-index: 4;
}

@media (max-width: 900px) {
  .mutante-title {
    font-size: 11vw;
  }
  .row-title {
    margin-bottom: 3vw;
  }
  .row-corners {
    padding: 0 4vw;
    font-size: 1em;
  }
}
@media (max-width: 600px) {
  .mutante-title {
    font-size: 13vw;
  }
  .row-title {
    margin-bottom: 4vw;
  }
  .row-corners {
    padding: 0 4vw;
    font-size: 0.95em;
    position: absolute;
    bottom: 4vw;
    left: 0;
    right: 0;
  }
  .bg1 {
    background-size: 80% !important;
  }
  .slide {
    padding: 1em 4vw;
  }
  .corner-text.right {
    text-align: left
  }
}

.bg-white {
  background: #fff !important;
}

.bold {
  font-weight: 900;
  font-family: 'PPFraktionMono-Bold', 'Montserrat', Arial, sans-serif;
}
.quienes-somos-section {
  min-height: 100vh;
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quienes-somos-grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 3vw;
  justify-content: center;
  align-items: stretch;
  min-height: 80vh;
}
.quienes-img-card {
  flex: 1 1 50%;
  background: #111;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18), 0 1.5px 6px rgba(0,0,0,0.10);
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
.quienes-img-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('media/2.png') center center/cover no-repeat;
  opacity: 1;
  z-index: 1;
}
.quienes-title {
  position: absolute;
  top: 2vw;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-family: 'DAZN Trim Extrabold', 'Montserrat', Arial, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: left;
  padding-left: 2vw;
  text-shadow: 0 4px 24px rgba(0,0,0,0.45);
}
.quienes-info-card {
  flex: 1 1 50%;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18), 0 1.5px 6px rgba(0,0,0,0.10);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) {
  .quienes-somos-grid {
    flex-direction: column;
    gap: 2vw;
  }
  .quienes-img-card, .quienes-info-card {
    border-radius: 24px;
  }
  .quienes-title {
    font-size: 7vw;
    margin: 3vw 0 2vw 0;
  }
}
@media (max-width: 700px) {
  .quienes-somos-grid {
    flex-direction: column;
    gap: 1vw;
  }
  .quienes-img-card, .quienes-info-card {
    border-radius: 16px;
  }
  .quienes-title {
    font-size: 10vw;
    margin: 4vw 0 2vw 0;
  }
}

.academia-section {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background: none;
}
.academia-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding: 6vw 4vw 4vw 4vw;
}
.academia-title {
  font-family: 'DAZN Trim Extrabold', 'Montserrat', Arial, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 1vw 0;
  text-align: left;
  text-shadow: 0 4px 24px rgba(0,0,0,0.45);
}
.academia-texto {
  font-family: 'PPFraktionMono-Light', 'Montserrat', Arial, sans-serif;
  font-size: 1.7vw;
  color: #fff;
  margin-top: 1vw;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
  max-width: 600px;
}
@media (max-width: 900px) {
  .academia-title {
    font-size: 8vw;
  }
  .academia-texto {
    font-size: 3vw;
  }
  .academia-content {
    padding: 10vw 4vw 4vw 4vw;
  }
}
@media (max-width: 600px) {
  .academia-title {
    font-size: 11vw;
  }
  .academia-texto {
    font-size: 4vw;
  }
  .academia-content {
    padding: 16vw 2vw 4vw 2vw;
  }
}

.creatividad-grid-section {
  background: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creatividad-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2vw;
  width: 100%;
  max-width: 1400px;
  min-height: 80vh;
  padding: 3vw 2vw;
}
.creatividad-cell {
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  min-height: 320px;
}
.creatividad-text1, .creatividad-text2 {
  background: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 1.5px 6px rgba(0,0,0,0.08);
  padding: 2.2em 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creatividad-text1 .texto, .creatividad-text2 .texto {
  background: none;
  color: #222;
  font-size: 1.15em;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.creatividad-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 320px;
}
.creatividad-img1 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.creatividad-img2 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.creatividad-text1 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.creatividad-text2 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
@media (max-width: 900px) {
  .creatividad-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 2vw;
    padding: 2vw 1vw;
  }
  .creatividad-img1, .creatividad-img2, .creatividad-text1, .creatividad-text2 {
    grid-column: 1 / 2 !important;
    grid-row: auto !important;
  }
  .creatividad-cell {
    min-height: 180px;
    border-radius: 14px;
  }
  .creatividad-img2 {
    display: none;
  }
}

.beneficios-section {
  background: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beneficios-grid {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 100vh;
  gap: 2vw;
  padding: 3vw 2vw;
}
.beneficios-img-col {
  flex: 1 1 45%;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #fff;
}
.beneficios-img-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('media/6.png') center top/cover no-repeat;
  z-index: 1;
}
.beneficios-title {
  position: absolute;
  top: 2vw;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-family: 'DAZN Trim Extrabold', 'Montserrat', Arial, sans-serif;
  font-size: 4vw;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: left;
  padding-left: 2vw;
  text-shadow: 0 4px 24px rgba(0,0,0,0.45);
}
.beneficios-text-col {
  flex: 1 1 50%;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.beneficios-text-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('media/13.png') center center/cover no-repeat;
  z-index: 1;
}
.beneficios-card {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 1.5px 6px rgba(0,0,0,0.08);
  padding: 2.5em 2.5em;
  width: 100%;
  max-width: 700px;
}
.beneficios-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.beneficios-list li {
  font-size: 1.15em;
  margin-bottom: 1.1em;
  color: #222;
  font-family: 'PPFraktionMono-Light', 'Montserrat', Arial, sans-serif;
}
.beneficios-list .bold {
  font-family: 'PPFraktionMono-Bold', 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  color: #111;
}
@media (max-width: 1100px) {
  .beneficios-grid {
    flex-direction: column;
    gap: 2vw;
  }
  .beneficios-img-col, .beneficios-text-col {
    border-radius: 24px;
  }
  .beneficios-title {
    font-size: 7vw;
    padding-left: 4vw;
  }
  .beneficios-card {
    padding: 1.5em 1em;
    border-radius: 24px;
  }
}
@media (max-width: 700px) {
  .beneficios-grid {
    flex-direction: column;
    gap: 1vw;
    padding: 2vw 1vw;
  }
  .beneficios-img-col, .beneficios-text-col {
    border-radius: 16px;
  }
  .beneficios-title {
    font-size: 10vw;
    padding-left: 4vw;
  }
  .beneficios-card {
    padding: 1em 0.5em;
    border-radius: 16px;
  }
}

.materias-portada-section {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.materias-portada-content {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8vw 2vw 4vw 2vw;
  z-index: 2;
}
.materias-portada-title {
  font-family: 'DAZN Trim Extrabold', 'Montserrat', Arial, sans-serif;
  font-size: 6vw;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 2vw 0;
  text-align: center;
  text-shadow: 0 4px 24px rgba(0,0,0,0.45);
}
.materias-portada-texto {
  font-family: 'PPFraktionMono-Light', 'Montserrat', Arial, sans-serif;
  font-size: 2vw;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
  margin-top: 1vw;
  max-width: 600px;
}
@media (max-width: 900px) {
  .materias-portada-title {
    font-size: 10vw;
  }
  .materias-portada-texto {
    font-size: 4vw;
  }
  .materias-portada-content {
    padding: 14vw 2vw 4vw 2vw;
  }
}
@media (max-width: 600px) {
  .materias-portada-title {
    font-size: 13vw;
  }
  .materias-portada-texto {
    font-size: 5vw;
  }
  .materias-portada-content {
    padding: 18vw 2vw 4vw 2vw;
  }
}

.porque-elegirnos-section {
  min-height: 100vh;
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.porque-elegirnos-grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 3vw;
  justify-content: center;
  align-items: stretch;
}
.porque-img-card {
  flex: 1 1 50%;
  background: #111;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18), 0 1.5px 6px rgba(0,0,0,0.10);
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
.porque-img-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('media/11.png') center center/cover no-repeat;
  opacity: 1;
  z-index: 1;
}
.porque-title {
  position: absolute;
  top: 2vw;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-family: 'DAZN Trim Extrabold', 'Montserrat', Arial, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: left;
  padding-left: 2vw;
  text-shadow: 0 4px 24px rgba(0,0,0,0.45);
}
.porque-info-card {
  flex: 1 1 50%;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18), 0 1.5px 6px rgba(0,0,0,0.10);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) {
  .porque-elegirnos-grid {
    flex-direction: column;
    gap: 2vw;
  }
  .porque-img-card, .porque-info-card {
    border-radius: 24px;
  }
  .porque-title {
    font-size: 7vw;
    margin: 3vw 0 2vw 0;
  }
}
@media (max-width: 700px) {
  .porque-elegirnos-grid {
    flex-direction: column;
    gap: 1vw;
  }
  .porque-img-card, .porque-info-card {
    border-radius: 16px;
  }
  .porque-title {
    font-size: 10vw;
    margin: 4vw 0 2vw 0;
  }
} 