/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
html {
  scroll-behavior: smooth;
}
.header-bar{
          max-width: 1420px;
}
.header-nav ul li a{
  text-decoration: none;
  color:#042c54 !important;
  border-radius:40px;
  font-weight:500;
}
.header-nav ul li a:hover{
  background:#dc0c1c !important;
  border-radius:40px;
  color:white !important;
}
.sticky-header{
      position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
}
.main-bar{
    background: rgba(255, 255, 255, 0.5) !important; /* o cualquier color semitransparente */
  backdrop-filter: blur(5px)!important;
  -webkit-backdrop-filter: blur(5px)!important; /* para soporte en Safari */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1)!important;
}
.top-bar{
 background: none !important;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.ripple {
margin-left:25px;
          position: relative;
    width: 55px;
    height: 55px;
    padding: 12px 19px;
    background: #dc0c1c;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    margin-top: 10px;
    }

    .ripple::before, .ripple::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      background-color: rgba(246, 59, 59, 0.9); /* azul con opacidad */
      border-radius: 50%;
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.9;
      animation: ripple 2s infinite;
      z-index: -1;
    }

    .ripple::after {
      animation-delay: 1s;
    }

    @keyframes ripple {
      0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
      }
      100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
      }
    }

    
ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: accent-1;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container-fluid {
  @media (min-width: 1200px) {
    padding: 0 5vw;
    width: 100%;
  }

  padding-right: calc(var(--bs-gutter-x)* .75);
  padding-left: calc(var(--bs-gutter-x)* .75);

  @media (max-width: 575px) {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

}
.about_us_container {
  margin-top: 150px !important;
}

.about_us_container h3 {
  font-family: "Rubik", Sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center; /* Centra verticalmente */
  gap: 15px; /* Espacio entre la línea y el texto */
  letter-spacing:1px;
  color:#042c54;
}
.about_us_container h2 {
  font-family: "Rubik", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center; /* Centra verticalmente */
  gap: 15px; /* Espacio entre la línea y el texto */
  letter-spacing:1px;
}

.about_us_container h3::before {
  content: "";
  background: #042c54;
  width: 40px;
  height: 3px;
  display: inline-block;
}
.text_aboutus{
  font-size:20px;
  font-family:'Poppins';
  line-height: 28px;
  letter-spacing:1px;
}
.page-content {
  margin: clamp(14px, 1.198vw, 40px) 0;
}
.social-line li {
padding:10px;
}
.social-line a {
  text-decoration: none;
  color: inherit; /* o un color específico */
}
.nav_1{
  width:90%;
   
}
.top-bar{
  height:45px;
  padding-top:0 !important;
  
}
.top-bar-crve {
  position: relative;
  overflow: hidden;
}

.top-bar-crve{

  position:relative;
}
    .nav_3 {
      position:absolute;
      top:0;
      right:12px;
     width:40px !important;
     height:45px;
     float:left;
      background: #042c54; /* Color del siguiente contenedor */
      -webkit-transform: skew(-30deg);
    }
    .nav_1{
       height:45px;
        background: #042c54;
    }

    .top-bar_nav{
      height:45px;
    }

    .top-bar .social-line {
      list-style: none;
      padding-left: 0;
      display: flex;
      gap: 15px;
      align-items: center;
    }

    .top-bar .social-line li {
      display: inline-block;
    }

    .top-bar .social-line i {
      margin-right: 5px;
    }

    .contenido-siguiente {
      background: #f8f9fa;
      padding: 2rem;
    }
    .social-line a{
      color:white !important;
    }

    .btn-secondary{
      border-radius:40px !important;
      background:#dc0c1c !important;
      font-size:25px !important;
      padding:10px 30px !important;
    }

    .btn-primary{
      border-radius:40px !important;
      background:#042c54 !important;
      font-size:25px !important;
      padding:10px 30px !important;
    }
    .card-header .stat-icon{
      font-size:50px;
    }
    .card-body .stat-number{
      font-size:40px;
      font-weight:500;
      font-family:'Poppins';
    }
    .card-body .stat-label{
      text-transform: uppercase;
      font-family:'Poppins';
    }
.parallax-container {
  position: relative;
  background: url("./assets/images/principal/gim.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.parallax-container::before {
  content: "";
  position: absolute;
  inset: 0; /* igual a top:0; right:0; bottom:0; left:0 */
  background-color:rgb(4, 44, 84,0.7); /* #dc0c1c con 50% de opacidad */
  z-index: 1;
}

.parallax-container > * {
  position: relative;
  z-index: 2;
}

.video-container {
  height: 500px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius:15px;
}

.bg-video {
  width: 110%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color:rgb(4, 44, 84,0.7);
  opacity: 0;
  transition: 0.4s ease;
  z-index: 2;
  text-align: center;
}

.video-container:hover .overlay {
  opacity: 1;
}

.video-container:hover .bg-video {
  transform: scale(1.05);
}

/* Botón */
.btn-play {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  padding: 20px;
  font-size: 24px;
  color: #dc0c1c;
  transition: background 0.3s;
}

.btn-play:hover {
  background: #dc0c1c;
  color: white;
}
.video-section {
  position: relative;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Capa semi-transparente */
  z-index: 1;
} 
.video-background,
.video-overlay {
  display: none;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.white-text {
  color: white !important;
} 

.video-section .row {
  position: relative;
  z-index: 2; 
}

.general_info_container h3 {
  font-family: "Rubik", Sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center; /* Centra verticalmente */
  gap: 15px; /* Espacio entre la línea y el texto */
  letter-spacing:1px;
  color:#042c54;
}
.general_info_container h2 {
  font-family: "Rubik", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center; /* Centra verticalmente */
  gap: 15px; /* Espacio entre la línea y el texto */
  letter-spacing:1px;
}

.general_info_container h3::before {
  content: "";
  background: #042c54;
  width: 40px;
  height: 3px;
  display: inline-block;
}
#general_info{
margin-top:150px;
}

.disciplines_container {
  display: flex;
  flex-direction: column;     /* Apila h2 y h3 uno debajo del otro */
  justify-content: center;    /* Centra verticalmente */
  align-items: center;        /* Centra horizontalmente */
  height: 150px;              /* Ajusta la altura según lo que necesites */
  text-align: center;
}

.disciplines_container h2 {
  font-family: "Rubik", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  color: gray;
}

.disciplines_container h3 {
  font-family: "Rubik", Sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
  color: #042c54;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.disciplines_container h3::before,
.disciplines_container h3::after {
  content: "";
  background: #042c54;
  width: 40px;
  height: 3px;
  display: inline-block;
}

#disciplines_info{
margin-top:100px;
display:block;
}
.disciplines_container{
  display:block;
}
.sticky-image {
  position: sticky;
  top: 200px;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.sticky-image img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  z-index: 1;
  border-radius:90% 40% 50% 40%;
}

.sticky-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  background: rgba(220, 12, 28, 0.4); /* rojo con transparencia */
  clip-path: ellipse(100% 40% at 50% 50%); /* forma de huevo/mancha */
  transform: rotate(-15deg); /* inclinación */
  z-index: -1; /* encima de la imagen */
  pointer-events: none;
}




.icon_container{
min-height:80vh;
  font-size: 24px; 
  text-align: left;
  max-width: 80%; /* o el ancho que necesites */
  border-left:solid 3px gray;
padding-top:100px;
}
.icon_title .circle_con {
  font-size: 40px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #dc0c1c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);

}
.icon_title h4 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
}

