@charset "UTF-8";
/*=============================================
=            BEMIT - SETTINGS            =
=============================================*/
/* Colors Variables  */
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@font-face {
  font-family: Futura-Bold;
  src: url("../fonts/Futura-Bold.woff");
}
@font-face {
  font-family: Helvetica-Reglar;
  src: url("../fonts/HelveticaNeue-Roman.woff");
}
@font-face {
  font-family: Helvetica-Bold;
  src: url("../fonts/HelveticaNeueBold.woff");
}
/*=====  End of BEMIT - SETTINGS  ======*/
/*=============================================
=            Section BEMIT - TOOLS            =
=============================================*/
/* Mixin font */
/*=====  End of Section BEMIT - TOOLS  ======*/
/*=============================================
=            Section BEMIT - GENERIC            =
=============================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*=============================================
=            Scrollbar            =
=============================================*/
/* Scrollbar genral */
/* Tamaño del scroll */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #5A6FE4;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:active {
  background-color: #F0EEF9;
}

::-webkit-scrollbar-thumb:hover {
  background: #1D1D1D;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
  background: #E3E6EB;
  border-radius: 4px;
}

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
  background: rgba(245, 245, 247, 0.57);
}

/* Personalizar el color y radio del scrollbar-thumb en Firefox */
* {
  scrollbar-width: 8px;
  scrollbar-color: #5A6FE4;
}

/* Termina Scrollbar genral */
/*=====  End of Section BEMIT - GENERIC  ======*/
/*=============================================
=            Section BEMIT - OBJECTS            =
=============================================*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.o-body {
  background-color: #1D1D1D;
}

#o-landscapeContent {
  display: none;
  height: 100%;
  background-image: url("../img/bg-parallax.png");
  background-position: center;
  background-size: cover;
}
#o-landscapeContent__img {
  width: 2rem;
}

.o-h1 {
  font-family: Futura-Bold;
  font-size: 6.1rem;
  color: #1D1D1D;
  color: #ffffff;
}
.o-h2 {
  font-family: Futura-Bold;
  font-size: 4.9rem;
  color: #1D1D1D;
  color: #ffffff;
}
.o-h3 {
  font-family: Futura-Bold;
  font-size: 3.9rem;
  color: #1D1D1D;
  color: #ffffff;
}
.o-h4 {
  font-family: Futura-Bold;
  font-size: 3.1rem;
  color: #1D1D1D;
  color: #ffffff;
}
.o-h5 {
  font-family: Futura-Bold;
  font-size: 2.5rem;
  color: #1D1D1D;
  color: #ffffff;
}
.o-h6 {
  font-family: Futura-Bold;
  font-size: 2rem;
  color: #1D1D1D;
  color: #ffffff;
}

/* Font size */
.o-text__normal {
  font-size: 1.6rem;
  color: #ffffff;
}
.o-text__normalbold {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
}
.o-text__small {
  font-size: 1.2rem;
  color: #ffffff;
}
.o-text__smallbold {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
}

/* Decorations */
.o-line {
  margin: 30px 0;
  width: 120px;
  height: 1px;
  background-color: #F0EEF9;
}

