@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Horizon";
  src: url("/src/fonts/horizon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Horizon Outlined";
  src: url("/src/fonts/horizon_outlined.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-padding-top: 0rem;
}

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

::selection {
  background: #00B8D9;
  color: black;
  /* color del texto seleccionado */
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  font-size: 2rem;
}
body.overflow-hidden {
  overflow: hidden;
}

p {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.5;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1,
h2,
h3 {
  margin: 0 0 5rem 0;
  font-weight: 900;
}

h1 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 6rem;
  }
}

h2 {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 5rem;
  }
}

h3 {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 3rem;
  }
}

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

body > section {
  padding: 10rem 0;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 10rem 0;
}

.contenido {
  width: 100%;
  height: 100rem;
  background-color: grey;
  border-radius: 4rem;
}

.header {
  width: 100%;
  position: relative;
  z-index: 100;
}

.header-contenido {
  width: 90%;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header-contenido {
    flex-direction: row;
    padding: 2rem 0;
    justify-content: space-between;
    align-items: center;
  }
}

.headerL {
  flex: 1;
  margin: 1rem 0;
}
.headerL .logo {
  width: auto;
  height: 70px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .headerL .logo {
    margin: 0;
  }
}

.headerR {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .headerR {
    justify-content: flex-end;
    margin: 0 auto;
    column-gap: 2rem;
  }
}

.redes {
  display: flex;
  gap: 2rem;
}
.redes a {
  font-size: 3rem;
  color: white;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (min-width: 768px) {
  .redes a {
    font-size: 2.4rem;
  }
}
.redes a:hover {
  transform: scale(1.2);
  color: #00B8D9;
}

.menu .btn-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  background: transparent;
  border: none;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-family: "Horizon", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .menu .btn-menu {
    font-size: 3rem;
  }
}
.menu .btn-menu:hover {
  background: white;
  color: black;
}
.menu .btn-menu .hamburguesa {
  display: block;
  width: 25px;
  height: 2px;
  background: currentColor;
  position: relative;
}
.menu .btn-menu .hamburguesa::before, .menu .btn-menu .hamburguesa::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: currentColor;
  left: 0;
}
.menu .btn-menu .hamburguesa::before {
  top: -8px;
}
.menu .btn-menu .hamburguesa::after {
  bottom: -8px;
}

.sidebar {
  right: -100%;
  width: 100%;
  position: fixed;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99;
  transition: right 0.4s ease;
  padding: 200px 60px;
}
@media (min-width: 768px) {
  .sidebar {
    right: -45%;
    width: 45%;
    padding: 120px 40px;
  }
}
.sidebar.active {
  right: 0;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  line-height: 2;
}
@media (min-width: 768px) {
  .sidebar ul li {
    line-height: 1.4;
  }
}
.sidebar ul li a {
  text-align: right;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 2.4rem;
  transition: all 0.3s ease;
  display: block;
  font-family: "Horizon Outlined", sans-serif;
}
@media (min-width: 768px) {
  .sidebar ul li a {
    font-size: 4.6rem;
  }
}
.sidebar ul li a:hover {
  font-family: "Horizon", sans-serif;
  padding-left: 10px;
}

.hero {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    height: 100vh;
  }
}