.icon_container p {
  font-size: 18px;
  color: #333;
  margin: 0;
  padding-left:10px;
}
.icon_title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#discipline-image {
  transition: opacity 0.5s ease;
  opacity: 1;
}

#discipline-image.fade-out {
  opacity: 0;
}
.speech-icon {
  position: relative;
  background-color: white; /* Cwhiteolor del círculo */
  color: white;              /* Color del ícono */
  width: 90px;
  height: 90px;
  border-radius: 50%;        /* Hace el círculo */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin: 20px 0px;
  border: solid 2px #042c54;
}
.speech-icon i{
  background-color: #042c54; /* Cwhiteolor del círculo */
  color: white;              /* Color del ícono */
  width: 70px;
  height: 70px;
  border-radius: 50%;        /* Hace el círculo */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  padding:10px;
  box-shadow:2px 2px 10px gray;
}

.speech-icon::before {
  content: "";
  position: absolute;
  left: -8px; /* Distancia desde el círculo */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #042c54; /* Mismo color del círculo */
}
.event_info{
position:relative;
}
.event_info::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -120px; /* sobresale del lado derecho */
  transform: translateY(-50%);
  width: 0;
  height: 100%;
  border-top: 80px solid transparent;
  border-bottom: 220px solid transparent;
  border-left: 120px solid white; /* mismo color del contenedor */
}
.event_info_sec_container{
  transform: translateX(50px);
  z-index:10;
}

 /********************EVENTOS*********************/
 .event_info h3{
  font-weight:600;
font-family: 'Oswald', sans-serif;
 }
 .event_info i{
  font-size:22px;
  background:#042c54;
  color:#dc0c1c;
  border-radius:50%;
  width:35px;
  height:35px;
  padding:8px 8px;
 }
 .event_info p{
font-weight:600;
font-size:22px;
font-family: 'Oswald', sans-serif;
 }

 .event_image {
 background: url("./assets/images/principal/gim3.jpg") no-repeat center center;
  background-size: cover;
  height:300px;
 }
 .event_price{
 padding-left:100px;
 }
