/*  General */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}
strong {
  font-weight: 700;
}
h2 {
  font-size: 35px;
  font-weight: 300;
}
p {
  font-size: 17px;
  font-weight: 300;
}
ul,
ul li {
  list-style: none;
}
input:not([type="submit"]):focus,
input:not([type="submit"]):target,
textarea,
select {
  outline: none;
}
textarea {
  resize: none;
}
/* *********************************************************** */
/* Welcome */
.welcome-outer {
  background-color: #060902;
}
.welcome-background {
  height: 100vh;
  width: 100%;
  max-width: 2400px;
  margin: 0 auto;
  background-image: url("../img/content/Welcome-page.jpg");
  background-size: cover;
  background-position: center center;
  background-color: #060902;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.welcome-background .logo {
  padding-bottom: 5rem;
}
.welcome-background .axiom {
  margin-bottom: 0;
}
.welcome-background .axiom a {
  padding: 0.25rem 3rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}
.welcome-background .axiom a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .welcome-background {
    background-image: url("../img/content/Welcome-page-mobile.jpg");
    justify-content: flex-end;
  }
  .welcome-background .axiom {
    margin-bottom: 10vh;
  }
}
/* End Welcome */

/* Index */
.index-outer {
  background-color: #060902;
}
.index-background {
  height: 100vh;
  width: 100%;
  max-width: 2400px;
  margin: 0 auto;
  padding: 1rem;
  background-image: url("../img/content/index/Desktop-image.jpg");
  background-size: cover;
  background-position: center center;
  background-color: #060902;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.index-background p {
  margin: 0 auto;
  color: #ffffff;
  font-size: 29px;
  font-weight: 100;
}
.index-background p b {
  font-weight: 500;
}
.index-background p.row {
  margin: 2rem auto;
  width: 100px;
  height: 1px;
  background-color: #ffffff;
}
.index-background p.coming {
  font-weight: 100;
  /* color: #696261; */
}
.index-background .row-top,
.index-background .row-bottom {
  display: none;
}

/* INDEX WELCOME */
.index-welcome .logo-nexus {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  z-index: 1;
}
.index-welcome .logo-nexus img {
  height: 3rem;
}
.index-welcome .index-background {
  justify-content: flex-start;
  background-image: url("../img/content/index/Desktop-image-welcome.jpg");
}

.index-welcome .content {
  height: calc(100% - 10rem);
  width: 100%;
  max-width: 60rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 3rem;
}
.index-welcome .content .about-link {
  background-color: transparent;
  border: 0;
}
.index-welcome .content .about-link img {
  height: 0.5rem;
}
.index-welcome .content .button-AXIOM,
.index-welcome .content .button-IMMIX {
  background-repeat: no-repeat;
  background-size: contain;
  height: 5rem;
  width: 15rem;
  background-color: transparent;
  border: 0;
  transition: background 0.3s ease-in;
}
.index-welcome .content .button-AXIOM span,
.index-welcome .content .button-IMMIX span {
  display: none;
}
.index-welcome .content .button-AXIOM {
  background-image: url(../img/content/index/boto-AXIOM.svg);
}
.index-welcome .content .button-AXIOM.active,
.index-welcome .content .button-AXIOM:hover {
  background-image: url(../img/content/index/boto-AXIOM-hover.svg);
}
.index-welcome .content .button-IMMIX {
  background-image: url(../img/content/index/boto-IMMIX.svg);
}
.index-welcome .content .button-IMMIX:hover {
  background-image: url(../img/content/index/boto-IMMIX-hover.svg);
  transform: background-image 0.3s ease-in-out;
}
/* index2 styles ******************/
.index2.index-welcome .index-background {
  padding: 0;
}
.index2.index-welcome .contentWrapper {
  height: calc(100% - 10rem);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.index2.index-welcome .contentWrapper .content {
  display: grid;
  justify-items: center;
  justify-content: unset;
  gap: 0;
  width: 100%;
  height: unset;
  margin: unset;
  max-width: unset;
  padding: 0;
}
.index2.index-welcome .contentWrapper .about-link {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.index2.index-welcome .contentWrapper .axiomSelection__banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  gap: 1rem;
}
.index2.index-welcome .contentWrapper .axiomSelection__banner.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: fit-content;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.index2.index-welcome .contentWrapper .axiomSelection__banner .closeBtn {
  margin: 1rem 1rem 0 0;
  margin-left: auto;
  background: transparent;
  border: 0;
}
.index2.index-welcome .contentWrapper .axiomSelection__banner .closeBtn img {
  height: 15px;
}
.index2.index-welcome .contentWrapper .axiomSelection__banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 80vw;
  max-width: 370px;
  font-size: 1.3rem;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.3rem 3rem;
}
.index2.index-welcome .contentWrapper .axiomSelection__banner a img {
  max-width: max-content;
  transition: opacity 0.2s ease;
  max-height: 75px;
}
.index2.index-welcome .contentWrapper .axiomSelection__banner a:hover img {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .index-welcome .contentWrapper .content {
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr 1fr;
  }
  .index-welcome .contentWrapper .content .button-AXIOM {
    grid-column: 3 / 4;
    grid-row: 1;
  }
  .index-welcome .contentWrapper .content .about-link {
    grid-column: 4 / 5;
    grid-row: 1;
  }
  .index-welcome .contentWrapper .content .button-IMMIX {
    grid-column: 5 / 6;
    grid-row: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
  .index-welcome .contentWrapper .content .axiomSelection__banner {
    grid-column: 1 / 8;
    grid-row: 2;
    flex-direction: row;
    gap: 6rem;
    height: fit-content;
  }
  .index2.index-welcome .contentWrapper .axiomSelection__banner.show {
    margin: unset;
  }
  .index2.index-welcome .contentWrapper .axiomSelection__banner .closeBtn {
    display: none;
  }
  .index2.index-welcome .contentWrapper .axiomSelection__banner a {
    gap: 2rem;
    font-size: 2rem;
    width: unset;
    max-width: unset;
    padding: 1.5rem 3.5rem;
  }
  .index2.index-welcome .contentWrapper .axiomSelection__banner a img {
    max-height: 105px;
    opacity: 0.4;
  }
}
/* end index2 styles */

.index-welcome .about-modal {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: none;
  z-index: 2;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: white transparent;
  margin-bottom: 2rem;
}
.index-welcome .about-modal .aboutContent {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 0 2rem 2rem 2rem;
  margin-bottom: 1rem;
}
.index-welcome .about-modal::-webkit-scrollbar {
  width: 0.4rem;
}
.index-welcome .about-modal::-webkit-scrollbar-track {
  border-radius: 10px;
}
.index-welcome .about-modal::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
}
.index-welcome .about-modal .aboutContent .closeBtn {
  background-color: transparent;
  border: 0;
}
.index-welcome .about-modal .aboutContent .closeBtn img {
  height: 1rem;
  filter: invert(1);
  margin-bottom: 2rem;
}
.index-welcome .about-modal .aboutContent h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #ffffff;
}
.index-welcome .about-modal .aboutContent h3 {
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
}
.index-welcome .about-modal .aboutContent p {
  font-size: 1rem;
  color: #ffffff;
}