.video-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.video-background .video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.contenido-hero {
  width: 90%;
  max-width: 144rem;
  margin: 0 auto;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contenido-hero .titulo-container {
  text-align: left;
}
.contenido-hero .titulo-container h1,
.contenido-hero .titulo-container h2 {
  color: #FFFFFF;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .contenido-hero .titulo-container h1,
  .contenido-hero .titulo-container h2 {
    font-size: 10rem;
  }
}
@media (min-width: 1400px) {
  .contenido-hero .titulo-container h1,
  .contenido-hero .titulo-container h2 {
    font-size: 12rem;
  }
}
.contenido-hero .titulo-container h1 {
  font-family: "Horizon", sans-serif;
}
.contenido-hero .titulo-container h2 {
  font-family: "Horizon Outlined", sans-serif;
}
.contenido-hero .titulo-container .copy {
  font-size: 1.6rem;
  color: grey;
  max-width: 600px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-wrap: balance;
  text-align: left;
}

.promo-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  z-index: 10;
  border-top: 1px solid grey;
}
.promo-banner .promo-track {
  display: flex;
  white-space: nowrap;
}
.promo-banner .promo-track .promo-content {
  display: flex;
  align-items: center;
  gap: 30px;
  animation: scroll 20s linear infinite;
}
.promo-banner .promo-track .promo-content span {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Horizon", sans-serif;
}
.promo-banner .promo-track .promo-content .separator {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.footer {
  background-color: #111111;
  width: 100%;
  margin: 0 auto;
}

.footer-flex {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap: 2rem;
    padding: 2rem 0;
  }
}

