*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.sticky_container {
  position: relative; /* Contenedor relativo para permitir posicionamiento sticky */
}

.sticky {
  position: sticky;
  top: 50px; /* Cuando llegue al top, se quedará fija */
}
body {
  margin: 0;
  font-family: "Airbnb Cereal App";
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*Typography*/
@font-face {
  font-family: "Airbnb Cereal App";
  src: url("../fonts/AirbnbCereal_A_Md.ttf") format("truetype");
}
@font-face {
  font-family: "Airbnb Cereal Appl";
  src: url("../fonts/AirbnbCereal_A_Lt.ttf") format("truetype");
}
@font-face {
  font-family: "Airbnb Cereal Appb";
  src: url("../fonts/AirbnbCereal_A_Bd.ttf") format("truetype");
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row-articles {
  --bs-gutter-x: 8rem !important;
}
.row-articles-right {
  --bs-gutter-x: 8rem !important;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
ul {
  margin-left: -20px;
}
.text-center {
  text-align: center !important;
}
.m-auto {
  margin: auto !important;
}
.link-underline {
  border-bottom: 1px solid;
  text-decoration: none;
  padding-bottom: 0px;
  color: #222;
}
.text-underline {
  border-bottom: 1px solid;
  text-decoration: none;
  padding-bottom: 0px;
}
.title {
  color: #222;
  font-family: "Airbnb Cereal Appb";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 131.25% */
}
.title-bold {
  color: #222;
  text-align: center;
  font-family: "Airbnb Cereal Appb";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.title-light {
  color: #222;
  font-family: "Airbnb Cereal Appl";
  font-size: 60px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.title-bold-footer {
  color: #fff;
  text-align: center;
  font-family: "Airbnb Cereal Appb";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.title-light-footer {
  color: #fff;
  font-family: "Airbnb Cereal Appl";
  font-size: 40px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.subtitle {
  color: #222;
  text-align: center;
  font-family: "Airbnb Cereal Appl";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; /* 81.818% */
}
.subtitle-footer {
  color: #fff;
  text-align: center;
  font-family: "Airbnb Cereal Appl";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; /* 81.818% */
}
.footer-social-icons {
  text-align: end;
}
.footer-link {
  color: #fff;
  text-decoration: none;
}
a:hover .footer-link {
  color: #fff;
}
a:active .footer-link {
  color: #fff;
}
a:visited .footer-link {
  color: #fff;
}
.primary-title {
  color: #222;
  text-align: right;
  font-family: "Airbnb Cereal Appb";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px; /* 121.875% */
  width: calc(90% - 10px);
}
.date-pink {
  color: #ff385c;
  text-align: right;
  font-family: "Airbnb Cereal Appl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.date {
  color: #222;
  text-align: right;
  font-family: "Airbnb Cereal Appl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
p,
li {
  color: #222;
  font-family: "Airbnb Cereal Appl";
  /*font-size: 1.125rem;*/
  font-size: 18px;
  line-height: 1.55556;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.flex-column {
  flex-direction: column !important;
}
.text-block {
  margin-left: 0px;
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.pading-footer {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.p-0 {
  padding: 0 !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.mt-20px {
  margin-top: 20px;
}
.mt-100px {
  margin-top: 100px;
}
.mt-140px {
  margin-top: 140px;
}
.mt-210px {
  margin-top: 210px;
}
.mt-5 {
  margin-top: 3rem !important;
}
.w-100 {
  width: 100% !important;
}
.image-b-rad {
  border-radius: 30px;
}
/*Hero*/
/* Estilos iniciales */
.container-hero {
  position: relative;
  overflow: hidden;
  height: 200vh;
}
.hero-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/img-cabecera.png") center 10% / cover no-repeat;
  z-index: -1;
  transition: all 0.6s linear !important;
  filter: opacity(40%);
}
#image-container.fixed-to-col {
  background: url("../img/img-cabecera.png") center center/contain no-repeat;
  height: 900px;
  width: 820px;
  margin-right: 80px;
  border-radius: 30px;
  transition: all 0.35s linear;
  overflow: hidden;
}
#image-container {
  overflow: hidden;
  height: 900px;
}
/*Animation*/
.topAnimation {
  opacity: 0;
  transform: translateY(50px); /* Inicia más abajo */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.topAnimation.visible {
  opacity: 1;
  transform: translateY(0); /* Se mueve a su posición original */
}
.col-md-5-article {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.mobile {
  display: none !important;
}
ul {
  list-style-type: disc !important;
}
/*Media Queries*/
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
    padding-left: 0;
    padding-right: 0;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .col-md-5-article {
    flex: 0 0 auto;
    width: 80%;
    margin: auto;
  }
  .col-md-2 {
    display: none;
  }
  .row-articles-right {
    flex-direction: column-reverse;
  }
}
@media (min-width: 920px) and (max-width: 1024px) {
  .primary-title {
    font-size: 44px;
    line-height: 44px;
    width: calc(100% - 10px);
    margin-top: -60%;
  }
  .hero-background {
    height: 67vh;
  }
  .mt-5 {
    margin-top: -40% !important;
  }
}
@media (min-width: 821px) and (max-width: 919px) {
  .primary-title {
    font-size: 44px;
    line-height: 44px;
    width: calc(100% - 10px);
    margin-top: -60%;
  }
  .hero-background {
    height: 67vh;
  }
  .mt-5 {
    margin-top: -40% !important;
  }
}
@media (min-width: 769px) and (max-width: 820px) {
  .primary-title {
    font-size: 35px;
    line-height: 35px;
    width: calc(100% - 10px);
    margin-top: -105%;
  }
  .hero-background {
    height: 57vh;
  }
  .mt-5 {
    margin-top: -60% !important;
  }
  .subtitle {
    width: 50%;
    margin: auto;
    line-height: 26px;
  }
  body {
    overflow-x: hidden !important;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  * {
    overflow-x: clip;
  }
  .primary-title {
    font-size: 35px;
    line-height: 35px;
    width: calc(100% - 10px);
    margin-top: -115%;
  }
  .hero-background {
    height: 80vh;
  }
  .mt-5 {
    margin-top: -40% !important;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  * {
    overflow-x: clip !important;
  }
  .primary-title {
    font-size: 35px;
    line-height: 35px;
  }
  .container-hero {
    display: none !important;
  }
  #image-container {
    display: none;
  }
  .mobile {
    display: block !important;
  }
  .title-bold {
    font-size: 31px;
  }
  .title-light {
    font-size: 31px;
  }

  .title {
    font-size: 30px;
    line-height: 35px;
  }
  .desktop {
    display: none;
  }
  .col-md-5-article {
    width: 90%;
  }
  .mt-210px {
    margin-top: 40px;
  }
  .title-bold-footer {
    font-size: 31px;
  }
  .title-light-footer {
    font-size: 31px;
  }
  .header-image {
    width: 100%;
  }
  .subtitle {
    font-size: 20px;
    line-height: 25px;
  }
  .mt-100px {
    margin-top: 50px;
  }
  ul {
    margin-left: -35px;
    list-style-position: inside;
  }
}
