@font-face {
  font-family: "corpoAS1CondWeb";
  src: url("../assets/fonts/MBCorpoAScreen1Cond/MBCorpoAScreen1Cond-Regular-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoAS2CondWeb";
  src: url("../assets/fonts/MBCorpoAScreen2Cond/MBCorpoAScreen2Cond-Regular-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoATextCond";
  src: url("../assets/fonts/MBCorpoATextCond/MBCorpoATextCond-Regular-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoATitle";
  src: url("../assets/fonts/MBCorpoATitle/MBCorpoATitle-Regular-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoATitleCond";
  src: url("../assets/fonts/MBCorpoATitleCond/MBCorpoATitleCond-Regular-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoSTextRegular";
  src: url("../assets/fonts/MBCorpoSText/MBCorpoSText-Regular-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoSTextLight";
  src: url("../assets/fonts/MBCorpoSText/MBCorpoSText-Light-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoSTextBold";
  src: url("../assets/fonts/MBCorpoSText/MBCorpoSText-Bold-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoSTextCondRegular";
  src: url("../assets/fonts/MBCorpoSTextCond/MBCorpoSText-CondRegular-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoSTextCondBold";
  src: url("../assets/fonts/MBCorpoSTextCond/MBCorpoSText-CondBold-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoSTextCondLight";
  src: url("../assets/fonts/MBCorpoSTextCond/MBCorpoSText-CondLight-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoSTitleRegular";
  src: url("../assets/fonts/MBCorpoSTitle/MBCorpoSTitle-Regular-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoSTitleLight";
  src: url("../assets/fonts/MBCorpoSTitle/MBCorpoSTitle-Light-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoSTitleBold";
  src: url("../assets/fonts/MBCorpoSTitle/MBCorpoSTitle-Bold-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoSTitleCondRegular";
  src: url("../assets/fonts/MBCorpoSTitleCond/MBCorpoSTitle-CondRegular-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoSTitleCondLight";
  src: url("../assets/fonts/MBCorpoSTitleCond/MBCorpoSTitle-CondLight-Web.woff2") format("woff2");
}
@font-face {
  font-family: "corpoSTitleCondBold";
  src: url("../assets/fonts/MBCorpoSTitleCond/MBCorpoSTitle-CondBold-Web.woff2") format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "corpoSTextRegular";
}

html {
  font-size: 16px;
  line-height: 1.5;
  scroll-behavior: smooth;
  margin: 0 !important;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "corpoATitle", sans-serif;
}

a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 5%;
  background-color: #000;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  flex-direction: row;
  width: 100%;
  gap: 24px;
  z-index: 999;
}
.header .logoSection {
  display: flex;
  align-items: center;
}
.header .logoSection img {
  width: 200px;
  height: auto;
}
.header .navMenu nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .navMenu nav ul li {
  border-right: 1px solid #939393;
}
.header .navMenu nav ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "corpoATitle", sans-serif;
  transition: color 0.3s ease;
  padding: 6px 17px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.header .navMenu nav ul li a img {
  height: 16px;
  width: 16px;
}
.header .navMenu nav ul li:last-child {
  border-right: 1px solid transparent !important;
}

@media (max-width: 900px) {
  .header {
    flex-direction: column;
    padding: 1rem 5%;
  }
}
.advancedSearchContainer {
  justify-content: center;
  padding: 68px 5% 68px 70px;
  background: #DEDEDE;
  max-width: 410px;
  position: sticky;
  top: 113px;
  min-height: 100vh;
}
.advancedSearchContainer .toggleButton {
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #20242C;
  padding-bottom: 10px;
  background-color: transparent;
  cursor: pointer;
  font-family: "corpoSTitleRegular";
  font-size: 16px;
  font-weight: 700;
  line-height: 20.48px;
  text-align: left;
  color: black;
}
.advancedSearchContainer .searchFilters {
  display: none;
}
.advancedSearchContainer .searchFilters .recent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0 20px 0;
  font-family: "corpoSTitleRegular";
  font-size: 20px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
}
.advancedSearchContainer .searchFilters .recent input[type=checkbox] {
  display: none;
}
.advancedSearchContainer .searchFilters .recent .toggle-switch {
  position: relative;
  width: 36px;
  height: 20px;
  background-color: #BCBCBC;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.advancedSearchContainer .searchFilters .recent .toggle-switch .switch {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #919799;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: transform 0.3s;
}
.advancedSearchContainer .searchFilters .recent input[type=checkbox]:checked + .toggle-switch {
  background-color: #2196f3;
}
.advancedSearchContainer .searchFilters .recent input[type=checkbox]:checked + .toggle-switch .switch {
  transform: translateX(16px);
  background-color: white;
}
.advancedSearchContainer .searchFilters .filtersSection {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #20242C;
  border-bottom: 1px solid #20242C;
}
.advancedSearchContainer .searchFilters .filtersSection .filterSection {
  padding: 10px 0;
  font-family: "corpoSTitleRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.48px;
  text-align: left;
}
.advancedSearchContainer .searchFilters .filtersSection .filterSection .filterToggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.48px;
  text-align: left;
  font-family: "corpoSTitleRegular";
  color: #33363f;
}
.advancedSearchContainer .searchFilters .filtersSection .filterSection .filterToggle img {
  transition: transform 0.3s ease;
}
.advancedSearchContainer .searchFilters .filtersSection .filterSection .filterToggle.expanded img {
  transform: rotate(180deg);
}
.advancedSearchContainer .searchFilters .filtersSection .filterSection .filterMenu {
  display: none;
  margin: 10px 0;
}
.advancedSearchContainer .searchFilters .filtersSection .filterSection .filterMenu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 15px;
}
.advancedSearchContainer .searchFilters .filtersSection .filterSection .filterMenu ul li {
  cursor: pointer;
}
.advancedSearchContainer .searchFilters .filtersSection .filterSection .filterMenu ul li.active {
  color: #0CA2E3;
}
.advancedSearchContainer .searchFilters .filtersSection .filterSection .filterMenu .rangeContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.advancedSearchContainer .searchFilters .filtersSection .filterSection .filterMenu .rangeContainer input {
  outline: none;
  width: 45%;
  height: 44px;
  background-color: transparent;
  border: 1px solid #939393;
  padding: 14px 20px 14px 33px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: #666;
  font-family: "corpoSTextRegular";
}
.advancedSearchContainer .searchFilters .filtersSection .filterSection .filterMenu .rangeContainer input:focus {
  border: 2px solid #0CA2E3;
}
.advancedSearchContainer .searchFilters .filtersSection .filterSection.expanded .filterMenu {
  display: block;
}
.advancedSearchContainer .searchFilters .filtersSection .applyFilterButton {
  width: 100%;
  height: 40px;
  padding: 11px 20px 11px 20px;
  border-radius: 80px;
  border: 1px solid #33363f;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #33363f;
}
.advancedSearchContainer .searchFilters .activeFilters {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 0 30px 0;
}
.advancedSearchContainer .searchFilters .activeFilters .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.04px;
  text-align: left;
  color: black;
}
.advancedSearchContainer .searchFilters .activeFilters .filtersContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.advancedSearchContainer .searchFilters .activeFilters .filtersContainer .removeFilter {
  display: flex;
  background: transparent;
  cursor: pointer;
  padding: 11px 20px;
  border: 1px solid #33363f;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: #33363f;
  border-radius: 80px;
}
.advancedSearchContainer .searchFilters .activeFilters .clearFilters {
  background: transparent;
  display: flex;
  border: 1px solid #33363f;
  border-radius: 80px;
  padding: 11px 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
}
.advancedSearchContainer.expanded .searchFilters {
  display: block;
}

@media (max-width: 900px) {
  .advancedSearchContainer {
    max-width: 100% !important;
    padding: 5% 5% 0 5%;
    position: sticky;
    top: 133px;
    z-index: 2;
    overflow: hidden;
    min-height: 0 !important;
    max-height: calc(100vh - 133px);
  }
  .advancedSearchContainer .searchFilters {
    max-height: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
  .advancedSearchContainer .searchFilters ::-webkit-scrollbar-track {
    background: transparent;
  }
  .advancedSearchContainer .searchFilters ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 2px solid transparent;
  }
  .advancedSearchContainer .searchFilters ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .advancedSearchContainer .searchFilters.active {
    max-height: 70vh;
    opacity: 1;
    transform: scaleY(1);
  }
}
.swiper {
  position: relative;
  background-color: black;
  height: 100%;
}
.swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179.17deg, rgba(0, 0, 0, 0) 0.66%, #000000 99.24%);
  z-index: 2;
  pointer-events: none;
}
.swiper .swiper-wrapper {
  position: relative;
  z-index: 1;
}
.swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.swiper .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 50vh;
}
.swiper .swiper-scrollbar {
  background-color: white;
  width: 200px !important;
  left: var(--swiper-scrollbar-sides-offset, 80%) !important;
  bottom: var(--swiper-scrollbar-bottom, 5%) !important;
}
.swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #0CA2E3;
  z-index: 2;
}

@media (max-width: 900px) {
  .swiper .swiper-slide img {
    max-width: 100%;
    width: auto;
    height: 100%;
    object-position: 30%;
  }
  #swiper-scrollbar {
    background-color: white;
    width: 200px !important;
    left: var(--swiper-scrollbar-sides-offset, 40%) !important;
    bottom: var(--swiper-scrollbar-bottom, 5%) !important;
  }
  #swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #0CA2E3;
    z-index: 2;
  }
}
.mainMessage {
  display: flex;
  padding: 4rem 5% 2rem 5%;
  background-color: black;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
}
.mainMessage .title {
  font-size: 90px;
  font-weight: 400;
  line-height: 76px;
  text-align: left;
  font-family: "corpoATextCond";
  color: white;
  max-width: 40%;
}
.mainMessage .message {
  font-family: "corpoATextCond";
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
  color: white;
  text-align: right;
  max-width: 40%;
}
.mainMessage .message span {
  color: #0CA2E3;
  font-family: "corpoATextCond";
}

@media (max-width: 900px) {
  .mainMessage {
    padding: 2rem 5%;
    flex-direction: column;
    align-items: start;
    gap: 26px;
  }
  .mainMessage .title {
    max-width: 80%;
    font-size: 70px;
    font-weight: 400;
    line-height: 62px;
    text-align: left;
  }
  .mainMessage .message {
    max-width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
  }
}
.homeSection {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 36px;
}
.homeSection .advancedSearchContainer .searchFilters {
  display: block;
}
.homeSection .rightSection {
  display: flex;
  flex-direction: column;
  padding: 68px 5% 68px 0;
  width: 100%;
  gap: 36px;
}
.homeSection .rightSection h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  font-family: "corpoATitle";
}
.homeSection .rightSection h2 span {
  color: #0CA2E3;
  font-family: "corpoATitle";
}
.homeSection .rightSection .cardsContainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(309px, 309px));
  justify-content: space-between;
  grid-gap: 41px;
  box-sizing: border-box;
}
.homeSection .rightSection .cardsContainer .cardInfo {
  display: flex;
  flex-direction: column;
  max-width: 309px;
  width: 100%;
  min-height: 471px;
  justify-content: space-between;
}
.homeSection .rightSection .cardsContainer .cardInfo .imgContainer {
  max-height: 209px;
  max-width: 309px;
  overflow: hidden;
}
.homeSection .rightSection .cardsContainer .cardInfo .imgContainer .cardImage {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s;
}
.homeSection .rightSection .cardsContainer .cardInfo .imgContainer .cardImage:hover {
  transform: scale(1.4);
}
.homeSection .rightSection .cardsContainer .cardInfo .imgContainer img {
  min-height: 209px;
  min-width: 300px;
  width: 100%;
  height: 100%;
}
.homeSection .rightSection .cardsContainer .cardInfo .name {
  padding: 22px 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: left;
  color: black;
  height: 86px;
}
.homeSection .rightSection .cardsContainer .cardInfo .value {
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #DEDEDE;
  gap: 20px;
}
.homeSection .rightSection .cardsContainer .cardInfo .value .price {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.homeSection .rightSection .cardsContainer .cardInfo .value .price .badge {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: right;
  color: #161D2B;
}
.homeSection .rightSection .cardsContainer .cardInfo .value .price .badge .country {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  color: #161D2B;
}
.homeSection .rightSection .cardsContainer .cardInfo .value .price .amount {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #161D2B;
  letter-spacing: 0;
}
.homeSection .rightSection .cardsContainer .cardInfo .features {
  padding: 11px 0 27px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 17px;
  align-items: center;
}
.homeSection .rightSection .cardsContainer .cardInfo .features .feature {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.homeSection .rightSection .cardsContainer .cardInfo .features .feature .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: black;
}
.homeSection .rightSection .cardsContainer .cardInfo .more-info {
  width: 85%;
  height: 48px;
  padding: 18px 24px;
  color: white;
  background-color: #161D2B;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: center;
}
.homeSection .rightSection .cardsContainer p {
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  font-family: "corpoATitle";
}
.homeSection .rightSection .footerSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.homeSection .rightSection .footerSection .stock {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.homeSection .rightSection .footerSection .stock .disponibility {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
  color: #161D2B;
}
.homeSection .rightSection .footerSection .stock .amount {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #161D2B;
  letter-spacing: 0;
}
.homeSection .rightSection .footerSection .stock .amount span {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #0CA2E3;
}
.homeSection .rightSection .footerSection button {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 1px solid #676767;
  color: #676767;
  max-width: 229px;
  height: 50px;
  border-radius: 100px;
  align-self: center;
  background-color: transparent;
  cursor: pointer;
}

@media (max-width: 900px) {
  .homeSection .rightSection {
    padding: 30px 47px;
  }
  .homeSection .rightSection h2 {
    display: none;
  }
  .homeSection .rightSection .footerSection .stock {
    display: flex;
  }
}
@media (max-width: 1116px) {
  .homeSection .rightSection .cardsContainer {
    align-self: center;
    justify-content: center;
  }
}
.footer {
  padding: 68px 5% 26px 5%;
  display: flex;
  flex-direction: column;
  background-color: black;
}
.footer .messageSection {
  font-family: "corpoATitleCond";
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: white;
}
.footer .messageSection span {
  font-family: "corpoATitleCond";
  color: #0CA2E3;
}
.footer .socialSection {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 25px;
  padding: 26px 0;
}
.footer .headquarters {
  display: flex;
  flex-direction: row;
  padding: 26px 0;
  align-items: center;
  justify-content: space-between;
  color: white;
}
.footer .headquarters .mercedesUruguay,
.footer .headquarters .whereWeAre {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer .headquarters .mercedesUruguay .title,
.footer .headquarters .whereWeAre .title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  font-family: "corpoATitleCond";
}
.footer .headquarters .mercedesUruguay .elements,
.footer .headquarters .whereWeAre .elements {
  display: flex;
  flex-direction: row;
  gap: 56px;
}
.footer .headquarters .mercedesUruguay .elements .elementContact,
.footer .headquarters .whereWeAre .elements .elementContact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}
.footer .headquarters .mercedesUruguay .elements .elementContact .titleNumber,
.footer .headquarters .whereWeAre .elements .elementContact .titleNumber {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  font-family: "corpoATitleCond";
}
.footer .headquarters .mercedesUruguay .elements .elementContact .desc,
.footer .headquarters .whereWeAre .elements .elementContact .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  font-family: "corpoATitleCond";
  color: white;
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer .headquarters .mercedesUruguay .elements .elementContact .desc a,
.footer .headquarters .whereWeAre .elements .elementContact .desc a {
  color: inherit;
  text-decoration: none;
}
.footer .informationLinks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #939393;
  font-size: 12px;
  font-weight: 300;
  line-height: 10px;
  text-align: left;
  color: white;
  font-family: "corpoATitleCond";
}
.footer .informationLinks .policies a {
  font-size: 12px;
  font-weight: 300;
  line-height: 10px;
  text-align: left;
  color: white;
  text-decoration: none;
  font-family: "corpoATitleCond";
}
.footer .informationLinks .rights {
  font-size: 12px;
  font-weight: 300;
  line-height: 10px;
  text-align: right;
  color: white;
  font-family: "corpoATitleCond";
}
.footer .credits {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-align: center;
  color: white;
  align-self: end;
  font-family: "corpoATitleCond";
}
.footer .credits a {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-family: "corpoATitleCond";
}

@media (max-width: 1250px) {
  .footer .socialSection {
    justify-content: center;
  }
  .footer .headquarters {
    flex-direction: column;
    align-items: start;
    gap: 35px;
  }
}
@media (max-width: 900px) {
  .footer .socialSection {
    justify-content: left;
  }
  .footer .headquarters .mercedesUruguay .elements {
    flex-direction: column;
    gap: 26px;
  }
  .footer .informationLinks {
    flex-direction: column;
    justify-content: left;
  }
  .footer .informationLinks .rights {
    text-align: left;
  }
}
.contact-form-container {
  background-color: #F6F6F6;
  padding: 2rem;
  border-radius: 14px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact-form-container h2 {
  font-family: "corpoATitleCond";
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  color: #1A1A1A;
  max-width: 80%;
}
.contact-form-container form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact-form-container form .form-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.contact-form-container form .form-row .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form-container form .form-row .form-group label {
  display: block;
  font-weight: bold;
}
.contact-form-container form .form-row .form-group input,
.contact-form-container form .form-row .form-group select {
  outline: none;
  width: 100%;
  padding: 10px 20px 10px 40px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 24px 24px;
}
.contact-form-container form .form-row .form-group input.personalInfo,
.contact-form-container form .form-row .form-group select.personalInfo {
  background: url("../assets/icons/home/person.svg") no-repeat no-repeat 10px 50%;
}
.contact-form-container form .form-row .form-group input.email,
.contact-form-container form .form-row .form-group select.email {
  background: url("../assets/icons/home/email.svg") no-repeat no-repeat 10px 50%;
}
.contact-form-container form .form-group.preferencia {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form-container form .form-group label {
  display: block;
  font-weight: bold;
}
.contact-form-container form .form-group input,
.contact-form-container form .form-group select {
  outline: none;
  width: 100%;
  padding: 0.5rem;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
}
.contact-form-container form .form-group .preferencia {
  border: 1px solid #939393;
  max-width: 40%;
  padding: 14px 20px;
  color: #666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../assets/icons/home/arrowDown.svg") no-repeat right center;
  background-size: 18px 18px;
  background-position: 90% 50%;
}
.contact-form-container form .form-group .preferencia option {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: #666;
  padding: 10px;
}
.contact-form-container form .form-group .preferencia option:hover {
  background: yellow;
}
.contact-form-container form .form-group.checkbox {
  display: flex;
  align-items: center;
  margin-top: 19px;
  margin-left: 24px;
}
.contact-form-container form .form-group.checkbox input {
  width: auto;
  margin-right: 0.5rem;
  background-color: transparent;
  border: 1px solid #161D2B;
  border-radius: 2px;
}
.contact-form-container form .form-group.checkbox label {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #33363f;
}
.contact-form-container form .form-buttons {
  margin-left: 24px;
  display: flex;
  justify-content: space-between;
}
.contact-form-container form .form-buttons .btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}
.contact-form-container form .form-buttons .btn.enviar {
  background-color: #0CA2E3;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 19px 68px;
  max-width: 35%;
  border-radius: 100px;
  width: 100%;
}

@media (max-width: 900px) {
  .contact-form-container {
    margin-top: 56px;
  }
  .contact-form-container h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #1a1a1a;
  }
  .contact-form-container form {
    gap: 10px;
  }
  .contact-form-container form .form-row {
    flex-direction: column;
  }
  .contact-form-container form .form-row .form-group label {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #161D2B;
  }
  .contact-form-container form .form-group label {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #161D2B;
  }
  .contact-form-container form .checkbox {
    margin-top: 10px !important;
    margin-left: 24px !important;
  }
  .contact-form-container form .form-buttons {
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
  .contact-form-container form .form-buttons .btn.enviar {
    max-width: 100% !important;
  }
  .select2-container {
    max-width: 100% !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 14px 14px 14px 20px;
  }
  .select2-container .select2-selection--single {
    height: 56px !important;
  }
  .recommended .swiper-reco {
    max-width: 100vw !important;
  }
  .recommended .swiper-reco .swiper-button-next {
    right: calc(var(--swiper-navigation-sides-offset, 5%)) !important;
  }
  .recommended .swiper-reco .swiper-button-prev {
    left: calc(var(--swiper-navigation-sides-offset, 5%)) !important;
  }
}
.select2-container {
  max-width: 45%;
}

.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 1px solid #aaa;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: #939393;
  padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  right: 5px !important;
}

.select2-container--default .select2-dropdown {
  border: 1px solid #aaa;
  background-color: #fff;
}

.select2-container--default .select2-results__option {
  color: #939393 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.48px;
  text-align: left;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #e0e0e0 !important;
  color: #939393 !important;
}

.alert {
  width: 100%;
  max-width: 620px;
  text-align: left;
  padding-right: 16px;
  -webkit-overflow-scrolling: touch;
}
.alert b {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: -0.02em;
  text-align: justified;
}
.alert p {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: -0.02em;
  text-align: justified;
  margin-bottom: 0;
}

.swal2-html-container {
  padding: 0 !important;
  height: 100%;
  max-height: 334px;
  overflow-y: auto;
}

.swal2-modal {
  border-radius: 14px !important;
  max-width: 620px !important;
  max-height: 100%;
}

.swal2-close:focus {
  box-shadow: none !important;
}

.swal2-close {
  color: #222222 !important;
  height: 20px !important;
  width: 20px !important;
  position: absolute;
  right: 5%;
  top: 5%;
  font-size: 20px !important;
}

.swal2-popup {
  padding: 64px 46px !important;
  width: 100% !important;
}

.swal2-styled.swal2-confirm {
  background-color: black !important;
  box-shadow: none !important;
}

.swal2-actions {
  margin: 0.25em auto 0 !important;
}

.alert::-webkit-scrollbar {
  width: 8px !important;
  margin-left: 20px;
}

.alert::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 20px !important;
}

.alert::-webkit-scrollbar-thumb {
  background: #000 !important;
  border-radius: 20px !important;
}

.alert::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

.error {
  color: red !important;
  font-size: 0.9em;
  display: none;
  margin-top: 5px;
}

.detailSection {
  padding: 5%;
  display: flex;
  flex-direction: column;
  gap: 62px;
}
.detailSection .mediaSection {
  display: flex;
  flex-direction: row;
  gap: 4%;
}
.detailSection .mediaSection .carIntro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
.detailSection .mediaSection .carIntro .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  align-items: start;
}
.detailSection .mediaSection .carIntro .title a {
  height: 40px;
  width: 40px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0CA2E3;
  cursor: pointer;
  border: none;
}
.detailSection .mediaSection .carIntro .title .name {
  font-size: 58px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  font-family: "corpoATitleCond";
}
.detailSection .mediaSection .carIntro .title .value {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  gap: 10px;
}
.detailSection .mediaSection .carIntro .title .value .price {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.detailSection .mediaSection .carIntro .title .value .price .badge {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  color: #161D2B;
}
.detailSection .mediaSection .carIntro .title .value .price .badge .country {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  color: #161D2B;
}
.detailSection .mediaSection .carIntro .title .value .price .amount {
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  color: #161D2B;
  letter-spacing: 0;
}
.detailSection .mediaSection .carIntro .mediaContainer {
  max-width: 600px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.detailSection .mediaSection .carIntro .mediaContainer .media-content {
  display: none;
  position: relative;
}
.detailSection .mediaSection .carIntro .mediaContainer .media-content.active {
  display: block;
}
.detailSection .mediaSection .carIntro .mediaContainer .media-content .swiper-container .swiper-slide img {
  width: 100%;
  object-fit: cover;
  max-width: 600px;
  aspect-ratio: 600/420;
}
.detailSection .mediaSection .carIntro .mediaContainer .media-content .swiper-container .swiper-button-next,
.detailSection .mediaSection .carIntro .mediaContainer .media-content .swiper-container .swiper-button-prev {
  height: 30px !important;
  width: 30px !important;
  border: 1px solid white !important;
  border-radius: 5px !important;
}
.detailSection .mediaSection .carIntro .mediaContainer .media-content .swiper-container .swiper-button-next:after,
.detailSection .mediaSection .carIntro .mediaContainer .media-content .swiper-container .swiper-button-prev:after {
  display: none;
}
.detailSection .mediaSection .carIntro .mediaContainer .media-content video {
  max-width: 600px;
  aspect-ratio: 600/420;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .detailSection .mediaSection .carIntro .mediaContainer .media-content video {
    min-height: none;
  }
}
.detailSection .mediaSection .carIntro .mediaContainer .media-options {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.detailSection .mediaSection .carIntro .mediaContainer .media-options button {
  height: 40px;
  width: 40px;
  border-radius: 6px;
  border: 1px solid #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F7F9;
}
.detailSection .mediaSection .carIntro .mediaContainer .media-options button:hover {
  border: 2px solid #0CA2E3;
}
.detailSection .car-info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
  border: 1px solid rgba(51, 54, 63, 0.3019607843);
  border-radius: 22px;
  background-color: transparent;
  gap: 10px;
}
.detailSection .car-info-container .car-info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  text-align: center;
  width: 280px;
  padding: 0 26px;
}
.detailSection .car-info-container .car-info-item .detail {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: start;
}
.detailSection .car-info-container .car-info-item img {
  width: 40px;
  height: 40px;
}
.detailSection .car-info-container .car-info-item span {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: black;
}
.detailSection .car-info-container .car-info-item strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}