/* Backgrounds Sections*/
.o-bg-section {
  background-image: url("../img/bg-section.png");
  background-size: cover;
  background-position: center;
}
.o-bg-grey200 {
  background-color: #E3E6EB;
}
.o-bg-fixed {
  background-image: url("../img/bg-parallax.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.o-bg-content {
  width: 80%;
  height: 80%;
  flex-shrink: 0;
  background-color: #1D1D1D;
  box-shadow: 5px 4px 42px 0px rgba(114, 121, 199, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: -20;
}
.o-bg-slide {
  width: 100%;
  height: 100%;
  bottom: 17%;
}
.o-bg-gradient {
  background: url("../img/bg-parallax.png") no-repeat fixed center, linear-gradient(180deg, #212529 -31.02%, #343A40 27.81%, #495057 100%), linear-gradient(180deg, #212529 -31.02%, #343A40 27.81%, #495057 100%);
}

/* Special Margin Sections */
.o-mt-xxl {
  margin-top: 18.5rem;
}
.o-mb-xxl {
  margin-bottom: 18.5rem;
}
.o-mt-lg {
  margin-top: 10.5rem;
}
.o-mb-lg {
  margin-bottom: 10.5rem;
}

/* Tamaño de logos  */
.o-logos {
  width: 100%;
  max-width: 18rem;
}

/* OWL Carousel */
.fa-solid, .fas {
  font-weight: 900;
  padding: 5px 10px !important;
  font-size: 2rem;
  color: #272932;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -5rem;
  right: 0;
}
.owl-prev, .owl-next {
  transition: all 0.3s ease;
}
.owl-prev:hover, .owl-prev:hover, .owl-next:hover, .owl-next:hover {
  opacity: 0.5;
  background-color: rgba(68, 68, 68, 0.6705882353) !important;
}

/* END OWL Carousel */
@media screen and (min-width: 1761px) {
  .o-bg-slide {
    height: 30%;
    top: -14%;
  }
}
@media screen and (min-width: 761px) {
  .o-bg-slide {
    height: 80%;
    bottom: 15%;
  }
}
@media screen and (max-width: 760px) {
  .o-bg-slide {
    height: 42%;
    bottom: 15%;
  }
  .o-mt-xxl {
    margin-top: 9.5rem;
  }
  .o-mb-xxl {
    margin-bottom: 9.5rem;
  }
  .o-mt-lg {
    margin-top: 5.5rem;
  }
  .o-mb-lg {
    margin-bottom: 5.5rem;
  }
}
/* Visualización Portrait y Landscape */
@media (max-width: 1023.9px) and (orientation: landscape) and (min-width: 425px) {
  #o-portraitContent {
    display: none; /* Oculta el contenido en Portrait en modo Landscape */
  }
  #o-landscapeContent {
    display: flex; /* Muestra el contenido específico para Landscape */
  }
}
/*=====  End of Section BEMIT - OBJECTS  ======*/
/*=============================================
=            Section BEMIT - COMPONENT            =
=============================================*/
/* Slide */
.c-slide {
  overflow: hidden;
  height: 120vh;
}
.c-slide-01 {
  width: 100%;
  height: 90vh;
  background-image: url("../img/background-slide01.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  clip-path: polygon(0 0, 100% 0, 100% 63%, 50% 100%, 0 63%);
  position: relative;
}
.c-slide-02 {
  width: 100%;
  height: 90vh;
  background-image: url("../img/background-slide02.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  clip-path: polygon(0 0, 100% 0, 100% 63%, 50% 100%, 0 63%);
  position: relative;
}

@media screen and (max-width: 760px) {
  .c-slide {
    height: 100vh;
  }
  .c-slide-01 {
    height: 80vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    position: relative;
  }
  .c-slide-01 .o-h3 {
    font-size: 2.9rem;
  }
  .c-slide-02 {
    height: 80vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    position: relative;
  }
  .c-slide-02 .o-h3 {
    font-size: 2.9rem;
  }
}
/* Particulas */
.bubble {
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  will-change: transform;
  background: rgba(255, 255, 255, 0.02);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.03) 25%);
  animation: bubble 2000ms infinite cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.carousel-inner {
  position: relative;
}

.carousel-item {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.carousel-item.active {
  opacity: 1;
}

/* Termina Particulas */
/* Carousel Hero */
#heroSlider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 63%, 50% 100%, 0 63%);
}

.slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider-item.u-active {
  opacity: 1;
}

.slider-item img {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  object-fit: cover;
  transition: transform 1s ease-in-out; /* Agregamos una transición de 1 segundo solo para la imagen */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.caption {
  text-align: center;
  color: #fff;
  z-index: 1;
  width: 80%;
  position: absolute;
  top: 150px;
}

.zoom {
  animation: zoom 9s infinite alternate;
}

@media screen and (max-width: 760px) {
  #heroSlider {
    height: 100vh;
  }
  #heroSlider1 {
    height: 80vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    position: relative;
  }
  #heroSlider .o-h3 {
    font-size: 2.9rem;
  }
}
@keyframes zoom {
  0%, 100% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.3);
  }
}
/* Termina Carousel Hero */
@keyframes bubble {
  from {
    transform: translateY(35px);
    opacity: 1;
  }
  to {
    transform: translateY(-120vh);
    opacity: 0.25;
  }
}
/* Component Hero */
.c-hero {
  height: 100vh;
  overflow: hidden;
  /* Slide */
  /* End Slide */
  /* Video */
  /* END Video */
}
.c-hero__link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.c-hero__slide {
  height: 100vh;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 63%, 50% 100%, 0 63%);
}
.c-hero__slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-hero__slide-item.u-active {
  opacity: 1;
}
.c-hero__slide-img {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  object-fit: cover;
  transition: transform 1s ease-in-out; /* Agregamos una transición de 1 segundo solo para la imagen */
}
.c-hero__slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.c-hero__slide-content {
  z-index: 1;
  width: 80%;
  position: absolute;
  top: 50px;
}
.c-hero__slide-logo {
  width: 24.5rem;
}
.c-hero__slide .zoom {
  animation: zoom 9s infinite alternate;
}
.c-hero__bg-footer {
  width: 100%;
  height: auto;
  bottom: -40%;
}

