/*------------------------------------Estilos responsive---------------------------------*/

/* ----- GENERAL RESPONSIVO ----- */
@media screen and (min-width:480px) {
  .logo {
    color: white;
  }
  .banner__img {
    height: 600px;
  }
  .banner__content {
    font-size: 2em;
  }
}

@media screen and (min-width:768px) {
  .main__title {
    font-size: 2.2em;
  }
  .column--50-25 {
    width: 24.5%;
  }
  .column__title {
    font-size: 1em;
  }
  .group__title {
    font-size: 2.2em;
  }
}

@media screen and (min-width:1024px) {
  .logo {
    font-size: 2em;
    padding: 0;
  }
  .banner__img {
    height: 1000px;
  }
  .banner__content {
    font-size: 2.5em;
  }
  .icon-menu {
    display: none;
  }
  .menu {
    position: static;
    display: flex;
    height: auto;
    width: fit-content;
    background: transparent;
  }
  .menu__link {
    padding: 10px;
  }
}

@media screen and (min-width:1600px) {
  .container {
    width: 1400px;
  }
  .banner__img {
    height: 900px;
  }

  .barra-redes-fija {
    display: none;
  }

}

/* ------------------------------- RESPONSIVO GENERAL -------------------------------- */

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

  .footer-columns {
    gap: 0;
  }

  .footer-logo-box {
    flex: 0 0 445px;
  }
}

@media screen and (min-width: 1750px) {

  .footer-logo-box {
    flex: 0 0 530px;
  }
  
}

@media screen and (min-width: 1450) {

  .footer-logo-box {
    flex: 0 0 470px;
  }

  .footer-columns {
    gap: 0;
  }
  
}


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

  .fondo-header-slider {
    background: url('../images/inicio/Background_Carrusel1.png') center;
    background-position: center;
  }

  .main-header {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1440px;
    z-index: 10000;
    padding: 15px;
  }

  .main-header__content {
    display: grid;
    align-items: center;
    height: 60px;
    width: fit-content;
    padding: 0;
  }

  .main-header__imgHeader {
    height: 45px;
    max-width: 120px;
    margin: 0 auto;
  }

  .menu {
    gap: 15px;
    width: fit-content;
  }

  .menu__link, .menu__link--select {
    font-size: 18px;
  }
  
.social-icon {
    margin: 0 auto;
  }

  .social-icon__link {
    width: 35px;
    height: 35px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff6600;
    color: white;
    border-radius: 50%;
  }

/*---------- Slider Principal -----------*/
  .container {
    max-width: 1440px;
    margin: 0 auto;
  }

  .slider-principal {
    padding: 150px 0 185px 0;
  }

  .contenido-slider {
    top: 0;
    text-align: center;
    padding: 50px 0 10px 0;
  }

  .contenido-slider.reverse {
  flex-direction: row-reverse;
  }

  .contenido-slider.reverse .texto-slider {
  padding-left: 0;
  padding-right: 200px;
  text-align: right;
  } 

  .contenido-slider.reverse .img-slider {
  transform: translate(265px); 
  }

  .slide-2-ajuste .img-slider {
    margin-left: 90px;
    transform: translateY(-20px);
  }

  .slide-2-ajuste .texto-slider {
    padding-right: 40px;
  }

  .texto-slider {
    height: 100%;
  }

  .texto-slider h2 {
    font-size: 35px;
  }

  .texto-slider span {
    font-size: 50px;
  }

  .texto-slider p {
    font-size: 18.2px;
  }

  .img-slider {
    transform: none;
    padding-top: 20px;
    padding-right: 200px;
  }

  .img-slider img {
    height: 270px;
    max-width: 100%;
    width: auto;
  }

  .dot {
    height: 10px;
    width: 10px;
    margin: 0 6px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
  }

  .dots-container {
    text-align: center;
    position: absolute;
    bottom: 25px;
    width: 100%;
  }

  /* Flechas */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .prev {
    left: 50px;
  }

  .next {
    right: 50px;
  }

  .arrow-icon {
    width: 60px;
    height: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }

  /*----------------------------------PAGINA INICIO---------------------------------*/

  /*-----------VIPER SMARTSTART------------*/
    .img-smart img {
    height: 500px;
  }

  .texto-smart h3 {
    font-size: 45px;
  }

  .texto-smart p {
    font-size: 22px;
  }

  .botones-apps img {
    height: 55px;
  }

  /*-----------VIPER ALARMAS------------*/
    .viper-alarmas {
    padding: 140px 0;
  }

  .contenido-viper h1 {
    font-size: 32px;
    padding: 25px;
  }

  .contenido-viper img {
    height: 90px;
  }

  /*------------NUESTROS CLIENTES------------*/
  .nc-titulo {
    font-size: 50px;
    padding-left: 250px;
    padding-right: 250px;
  }

  .nc-slider {
    gap: 40px;
  }

  .nc-cliente-logo {
    flex: 0 0 180px;
  }

  .nc-cliente-logo img {
    max-height: 80px;
    max-width: 140px;
  }

  .nc-slider-container {
    padding: 30px 10px;
    max-width: 1100px;
  }

  .nc-arrow img {
    height: 60px;
    width: 30px;
  }

  .nc-next {
    right: -85px;
  }

  .nc-prev {
    left: -85px;
  }

  /*-----------WIALON HOSTING------------*/
  .texto-wialon h1 {
    font-size: 32px;
  }

  .img-wialon {
    transform: translateY(30px);
  }

  .botones-apps img {
    height: 55px;
  }

  /*-----------AUDISON------------*/
  .audison {
    padding: 160px 40px;
  }

  .texto-audison h3 {
    font-size: 2.8rem;
  }

  .texto-audison p {
    font-size: 23px;
  }

  .texto-audison img {
    height: 65px;
  }

  /*-------------------------------PAGINA SEGURIDAD----------------------------*/

  /*-----------SECCION HERO------------*/
  .seguridad-hero__texto h1 {
    font-size: 34px;
  }

  .seguridad-hero__texto p {
    font-size: 17px;
  }

  /*-----------CONTENEDOR PRODUCTOS------------*/
  .titulo-principal_container {
    font-size: 50px;
  }

  .producto-card img {
    width: 140px;
    height: 120px;
  }

  .producto-card h3 {
    font-size: 15px;
  }

  /*-----------ELIGE ALARMAS------------*/
    .elige-alarma__titulo {
    font-size: 52px;
    margin-bottom: 100px;
    margin-top: 60px;
  }

  .elige-alarma__opciones {
    gap: 25px;
    padding: 0 40px;
    max-width: 1265px;
  }

  .elige-alarma__item {
    width: 370px;
    min-height: 520px;
  }

  .elige-alarma__text {
    padding: 0;
  }

  .elige-alarma__text h3 {
    font-size: 30px;
    width: 100%;
  }

  .elige-alarma__text p {
    font-size: 16px;
    padding: 15px;
  }

  /*-----------PROTEC V2------------*/
  .protec-title {
    font-size: 52px;
  }

  .protec-title span {
    font-size: 32px;
  }

  .protec-control {
    margin-left: 88px;
    height: 130px;
    margin-top: 25px;
  }

  .protec-auto {
    margin-right: 70px;
    height: 150px;
    margin-top: 6px;
  }

  .range-bar {
    width: 950px;
  }

  .protec-info {
    gap: 130px;
  }

  .divider-range {
    width: 580px;
  }

  .protec-footer {
    font-size: 24px;
  }

  /*-------------CORPORATIVO------------*/
  .corporativos__titulo {
    font-size: 32px;
  }

  .corporativos__titulo span {
    font-size: 52px;
  }

  .corporativos__vehiculos {
    gap: 100px;
  }

  .corporativos-icon__wrappred {
    width: 160px;
    height: 160px;
  }

  .cruz__bloque {
    font-size: 21px;
    height: 90px;
  }

  .corporativos__cruz {
    max-width: 1150px;
  }
