@charset "UTF-8";
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;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

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

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

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

.header {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100vh;
  aspect-ratio: 16/9;
  background-image: image-set(url(../img/fodo-sin-logo-b.png) 1x);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (min-width: 768px) {
  .header {
    background-size: 60%;
  }
}
.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(to top, #FFFFFF, transparent);
  pointer-events: none;
  z-index: 5;
}
.header__contenido {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  z-index: 1;
}
.header__botones {
  all: unset;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
.header__botones:hover {
  cursor: pointer;
}
.header__botones {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 33rem;
}
@media (min-width: 480px) {
  .header__botones {
    margin-top: 40rem;
  }
}
@media (min-width: 768px) {
  .header__botones {
    margin-top: 50rem;
  }
}
@media (min-width: 1024px) {
  .header__botones {
    margin-top: 60rem;
  }
}
@media (min-width: 1200px) {
  .header__botones {
    position: absolute;
    top: 70%;
    left: 9%;
    width: 70%;
    height: 15%;
    margin-top: 0;
  }
}
.header__botones--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media (min-width: 480px) {
  .header__botones--btn {
    gap: 4rem;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .header__botones--btn {
    gap: 4rem;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .header__botones--btn {
    gap: 4rem;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .header__botones--btn {
    gap: 4rem;
    flex-direction: row;
  }
}
.header__boton {
  all: unset;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
.header__boton:hover {
  cursor: pointer;
}
.header__boton {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #A90000;
  color: #FFFFFF;
  padding: 1.2rem 2rem;
  font-size: 1.3rem;
  border-radius: 1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.header__boton:hover {
  background-color: rgb(152.1, 0, 0);
  transform: translateY(-2px);
}
.header__boton--apple:hover {
  background-color: rgb(152.1, 0, 0);
}

.footer {
  background-color: #0e121b;
  padding: 5rem 0 2rem 0;
  color: #FFFFFF;
}
.footer__contenedor {
  width: min(95%, 130rem);
  margin: 0 auto;
}
.footer__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .footer__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer__logo {
  font-size: 3.5rem;
  margin: 0;
}
.footer__logo span {
  color: #A90000;
}
.footer__heading {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.footer__copyright {
  text-align: center;
  margin-top: 5rem;
  font-size: 1.4rem;
  color: #64748B;
}
.footer Picture img {
  max-width: 50%;
}
.footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.footer__contacto {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main {
  width: min(95%, 130rem);
  margin: 0 auto;
  padding: 10rem 0;
  background-color: #FFFFFF;
}
.main__heading {
  font-size: clamp(3rem, -0.8rem + 10vw, 4rem);
  color: #1A1B15;
  margin-bottom: 1.5rem;
  text-align: center;
}
.main__heading--azul {
  color: #007DF4;
}
.main__text {
  font-size: clamp(1.25rem, -0.8rem + 10vw, 1.75rem);
  color: #64748B;
  margin-bottom: 7rem;
  text-align: center;
}
.main__grid {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .main__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.main__texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.7019607843);
  border-radius: 2rem;
  padding: 4rem;
}
.main__texto i {
  font-size: 2.7rem;
  color: #007DF4;
}
.main__texto h2 {
  font-size: clamp(1.5rem, -0.8rem + 10vw, 2.5rem);
  color: #1A1B15;
  text-align: center;
}
.main__texto p {
  font-size: clamp(1rem, -0.8rem + 10vw, 1.5rem);
  color: #64748B;
  text-align: center;
}

.aboutus {
  width: min(95%, 80rem);
  margin: 0 auto;
  padding: 10rem 0 10rem 0;
}
.aboutus__heading {
  font-size: clamp(3rem, -0.8rem + 10vw, 4rem);
  color: #1A1B15;
  margin-bottom: 1.5rem;
  text-align: center;
}
.aboutus__texto {
  font-size: clamp(1.2rem, -0.8rem + 10vw, 2rem);
  color: #1A1B15;
  line-height: 1.6;
  text-align: center;
}
.aboutus__texto span {
  color: #007DF4;
  font-weight: 700;
}

.info {
  background-color: #0e121b;
  color: #FFFFFF;
  padding: 8rem 0;
}
.info__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 0 2rem;
}
@media (min-width: 1024px) {
  .info__grid {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
}
.info__heading {
  font-weight: 700;
  margin: 0 0 1.6rem 0;
  font-size: clamp(1.5rem, -0.8rem + 10vw, 4rem);
  color: #FFFFFF;
}
.info__heading--azul {
  color: #007DF4;
}
.info__text {
  font-size: clamp(1rem, -0.8rem + 10vw, 1.8rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7019607843);
  margin-bottom: 2rem;
  text-align: center;
}
.info__text p {
  margin: 0;
}
.info__imagenes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.info__imagen {
  width: 100%;
  max-width: 440px;
  border-radius: 1.5rem;
  overflow: hidden;
}
.info__imagen img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.info__tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  justify-content: center;
}
.info__tags a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.info__tag {
  width: 5rem;
  height: 5rem;
  background-color: rgba(11, 100, 244, 0.2);
  color: #0b64f4;
  border-radius: 1.5rem;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.info__tag i {
  line-height: 1;
  display: block;
}
.info__cont h3 {
  font-size: clamp(1.25rem, -0.8rem + 10vw, 2rem);
  color: #FFFFFF;
  margin: 0 0 0.4rem 0;
}
.info__cont p {
  font-size: clamp(1rem, -0.8rem + 10vw, 1.5rem);
  margin: 0;
}

.VMV {
  padding: 20rem 0;
  text-align: center;
}
.VMV__heading {
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
}
.VMV__grid {
  width: min(95%, 130rem);
  margin: 0 auto;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .VMV__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}
.VMV__imagen {
  width: 7rem;
  height: 7rem;
  color: #007DF4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  margin-bottom: 2.5rem;
  flex-shrink: 0;
}
.VMV__contenido {
  border: 1px solid rgba(100, 116, 139, 0.2);
  border-radius: 1.5rem;
  padding: 4rem 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.VMV__contenido p {
  color: #64748B;
  font-size: 2rem;
}
.VMV__body {
  padding: 2rem;
}

.ofert {
  text-align: center;
  margin-bottom: 25rem;
  margin-top: 25rem;
}
.ofert__heading {
  font-size: clamp(1.2rem, -0.8rem + 10vw, 4rem);
  font-weight: 700;
  color: #007DF4;
}
.ofert__heading--azul {
  color: #A90000;
}
.ofert__grid {
  width: min(95%, 80rem);
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .ofert__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
  }
}
.ofert p {
  color: #64748B;
  margin: 2rem 0 5rem 0;
}
.ofert__imagen {
  color: #A90000;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  padding: 3rem 2rem;
  border: 1px solid rgba(100, 116, 139, 0.2);
  border-radius: 2rem;
  gap: 1rem;
}
.ofert__imagen p {
  color: black;
  margin: 0;
}
.ofert__imagen i {
  font-size: 3.5rem;
  margin: 0 5rem 1.6rem;
}
.ofert__imagen picture {
  max-width: 40%;
}
@media (min-width: 768px) {
  .ofert__imagen picture {
    max-width: 110%;
  }
}

.app {
  background-color: #0e121b;
  color: #FFFFFF;
  padding: 8rem 0;
}
.app__heading {
  font-size: clamp(1.2rem, -0.8rem + 10vw, 4rem);
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}
.app__heading--azul {
  color: #007DF4;
}
.app__text {
  text-align: center;
  color: rgba(255, 255, 255, 0.7019607843);
  margin-bottom: 4rem;
  font-weight: 300;
}
.app__grid {
  width: min(95%, 100rem);
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .app__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.app__card {
  border-radius: 2rem;
  border: 1px solid rgba(100, 116, 139, 0.2);
}
.app__texto {
  padding: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.app__texto h2 {
  font-size: clamp(1.2rem, -0.8rem + 10vw, 2.6rem);
  font-weight: 400;
}
.app__texto P {
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: clamp(1rem, -0.8rem + 10vw, 1.7rem);
  font-weight: 300;
}
.app__span {
  color: #FFFFFF;
  font-weight: 500;
}
.app__img {
  position: relative;
  display: inline-block;
  width: 100%;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  overflow: hidden;
}
.app__img picture img {
  display: block;
  width: 100%;
  height: 16rem;
  object-fit: cover;
  filter: brightness(0.6);
}
.app__img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 4rem;
  pointer-events: none;
}
.app__btn {
  display: flex;
  gap: 2rem;
}
.app__link {
  all: unset;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
.app__link:hover {
  cursor: pointer;
}
.app__link {
  display: flex;
  gap: 0.7rem;
  background-color: #007DF4;
  color: #FFFFFF;
  padding: 1.3rem 2.3rem;
  font-size: 1.5rem;
  border-radius: 1rem;
  align-items: center;
  transition: background-color 0.3s ease;
}
.app__link:hover {
  background-color: rgb(0, 75, 146.4);
}
.app__link--apple {
  background-color: transparent;
  color: #FFFFFF;
  border: 0.2rem solid #64748B;
}
.app__link--apple:hover {
  background-color: black;
}

.contacto {
  padding: 8rem 0;
}
.contacto__div {
  width: min(95%, 100rem);
  margin: 0 auto;
  background-color: #0e121b;
  border-radius: 2rem;
  padding: 6rem;
  text-align: center;
}
.contacto__heading {
  font-size: clamp(1.2rem, -0.8rem + 10vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 3rem;
  color: #FFFFFF;
}
.contacto__heading--azul {
  color: #007DF4;
}
.contacto__text {
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: clamp(1rem, -0.8rem + 10vw, 1.8rem);
  font-weight: 300;
}
@media (min-width: 1024px) {
  .contacto__text {
    margin: 0 12rem 4rem;
  }
}
.contacto__cards {
  width: min(95%, 80rem);
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .contacto__cards {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.contacto__card {
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.contacto__card p {
  font-size: clamp(1rem, -0.8rem + 10vw, 2rem);
  font-weight: 700;
  margin: 0;
}
.contacto__card i {
  color: #007DF4;
  font-size: 2rem;
}
.contacto__btns {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
.contacto__btn {
  all: unset;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
.contacto__btn:hover {
  cursor: pointer;
}
.contacto__btn {
  background-color: #A90000;
  color: #FFFFFF;
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  transition: background-color 0.3s;
  text-align: center;
  border-radius: 1rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .contacto__btn {
    width: 20%;
  }
}
.contacto__btn:hover {
  background-color: #760000;
  cursor: pointer;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: min(95%, 100rem);
  margin: 0 auto;
}
.hero__logo-sm {
  font-size: clamp(5rem, -0.8rem + 10vw, 6rem);
  color: #1A1B15;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__logo-sm {
    text-align: center;
    display: inline-block;
  }
}
.hero__logo-sm--fino {
  color: #007DF4;
}

/* Contenedor principal para centrar todo en la página */
.live-wrapper {
  display: flex;
  flex-direction: column; /* Alinea el texto arriba del video */
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  font-family: sans-serif;
}

/* Texto de instrucción */
.live-instruction {
  margin-bottom: 12px;
  color: #333;
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f1f1f1;
  padding: 8px 15px;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* El marco del video */
.video-card {
  width: 100%;
  max-width: 700px;
  position: relative;
  padding-bottom: 39.37%;
  height: 0;
  background-color: #000;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 3px solid #f1f1f1;
  transition: transform 0.3s ease;
}

.video-card:hover {
  transform: scale(1.02);
}

.video-card video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Punto rojo parpadeante para dar sensación de "En Vivo" */
.live-dot {
  height: 10px;
  width: 10px;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .video-card {
    max-width: 95%;
    padding-bottom: 56.25%;
  }
}
/*# sourceMappingURL=app.css.map */
