p, a, body{
      font-family: "Instrument Sans", sans-serif !important;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12{
    float:left;
}
html {
  scrollbar-width: none; /* For Firefox */
}

html::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}
.nuestros-valores img{
    height: 40px;
    margin-bottom: 10px;
}
.posicionamiento-marca{
    background-color: black;
    color:white
}
.posicionamiento-marca h2{
    color:white;
}
.promesa-marca{
    background-color: #00ff00;
}
.posicionamiento-marca p,
.promesa-marca p{
    margin-bottom: 0px !important;
}
.posicionamiento-marca,
.promesa-marca{
    padding-top:20px;
    padding-bottom: 20px;
}
.nuestros-valores h2{
    margin-bottom: 30px ;
}
.nuestros-valores{
    padding-top:50px;
    padding-bottom: 50px;
}
.posicionamiento-marca h2,
.promesa-marca h2,
.nuestros-valores h2{
    font-size: 30px !important;
    font-weight: 800 !important;
    font-style: italic;
    line-height: 40px !important;
}
.nuestros-valores  h3{
     font-size: 18px !important;
    font-weight: 800 !important;
    font-style: italic;
    line-height: 20px !important;
    text-transform: uppercase;
}
.acerca-de-row h3{
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
}
.acerca-de-row{
    padding-top: 50px;
    padding-bottom: 50px;
}
.acerca-de-row img{
    height:95px;
    margin-bottom: 10px;
}
.acerca-de-row .col-sm-6 img{
    height:40px;
}
.container{
    max-width:100% !important;
    padding:0px 70px !important;
}

.clearfix{
    clear:both !important;
}
.top-header{
    background-color:black;
    padding-top:10px;
    padding-bottom:10px;
}
.top-header .col-sm-8 img{
    max-height: 20px;
    float: left;
    margin-right: 20px;
}
.site-header .container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.site-header .container.nav{
    background-color: #00000070;
    width: 95%;
    margin-left: 2.5%;
    margin-top: 10px;
    backdrop-filter: blur(2px);
    border-radius: 50px !important;
    padding: 15px 25px !important;
}
.top-header .col-sm-4{
 margin-left:auto;         /* se va a la derecha */
  justify-content:flex-end; /* iconos alineados a la derecha */
    display:flex;
  align-items:center;
  gap:10px;
}
.top-header .col-sm-4 a{
    display: inline-flex;
  width: 28px; height: 28px;
  border-radius: 50%;
  place-content: center;
  text-decoration: none;
}
:root{
  --bg:#0a0a0a;
  --panel:#111;
  --muted:#1a1a1a;
  --text:#f5f5f5;
  --soft:#cfcfcf;
  --brand:#19ff46;      /* verde neón */
  --brand-2:#0cff66;    /* variante */
  --accent:#00d0ff;     /* por si ocupas */
  --danger:#ff2e63;
  --shadow:0 10px 30px rgba(0,0,0,.35);
  --radius:18px;
}

*{box-sizing:border-box}
html,body{height:100%}


/* LAYOUT */
.container{width:min(1200px, 92vw); margin-inline:auto}
.section{padding:56px 0}
.section.s-tight{padding:36px 0}

/* HEADINGS */
.h-eyebrow{
  font: 900 14px/1 Bebas Neue, sans-serif;
  letter-spacing:.08em;
  color:var(--brand);
  display:inline-block;
  margin-bottom:6px;
}
h2.title{
  font: 900 clamp(28px, 4vw, 42px)/1.05 Bebas Neue, sans-serif;
  margin:0 0 18px;
  letter-spacing:.02em;
}
.sub{color:var(--soft);max-width:70ch}


/* HEADER */
.site-header input{
        padding: 15px;
    line-height: 26px;
    height: 45px !important;
    border: 1px solid #00ff00;
    background-color: transparent;
    border-radius: 50px;

}
.banner-row{
    margin-top:65px;
}
.site-header{
top: 0;
    z-index: 50;
    position: fixed;
    width: 100%;
}
::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: white ;
}
.site-header [type=submit]{
    border: none !important;
    background-image: url(../img/Icn-search.png);
    background-size: 25px !important;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute !important;
    margin-top: 0px;
    margin-left: 174px;
}
.nav .actions img{
    max-height: 40px;
    margin-left: 10px;
} 
.nav a{
    color: white !important;
    font-weight: 600;
    text-decoration: none !important;
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px !important;
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:20px; padding:14px 0}
.brand{display:flex;align-items:center;gap:12px}
.brand img.logo{
    width:210px
}
.nav ul{display:flex;gap:18px; list-style:none; padding:0;margin:0}