/*-------------------------------PAGINA RASTREO----------------------------*/

  /*-----------RASTREO INTRO------------*/
  .rastreo-intro__img {
    left: 11%;
    top: 102%;
  }

  .rastreo-intro__contenido {
    margin-left: 250px;
    padding: 30px 30px 25px 80px;
  }

  .rastreo-intro__grid {
    gap: 70px;
  }

  .rastreo-intro__etiquetas-lista {
    grid-template-columns: repeat(2, 14rem);
  }

  .wialon-logo {
    left: 74%;
    top: 154%;
  }

  /*---------------APPS----------------*/
  .rastreo-apps__grid {
    grid-template-columns: repeat(3, 0fr);
    gap: 120px;
    padding: 0 40px 80px;
  }

  .rastreo-app {
    width: 360px;
    height: 260px;
    margin: auto;
  }

  .rastreo-app h3 {
    font-size: 32px;
  }

  /*---------------FMU130----------------*/
  .rastreo-device__list li {
    width: 500px;
    font-size: 17px;
  }



  .rastreo-device__img {
    width: 320px;
  }

/*-------------------------------PAGINA CONFORT----------------------------*/

  /*-------------AUDIO A TU ESTILO------------*/
  .audio-estilo .titulo-seccion {
    font-size: 55px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .grid-estilo {
    gap: 40px;
    padding: 0 40px 80px;
  }

  .estilo-item img {
    width: 180px;
    height: 180px;
  }

  .estilo-item h3 {
    font-size: 30px;
  }

  /*--------------PROYECTOS PROFESIONALES--------------*/
  .titulo-seccion {
    font-size: 45px;
    margin-bottom: 25px;
  }

  .grid-proyectos {
    gap: 18px;
    max-width: 900px;
  }

  /*---------------MARCAS RECONOCIDAS----------------*/
  .marcas-reconocidas .titulo-seccion {
    font-size: 34px;
    padding: 18px 50px;
  }

  .grid-marcas {
    gap: 60px;
  }

  .grid-marcas img {
    max-width: 220px;
  }

/*-----------------------VISUALIZACION DE PRODUCTOS-----------------------*/

  /*-----------PRODUCTOS------------*/
  .titulo-principal {
    font-size: 36px;
  }

  .producto-img img {
    height: 450px;
  }

  .producto-info h3 {
    font-size: 1.4rem;
  }

  .producto-info p,
  .caracteristicas-lista li {
    font-size: 0.95rem;
  }
  
  /*-----------FOOTER------------*/
  .footer-logo-box {
    flex: 0 0 480px;
  }

  .logo-orange-bg {
    padding: 42px 60px;
  }

  .footer-columns {
    gap: 60px;
    padding: 80px 80px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 1000px;
    margin: 0 auto;
  }

  .fondo-header-slider {
    background: url('../images/inicio/Background_Carrusel1.png') center;
    background-position: center;
  }

  .main-header {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1024px;
    z-index: 10000;
    padding: 15px;
  }

  .main-header__content {
    display: grid;
    align-items: center;
    height: 60px;
    width: fit-content;
    padding: 0;
  }

  .main-header__imgHeader {
    height: 45px;
    max-width: 120px;
    margin: 0 auto;
  }

  .menu {
    gap: 0;
    width: fit-content;
  }

  .menu__link, .menu__link--select {
    font-size: 18px;
  }
  
  .social-icon {
    margin: 0 auto;
  }

  .social-icon__link {
    width: 35px;
    height: 35px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ef4d37;
    color: white;
    border-radius: 50%;
  }

  .icon-menu {
    display: none; /* Esconde hamburguesa en desktop/tablet */
  }
  .main-nav {
    display: block;
  }

/*---------- Slider Principal -----------*/
.contenido-slider {
    top: 0;
    text-align: center;
    padding: 50px 0 10px 0;
  }

  .contenido-slider.reverse {
  flex-direction: row-reverse;
  }

  .contenido-slider.reverse .texto-slider {
  padding-left: 0;
  padding-right: 140px;
  text-align: right;
  } 

  .contenido-slider.reverse .img-slider {
  transform: translate(165px); /* lo invertimos */
  }

  .slide-2-ajuste .img-slider {
    margin-left: 90px;
    transform: translateY(-20px);
  }

  .texto-slider {
    height: 100%;
  }

  .texto-slider h2 {
    font-size: 28px;
  }

  .texto-slider span {
    font-size: 40px;
  }

  .texto-slider p {
    font-size: 14.7px;
  }

  .img-slider {
    transform: none;
    padding-top: 20px;
    padding-right: 120px;
  }

  .img-slider img {
    height: 190px;
    max-width: 100%;
    width: auto;
  }

  .arrow-icon {
    width: 20px;
  }

/*---------------------------404------------------------------------*/

  .error-contenido h1 {
    font-size: 2.4rem;
  }

  .error-icono {
    font-size: 4rem;
  }

  .btn-volver {
    font-size: 1rem;
    padding: 10px 25px;
  }

/*---------------------------PAGINA INICIO---------------------------*/

  /*-----------VIPER SMARTSTART------------*/
  .img-smart img {
    height: 350px;
  }

  .texto-smart {
    transform: translate(40px);
  }

  .texto-smart h3 {
    font-size: 40px;
  }

  .texto-smart p {
    font-size: 20px;
  }

  .botones-apps img {
    height: 50px;
  }

  /*-----------VIPER ALARMAS------------*/
  .viper-alarmas {
    padding: 120px 0;
  }

  .contenido-viper h1 {
    font-size: 28px;
    padding: 20px;
  }

  .contenido-viper img {
    height: 80px;
  }

  /*------------NUESTROS CLIENTES------------*/
  .nc-clientes-section {
    padding: 120px 0;
  }

  .nc-titulo {
    font-size: 40px;
    padding-left: 200px;
    padding-right: 200px;
  }

  .nc-slider-container {
    padding: 30px 10px;
    max-width: 800px;
  }

  .nc-slider {
    gap: 30px;
  }

  .nc-cliente-logo {
    flex: 0 0 160px;
  }

  .nc-cliente-logo img {
    max-height: 70px;
    max-width: 120px;
  }

  .nc-arrow img {
    height: 50px;
  }

  /*-----------WIALON HOSTING------------*/
    .wialon-hosting {
    padding: 90px 0;
  }

  .contenido-wialon {
    gap: 30px;
  }

  .img-wialon {
    padding-right: 0;
    text-align: center;
    transform: translateY(20px);
    margin-left: 50px;
  }

  .img-wialon img {
    max-width: 90%;
    height: auto;
  }

  .texto-wialon h1 {
    font-size: 34px;
  }

  .texto-wialon img {
    display: block;
    margin: 0 auto 20px;
    max-width: 180px;
  }

  .botones-apps {
    justify-content: center;
  }

  .botones-apps img {
    height: 50px;
  }

  /*-----------AUDISON------------*/
  .audison {
    padding: 160px 40px;
  }

  .texto-audison h3 {
    font-size: 2.8rem;
  }

  .texto-audison p {
    font-size: 23px;
  }

  .texto-audison img {
    height: 65px;
  }

/*---------------------------------PAGINA SEGURIDAD-------------------------------*/

  /*-----------SECCION HERO------------*/
  .seguridad-hero {
    padding: 50px 20px;
  }

  .seguridad-hero__contenido {
    gap: 25px;
  }

  .seguridad-hero__texto h1 {
    font-size: 30px;
  }

  .seguridad-hero__texto p {
    font-size: 16px;
  }

  .seguridad-hero__imagen img {
    max-width: 260px;
  }

  /*-----------CONTENEDOR PRODUCTOS------------*/
  .contenedor-productos {
    padding: 100px 20px;
  }

  .titulo-principal_container {
    font-size: 45px;
  }

  .producto-card {
    padding: 18px;
  }

  .producto-card img {
    width: 130px;
    height: 110px;
  }

  .producto-card h3 {
    font-size: 14px;
  }

  .boton-ver {
    font-size: 13px;
    padding: 6px 18px;
  }

  /*-----------ELIGE ALARMAS------------*/
  .elige-alarma__titulo {
    font-size: 46px;
    margin-bottom: 90px;
    margin-top: 50px;
  }

  .elige-alarma__opciones {
    grid-template-columns: repeat(3, auto);
    gap: 25px;
    padding: 0 30px;
  }

  .elige-alarma__item {
    width: 100%;
    min-height: 520px;
  }

  .elige-alarma__text h3 {
    font-size: 28px;
  }

  .elige-alarma__text p {
    font-size: 15px;
    padding: 12px;
  }

  /*-----------PROTEC V2------------*/
  .protec-title {
    font-size: 44px;
  }

  .protec-title span {
    font-size: 26px;
  }

  .protec-icons {
    justify-content: space-around;
  }

  .protec-control {
    margin-left: -235px;
    height: 130px;
    width: auto;
    margin-top: 25px;
  }

  .protec-auto {
    margin-right: -220px;
    height: 130px;
    width: auto;
    margin-top: 25px;
  }

  .bar-line {
    width: 80%;
    position: relative;
    margin: 0 auto;
  }

  .range-bar {
    width: 85%;
    height: 160px;
  }

  .bar-text {
    font-size: 22px;
  }

  .bar-marker.left {
    left: 82px;
  }

  .bar-marker.right {
    right: 82px;
  }
  
  .bar-marker {
    height: 100px;
  }

  .info-box {
    max-width: 250px;
    text-align: center;
    margin: 50px
  }

  .info-box img {
    width: 50px;
    height: 50px;
  }

  .icon_info__wrapped {
    background-color: #f6f6f6;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
  }

  .info-box p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .divider {
    width: 2px;
    height: 260px;
    border-radius: 6px;
    background-color: #bbbbbb;
    position: absolute;
  }

  .protec-info {
    gap: 10px;
  }

  .divider-range {
    width: 500px;
  }

  .protec-footer {
    font-size: 22px;
  }

  /*-------------CORPORATIVO------------*/
  .corporativos {
    overflow: hidden;
  }
  
  .corporativos__titulo {
    font-size: 28px;
  }

  .corporativos__titulo span {
    font-size: 45px;
  }

  .corporativos__vehiculos {
    flex-wrap: wrap;
    gap: 140px;
  }

  .corporativos__vehiculos img {
    max-width: 200px;
    height: 200px;
  }

  .corporativos-icon__wrappred {
    width: 140px;
    height: 140px;
  }

  .cruz__bloque {
    font-size: 18px;
    height: 80px;
  }

  .corporativos__cruz {
    max-width: 950px;
  }

/*-------------------------------PAGINA RASTREO----------------------------*/

  /*-----------RASTREO INTRO------------*/
  .rastreo-intro {
    padding: 65px 50px 20px 10px;
  }
  
  .rastreo-intro__titulo {
    font-size: 4rem;
    margin-top: 20px;
  }

  .rastreo-intro__img {
    top: 82%;
    left: 6%;
  }

  .rastreo-intro__img img {
    width: 100%;
    height: 410px;
  }

  .rastreo-intro__contenido {
    margin-left: 180px;
    padding: 30px 30px 25px 80px;
  }

  .rastreo-intro__grid {
    gap: 40px;
  }

  .rastreo-intro__contenido-lista li {
    font-size: 14px;
    margin: 0 0 6px 0;
  }

  .rastreo-intro__etiquetas-lista {
    grid-template-columns: repeat(2, 10rem);
  }

  .rastreo-intro__etiquetas-lista li {
    font-size: 14px;
  }

  .rastreo-intro__columna-derecha {
    flex: 0 220px;
  }

  .rastreo-intro__etiquetas-box {
    padding: 25px;
  }

  .rastreo-intro__contenido p {
    margin-top: 20px;
    font-size: 15px;
}

  .wialon-logo {
    left: 73%;
    top: 121%;
    height: 70px;
  }

  /*---------------APPS----------------*/
  .rastreo-apps {
    margin: 120px 0 50px 0;
}
  
  .rastreo-apps__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0 30px 70px;
  }

  .rastreo-app {
    width: 85%;
    height: 100%;
    padding-top: 50px;
  }

  .rastreo-app h3 {
    font-size: 28px;
  }

  .rastreo-app p {
    font-size: 14px;
  }

  .rastreo-app__container-img {
    gap: 8px;
  }

  /*---------------FMU130----------------*/
    .rastreo-device__detalles {
    gap: 20px;
  }

  .rastreo-device__list li {
    width: 335px;
    font-size: 12px;
    height: 65px;
  }

  .rastreo-device__img {
    width: 200px;
  }

