@import url("https://use.typekit.net/frp2nwj.css");
:root {
  --franklin-urw:"franklin-gothic-urw", sans-serif;
  --noto:"noto-serif",serif;
  --noto-extracon: "noto-serif-extracondensed",serif;
  --mongoo: "mongoose",sans-serif;
  --crema:#f1efe3;
  --crema-alternativo:#fffaea;
  /* este tono de crema se cambio*/
  --black:#202020;
  --rojo:#FF3640;
  --naranja:#FF6D46;
  /* este tono de naranja se cambio*/
  --amarillo:#FDD732;
  --amarillo-200: #FBEE7E;
  --azul-100: #3247D5;
  --azul-200: #01364A;
  --azul-300: #001A23;
  /* estos ultimos dos tonos de azul se agregaron*/
  --primary-100:#8B4513;
  --primary-200:#61300D;
  --primary-300:#E68946;
  --naranja-100:#ff5039;
  --naranja-200:#ff7a45;
  --text-100:#000000;
  --text-200:#817a73;
  --text-300: #a0958a;
  --bg-100:#f7e1b8;
  --bg-200:#ffecc9;
  --bg-300:#eeddaf;
  --secundario-vibrante:#414F46;
  --secundario-oscuro:#252525;
  /* este tono de negro se cambio*/
  --secundario-oscuro-bis:#050714;
  --primario-claro:#fffcf0;
  --primario-vibrante:#fff7b7;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 1.1rem;
  font-family: var(--noto), serif;
  color: var(--azul-300);
  line-height: 1.5rem;
  background-color: var(--crema-alternativo);
  width: 100%;
}

h1, h2, h4, h5, h6 {
  font-family: var(--franklin-urw), sans-serif;
}

p {
  position: relative;
  font-size: 1.05rem;
  line-height: 1.7rem;
  font-weight: 300;
  display: block;
}

.minus {
  font-size: 0.85rem;
}

strong {
  font-weight: 600;
}

img {
  width: 100%;
  border: 0;
  height: auto;
  padding: 0;
  /* overflow: hidden; */
  margin: 0 auto;
  z-index: 99;
  display: inline-block;
}

a {
  color: var(--crema-alternativo);
  background-color: var(--azul-200);
  font-family: var(--franklin-urw), sans-serif;
  text-decoration: none;
}
a:hover {
  color: var(--azul-200);
  background-color: var(--crema-alternativo);
}

button, input, optgroup, select, textarea {
  color: var(--crema-alternativo);
  margin: 1rem;
  text-transform: uppercase;
  font-family: var(--franklin-urw), sans-serif;
  font-size: 0.7rem;
  padding: 2px 10px 2px 10px;
  letter-spacing: 1px;
  border-width: 1px;
}

.bg-black {
  background-color: var(--black);
}

.bg-crema {
  background-color: var(--crema) !important;
  color: var(--black) !important;
}

.bg-danger {
  background-color: var(--rojo) !important;
}

.bg-azul2 {
  background-color: var(--azul-200) !important;
  color: var(--crema-alternativo) !important;
}

.bg-azul3 {
  background-color: var(--azul-300) !important;
  color: var(--crema-alternativo) !important;
}

.navbar-brand-lado {
  max-width: 220px;
  background-color: var(--azul-200);
  border-radius: 30px;
  margin: 5px;
}

.navbar-lado {
  color: var(--text-100);
  font-family: var(--franklin-urw), sans-serif;
}

.nav-link-lado {
  font-family: var(--franklin-urw), sans-serif;
  color: var(--azul-200);
  font-size: 0.7rem;
  font-weight: 300;
  padding: 10px;
  background-color: var(--amarillo-200);
  border-radius: 30px;
  margin: 7px;
}
.nav-link-lado i {
  color: var(--azul-200);
}

.navbar-toggler {
  background-color: var(--amarillo-200);
}

.nav-item {
  color: var(--crema);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 7px 0;
}