.nav a:hover{color:#fff}
.nav .actions{display:flex;gap:10px}

.container.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navlinks,
.actions {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.navlinks ul {
  display: flex;
  gap: 24px; 
  list-style: none;
  margin: 0;
  padding: 0;
}


.actions {
  margin-left: 20px; 
}


.actions input[type="text"] {
  padding: 6px 12px;
  border: 1px solid #0f0;
  border-radius: 20px;
  margin-right: 8px;
}


.container.nav,
.nav{
  display:flex;
  align-items:center;
  justify-content: initial;
  gap: 0;            
}


.brand{ margin-right:auto; }


.navlinks{ display:flex; align-items:center; }
.navlinks ul{
  display:flex;
  gap:20px;          
  margin:0; padding:0; list-style:none;
}


.navlinks{ margin-right:10px; }  
.actions{
  display:flex; align-items:center; gap:10px;
  position: relative;          
}

.actions input[type="text"]{
  padding: 10px 42px 10px 16px;  
  height: 40px;
  border:1px solid #0f0;
  border-radius: 20px;
  margin:0;                     
}

.site-header [type="submit"]{
  position:absolute !important;
  right: 60px;                    
  top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  margin:0;                    
  background-image: url(../img/Icn-search.png);
  background-size: 20px !important;
  background-repeat:no-repeat;
  background-position:center;
  border:none; outline:none;
  cursor:pointer;
}
.nav .actions img{ max-height:34px; margin-left:8px; }
.nav a{ color:#fff !important; font-weight:600; text-decoration:none !important; text-transform:uppercase; font-style:italic; font-size:16px !important; }
.nav a:hover{ opacity:.9; }

/* .bg-1{
    background-image:url("../img/Img-banner.jpg")
}
.bg-2{
    background-image:url("https://www.altrego.mx/storage/banners/DLVujhPMF24a9PUWcYqNqB9ZIphHaWSKslZuID6G.jpg")
}
.bg-3{
    background-image:url("https://www.altrego.mx/storage/banners/HvXhDSHDoA2lA0hihDVmyjElLfvXDy4wNXERbV0G.jpg")
} */


.banner-row .item .slider{
      height: 700px;
    background-size: cover;
    background-position: center;
}
.banner-row  .col-sm-6 img{
    height:80px;
    width: auto !important;
    float:right;
}
#hero-carusel .owl-dots{
    display: block;
    position: absolute;
    width: 100%;
    margin-top: -40px;
}
.botton{
display: inline-block;
    background-color: #00ff00;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 20px;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s 
ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    margin-top: 20px;
}
.botton-image{
    padding-top:450px !important;
}
.marcas{
    background-color:black;
    padding-top:90px;
    padding-bottom: 90px;
}
.marcas img{
    width:100% !important;
}
.marcas .container div{
    padding:10px 20px;
}
h2{
    text-transform: uppercase;
    font-size: 60px !important;
    font-family: "Instrument Sans", sans-serif !important;
    font-weight: 800 !important;
    line-height: 65px !important;
    font-style: italic;
    letter-spacing: 1px;
}
.marcas h2{
    color:#00ff00;
    padding-left:20px ;
   
}
.categorias h2,
.marcas h2{
    margin-bottom: 30px;
}
.amplia p{
    font-size:18px !important;
}
.categorias h2{
      color: white;
    font-size: 48px !important;
}
.categorias{

    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../img/Img-triangle-white.png);
    background-color: black;
}
.categorias .item{
    background-color:white;
    box-shadow: 2px 1px 5px 0px rgba(138,138,138,0.75);
-webkit-box-shadow: 2px 1px 5px 0px rgba(138,138,138,0.75);
-moz-box-shadow: 2px 1px 5px 0px rgba(138,138,138,0.75);
}
.categorias .item:hover{
    background-color:#00ff00;
}
.categorias .item img{
    width: 115% !important;
    z-index: 999 !important;
    position: relative;
    margin-left: -7.5%;
}
.categorias .owl-item {
padding:20px;
}
.categorias h3{
        font-family: "Instrument Sans", sans-serif !important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    font-style: italic;
    text-align: center;
    background-color: #00ff00;
    padding: 10px;
}
.amplia{
    padding-right: 50%;
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url(../img/Img-distribuidor-background.png);
    background-size: cover;
    padding-left: 70px;
}
.amplia p, .amplia h2{
    color:white;
}
.flecha-negra{
  position: absolute;
    width: 80px;
    right: 70px;
}
.novedades h2,
.mas-top H2{
    font-size: 36px !important;
    background-color: black !important;
    color: #00ff00;
    text-align: center;
    line-height: 38px !important;
    display: inline-block;
    align-self: flex-end;
    width: 100%;
    top: 8px;
    position: relative;
}
.mas-top H2{
    color:black;
    background-color:#00ff00 !important;
    align-self: flex-start;
    top: 0px;
}
.novedades, .mas-top{
    background-image: url(../img/Img-novedades.jpg);
    height: 480px;
    display: flex;
}
.mas-top{
    background-image: url(../img/Img-lomastop.jpg);
}
.img-producto{
    width: 100%;
}
.col-interno{
    padding:0px 5px;
}
.productos-home .col-sm-3{
    padding:0px 10px;
}
.productos-home .owl-item{
padding:0px 10px;
}
.productos-home{
    padding: 90px 50px;
}
.category-product{
    font-size: 14px !important;
    color: #868686;
}
.sku{
    font-size: 14px;
    background-color: #eee;
    width: auto;
    display: inline-block;
    padding: 2px 5px !important;
}
.product-name{
        font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}
.magni{
        position: absolute;
    width: 40px !important;
    right: 20px;
    border: 1px solid #8f8f8f;
    border-radius: 5px !important;
}
.product-information{
    padding:10px;
}
.productos-home .item {
    border: 1px solid #dbdbdb;
    height: 480px;
}
.productos-home .item::before,
.catalogo-interno .product-show::before{
    content: "";
    height: 40px;
    width: 100px;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 10px;
}
.catalogo-interno .product-show::before{
    position: absolute;
    right: initial;
    left: inherit;
    top: initial;
    margin-left: 14%;
    margin-top: 10px;
}
.productos-home .item.brand-altrego::before,
.product-show.brand-altrego::before{
    background-image: url(../img/Icn-logos-black-1.png);
}
.productos-home .item.brand-trad::before,
.product-show.brand-trad::before{
    background-image: url(../img/Icn-logos-black-2.png);
}
.productos-home .item.brand-gvsa::before,
.product-show.brand-gvsa::before{
    background-image: url(../img/Icn-logos-black-2.png);
}
.productos-home .item.brand-piccolo::before,
.product-show.brand-piccolo::before{
    background-image: url(../img/Icn-logos-black-5.png);
}
.productos-home .item.brand-jamer::before,
.product-show.brand-jamer::before{
    background-image: url(../img/Icn-logos-black-4.png);
}
.productos-home .owl-dots{
    display:none;
}
.categorias-sticky .categoria-interna  a{
    height: 100%;
    width: 100%;
    display:block !important;
}
.marca1{
   --animate-delay: 10s;
}
.marca2{
    --animate-delay: 100000s;
   
}
.marca3{
      --animate-duration: 600ms;
}
.marca4{
      --animate-duration: 800ms;
}
.marca5{
      --animate-duration: 1000ms;
}
.marca6{
      --animate-duration: 1200ms;
}
.marca7{
      --animate-duration: 1400ms;
}
.productos-home .owl-carousel .owl-nav button{
    height: 55px;
    width: 55px;
    background-color: transparent !important;
    font-size: 0px !important;
    background-position: center !important;
    background-size: cover !important;
}
.productos-home .owl-carousel .owl-nav button.owl-prev{
    background-image: url(../img/Icn-arrow-green-left.png);
    left: -10px;
    position: absolute;

}
.productos-home .owl-carousel .owl-nav button.owl-next{
    background-image: url(../img/Icn-arrow-green-right.png);
    right: -10px;
    position: absolute;

}
.productos-home  .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    z-index: 99;
    margin-top: -370px;
}
.space-product{
    margin-bottom:50px ;
}
.categorias-sticky{
  display: grid;
  position: relative;
}