.logo-footer {
  width: 12rem;
  flex: 1;
  margin: 0 auto;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .logo-footer {
    width: 20rem;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.float {
  animation: float 3s ease-in-out infinite;
}

.footer-info {
  display: flex;
  flex-direction: column;
  flex: 4;
}

.footer-top {
  width: 90%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid grey;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .footer-top {
    width: 100%;
    flex-direction: row;
  }
}

.academia {
  display: flex;
  flex-direction: column;
  column-gap: 4rem;
}
@media (min-width: 768px) {
  .academia {
    flex-direction: row;
  }
}

.copy {
  color: grey;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .copy {
    text-align: left;
    text-wrap: nowrap;
  }
}

.footer-bot {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 0;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .footer-bot {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}

.copyright {
  color: #FFFFFF;
  margin: 0;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .copyright {
    text-wrap: nowrap;
    text-align: left;
  }
}

.madeby {
  width: 20rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .madeby {
    margin: 0;
  }
}

.capitulos-full {
  width: 100%;
  background: #000;
  padding: 6rem 2rem;
  color: #fff;
  overflow: hidden; /* Corta las cards a los bordes */
}

.capitulos-header {
  width: 90%;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .capitulos-header {
    flex-direction: row;
    margin-bottom: 4rem;
  }
}

.capitulos-title {
  text-align: left;
  margin: 0;
  font-family: "Horizon", sans-serif;
}

.carousel-controls {
  display: flex;
  gap: 1rem;
}

.carousel-control {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.carousel-control:hover,
.carousel-control:focus {
  background-color: #00B8D9;
  color: #000000;
}

.carousel-control:focus {
  outline: 2px solid #00B8D9;
  outline-offset: 2px;
}

/* CARRUSEL */
.carousel-wrapper {
  width: 100%;
  overflow: hidden; /* Corta extremos */
}

.carousel-track {
  display: flex;
  gap: 20px;
  padding: 20px;
  animation: moveCarousel 20s linear infinite;
}

.carousel-track.is-manual {
  animation: none;
  transition: transform 0.5s ease;
}

@keyframes moveCarousel {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.card {
  background: #111111;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: scale(1.05);
}

.imagen-capitulo {
  width: 100%;
  height: 26rem;
  border-radius: 12px 12px 0 0;
  margin-bottom: 15px;
}

.cap1 {
  background: url("/src/img/capitulos/01.jpeg") center/cover no-repeat;
}

.cap2 {
  background: url("/src/img/capitulos/02.jpeg") center/cover no-repeat;
}

.cap3 {
  background: url("/src/img/capitulos/03.jpeg") center/cover no-repeat;
}

.cap4 {
  background: url("/src/img/capitulos/04.jpeg") center/cover no-repeat;
}

.cap5 {
  background: url("/src/img/capitulos/05.jpeg") center/cover no-repeat;
}

.cap6 {
  background: url("/src/img/capitulos/06.jpeg") center/cover no-repeat;
}

.card-contenido {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
  padding: 2rem 3rem;
  flex-grow: 1;
}

.card-contenido span {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  background-color: #00B8D9;
  display: inline-block;
  color: #000000;
  padding: 0.4rem 1rem;
}

.card h3 {
  font-family: "Horizon", sans-serif;
  text-align: center;
  margin: 0;
  width: 32rem;
}

.card p {
  margin: 0;
  opacity: 0.7;
  color: grey;
  font-size: 1.6rem;
  text-align: center;
}

.recursos {
  width: 100%;
  background-color: #111111;
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
@media (min-width: 768px) {
  .recursos {
    padding: 6rem;
  }
}

.recursos::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/src/img/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.1;
}

.recursos-title {
  width: 90%;
  max-width: 144rem;
  margin-bottom: 4rem;
  color: #FFFFFF;
  font-family: "Horizon", sans-serif;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .recursos-title {
    width: 100%;
    margin: 0 auto;
    text-wrap: nowrap;
  }
}

.recursos-container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
}
@media (min-width: 768px) {
  .recursos-container {
    flex-direction: row;
    padding: 4rem 0;
  }
}

.bg1 {
  background: url("/src/img/capitulos/01.jpeg");
  background-size: cover;
  background-position: center;
}

.bg2 {
  background: url("/src/img/capitulos/02.jpeg");
  background-size: cover;
  background-position: center;
}

.bg3 {
  background: url("/src/img/capitulos/03.jpeg");
  background-size: cover;
  background-position: center;
}

.recurso {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 40rem;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .recurso {
    height: 60rem;
  }
}

.recurso-title {
  color: #FFFFFF;
  font-family: "Horizon", sans-serif;
  text-align: center;
  margin: 0;
}

.H2 {
  font-family: "Horizon Outlined", sans-serif;
}

.recurso-description {
  color: #FFFFFF;
  text-align: left;
}

.recurso-link {
  display: block;
  padding: 14px 32px;
  background: none;
  color: #FFFFFF;
  font-family: "Horizon", sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 12px 0 12px 0;
}
.recurso-link:hover {
  color: #00B8D9;
  border: 2px solid #00B8D9;
}

.recursoBG {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8784313725);
  padding: 3rem 2rem;
}
@media (min-width: 768px) {
  .recursoBG {
    padding: 6rem 2rem;
  }
}

/* POPUP */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
  padding: 2rem;
  z-index: 999;
}

.popup-content {
  position: relative;
  border-radius: 4rem 0 4rem 0;
  overflow: hidden;
  display: flex;
  padding: 4rem 2rem;
  gap: 1rem;
  max-width: 1000px;
  width: 100%;
  background-color: #111;
  isolation: isolate;
}
@media (min-width: 768px) {
  .popup-content {
    gap: 6rem;
    padding: 3rem;
  }
}

.popup-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/src/img/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.1;
}

.popup-left, .popup-right {
  flex: 1;
}

.popup-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popup-left h3 {
  font-family: "Horizon", sans-serif;
  margin: 0;
}

.popup-left p {
  color: grey;
  font-size: 1.6rem;
}

.popup-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .popup-right {
    justify-content: space-between;
  }
}

/* VIDEO */
.youtube-video iframe {
  width: 100%;
  height: 18rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .youtube-video iframe {
    height: 25rem;
  }
}

.audio {
  width: 100%;
}