.bg-blur {
  background: transparent;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.filter-invert {
  mix-blend-mode: difference;
}

.icono {
  width: 45px;
  position: fixed;
  bottom: 500px;
  right: 50%;
  z-index: 999;
}
.icono img {
  --animate-repeat: 2;
  --animate-duration: 6s;
}

.autores {
  font-family: var(--noto-extracon), serif;
  font-style: italic;
  font-size: 0.8rem;
  color: var(--crema-alternativo);
  text-shadow: 2px 2px 7px #2e2e2e;
}
.autores span {
  font-family: var(--franklin-urw), sans-serif;
  font-size: 0.85rem;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

.video-background-container {
  position: relative; /* Essential for positioning the video absolutely within it */
  width: 100%;
  height: 100vh; /* Example height: cover the full viewport height */
  overflow: hidden; /* Ensures the video doesn't spill out if slightly larger */
  background: url("fallback-image.jpg") no-repeat center center/cover;
  /* Centers the content */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Style the video element itself */
#video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1; /* Puts the video *behind* other content in the container */
  transform: translate(-50%, -50%); /* Centers the video precisely */
  object-fit: cover; /* Ensures the video covers the area without stretching */
}

/* Style the foreground content */
.content {
  position: relative;
  z-index: 1; /* Ensures content is *above* the video */
  text-align: center;
  padding: 20px;
  /* Add more styling for your content here */
}

.apertura h1 {
  font-family: var(--mongoo), sans-serif;
  text-align: right;
  text-transform: uppercase;
  font-size: 12rem;
  line-height: 0.8;
  letter-spacing: 1px;
  color: var(--azul-200);
}
.apertura h2 {
  font-family: var(--franklin-urw), sans-serif;
  text-align: left;
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--azul-200);
}

.subtitulo-grafico {
  color: var(--crema);
  font-size: 0.8rem;
  text-align: center;
  font-family: var(--franklin-urw), sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.sumario {
  padding: 5rem 1rem 5rem 1rem;
}
.sumario h3 {
  font-family: var(--franklin-urw), sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  color: var(--text-300);
  line-height: 1.3;
  letter-spacing: 1px;
}
.sumario span {
  background-color: var(--azul-100);
  color: var(--crema-alternativo);
}

.sumario-blk {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.secx {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.secx-bottom {
  padding-bottom: 1.5rem;
}

.doble-photo-secx {
  padding: 2rem 0;
}

.dp-bloque video, .dp-bloque img {
  padding: 2rem;
  border-radius: 3rem;
}

.subtitulo-amarillo h2 {
  text-align: center;
  font-family: var(--noto-extracon), serif;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 3rem;
  color: var(--amarillo-200);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 30px 0;
  text-wrap: balance;
}

.subtitulo-azul h2 {
  text-align: center;
  font-family: var(--noto-extracon), serif;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 3rem;
  color: var(--azul-200);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 30px 0;
  text-wrap: balance;
}

.textDestacado {
  color: var(--rojo);
}

.textUpper {
  font-family: var(--franklin-urw), sans-serif;
  text-transform: uppercase;
}

@keyframes scroll {
  100% {
    background-position: 0px -4000px;
  }
}
.footerFocus {
  background-color: #000;
  padding: 1rem;
  font-size: 0.75rem;
}

.creditosFocus {
  text-transform: uppercase;
  color: var(--crema);
  font-size: 0.75rem;
  letter-spacing: 2px;
}

.logo-focus {
  width: 8rem;
  padding-bottom: 0.25rem;
}

.btn-focus {
  color: var(--crema);
  background-color: var(--rojo);
}

figcaption {
  color: var(--text-200);
  font-family: var(--franklin-urw), sans-serif;
  font-size: 0.9rem;
  line-height: 1.25rem;
  padding: 10px 15px 20px 15px;
}

video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-cplayer {
  padding: 3rem 0;
}
.video-cplayer p {
  color: var(--text-200);
  text-align: center;
  font-family: var(--franklin-urw), sans-serif;
  padding: 1rem 0;
  margin: 0;
}

.figure-caption {
  font-size: 0.8rem;
  line-height: 1rem;
  font-family: var(--franklin-urw), sans-serif;
  padding: 0.8rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.rounded {
  border-radius: 0.25rem !important;
}

.logo-nmas {
  width: 46px;
  background: var(--rojo);
  padding: 10px;
  margin-top: 3px;
}

.texto-crema {
  color: var(--crema);
}

.nav-background {
  background-color: var(--amarillo);
}

.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  box-shadow: none;
}

.nav-link-custom {
  font-size: 0.7rem;
  font-family: var(--franklin-urw), sans-serif;
  letter-spacing: 0.5px;
  color: #222;
  border: #000;
  padding-left: 13px !important;
  padding-right: 13px !important;
  background-color: var(--crema);
}
.nav-link-custom:hover, .nav-link-custom:focus {
  color: var(--amarillo) !important;
}

.dropdown-menu {
  position: relative;
  top: 100%;
  background-color: var(--crema);
  border: 2px solid;
  border-radius: 0;
}

.dropdown-collapse {
  text-transform: uppercase;
  font-size: 0.7rem;
}
.dropdown-collapse:hover {
  background-color: var(--amarillo);
}

.navbar .dropdown-menu a {
  font-size: 0.75rem;
  font-family: var(--franklin-urw), sans-serif;
  color: #222;
  text-transform: uppercase;
}
.navbar .dropdown-menu a span {
  color: var(--rojo);
}
.navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:focus {
  color: var(--amarillo);
  background-color: var(--crema);
}

.dropdown-divider {
  height: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #222;
}

.accordion-item {
  background-color: transparent;
}

.accordion-button {
  color: #000;
  text-align: left;
  background-color: var(--crema);
  font-family: var(--franklin-urw), sans-serif;
  font-size: 0.75rem;
}

.accordion-body {
  color: #f1efe3;
  font-size: 0.95rem;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f1efe3;
}

.CapInicial {
  font-size: 7rem;
  color: var(--amarillo-200);
  float: left;
  vertical-align: middle;
  padding: 2rem 0.75rem;
  font-family: var(--noto), serif;
  font-weight: 900;
  margin-right: 0.5rem;
  line-height: 2.25rem;
  background-color: var(--azul-200);
}

h3 {
  font-family: var(--franklin-urw), sans-serif;
  color: var(--crema);
  text-transform: none;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.autohide {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.vega-bind-name {
  color: var(--crema);
}

#footerCreditos p {
  color: var(--crema);
  font-size: 0.8rem;
  line-height: normal;
}
#footerCreditos h1 {
  color: var(--crema);
  font-size: 1rem;
}

.gray {
  color: var(--text-200) !important;
}

#recirculacion h5 {
  text-transform: uppercase;
  color: var(--rojo);
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 0.8rem;
}
#recirculacion h6 {
  color: var(--crema);
  line-height: normal;
}
#recirculacion img {
  border-radius: 10px;
}
#recirculacion a {
  text-decoration: none;
}
#recirculacion a:hover {
  opacity: 0.6;
}
#recirculacion .btn {
  font-size: 0.6rem;
}
#recirculacion .btn-danger {
  background-color: var(--rojo);
  color: var(--crema);
}