.index-immix .index-background {
  justify-content: flex-start;
  background-image: url("../img/content/index/Desktop-image-immix.jpg");
}
.index-immix .content {
  height: 100%;
  width: 100%;
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 3rem;
}
.index-immix .content h1 {
  font-size: 7rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 3rem;
  text-align: center;
  padding-left: 3rem;
}
.index-immix .content p {
  color: #acacac;
  line-height: normal;
}
.index-immix .content p a {
  color: #ffffff;
  text-decoration: none;
}
.index-immix .content p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .index-background {
    background-image: url("../img/content/index/Mobile-image.jpg");
  }
  .index-background .row-top {
    display: block;
    position: absolute;
    top: 0;
    left: 60%;
    width: 40%;
    height: 20vh;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-radius: 0 0 0 10vh;
  }
  .index-background p {
    font-size: 22px;
  }
  .index-background .row-bottom {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 15vh;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-radius: 0 2rem 0 0;
  }

  .index-welcome.block {
    overflow: hidden;
  }
  .index-welcome .index-background {
    background-image: url("../img/content/index/Mobile-image-welcome.jpg");
  }
  .index-welcome .logo-nexus img {
    height: 2rem;
  }
  .index-welcome .content {
    flex-direction: column;
    margin: 10rem auto auto;
    height: 40%;
    justify-content: center;
    gap: 4rem;
  }
  .index-welcome .content .button-AXIOM,
  .index-welcome .content .button-IMMIX {
    width: 7.5rem;
    height: 2.4rem;
  }
  .index-welcome .about-modal {
    padding: 1rem;
    height: 100vh;
    height: 100dvh;
  }
  .index-welcome .about-modal .aboutContent {
    justify-content: flex-start;
    gap: 0.6rem;
  }
  .index-welcome .about-modal .aboutContent .closeBtn img {
    margin-bottom: 1rem;
  }
  .index-welcome .about-modal .aboutContent h2 {
    font-size: 1.8rem;
  }
  .index-welcome .about-modal .aboutContent h3 {
    font-size: 1.3rem;
  }
  .index-welcome .about-modal .aboutContent p {
    font-size: 0.85rem;
  }

  .index-immix .index-background {
    background-image: url("../img/content/index/Mobile-image-immix.jpg");
  }
  .index-immix .content h1 {
    font-size: 3rem;
    letter-spacing: 2rem;
    padding-left: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .index-immix .content h1 {
    letter-spacing: 1rem;
    padding-left: 1rem;
  }
}
/* End Index */

