#header {
  background: #08090B;
  border-bottom: 2px solid #29C480;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0;
}

@media(max-width: 991px){
  #header {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
  }
}

#header .desktop {
  /* Hide desktop content on mobile */
  display: none;
}
.container-navbar{
  width: 85%;
  margin: auto;
}

@media screen and (max-width: 1340px) {  
.container-navbar{
  width: 95%;
  margin: auto;
}

}
.web-header{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.navbar-links-cont{
  gap: 50px;
}
.header__content {
  height: 120px;
  padding: 20px 17px;
  gap: 13px;
}
.header__logo-container {
  display: block;
  width: 40px;
}

.header__logo {
  display: block;
  width: 2rem;
}
.login-user-cont{
  gap: 50px;
}

.header__search-bar {
  background-color: #08090B;
  border-radius: 5px;
  border: 1px solid #29C480;
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 246px;
  z-index: 11;
}

@media(max-width:375px){
  .header__search-bar{
    width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .header__search-bar__container{
    justify-content: flex-end;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 997;
    width: 0;
    overflow: hidden;
    transition: all 250ms ease-in-out;
    height: 49px;
  }  
}

.header__search-bar input {
  background-color: transparent;
  border: none;
  padding: 12px 10px;
  flex-grow: 1;
  color: var(--color-text-white);
  font-family: var(--font-body);
  width: 50%;
}

.header__search-bar input:focus {
  outline: none;
}

.header__search-bar input::placeholder {
  color: #fff;
  font-family: var(--font-body);
  font-size: 18px;
}
.header__search-bar button{
  background-color: #277645 !important;
  color: #fff;
  font-weight: 700;
  border: 3px solid #49DC81;
}
.header__search-bar button:hover{
  background-color: #fff !important;
  color: #00ff00 !important;
  border: 3px solid #00ff00 !important;
}

.header__search-bar .btn {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}

.header__search-bar__icon {
  width: 17px;
}

.header__currency-selector {
  position: absolute;
  transform: translateY(100%);
  bottom: -10px;
  right: 17px;
  background-color: var(--color-background);
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 8px;
  color: var(--color-text-white);
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.header__currency-selector * {
  cursor: pointer;
}

.header__currency-selector select {
  background-color: transparent;
  border: none;
  color: var(--color-primary);
  font: var(--font-secondary);
  font-weight: 600;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}
.background-container {
  position: relative;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 10;
  overflow: hidden; /* Asegura que el contenido interno no se desborde */
  transition: transform 0.5s ease, height 0.5s ease; /* Agrega una transición para la altura */
}

.nav-login-btn{
  background-color: transparent;
  color: #29C480;
  font-size: 20px;
  border: 2px solid #29C480;
  font-weight: 800;
  border-radius: 20px;
}
.nav-login-btn:hover{
  background-color: #29C480;
  color: #000;
  border: 2px solid #29C480;
  font-weight: 800;
}

.welcome-user-desktop{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  max-width: 280px; /* Ajusta el ancho según necesites */
  overflow: hidden;
  text-decoration: none;
  gap: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.welcome-user-desktop img{
  width: 30px;
  height: 30px;
  object-fit: cover;

}
.welcome-user-mobile{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 10px;

}
.user-avatar {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
}
.welcome-text {
    color: #E7E7E7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 150px;
}

.navBtn{
  background-color: transparent;
  color: #29C480;
  font-size: 18px;
  border: 2px solid #29C480;
  font-weight: 800;
  border-radius: 20px;
}
.navBtn:hover{
  background-color: #29C480;
  color: #000;
  border: 2px solid #29C480;
  font-weight: 800;
}
.searchInp{
  background-color: #29C480 !important;
}
.header__nav-menu a {
  color: #fff;
}
@keyframes gradientMovement {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (min-width: 992px) {

  #header .desktop {
    display: block;
  }

  #header .mobile {
    display: none;
  }

  .header__middle-column {
    order: 2;
    /* width: 50%; */
  }

  .header__login-and-currency {
    order: 3;
    width: auto;
  }

  .header__currency-selector {
    position: relative;
    transform: none;
    display: flex;
    margin-top: 13px;
    margin-bottom: -10px;
    right: 0;
    bottom: 0;
  }
  .header__nav-menu ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    gap: 40px;
  }
  .header__nav-menu a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
  }
  .header__nav-menu a:hover{
    color: #29C480 !important;
  }
  .header__nav-menu__submenu__dropdown-container {
    background-color: #000;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }

  ul.header__nav-menu__submenu__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    padding: 0;
    padding-top: 7px;
    width: 170px;
  }

  ul.header__nav-menu__submenu__dropdown li {
    position: relative;
  }

  ul.header__nav-menu__submenu__dropdown li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  ul.header__nav-menu__submenu__dropdown li:last-of-type {
    border: none;
  }

  ul.header__nav-menu__submenu__dropdown li .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    right: 8px;
  }

  ul.header__nav-menu__submenu__dropdown a {
    color: var(--color-text-white);
    font-family: var(--font-secondary);
    font-size: 14px;
    padding: 11px 9px;
    width: 100%;
    display: block;
    transition: color 0.3s;
  }

  ul.header__nav-menu__submenu__dropdown a:hover {
    color: var(--color-primary);
  }

  ul.header__nav-menu__submenu__dropdown .icon path {
    transition: fill 0.5s;
  }

  ul.header__nav-menu__submenu__dropdown li:hover .icon path {
    fill: var(--color-primary) !important;
  }

  .header__nav-menu__submenu {
    display: flex;
    gap: 7px;
    cursor: pointer;
    position: relative;
  }

  .header__nav-menu__submenu:hover ul.header__nav-menu__submenu__dropdown {
    display: block;
  }

  .header__nav-menu a.active {
    color: var(--color-text-white);
  }

  .header__search-bar input {
    font-size: 14px;
  }
  .header__search-bar input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header__search-bar input::placeholder {
    font-size: 12px;
    
  }
  .header__search-bar button{
    font-weight: 700;
    font-size: 10px !important;
  }
}
@media screen and (max-width: 1199px) {
  
  .header__nav-menu ul {
    gap: 10px;
  }
}
@media screen and (max-width:320px) {
  .header__search-bar input::placeholder {
    visibility: hidden;
    
  }
}
/* Estilos para el sidebar */
.side-bar-cont {
  display: none;
}