/*-------------------------------PAGINA CONFORT----------------------------*/

  /*-------------AUDIO A TU ESTILO------------*/
  .audio-estilo .titulo-seccion {
    font-size: 48px;
    margin-top: 70px;
    margin-bottom: 60px;
  }

  .grid-estilo {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 30px 60px;
  }

  .estilo-item img {
    width: 160px;
    height: 160px;
  }

  .estilo-item h3 {
    font-size: 28px;
  }

  .estilo-item p {
    font-size: 0.9rem;
  }

  /*--------------PROYECTOS PROFESIONALES--------------*/
  .titulo-seccion {
    font-size: 40px;
  }

  .grid-proyectos {
    gap: 16px;
    max-width: 700px;
  }

  /*---------------MARCAS RECONOCIDAS----------------*/
  .marcas-reconocidas {
    padding-top: 120px;
  }

  .marcas-reconocidas .titulo-seccion {
    font-size: 30px;
    padding: 15px 40px;
  }

  .grid-marcas {
    gap: 20px;
  }

  .grid-marcas img {
    max-width: 180px;
  }

/*-----------------------VISUALIZACION DE PRODUCTOS-----------------------*/

  /*-----------PRODUCTOS------------*/
  .titulo-principal {
    font-size: 32px;
    text-align: center;
  }

  .producto-detalle {
    flex-direction: column;
    padding: 2rem;
  }

  .producto-img img {
    max-width: 400px;
    height: auto;
  }

  .producto-info {
    text-align: center;
  }

  .encabezado-producto {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
  }

  .boton-regresar {
    justify-content: center;
    margin-top: 1rem;
  }

  .producto-botones {
    justify-content: center;
  }

