body {
  box-sizing: border-box;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  color: #3A3A3A;
}

.fa-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.banner-hero {
  background-image: url(../assets/bg-pixart.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.secundary-title {
  font-weight: 700;
  font-size: 1.5rem;
  padding: 2rem 0;
  text-align: center;
}

.text-p {
  font-size: 1rem;
  font-weight: 500;
}

.sinpading {
  padding: 0;
}

.hero-content {
  padding-top: 4rem;
}

.section-3 {
  background-image: url(../assets/panelimg-2.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 32vh;
  color: white;
  background-position: center 60%;
}

.banner-4 {
  margin-top: 1rem;
}

.banner-5 {
  margin-top: 5rem;
}

.section-6 {
  background-color: black;
  color: white;
  width: 100%;
  height: 1012px;
  margin-top: 5rem;
  padding-bottom: 5rem;
}

.section-7 {
  background-color: rgb(8, 8, 8);
  width: 100%;
  padding-top: 3rem;
}

.section-8 {
  background-color: black;
  color: white;
  width: 100%;
  display: flex;
  align-items: center;
}

.main_section_8 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.center h3 {
  text-align: center;
}

.title-pix {
  font-size: 2.25rem;
}

.flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 2rem;
}

.orange {
  background-color: rgb(255, 42, 0);
  border: none;
}

.orange:hover {
  background-color: rgba(255, 42, 0, 0.8);
  border: none;
}

.label_section_8 {
  font-size: 1.2rem;
  margin-top: 2rem;
}

.blue {
  color: rgb(0, 141, 218);
}

.card_article {
  border: 1px solid #454444;
  width: 18rem;
  background-color: #1E1E1E;
  margin-left: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.card_article img {
  height: 12rem;
  padding: 0.5rem;
}

.download_link {
  position: absolute;
  color: white;
  text-decoration: none;
  right: 0;
  bottom: 0;
}

.download_link:hover {
  color: rgb(0, 141, 218);
}

.text_product {
  font-size: 1rem;
}

.title_product {
  margin-bottom: 1rem;
}

.body_article {
  height: 12rem;
}

.carousel-control-next-icon {
  background-image: url(data:https://www.flaticon.com/free-icon/arrow-point-to-right_32213?term=arrow+right&page=1&position=31&origin=search&related_id=32213) !important;
}

.fa-plus {
  color: rgb(255, 255, 255) !important;
}

.card-position {
  width: 50rem;
  justify-content: center;
  align-content: center;
}

.justify {
  text-align: justify;
}

.font-bold {
  font-weight: bold;
}

.no-padding {
  padding: 6px 0px;
}

.no-decoration {
  text-decoration: none !important;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  background-color: black;
  color: white;
}

.location {
  background-color: #131111;
  width: 100%;
  padding-bottom: 2rem;
  padding-top: 2rem;
  margin-top: 1rem;
}

.img-logo-nv {
  width: 170px;
}

.iram {
  display: flex;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem;
  margin-top: 6rem;
}

.iram .informationIram {
  padding: 2rem 0 2rem 2rem;
  display: flex;
  align-items: center;
}

.iram .informationIram p {
  margin: 0;
  text-align: justify;
}

.iram .containerImgIram {
  padding: 2rem 2rem 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iram .containerImgIram .a_img_iram_1,
.iram .containerImgIram .a_img_iram_2 {
  display: flex;
  align-items: center;
  width: 6rem;
  height: 10rem;
}

.iram .containerImgIram .a_img_iram_2 {
  margin-left: 0.3rem;
  border-left: 1px solid #dee2e6;
  padding-left: 0.3rem;
}

.iram .containerImgIram .a_img_iram_1 .imgIram,
.iram .containerImgIram .a_img_iram_2 .imgIram {
  width: 100%;
}

/* Partners */
.partners {
  background-color: #f4f5f6;
  padding: 1rem 1.5rem 7rem;
  margin-top: 3rem;
}

.section-one {
  width: 100%;
  padding: 0;
}

.content-text {
  text-align: center;
  padding: 0 0.25rem;
}

.section-two {
  width: 40%;
}

.partner-circle-container {
  margin: 0 auto;
}

.circle,
.circle-mid {
  background-color: #ffffff;
  padding: 1.75rem 1rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
}

.circle-mid {
  height: 15rem;
  width: 10rem;
}

.around {
  margin: 1rem;
}

.partner-circle-container {
  position: relative;
  width: 25rem;
  height: 25rem;
  margin: 0 auto;
}

.circle-link {
  /* position: relative;
  width: 25rem;
  height: 25rem;
  margin: 0 auto; */

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.circle {
  background-color: white;
  border-radius: 50%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.center-circle {
  width: 12rem;
  height: 12rem;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.logo-central {
  max-width: 100%;
}

.logo-circle {
  width: 7rem;
  height: 7rem;
}

.logo-circle-mid {
  width: 9rem;
  height: 9rem;
}

.logo-partner {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

/* imagenes  */
.qual-img {
  max-height: 4.625rem;
}

.inti-img {
  max-height: 4.625rem;
}

.unsm-img {
  max-height: 2rem;
}

.microsoft-img {
  max-height: 1.25rem;
}

.intel-img {
  max-height: 3rem;
}

.google-img {
  max-height: 3.5rem;
}

/* iamgenes satelite */
.pos1 {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}

.pos2 {
  top: 25%;
  left: 95%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.pos3 {
  top: 70%;
  left: 105%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.pos4 {
  top: 115%;
  left: 80%;
  transform: translate(-50%, -100%);
  cursor: pointer;
}

.pos5 {
  top: 80%;
  left: 0%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.pos6 {
  top: 35%;
  right: 65%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.circle:hover,
.logo-circle:hover,
.logo-circle-mid:hover,
.center-circle:hover {
  transform: translate(-50%, -50%) scale(1.1);
  z-index: 2;
}

.circle,
.logo-circle,
.logo-circle-mid,
.center-circle {
  transition: transform 0.3s ease-in-out;
}

.pos1:hover {
  transform: translate(-50%, 0) scale(1.1);
}

.pos2:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.pos3:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.pos4:hover {
  transform: translate(-50%, -100%) scale(1.1);
}

.pos5:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.pos6:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.center-circle:hover {
  transform: translate(-50%, -50%) scale(1.1);
}


/* card productos */
.slider-container {
  width: 38rem;
  overflow: hidden;
  margin: 0 auto;
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.card_article {
  flex: 0 0 calc(48.2% - 0.75rem);
  background: #1E1E1E;
  color: white;
  text-align: center;
  font-size: 2rem;
}

.card_article img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  display: block;
}

.card_article:last-child {
  margin-right: 0;
}

/* card productos */


/* imgenes satelite */
/* Partners */

.nav-link.dropdown-toggle .arrow {
  display: inline-block;
  margin-left: 0.3rem;
  transition: transform 0.3s ease;
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
}

.nav-item.dropdown.show .nav-link.dropdown-toggle .arrow {
  transform: rotate(-135deg);
}

.dropdown-icon {
  transition: transform 0.3s ease;
}

.btn-dropdown {
  color: black;
}

.btn-dropdown:hover {
  color: black;
}

li.nav-item.dropdown.me-5.d-flex.align-items-center.position-relative.li-enterprise {
  display: flex !important;
}

.arrow-icon-drop {
  margin-top: 0.1rem !important;
  font-size: 1.25rem !important;
  color: black;
}

.navbar-nav {
  font-weight: 300;
}

.navbar-nav .nav-link {
  position: relative;
  color: rgb(63, 63, 63);
  transition: all 0.3s ease;
  font-weight: 400;
}

.navbar-nav .nav-link:hover {
  color: #000;
  font-size: 1.02rem;
  font-weight: 500;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.navbar-nav .nav-link.active {
  color: #000;
  font-weight: 600;
}

.navbar-nav .nav-link.active::after {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .logo-aniversary img {
    width: 25rem;
  }

  .space {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 33rem;
  }

  .direction {
    display: flex;
    justify-content: center;
  }

  .margins {
    margin: 0% 10% 2% 10%;
  }

  .img-logo-nv {
    width: 165px;
  }

  .iram .informationIram {
    padding-right: 1rem;
  }

  .body_article {
    height: 6rem !important;
  }

  .iram .containerImgIram .a_img_iram_1,
  .iram .containerImgIram .a_img_iram_2 {
    height: 7rem;
  }

  .section-3 {
    height: 100%;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .container-partner {
    flex-direction: column-reverse;
    padding: 1rem;
    display: flex;
  }

  .partner-circle-container {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-top: 2rem;
    position: relative;
  }

  .center-circle {
    position: static;
    transform: none;
    margin: 0 auto;
  }

  .circle.logo-circle,
  .circle.logo-circle-mid {
    position: static;
    transform: none;
    margin: 1rem auto;
  }

  .partner-circle-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-3 {
    height: 30%;
    padding-bottom: 3rem;
  }

  li.nav-item.dropdown.me-5.d-flex.align-items-center.position-relative.li-enterprise {
    display: flex !important;
  }

  .card_article {
    flex: 0 0 95%;
    /* margin-right: 0 1rem; */
  }

  .slider-container {
    max-width: 20rem;
  }
}

@media screen and (max-width: 767px) {
  .logo-aniversary img {
    width: 16rem;
  }

  .card-position {
    margin-top: 3rem;
    justify-content: center;
    align-content: center;
    margin-left: 20% !important;
    width: 20rem !important;
    margin-right: 50rem !important;
  }

  .banner-hero {
    height: 35rem;
  }

  .section-3 {
    height: 100%;
    padding-bottom: 3rem;
    height: 85vh;
  }

  .section-6 {
    height: 100vh;
  }

  .section-7 {
    padding-top: 4rem;
  }

  .title-pix {
    font-size: 1.75rem;
  }

  .direction {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .font-bold {
    font-weight: bold;
  }

  .center {
    text-align: center;
  }

  .row .col.logo {
    text-align: center;
    flex: 0 0 100%;
  }

  .justify {
    text-align: justify;
  }

  .img-logo-nv {
    width: 160px;
  }

  .iram {
    flex-direction: column;
  }

  .iram .informationIram {
    padding: 1rem;
  }

  .iram .containerImgIram {
    padding: 1rem;
  }

  li.nav-item.dropdown.me-5.d-flex.align-items-center.position-relative.li-enterprise {
    display: flex !important;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .card-wrapper.d-flex {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .justify {
    text-align: justify;
  }

  .center {
    text-align: center;
  }

  .font-bold {
    font-weight: bold;
  }

  .title-pix {
    font-size: 1.5rem;
  }

  .hero-content .row {
    justify-content: center;
  }

  .row .col.logo {
    text-align: center;
    flex: 0 0 100%;
  }

  .section-3 {
    padding-bottom: 3rem;
    height: 20%;
  }

  .card-position {
    margin-left: 0% !important;
  }

  .section-7 {
    padding-top: 3rem;
  }

  .form-group .form-control option {
    width: 90%;
  }

  .img-logo-nv {
    width: 155px;
  }

  li.nav-item.dropdown.me-5.d-flex.align-items-center.position-relative.li-enterprise {
    display: flex !important;
  }
}

@media screen and (min-width: 580px) {
  .flex {
    flex-direction: row;
    justify-content: space-around;
  }

  .card_article {
    margin-bottom: 0;
    padding-bottom: 3rem;
  }

  .body_article {
    height: 9rem;
  }

  li.nav-item.dropdown.me-5.d-flex.align-items-center.position-relative.li-enterprise {
    display: flex !important;
  }
}

@media screen and (min-width: 1000px) {
  .partners-logos img.logo-partner {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .partners-logos img.logo-partner:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
  }

  .partners {
    display: flex;
    justify-content: center;
    padding: 1rem 1rem 2rem;
  }

  .container-partner {
    background-color: #f4f5f6;
    display: flex;
    margin-top: 3rem 3rem;
    flex-wrap: wrap;
    gap: 4rem;
    max-width: 90dvw;
    padding: 2rem 1rem 4rem;
  }

  .section-one {
    width: 45%;
  }

  .section-two {
    width: 40%;
  }

  .section-3 {
    height: 100%;
    padding-bottom: 3rem;
  }

  .partner-circle-container {
    margin: 0 auto;
  }

  .circle,
  .circle-mid {
    background-color: #ffffff;
    padding: 1.75rem 1rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 50%;
  }

  .circle-mid {
    height: 15rem;
    width: 10rem;
  }

  .around {
    margin: 1rem;
  }

  .partner-circle-container {
    position: relative;
    width: 25rem;
    height: 25rem;
    margin: 0 auto;
  }

  .circle {
    background-color: white;
    border-radius: 50%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .logo-central {
    max-width: 100%;
  }

  .logo-circle {
    width: 7rem;
    height: 7rem;
  }

  .logo-circle-mid {
    width: 9rem;
    height: 9rem;
  }

  .logo-partner {
    max-height: 40px;
    width: auto;
    object-fit: contain;
  }

  .inti-img {
    max-height: 5.625rem;
  }

  .unsm-img {
    max-height: 2.25rem;
  }

  .microsoft-img {
    max-height: 1.5rem;
  }

  .intel-img {
    max-height: 4rem;
  }

  .google-img {
    max-height: 3.5rem;
  }

  .pos1 {
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .pos2 {
    top: 25%;
    left: 95%;
    transform: translate(-50%, -50%);
  }

  .pos3 {
    top: 70%;
    left: 105%;
    transform: translate(-50%, -50%);
  }

  .pos4 {
    top: 115%;
    left: 80%;
    transform: translate(-50%, -100%);
  }

  .pos5 {
    top: 80%;
    left: 0%;
    transform: translate(-50%, -50%);
  }

  .pos6 {
    top: 35%;
    right: 65%;
    transform: translate(-50%, -50%);
  }

  .circle,
  .circle-mid,
  .logo-circle,
  .logo-circle-mid {
    overflow: hidden;
  }

  .main_section_8 {
    justify-content: space-around;
    flex-direction: row;
  }

  .center {
    width: 40%;
    align-items: start;
    justify-content: center;
  }

  .center h3 {
    text-align: start;
  }

  .flex {
    justify-content: flex-end;
    width: 60%;
    margin-top: 0;
  }

  .iram .containerImgIram .a_img_iram_1,
  .iram .containerImgIram .a_img_iram_2 {
    height: 10rem;
  }

  .center-circle {
    width: 13rem;
    height: 13rem;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .content-text {
    text-align: left;
    padding: 0 0.5rem;

  }
}

@media (min-width: 1400px) {
  .container-partner {
    max-width: 85rem;
  }
}