/* Ajustes para pantallas más pequeñas */
@media screen and (max-width: 991px) {
  .side-bar-cont {
    display: flex;
    width: 70%;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0; /* Cambié a right */
    z-index: 10; /* Asegura que el menú esté encima de otros elementos */
  }
  .header__content {
    padding: 0px 40px;
    height: 80px;
  }

  .contenedor {
    margin-left: auto;
    padding-right: 25px;
  }
  .btn-menu{
    display: flex;
    flex-direction: row;
  }
  .contenedor .btn-menu, .logo {
    float: right;
    line-height: 80px;
    gap: 20px;
  }

  .contenedor .btn-menu label {
    color: #49DC81;
    font-size: 25px;
    cursor: pointer;
  }

  /* Menú lateral (ahora aparece al hacer clic en el label) */
  #btn-menu {
    display: none; /* El checkbox está oculto */
  }

  .container-menu {
    position: absolute;
    width: 0;
    height: 100vh;
    top: 0;
    right: 0; /* Alineamos el contenedor a la derecha */
    transition: all 500ms ease;
    opacity: 0;
    overflow: hidden;
    z-index: 999;
  }

  /* Cuando se activa el checkbox */
  #btn-menu:checked ~ .container-menu {
    opacity: 1; /* Lo mantenemos visible */
    width: 100%;
  }

  .cont-menu {
    width: 100%;
    max-width: 650px;
    background: #000;
    height: 100vh;
    position: absolute; /* Cambié a absolute */
    top: 0; /* Se asegura de que esté alineado desde arriba */
    right: 0; /* Lo mueve a la derecha */
    transition: all 500ms ease;
    transform: translateX(100%); /* Lo movemos fuera de la pantalla a la derecha */
    padding: 12px 30px 30px;
  }

  /* Cuando se activa el checkbox */
  #btn-menu:checked ~ .container-menu .cont-menu {
    transform: translateX(0%); /* Vuelve a su posición original desde la derecha */
  }

  .cont-menu nav {
    transform: translateY(15%);
  }

  .cont-menu nav a {
    display: block;
    text-decoration: none;
    padding: 20px;
    color: #c7c7c7;
    border-left: 5px solid transparent;
    transition: all 400ms ease;
  }

  .cont-menu nav a:hover {
    border-left: 5px solid #c7c7c7;
    background: #1f1f1f;
  }

  /* Ocultamos el botón */
  .navBtn {
    display: none;
  }

  /* Ocultamos el botón de bienvenida */
  .welcome-user{
  }

  .nav-login-btn{
    font-size: 16px;
  }

  .cont-menu label {
    cursor: pointer;
    padding: 20px 14px;
    font-size: 18px;
  }

  /* Cuando se activa el checkbox */
  #btn-menu:checked ~ .container-menu {
    display: flex;
  }
}