.btn {
  font-size: 0.6rem;
}

hr {
  color: var(--secundario-vibrante);
  opacity: 0.8;
}

/*
Mapa
*/
#map {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

#header {
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 5;
}
#header h1, #header h2, #header p {
  margin: 0;
  padding: 2vh 2vw;
  text-align: center;
}

#footer {
  width: 100%;
  min-height: 5vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  position: relative;
  z-index: 5;
}

#features {
  padding-top: 10vh;
  padding-bottom: 10vh;
  z-index: 99;
}

.mw6 {
  max-width: 640px;
}

.mw8 {
  max-width: 760px;
}

.mw12 {
  max-width: 1200px;
}

.mw4 {
  max-width: 410px;
}

.mw2 {
  max-width: 260px;
}

.mw3 {
  max-width: 310px;
}

.mw1 {
  max-width: 100px;
}

.mw-120 {
  max-width: 120px;
}

.ruido {
  animation: grain 6s steps(10) infinite;
  background-image: url("../../img/ruido.png");
  background-repeat: repeat;
  height: 300%;
  left: -50%;
  opacity: 0.035;
  position: fixed;
  top: -100%;
  width: 300%;
  z-index: 100;
  pointer-events: none;
}

.docs {
  padding: 2rem 0;
}

.docs-conteiner span {
  display: inline;
  background-repeat: no-repeat;
  transition: all 700ms ease-in-out;
}

.doc-subrayado span {
  background-position: left;
  background-size: 0 100%;
  background-image: linear-gradient(#3247D5, #3247D5);
  background-color: rgba(75, 74, 74, 0.78);
}

.doc-subrayado:hover span {
  background-size: 100% 100%;
}

/******** Logo inicio ID investigacion ******/
.section-cont-logo {
  padding: 20px;
  height: 200px;
}

.logo-absolute img {
  padding-top: 70px;
  width: 280px;
}

/******** Logo inicio ID investigacion ******/
/******** Scrolly *******/
#scrolly {
  position: relative;
  display: flex;
  background-color: transparent;
  padding: 0;
}
#scrolly > * {
  flex: 1;
}
#scrolly p span {
  font-size: 0.7rem;
  font-family: var(--franklin-urw), sans-serif;
  animation: fadeIn 5s;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: var(--amarillo-200);
}
#scrolly i {
  color: var(--amarillo-200);
  animation: fadeIn 5s;
}