/* Header & Menu */
.barra_superior {
  border-bottom: 1px solid #ffffff;
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 0;
  z-index: 10;
}
.white-header .barra_superior {
  border-bottom-color: #000;
}
.barra_superior .title {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}
.barra_superior .title svg {
  fill: #fff;
  display: inline-block;
  height: 30px;
}
.white-header .barra_superior .title svg {
  fill: #000;
}
.hamburguer {
  width: 25px;
  height: 18px;
  position: fixed;
  left: 5rem;
  top: 28px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  z-index: 200;
}
@media screen and (max-width: 992px) {
  .hamburguer {
    left: 1.5rem;
  }
}
.hamburguer span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background-color: #fff;
  transform-origin: left center;
}
.white-header .hamburguer span {
  background-color: #000;
}
.hamburguer span:nth-child(1) {
  top: 2px;
}
.hamburguer span:nth-child(2) {
  top: 8px;
}
.hamburguer span:nth-child(3) {
  top: 14px;
}
.hamburguer.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 3px;
}
.hamburguer.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.hamburguer.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
  left: 2px;
}
#contenedor-menu {
  padding-left: 0;
  transition: all 0.5s ease;
}
.menu-lateral {
  position: fixed;
  z-index: 180;
  left: -410px;
  top: 0;
  width: 400px;
  max-width: 90%;
  padding: 0 3rem 0 5rem;
  height: 100vh;
  transition: all 0.5s ease;
  overflow: hidden;
  background-color: rgba(28, 28, 28, 0.9);
}
#contenedor-menu.toggled .menu-lateral {
  left: 0;
}
@media screen and (max-width: 992px) {
  #contenedor-menu.toggled .menu-lateral {
    padding: 0 2rem 0 3rem;
  }
}
.menu-lateral-nav {
  width: 100%;
  margin: 0;
  padding: 150px 0 0;
}
.menu-lateral ul li {
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.menu-lateral ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.toggle_submenu {
  cursor: pointer;
}
.toggle_submenu .icon {
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 10px;
  transition: all 0.4s ease;
}
.submenu {
  display: none;
  padding: 0;
}
.submenu li {
  padding: 1rem 1rem 0.5rem 2rem !important;
  border-bottom: 1px solid gray;
}
.submenu a {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.submenu li img {
  height: 50px;
  width: auto;
}
/* End Header & Menu */
/* ***************************************************** */

/* Footer */
footer svg,
footer img {
  height: 20px;
  display: inline-block;
}
footer .axiom {
  margin-bottom: 1rem;
}
footer .axiom a {
  text-decoration: none;
  margin-left: 0.8rem;
}
footer a svg {
  height: 15px;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
}
footer ul li a:hover {
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 992px) {
  footer .axiom {
    margin-bottom: 0;
  }
  footer .axiom a {
    margin-left: 1.5rem;
  }
  footer .axiom a:last-of-type {
    border-left: 1px solid black;
    margin-left: 1.3rem;
    padding-left: 1.3rem;
  }
}
/* End Footer */
/* *********************************************** */

/* Carousel */
#carousel {
  background-image: url("../img/content/carousel/CarouselBackground_v2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#carousel .owl-carousel.owl-loaded {
  margin-top: 16vh;
  overflow: hidden;
}
#carousel .owl-item img {
  /* max-height: 80vh; */
  /* height: 100vh; */
  /* width: auto; */
  /* padding-top: 120px; */
  /* padding-bottom: 50px; */
}
#carousel .owl-item h2 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
  font-weight: 200;
  letter-spacing: 1px;
  opacity: 0;
  transition: all 0.5s ease;
}
/*#carousel .owl-item h2 span {
    font-weight: 600;
}*/
#carousel .owl-item.active.center h2 {
  opacity: 1;
}
#carousel .owl-dots {
  position: fixed;
  z-index: 150;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  margin: 0;
}
#carousel .owl-nav {
  position: fixed;
  z-index: 120;
  bottom: 135px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  left: 100px;
  right: 100px;
}
#carousel .owl-dots .owl-dot {
  padding: 0 0.5rem !important;
}
#carousel .owl-dots .owl-dot span {
  background-color: #727272 !important;
}
#carousel .owl-dots .owl-dot.active span {
  background-color: #fff !important;
}
#carousel .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #fff;
  text-decoration: none;
}
#carousel .owl-thumbs {
  position: absolute;
  bottom: 10px;
  z-index: 100;
  display: none;
}
#carousel .owl-thumb-item {
  background-color: transparent;
  border: none;
}
#carousel .owl-thumb-item img {
  height: 100px;
  width: auto;
  display: inline-block;
  margin: 0 8px -12px;
}
#carousel .owl-thumb-item p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #fff;
}
#carousel .owl-thumb-item.active p {
  border-bottom: 3px solid #fff;
}
.arrow_slider {
  padding: 10px;
}
@media screen and (max-width: 992px) {
  #carousel .owl-thumbs {
    bottom: 15px;
    display: none;
  }
  #carousel .owl-thumbs img {
    height: 80px;
    width: auto;
    display: inline-block;
    margin: 0 0px -12px;
  }
  #carousel .owl-nav {
    bottom: 200;
    left: 10px;
    right: 10px;
  }
}
@media screen and (max-height: 500px) {
  #carousel .owl-carousel.owl-loaded {
    margin-top: 6%;
  }
  #carousel .owl-item img {
    max-height: none;
  }
}
@media screen and (max-device-width: 850px) {
  #carousel .owl-carousel.owl-loaded {
    margin-top: 20vh;
  }
}
@media (max-height: 715px) and (min-width: 1024px) {
  #carousel .owl-thumbs {
    display: none;
  }
  #carousel .owl-item.active.center h2 {
    /*display: block;*/
    opacity: 1;
  }
  #carousel .owl-dots,
  #carousel .owl-nav {
    bottom: 80px;
  }
}
@media screen and (max-device-width: 800px) {
  #carousel .owl-item h2 {
    opacity: 1;
    bottom: 2%;
  }
}
/* End Carousel */
/* *************************************************** */