/* Ajustes para pantallas más pequeñas */
@media screen and (max-width: 767px) {
  .cont-menu {
    max-width: 400px;
  }
}

@media screen and (max-width: 480px) {
  .cont-menu {
    max-width: 300px;
  }
}

.navbar-mobile-data{
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-mobile-data img{
  width: 90%;
}
.navbar-mobile-data-logo{
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-mobile-data-logo img{
  margin-top: 2.5rem;
  width: 60%;
}
.navbar-mobile-data-redes{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 15px;
}
.navbar-mobile-data-redes a img{
  margin-top: 30px;
  width: 20px;
  height: 20px;
}
.navbar-links {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style: none;
  margin-block: 2.5rem;
  row-gap: 1rem;
}

.navbar-links li {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 0.8rem;
  width: 100%;
  overflow: hidden;
}

.navbar-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  gap: 10px;
  font-weight: 700;
  white-space: nowrap; /* Evita que el texto salte de línea */
}

.user-icon {
  width: 30px; /* Ajusta el tamaño de la imagen */
  height: 30px;
  flex-shrink: 0; /* Evita que la imagen se reduzca */
}

.user-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 40px); /* Resta el tamaño de la imagen + margen */
}

.categorias-list{
  padding: 5px 20px!important;
}
.mobile-menu__nav__submenu__head{
  display: flex;
  align-items: center;
  flex-direction: row;
}
.mobile-menu__nav__submenu__head p{

  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.testimonials{
  background-color: #121619;
  width: 100%;
  margin-bottom: 150px;
}
@media(max-width: 991px){
  .testimonials {
    margin-bottom: 2rem;
  }
}
.testimonials-item{
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 13%, rgba(18,22,25,1) 100%);
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.testimonials .swiper-pagination{
  position: relative;
  margin-top: 30px;
}
.testimonials .swiper-pagination-bullet{
  height: 15px;
  width: 15px;
  background-color: #49DC81;
}
@media(max-width: 991px){
  .testimonials .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
  }
}
.swiper-button-prev, .swiper-button-next {
  color: #49DC81 !important; 
  background-color: transparent;
  border-radius: 50%; 
  width: 0px;
  height: 40px;
}
.banner-div{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  gap: 5%;
  text-align: center;
  position: relative;
}
.banner-div h4{
  width: 320px;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  padding-bottom: 60px;
  line-height: 35px;
}
  .banner-button {
  position: absolute;
  top: 65%;
  left: 25%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 1vh 1vh;
  background-color: transparent;
  color: #29C480;
  border-radius: 5px;
  font-size: 16px;
  border: 2px solid #29C480;
  text-decoration: none;
  font-weight: 700;
  width: 10%;
  }

