/* Estilos para pantallas medianas y mayores */
@media (max-width: 1340px) {
  /*  .title-caption {
    font-weight: 700;
    text-align: right;
    font-size: 48px;
} */
}
@media (max-width: 1212px) {
  .navbar-toggler {
    margin-right: 20px;
    background-color: white;
  }
  .navbar-nav {
    background-image: none;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: left 0% center;
    padding: 15px 50px 15px 0px;
    color: #ff1e00;
    background-color: #fff;
    position: relative;  /* ✅ AGREGAR */
    z-index: 1000;       /* ✅ AGREGAR */
  }
  .nav-link {
    color: #ff1e00;
    margin: auto auto auto 12px !important;
    font-size: 18px;
  }
  .nav-link:hover {
    color: #ff1e00;
  }
  .logo {
    content: url("../img/Logo.png"); /* Logo para móviles */
    width: 200px; /* Tamaño para móviles */
    margin-left: 20px;
    position: relative;  /* ✅ AGREGAR */
    z-index: 1001;       /* ✅ AGREGAR */
  }
  .navbar {
    background-color: white;
  }
}
@media (max-width: 1060px) {
  /* .title-caption {
    font-weight: 700;
    text-align: right;
    font-size: 40px;
}
.text-caption {
  font-size: 30px;
  font-weight: 400;
  text-align: right;
} */
}
@media (max-width: 990px) {
  .navbar-nav {
    background-image: none;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: left 0% center;
    padding: 15px 50px 15px 0px;
    color: #fff;
    background-color: #ff1e00;
    position: relative;  /* ✅ AGREGAR */
    z-index: 1000;       /* ✅ AGREGAR */
  }
  .nav-link {
    color: #fff;
    margin: auto auto auto 12px !important;
    font-size: 18px;
  }
  .nav-link:hover {
    color: #fff;
  }
}
@media (max-width: 922px) {
  .navbar-toggler {
    margin-right: 20px;
    background-color: white;
  }
  .navbar-nav {
    background-image: none;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: left 0% center;
    padding: 15px 50px 15px 0px;
    color: white;
    background-color: #ff1e00;
    position: relative;  /* ✅ AGREGAR */
    z-index: 1000;       /* ✅ AGREGAR */
  }
  .logo {
    content: url("../img/Logo.png"); /* Logo para móviles */
    width: 200px; /* Tamaño para móviles */
    margin-left: 20px;
    position: relative;  /* ✅ AGREGAR */
    z-index: 1001;       /* ✅ AGREGAR */
  }
  .navbar {
    background-color: white;
  }
  .hablemosBTN {
    display: none;
  }
  .hablemosResp {
    display: block;
    padding: 20px 0;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
    display: none;
  }
  .hablemosResp a {
    text-decoration: none;
  }
  .splide__arrow {
    display: none; /* Asegúrate de que se muestren */
    cursor: pointer; /* Cambia el cursor al pasar sobre ellos */
    background-color: transparent !important;
  }
  .col-derecha {
    height: auto;
    width: 50%;
    padding-top: 40px;
  }
  .col-izquierda {
    height: 372px;
    padding: 20px;
    width: 50%;
  }
  .col-izquierda img {
    height: 100%;
    padding: 0;
    width: 100%;
  }
  .mt-150 {
    margin-top: 0;
  }
  .AbajoImagenes {
    background-color: #999;
    border-radius: 15px;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  .col-derecha-2 {
    width: 100%;
    padding: 50px;
  }
  .btn-caluga {
    margin-bottom: 20px;
  }

  .col-izquierda-2 {
    height: 370px;
    padding: 0;
    width: 100%;
    display: none;
  }
  .col-izquierda-2 img {
    height: auto;
    padding: 0;
    width: 100%;
  }
  .tituloGrande {
    font-size: 100px;
  }
  .infoValor {
    padding-left: 20px;
  }
  .cardValor.selected {
    transform: scale(1.1);
  }
  .cardValor:hover {
    transform: scale(1.1);
  }
  .splide .splide__slide {
    padding: 0 !important;
    height: 300px !important;
  }
  .splide__slide {
    height: 300px; /* O la altura que desees */
  }
  .splide__arrow {
    display: block !important; /* Asegúrate de que estén visibles */
  }
  .splide .splide__slide .card img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  .splide .splide__slide .card .card__content .card__title span {
    font-size: 46px !important;
    text-align: center;
  }
  .splide .splide__slide .card .card__content .card__excerpt {
    font-size: 15px !important;
    line-height: 15px !important;
    text-align: center;
    max-width: 75% !important;
  }
  .carousel-inner {
    border-radius: 15px;
    margin-top: 100px;
  }
}

/* Estilos para pantallas pequeñas y mayores */
@media (max-width: 576px) {
  /* .title-caption {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
  }
  .text-caption {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
  } */
  /* .carousel-caption {
    position: absolute;
    left: 10%;
    top: 5%;
    width: 80%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: right;
    line-height: 1;
  } */
  .lc-block {
    margin-top: -60px;
  }
  .hablemosBTN {
    display: none;
  }
  .hablemosResp {
    display: block;
    padding: 20px 0;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
    display: none;
  }
  .hablemosResp a {
    text-decoration: none;
  }
  .logo {
    content: url("../img/Logo.png"); /* Logo para móviles */
    width: 150px; /* Tamaño para móviles */
    margin-left: 10px;
  position: relative;  /* ✅ AGREGAR */
  z-index: 1001;       /* ✅ AGREGAR */
  }
  .navbar {
    background-color: white;
  }
  .navbar-toggler {
    margin-right: 10px;
    margin-top: 10px;
  }
  .navbar-nav {
    background-image: none;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: left 0% center;
    padding: 15px 50px 15px 0px;
    color: white;
    background-color: #ff1e00;
    margin-top: 30px;
  position: relative;  /* ✅ AGREGAR */
  z-index: 1000;       /* ✅ AGREGAR */
  }
  .navbar.scrolled::after {
    /* content: url("../img/Logo.png"); */
    position: absolute;
    left: 25px; /* Ajusta según sea necesario */
    top: 25px; /* Ajusta según sea necesario */
    height: 80px; /* Ajusta el tamaño */
  }
  .slider-container {
    margin: auto auto 40px auto !important;
  }
  .slider-somos {
    margin: 70px auto auto !important;
  }
  .carousel-size img {
    max-height: 197px;
  }
  .carousel-size video {
    max-height: 197px;
  }
  .carousel-somos img {
    max-height: 197px;
  }
  .carousel-somos video {
    max-height: 197px;
  }
  .splide .splide__slide {
    padding: 0 !important;
    height: 400px !important;
  }
  .splide__slide {
    height: 400px; /* O la altura que desees */
  }
  .splide__arrow {
    display: block !important; /* Asegúrate de que estén visibles */
  }
  .splide .splide__slide .card .card__content .card__title span {
    font-size: 70px;
    text-align: center;
  }
  .splide .splide__slide .card .card__content .card__excerpt {
    font-size: 18px;
    text-align: center;
    max-width: 75%;
  }
  .col-derecha {
    height: auto;
    width: 100%;
    padding: 50px;
  }
  .col-izquierda {
    height: 372px;
    padding: 0;
    width: 100%;
  }
  .col-izquierda img {
    height: auto;
    padding: 0;
    width: 100%;
  }
  .mt-150 {
    margin-top: 0;
  }
  .AbajoImagenes {
    background-color: #999;
    border-radius: 15px;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 55px;
  }
  .col-derecha-2 {
    width: 100%;
    padding: 50px;
  }
  .btn-caluga {
    margin-bottom: 20px;
  }

  .col-izquierda-2 {
    height: 370px;
    padding: 0;
    width: 100%;
    display: block;
  }
  .col-izquierda-2 img {
    height: auto;
    padding: 0;
    width: 100%;
    display: block;
  }
  .tituloGrande {
    font-size: 50px;
    margin-top: 10px;
  }
  .infoValor {
    padding-left: 20px;
  }
  .cardValor.selected {
    transform: scale(1.1);
  }
  .cardValor:hover {
    transform: scale(1.1);
  }
  .imgBG,
  .imgBG1 {
    display: none !important;
  }
  .img-hero {
    height: 20vh;
    margin-top: 90px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
  }
  .overlay-tecno {
    position: absolute;
    bottom: 0px;
    left: -45px;
    width: 50px;
    height: auto;
    border-radius: 10px;
    width: 100%;
  }
  .card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1; /* Asegúrate de que el contenido siempre esté visible */
    background-image: none !important; /* Ruta de tu imagen */
    background-size: contain; /* Ajusta la imagen para cubrir todo el overlay */
    background-position: center; /* Centra la imagen */
    transition: background-image 0.3s ease; /* Para el cambio de imagen de fondo */
    z-index: 2;
    background-repeat: no-repeat;
  }
  .card__content-inner {
    text-align: center;
    color: #ffffff !important; /* Adjust text color as needed */
    padding: 20px;
  }
}