.event_price p{

  font-size:60px;
  font-weight:500;
}
.event_price h2{

  font-size:30px;
  color:#dc0c1c;
}
.disciplines_container {
  height:100%;
}
#events{
 background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("./assets/images/principal/gim.jpg") no-repeat center center;
  background-size: cover;
}
.event_container{
  background:white;
  margin-top:25px;
}
/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: $font-primary;
  color: dark-gray;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(16px, 0.938vw, 22px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  overflow-x: hidden;

  @include media-query(490px) {
    font-size: clamp(12px, 0.729vw, 28px);
  }

  &::-webkit-scrollbar {
    width: 10px;
  }

  &::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 4px;
  }

  &::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: accent-4;
  }
}



a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: $transition;


}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  a {
    color: inherit;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: black;
  margin-bottom: 0;
}

h1, 
.h1 {
  font-family: $font-sec;
  font-size: clamp(48px, 3.958vw, 99px);
  /* 76px */
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 96px */

  @include media-query(1199px) {
    font-size: clamp(46px, 4.837vw, 69px);
    /* 58px */
  }

  @include media-query(820px) {
    font-size: clamp(38px, 5.61vw, 58px);
    /* 46px */
  }

}

h2,
.h2 {
  font-family: $font-sec;
  font-size: clamp(48px, 3.177vw, 69px);
  /* 61px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 66px */

  @include media-query(1199px) {
    font-size: clamp(39px, 2.24vw, 52px);
    /* 43px */
  }

  @include media-query(820px) {
    font-size: clamp(33px, 1.979vw, 48px);
    /* 38px */
  }

}

h3,
.h3 {
  font-family: $font-sec;
  font-size: clamp(46px, 2.552vw, 125px);
  /* 49px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;

  @include media-query(1199px) {
    font-size: clamp(33px, 1.927vw, 48px);
    /* 37px */
  }

  @include media-query(820px) {
    font-size: clamp(28px, 1.667vw, 38px);
    /* 32px */
  }

}

h4,
.h4 {
  font-family: $font-sec;
  font-size: clamp(36px, 2.031vw, 57px);
  /* 39px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 42px */

  @include media-query(1199px) {
    font-size: clamp(28px, 1.719vw, 40px);
    /* 33px */
  }

  @include media-query(820px) {
    font-size: clamp(20px, 1.406vw, 30px);
    /* 27px */
  }
}

h5,
.h5 {
  color: black;
  font-family: $font-sec;
  font-size: clamp(18px, 1.615vw, 62px);
  /* 31px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */

  @include media-query(1199px) {
    font-size: clamp(20px, 1.302vw, 32px);
    /* 25px */
  }

  @include media-query(820px) {
    font-size: clamp(18px, 1.042vw, 24px);
    /* 20px */
  }
}

h6,
.h6 {
  color: black;
  font-family: $font-sec;
  font-size: clamp(15px, 1.302vw, 40px);
  /* 25px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 27.6px */

  @include media-query(1199px) {
    font-size: clamp(14px, 0.938vw, 36px);
    /* 18px */
  }

  @include media-query(820px) {
    font-size: clamp(14px, 0.833vw, 32px);
    /* 16px */
  }

}