/*----------FOOTER------------*/
  .footer-top {
    display: flex; /* ✅ OJO aquí */
    flex-direction: row; /* ✅ Para mantener en fila */
    align-items: stretch;
    justify-content: center;
    text-align: left;
  }

  .footer-logo-box {
    justify-content: flex-end;
    flex: 0 0 300px;
    width: auto;
    max-width: 380px;
    display: flex;
    align-items: flex-end;
  }

  .logo-orange-bg {
    border-radius: 0 50px 0 0;
    justify-content: flex-end;
    padding: 30px 50px;
    width: 100%;
  }

  .footer-columns {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    padding: 65px 0 45px 65px;
    flex: 1;
  }

  .footer-column {
    min-width: 150px;
    text-align: left;
  }

  .footer-column h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .footer-column ul {
    list-style: none;
    font-size: 13px;
    padding: 0;
    margin: 0;
  }

  .footer-column p {
    font-size: 13px;
  }

  .direccion {
    padding-left: 60px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 767px;
    margin: 0 auto;
  }

  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 767px;
    background-color: #111;
    z-index: 10000;
    padding: 15px;
  }

  .main-header__content {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    height: 60px;
    padding: 10px 15px 10px 15px;
    width: 100%;
  }

  .main-header__imgHeader {
    height: 45px;
    max-width: 100px;
    margin: 0 auto;
  }

  .icon-menu {
    display: block;
    font-size: 28px;
    color: white;
    cursor: pointer;
    z-index: 10001;
  }

  .main-nav {
    position: fixed;
    top: 90px;
    left: -260px;
    width: 260px;
    height: calc(100% - 60px);
    background-color: #f1f1f1;
    transition: left 0.3s ease;
    overflow-y: auto;
    z-index: 9999;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  header .social-icon {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
    margin: 0;
    padding: 0;
    gap: 0;
  }

  .social-icon__link {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
    font-size: 18px;
    text-decoration: none;
    color: white;
    border-radius: 0;
  }

  .social-icon__link.facebook {
    background-color: #3b5998;
  }

  .social-icon__link.instagram {
    background-color: #b1875a;
  }

  .social-icon__link.youtube {
    background-color: #cc181e;
  }

  .social-icon i {
    font-size: 20px;
    color: white;
  }

  .footer {
    padding-bottom: 50px;
  }

  .main-nav.active {
    left: 0;
  }

  .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

    .menu__item {
    width: 100%;
  }

  .menu__link {
    display: block;
    padding: 15px 20px;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
  }

  .overlay {
    display: none;
  }

  .overlay.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9990;
  }

  .slider-principal {
    padding: 150px 0 130px 0;
  }

/*---------- Slider Principal -----------*/
  .contenido-slider {
    display: grid;
    grid-template-columns:repeat(1, 0.5fr);
    text-align: center;
    padding: 15px 0 20px 0;
  }

  .contenido-slider.reverse {
    display: grid;
    grid-template-columns:repeat(1, 0.5fr);
    text-align: center;
    padding: 15px 0 20px 0;
  }

  .contenido-slider.reverse .texto-slider {
    padding: 0;
    text-align: center;
  } 

  .contenido-slider.reverse .img-slider {
    display: flex;
    transform: none;
    padding: 0 0 0 0;
    justify-content: center;
  }
  
  .contenido-slider.reverse .img-slider img {
    height: 200px;
    max-width: fit-content;
    width: auto;
  }

  .slide-2-ajuste .img-slider {
    margin-left: 0;
    transform: none;
  }

  .slide-2-ajuste .texto-slider {
    padding: 0;
    text-align: center;
  }

  .texto-slider {
    height: 100%;
    padding: 0;
  }

  .texto-slider h2 {
    font-size: 25px;
  }

  .texto-slider span {
    font-size: 35px;
  }

  .texto-slider p {
    font-size: 13px;
  }

  .img-slider {
    display: flex;
    transform: none;
    padding: 0 0 0 0;
    justify-content: center;
  }

  .img-slider img {
    height: 200px;
    max-width: fit-content;
    width: auto;
  }

  .arrow-icon {
    width: 75px;
  }

