.h-100vh{
    height: 100vh;
}

.scrollable {
  overscroll-behavior: auto;
}

@supports (-webkit-touch-callout: none) {
  body {
    overscroll-behavior-y: none;
  }
}

a{
    text-decoration: none;
    color: #000 !important;
}


@font-face {
    font-family: "TTCommonsNormal";
    src: url(../fonts/TT_Commons_Pro_Trial_Normal.ttf)
}

@font-face {
  font-family: "TTCommonsMedium";
  src: url(../fonts/TT_Commons_Pro_Trial_Medium.ttf)
}

@font-face {
  font-family: "TTCommonsBold";
  src: url(../fonts/TT_Commons_Pro_Trial_Bold.ttf)
}

*{
    font-family: "TTCommonsNormal" !important;
    border: 0px !important;
}

.ff-TTCommonsMedium{
    font-family: "TTCommonsMedium" !important;
}

.ff-TTCommonsBold{
  font-family: "TTCommonsBold" !important;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.section-heading{
  letter-spacing: 1.5px;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.text-dark{
    color: #000 !important;
}

.mx-2{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.my-2{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.mt-2{
    margin-top: 2rem !important;
}
.container {
    width: 100%;
    height: 300px;
    position: relative;
}

.fs-1-5rem{
    font-size: 1.5rem;
}

.fs-1-3rem{
    font-size: 1.3rem;
}

.fs-1-9rem{
    font-size: 1.9rem;
}

.fs-1-2rem{
    font-size: 1.2rem;
}

.fs-1-1rem{
    font-size: 1.1rem;
}

.fs-2-5rem{
  font-size: 2.5rem;
}

.fs-3-5rem{
  font-size: 3.5rem;
}

/***************************************************/


@media (max-width: 767.98px) {
    /* Estilos solo para teléfonos */
    #second-section{
        padding: 1.5rem !important;
        min-height: 100vh;
        overflow: hidden;
    }

    .container {
      height: 230px;
    }

    .card{
        height: 80%
    }

    .title-card{
        line-height: 30px !important;
        font-size: 1.8rem !important;
    }
    
    .card-images{
      height: 250px !important;
    }

 
}

.footer{
  background-color: #fcfcf4;
}


.card-images {
    position: relative;
    overflow: hidden;
  }
  
  /* Cambia esto */
  section {
    position: absolute; /* En lugar de fixed */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
  }

  section .outer,
  section .inner {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
  }
  section .bg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
  }
  section .bg h2 {
    z-index: 2;
  }
  section .bg .clip-text {
    overflow: hidden;
  }
  
  .first .bg {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/bg-1.jpg);
  }
  
  .second .bg {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/bg-2.jpg);
  }
  
  .third .bg {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/bg-3.jpg);
  }
 
  
  h2 * {
    will-change: transform;
  }

  

  #second-section {
    position: relative;
    overflow: hidden;
  }

  .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -2;
    will-change: background-image;
  }

.cursor-pointer{
  cursor: pointer !important;
}

.bg-inner{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

.bg-inner-rs{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

.bg-inner:hover{
  background: #00000052 !important;
}

.flair {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #cec8c8;
  backdrop-filter: blur(15px) !important;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.content-left{
  position: absolute;
  left: 30px;
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
}

.content-right{
  position: absolute;
  right: 30px;
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
}

.mark-container::after{
  content: '';
  height: 1px;
  width: 130px;
  background-color: black;
  position: absolute;
  top: 50%;
  right: 0;
}

.mark-container::before{
  content: '';
  height: 1px;
  width: 130px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 0;
}

/******************************************************************/

.section-rs {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  visibility: hidden;
  will-change: transform;
}

.section-rs .outer-rs,
.section-rs .inner-rs {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  will-change: transform;
}

.section-rs .bg-rs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
}

.section-rs .bg h2 {
  z-index: 2;
}

.section-rs .bg-rs .clip-text {
  overflow: hidden;
}

/* Reemplaza este valor por tu gradiente real */
:root {
  --bg-gradient: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}


.second-rs .bg-rs {
  background-image: var(--bg-gradient),
    url("https://soulsanisidro.com/assets/images/rs-tercer-seccion.png");
}

.third-rs .bg-rs {
  background-image: var(--bg-gradient),
    url("../images/bg-2.jpg");
}

.fourth-rs .bg-rs {
  background-image: var(--bg-gradient),
    url("../images/bg-3.jpg");
}

@media (max-width: 640px) {
  html, body {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none; /* Evita pull-to-refresh en Safari/Chrome */
    -webkit-overflow-scrolling: auto;
  }

  .section-rs {
    touch-action: none;
  }
}

.title-rs{
  font-size: 4rem;
}

.border-bottom-white{
  border-bottom: 1px solid rgb(198, 198, 198) !important;
}

.btn-white{
  background: white !important;
  border-radius: 2rem !important;
  color: black !important;
  font-size: 1rem !important;
}

.container {
  /*   overscroll-behavior: none; */
    width: 400%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  
  footer {
    height: 100vh;
  }
  
  .swipe-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  
  .swipe-section .panel {
    position: absolute;
  }

  .container {
/*   overscroll-behavior: none; */
  width: 400%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}

footer {
  height: 100vh;
}

.swipe-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.swipe-section .panel {
  position: absolute;
}
body {
  /*   overscroll-behavior: none; */
    height: 100vh;
  }

#mark{
    font-weight: 500 !important;
}