.banner-button:hover{
background-color: #49DC81;
color: #000;
border: 2px solid #49DC81;
}
  .banner-button-2 {
  position: absolute;
  top: 65%;
  left: 35%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 1vh 1vh;
  background-color: transparent;
  color: #29C480;
  border-radius: 5px;
  font-size: 16px;
  border: 2px solid #29C480;
  text-decoration: none;
  font-weight: 700;
  width: 20%;
  }

.banner-button-2:hover{
background-color: #49DC81;
color: #000;
border: 2px solid #49DC81;
}
  
@media (max-width: 1199px) {
  .section-header .title{
      margin-left: 0%;
  }
  .banner-div{
    gap: 0%;
  }
  .banner-div h4{
    font-size: 24px;
  }
  .banner-div span{
    font-size: 24px;
  }
  .banner-div img{
    width: 200px;
  }
  .banner-button {
  font-size: 12px;
  top: 68%;
  padding: 2px 2px;
  }
  .banner-button-2 {
  top: 70%;
  }
}

@media (max-width: 991px){

.section-header .title{ 
  margin-left: 0%; 
  }
  .banner-button-2 {
  font-size: 14px;
  padding: 5px 10px;
  }
}
@media (max-width: 768px){
  .info{
      padding-top: 5%;
  }
  .section-header .title{
      margin-left: 0%;
  }
  .banner-div{
    margin-top: 0;
  }
  .banner-div h4{
    font-size: 20px;
  }
  .banner-div span{
    font-size: 20px;
  }
  .banner-div img:first-of-type{
    width: 120px;
    height: 120px;
    margin-bottom: 200px;
  }
  .banner-div img:last-of-type{
    width: 120px;
    height: 120px;
  }
  .banner-button-2 {
    top: 90%;
    left: 50%;
    padding: 1vh 1vh;
    width: 100%;
    max-width: 226px;
    background-color: #29C480;
    color: #000000;
    font-weight: 900;
    font-size: 12px;
  }

  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 0px !important;
  }
  .banner-button {
  position: absolute;
  top: 85%;
  left: 50%;
  padding: 1vh 1vh;
  font-size: 16px;
  width: 80%;
  }

}
@media screen and (max-width: 480px) {

  .banner-div h4{
    font-size: 16px;
  }
  .banner-div span{
    font-size: 16px;
  }
}

  .img-loged-desktop{
    display: flex;
    flex-direction: row;
  }
  .img-loged-desktop img{
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    border: 3px solid #40CD76;
  }

  .img-loged-mobile img{
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    object-fit: cover;
  }

  @media screen and (max-width: 991px) {
    .img-loged-desktop{
      display: none;
    }

    .img-loged{
      display: flex ;
      flex-direction: row ;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }
    .img-loged-mobile img{
      border-radius: 50% !important;
      width: 30px;
      height: 30px;
      border: 2px solid #40CD76;
    }
    .welcome-user-mobile{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      gap: 10px;
    
    }
    .welcome-user-mobile img{
      width: 30px;
      height: 30px;
    
    }
  .header__login-and-currency span{
    display: none !important;
  }
  .welcome-user-desktop{
    display: none;
  }
  .welcome-user-desktop img{
    display: none;
  }
  }
  .header__login-and-currency {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;

  }

  #mobile-banner-1{
    display: none;
  }
  #mobile-banner-2{
    display: none;
  }
  #mobile-banner-3{
    display: none;
  }

  @media screen and (max-width: 767px) {

  #web-banner-1{
    display: none;
  }
  #web-banner-2{
    display: none;
  }
  #web-banner-3{
    display: none;
  }

  #mobile-banner-1{
    display: flex;
    width: 100%;
    height: auto;
  }
  #mobile-banner-2{
    display: flex;
    width: 100%;
    height: auto;
  }
    
  #mobile-banner-3{
    display: flex;
    width: 100%;
    height: auto;
  }
    
    
  }