.imag-stick {
  position: sticky;
  top: 80px;
  height: 50vh;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.imag-stick img {
  max-width: 25%;
}

article {
  position: sticky;
  padding: 0 1rem;
  /* here you can change the width of the scrolling text */
  max-width: 100rem;
  z-index: 2;
}

figure {
  position: sticky;
  width: 100%;
  margin: 0;
  transform: translate3d(0, 0, 0);
  /* background-color: #8a8a8a; */
  z-index: 0;
}
figure p {
  text-align: center;
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-weight: 900;
  color: #fff;
}

.step {
  position: relative !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 1rem auto;
  background-color: transparent;
  color: var(--crema);
  text-align: -webkit-center;
}
.step:last-child {
  margin-bottom: 0;
}
.step.is-active {
  background-color: rgba(1, 54, 74, 0.85);
  color: #3b3b3b;
}
.step p {
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  background-color: rgba(1, 54, 74, 0.85);
  max-width: 700px;
  border-radius: 1rem;
}

#outro2 {
  height: 300px;
}

.visual-box {
  max-width: 1200px;
  top: 0;
}

/********************* Scrolly *********************/
/** Graficas **/
.graficas-stl {
  padding: 2rem 0;
}
.graficas-stl h2 {
  color: var(--text-300);
  font-family: var(--noto-extracon), serif;
  text-align: center;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.2;
  text-transform: none;
  padding: 15px 0 0 0;
  /*letter-spacing: 2px;*/
  text-wrap: balance;
}
.graficas-stl p {
  font-family: var(--franklin-urw), sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-300);
  line-height: 1.5;
}
.graficas-stl span {
  font-weight: 700;
}

/** Gradiente **/
.bg-gradiente-azul-negro {
  background: rgb(8, 29, 255);
  background: linear-gradient(180deg, rgb(8, 29, 255) 0%, rgb(32, 32, 32) 100%);
  height: 240px;
  width: 100%;
}

.bg-gradiente-negro-crema {
  background: rgb(8, 29, 255);
  background: linear-gradient(180deg, rgb(32, 32, 32) 0%, rgb(255, 252, 240) 100%);
  height: 440px;
  width: 100%;
}

/** Gradiente **/
.black {
  color: var(--black);
}

.claro {
  color: var(--primario-vibrante);
}

.black-indicaciones {
  color: var(--black);
  font-family: var(--franklin-urw), sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
}

.video-quote {
  padding: 3rem 0;
}
.video-quote img {
  padding: 2rem;
  border-radius: 3rem;
}
.video-quote h3 {
  color: var(--crema-alternativo);
  font-family: var(--noto-extracon), serif;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-size: 1.9rem;
  line-height: 1.2;
  padding-left: 20px;
}
.video-quote p {
  color: var(--text-300);
  font-family: var(--franklin-urw), sans-serif;
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.3;
  padding: 2rem 1rem;
  margin: 0;
}
.video-quote span {
  text-transform: uppercase;
}

#comillas-img img {
  width: 25%;
  padding: 20px 0;
}

