.section-one-allies {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.title {
  font-size: 1.75rem;
  padding: 3rem 1rem 0;
  margin-bottom: 1rem;
  font-weight: bold;
}

.title-span {
  font-weight: 500;
  color: #FF1E00;
}

.container-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 2rem 0 1rem;
}

.container-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  object-fit: cover;
}

.description-one {
  margin-top: 0.5rem;
  padding: 1rem;
  font-size: 1.125rem;
}

.section-two {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.container-card {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  padding: 0 1.75rem;
  scroll-padding-left: 1.75rem;
  scroll-padding-right: 1.75rem;
}

.container-card::-webkit-scrollbar {
  display: none;
}

.container-card>div {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.card-one,
.card-two,
.card-three,
.card-four {
  border-radius: 1rem;
  color: white;
  border: 0.0063rem solid #e8e8e8;
  width: 16rem;
  padding: 1rem 0.5rem;
}

.card-one {
  background-color: #111112;
  border: 0.0063rem solid #111112;
}

.card-two {
  background-color: #FF1E00;
  border: 0.0063rem solid #FF1E00;
}

.card-three {
  background-color: #f5f5f5;
  color: #111112;
}

.card-four {
  background-color: #ffffff;
  color: #111112;
}

.title-card {
  padding: 0.5rem 0.75rem 0;
  font-size: 0.85rem;
  font-weight: bold;
}

.description-card {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
}

.container-server {
  width: 100%;
  overflow: hidden;
  margin: 2rem 0 1rem;
}

.container-server img {
  object-fit: cover;
  width: 100%;
}

.container-server-text {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
}

.title-server {
  font-size: 1.75rem;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.title-server-span {
  font-weight: 500;
  color: #FF1E00;
}

.icon-memory img,
.icon-shield img {
  padding: 0 0.5rem;
  width: 2rem;
}

.text-memory {
  margin: 0;
}

.article-notebook {
  margin-bottom: 2rem;
}

.container-notebook {
  width: 100%;
  overflow: hidden;
}

.container-notebook img {
  object-fit: cover;
  width: 100%;
}

.title-notebook {
  font-size: 1.75rem;
  padding: 0.5rem 2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  margin-top: -1rem;
}

.description-notebook {
  margin-top: 0.5rem;
  padding: 0 2rem;
  font-size: 0.95rem;
  color: black;
}

.features-wrapper {
  background-color: #D9D9D9;
  padding: 0.5rem 0.75rem;
  margin: 0 0.75rem;
}

.title-features {
  font-size: 0.85rem;
  font-weight: 600;
}

.description-features {
  font-size: 0.8rem;
  margin: 0;
}

.container-btns {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.btn-left,
.btn-right {
  color: white;
  padding: 1rem;
  border-radius: 50%;
  font-size: 0.85rem;
  border: solid 0.1px #000000;
  cursor: pointer;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem;
}

.btn-left:hover path,
.btn-right:hover path {
  fill: white;
}

.btn-left:hover,
.btn-right:hover {
  background-color: #000000;
}

.container-features {
  display: none;
}

.container-features.active {
  display: block;
}

.section-five {
  position: relative;
}

.container-mother {
  width: 100%;
  overflow: hidden;
}

.container-mother img {
  object-fit: cover;
  width: 100%;
}

.container-mother::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.description-text-qual {
  position: absolute;
  font-size: 1.1rem;
  color: white;
  left: 7.5dvw;
  right: 7.5dvh;
  top: 25%;
  line-height: 1.5rem;
  font-weight: bold;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .title {
    font-size: 2rem;
    padding: 3rem 4rem 0;
    margin-bottom: 1rem;
    font-weight: bold;
    max-width: 45rem;
  }

  .container-video {}

  .description-one {
    max-width: 45rem;
    padding: 2rem 4rem;
    font-size: 1.4rem;
  }

  .container-card {
    padding: 0 2.75rem;
    scroll-padding-left: 2.75rem;
    scroll-padding-right: 2.75rem;
  }

  .title-server {
    font-size: 2rem;
    padding: 2rem 4rem 0;
    margin-bottom: 1rem;
    font-weight: bold;
    max-width: 45rem;
  }

  .container-server-text {
    max-width: 45rem;
    padding: 1.5rem 4rem 0;
  }

  .icon-memory img,
  .icon-shield img {
    padding: 0 0.75rem;
    width: 3rem;
  }

  .text-memory {
    font-size: 1.25rem;
  }

  .title-notebook {
    font-size: 2rem;
    padding: 0 4rem;
    margin-bottom: 1rem;
    font-weight: bold;
    max-width: 45rem;
  }

  .description-notebook {
    font-size: 1.25rem;
    padding: 0 4rem;
    margin-bottom: 1rem;
    max-width: 45rem;
  }

  .features-wrapper {
    background-color: #D9D9D9;
    padding: 1.5rem 1.25rem;
    margin: 0 3.75rem;
  }

  .title-features {
    font-size: 1.1rem;
  }

  .description-features {
    font-size: 1.2rem;
  }

  .description-text-qual {
    position: absolute;
    font-size: 2.25rem;
    color: white;
    left: 7.5dvw;
    right: 7.5dvh;
    top: 20%;
    line-height: 3.5rem;
    font-weight: bold;
    z-index: 2;
  }
}

@media only screen and (min-width: 1024px) {
  .section-one-allies {
    max-width: 80rem;
    margin: 0 auto;
  }

  .container-one {
    max-width: 80rem;
    margin: 0 auto;
  }

  .title {
    font-size: 2rem;
    padding: 3rem 4rem 0;
    margin-bottom: 1rem;
    font-weight: bold;
    max-width: 45rem;
  }


  .section-two {
    max-width: 80rem;
    margin: 0 auto;
  }

  .container-card>div {
    width: 18rem;
    ;
  }

  .title-card {
    font-size: 1.2rem;
  }

  .description-card {
    font-size: 1rem;
  }

  .section-three {
    max-width: 80rem;
    margin: 0 auto;
  }

  .container-server img {
    height: 34rem;
  }

  .section-four {
    max-width: 80rem;
    margin: 0 auto;
  }

  .container-notebook {
    width: 100%;
    overflow: hidden;
    display: flex;
  }

  .container-notebook img {
    object-fit: cover;
    width: 70%;
    margin: 0 auto;
  }

  .container-mother img {
    object-fit: cover;
    width: 100%;
    height: 50dvh;
    background-position: center 10%;
  }

  .container-mother::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }

  .description-text-qual {
    left: 10dvw;
    right: 10dvh;
    top: 20%;
    line-height: 3.5rem;
    padding: 0 5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .container-one {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .container-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
  }

  .title {
    font-size: 3.25rem;
    width: 50%;
    padding: 3rem 0 0 4rem;
  }



  .container-video {
    width: 50%;
    position: relative;
    padding-bottom: 28%;
    margin: 0;
    height: 25dvh;
  }

  .container-video video {
    position: absolute;
    top: 5dvh;
    bottom: 5dvh;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .description-one {
    font-size: 2rem;
    max-width: 80%;
    position: relative;
    padding: 2rem 4rem;
  }

  .container-server img {
    height: 40rem;
  }

  .description-text-qual {
    left: 10dvw;
    right: 10dvh;
    top: 20%;
    line-height: 3.5rem;
    padding: 0 10rem;
  }

  .article-notebook {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 1rem;
    align-items: center;
    gap: 3rem;
  }

  .container-notebook {
    width: 50%;
  }

  .container-notebook img {
    width: 100%;
  }

  .title-notebook {
    padding: 0 6rem 0 4rem;
    font-size: 2.5rem;
  }

  .description-notebook {
    padding: 0 0 0 4rem;
    font-size: 1.2rem;
  }

  .features-wrapper {
    margin: 0 3rem 0 4rem;
  }

  .content-notebook {
    width: 100%;
  }

  .container-mother img {
    object-fit: cover;
    width: 100%;
    height: 60dvh;
    background-position: center 10%;
  }

  .description-text-qual {
    left: 15dvw;
    right: 18dvh;
    top: 30%;
    line-height: 3.5rem;
    padding: 0px 8rem;
  }
}