.techInfo {
  padding: 5%;
}
.techInfo .text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}
.techInfo .text h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.techInfo .text h3 {
  font-family: "corpoSTextRegular";
  font-size: 24px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: center;
}
.techInfo .text h3 span {
  color: #0CA2E3;
}
.techInfo .text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: center;
  max-width: 1200px;
}
.techInfo .techInfoContainer {
  background-color: white;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.techInfo .techInfoContainer .techInfoSection .toggleButton {
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #20242c;
  padding-bottom: 10px;
  background-color: transparent;
  cursor: pointer;
  font-family: "corpoSTitleRegular";
  font-size: 16px;
  font-weight: 700;
  line-height: 20.48px;
  text-align: left;
  color: black;
}
.techInfo .techInfoContainer .techInfoSection .filterToggle {
  padding: 21px 26px;
  background-color: white;
  justify-content: space-between;
}
.techInfo .techInfoContainer .techInfoSection .filterToggle img {
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
}
.techInfo .techInfoContainer .techInfoSection .filterToggle.expanded img {
  transform: rotate(0deg);
}
.techInfo .techInfoContainer .techInfoSection .filterMenu {
  display: none;
  background-color: #f2f2f2;
}
.techInfo .techInfoContainer .techInfoSection .filterMenu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 10px 28px;
}
.techInfo .techInfoContainer .techInfoSection .filterMenu ul li {
  padding: 9px 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #676767;
  cursor: pointer;
}
.techInfo .techInfoContainer .techInfoSection .filterMenu .rangeContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.techInfo .techInfoContainer .techInfoSection .filterMenu .rangeContainer input {
  outline: none;
  width: 100%;
  height: 44px;
  background-color: transparent;
  border: 1px solid #939393;
  padding: 14px 20px 14px 33px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: #666;
}
.techInfo .techInfoContainer .techInfoSection .filterMenu .rangeContainer input:focus {
  border: 2px solid #0CA2E3;
}
.techInfo .techInfoContainer .techInfoSection.expanded .filterMenu {
  display: block;
}