.bgimg-container1 {
  background-image: url("../../img/scroll-docs1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-attachment: fixed; /* This makes the background fixed relative to the viewport */
  height: 100vh; /* Makes the div fill the height of the viewport */
  width: 100%;
}

.bgimg-container2 {
  background-image: url("../../img/scroll-docs2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-attachment: fixed; /* This makes the background fixed relative to the viewport */
  height: 100vh; /* Makes the div fill the height of the viewport */
  width: 100%;
}

.bgimg-container3 {
  background-image: url("../../img/scroll-docs3.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-attachment: fixed; /* This makes the background fixed relative to the viewport */
  height: 100vh; /* Makes the div fill the height of the viewport */
  width: 100%;
}

.bgimg-container4 {
  background-image: url("../../img/scroll-docs4.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-attachment: fixed; /* This makes the background fixed relative to the viewport */
  height: 100vh; /* Makes the div fill the height of the viewport */
  width: 100%;
}

.bgimg-container5 {
  background-image: url("../../img/scroll-docs5.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-attachment: fixed; /* This makes the background fixed relative to the viewport */
  height: 100vh; /* Makes the div fill the height of the viewport */
  width: 100%;
}

.content-overlay {
  display: flex;
  align-items: center; /* Centers vertically */
  justify-content: center;
  height: 100vh;
}
.content-overlay p {
  color: var(--crema-alternativo);
  background-color: rgba(1, 54, 74, 0.85);
  border-radius: 1rem;
  padding: 1rem;
}

/**** Mobile 320px ****/
@media (min-width: 319px) and (max-width: 374px) {
  .imag-stick {
    top: 70px;
  }
  .imag-stick img {
    max-width: 80%;
  }
  figure {
    padding-top: 30px;
  }
  .step p {
    padding: 1rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
    border-radius: 0.9rem;
  }
  #outro2 {
    height: 100px;
  }
  .sumario {
    padding: 4rem 0 0 0;
  }
  .sumario h3 {
    font-size: 1.2rem;
    color: var(--text-300);
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
  .sumario video {
    padding: 1rem !important;
    border-radius: 2rem !important;
  }
  .sumario-blk {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  #video-bg {
    width: 100%;
  }
  .apertura h1 {
    font-size: 6rem;
    line-height: 0.8;
    letter-spacing: 2px;
    text-align: center;
  }
  .apertura h2 {
    font-size: 2rem;
    line-height: 1;
    text-align: center;
  }
  .bg-apertura {
    background-image: url("../../img/bg-apertura.png");
    background-repeat: repeat;
    background-size: cover;
    background-position: left;
  }
  .subtitulo h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding: 20px 0;
  }
  .dp-bloque video, .dp-bloque img {
    padding: 1rem;
    border-radius: 2rem;
  }
  .docs img {
    padding: 1rem 0;
  }
  .video-quote {
    padding: 1.5rem 0;
  }
  .video-quote .vbloque {
    padding: 12px;
  }
  .video-quote h3 {
    letter-spacing: 0.5px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .video-quote p {
    font-size: 1.05rem;
    line-height: 1.3;
    padding: 0.7rem 1rem;
    margin-bottom: 0;
  }
  .bgimg-container1 {
    background-image: url("../../img/scroll-docs1.webp");
    background-size: contain;
  }
  .bgimg-container2 {
    background-image: url("../../img/scroll-docs2.webp");
    background-size: contain;
  }
  .bgimg-container3 {
    background-image: url("../../img/scroll-docs3.webp");
    background-size: contain;
  }
  .bgimg-container4 {
    background-image: url("../../img/scroll-docs4.webp");
    background-size: contain;
  }
  .bgimg-container5 {
    background-image: url("../../img/scroll-docs5.webp");
    background-size: contain;
  }
}
/**** Mobile 375px - Tablet 768px ****/
@media (min-width: 375px) and (max-width: 768px) {
  .imag-stick {
    top: 70px;
  }
  .imag-stick img {
    max-width: 85%;
  }
  figure {
    padding-top: 30px;
  }
  .step p {
    padding: 1rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
    background-color: rgba(1, 54, 74, 0.8);
    border-radius: 0.9rem;
  }
  #outro2 {
    height: 100px;
  }
  .sumario {
    padding: 5rem 1rem 1rem 1rem;
  }
  .sumario h3 {
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--text-300);
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
  #video-bg {
    width: 100%;
  }
  .apertura h1 {
    font-size: 8rem;
    line-height: 0.8;
    letter-spacing: 2px;
    text-align: center;
  }
  .apertura h2 {
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
  }
  .subtitulo h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .dp-bloque video, .dp-bloque img {
    padding: 1rem;
    border-radius: 2rem;
  }
  .docs img {
    padding: 1rem 0;
  }
  .video-quote {
    padding: 1.5rem 0;
  }
  .video-quote .vbloque {
    padding: 12px;
  }
  .video-quote h3 {
    letter-spacing: 0.5px;
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .video-quote p {
    font-size: 1.15rem;
    line-height: 1.3;
    padding: 1rem;
    margin-bottom: 0;
  }
  .bgimg-container1 {
    background-image: url("../../img/scroll-docs1.webp");
    background-size: contain;
  }
  .bgimg-container2 {
    background-image: url("../../img/scroll-docs2.webp");
    background-size: contain;
  }
  .bgimg-container3 {
    background-image: url("../../img/scroll-docs3.webp");
    background-size: contain;
  }
  .bgimg-container4 {
    background-image: url("../../img/scroll-docs4.webp");
    background-size: contain;
  }
  .bgimg-container5 {
    background-image: url("../../img/scroll-docs5.webp");
    background-size: contain;
  }
}

/*# sourceMappingURL=saguaro.css.map */