/* RESPONSIVE */
@media (max-width: 800px) {
  .popup-content {
    flex-direction: column;
  }
}
.sobre-podcast {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 6rem 2rem;
}
@media (min-width: 768px) {
  .sobre-podcast {
    padding: 8rem 0;
  }
}
.sobre-podcast .sp-title {
  margin-bottom: 20px;
  font-family: "Horizon", sans-serif;
  text-transform: uppercase;
}
.sobre-podcast .sp-description {
  max-width: 768px;
  margin: 2rem auto;
  color: grey;
  line-height: 1.5;
  text-wrap: balance;
  text-transform: uppercase;
}
.sobre-podcast .separador {
  width: 8rem;
  height: 2px;
  background-color: grey;
  margin: 0 auto;
}
.sobre-podcast .webp .sp-parallax {
  background-image: url("/src/img/parallax.webp");
}
.sobre-podcast .no-webp .sp-parallax {
  background-image: url("/src/img/parallax.png");
}
.sobre-podcast .sp-parallax {
  width: 100%;
  height: 6rem;
  margin: 4rem 0;
  background: url("/src/img/parallax.webp") center/contain no-repeat;
  background-attachment: fixed;
}
@media (min-width: 768px) {
  .sobre-podcast .sp-parallax {
    height: 24rem;
    margin: 8rem 0;
  }
}
.sobre-podcast .sp-stats {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media (min-width: 768px) {
  .sobre-podcast .sp-stats {
    width: 100%;
    max-width: 144rem;
    flex-direction: row;
  }
}
.sobre-podcast .sp-stat {
  text-transform: uppercase;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sobre-podcast .sp-stat {
    width: 28%;
  }
}
.sobre-podcast .sp-stat .sp-stat-top {
  color: #00B8D9;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.sobre-podcast .sp-stat .sp-number {
  font-size: 5rem;
  margin-bottom: 12px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .sobre-podcast .sp-stat .sp-number {
    font-size: 6rem;
  }
}
.sobre-podcast .sp-stat .sp-stat-bottom {
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: grey;
}

@media (max-width: 800px) {
  .sobre-podcast .sp-parallax {
    height: 200px;
  }
  .sobre-podcast .sp-number {
    font-size: 48px;
  }
}
.sobre-mi {
  width: 100%;
  background: #000000;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 2rem;
}
.sobre-mi .sobre-mi-container {
  width: 100%;
  max-width: 144rem;
  display: flex;
  flex-direction: column;
  background: #111;
  border-radius: 5rem 0 5rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sobre-mi .sobre-mi-container {
    width: 90%;
    flex-direction: row;
  }
}
.sobre-mi {
  /* Columna izquierda */
}
.sobre-mi .sm-left {
  flex: 1;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .sobre-mi .sm-left {
    padding: 6rem 4rem;
  }
}
.sobre-mi .sm-left .sm-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Horizon", sans-serif;
}
.sobre-mi .sm-left .sm-text {
  color: grey;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-wrap: balance;
}
.sobre-mi {
  /* Columna derecha */
}
.sobre-mi .sm-right {
  flex: 1;
  padding: 20rem 0;
  background: url("/src/img/Martin_Leidreiter.jpg") center/cover no-repeat;
}
.sobre-mi {
  /* Sponsors título */
}
.sobre-mi .sponsors-title {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  color: grey;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sobre-mi {
  /* Logos */
}
.sobre-mi .sponsors-logos {
  width: 90%;
  max-width: 144rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .sobre-mi .sponsors-logos {
    justify-content: space-between;
  }
}
.sobre-mi .sponsor {
  opacity: 0;
  transform: translateY(20px);
  height: 6rem;
  width: auto;
  display: block;
  object-fit: contain;
}

/* Fade-up animation */
.fade-up {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

@media (max-width: 900px) {
  .sobre-mi-container {
    grid-template-columns: 1fr;
  }
  .sm-right {
    height: 300px;
  }
  .sponsors-logos {
    justify-content: center;
  }
}
.sm-btn {
  display: block;
  padding: 14px 32px;
  background: none;
  color: #FFFFFF;
  font-family: "Horizon", sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 12px 0 12px 0;
  align-self: center;
}
@media (min-width: 768px) {
  .sm-btn {
    display: inline-block;
  }
}
.sm-btn:hover {
  color: #00B8D9;
  border: 2px solid #00B8D9;
}/*# sourceMappingURL=app.css.map */
