@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "BwModelica";
  src: url("../fonts/BwModelica-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BwModelica-Regular.woff") format("woff"), url("../fonts/BwModelica-Regular.ttf") format("truetype"), url("../fonts/BwModelica-Medium.svg#BwModelica-Regular") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "BwModelica";
  src: url("../fonts/BwModelica-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BwModelica-Medium.woff") format("woff"), url("../fonts/BwModelica-Medium.ttf") format("truetype"), url("../fonts/BwModelica-Medium.svg#BwModelica-Medium") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "BwModelica";
  src: url("../fonts/BwModelica-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BwModelica-ExtraBold.woff") format("woff"), url("../fonts/BwModelica-ExtraBold.ttf") format("truetype"), url("../fonts/BwModelica-ExtraBold.svg#BwModelica-ExtraBold") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BwModelica";
  src: url("../fonts/BwModelica-BoldItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "BwModelica";
  src: url("../fonts/BwModelica-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
.fft-itc-book {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fft-itc-demi {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fft-itc-bold,
.fw-bold {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fft-bwm-extrabold {
  font-family: "BwModelica";
  font-weight: 500;
  font-style: normal;
}

:root {
  --bs-offcanvas-border-width: 4px;
  --bs-body-bg: #000;
  --bs-dropdown-link-color: #fff !important;
  --violet-color: #9133bb !important;
  --cyan-blue-color:rgb(124 243 245);
}

body {
  background-color: #000;
  color: #fff;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.4;
  padding-top: 2rem;
}
body.home {
  background-image: url("../img/FondoTenser.jpg");
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
}
body.servicios {
  background-image: url("../img/FondoTenser_Servicios.jpg");
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
}

.rive-zone canvas {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.rive-zone-mob canvas {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.clientes-zone {
  padding: 1.8rem 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.clientes-zone .clientes-logos {
  text-align: center;
  margin-top: 1.8rem;
}

.badge-tns {
  border-radius: 1rem;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0.4rem 0.5rem;
  font-size: 0.9rem;
  min-width: 120px;
}

/*================== Navbar ==================*/
.nav-item {
  margin: 0 0.8rem;
}

.nav-link {
  color: #fff;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.95rem;
}
.nav-link:hover, .nav-link:active {
  color: var(--violet-color);
}

.nav-item.active .nav-link {
  color: var(--violet-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ccc;
}

.dropdown-menu a {
  color: #fff;
}
.dropdown-menu .dropdown-item {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: var(--violet-color);
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--violet-color);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  border: 1px solid #fff;
  border-radius: 0.25rem;
}

nav.scrolled {
  background-color: rgba(0, 0, 0, 0.7568627451);
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

nav.scrolled .img-brand,
nav .img-brand {
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  max-width: 180px;
  height: auto;
}

.offcanvas {
  background-color: #000;
  border-image: linear-gradient(to bottom, #2f4d79, #6fe2fe, #9b3cc9) 1;
}

.offcanvas.offcanvas-end {
  border-left: 3px solid transparent;
}

/*================== Hero banner ==================*/
.hero-video {
  position: relative;
  min-height: 650px;
  /* Altura completa de la ventana */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-video-home {
  min-height: 730px;
}

.hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Asegura que el video cubra el área sin distorsionarse */
  z-index: -1;
  /* Coloca el video detrás del contenido */
}

.hero-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgb(0, 0, 0) 95%, rgb(0, 0, 0) 100%);
  /* Overlay oscuro para legibilidad */
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 1;
  /* Contenido encima del video y overlay */
  text-align: center;
  color: white;
  padding: 20px;
}

/*================== Headings ==================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.1;
}
h1 .font-book {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
h1 br {
  display: none;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.1;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.5rem;
}

.txt-secondary {
  color: var(--cyan-blue-color);
}

/*================================== Marquee */
.marquee-container {
  width: 100%;
  padding: 0.8rem 0;
  overflow: hidden;
  display: flex;
  grid-column-gap: 1rem;
}

.marquee-content {
  animation: marquee 55s linear infinite;
  min-width: 100%;
  grid-column-gap: 0.4rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.marquee-item {
  flex: 0 0 auto;
  padding: 0 0.8rem;
  margin: 0 1rem;
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

/*================== Cards ==================*/
.card-nosotros .card {
  color: #fff;
  padding: 1rem;
  border: 2px solid #fff !important;
  background: linear-gradient(300deg, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0) 100%);
}
.card-nosotros .card .card-title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}
.card-nosotros .card .card-text {
  font-size: 1.3rem;
  font-family: "BwModelica";
  font-weight: 300;
  font-style: normal;
}

ul.casos-de-exito {
  font-family: "BwModelica";
  font-weight: 300;
  font-style: normal;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
ul.casos-de-exito li {
  list-style-type: none;
  margin: 1.3rem 0;
}
ul.casos-de-exito .fw-bold {
  font-family: "BwModelica";
  font-weight: 500;
  font-style: normal;
}

.footer {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8rem;
  background-color: #000;
}

.solutions-client-item {
  padding: 0.8rem;
  margin: 0.8rem 0;
  font-size: 0.85rem;
  text-align: center;
  color: #fff;
}
.solutions-client-item p {
  margin: 0.5rem 0;
}

.form-zone .form-label {
  font-size: 1rem;
}
.form-zone .form-control {
  background-color: rgb(255, 255, 255);
}

.btn-principal {
  background-color: var(--cyan-blue-color);
  color: #000;
  font-weight: 600;
}
.btn-principal:hover, .btn-principal:active {
  background-color: var(--violet-color);
}

/*================================== Anims / Keyframes */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 0.4rem));
  }
}
/* Media Queries */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .hero-overlay {
    display: block;
  }
}
@media (min-width: 480px) {
  .rive-zone-mob canvas {
    width: 100%;
    height: auto;
    min-height: 930px;
  }
}
@media (min-width: 576px) {
  body {
    padding-top: 0;
  }
  .hero-video {
    min-height: 600px;
  }
  .hero-video-home {
    min-height: 650px;
  }
  h1 {
    font-size: 3rem;
    line-height: 1.1;
  }
  h2 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  h3 {
    font-size: 1.9rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h1 br {
    display: inline-block;
  }
  .rive-zone-mob canvas {
    width: 100%;
    height: auto;
    min-height: 930px;
  }
}
@media (min-width: 768px) {
  .rive-zone-mob canvas {
    width: 100%;
    height: auto;
    min-height: 1370px;
  }
}
@media (min-width: 992px) {
  body.home {
    background-position: bottom center;
    background-size: 100%;
    background-attachment: unset;
    background-repeat: no-repeat;
  }
  body.servicios {
    background-position: bottom center;
    background-size: 100%;
    background-attachment: unset;
    background-repeat: no-repeat;
  }
  .hero-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%, rgb(0, 0, 0) 90%, rgb(0, 0, 0) 100%);
    /* Overlay oscuro para legibilidad */
    z-index: -1;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}/*# sourceMappingURL=styles.css.map */