html {
  scroll-behavior: smooth;
}

body {
  /*font-family: "Arial Rounded", "Roboto", sans-serif;*/
  font-family: "gotham-light", "Arial Rounded", sans-serif !important;
  background-color: #dadada;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: local("Roboto"),
    url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2")
      format("woff2");
}

#servicios,
#PuntosdeVentas,
#EjecutivosComerciales {
  scroll-margin-top: 80px;
}

#inicio {
  scroll-margin-top: 0px;
}

#clientes {
  scroll-margin-top: 130px;
}

#module {
  scroll-margin-top: 230px;
}

h1 {
  font-family: "gotham-light";
  font-weight: 300;
}

.gotham {
  font-family: "gotham-light", "Arial Rounded", sans-serif !important;
}

p {
  font-family: "gotham-light", "Arial Rounded", sans-serif !important;
  font-size: 1.2rem;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

/* BTN */

.btn-primario {
  all: unset; /* 🔥 Limpia todos los estilos heredados */
  display: inline-block;
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000;
  border-radius: 30px;
  font-weight: 400;
  padding: 1rem 1.2rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btn-primario:hover {
  background-color: #05141b;
  color: #fff !important;
  border: 1px solid #fff;
}

.ico-tit {
  width: 70px;
  height: auto;
}

/* banderas */
.img-arg {
  width: 90px;
  height: auto;
}

.img-mex {
  width: 99px;
  height: auto;
}

.content-header {
  width: 100%;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}

.content-header .text {
  color: white;
  font-size: 1.1em;
}

/* SLIDE NUESTROS CLIENTES */

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.nuestrosClientes {
  overflow: hidden;
  padding: 60px 0;
  white-space: nowrap;
  position: relative;
}

.nuestrosClientes:before,
.nuestrosClientes:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.nuestrosClientes:before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.nuestrosClientes:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

/*.nuestrosClientes:hover .logos-slide{
        animation-play-state: paused;
    }*/

.logos-slide img {
  height: 150px;
}

/* SLIDE NUESTROS CLIENTES */

/* LOGROS */

.logros-container {
  padding: 60px 20px;
  text-align: center;
  color: rgb(0, 0, 0);
}

.line {
  width: 3px;
  background-color: white;
  height: 100px;
  margin-right: 10px;
}

.logros-container h1 {
  font-size: 2rem;
  font-weight: 300;
}

.logros-container h1 span {
  font-weight: 700;
  display: block;
}

.logro-card {
  padding: 25px;
  position: relative;
  text-align: center;
  height: 168px;
  color: #ffffff;
  background: url("./assets/public/img/bg-cards-logros.svg") no-repeat center
    center;
  filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.5));
}

.logro-card2 {
  padding: 25px;
  position: relative;
  text-align: center;
  height: 129px;
  color: #ffffff;
  background: url("./assets/public/img/bg2-cards-logros.svg") no-repeat center
    center;
  filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.5));
}

.logro-card img,
.logro-card2 img {
  height: 40px;
  margin-bottom: 10px;
}

.logro-card h2,
.logro-card2 h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.logro-card p,
.logro-card2 p {
  font-size: 0.9rem;
  margin: 0;
}

.divider {
  border-top: 1px solid #ccc;
  margin: 50px 0 20px;
}

.subtitulo {
  display: inline-block;
  font-weight: 300;
  background-color: #435563;
  color: #ffffff !important;
  border-radius: 30px;
  padding: 1rem 2rem;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .logro-card {
    padding: 20px;
    font-size: 14px;
  }
  .subtitulo {
    display: inline-block;
    font-weight: 300;
    background-color: #435563;
    color: #ffffff !important;
    border-radius: 20px;
    padding: 0.8rem 1.2rem;
    text-transform: uppercase;
  }
}

/* LOGROS */

/* SERVICIOS */

.servicio-card {
  width: 170px;
  height: 156px;
  padding: 25px;
  position: relative;
  text-align: center;
  color: #ffffff;
  background: url("./assets/public/img/bg-ico-servicios.png") no-repeat center
    center;
  filter: drop-shadow(0px -10px 6px rgba(0, 0, 0, 0.5));
  transition: transform 0.2s ease;
  text-decoration: none;
}

.servicio-card:hover {
  transform: translateY(-5px);
  text-decoration: none;
  color: #111f2c;
}

/* BANNER */
.text-desafios {
  font-size: 3rem !important;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.call p {
  font-size: 1.2rem !important;
  color: #fff;
}

.img-acciones-calle {
  width: 150%;
  margin-left: 25%;
}

/* Responsive */

@media (max-width: 768px) {
  .content-header {
    width: 100%;
    text-align: center;
    padding-top: 18%;
    padding-bottom: 15%;
  }

  .img-acciones-calle {
    width: 85%;
    margin-left: 7%;
  }
}

@media (max-width: 576px) {
  .img-acciones-calle {
    width: 85%;
    margin-left: 7%;
  }
  .content-header {
    width: 100%;
    text-align: center;
    padding-top: 18%;
    padding-bottom: 15%;
  }

  .content-header .text {
    color: white;
    font-size: 1em;
  }

  h1 {
    font-size: 1.8em !important;
  }
  span {
    font-size: 1.2em !important;
  }

  .text-desafios {
    font-size: 1.2rem !important;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }

  .ico-tit {
    width: 50px;
    height: auto;
  }

  .img-arg {
    width: 60px;
    height: auto;
  }
  .img-mex {
    width: 68px;
    height: auto;
  }

  .btn-primario {
    all: unset; /* 🔥 Limpia todos los estilos heredados */
    display: inline-block;
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #000;
    border-radius: 30px;
    font-weight: 400;
    padding: 0.8rem 1rem;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }

  .btn-primario:hover {
    background-color: #05141b;
    color: #fff !important;
    border: 1px solid #fff;
  }

  .nuestrosClientes:before,
  .nuestrosClientes:after {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    z-index: 2;
  }
}