/* Landing Can.One - Can-Duo - Can.Nex */
video.fullwidth-video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  display: block;
}
.can_landing_section {
  background-color: #060902;
}
.can_landing {
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
  max-width: 2400px;
  margin: 0 auto;
  background-color: #1b1b1b;
}
.can_landing.can_one {
  background-image: url("../img/content/images-can-one/Base-image.jpg");
}
.can_landing.can_duo {
  background-image: url("../img/content/images-can-duo/Imatges-landingsDuo_v3.jpg");
}
.can_landing.can_nex {
  background-image: url("../img/content/images-can-nex/Imatges-landingsNex_v3.jpg");
}
.can_landing.tam_uno {
  background-image: url("../img/content/images-tam-uno/TamUno.jpg");
}
.can_landing.tam_duo {
  background-image: url("../img/content/images-tam-duo/TamDuo.jpg");
}
.container-landing {
  width: 85%;
  max-width: 85%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .can_landing.can_one {
    background-image: url("../img/content/images-can-one/mobile-ONE.jpg");
  }
  .can_landing.can_duo {
    background-image: url("../img/content/images-can-duo/mobile-DUO.jpg");
  }
  .can_landing.can_nex {
    background-image: url("../img/content/images-can-nex/mobile-NEX.jpg");
  }
  .can_landing.tam_uno {
    background-image: url("../img/content/images-tam-uno/mobile-TamUno.jpg");
  }
  .can_landing.tam_duo {
    background-image: url("../img/content/images-tam-duo/mobile-TamDuo.jpg");
  }
  .container-landing {
    text-align: center;
    width: 96%;
    max-width: 96%;
  }
}
@media screen and (max-width: 500px) {
  .can_landing {
    height: auto;
    min-height: 650px;
  }
}
.can_landing .container-landing {
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .can_landing .container-landing {
    justify-content: flex-start;
    padding-top: 50vh;
  }
}
.container-landing h1 {
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 5px;
}
.container-landing h1 span {
  font-weight: 600;
}
.container-landing h2 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 2rem;
}
.container-landing p {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  max-width: 400px;
}
@media screen and (max-width: 820px) {
  .container-landing h1 {
    font-size: 40px;
  }
  .container-landing p {
    max-width: 100%;
    font-size: 10px;
    margin-bottom: 0.5rem;
  }
}
.uk-background-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.uk-overflow-hidden {
  overflow: hidden;
}
.uk-flex {
  display: flex;
}
.cabin-background-one-1 {
  background-color: #eee;
  background-image: url("../img/content/images-can-one/one-corva-gris.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 100%;
}
.cabin-background-one-2 {
  background-color: transparent;
  background-image: url("../img/content/images-can-one/one-corva-blanca.png");
  background-position: left top;
  background-repeat: no-repeat;
  height: 100%;
}
.cabin-background-duo-1 {
  background-color: #eee;
  background-image: url("../img/content/images-can-duo/duo-corva-gris.png");
  background-position: right top;
  background-repeat: no-repeat;
  height: 100%;
}
.cabin-background-duo-2 {
  background-color: transparent;
  background-image: url("../img/content/images-can-duo/duo-corva-blanca.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 100%;
}
.cabin-background-nex-1 {
  background-color: #eee;
  background-image: url("../img/content/images-can-nex/nex-corva-gris.png");
  background-position: right top;
  background-repeat: no-repeat;
  height: 100%;
}
.cabin-background-nex-2 {
  background-color: transparent;
  background-image: url("../img/content/images-can-nex/nex-corva-blanca.png");
  background-position: left -100px;
  background-repeat: no-repeat;
  height: 100%;
}
.cabin-background-tam-1 {
  height: 100%;
  background: linear-gradient(
    to top right,
    #269150 0%,
    #000000 30%,
    #000000 70%,
    #269150 100%
  );
}
.cabin .cabin-background-tam-1 h3,
.cabin .cabin-background-tam-1 p {
  color: #a7a7a7;
}
.cabin {
  /* height: 690px; */
  overflow: hidden;
}
.cabin img {
  width: 100%;
}
.cabin .text {
  margin-top: 200px;
  margin-bottom: 200px;
}
.cabin h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 3.5rem;
  color: #000;
}
#duo h3 {
  font-size: 24px;
}
.cabin p {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
  color: #2e2d2c;
}
.cabin .imgWrapperBottom {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-top: 1rem;
}
@media screen and (max-width: 1400px) {
  .cabin .text {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .cabin {
    height: auto;
  }
  .cabin .text {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.collection {
  background-color: #fff;
}
.collections {
  padding: 60px 0 80px;
  margin: 0;
  text-align: center;
}
.collectionList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  margin-top: 2rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid black;
  gap: 5rem;
}
.collectionList li {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
}
.collectionList li h2 {
  margin-bottom: 0;
}
.collectionList li img {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .collectionList {
    flex-direction: row;
    margin-top: 4rem;
    gap: 0;
  }
  .collectionList li {
    padding: 0 7rem;
  }
  .collectionList li:first-child {
    border-right: 1px solid #e1e1e1;
  }
  .collectionList li img {
    max-width: 100%;
  }
}
.nav-tabs {
  justify-content: space-between;
  padding: 0 1.5rem;
}
.nav-tabs .nav-link {
  color: #000;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 6px;
  border: none;
  border-bottom: 3px solid transparent;
  outline: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #000;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #000;
}
/*///// */
.tab-content .fade {
  transition: opacity 0.15s linear; /*es el original*/
  transition: opacity 0.5s ease-in-out;
}
.tab-content > .tab-pane {
  display: block; /*desactivem el display: none del original*/
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}
.tab-content > .active {
  visibility: visible;
  height: auto;
  overflow: visible;
}
/*///// */
.tab-pane > p {
  width: 60%;
  margin: 54px auto;
  font-size: 17px;
  font-weight: 300;
}
@media screen and (max-width: 820px) {
  .tab-pane > p {
    width: 80%;
    margin: 34px auto;
  }
  .nav-tabs {
    justify-content: center;
  }
  .collections {
    padding-bottom: 40px;
  }
}
.tab-pane .owl-carousel .item p {
  border-top: 1px solid #bebdbd;
  font-size: 13px;
  padding-top: 0.75rem;
}
.tab-pane.noLines .owl-carousel .item p,
.tab-pane.noLines .owl-carousel .item img {
  border: 0;
  padding-right: 1rem;
}
.tab-pane .owl-nav button {
  font-size: 3rem;
  position: absolute;
  top: 35%;
  margin: 0;
  left: 0;
}
.tab-pane .owl-nav button.owl-next,
.tab-pane .owl-nav button.owl-prev {
  color: #bebdbd !important;
}
.tab-pane .owl-nav button.owl-next:hover,
.tab-pane .owl-nav button.owl-prev:hover {
  background: none;
  color: #000 !important;
}
.tab-pane .owl-nav button.owl-next {
  right: 0;
  left: auto;
}
.imgWrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.imgWrapper .img1,
.imgWrapper .img2 {
  height: 20rem;
  width: 100%;
  display: flex;
}
.imgWrapper .img2 {
  justify-content: flex-end;
}
.imgWrapper img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.imgWrapper .img1 img {
  margin-left: -30%;
}
.imgWrapper .img2 img {
  margin-right: -30%;
}
.imgWrapper.canNex .img1 img {
  margin-left: -10%;
}
@media screen and (max-width: 991px) {
  .imgWrapper.canOne,
  .imgWrapper.canDuo {
    padding-bottom: 70px;
    gap: 3rem;
  }
}
@media screen and (min-width: 500px) {
  .imgWrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    justify-content: space-between;
    align-items: start;
    gap: 3rem;
    padding: 1rem;
    width: 85%;
    max-width: 85%;
    height: 100%;
    margin: 5% auto -10% auto;
    z-index: 0;
    position: relative;
  }
  .imgWrapper.canDuo {
    grid-template-columns: 1fr 1.5fr;
  }
  .imgWrapper.canNex {
    grid-template-columns: 1fr;
  }
  .imgWrapper.canNex .img1 {
    max-width: 75rem;
    margin: 0 auto;
  }
  .imgWrapper.canNex .img1 img {
    margin-left: 0;
  }
  .imgWrapper + .destacat {
    z-index: 1;
    position: relative;
  }
  .imgWrapper .img1,
  .imgWrapper .img2 {
    align-items: start;
    height: unset;
  }
  .imgWrapper .img2 {
    height: 65%;
  }
  .imgWrapper .img1 img,
  .imgWrapper .img2 img {
    margin-left: unset;
    margin-right: unset;
  }
}
.destacat {
  height: 600px;
  padding: 0;
}
.destacat.noText {
  height: 300px;
  padding: 0;
}
.destacat.noText .uk-background-cover {
  height: 300px;
}
@media screen and (min-width: 992px) {
  .destacat.noText {
    height: 800px;
  }
  .destacat.noText .uk-background-cover {
    height: 800px;
  }
}
/*  */
.destacat .uk-flex {
  flex-direction: column;
}
.destacat h2,
.destacat h3,
.destacat p {
  width: 45%;
  margin: 85px auto 0;
  text-align: center;
  color: #fff;
}
.destacat h2 {
  font-size: 40px;
  font-weight: 400;
}
.destacat h3 {
  font-size: 35px;
  font-weight: 300;
}
.destacat p {
  font-size: 32px;
  font-weight: 300;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .destacat h2,
  .destacat h3,
  .destacat p {
    width: 90%;
  }
  .destacat h2 {
    font-size: 35px;
  }
  .destacat p {
    font-size: 24px;
  }
}
.config {
  background-color: #1b1b1b;
}
.config .row {
  padding: 100px 0;
  align-items: center;
}
.config .text {
  color: #fff;
  padding: 1.5rem 3.75rem;
}
.config .text.line {
  border-right: 1px solid #fff;
}
.config .text.line-left {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 992px) {
  .config .text {
    padding: 1.5rem 1.5rem;
  }
  .config .text.line {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .config .text.line-left {
    border-left: none;
    border-top: 1px solid #fff;
  }
}
.owl-theme .owl-dots .owl-dot {
  padding: 1rem 0.5rem 0 !important;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: #727272 !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff !important;
}
.button-config {
  background-color: #fff;
  width: 340px;
  max-width: 90%;
  padding: 0.5rem 0;
  margin: 4rem auto 7.5rem;
  text-align: center;
  border-radius: 2rem;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 20px;
  display: block;
  color: #000;
  text-decoration: none;
}
.button-config:hover {
  background-color: transparent;
  color: #cdcdcd;
  border-color: #cdcdcd;
}

/* elevations */
.elevations {
  background-color: #1b1b1b;
  color: #fff;
  padding: 0 1rem 5rem;
  text-align: center;
}
.elevations h2 {
  font-size: 30px;
  font-weight: 300;
}
.elevations h2 b {
  font-weight: 600;
}
.elevations h3 {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 2px;
}
.elevations p {
  font-size: 0.8rem;
  color: #9d9d9c;
  margin: 2rem 0 6rem;
}
.elevations img {
  width: 90%;
  max-width: 600px;
  filter: invert();
}
/* specifications */
.specifications {
  background-color: #1b1b1b;
  color: #fff;
  padding: 0 1rem 6rem;
  margin-top: -2px;
}
.specifications h3 {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
}
.specifications-texts h4 {
  font-size: 1rem;
  font-weight: bold;
}
.specifications-texts p {
  font-size: 1rem;
  color: #9d9d9c;
}
.specifications-table {
  width: 100%;
  margin: 1rem auto;
  max-width: 600px;
  color: #9d9d9c;
}
.specifications-table th {
  padding: 2rem 0 0.25rem;
  color: #fff;
}
.specifications-table td {
  padding: 0.25rem 0;
}
.specifications-table td:first-child {
  width: 75%;
}
.specifications-table td:last-child {
  width: 25%;
  text-align: center;
}
.specifications-table td img {
  height: 0.5rem;
}

/* End Landing */
/* ************************************** */

/* Configurator Interior & Exterior */
.configurator-ext,
.configurator-int {
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 295px; /*295px= 60+50+20+115+30+48+32-60 */
}
@media screen and (max-width: 992px) {
  .configurator-ext,
  .configurator-int {
    height: auto;
    grid-template-rows: 600px 1fr;
  }
}
.exterior-sup {
  background-image: url("../img/content/configurator-exterior/bg_airport.png");
  background-size: cover;
  position: relative;
}
.interior-sup {
  background-image: url("../img/content/configurator-interior/bg_interior.png");
  background-size: cover;
  position: relative;
}
.exterior-sup img.big-image {
  position: absolute;
  height: 75%;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.interior-sup img.big-image {
  position: absolute;
  height: 75%;
  bottom: 0;
  left: 20%;
}
.exterior-sup .text,
.interior-sup .text {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 110;
}
.exterior-sup .text h2,
.interior-sup .text h2 {
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 5px;
}
.exterior-sup .text h2 span,
.interior-sup .text h2 span {
  font-weight: 600;
}
.exterior-sup .text .text1,
.interior-sup .text .text1 {
  color: #a6a5a4;
  margin: 1rem 0 0;
  font-size: 13px;
  font-weight: 300;
}
.exterior-sup .text .text2,
.interior-sup .text .text2 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}
.exterior-sup .text img,
.interior-sup .text img {
  padding-top: 5rem;
  width: 125px;
}
.exterior-inf,
.interior-inf {
  position: relative;
  margin-top: -60px;
}
.exterior-inf .barra-black,
.interior-inf .barra-black {
  height: 60px;
  background-color: #1b1b1b;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exterior-inf .barra-black a,
.interior-inf .barra-black a {
  color: #a5a5a5;
  font-size: 1rem;
  padding: 0 2rem;
  text-decoration: none;
}
.exterior-inf .barra-black a.active,
.exterior-inf .barra-black a:hover,
.interior-inf .barra-black a.active,
.interior-inf .barra-black a:hover {
  color: #fff;
}
.configurator-options {
  background-color: #1b1b1b;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.configurator-options div {
  height: 48px;
  border-left: 1px solid #535353;
  padding: 0 60px;
  display: flex;
  align-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.configurator-options div:first-child {
  border: none;
}
@media screen and (max-width: 1100px) {
  .configurator-options div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .configurator-options div {
    border: none;
    border-top: 1px solid #535353;
  }
}
.configurator-options a {
  color: #616161;
  font-size: 13px;
  text-decoration: none;
}
.configurator-options a.active,
.configurator-options a:hover {
  color: #fff;
}
.configurator-color {
  background-color: #1b1b1b;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.configurator-color .square {
  height: 115px;
  width: 130px;
  background-color: gray;
  margin: 20px 20px;
  cursor: pointer;
  overflow: hidden;
}
.configurator-color .square img {
  width: 100%;
  transition: all 0.8s ease;
}
.configurator-color .square.active,
.configurator-color .square:hover {
  border: 2px solid #fff;
}
.configurator-color .square.active img,
.configurator-color .square:hover img {
  transform: scale(1.1);
  transform-origin: bottom right;
}
.configurator-finish {
  padding-top: 10px;
  background-color: #1b1b1b;
  text-align: center;
}
button.button-finish {
  background-color: #2d2d2d;
  color: #fff;
  padding: 12px 40px;
  margin-bottom: 32px;
  border-radius: 2rem;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
button.button-finish:hover {
  background-color: #fff;
  color: #2d2d2d;
}
/*End Interior & Exterior */
/* *************************************************** */

/* Finish */
.finish {
  height: 100vh;
  padding-top: 60px;
  overflow: hidden;
  background-color: #161616;
}
.finish .finish-image {
  position: absolute;
  height: calc(100% - 60px);
  top: 60px;
  right: 0;
  width: 45%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.finish .finish-form h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.finish .finish-form p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 3.5rem;
}

.finish-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #606060;
  padding-bottom: 4px;
  background-color: transparent;
  margin-bottom: 50px;
  color: #fff;
  appearance: none;
  -webbit-appearance: none;
}
.finish-form input::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.finish-form input[type="submit"],
.sample button {
  padding: 10px 90px;
  margin: 0;
  color: #161616;
  font-size: 15px;
  background-color: #cdcdcd;
  border: 1px solid transparent;
  border-radius: 30px;
  width: auto;
}
.sample button {
  padding: 10px 30px;
  margin-top: 50px;
}
.finish-form input[type="submit"]:hover,
.sample button:hover {
  background-color: transparent;
  color: #cdcdcd;
  border-color: #cdcdcd;
}
.sample p.sample_title {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 1.5rem;
}
.sample td {
  color: #fff;
  padding: 0 1rem 1rem 0;
  font-size: 12px;
  font-weight: 300;
}
.sample td strong {
  font-weight: 500;
}
.sample .sample_images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}
.sample .sample_images img {
  width: 100%;
  border: 1px solid #fff;
}
.sample .sample_images img[src$=".svg"] {
  filter: invert(50%);
  border: none;
}
@media screen and (max-width: 1250px) {
  .finish .finish-image {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  /*----- abans 992 ------*/
  .finish {
    height: auto;
  }
  .finish .finish-image {
    position: relative;
    top: 0;
    width: 100%;
    padding: 2rem 0;
  }
  .finish .finish-form {
    order: 2;
    margin-bottom: 3rem;
  }
  .finish .sample {
    order: 1;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .finish .sample table {
    display: inline-table;
    width: 48%;
  }
  .sample .sample_images {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    width: 46%;
    vertical-align: top;
  }
  .sample button {
    margin-top: 30px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sample .sample_images {
    grid-template-columns: 1fr 1fr;
  }
}
/* End Finish */

/* About */
.about_section {
  background-color: #060902;
}
.about_hero {
  max-width: 2400px;
  margin: 0 auto;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #1b1b1b;
  background-image: url("../img/content/about/mobile-About-Can-Series.jpg");
  padding-top: 90px;
  padding-bottom: 3rem;
}
.about_hero.tamSeries {
  background-image: url("../img/content/about/mobile-About-Tam-Series.jpg");
}
.about_hero .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.about_hero h1 {
  font-size: 45px;
  font-weight: 200;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 4vh;
}
.about_hero h1 span {
  font-weight: 600;
}
.about_hero h2 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 6vh;
}
.about_hero p {
  font-size: 15px;
  font-weight: 200;
  text-align: center;
  /*margin-bottom: 10vh;*/
  margin-bottom: 30px;
}
.about_hero p strong {
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 992px) {
  .about_hero .container {
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .about_hero {
    height: 100vh;
    padding-bottom: unset;
    background-image: url("../img/content/about/About-Can-Series.jpg");
  }
  .about_hero.tamSeries {
    background-image: url("../img/content/about/About-Tam-Series.jpg");
  }
  .about_hero h1 {
    font-size: 60px;
  }
  .about_hero h2 {
    font-size: 23px;
  }
  .about_hero p {
    font-size: 17px;
    max-width: 80%;
  }
}
@media screen and (min-width: 1300px) {
  .about_hero p {
    max-width: 65%;
  }
}
.about .models .row {
  margin-top: 130px;
  padding-bottom: 70px;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.about .models .row:last-child {
  border: none;
  padding-bottom: 130px;
}
.about .models h2 {
  font-size: 120px;
  line-height: 120px;
  font-weight: 200;
  letter-spacing: 5px;
}
.about .models h4 {
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
.about .models p {
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 2rem;
}
.about .models .model_image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .models .model_image img {
  height: auto;
  width: 150%;
}
.about .models a {
  display: inline-block;
  padding: 10px 90px;
  color: #161616;
  font-size: 20px;
  background-color: #eee;
  border: 1px solid transparent;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
}
.about .models a:hover {
  background-color: #fff;
  color: #161616;
  border-color: #161616;
}
@media screen and (max-width: 1400px) {
  .about .models h2 {
    font-size: 90px;
    line-height: normal;
  }
}
@media screen and (max-width: 991px) {
  .about .models h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .about .models h2 {
    font-size: 65px;
  }
  .about .models a {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}

/* schema */
.schema {
  background-color: #1b1b1b;
  color: #fff;
  padding: 9rem 0 6rem;
}
.schema h3 {
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 5rem;
}
.schema .multipleTexts {
  margin-bottom: 3rem;
}
.schema .multipleTexts h3 {
  margin-bottom: 1rem;
}
.schema .multipleTexts p {
  font-size: 20px;
}
.schema h5 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 1rem;
}
.schema p {
  font-size: 17px;
  font-weight: 300;
}
.schema .legend {
  margin: 1rem 0 3rem;
}
.schema .legend p {
  font-size: 12px;
  margin: 0;
  display: flex;
  align-items: center;
}
.schema .legend span {
  width: 3rem;
  margin-right: 0.5rem;
}
.schema .legend span.white-row {
  height: 4px;
  background-color: #fff;
}
.schema .legend span.red-row {
  height: 1px;
  background-color: red;
}
.schema .legend span.dotted-row {
  height: 1px;
  border-top: 1px dotted #fff;
}
.img-schema img {
  width: 100%;
  margin: 0.5rem 0;
  cursor: pointer;
}
.img-schema footer {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .img-schema footer {
    flex-direction: column;
    gap: 0.5rem;
  }
}
/* .schema img.taula {
    width: 80%;
    cursor: pointer;
}
@media screen and (max-width: 992px) {
    .schema img.taula {
        width: 100%;
    }
} */
/* #carousel-schema .item {
    width: 80%;
    margin: 0 auto;
}
#carousel-schema img {
    cursor: pointer;
}
#carousel-schema .owl-nav button {
    position: absolute;
    top: 35%;
    left: 0;
    margin: 0;
    font-size: 3rem;
}   
#carousel-schema .owl-nav button.owl-next, #carousel-schema .owl-nav button.owl-prev  {
    color: #fff !important;
}
#carousel-schema .owl-nav button.owl-next:hover, #carousel-schema .owl-nav button.owl-prev:hover  {
    background: none;
    color: #fff !important;
}
#carousel-schema .owl-nav button.owl-next {
    right: 0;
    left: auto;
} */
#modal-schema .modal-dialog {
  width: 95%;
  margin: 1.75rem auto;
}
@media (min-width: 992px) {
  #modal-schema .modal-dialog {
    max-width: 900px;
  }
}
#modal-schema .modal-body {
  padding: 1rem;
  background-color: #000;
}
#modal-schema .modal-body img {
  width: 100%;
}
/* about-specifications */
.tableScrollWrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem;
}
.tableScrollWrapper::-webkit-scrollbar {
  height: 8px;
  background: transparent;
}
.tableScrollWrapper::-webkit-scrollbar-thumb {
  background-color: #9d9d9c;
  border-radius: 4px;
}
.tableScrollWrapper::-webkit-scrollbar-track {
  background: transparent;
}

.about-specifications {
  background-color: #1b1b1b;
  color: #fff;
  padding: 0 0 6rem;
}
.about-specifications h3 {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
}
.about-specifications-table {
  width: 100%;
  margin: 1rem 0;
  color: #9d9d9c;
  text-align: center;
}
.about-specifications-table th {
  padding: 2rem 0 0.25rem;
  color: #fff;
}
.about-specifications-table th.bb-1 {
  border-bottom: 1px solid #585858;
}
.about-specifications-table .subtitle {
  color: white;
}
.about-specifications-table td {
  padding: 0.25rem 0;
}
.about-specifications-table th:first-child,
.about-specifications-table td:first-child {
  width: 55%;
  text-align: left;
}
.about-specifications-table td img {
  height: 0.5rem;
}
.about-specifications-table.flexTable {
  table-layout: fixed;
  width: 100%;
  min-width: 1000px;
}
.about-specifications-table.flexTable td {
  padding: 0.25rem 0.25rem 0 0;
}
.about-specifications-table.flexTable .firstColWidth {
  width: 20%;
}

/* Contact */
.contact_section {
  background-color: #060902;
}
.contact_hero {
  height: 100vh;
  max-width: 2400px;
  margin: 0 auto;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #1b1b1b;
  background-image: url("../img/content/contact/Contact_bg.jpg");
}
@media screen and (max-width: 1450px) {
  .contact_hero {
    height: auto;
    padding-top: 90px;
  }
}
.contact_hero .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.contact.dealers .container h1,
.contact_hero .container h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 200;
  letter-spacing: 5px;
  text-align: center;
  margin: 0;
}
.contact.dealers .container h1 {
  font-size: 50px;
  line-height: 55px;
}
.contact.dealders .container p,
.contact_hero .container p {
  font-size: 17px;
  font-weight: 200;
  text-align: center;
}
.contact_hero .container p.description {
  max-width: 60%;
  margin: 5vh 0;
}
.contact form {
  width: 100%;
}
.contact label {
  font-size: 17px;
  display: block;
  padding: 1rem 0 0.5rem;
}
.contact input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  border: none;
}
.contact textarea {
  width: 100%;
  height: calc(100% - 50px);
  min-height: 100px;
  padding: 5px 10px;
  border-radius: 0;
  border: none;
}
.contact input[type="submit"] {
  padding: 10px 40px;
  margin-top: 1rem;
  color: #161616;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 30px;
  width: auto;
}
.contact input[type="submit"]:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.contact_info {
  display: flex;
  justify-content: space-between;
  margin: 7vh 0 3vh 0;
  width: 100%;
}
.contact_info .info i {
  text-align: center;
  display: block;
  font-size: 37px;
  margin-bottom: 10px;
}
.contact_info .info img {
  margin: 20px auto 10px;
  display: block;
}
@media screen and (max-width: 992px) {
  .contact_hero {
    height: auto;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url("../img/content/contact/mobile-contact.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }
  .contact_info {
    flex-direction: column;
  }
  .contact_hero .container p.description {
    max-width: 90%;
  }
}
/* Contact local dealers */
.contact.dealers {
  min-height: 100vh;
  margin: 0 auto;
  background-size: cover;
  background-color: #1b1b1b;
  background-image: url("../img/content/contact/Contact2_bg.jpg");
  color: #fff;
}
.contact.dealers .container {
  padding-top: 150px;
}
.contact.dealers .container p.description {
  text-align: center;
  font-size: 22px;
  margin: 3rem auto;
}
.searchContainer {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
.searchContainer .regionWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.searchContainer .region {
  width: fit-content;
  padding: 10px 60px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 30px;
  color: white;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.searchContainer .region:hover,
.searchContainer .region.active {
  color: #161616;
  background-color: #fff;
  border-color: transparent;
}
.searchContainer .searchForm {
  width: 100%;
}
.searchContainer .searchForm form {
  display: flex;
  margin: 0 auto;
}
.searchContainer .searchForm input {
  width: 100%;
  padding: 10px 0 10px 45px;
  outline: none;
  font-size: 14px;
  background-image: url(../img/content/icon-search.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 10px;
  font-weight: 700;
}
.searchContainer .searchForm .clear-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  color: black;
}
.searchContainer .searchForm .clear-icon span {
  opacity: 0;
}
.searchContainer .searchForm .clear-icon span.show {
  opacity: 1;
}
.dealersLocations {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-left: 0;
  margin-bottom: 3rem;
}
.dealerLocation {
  border: 1px solid #595959;
  border-radius: 30px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dealerLocation h2 {
  font-size: 22px;
  font-weight: 600;
}
.dealerLocation .address {
  font-weight: 600;
}
.dealerLocation .address .grey,
.dealerLocation .contact a {
  color: #9d9d9c;
  text-decoration: none;
}
.dealerLocation .contact a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .searchContainer .searchForm {
    width: 50%;
  }
  .dealersLocations {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .contact.dealers {
    background-position: 50% 50%;
  }
  .contact.dealers .container h1 {
    font-size: 60px;
  }
  .contact.dealers .container p.description {
    max-width: 50%;
    font-size: 24px;
  }
  .dealersLocations {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*Legal*/
.legal {
  margin-top: 210px;
  margin-bottom: 130px;
}
.legal h1 {
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 50px;
}
.legal h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 60px 0 30px;
}
.legal h3 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 25px;
}
.legal h3:first-child {
  margin-top: 0;
}
.legal h4 {
  font-size: 17px;
  font-style: italic;
  margin-top: 20px;
}
.legal ul li {
  list-style: disc;
  margin-bottom: 1rem;
}

/***** Utilities *******/
.modal-dialog .btn-modal {
  cursor: pointer;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 25px;
}
.modal-dialog .btn-modal.btn-aceptar,
.modal-dialog .btn-modal.btn-cerrar:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.modal-dialog .btn-modal.btn-cerrar,
.modal-dialog .btn-modal.btn-aceptar:hover {
  border: 1px solid #161616;
  background-color: #fff;
  color: #000;
}
.modal-header,
.modal-body,
.modal-footer {
  border-color: #fff;
  background-color: #161616;
  color: #fff;
}
.modal-footer {
  border-top: none;
}
.btn-close {
  filter: invert(1);
}

/***** logo animat *******/
#tapa {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8888;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background: black;
}
.ifStopped {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8889;
  width: 100%;
  height: 100vh;
  opacity: 1;
  -webkit-transition: all 0.5s ease 1.5s;
  -moz-transition: all 0.5s ease 1.5s;
  -o-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
}
.ifPlaying {
  opacity: 0;
}