.categoria-interna {
    position: sticky;
    top: 0px !important;
    min-height: 500px;
    transition: transform 0.4s 
ease, opacity 0.4s 
ease;
    z-index: 1;
    background-size: cover;
}


.categoria-1{
      background-image: url(../img/Img-banner-marcas-1.jpg);
}
.categoria-2{
      background-image: url(../img/Img-banner-marcas-2.jpg);
}
.categoria-3{
      background-image: url(../img/Img-banner-marcas-3.jpg);
}
.categoria-4{
      background-image: url(../img/Img-banner-marcas-4.jpg);
}
.categoria-5{
      background-image: url(../img/Img-banner-marcas-5.jpg);
}
.categoria-6{
      background-image: url(../img/Img-banner-marcas-6.jpg);
}
.about-us-home{
       background-image: url(../img/Img-decoration.png);
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}
.about-us-home h3{
        font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}

.about-us-home .inter{
    padding:40px !important
}
.social-home img{
        width: 20px;
    margin-right: 10px;
}
.social-home .column{
width: auto;
    display: inline-block;
    margin: 0px 50px;
}

.social-home  .container{
        width: auto;
    display: table;
    margin: auto;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.social-home{
    background-color:#000;
    color:white;
}
.posicionamiento,
.promesa{
    height:200px; 
    margin-top:20px;
}
.posicionamiento .inter{
    background-color: black;
    color:white;
    margin-right:2%;

}
.promesa .inter{
    margin-left: 2%;
    background-color:#00ff00;
}
.posicionamiento h3{
    color:white;
}
.site-footer{
    background-color:black;
    color:white;
    padding-top:90px;
}
.col-3{
    padding-left:70px;
}
.site-footer .menu-footer-1{
    width:auto;
    float:left;
}
.site-footer .menu-footer-2{
    width: auto;
    float: left;
    margin-left: 60px !important;
}
.site-footer .col-sm-4 a{
    color: white;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
}
.site-footer .social-media-footer a{
    width: auto !important;
    float: left;
    margin-top: 20px;
}
.site-footer .col-sm-4{
    height:190px;
}
.site-footer a.botton{
        width: auto !important;
    display: inline-block;
    color: black !important;
    text-transform: inherit;
    font-style: normal;
    margin-top: 10px;
    padding: 5px 20px;
}
.cintillo-track img{
height: 50px;
    width: auto;
    margin: 0px 20px;
}
.footer-img{
    background-color: #00ff00;
    padding: 30px 0px;
    overflow: hidden;
    margin-top:40px;
}
.cintillo-track {
  display: flex;
  width: calc(200px * 10); /* ancho total: 10 imágenes */
  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.copy{
     margin-top:60px;
}
.copy a{
    color:white;
    text-decoration: none;
   
}
.copy a.aviso{
    text-decoration: underline;
    text-align: right;
    float: right;
}
.site-footer .social-media-footer a img{
    width:30px; 
    margin-right: 20px;
}
.site-footer h3 strong{
    color:#00ff00 !important;
}
.site-footer h3, .site-footer h3 strong{
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px !important;
}
.site-footer .footer-logo{
    width: 100%;
}
.unete-row{
    padding-left:20px;
    border-left:1px solid #00ff00;
}
.int-banner{
    padding-top: 380px;
    background-size: cover;
    padding-bottom: 70px;
}
.int-banner-distribuidor{
    background-image:url(../img/Img-banner-distribuidor.jpg);
}
.int-banner-contacto.int-banner {
    padding-top: 310px;
     background-image:url(../img/Img-background-contacto.jpg);
}
.int-banner-contacto.int-banner  h1{
    text-align: center;
}
.int-banner-contacto.int-banner form{
    width: 50%;
    margin-left: 25%;
}
.int-banner h1{
        font-weight: 800;
    font-style: italic;
    color:#00ff00;
      font-family: "Instrument Sans", sans-serif !important;
      text-transform: uppercase;
      font-size:50px;
}
.registro{
    padding-top: 90px;
    padding-bottom: 90px;
    width: 90%;
    margin-left: 5%;
}
.registro h2{
    font-size: 38px !important;

}
.registro label, .int-banner-contacto label{
    width: 100%;
}
.registro input, .int-banner-contacto input, .int-banner-contacto select,
.int-banner-contacto textarea{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid;
    margin-top:5px;
}
.int-banner-contacto input,
.int-banner-contacto select,
.int-banner-contacto textarea{
    border:0px !important
}
.int-banner-contacto .col-sm-12, .int-banner-contacto .col-sm-6{
    margin-bottom: 10px;
}
.registro .col-sm-6,
.registro .col-sm-4{
    margin-bottom: 20px;
}
.col-izq{
    padding-right:10px;
}
.col-der{
    padding-left:10px;
}
.col-sm-6.col-izq{
    padding-right:5px;
}
.col-sm-6.col-der{
    padding-left:5px;
}
.registro input.file{
    display:none;
}
.registro .archivo {
    background-image: url(../img/Icn-upload.png);
    padding: 12px 10px ;
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 98% 50%;
    border-radius: 10px;
    margin-top: 5px;
}
.registro .radio-buttons-form label{
    width:20%;
    float:left;
}
.registro .radio-buttons-form label input{
    width:auto !important;
    margin-right:10px;
}
.radio-buttons-form{
       margin-bottom: 40px;
    margin-top: 40px;
}
.registro button,
.int-banner-contacto button{
    display: inline-block;
    background-color: #00ff00;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 41px;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    margin-top: 20px;
    height: auto !important;
    line-height: 11px !important;
    width: 33.33%;
    margin-left: 33.33%;
}
.int-banner-contacto label{
    color:white;
}
.botton, form button{
transition: opacity .45s 
cubic-bezier(0.25, 1, 0.33, 1), transform .45s 
cubic-bezier(0.25, 1, 0.33, 1), border-color .45s 
cubic-bezier(0.25, 1, 0.33, 1), color .45s 
cubic-bezier(0.25, 1, 0.33, 1), background-color .45s 
cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s 
cubic-bezier(0.25, 1, 0.33, 1);
}
.botton:hover, form button:hover{
        transform: translateY(-3px) !important;
    -webkit-transform: translateY(-3px) !important;
}
.int-banner-acerca{
    background-image: url(../img/Img-banner-nosotros.jpg);   
}
.int-banner-catalogo{
    background-image: url(../img/Img-banner-catalogo.jpg);   
}
.acerca-de-row .col-der,
.nuestros-valores .col-der{ 
    padding-left: 20px;
}
.acerca-de-row .col-izq,
.nuestros-valores .col-izq{ 
    padding-right: 20px;
}
.catalogo-interno{
    padding-top: 50px;
    padding-bottom: 50px;
}
.catalogo-interno .col-sm-3 .search-product input::placeholder{
    color:rgb(90, 90, 90);
}
.catalogo-interno .col-sm-3 .search-product input{
    padding: 7px 20px;
    border: 1px solid black !important;
    border-radius: 5px !important;
    width: 100%;
    height:45px;
}
.catalogo-interno .col-sm-3 .search-product [type=submit]{
    width: 40px !important;
    position: absolute;
    right: calc(75% + -45px);
    background-color: black;
    padding: 10px !important;
    background-image: url(../img/Icn-search-side.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -45px;
}
.catalogo-interno .col-sm-3 h3{
    font-size: 20px;
}
.catalogo-interno .col-sm-3 .category-side{
    margin: 30px 0px;
}
.catalogo-interno .col-sm-3 .category-side label,
.catalogo-interno .col-sm-3 .brand-side label{
    width: 100%;
    margin-bottom: 6px;
}
.catalogo-interno .col-sm-3 .brand-side label{
    text-transform: uppercase;
}
.catalogo-interno .col-sm-3  input{
    margin-right:10px;
}
.catalogo-interno .col-sm-9{
    padding-left: 40px;
}
.catalogo-interno .product-show{
    margin-bottom: 20px;
}
.product-show .product-info{
    border:1px solid #eee;
}
.filter-top{
    width: auto;
    display: flex;
    right: 0px !important;
    position: relative;
    justify-content: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
}
.catalogo-interno .magni {
   right: initial;
    margin-left: 16.8% !important;
}
.filter-top .product-show{
    margin-right: 20px;
    top: 5px;
    position: relative;
}
.product-orde select{
    padding: 5px;
    border-radius: 20px !important;
    margin-left: 10px;
}


#container-marcas-home {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}

.marca-home {
    flex: 1 0 21%;
    /* max-height: 330px; */
}