html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat";
}

.section {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(15px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(15px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  padding: clamp(2.5rem, 12.739vw + -5.637rem, 5rem) 0px;
}
@media (max-width: 992px) {
  .section {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .section {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .section {
    --container-width: 100%;
  }
}
@media (max-width: 992px) {
  .section {
    padding: 30px 0px;
  }
}
.section__container {
  grid-area: center;
}
.advantages {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 5.732vw + -1.787rem, 3rem);
}
.advantages__title {
  color: #1e1e1e;
  font-size: clamp(1.625rem, 1.911vw + 0.404rem, 2rem);
  font-weight: 800;
  line-height: clamp(1.875rem, 2.866vw + 0.044rem, 2.438rem);
  padding-left: clamp(1.25rem, 4.777vw + -1.801rem, 2.188rem);
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 992px) {
  .advantages__title {
    padding-left: 0;
  }
}
.advantages__title span,
.advantages__title strong {
  color: #c12825;
}
@media (max-width: 992px) {
  .advantages__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.advantages__list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.938rem, 2.866vw + -0.893rem, 1.5rem);
  margin-left: -64px;
}
@media (max-width: 992px) {
  .advantages__list {
    margin-left: 0;
  }
}
.advantages__item {
  display: flex;
  align-items: center;
  gap: clamp(2.5rem, -2.548vw + 4.127rem, 2rem);
}
@media (max-width: 576px) {
  .advantages__item {
    gap: 20px;
  }
}
.advantages__icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: clamp(3.375rem, 3.185vw + 1.341rem, 4rem);
  height: clamp(3.375rem, 3.185vw + 1.341rem, 4rem);
  object-fit: contain;
  padding: clamp(0.75rem, 1.274vw + -0.064rem, 1rem);
}
.advantages__text {
  color: #1e1e1e;
  font-size: clamp(1rem, 0.637vw + 0.593rem, 1.125rem);
  font-weight: 500;
  line-height: clamp(1.125rem, 1.592vw + 0.108rem, 1.438rem);
}
.advantages__endText {
  color: #c12825;
  font-size: clamp(1rem, 0.637vw + 0.593rem, 1.125rem);
  font-weight: 600;
  line-height: clamp(1.125rem, 1.592vw + 0.108rem, 1.438rem);
  padding-left: clamp(1.25rem, 4.777vw + -1.801rem, 2.188rem);
}
@media (max-width: 992px) {
  .advantages__endText {
    padding-left: 0;
  }
}
.title {
  display: flex;
  gap: 24px;
  margin-bottom: 0;
  text-align: left;
}
.title--black .title__text {
  color: #1e1e1e;
}
.title__icon {
  width: clamp(3.375rem, 3.185vw + 1.341rem, 4rem);
  height: clamp(3.375rem, 3.185vw + 1.341rem, 4rem);
  object-fit: contain;
}
@media (max-width: 992px) {
  .title__icon {
    width: 44px;
    height: 44px;
  }
}
.title__text {
  color: #ffffff;
  font-size: clamp(2.625rem, 1.911vw + 1.404rem, 3rem);
  font-weight: 800;
  line-height: clamp(3.25rem, 2.229vw + 1.826rem, 3.688rem);
}
@media (max-width: 992px) {
  .title__text {
    font-size: 30px;
    line-height: 40px;
  }
}
.backlight {
  display: flex;
  align-items: center;
  padding: clamp(1.5rem, 2.548vw + -0.127rem, 2rem);
  background-color: #decec3;
  border-radius: 12px;
  gap: 24px;
}
@media (max-width: 576px) {
  .backlight {
    gap: 20px;
  }
}
.backlight__icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: clamp(3.375rem, 3.185vw + 1.341rem, 4rem);
  height: clamp(3.375rem, 3.185vw + 1.341rem, 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.backlight__icon img {
  width: clamp(1.5rem, 3.185vw + -0.534rem, 2.125rem);
  height: clamp(1.5rem, 3.185vw + -0.534rem, 2.125rem);
  object-fit: contain;
}
.backlight__text {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: 80%;
}
.list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 5.732vw + -1.787rem, 3rem);
  color: #ffffff;
}
.list--price ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: clamp(2.5rem, 4.14vw + -0.145rem, 3.313rem) !important;
}
@media (max-width: 576px) {
  .list--price ol li {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.list--price ol li p,
.list--price ol li a {
  color: unset;
  width: 75%;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .list--price ol li p,
  .list--price ol li a {
    width: 100%;
  }
}
.list--price ol li span {
  text-decoration: none;
  display: block;
  font-size: clamp(1.25rem, 2.229vw + -0.174rem, 1.688rem);
  font-weight: 800;
  line-height: clamp(1.438rem, 3.185vw + -0.597rem, 2.063rem);
}
.list--black {
  color: #1e1e1e;
}
.list p,
.list ol,
.list ul,
.list h2 {
  margin-bottom: 0;
}
.list p {
  font-size: clamp(1rem, 0.637vw + 0.593rem, 1.125rem);
  font-weight: 500;
  line-height: clamp(1.25rem, 2.229vw + -0.174rem, 1.688rem);
}
.list ol {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3.822vw + -1.191rem, 2rem);
}
.list ol li {
  font-weight: 500;
  counter-increment: new 1;
  font-size: clamp(1rem, 0.637vw + 0.593rem, 1.125rem);
  line-height: clamp(1.125rem, 1.592vw + 0.108rem, 1.438rem);
  position: relative;
  padding-left: clamp(3.375rem, 3.185vw + 1.341rem, 4rem);
}
.list ol li::before {
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(new);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: clamp(1.75rem, 1.274vw + 0.936rem, 2rem);
  height: clamp(1.75rem, 1.274vw + 0.936rem, 2rem);
  border: 1px solid #decec3;
  color: #c12825;
}
.breadcrumb {
  display: flex !important;
  flex-wrap: wrap !important;
  padding: 0 !important;
  margin-bottom: 0px !important;
  list-style: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  margin-top: -40px !important;
}
@media screen and (max-width: 1150px) {
  .breadcrumb {
    margin-top: -15px !important;
  }
}
@media (max-width: 992px) {
  .breadcrumb {
    margin-bottom: 30px !important;
  }
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5019607843);
}
.breadcrumb-item a {
  color: unset;
  transition: color 0.38s ease-in-out;
}
@media (hover: hover) {
  .breadcrumb-item:hover a {
    color: #ffffff !important;
    text-decoration: none !important;
  }
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 20px !important;
}
.breadcrumb-item + .breadcrumb-item:hover {
  text-decoration: none !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "" !important;
  display: inline-block;
  margin-right: 20px;
  padding-right: 0 !important;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c12825;
  transition: color 0.38s ease-in-out;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #ffffff !important;
}
.content {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.content--dark-blue {
  background-color: #232348;
}
.content--brown {
  background-color: #363131;
}
.content--beige {
  background-color: #fcece2;
}
.content--image {
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.content__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.875rem, 10.828vw + -5.041rem, 4rem);
  align-items: center;
}
.content__container--gap {
  gap: clamp(1.25rem, 3.185vw + -0.784rem, 1.875rem);
}
.content__container--reverce .content__photo {
  order: 1;
}
.content__container--col {
  grid-template-columns: 1fr;
}
.content__container--soundproofing {
  grid-template-columns: 1.1fr 1fr;
  margin-top: clamp(1.875rem, 15.924vw + -8.296rem, 5rem);
}
@media (max-width: 992px) {
  .content__container {
    grid-template-columns: 1fr;
  }
}
.content__photo {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  height: clamp(34.375rem, 31.21vw + 14.439rem, 40.5rem);
}
.content__photo--h920 {
  height: clamp(51.25rem, 31.847vw + 30.908rem, 57.5rem);
}
.content__photo--h816 {
  height: clamp(43.75rem, 36.943vw + 20.153rem, 51rem);
}
.content__photo--soundproofing {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: clamp(43.125rem, 76.433vw + -5.697rem, 58.125rem);
  height: 100%;
  border-radius: 0;
  object-fit: contain;
}
@media screen and (max-width: 1150px) {
  .content__photo--soundproofing {
    right: -160px;
  }
}
@media (max-width: 992px) {
  .content__photo--soundproofing {
    display: none;
  }
}
@media (max-width: 992px) {
  .content__photo {
    width: 100%;
    height: 600px;
  }
  .content__photo--h920 {
    height: 900px;
  }
  .content__photo--h816 {
    height: 800px;
  }
}
@media (max-width: 576px) {
  .content__photo {
    height: 300px;
  }
  .content__photo--h920 {
    height: 550px;
  }
  .content__photo--h816 {
    height: 450px;
  }
}
.tab {
  width: fit-content;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.637vw + 0.468rem, 1rem);
  font-weight: 500;
  line-height: clamp(0.938rem, 1.592vw + -0.08rem, 1.25rem);
  border-radius: 6px;
  padding: 10px 16px;
  transition: all 0.38s ease-in-out;
}
@media (hover: hover) {
  .tab:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #1e1e1e;
  }
}
@media (max-width: 992px) {
  .tab:hover {
    text-decoration: none;
    color: #ffffff;
  }
}
.video {
  position: relative;
  display: flex;
  align-items: center;
}
.video--gap {
  gap: clamp(1.25rem, 3.185vw + -0.784rem, 1.875rem);
}
@media (max-width: 768px) {
  .video--gap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.video__item {
  width: 50%;
  position: relative;
}
.video__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 992px) {
  .video__item {
    width: 100%;
  }
}
.video__frame {
  border: 2px solid #decec3;
  width: clamp(19.625rem, 31.847vw + -0.717rem, 25.875rem);
  height: clamp(10rem, 22.293vw + -4.24rem, 14.375rem);
  object-fit: cover;
  border-radius: 12px;
}
.video__frame--full {
  width: 100%;
  height: clamp(9.375rem, 15.924vw + -0.796rem, 12.5rem);
}
@media (max-width: 992px) {
  .video__frame--full {
    height: 250px;
  }
}
@media (max-width: 576px) {
  .video__frame {
    width: 100%;
    height: 200px;
  }
}
.video__play {
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: clamp(1.25rem, 1.274vw + 0.436rem, 1.5rem);
  position: absolute;
  right: -35px;
}
.video__play--center {
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
@media (max-width: 992px) {
  .video__play {
    position: static;
  }
  .video__play--center {
    position: absolute;
  }
}
@media (max-width: 576px) {
  .video__play {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 576px) and (max-width: 992px) {
  .video__play--center {
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
  }
}
.video__play-text {
  width: 50%;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
}
@media (max-width: 576px) {
  .video__play-text {
    display: none;
  }
}
.video__play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(5rem, 12.739vw + -3.137rem, 7.5rem);
  height: clamp(5rem, 12.739vw + -3.137rem, 7.5rem);
  border-radius: 50%;
  font-size: clamp(1.875rem, 2.548vw + 0.248rem, 2.375rem);
  color: #1e1e1e;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.video__play-icon::before {
  z-index: 1;
}
.video__play-icon--size {
  width: clamp(3.75rem, 6.369vw + -0.318rem, 5rem);
  height: clamp(3.75rem, 6.369vw + -0.318rem, 5rem);
  font-size: clamp(1.125rem, 1.911vw + -0.096rem, 1.5rem);
}
.hero {
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__container {
  display: flex;
  gap: clamp(1.875rem, 5.414vw + -1.583rem, 2.938rem);
}
@media (max-width: 992px) {
  .hero__container {
    flex-direction: column;
  }
}
.hero__info {
  width: 50%;
}
@media (max-width: 992px) {
  .hero__info {
    width: 100%;
  }
}
.hero__title {
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(3.25rem, 6.369vw + -0.818rem, 4.5rem);
  line-height: clamp(4.25rem, 6.369vw + 0.182rem, 5.5rem);
  border-bottom: 1px solid #ffffff;
  margin-bottom: clamp(1.375rem, 3.185vw + -0.659rem, 2rem);
  text-align: left;
}
.hero__title span {
  font-weight: 500;
  font-size: clamp(1.75rem, 1.274vw + 0.936rem, 2rem);
  margin-top: -10px;
  display: block;
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 32px;
    line-height: 42px;
  }
  .hero__title span {
    font-size: 24px;
    margin-top: 0;
  }
}
.hero__price {
  color: #c12825;
  font-size: clamp(2.375rem, 3.185vw + 0.341rem, 3rem);
  font-weight: 800;
  line-height: clamp(3rem, 3.347vw + 0.862rem, 3.657rem);
  margin-bottom: clamp(1.375rem, 3.185vw + -0.659rem, 2rem);
}
.hero__tabs {
  margin-bottom: clamp(1.875rem, 10.828vw + -5.041rem, 4rem);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero__text {
  margin-bottom: clamp(1.875rem, 10.828vw + -5.041rem, 4rem);
  background-color: rgba(255, 255, 255, 0.5);
  padding: clamp(0.938rem, 1.592vw + -0.08rem, 1.25rem);
  color: #1e1e1e;
  font-size: clamp(1rem, 0.637vw + 0.593rem, 1.125rem);
  line-height: clamp(1.125rem, 1.592vw + 0.108rem, 1.438rem);
  border-radius: 12px;
}
.hero__subtitle {
  color: #ffffff;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.274vw + 0.436rem, 1.5rem);
  line-height: fluih(25px, 30px);
  margin-bottom: clamp(1.375rem, 3.185vw + -0.659rem, 2rem);
}
.hero__img {
  width: clamp(28.125rem, 60.191vw + -10.322rem, 39.938rem);
  height: clamp(38.75rem, 60.51vw + 0.1rem, 50.625rem);
  border-radius: 12px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .hero__img {
    width: 100%;
    height: 810px;
  }
}
@media (max-width: 576px) {
  .hero__img {
    height: 450px;
  }
}
.soundproofing {
  overflow-x: hidden;
  background-color: #363131;
  position: relative;
  z-index: 1;
}
.soundproofing__container {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 5.732vw + -1.787rem, 3rem);
}
@media (max-width: 992px) {
  .soundproofing__container {
    width: 100%;
  }
}
.soundproofing__text {
  color: #ffffff;
  font-size: clamp(1rem, 0.637vw + 0.593rem, 1.125rem);
  font-weight: 500;
  line-height: clamp(1.563rem, 0.637vw + 1.156rem, 1.688rem);
  width: 80%;
}
@media (max-width: 992px) {
  .soundproofing__text {
    width: 100%;
  }
}
.soundproofing__photo {
  position: absolute;
  right: clamp(0rem, 39.49vw + -25.225rem, 7.75rem);
  top: 0;
  height: 100%;
  object-fit: contain;
  width: clamp(43.563rem, 53.503vw + 9.387rem, 54.063rem);
  z-index: -1;
}
section#proyom img.content__photo {
    object-fit: contain;
}
@media screen and (max-width: 1150px) {
  .soundproofing__photo {
    right: -160px;
  }
}
@media (max-width: 992px) {
  .soundproofing__photo {
    display: none;
  }
}