.text-18,
p {
  color: dark-gray;
  font-family: $font-primary;
  font-size: clamp(16px, 1.042vw, 40px);
  /* 20px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */

  @include media-query(399px) {
    font-size: clamp(12px, 0.729vw, 28px);
    /* 14px */
  }

}

.text {
  font-size: clamp(12px, 0.833vw, 32px);
}
.uppercase{
text-transform: uppercase;
}
.eyebrow {
  color: accent-3;
  text-transform: uppercase;
  font-size: clamp(12px, 0.833vw, 32px);
  /* 16px */
  font-family: $font-primary;
  font-weight: 500;
  line-height: 120%;

  /* 24px */
  @include media-query(1199px) {
    font-size: clamp(12px, 0.677vw, 32px);
    /* 15px */
  }

}

.subtitle {
  font-size: clamp(12px, 0.677vw, 28px);
  /* 13px */
  font-family: $font-primary;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;

  @include media-query(1499px) {
    font-size: 14px;
  }
}

.caption {
  font-size: clamp(12px, 0.677vw, 28px);
  /* 13px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;

  @include media-query(1499px) {
    font-size: clamp(10px, 0.17px, 22px);
  }
}

span {
  display: inline-block;
}

b,
strong {
  font-family: $font-primary;
} 

.hr-line {
  width: 100%;
  height: 1px;
  background: light-black;
}

.hover-content {
  transition: $transition;

  &:hover {
    color: accent-1;
  }
}


/* From Uiverse.io by mrhyddenn */
.cus-btn {
  background: rgba(207, 207, 207, 0.10);
  backdrop-filter: blur(8px);
  color: white;
  border-radius: $br-48;
  border: none;
  display: inline-block;
  font-size: clamp(16px, 1.042vw, 40px);
  font-weight: 500;
  line-height: 120%;
  padding: clamp(12px, 0.833vw, 32px) clamp(8px, 0.625vw, 24px);
  cursor: pointer;
  transform: skew(0);
  gap: $gap-8;

  span {
    display: inline-block;
    transform: skew(0);
  }

  &::before {
    content: '';
    position: absolute;
    border-radius: $br-48;
    background: accent-1;
    color: light-gray;
    top: 0;
    bottom: 0;
    right: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
  }

  &:hover {
    color: black !important;

    span {
      color: black !important;
    }

    &::before {
      color: black !important;
      left: 0;
      right: 0;
      opacity: 1;
    }
  }
}

/* From Uiverse.io by mrhyddenn */
.cus-btn-2 {
overflow:hidden;
text-decoration: none;
  color: inherit;
  background: #dc0c1c;
  backdrop-filter: blur(8px);
  color: black;
  border-radius: 50px;
  border: none;
  display: inline-block;
  font-size: clamp(16px, 1.042vw, 40px);
  font-weight: 500;
  line-height: 120%;
  padding: clamp(12px, 0.833vw, 32px) clamp(8px, 0.625vw, 24px);
  cursor: pointer;
  transform: skew(0);
  span {
    display: inline-block;
    transform: skew(0);
  }
  span{
  margin-left:10px;
  }

  &::before {
    content: '';
    position: absolute;
    background: #042c54;
    color: white;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
  }

  &:hover {
    color: white !important;

    span {
      color: white !important;
    }

    &::before {
      color: #042c54 !important;
      left: 0;
      right: 0;
      opacity: 1;
    }
  }
}



.cus-btn-3 {
  background-color: transparent;
  border-radius: 5px;
  padding: $gap-16 $gap-32;
  border: 1px solid $black;
  color: black;

  &::before {
    position: absolute;
    background: black;
    color: white;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    border-radius: 5px;
  }

  &:hover {
    color: white !important;
    background-color: black;

    span {
      color: white !important;
    }

    &::before {
      color: black !important;
      left: 0;
      right: 0;
      opacity: 1;
    }
  }
}
#blog .card{
  padding:0px;
}
.main-footer {
    padding: 0px 0 0;
    background: rgb(12, 18, 20);
}
.gallery-items.row {
    margin-right: -10px;
    margin-left: -10px;
}
.main-footer .gallery-container {
    padding: 30px 0;
    background-color: rgb(12, 18, 20);
}
.main-footer .gallery-container {
    display: flex
;
    gap: 0px;
    flex-wrap: wrap;
}
.main-footer .gallery-container .gallery-item {
    width: 20%;
    margin: 0 auto;
    padding: 10px;
}
.sisf-page-footer-middle-area {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #0c1214;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
// ================
.sisf-page-footer-middle-area h5 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--default-font);
}
.footer-links h3, .footer-contact h3 {
    margin-top: 0;
    margin-bottom: 25px;
    color: var(--white-color);
    font-family: var(--default-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
}

.footer-info-box p {
    font-size: 15px;
    font-family: var(--default-font);
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: var(--white-color);
    margin: 10px 0;
}
.sisf-page-footer-middle-area h5 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--default-font);
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

}
.sisf-page-footer-middle-area .subscription-container input {
    background-color: #121212;
    border: none;
    padding: 10px 10px 10px 0;
    border-radius: 0;
    color: white;
}
.footer-social-links ul li a i {
    color: var(--white-color);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
.sisf-page-footer-middle-area .subscription-container input {
    background-color: #121212;
    border: none;
    padding: 10px 10px 10px 0;
    border-radius: 0;
    color: white;
}
.sisf-page-footer-middle-area .subscription-container {
    border-bottom: 1px solid white;
}
h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.39em;
    letter-spacing: 3px;
    font-weight: 500;
}
.footer-social-links {
    margin-top: 30px;
}
.footer-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-links ul li {
    display: inline-flex
;
    margin-right: 24px;
}
.footer-social-links ul li a {
    padding: .25em;
    text-decoration:none;
}
.footer-social-links ul li a i {
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
.footer-links h3, .footer-contact h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-family: 'Poppins';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
}
.footer-links ul li {
    text-transform: capitalize;
    margin-bottom: 6px;
    margin-top: 10px;
    list-style-type: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.3px;
    font-family: 'Poppins';
}
.footer-links a{
text-decoration:none;
font-family: 'Poppins';
}
.footer-links ul{
    list-style: none;
    padding: 0;
}
.footer-links ul li:hover a {
    color: var(--main-color);
    transition: all ease 0.5s;
    padding-left: 10px;
}
.footer-info-box p {
    font-size: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: var(--white-color);
    margin: 10px 0;
}
.footer-contact p{
font-size: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: var(--white-color);
    margin: 10px 0;
}
/*==  Quantity BUTTONS =================== *//
.quantity {
  display: flex;
  align-items: flex-start;
  border: 1px solid $light-black;
  border-radius: $br-48;
  padding: $gap-8;

  @include media-query(490px) {
    padding: 10px 16px;
  }

  .input-area {
    display: flex;

    input {
      display: grid;
      align-content: center;
      border: none;
      border-radius: 0px;
      text-align: center;
      font-weight: 500;
      font-size: 21px;
      background-color: transparent;
      color: black;
      // padding: 0 8px;
      width: 24px;

      @media (max-width: 992px) {
        font-size: 20x;
      }

      @media (max-width: 767px) {
        font-size: 18x;
      }

      @media (max-width: 575px) {
        font-size: 17px;
      }

      &:focus-visible {
        outline: none;
      }

      &.decrement {
        font-size: 44px;
        font-weight: 200;
        border-radius: 0;
        border: 0;
        margin-top: -7px;
      }

      &.increment {
        padding: 0;
        font-size: 34px;
        font-weight: 240;
        border-radius: 0;
        border: 0;
        margin-top: -7px;
        margin-right: -2px;
      }

      &.number {
        padding: 0;
        background: transparent;
        font-size: 21px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
      }
    }
  }
}