/*---------------------------404------------------------------------*/

  .error-404 {
    padding: 40px 20px;
  }

  .error-contenido {
    padding: 0 10px;
  }

  .error-contenido h1 {
    font-size: 2rem;
  }

  .error-icono {
    font-size: 3.5rem;
    margin-bottom: 15px;
  }

  .btn-volver {
    font-size: 0.95rem;
    padding: 10px 20px;
  }

/*---------------------------PAGINA INICIO---------------------------*/

/*-----------VIPER SMARTSTART------------*/
  .contenido-smart {
    flex-direction: column;
    text-align: center;
  }

  .img-smart img {
    height: 400px;
    margin-bottom: 30px;
  }

  .texto-smart {
    transform: none;
  }

  .texto-smart h3 {
    font-size: 35px;
  }

  .texto-smart p {
    font-size: 18px;
  }

  .botones-apps {
    gap: 15px;
    padding-top: 30px;
  }

  .botones-apps img {
    height: 48px;
  }

  .app_store {
    padding-right: 0;
  }

/*-----------VIPER ALARMAS------------*/
  .viper-alarmas {
    padding: 100px 20px;
  }

  .contenido-viper h1 {
    font-size: 24px;
    padding: 15px;
  }

  .contenido-viper img {
    height: 70px;
  }