@media screen and (max-width: 576px) {
  .c-hero {
    /* height: 80vh; */
  }
  .c-hero .o-mt-lg {
    margin-top: 4.5rem;
  }
  .c-hero__slide {
    height: 70vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  .c-hero__slide-logo {
    width: 20.5rem;
  }
  .c-hero__slide .o-h3 {
    font-size: 2.5rem;
  }
  .c-hero__bg-footer {
    top: 50%;
  }
}
@media screen and (min-width: 577px) and (max-width: 810px) {
  .c-hero {
    /*  height: 80vh; */
  }
  .c-hero .o-mt-lg {
    margin-top: 10.5rem;
  }
  .c-hero__slide {
    height: 70vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  .c-hero__slide__bg-footer {
    height: 40%;
    bottom: 0%;
  }
  .c-hero__slide .o-h3 {
    font-size: 2.9rem;
  }
  .c-hero__bg-footer {
    top: 50%;
  }
}
@media screen and (min-width: 811px) and (max-width: 992px) {
  .c-hero {
    height: 90vh;
  }
  .c-hero .o-mt-lg {
    margin-top: 9.5rem;
  }
  .c-hero__slide {
    height: 80vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  .c-hero__slide__bg-footer {
    height: 40%;
    bottom: 0%;
  }
  .c-hero__slide .o-h3 {
    font-size: 2.5rem;
  }
  .c-hero__bg-footer {
    top: 50%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1380px) {
  .c-hero {
    height: 90vh;
  }
  .c-hero .o-mt-lg {
    margin-top: 8.5rem;
  }
  .c-hero__slide {
    height: 80vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  .c-hero__slide__bg-footer {
    height: 40%;
    bottom: 0%;
  }
  .c-hero__slide .o-h3 {
    font-size: 2.9rem;
  }
  .c-hero__bg-footer {
    top: 40%;
  }
}
@media screen and (min-width: 1381px) {
  .c-hero .o-mt-lg {
    margin-top: 15rem;
  }
  .c-hero__slide {
    height: 100vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  .c-hero__slide__bg-footer {
    height: 40%;
    bottom: 0%;
  }
  .c-hero__slide-logo {
    width: 27.5rem;
  }
  .c-hero__bg-footer {
    top: 50%;
  }
}
/* Component Hero */
/* Component Hero Video*/
.c-hero-video {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.c-hero-video__content {
  height: 100vh;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 63%, 50% 100%, 0 63%);
  background-image: url("../../img/cover-video.webp");
}
.c-hero-video__play {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.c-hero-video__overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(7, 7, 7, 0.32) 0%, rgba(31, 31, 31, 0.7) 100%);
  background-size: 3px 3px;
  z-index: 2;
}
.c-hero-video__logo {
  width: 24.5rem;
  z-index: 37;
}
.c-hero-video-text {
  display: none;
}

/* #slide-text{
    list-style: none;
}

.hidden {
    display: none;
  } */
@media screen and (max-width: 576px) {
  .c-hero-video {
    height: 80vh;
  }
  .c-hero-video .o-mt-lg {
    margin-top: 5.5rem;
  }
  .c-hero-video__content {
    height: 70vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  .c-hero-video__content-logo {
    width: 20.5rem;
  }
  .c-hero-video__content .o-h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 810px) {
  .c-hero-video {
    height: 80vh;
  }
  .c-hero-video .o-mt-lg {
    margin-top: 10rem;
  }
  .c-hero-video__content {
    height: 70vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  .c-hero-video__content__bg-footer {
    height: 40%;
    bottom: 0%;
  }
  .c-hero-video__content .o-h3 {
    font-size: 2.9rem;
  }
  .c-hero-video__bg-footer {
    top: 50%;
  }
}
@media screen and (min-width: 811px) and (max-width: 992px) {
  .c-hero-video {
    height: 90vh;
  }
  .c-hero-video .o-mt-lg {
    margin-top: 9.5rem;
  }
  .c-hero-video__content {
    height: 80vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  .c-hero-video__content__bg-footer {
    height: 40%;
    bottom: 0%;
  }
  .c-hero-video__content .o-h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 993px) and (max-width: 1380px) {
  .c-hero-video {
    height: 90vh;
  }
  .c-hero-video .o-mt-lg {
    margin-top: 8.5rem;
  }
  .c-hero-video__content {
    height: 80vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  .c-hero-video__content__bg-footer {
    height: 40%;
    bottom: 0%;
  }
  .c-hero-video__content .o-h3 {
    font-size: 2.9rem;
  }
}
@media screen and (min-width: 1381px) {
  .c-hero-video .o-mt-lg {
    margin-top: 10rem;
  }
  .c-hero-video__content {
    height: 100vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
  .c-hero-video__content__bg-footer {
    height: 40%;
    bottom: 0%;
  }
  .c-hero-video__content-logo {
    width: 27.5rem;
  }
}
/* END Component Hero Video*/
/* Hero WAVES */
.c-hero-waves {
  height: 100vh;
  overflow: hidden;
  width: 100%;
}
.c-hero-waves__content {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}
.c-hero-waves__logo {
  width: 24.5rem;
  z-index: 37;
}
.c-hero-waves__img {
  width: 40rem;
}

#slide-text {
  list-style: none;
}

.hidden {
  display: none;
}

#wrapper {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
}

canvas {
  display: block;
  position: absolute;
  width: 100% !important;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 560px) {
  .o-h3 {
    font-family: Futura-Bold;
    font-size: 2.5rem;
    color: #1D1D1D;
    color: #ffffff;
  }
  .c-hero-waves__img {
    width: 30rem;
  }
}
/* END Hero WAVES */
/* Cards */
.o-card {
  background-color: #272932;
  border: 1px solid #F0EEF9;
  box-shadow: 5px 4px 42px 0px rgba(114, 121, 199, 0.3);
  width: 100%;
  max-width: 348px;
  padding: 2rem;
}
.o-card--lg {
  border: inherit;
  width: 100%;
  max-width: 100%;
}

/* Botón custom */
.c-button {
  background-color: #272932;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.25);
  font-family: Futura-Bold;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
  transition: padding 0.5s ease;
}
.c-button::after {
  content: "\f054"; /* Código Unicode de la flecha derecha en FontAwesome */
  font-family: "Font Awesome 6 Free"; /* Nombre de la fuente de FontAwesome */
  position: absolute;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  padding-right: 10px;
}
.c-button:hover {
  color: #ffffff;
  padding-right: 35px;
}
.c-button:hover::after {
  opacity: 1;
  transform: translate(5px, -50%);
}

/*----------  Component Tab  ----------*/
.nav-tabs {
  border-bottom: none;
}
.nav-link {
  background-color: transparent !important;
  border-color: transparent !important;
  font-size: 2rem;
  font-family: Futura-Bold;
  color: #5A6FE4;
  position: relative;
}
.nav-link:hover {
  color: #F0EEF9;
}
.nav-link:before {
  content: "";
  position: absolute;
  bottom: -5px;
  /* right: 1px; */
  height: 2px;
  width: 0;
  background: #ffffff;
  border-radius: 50px;
  transition: width 0.3s ease;
}
.nav-link:hover:before {
  width: 100%;
}
.nav-link.active {
  color: #ffffff !important;
  position: relative;
}
.nav-link.active:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 1px;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 50px;
  transition: width 0.3s ease;
}

/*----------  END Component Tab  ----------*/
/* Card products */
.c-card-product {
  background: linear-gradient(180deg, #212529 -31.02%, #343A40 27.81%, #495057 100%);
  width: 100%;
  max-width: 36rem;
  min-width: 28rem;
  overflow: hidden;
  transition: all ease 0.4s;
}
.c-card-product__bg {
  width: 100%;
  height: 25rem;
  position: relative;
}
.c-card-product__content {
  position: absolute;
  opacity: 0;
  bottom: 0;
  right: 0;
  top: 100%;
  height: 0;
  width: 100%;
  overflow: hidden;
  text-align: end;
  transition: 0.5s ease-in-out;
  background-color: #1D1D1D;
}
.c-card-product__img {
  height: 100%;
  width: 100%;
}
.c-card-product:hover {
  box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.57);
}
.c-card-product:hover .c-card-product__content {
  top: 0;
  height: 25rem !important;
  opacity: 0.9;
}

/* End Card products */
/*=====  End of Section BEMIT - COMPONENT  ======*/
/*=============================================
=            Section BEMIT - KEY FRAMES            =
=============================================*/
/* Efect Hero Slider */
.key-zoom {
  animation: zoom 10s infinite alternate;
}

@keyframes zoom {
  0%, 100% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.3);
  }
}
/* END Efect Hero Slider */
/*=====  End of Section BEMIT - KEY FRAMES  ======*/

/*# sourceMappingURL=style.css.map */