// ===================  Quantity BUTTONS =================== // 

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scrollToTopBtn {
  background-color: accent-1;
  border: none;
  border-radius: 50%;
  color: medium-black;
  cursor: pointer;
  font-size: clamp(18px, 1.25vw, 48px);
  line-height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 64px);
  height: clamp(40px, 2.5vw, 64px);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease;

  &:hover {
    border: 1px solid $dark-gray;
    background: dark-gray;
    color: white;
    transition: $transition;
  }
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}




// SLIDER ARROWS
.slider-arrows {
  display: flex;
  align-items: center;
  gap: $gap-16;

  .arrow-btn {
    width: clamp(32px, 2.5vw, 64px);
    height: clamp(32px, 2.5vw, 64px);
    border-radius: 50%;
    display: grid;
    align-items: center;
    justify-content: center;
    background: light-white;
    transition: $transition;
    border: 1px solid $lightest-gray;

    svg {

      width: clamp(24px, 1.667vw, 64px);
      height: clamp(25px, 1.719vw, 64px);
      transition: $transition;

      path {
        stroke: $white;
        transition: $transition;
      }
    }

    &:hover {
      transition: $transition;
      background-color: accent-1;

      path {

        padding: $gap-16;
        stroke: $white;
        transition: $transition;
      }
    }
  }

  .btn-next {
    background-color: accent-1;
  }
}