/*------------NUESTROS CLIENTES------------*/
  .nc-clientes-section {
    padding: 100px 0;
  }

  .nc-titulo {
    font-size: 32px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .nc-slider-container {
    padding: 30px 10px;
    max-width: 550px;
  }

  .nc-slider {
    gap: 20px;
  }

  .nc-cliente-logo {
    flex: 1 0 140px;
  }

  .nc-cliente-logo img {
    max-height: 60px;
    max-width: 100px;
  }

  .nc-arrow img {
    height: 65px;
    width: 30px;
  }

  /*-----------WIALON HOSTING------------*/
  .wialon-hosting {
    padding: 70px 0;
  }

  .contenido-wialon {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }

  .img-wialon {
    order: 1;
    transform: none;
    padding: 0;
    margin: 0 0 0 45px;
  }

  .img-wialon img {
    height: 330px;
    width: auto;
    justify-content: center;
  }

  .texto-wialon {
    order: 2;
  }

  .texto-wialon img {
    display: block;
    margin: 0 auto 20px;
    max-width: 350px;
  }

  .texto-wialon h1 {
    font-size: 24px;
  }

  .botones-apps img {
    height: 45px;
    margin: 0 10px;
  }

/*-----------AUDISON------------*/
  .audison {
    padding: 100px 20px;
  }

  .contenido-audison {
    flex-direction: column;
    text-align: center;
  }

  .texto-audison {
    padding: 0;
    margin-bottom: 40px;
  }

  .texto-audison h3 {
    font-size: 2.2rem;
  }

  .texto-audison p {
    font-size: 20px;
    padding-top: 20px;
  }

  .texto-audison img {
    height: 55px;
    transform: translateY(20px);
    margin-left: 110px;
  }

  .img-audison img {
    max-width: 75%;
    margin-top: 30px;
    margin-left: 80px;
  }

  .audison-bg {
    width: 100%;
  }

/*---------------------------------PAGINA SEGURIDAD-------------------------------*/

  /*-----------SECCION HERO------------*/
  .seguridad-hero {
    padding: 40px 15px;
  }

  .seguridad-hero__texto h1 {
    font-size: 26px;
  }

  .seguridad-hero__texto p {
    font-size: 15px;
  }

  .seguridad-hero__contenido {
    gap: 20px;
  }

  .seguridad-hero__imagen img {
    max-width: 230px;
  }

  /*-----------CONTENEDOR PRODUCTOS------------*/
    .contenedor-productos {
    padding: 80px 15px;
  }

  .titulo-principal_container {
    font-size: 38px;
  }

  .productos-grid {
    gap: 15px;
  }

  .producto-card {
    padding: 15px;
  }

  .producto-card img {
    width: 120px;
    height: 100px;
  }

  .producto-card h3 {
    font-size: 13px;
    min-height: auto;
  }

  .boton-ver {
    font-size: 12px;
    padding: 6px 16px;
    bottom: -12px;
  }

  /*-----------ELIGE ALARMAS------------*/
  .elige-alarma__titulo {
    font-size: 38px;
    margin-bottom: 80px;
    margin-top: 40px;
    padding: 0 20px;
  }

  .elige-alarma__opciones {
    grid-template-columns: repeat(3, auto);
    gap: 25px;
    padding: 0 40px;
  }

  .llave-alarma {
    width: 50px;
    height: 90px;
  }

  .llave2-alarma {
    width: 60px;
    height: 90px;
  }

  .celular-alarma {
    width: 60px;
    height: 100px;
  }

  .elige-alarma__item {
    width: 100%;
    min-height: auto;
  }

  .elige-alarma__icono-wrapper {
    width: 120px;
    height: 120px;
  }

  .elige-alarma__text h3 {
    font-size: 26px;
  }

  .elige-alarma__text p {
    font-size: 15px;
    padding: 10px;
  }

  /*-----------PROTEC V2------------*/
    .protec-title {
    font-size: 36px;
  }

  .protec-title span {
    font-size: 22px;
  }

  .protec-icons {
    width: 100%;
    flex-direction: row;
    margin-bottom: 10px;
  }

  .protec-control {
    margin-left: -210px;
    height: 120px;
    width: auto;
    margin-top: 25px;
  }

  .protec-auto {
    margin-right: -195px;
    height: 110px;
    width: auto;
    margin-top: 35px;
  }

  .range-bar {
    width: 100%;
    height: 140px;
  }

  .bar-line {
    width: 70%;
    position: relative;
    margin: 0 auto;
    height: 45px;
  }

  .bar-text {
    font-size: 20px;
  }

  .bar-marker {
    height: 80px;
  }

  .bar-marker.left {
    left: 108px;
  }

  .bar-marker.right {
    right: 108px;
  }

  .protec-info {
    align-items: center;
    gap: 30px;
  }

  .info-box {
    max-width: 200px;
    text-align: center;
    margin: 50px;
  }

  .info-box img {
    width: 50px;
    height: 50px;
  }

  .icon_info__wrapped {
    background-color: #f6f6f6;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
  }

  .info-box p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .divider {
    width: 2px;
    height: 260px;
    border-radius: 6px;
    background-color: #bbbbbb;
    position: absolute;
  }

  .divider-range {
    width: 400px;
    height: 80px;
  }

  .protec-footer {
    font-size: 20px;
    text-align: center;
  }

  /*-------------CORPORATIVO------------*/
  .corporativos {
    padding: 60px 0;
    text-align: center;
    background-size: cover;
  }
  
  .corporativos__titulo {
    margin-top: 40px;
    font-size: 25px;
  }

  .corporativos__titulo span {
    font-size: 36px;
  }

  .corporativos__vehiculos {
    gap: 80px;
  }

  .corporativos__vehiculos img {
    max-width: 150px;
    height: 150px;
  }

  .corporativos-icon__wrappred {
    width: 130px;
    height: 130px;
  }

  .cruz__bloque {
    font-size: 16px;
    height: 70px;
  }

  .corporativos__cruz {
    max-width: 700px;
    margin: 0 auto;
  }

/*---------------------------------PAGINA RASTREO----------------------------*/

  /*-----------RASTREO INTRO------------*/
  .rastreo-intro {
    flex-direction: column;
    align-items: center;
    padding: 60px 20px 80px;
  }

  .rastreo-intro__titulo {
    font-size: 3.2rem;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .rastreo-intro__img{
    top: 83%;
    left: 6%;
  }

  .rastreo-intro__img img {
    width: 100%;
    height: 320px;
  }

  .rastreo-intro__contenido {
    padding: 15px 15px 15px 60px;
    margin-left: 115px; 
    margin-top: 0;
    margin-bottom: 40px;
  }

  .rastreo-intro__etiquetas-lista {
    grid-template-columns: repeat(2, 7rem);
  }

  .rastreo-intro__etiquetas-box {
    padding: 15px;
  }

  .rastreo-intro__etiquetas-lista li {
    font-size: 12px;
    padding: 2px 8px;
  }

  .rastreo-intro__contenido p {
    font-size: 12px;
  }

  .rastreo-intro__contenido-lista li {
    font-size: 12px;
    margin: 0 0 4px 0;
  }

  .wialon-logo {
    top: 112%;
    left: 74%;
    height: 50px;
  }

  /*-------------------APPS-------------------*/
  .rastreo-apps__grid {
    gap: 45px;
    padding: 0 20px 60px;
  }

  .rastreo-app {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 40px 15px 30px;
  }

  .rastreo-app h3 {
    font-size: 26px;
  }

  .rastreo-app__icono-wrapper {
    width: 70px;
    height: 70px;
    top: -30px;
  }

  .rastreo-app__icono-wrapper img {
    width: 35px;
  }

  .rastreo-app p {
    font-size: 14px;
  }

  /*-------------------FMU130-------------------*/
  .rastreo-device__detalles {
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .rastreo-device__list {
    width: 100%;
    max-width: 240px;
    align-items: center;
    gap: 40px;
  }

  .rastreo-device__list li {
    width: 260px;
    font-size: 9.3px;
    height: 65px;
  }

  .rastreo-device__img {
    width: 290px;
  }

/*-------------------------------PAGINA CONFORT----------------------------*/

  /*-------------AUDIO A TU ESTILO------------*/
  .audio-estilo .titulo-seccion {
    font-size: 42px;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .grid-estilo {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 0 25px 50px;
  }

  .estilo-item img {
    width: 140px;
    height: 140px;
  }

  .estilo-item h3 {
    font-size: 26px;
  }

  .estilo-item p {
    font-size: 0.9rem;
  }

  /*--------------PROYECTOS PROFESIONALES--------------*/
  .titulo-seccion {
    font-size: 36px;
  }

  .grid-proyectos {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 90%;
  }

  .grid-proyectos img {
    height: auto;
  }

  /*---------------MARCAS RECONOCIDAS----------------*/
  .marcas-reconocidas {
    padding-top: 100px;
  }

  .marcas-reconocidas .titulo-seccion {
    font-size: 26px;
    padding: 12px 30px;
  }

  .grid-marcas {
    gap: 10px;
  }

  .grid-marcas img {
    max-width: 135px;
  }

/*-------------------------------VISUALIZACION DE PRODUCTOS----------------------------*/

  /*-----------PRODUCTOS------------*/
  .titulo-principal {
    font-size: 28px;
  }

  .producto-img img {
    max-width: 300px;
    height: auto;
  }

  .producto-info h3 {
    font-size: 1.3rem;
  }

  .producto-info p,
  .caracteristicas-lista li {
    font-size: 0.9rem;
  }

  .producto-botones {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

/*----------FOOTER------------*/
  .logo-orange-bg img {
    max-width: 120px;
    height: auto;
  }

  .footer-top {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-logo-box {
    flex: none;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }

  .logo-orange-bg {
    border-radius: 0;
    justify-content: center;
    padding: 30px 40px;
  }

  .footer-columns {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px 20px;
  }

  .footer-column {
    min-width: unset;
    text-align: center;
  }

  .direccion {
    padding-left: 0;
  }

  .footer-column h4 {
    font-size: 18px;
  }

  .footer-column p,
  .footer-column ul li {
    font-size: 12px;
  }
}

@media screen and (max-width:680px) {
  .container {
    max-width: 680px;
    margin: 0 auto;
  }

  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 680px;
    background-color: #111;
    z-index: 10000;
    padding: 15px;
  }

  .main-header__content {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    height: 60px;
    padding: 10px 15px 10px 15px;
    width: 100%;
  }

  .main-header__imgHeader {
    height: 45px;
    max-width: 100px;
    margin: 0 auto;
  }

  .icon-menu {
    display: block;
    font-size: 28px;
    color: white;
    cursor: pointer;
    z-index: 10001;
  }
}

@media screen and (max-width: 640px) {
  .container {
    max-width: 640px;
    margin: 0 auto;
  }

  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 640px;
    background-color: #111;
    z-index: 10000;
    padding: 15px;
  }

  .main-header__content {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    height: 60px;
    padding: 10px 15px 10px 15px;
    width: 100%;
  }

  .main-header__imgHeader {
    height: 45px;
    max-width: 100px;
    margin: 0 auto;
  }

  .icon-menu {
    display: block;
    font-size: 28px;
    color: white;
    cursor: pointer;
    z-index: 10001;
  }

/*------------------Nuestros Clientes------------------*/
  .nc-prev {
    left: -55px;
  }

  .nc-next {
    right: -55px;
  }
  
}

@media screen and (max-width: 425px) {
  .container {
    max-width: 425px;
    margin: 0 auto;
  }

  .social-icon {
    display: none;
  }

  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 425px;
    background-color: #111;
    z-index: 10000;
    padding: 15px;
  }

  .main-header__content {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    height: 60px;
    padding: 0 15px;
  }

  .main-header__imgHeader {
    height: 40px;
    max-width: 80px;
    margin: 0 auto;
  }

  .icon-menu {
    font-size: 24px;
  }

  .social-icon__link {
    width: 25px;
    height: 50px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 0;
  }

  .social-icon__link:hover {
    transform: 0;
  }

  .social-icon i {
      font-size: 20px;
      color: white;
  }

  /*---------- Slider Principal -----------*/
   .slider-principal {
    padding: 140px 0 100px 0;
  }

  .texto-slider {
    height: 100%;
    padding: 0;
  }

  .texto-slider h2 {
    font-size: 15px;
  }

  .texto-slider span {
    font-size: 21.2px;
  }

  .texto-slider p {
    font-size: 7.8px;
  }

  .img-slider img {
    height: 150px;
  }

  .arrow-icon {
    width: 20px;
  }

  .dots-container {
    bottom: 15px;
  }

  .dot {
    height: 8px;
    width: 8px;
    margin: 0 6px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
  }

  .contenido-slider,
  .contenido-slider.reverse {
    flex-direction: column;
    text-align: center;
    padding-top: 30px;
  }

  .contenido-slider.reverse .img-slider img {
    height: 130px;
    max-width: fit-content;
    width: auto;
  }

  .slide-2-ajuste .texto-slider {
    padding: 0;
    text-align: center;
  }

  .contenido-slider.reverse .texto-slider {
    text-align: center;
    padding: 0;
  }

  .contenido-slider.reverse .img-slider {
    transform: none;
    padding-bottom: 20px;
  }

/*---------------------------404------------------------------------*/

  .error-contenido h1 {
    font-size: 1.7rem;
  }

  .error-contenido p {
    font-size: 1rem;
  }

  .btn-volver {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
  }

/*---------------------------PAGINA INICIO---------------------------*/

  /*---------- VIPER SMARTSTART -----------*/
  .img-smart img {
    height: 260px;
  }

  .texto-smart h3 {
    font-size: 30px;
  }

  .texto-smart p {
    font-size: 16px;
  }

  .botones-apps img {
    height: 30px;
  }

  /*---------- VIPER ALARMAS -----------*/
  .viper-alarmas {
    padding: 80px 20px;
  }

  .contenido-viper h1 {
    font-size: 20px;
    padding: 10px;
  }

  .contenido-viper img {
    height: 60px;
  }

  /*---------- NUESTROS CLIENTES -----------*/
    .nc-clientes-section {
    padding: 85px 0;
  }

  .nc-titulo {
    font-size: 24px;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nc-slider-container {
    padding: 20px 10px;
    max-width: 300px;
  }

  .nc-cliente-logo {
    flex: 1 0 120px;
    margin: 10px;
  }

  .nc-cliente-logo img {
    max-height: 55px;
    max-width: 90px;
  }

  .nc-arrow {
    width: 30px;
    height: 30px;
  }

  .nc-arrow img {
    width: 12px;
    height: 25px;
  }

  #ncSliderClientes .slick-slide {
    height: 75px !important;
  }

  .nc-prev {
    left: -40px;
  }

  .nc-next {
    right: -40px;
  }

  /*---------- WIALON HOSTING -----------*/
  .wialon-hosting {
    padding: 50px 0;
  }

  .texto-wialon h1 {
    font-size: 20px;
    font-weight: 200;
  }

  .texto-wialon img {
    max-width: 250px;
  }

  .botones-apps img {
    height: 30px;
    margin: 0 5px;
  }

  .img-wialon {
    margin: 0 0 0 5px;

  }

  .img-wialon img {
    height: 250px;
    max-width: 100%;
  }

  /*---------- AUDISON -----------*/
  .audison {
    padding: 80px 15px;
  }

  .texto-audison h3 {
    font-size: 1.8rem;
  }

  .texto-audison p {
    font-size: 18px;
  }

  .texto-audison img {
    height: 50px;
    margin-left: 88px;
    margin-bottom: 20px;
  }

  .img-audison img {
    max-width: 100%;
    margin: 0;
    height: 200px;
  }

/*-------------------------------PAGINA SEGURIDAD----------------------------*/

  /*-----------SECCION HERO------------*/
  .seguridad-hero {
    padding: 30px 10px;
  }

  .seguridad-hero__texto h1 {
    font-size: 22px;
  }

  .seguridad-hero__texto p {
    font-size: 14px;
  }

  .seguridad-hero__imagen img {
    max-width: 200px;
  }

  /*-----------CONTENEDOR PRODUCTOS------------*/
  .contenedor-productos {
    padding: 60px 10px;
  }

  .titulo-principal_container {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .productos-grid {
    padding: 0 10px;
  }

  .producto-card img {
    width: 100px;
    height: 90px;
  }

  .producto-card h3 {
    font-size: 17px;
  }

  .boton-ver {
    font-size: 13px;
    padding: 5px 14px;
  }

  /*-----------ELIGE ALARMAS------------*/
  .elige-alarma {
    padding: 50px 0;
  }

  .elige-alarma__titulo {
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 20px;
    padding: 0 10px;
  }

  .elige-alarma__opciones {
    padding: 0 20px;
    width: 390px;
    grid-template-columns: repeat(1, auto);
  }

  .elige-alarma__item {
    padding: 25px 15px;
  }

  .elige-alarma__icono-wrapper {
    width: 100px;
    height: 100px;
  }

  .elige-alarma__text h3 {
    font-size: 22px;
    width: 100%;
  }

  .elige-alarma__text p {
    font-size: 14px;
    padding: 8px;
  }

  .llave-alarma,
  .llave2-alarma,
  .celular-alarma {
    height: 100px;
  }

  /*-----------PROTEC V2------------*/
  .container {
    max-width: 425px;
    margin: 0 auto;
  }
  
  .protec-title {
    font-size: 30px;
  }

  .protec-title span {
    font-size: 18px;
  }

  .protec-icons {
    align-items: center;
    gap: 20px;
  }

  .protec-control {
    margin-left: -130px;
    height: 90px;
    width: auto;
    margin-top: 35px;
  }

  .protec-auto {
    margin-right: -100px;
    height: 85px;
    width: auto;
    margin-top: 40px;
  }

  .bar-line {
    width: 70%;
    position: relative;
    margin: 0 auto;
    height: 30px;
  }

  .range-bar {
    width: 100%;
    height: 120px;
  }

  .bar-text {
    font-size: 16px;
  }

  .bar-marker {
    height: 60px;
  }

  .bar-marker.left {
    left: 58px;
  }

  .bar-marker.right {
    right: 58px;
  }

  .protec-info {
    align-items: center;
    gap: 60px;
  }

  .info-box {
    margin: 30px 0;
    max-width: 150px;
  }

  .info-box img {
    width: 35px;
    height: 35px;
  }

  .icon_info__wrapped {
    background-color: #f6f6f6;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
  }

  .info-box p {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .divider {
    width: 2px;
    height: 210px;
    border-radius: 6px;
    background-color: #bbbbbb;
    position: absolute;
  }

  .protec-footer {
    font-size: 18px;
  }

  .divider-range {
    width: 280px;
    height: 60px;
  }

  /*-------------CORPORATIVO------------*/
  .corporativos__titulo {
    font-size: 20px;
  }

  .corporativos__titulo span {
    font-size: 30px;
  }

  .corporativos__vehiculos {
    flex-wrap: wrap;
    gap: 20px;
  }

  .corporativos__vehiculos img {
    max-width: 120px;
    height: 120px;
  }

  .corporativos-icon__wrappred {
    width: 110px;
    height: 110px;
  }

  .cruz__bloque {
    font-size: 10px;
    height: 50px;
  }

  .corporativos__cruz {
    max-width: 400px;
    margin: 0 auto;
  }

/*-------------------------------PAGINA RASTREO----------------------------*/

  /*-----------RASTREO INTRO------------*/
  .rastreo-intro__titulo {
    font-size: 25px;
  }

  .rastreo-intro__grid {
    gap: 20px;
  }

  .rastreo-intro__contenido {
    padding: 10px 10px 10px 50px;
    margin-left: 60px;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 250px;
  }

  .rastreo-intro__img {
    top: 72.5%;
    left: 2%;
  }

  .rastreo-intro__img img {
    width: 100%;
    height: 190px;
  }

  .rastreo-intro__contenido-list {
    flex: 0 60px;
}

  .rastreo-intro__contenido-lista li {
    font-size: 9px;
  }

  .rastreo-intro__etiquetas-lista {
    grid-template-columns: repeat(2, 4rem);
  }

  .rastreo-intro__etiquetas-lista li {
    font-size: 8px;
    padding: 2px 1px;
  }

  .rastreo-intro__columna-derecha {
    flex: 0 155px;
  }

  .rastreo-intro__contenido p {
    font-size: 9px;
  }

  .wialon-logo {
    top: 91.5%;
    left: 77%;
    height: 30px;
  }

  /*-------------------APPS-------------------*/
  .rastreo-apps {
    margin: 100px 0 40px;
  }

  .rastreo-app {
    padding: 35px 10px 25px;
  }

  .rastreo-app h3 {
    font-size: 22px;
  }

  .rastreo-app__icono-wrapper {
    width: 60px;
    height: 60px;
    top: -25px;
  }

  .rastreo-app__icono-wrapper img {
    width: 30px;
  }

  .rastreo-app__divisor {
    height: 5px;
  }

  .rastreo-app p {
    font-size: 13px;
  }

  .rastreo-app__container-img .rastreo-app__icono-wrapper {
    width: 60px;
    height: 60px;
  }

  /*-------------------FMU130-------------------*/
  .rastreo-device {
    padding: 40px 10px;
  }

  .rastreo-device__detalles {
    display: grid;
    align-items: center;
    gap: 20px;
  }

  .rastreo-device__list {
    width: 100%;
    max-width: 240px;
    align-items: center;
    gap: 60px;
  }

  .rastreo-device__list li {
    font-size: 10px;
    padding: 12px 15px;
    line-height: 1.3;
    width: 150px;
    height: 75px;
  }

  .rastreo-device__img {
    width: 75px;
  }

/*---------------------------------PAGINA CONFORT----------------------------*/

  /*-------------AUDIO A TU ESTILO------------*/
  .audio-estilo .titulo-seccion {
    font-size: 35px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .grid-estilo {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px 40px;
  }

  .estilo-item img {
    width: 120px;
    height: 120px;
  }

  .estilo-item h3 {
    font-size: 22px;
  }

  .estilo-item p {
    font-size: 0.85rem;
  }

  /*--------------PROYECTOS PROFESIONALES--------------*/
  .titulo-seccion {
    font-size: 30px;
  }

  .grid-proyectos {
    gap: 15px;
    padding: 0 10px;
  }

  .grid-proyectos img {
    border-radius: 16px;
  }

  /*---------------MARCAS RECONOCIDAS----------------*/
  .marcas-reconocidas .titulo-seccion {
    font-size: 22px;
    padding: 10px 25px;
    border-radius: 40px;
  }

  .grid-marcas {
    gap: 30px;
  }

  .grid-marcas img {
    max-width: 140px;
  }

/*---------------------------------VISUALIZACION DE PRODUCTOS----------------------------*/

  /*-----------PRODUCTOS------------*/
  .titulo-principal {
    font-size: 24px;
  }

  .producto-detalle {
    padding: 1.5rem;
  }

  .producto-img img {
    max-width: 250px;
  }

  .producto-info h3 {
    font-size: 1.2rem;
  }

  .producto-info p,
  .caracteristicas-lista li {
    font-size: 0.85rem;
  }

  .boton-regresar {
    font-size: 14px;
    padding: 8px 16px;
  }

  .boton-whatsapp {
    padding: 0.5rem 1rem;
    font-size: 14px;
  }

/*----------- Footer ------------*/
  .logo-orange-bg {
    padding: 25px 20px;
  }

  .logo-orange-bg img {
    max-width: 120px;
    height: auto;
}

  .footer-column h4 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .footer-column ul li,
  .footer-column p {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .footer-columns {
    padding: 30px 15px;
    gap: 30px;
  }

  .footer-bottom {
    padding: 30px 15px;
    font-size: 12px;
    gap: 4px;
  }

  .barra-redes-fija {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 10px 0;
    z-index: 9999;
  }

  .barra-redes-fija .red {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
}