.recommended {
  display: flex;
  flex-direction: column;
  gap: 46px;
  align-items: center;
  justify-content: center;
  padding: 5% 10%;
  position: relative;
}
.recommended h3 {
  font-size: 38px;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
}
.recommended .swiper-reco {
  max-width: 75%;
  overflow: hidden;
}
.recommended .swiper-reco .swiper-wrapper {
  position: relative;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo {
  display: flex;
  flex-direction: column;
  max-width: 309px;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .imgContainer {
  max-height: 209px;
  max-width: 309px;
  overflow: hidden;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .imgContainer .cardImage {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .imgContainer .cardImage:hover {
  transform: scale(1.4);
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .imgContainer img {
  min-height: 209px;
  min-width: 309px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .name {
  padding: 22px 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: left;
  color: black;
  height: 86px;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .value {
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  background-color: #DEDEDE;
  gap: 20px;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .value .price {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .value .price .badge {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: right;
  color: #161D2B;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .value .price .badge .country {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  color: #161D2B;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .value .price .amount {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #161D2B;
  letter-spacing: 0;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .features {
  padding: 11px 0 27px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 17px;
  align-items: center;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .features .feature {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .features .feature .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: black;
}
.recommended .swiper-reco .swiper-wrapper .swiper-slide .cardInfo .more-info {
  width: 85%;
  height: 48px;
  padding: 18px 24px;
  color: white;
  background-color: #161D2B;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: center;
}
.recommended .swiper-reco .swiper-button-prev {
  left: calc(var(--swiper-navigation-sides-offset, 15%));
}
.recommended .swiper-reco .swiper-button-next {
  right: calc(var(--swiper-navigation-sides-offset, 15%));
}
.recommended .swiper-reco .swiper-button-next,
.recommended .swiper-reco .swiper-button-prev {
  height: 30px !important;
  width: 30px !important;
  border: 1px solid black !important;
  border-radius: 5px !important;
  color: #0CA2E3 !important;
  display: flex;
}
.recommended .swiper-reco .swiper-button-next svg,
.recommended .swiper-reco .swiper-button-prev svg {
  height: 9px !important;
  width: 12px !important;
}
.recommended .swiper-reco .swiper-button-next:after,
.recommended .swiper-reco .swiper-button-prev:after {
  display: none;
}
.recommended .swiper-reco .swiper-button-next.desktop,
.recommended .swiper-reco .swiper-button-prev.desktop {
  display: none;
}
.recommended .swiper-reco .swiper-button-disabled {
  display: none;
}

@media (min-width: 1053px) {
  .recommended .swiper-reco .swiper-button-next.mobile {
    display: none !important;
  }
  .recommended .swiper-reco .swiper-button-next.desktop {
    display: flex;
  }
}
@media (max-width: 1053px) {
  .recommended .swiper-reco .swiper-button-next,
  .recommended .swiper-reco .swiper-button-prev {
    border: none !important;
  }
  .recommended .swiper-reco .swiper-button-next svg,
  .recommended .swiper-reco .swiper-button-prev svg {
    height: 30px !important;
    width: 30px !important;
  }
  .recommended .swiper-reco .swiper-button-next {
    right: calc(var(--swiper-navigation-sides-offset, 1%)) !important;
  }
  .recommended .swiper-reco .swiper-button-prev {
    left: calc(var(--swiper-navigation-sides-offset, 1%)) !important;
  }
}
@media (max-width: 900px) {
  .detailSection .mediaSection {
    justify-content: center;
  }
  .detailSection .mediaSection .carIntro {
    overflow: hidden;
  }
  .detailSection .mediaSection .carIntro .title {
    flex-direction: column;
    padding-bottom: 16px;
  }
  .detailSection .mediaSection .carIntro .title .information .name {
    font-size: 52px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
  }
  .detailSection .mediaSection .carIntro .title .information .value img {
    height: 42px;
  }
  .detailSection .mediaSection .carIntro .title .information .value .price {
    gap: 10px;
  }
  .detailSection .mediaSection .carIntro .title .information .value .price .badge {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
    color: #161D2B;
  }
  .detailSection .mediaSection .carIntro .title .information .value .price .badge .country {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
  }
  .detailSection .mediaSection .carIntro .title .information .value .price .amount {
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    letter-spacing: 0;
  }
  .detailSection .contact-form-container h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #1a1a1a;
  }
  .detailSection .contact-form-container form .form-row .form-group label {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #161D2B;
  }
}
.bannerContact {
  width: 100%;
  overflow: hidden;
  max-height: 446px;
  margin: 0;
  padding: 0;
}
.bannerContact img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 60%;
  height: 446px;
}

.containerForm {
  padding: 5%;
}

@media (max-width: 900px) {
  .containerForm {
    padding: 0;
  }
}
.bannerStar {
  width: 100%;
  overflow: hidden;
  max-height: 446px;
  margin: 0;
  padding: 0;
}
.bannerStar img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 446px;
}

.contentStar {
  display: flex;
  justify-content: center;
  padding: 5%;
  align-items: center;
  flex-direction: column;
  gap: 62px;
}
.contentStar .textContainer {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 70%;
}
@media (max-width: 900px) {
  .contentStar .textContainer {
    max-width: 100%;
  }
}
.contentStar .textContainer h2 {
  font-family: "corpoATitleCond";
  font-size: 38px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.contentStar .textContainer .highligthed {
  font-family: "corpoSText";
  font-size: 24px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: justify;
}
.contentStar .textContainer .highligthed span {
  font-family: "corpoSText";
  font-size: 24px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: justify;
  color: #0CA2E3;
}
.contentStar .textContainer .description {
  font-family: "corpoSText";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: justify;
}
.contentStar .cardsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contentStar .cardsContainer .card {
  flex: 1 1 calc(33.333% - 20px);
  width: 100%;
  height: 353px;
  width: 640px;
  perspective: 1000px;
  margin: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contentStar .cardsContainer .card {
    flex: 1 1 calc(50% - 20px);
    width: 200px;
  }
}
@media (max-width: 480px) {
  .contentStar .cardsContainer .card {
    flex: 1 1 100%;
    margin: 10px 0;
  }
}
.contentStar .cardsContainer .card .cardInner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.contentStar .cardsContainer .card .cardInner .cardFront,
.contentStar .cardsContainer .card .cardInner .cardBack {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  box-sizing: border-box;
  background-color: #222222;
  color: white;
  border-radius: 16px;
}
.contentStar .cardsContainer .card .cardInner .cardFront {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.contentStar .cardsContainer .card .cardInner .cardFront .title {
  font-family: "corpoSTitleRegular";
  font-size: 29px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.contentStar .cardsContainer .card .cardInner .cardFront .title span {
  font-family: "corpoSTitleRegular";
  font-size: 29px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #0CA2E3;
}
.contentStar .cardsContainer .card .cardInner .cardFront img {
  max-width: 56px;
  max-height: 56px;
}
.contentStar .cardsContainer .card .cardInner .cardBack {
  transform: rotateX(180deg);
}
.contentStar .cardsContainer .card .cardInner .cardBack p {
  font-family: "corpoSTextRegular";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.contentStar .cardsContainer .card:hover .cardInner {
  transform: rotateX(180deg);
}
.contentStar a.catalogo {
  background-color: #161D2B;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 19px 68px;
  max-width: 15%;
  border-radius: 100px;
  width: 100%;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.contentStar a.catalogo:hover {
  background-color: #0CA2E3;
}
@media (max-width: 900px) {
  .contentStar a.catalogo {
    max-width: 80%;
  }
}

.informationSection {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 5% 10%;
}
.informationSection p {
  padding: 10px 0;
}
.informationSection a {
  color: #00adee;
}

.thanks-section {
  padding: 0 5%;
  margin: 5% 0;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
@media (max-width: 900px) {
  .thanks-section {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.thanks-section .thanks-message {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding: 114px 32px;
  background-color: #f6f6f6;
  border-radius: 16px;
  width: 50%;
  aspect-ratio: 640/483;
}
@media (max-width: 900px) {
  .thanks-section .thanks-message {
    width: 100%;
    padding: 48px 32px;
  }
}
.thanks-section .thanks-message .logo {
  max-width: 64px;
}
.thanks-section .thanks-message h2 {
  font-size: 29px;
  font-weight: 400;
  line-height: 34.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.thanks-section .thanks-message h2 span {
  color: #00adee;
  font-family: "corpoATitle";
}
.thanks-section .thanks-message p,
.thanks-section .thanks-message b {
  font-family: "corpoSTitleRegular";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.thanks-section .thanks-message b {
  font-weight: 600;
}
.thanks-section .card-thanks-image {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  border-radius: 16px;
  background-color: white;
  width: 50%;
  aspect-ratio: 640/483;
}
@media (max-width: 900px) {
  .thanks-section .card-thanks-image {
    width: 100%;
    min-height: 466px;
  }
}
.thanks-section .card-thanks-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.thanks-section .catalog-button {
  position: absolute;
  bottom: -24px;
  padding: 12px 24px;
  background-color: #161d2b;
  color: white;
  font-size: 16px;
  font-family: "corpoSTitleRegular";
  font-weight: 400;
  border: 10px solid white;
  border-radius: 100px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  z-index: 2;
}
.thanks-section .catalog-button img {
  width: 10px !important;
}
.thanks-section .catalog-button:hover {
  background-color: #162635;
}
.thanks-section .catalog-button.mobile {
  display: none;
}
@media (max-width: 900px) {
  .thanks-section .catalog-button {
    top: -34px;
    bottom: auto;
  }
  .thanks-section .catalog-button.mobile {
    display: flex;
  }
  .thanks-section .catalog-button.desktop {
    display: none;
  }
}

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