// SOCIAL ICONS
.social-icons {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 20px);

  @include media-query(490px) {
    gap: $gap-16;
  }

  &.icon-v2 {
    gap: $gap-20;
  }

  li {
    a {
      display: grid;
      align-items: center;
      justify-content: center;
      border-radius: $br-4;
      transition: $transition;

      svg {
        width: clamp(18px, 1.25vw, 48px);
        height: clamp(18px, 1.25vw, 48px);

        path {
          transition: $transition;
        }
      }

      &:hover {
        svg {
          path {
            fill: $medium-black;
            transition: $transition;
          }
        }
      }
    }
  }
}

// ===================  PAGINATIONS =================== // 
.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;

  #border-pagination {
    display: flex;
    gap: $gap-8;
    margin: 0 auto;
    padding: 0;
    text-align: center;

    li {
      display: inline;

      span {
        color: white;
        transition: $transition;
      }

      a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: dark-gray;
        width: clamp(48px, 3.333vw, 128px);
        height: clamp(48px, 3.333vw, 128px);
        border-radius: 50%;
        background: lightest-gray;
        float: left;
        transition: $transition;
        font-family: $font-primary;
        font-size: clamp(16px, 0.938vw, 22px);
        font-style: normal;
        font-weight: 500;
        line-height: 150%;

        /* 21.6px */
        @include media-query(399px) {
          font-size: clamp(12px, 0.729vw, 28px);
        }

        svg {
          path {
            stroke: $white;
            transition: $transition;
          }
        }

        &.active {
          background-color: accent-1;
          color: black;

          svg {
            path {
              stroke: $white;
              transition: $transition;
            }
          }
        }

        &:hover {
          background-color: accent-1;
          color: black;

          svg {
            path {
              stroke: $white;
              transition: $transition;
            }
          }
        }
      }

      &:hover {
        span {
          color: white;
          transition: $transition;
        }
      }
    }
  }
}

/*-------------------------
  Form Styling
-------------------------*/


textarea.form-control {
  min-height: 130px;
  max-height: 150px;

  @media(max-width: 578px) {
    min-height: 80px;
    max-height: 80px;
  }
}

.form-control {
  padding: 16px 16px;
  padding-left: 44px;
  border-radius: $br-8;
  border: 1px solid $light-gray;
  background: transparent;
  font-family: $font-primary;
  font-size: 15px; /* 14px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  position: relative;
  color: black;
  box-shadow: none;

  @include media-query(430px){
    padding-right: 54px;
  }
  &.form-control-2{
    padding-left: 16px;
  }

  &:focus {
    box-shadow: none;
    outline: 0;
    color: black !important;
    background: transparent;
  }

  &:hover {
    color: black !important;
  }

  &::placeholder {
    color: dark-gray;
    opacity: 1;
  }
  svg{
    position: absolute;
    top: 16px;
    left: 18px;
  }
}
.input-block{
  position: relative;
  svg,i{
    position: absolute;
    top: 18px;
    left: 16px;
  }
}

input[type="file"] {
  display: none;
}

label {
  &.error {
    color: #ff0000;
  }
}



.cus-checkBox{
  input {
    display: none;
  }

  label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;

    &::before {
      content: '\f0c8';
      font-family: $font-awesome;
      color: black;
      font-size: clamp(16px, 1.042vw, 20px);
      font-weight: 300;
    }
  }

  input[type="checkbox"]:checked {
    +label {
      &::before {
        content: '\f14a';
        color: black;
        font-weight: 600;
      }
    }
  }
}
.hero-banner {
  background: url("./assets/images/principal/hero-bg.jpg") no-repeat;
  background-size: cover;
  color: white !important;
  padding: clamp(148px, 11.354vw, 260px) 0;
  height: 100vh;


  @include media-query(1600px) {
    height: auto;
  }

  @include media-query(1024px) {
    background-position: center;
  }



  .hero-content {


    .hero-title {
      @include media-query(1360px) {
        letter-spacing: 0.32px !important;
      }

      // br {
      //     display: none;
      //   }
      // }
    }

    p {
      br {
        @include media-query(820px) {
          display: none;
        }
      }
    }
  }

  .hero-content {

    .hero-title {
      color: white;
      font-size: clamp(48px, 6.667vw, 260px);
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
      /* 93.75% */
      letter-spacing: -4.68px;
    }

    .hero-button {
      display: flex;
      align-items: center;
      gap: $gap-24;

      .getin-touch {
        // border: 1px solid $accent-1;
        background-color: accent-1;
        color: black !important;
        display: inline-flex;
        align-items: center;
        gap: $gap-8;
        transition: $transition;
        padding: clamp(8px, 0.625vw, 24px);

        .button-icon {
          display: flex;
          width: clamp(24px, 1.667vw, 64px);
          height: clamp(24px, 1.667vw, 64px);
          padding: clamp(4px, 0.417vw, 16px);
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          background-color: white;

          i {
            color: black;
          }
        }
      }

      .getin-touch-2 {
        background-color: white;
        color: black;

        .button-icon-2 {
          background-color: #dc0c1c;

        }
      }
    }
  }

  .time-table {
    padding: clamp(18px, 1.25vw, 48px);
    border-radius: $br-24;
    background: rgba(207, 207, 207, 0.10);
    backdrop-filter: blur(8px);

    .text {
      font-size: clamp(12px, 0.833vw, 32px);
    }

    .content-block {
      padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 32px);
      background-color: white;
      border-radius: $br-20;

      .duration {
        border-radius: $br-16;
        background-color: accent-1;
        padding: 5px 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
      }
    }
  }
}

h2 {
  br {
    @include media-query(420px) {
      display: none;
    }
  }
}

// Text Colors
.color-primary {
  color: accent-1 !important;
}

.color-sec {
  color: accent-2 !important;
}

.color-ter {
  color: accent-3 !important;
}

.color-quat {
  color: accent-4 !important;
}

.color-ter-5 {
  color: accent-5 !important;
}

.black {
  color: black !important;
}

.medium-black {
  color: medium-black !important;
}

.light-black {
  color: light-black !important;
}

.dark-gray {
  color: dark-gray !important;
}

.light-gray {
  color: light-gray !important;
}

.lightest-gray {
  color: lightest-gray !important;
}

.light-white {
  color: light-white !important;
}

.white {
  color: white ;
}


// Background Colors
.bg-primary {
  background: accent-1 !important;
}

.bg-sec {
  background: accent-2 !important;
}

.bg-ter {
  background: accent-3 !important;
}

.bg-color-quat {
  background: accent-4 !important;
}

.bg-color-ter-5 {
  background: accent-5 !important;
}

.bg-black {
  background: black !important;
}

.bg-medium-black {
  background: medium-black !important;
}

.bg-light-black {
  background: light-black !important;
}

.bg-dark-gray {
  background: dark-gray !important;
}

.bg-light-gray {
  background: light-gray !important;
}

.bg-lightest-gray {
  background: lightest-gray !important;
}

.bg-light-white {
  background: light-white !important;
}

.bg-white {
  background: white !important;
}

.bg-white-bordered {
  background: white;
  border: 1px solid $lightest-gray;
  border-radius: $br-12;
}


// ------------- Font Weight -------------- //

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}



.order-6{
  order: 6 !important;
}


/************MIS ESTILOs*************/
 .arrow-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: background 0.3s;
  }
  .arrow-nav i{
    font-size:30px;
  }

  .arrow-nav:hover {
    background: rgba(0, 0, 0, 0.6);
  }

  .arrow-left {
    left: 15px; 
  }

  .arrow-right {
    right: 15px;
  }

  .hero-wrapper {
    position: relative;
  }
  .slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}

.slider-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.slider-dots .dot.active {
  background-color: white;
}