@font-face {
  font-family: fontlight;
  src: url(../fonts/RobotoCondensed-Light.ttf);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: fonttitle;
  /*src: url(../fonts/Univers-LT-Std-47-Light-Condensed_46333.ttf);*/
  src: url(../fonts/anko/Everett-Light.otf);
  font-display: swap;
}

@font-face {
  font-family: fontgrecale;
  src: url(../fonts/Anko.otf);
  font-display: swap;
}

@font-face {
  font-family: italic-font;
  src: url(../fonts/anko/AnkoPersonalUse-RegularItalic.otf);
  font-display: swap;
}

@font-face {
  font-family: fontgrecale2;
  src: url(../fonts/anko/Everett-Light.otf);
  font-display: swap;
}

@font-face {
  font-family: fontuniver45;
  src: url(../fonts/univers-light.otf);
  font-display: swap;
}

.fontgrecale-italic {
  font-family: italic-font;
}

.fontgrecale {
  font-family: fontgrecale;
}

.fontgrecale2 {
  font-family: fontgrecale2;
}

.font45 {
  font-family: fontuniver45;
}

.font_light {
  font-family: fonttitle !important;
}

.font_light_title {
  font-family: fonttitle !important;
  letter-spacing: -0.02em;
}

.submenu-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  top: 50px;
  height: auto;
  min-height: 250px;
  background: #fff;
  padding: 10px 30px 15px !important;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
}

.fs-28 {
  font-size: 26px;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .slider-body {
    display: flex;
    align-items: end;
  }
}

#header.header-scrolled {
  background: #0000008f;
  padding: 10px 0;
  transition: all 0.5s;
  box-shadow: -1px 4px 15px rgb(0 0 0 / 22%);
}

.minuscula {
  text-transform: uppercase !important;
  color: #fff !important;
}

.w100 {
  width: 100%;
}

.cardd {
  border: 0;
  border-radius: 1rem;
}

.barratitulo:before {
  display: block;
  content: "";
  position: relative;
  height: 1px;
  width: 100%;
  background: #fff;
  margin-bottom: 22px;
}

.barratitulong:before {
  display: block;
  content: "";
  position: relative;
  height: 1px;
  width: 50px;
  background: #000;
  margin-bottom: 22px;
}

.ap {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all 0.5s;
}

nav ul li a:hover {
  color: #000;
}

nav ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #0c2340;
  height: 1px;
}

nav ul li a:hover:after {
  width: 100%;
}

.dark-back {
  background-color: #4d4e4e;
}

.img-circle {
  border-radius: 50%;
}

.mar-5 {
  margin-bottom: 5px;
}

.imgcarrusel {
  max-height: 111px;
}

@media (min-width: 600px) {
  .carruselmovil-logos {
    display: none;
  }
}

@media (max-width: 599px) {
  .carruseldesktop-logos {
    display: none !important;
  }
}

.pl_pr-0 {
  padding-left: 0;
  padding-right: 0;
}

.icon_fondo {
  background-image: url(../img/inicio/fondo_icon.png);
  background-repeat: no-repeat;
  height: 80px;
  padding-top: 0;
  background-position: center center;
  text-align: center;
  color: #fff;
}

.icon_fondo:hover {
  transition: 0.5s;
  background-image: url(../img/inicio/fondo_icon2.png);
  color: #fff;
}

.icon_fondo i {
  padding-top: 26.5px;
}

#toTop {
  background: #9a99994d;
  color: #fff;
  position: fixed;
  bottom: 20px;
  left: 5px;
  display: none;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  padding: 10px;
}

#toTop>img {
  max-width: 29px;
}

.fondo_icons_footer {
  max-width: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 24px;
  background: #2f3233;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid;
  border-color: #d8a700;
  display: inline-block;
}

@media (min-width: 337px) {
  #radio2-error {
    padding: 0.5em;
    position: absolute;
    bottom: 47%;
    left: 2%;
  }
}

@media (max-width: 336px) {
  #radio2-error {
    padding: 0.5em;
    position: absolute;
    bottom: 42%;
    left: 1%;
  }
}

@media (min-width: 768px) {
  .media-body {
    max-height: 160px;
  }
}

.fnt_poiret {
  font-family: Raleway, sans-serif;
  font-weight: 100;
}

.div-custom {
  background: #111113;
  color: #8a8a8a;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  margin-bottom: 30px;
  border: 1px solid #d0d0d0;
}

.div-custom:hover {
  background: #d71418;
  color: #f0f0f0;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  margin-bottom: 30px;
  border: 1px solid #e8eaf1;
}

.div-custom2 {
  background: #ffffffed;
  color: #252723;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  margin-bottom: 30px;
  border-right: 1px solid #8080804d;
  padding: 2.2em;
}

.div-custom2:hover {
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  margin-bottom: 30px;
}

.div-custom2:hover img {
  transform: scaleX(-1);
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

@media (min-width: 900px) and (max-width: 1399px) {
  .description_model {
    min-height: 70px;
  }

  .title_model {
    height: 30px;
  }

  .subtitle_model {
    height: 34px;
  }
}

@media (min-width: 1400px) {
  .description_model {
    min-height: 70px;
  }

  .title_model {
    height: 30px;
  }

  .subtitle_model {
    height: 35px;
  }
}

.div-red {
  padding: 8px;
  background: #e8e8e8;
  color: #d71418;
  line-height: 1.1em;
  min-height: 45px;
}

.div-red p {
  padding-top: 8px;
}

.media-body {
  padding: 15px;
}

.media-body span {
  position: absolute;
  right: 0;
  bottom: 40px;
  padding-right: 15px;
}

.iconss {
  font-size: 45px;
  margin: 30px;
}

.nav-link {
  display: inline-block;
}

.nav-tabs {
  text-align: center !important;
}

.nav {
  display: block;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 1px solid #dee2e6;
  border: none;
}

.nav-link.active {
  font-size: 30px !important;
}

.nav-tabs .nav-link {
  color: #495057;
  font-size: 19px;
}

.modal-content {
  color: #4f4f4f;
}

.modal-dialog2 {
  max-width: 100%;
  height: 100%;
  margin: 0;
}

.modal-content2 {
  height: 100%;
}

.cabecera-modal {
  background: #d71418;
  color: #fff;
}

.filter-gr {
  max-width: 120px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.filter-gr:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media (min-width: 1800px) {
  .filter-gr {
    max-width: 95px;
  }
}

@media (max-width: 767px) {
  #comerciales {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 55% 50%;
  }
}

.center {
  display: table;
  width: 100%;
}

#social-test {
  text-align: center;
  font-size: 30px;
}

.social {
  padding-left: 0;
}

#social-test li {
  color: #b3b0b0;
  list-style-type: none;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 43px;
  padding: 1%;
  border: 1px solid rgba(245, 245, 245, 0.05);
  cursor: pointer;
  transition: ease 0.3s;
}

#social-test li :hover {
  color: #fff;
}

.social i {
  margin-top: -24px;
}

.social:hover>li {
  opacity: 0.5;
}

.social:hover>li:hover {
  opacity: 1;
}

.whatsapp {
  position: fixed !important;
  z-index: 9998 !important;
  right: 0;
  float: right;
  top: 70%;
  margin-top: -25px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  -webkit-filter: grayscale(48%);
  filter: grayscale(48%);
}

.whatsapp:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.persona {
  display: none;
}

@media (min-width: 1300px) {
  .persona {
    display: block;
    position: absolute;
    right: 0;
    max-width: 300px;
    bottom: 0;
    z-index: 1;
    margin-bottom: -10px;
  }
}

.seleccion {
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

@media (max-width: 767px) {
  .btn-carros {
    position: absolute;
    left: 0;
    z-index: 990;
    padding-inline: 10px;
    border: none;
    font-size: 11px;
  }

  .btn-carros:hover {
    box-shadow: none;
    color: #fff;
  }

  .btn-carros:hover .icon-chevron {
    color: #006ffa;
  }

  .owl-carousel.home-slider .owl-dots {
    display: none;
  }
}

@media (min-width: 768px) {
  .btn-carros {
    bottom: 20px;
    position: absolute;
    right: 0;
    z-index: 990;
  }
}

@media (max-width: 1199px) {
  .dropdown-menu3 {
    position: relative !important;
    background: #00000017;
    width: 100%;
    top: 0;
    left: 0;
    will-change: transform;
    transform: translate3d(0, 4px, 0) !important;
    border-right: none;
    border-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    color: #cbcbcb;
  }

  .dropdown-menu3 span {
    /*  position: absolute;
    top: 50%;
    left: 10px; */
    transform: translate(0, -50%);
  }
}

.padng2carros {
  padding: 10px 2px 10px 15px !important;
}

.pointer {
  cursor: pointer;
}

@media (max-width: 576px) {
  .cuerpo_10p {
    width: 100%;
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .cuerpo_10p {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .cuerpo_10p {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .cuerpo_10p {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
}

.video:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/inicio/play.png);
  no-repeat: 0 0;
  top: 45%;
  left: 45%;
  width: 46px;
  height: 36px;
  z-index: 30;
  cursor: pointer;
}

.video.player img {
  display: none;
}

.video.player:after {
  display: none;
}

@media (max-width: 767px) {
  .video button {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/inicio/play.png);
    top: 45%;
    left: 42%;
    width: 70px;
    height: 70px;
    z-index: 30;
    cursor: pointer;
    background-size: contain;
  }

  .video {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 2;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
  }
}

@media (min-width: 768px) {
  .video button {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/inicio/play.png);
    top: 45%;
    left: 45%;
    width: 100px;
    height: 100px;
    z-index: 30;
    cursor: pointer;
    background-size: contain;
  }

  .video {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 630px;
    z-index: 2;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 630px;
  }
}

@media (min-width: 1900px) {
  .video button {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/inicio/play.png);
    top: 45%;
    left: 45%;
    width: 110px;
    height: 110px;
    z-index: 30;
    cursor: pointer;
    background-size: contain;
  }

  .video {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 750px !important;
    z-index: 2;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 750px;
  }
}

.gallery_box li {
  width: 32.333333%;
  max-width: 100%;
  display: inline-block;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0.333333%;
}

.gallery_box {
  padding: 0;
  display: flow-root;
}

.gallery_box li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery_box li img {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.gallery_box li:nth-child(even) {
  height: 366px;
}

.gallery_box li:nth-child(odd) {
  height: 500px;
}

.gallery_box li:nth-child(odd) .box_data {
  background: rgba(0, 0, 0, 0);
}

.gallery_box li:nth-child(even) .box_data {
  background: rgba(0, 0, 0, 0);
}

.gallery_box .box_data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}

.gallery_box .box_data span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 24px;
}

.gallery_box li:hover .box_data {
  background: rgba(0, 0, 0, 0.55);
}

.overlay2 {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  max-width: 520px;
}

.hovereffect h2 {
  font-family: fonttitle;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.hovereffect a.info {
  text-decoration: none;
  font-family: fontlight;
  font-size: 16px;
  display: inline-block;
  color: #333;
  border: none;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay2 {
  opacity: 1;
}

.hovereffect:hover a.info,
.hovereffect:hover h2 {
  opacity: 1;
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.hovereffect3 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hovereffect3 .overlay3 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.overlay3:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.hovereffect3 img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  max-width: 520px;
}

.hovereffect3 h2 {
  font-family: fonttitle;
  color: #fff;
  text-align: center;
  font-size: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 20px;
  position: absolute;
  bottom: 10px;
  opacity: 1;
}

.hovereffect3:hover h2 {
  -webkit-transform: translatey(-60px);
  -ms-transform: translatey(-60px);
  transform: translatey(-60px);
}

.hovereffect3 a.info3 {
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 0;
  padding: 7px 20px;
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
}

.hovereffect3:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect3:hover .overlay3 {
  opacity: 1;
}

.hovereffect3:hover a.info3 {
  opacity: 1;
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
  color: #fff;
}

@media (max-width: 767px) {
  .cloudimage-360 u {
    font-size: 22px;
  }

  .cloudimage-360 p {
    position: absolute !important;
    margin-top: 6%;
    left: 5%;
    font-size: 17px;
    font-family: fonttitle;
  }
}

@media (min-width: 767px) {
  .cloudimage-360 p {
    position: absolute;
    left: 0;
    margin-top: 18%;
    left: 15%;
    top: 0;
    font-size: 32px;
    color: #fff;
    font-family: fonttitle;
  }

  .cloudimage-360 u {
    font-size: 40px;
  }
}

.esconde360 {
  opacity: 0;
  height: 0;
  transform: translateX(calc((-80000em - 0) / 2));
}

.cloudimage-360 canvas {
  width: 100%;
}

.escondecompare {
  opacity: 0;
  height: 0;
  z-index: -10;
}

.flechas {
  max-height: 50px;
}

.flechasdesktop {
  max-height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 768px) and (max-width: 1399px) {
  .deck {
    color: #fff !important;
    border-bottom: 1px solid #e8e8e8;
    /*  padding: 30px 0 0 50px; */
    padding: 30px 20px 20px 30px;
    width: calc(100%);
    /*background: #1c3775 url(../img/contacto/map-pin.svg) 20px 30px no-repeat;*/
    background-size: 30px;
  }

  .texto-scroll {
    width: 65%;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .deck {
    color: #fff !important;
    border-bottom: 1px solid #e8e8e8;
    padding: 30px 30px 20px 30px;
    width: calc(100% - 0px);
    /*background: #1c3775 url(../img/contacto/map-pin.svg) 20px 30px no-repeat;*/
    background-size: 30px;
  }

  .texto-scroll {
    width: 65%;
  }
}

@media (min-width: 1600px) {
  .deck {
    color: #fff !important;
    border-bottom: 1px solid #e8e8e8;
    padding: 30px 30px 20px 30px;
    width: calc(100% - 00px);
    /*background:#1c3775 url(../img/contacto/map-pin.svg) 20px 30px no-repeat;*/
    background-size: 30px;
  }

  .texto-scroll {
    width: 58%;
  }
}

@media (max-width: 767px) {
  .deck {
    color: #fff !important;
    border-bottom: 1px solid #e8e8e8;
    padding: 30px 20px 20px 30px;
    width: calc(100%);
    /*background:#fff0 url(../img/contacto/map-pin.svg) 20px 30px no-repeat;*/
    background-size: 30px;
  }

  .logo_foot_deks {
    display: none !important;
  }

  .logo_foot_movil {
    max-width: 80px;
    display: flex;
  }
}

@media (min-width: 768px) {
  .logo_foot_movil {
    display: none;
  }
}

.logo_foot_deks {
  max-width: 120px;
  display: inline-block;
  margin-top: -20px;
}

@media (min-width: 1400px) {
  .model-image-background {
    width: 40vw;
    position: absolute;
    left: 30%;
    right: 30%;
    /*z-index: -1;*/
  }
}

@media (max-width: 1399px) {
  .model-image-background {
    width: 55vw;
    position: absolute;
    left: 22%;
    right: 22%;
    /*z-index: -1;*/
  }
}

.degradado {
  background: -moz-linear-gradient(89deg, #121212 0, #7b7b7b00 49%);
  background: -webkit-linear-gradient(89deg, #121212 0, #7b7b7b00 49%);
  background: -o-linear-gradient(89deg, #121212 0, #7b7b7b00 49%);
  background: linear-gradient(89deg, #121212 0, #7b7b7b00 49%);
}

/*INVENTARIO*/
.contenedor-inventario {
  width: 95%;
  margin: 0 auto;
}

.contenedor-mobile {
  width: 90%;
  margin: 0 auto;
}

.inventario {
  text-align: left;
  padding-top: 30px;
}

/*.inventario img {*/
/*  max-width: 100%;*/
/*  height: auto!important;*/
/*}*/

.inventario p:hover,
.inventario img:hover {
  cursor: pointer;
}

.pdf-frame {
  height: 90vh;
}

.cuadrado {
  width: 20px;
  height: 20px;

  position: absolute;
  left: 35px;
  top: 14%;
}

/* COLORES --*/
.rojo {
  background: #b71c1c;
}

.azul {
  background: blue;
}

.negro {
  background: #191a1c;
}

.cuoio {
  background: #744531;
}

.rosso {
  background: #ae4443;
}

.rosso-zegna {
  background: #ae4443;
}

.cuero-zegna {
  background: #945b47;
}

.marrone {
  background: #5a4238;
}

.beige {
  background: #bcb2a9;
}

.sabbia {
  background: #b3a99f;
}

.nero {
  background: #000000;
}

.marrone-grigio {
  background: #483836;
}

.brown-pelletessuta {
  background: #524846;
}

.greige {
  background: #9a8e82;
}

.ghiaccio {
  background: #bbbab8;
}

.nero_tempesta {
  background: #0e0e0c;
}

.nero_ribelle {
  background: #1d1e20;
}

.nero_essenza {
  background: #20252c;
}

.nero_assoluto {
  background: #000000;
}

.giallo-corse {
  background: #faa200;
}

.grigio_maratea {
  background: #66696c;
}

.grigio_lava {
  background: #686967;
}

.grigio_incognito {
  background: #9198a2;
}

.bianco {
  background: #d5d4d2;
}

.bianco_astro {
  background: #cbccce;
}

.bianco_audace {
  background: #d6e1e2;
}

.blu_emozione {
  background: #2a437b;
}

.blu_intenso {
  background: #1b316e;
}

.blu_nobile {
  background: #1a293b;
}

.blu_infinito {
  background: #0716b3;
}

.hypergreen {
  background: #b4d206;
}

.grigio_misterio {
  background: #5f6267;
}

.giallogenio {
  background: #c9a33f;
}

.giallolaser {
  background: #252831;
}
.darkred {
  background:#6a1922;
}
.black {
  background:#474747;
}
/*-- COLORES*/

.border-card {
  border: 1px solid #77777705;
  padding: 7px;
}

.li-border {
  border-bottom: 1px solid #00000017;
  padding-bottom: 8px;
}

.li-border a {
  color: #4f4f4f;
}

.li-border:hover>a {
  color: #000;
}

.li-border:hover>a>i {
  color: #000 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;
  background-color: #1c1e2114;
}

.nav-link-movil.active {
  color: #000;
  background-color: #1c1e2114;
}

.nav-link.active>i {
  color: #843276;
}

.nav-pills .nav-link {
  border-radius: 0;
}

@media (min-width: 768px) {
  .mw-md-50 {
    max-width: 50%;
  }
}

.buttonRing {
  position: absolute;
  left: 19%;
  top: 35%;
  min-width: 300px;
  min-height: 60px;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff;
  background: #3b86e2;
  background: linear-gradient(90deg, #3b86e2 0%, #3b86e2 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px #3b86e2;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  padding: 10px;
  z-index: 99;
}

.buttonRing::before {
  content: "";
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #ffffffc2;
  box-shadow: 0 0 60px #3b86e2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.buttonRing:hover,
.buttonRing:focus {
  color: #fff;
  transform: translateY(-6px);
}

.buttonRing:hover::before,
.buttonRing:focus::before {
  opacity: 1;
}

.buttonRing::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #3b86e2;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.buttonRing:hover::after,
.buttonRing:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .buttonRing {
    position: relative;
    top: 0;
    left: 0;
  }
}

.inicio.buttonRing {
  position: relative;
  left: 0;
  float: right;
  margin-top: -75px;
  margin-right: -135px;
}

@media (max-width: 991px) {
  .inicio.buttonRing {
    font-size: 10px;
    min-height: 1px;
    height: 35px;
    min-width: 25%;
    padding-top: 8px;
    margin-top: -10%;
    margin-right: 4%;
  }
}

@media (min-width: 992px) {
  .contactInventario {
    position: absolute;
    top: 600px;
  }
}

.menu-hover {
  color: #ffffff;
  text-align: right;
  padding-right: 2em;
  opacity: 0.5;
  cursor: pointer;
  font-size: 45px;
  line-height: 90px;
}

.menu-hover:hover {
  opacity: 1;
}

.menu-hover.active {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.folgore {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

@media (max-width: 767px) {
  .sticky-container {
    background-color: #5597dc !important;
  }

  .sticky li {
    background-color: #5597dc !important;
  }
}

@media (min-width: 768px) {
  .sticky-container {
    background-color: #5597dc;
  }
}

@media (min-width: 992px) {
  .videoFolgore {
    position: relative;
  }

  .infoFolgore {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.sticky-container {
  background-color: #5597dc;
  border-radius: 0.3rem;
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -158px;
  top: 35%;
  width: 200px;
  z-index: 2;
}

.sticky li {
  border-radius: 0.3rem;
  list-style-type: none;
  background-color: #5597dc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 4px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
  /*filter: gray;*/
  /*-webkit-filter: grayscale(100%);*/
}

.sticky li:hover {
  margin-left: -105px;
  /*-webkit-transform: translateX(-115px);        -moz-transform: translateX(-115px);        -o-transform: translateX(-115px);        -ms-transform: translateX(-115px);        transform:translateX(-115px);*/
  background-color: #fffcf4 !important;
  color: #606060;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -webkit-box-shadow: 0px 0px 9px 1px rgba(147, 148, 147, 1);
  -moz-box-shadow: 0px 0px 9px 1px rgba(147, 148, 147, 1);
  box-shadow: 0px 0px 9px 1px rgba(147, 148, 147, 1);
}

.sticky li.sticky_wats:hover {
  margin-left: -154px;
}

.sticky li.sticky_call:hover {
  margin-left: -170px;
}

.sticky .sticky_wats:hover span {
  color: #fffcf4 !important;
  background: #25d366;
}

.sticky .sticky_coti:hover span {
  color: #fffcf4 !important;
  background: #000000;
}

.sticky .sticky_call:hover span {
  color: #fffcf4 !important;
  background: #164798;
}

.sticky .sticky_mail:hover span {
  color: #fffcf4 !important;
  background: #981629;
}

.sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}

.sticky li span {
  /*font-size: 25px;*/
  float: left;
  margin: 5px 5px 0px 5px;
  /*margin-right: 10px;*/
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.sticky li p {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 43px;
}

.btn-cuerpo {
  position: absolute;
  top: 13px;
  background: #0c2340;
  color: #fff;
  font-size: 12px;
}

.btn-cuerpo:hover {
  color: #fff;
}

@media (min-width: 992px) {
  .btn-interiores {
    position: absolute;
    top: -20px;
    right: 0;
  }

  .btn-cuerpo {
    top: 42px;
  }
}

.color_amarillo2 {
  color: #feb23e;
}

.color_azul2 {
  color: #00f;
}

.wrap_c95d {
  z-index: 997 !important;
}

/*BANNERS HOME*/
.bg-cielo {
  background-image: url("../img/slider_horizontal/mc20-cielo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-folgore {
  background-image: url("../img/navbar/tridente-folgore.jpg");
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-grecale {
  background-image: url("../img/slider_horizontal/grecale-2022.jpg");
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-mc20-hero {
  background-image: url("../img/slider_horizontal/mc20-hero.jpg");
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-quattroporte {
  background-image: url("../img/slider_horizontal/quattroporte.jpg");
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-levante {
  background-image: url("../img/slider_horizontal/levante.jpg");
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-ghibli {
  background-image: url("../img/slider_horizontal/ghibli.jpg");
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .bg-granturismo {*/
/*  background-image: url("../img/slider_horizontal/granturismo23.jpg")!important;*/
/*}*/
.bg-levante-sep {
  background-image: url("../img/allseason/BANNER WEB LEVANTE 900X750.jpg") !important;
}

.bg-granturismo {
  background-image: url("../img/slider_horizontal/granTurismo_desktop.jpg") !important;
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width: 767px) {
  .bg-esto-es-maserati video {
    display: none;
  }

  .bg-esto-es-maserati {
    background-image: url("../../assets/publica/img/slider_horizontal/2023/this_is_maserati_mobile.jpg") !important;
  }

  .bg-cielo {
    background-image: url("../img/slider_horizontal/mc20-cielo-mobile.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-folgore {
    background-image: url("../img/slider_horizontal/tridente-folgore_mobil.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-grecale {
    background-image: url("../img/slider_horizontal/grecale-2022-mobile.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-mc20-hero {
    background-image: url("../img/slider_horizontal/mc20-hero-mobile.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-quattroporte {
    background-image: url("../img/slider_horizontal/quattroporte-mobile.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-levante {
    background-image: url("../img/slider_horizontal/levante-mobile.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-ghibli {
    background-image: url("../img/slider_horizontal/ghibli-mobile.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-jw {
    background-image: url("../img/slider_horizontal/jw-movil.jpg") !important;
  }

  .bg-granturismo {
    background-image: url("../img/slider_horizontal/granturismo23-mobile.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-levante-sep {
    background-image: url("../img/allseason/BANNER WEB LEVANTE 500x900.jpg") !important;
  }
}

.btn-yellow {
  font-family: fonttitle !important;
  position: relative;
  float: right;
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 11px;
  padding: 22px 36px 22px 21px;
  width: 220px;
  background: linear-gradient(to right, #1c3775 50%, #ffc845 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.btn-yellow:hover {
  background-position: left bottom;
  color: #fff;
}

.btn-yellow::before {
  content: "\f054";
  position: absolute;
  right: 19px;
  font-family: FontAwesome;
  font-size: 12px;
  z-index: 1;
}

.btn-contactar-embajador {
  font-family: fonttitle !important;
  position: relative;
  /* float: right; */
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 11px;
  padding: 22px 36px 22px 21px;
  width: 220px;
  background: linear-gradient(to right, #1c3775 50%, #ffc845 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.btn-white {
  font-family: fonttitle !important;
  position: relative;
  /* float: right; */
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 11px;
  padding: 10px;
  width: 250px;
  background: linear-gradient(to right, #000000 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  border: 1px solid black
}

.btn-white:hover {
  background-position: left bottom;
  color: #ffffff;
}


.dark-hover {
  filter: brightness(50%);
  transition: .5s;
}

/*.dark-hover:hover{ filter: brightness(50%); transition: .5s;}*/
#videoBG {
  position: fixed;
  z-index: -3;
}

@media (min-aspect-ratio: 16/9) {
  #videoBG {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

}

@media (max-aspect-ratio: 16/9) {
  #videoBG {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  #videoBG {
    display: none;
  }

  /*.nosotros_banner{background-image:url(../img/modelos/ghibli/cover-poster.png);}*/
  .ghibli-home-video {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-height: 375px;
    height: 100%;
    background-attachment: fixed;

  }

  .nosotros_banner_scrolled>.ghibli-home-video {
    background: rgba(13, 13, 13, .8);
    transition: 1s;
  }

  /*.logo-coche{max-width: 200px !important; text-align: center;}*/
  .bottom-logo {
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
  }

  .texto-scroll {
    display: none;
  }
}

.bottom-logo {
  position: absolute;
  z-index: 3;
  bottom: 0;
}

.color-negro {
  ;
}

.color-transparente {
  background: #00000000;
  transition: 1s;
}

.nosotros_banner {
  background: #00000000;
}

.nosotros_banner_scrolled {
  background: rgba(13, 13, 13, .8);
  transition: 1s;
}

.nosotros_banner_scrolled img {
  opacity: 0;
  transition: 1s;
}

.nosotros_banner_scrolled span {
  opacity: 0;
  transition: 1s;
}

@media (max-width: 767px) {
  .div-inventario-23 {
    width: 100%;
  }

  .asiento {
    position: absolute;
    top: 91px !important;
    /*background:#ffffff82;*/
    width: 80px;
    left: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .div-inventario-23 {
    width: 45%;
  }
}

@media (min-width: 1101px) and (max-width: 1199px) {
  .div-inventario-23 {
    width: 33.3%;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .div-inventario-23 {
    width: 25%;
  }

  .menu-hover {
    color: #ffffff;
    text-align: right;
    padding-right: 2em;
    opacity: 0.5;
    cursor: pointer;
    font-size: 32px;
    line-height: 90px;
  }
}

@media (min-width: 1600px) {
  .div-inventario-23 {
    width: 20%;
  }
}

@media (min-width: 768px) {}

@media (min-width: 768px) and (max-width: 991px) {
  .asiento {
    position: absolute;
    top: 85px !important;
    background: #ffffff00;
    width: 80px;
    left: 16px;
  }
}

@media (min-width: 992px)and (max-width:1200px) {
  .asiento {
    position: absolute;
    top: 85px !important;
    background: #ffffff00;
    width: 80px;
    left: 16px;
  }
}

@media (min-width:1201px) and (max-width:1399px) {
  .asiento {
    position: absolute;
    top: 90px !important;
    background: #ffffff00;
    width: 80px;
    left: 16px;
  }
}

@media (min-width:1400px) and (max-width:1599px) {
  .asiento {
    position: absolute;
    top: 89px !important;
    background: #ffffff00;
    width: 80px;
    left: 16px;
  }
}

@media (min-width:1600px) {
  .asiento {
    position: absolute;
    top: 90px !important;
    background: #ffffff00;
    width: 62px;
    left: 11px;
    padding: 3px;
  }
}

.lh-sm {
  line-height: 1.25 !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 0.8rem !important;
}

.ms-4 {
  margin-left: 1.2rem !important;
}

.ms-5 {
  margin-left: 1.5rem !important;
}

.ms-6 {
  margin-left: 2rem !important;
}

.opacity-8 {
  opacity: .8;
}

/*FILTROS MOVIL AND DESKSTOP------------------------------------------*/
@media (max-width: 767px) {
  #div_tree_container {
    display: none;
  }

  #div-cars-container {
    display: none;
  }

  #div_tree_container {
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    position: fixed;
    background: white;
  }

}

#botonesFiltros {
  text-align: center;
}

.button_filter {
  background: grey;
  font-size: 17px !important;
  border-radius: 4px;
  border: 1px solid;
  color: #FFFFFF;
  font: inherit;
  line-height: 1;
  /* margin: 0.5em; */
  padding: .6em .9em;
}

#cerrar-filters-container {
  background: #54555a;
  border: 1px solid;
  color: white;
  font: inherit;
  line-height: 1;
  /* margin: 0.5em; */
  padding: .6em .5em;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

@media (max-width: 767px) {

  #cerrar-cars-container {
    display: none;
  }

  .openboxshow1 {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 10px;
  }

  .openboxshow2 {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 10px;
  }

  .openboxshow3 {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 10px;
  }

  .openboxshow4 {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 10px;
  }

  .openboxshow5 {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 10px;
  }

  .openboxshow6 {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 10px;
  }

  .box1 {
    display: none;
  }

  .box2 {
    display: none;
  }

  .box3 {
    display: none;
  }

  .box4 {
    display: none;
  }

  .box5 {
    display: none;
  }

  .box6 {
    display: none;
  }

  #div_tree_container {
    display: none;
  }

  .tree {
    padding: 25px;
  }
}

@media (min-width: 768px) {
  #botonesFiltros {
    display: none;
  }

  /*div de los 2 botones filtros y vehiculos*/
  .cierrafilters-root {
    display: none;
    text-align: right;
    float: right;
    /*La x para cerrar ambos*/
  }

  #cerrar-filters-container {
    display: none;
  }

  #div_tree_container {
    display: block !important;
    ;
  }

  #div-cars-container {
    display: block;
    width: 100%;
  }


}

/* bola blanca carrusel-nuevo

 */

.maserati-slider .videoCar {
  max-width: 100%;
}

.maserati-slider .owl-nav button.owl-prev,
.maserati-slider .owl-nav button.owl-next {
  background: #fff;
  border-radius: 50%;
  color: #000;
  width: 60px;
  height: 60px;
  opacity: 1;
  text-align: center;
}

.maserati-slider .owl-nav button.owl-prev.disabled,
.maserati-slider .owl-nav button.owl-next.disabled {
  display: none;
}

.maserati-slider .owl-nav button.owl-next span {
  margin-left: 5px;
}

.maserati-slider.owl-carousel .owl-nav .owl-prev span:before,
.maserati-slider.owl-carousel .owl-nav .owl-next span:before {
  font-size: 15px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/*carrusel2023*/


/*aquiempiezancoches*/
.js-carousel-coleccion2 .owl-nav button.owl-prev,
.js-carousel-coleccion2 .owl-nav button.owl-next {
  background: #fff !important;
  border-radius: 50% !important;
  color: #000 !important;
  width: 40px !important;
  height: 40px !important;
  opacity: 1 !important;
  text-align: center !important;
}

.js-carousel-coleccion2 .owl-nav button.owl-prev.disabled,
.js-carousel-coleccion2 .owl-nav button.owl-next.disabled {
  display: none;
}

.js-carousel-coleccion2 .owl-nav button.owl-next span {
  margin-left: 5px !important;
}

.js-carousel-coleccion2.owl-carousel .owl-nav .owl-prev span:before,
.js-carousel-coleccion2.owl-carousel .owl-nav .owl-next span:before {
  font-size: 11px !important;
}

.js-carousel-coleccion2>.owl-dots {
  margin-top: 3px;
  z-index: 9 !important;
  position: relative !important;
}

.js-carousel-coleccion2 .owl-dots .owl-dot {
  width: 130px !important;
  height: 3px !important;
  margin: 10px !important;
  border-radius: 2px !important;
  opacity: .25 !important;
}

.js-carousel-coleccion2 .owl-dots .owl-dot.active {
  opacity: 1 !important;
  background: white !important;
  outline: none !important;
}



.js-carousel-coleccion4 .owl-nav button.owl-prev,
.js-carousel-coleccion4 .owl-nav button.owl-next {
  background: black !important;
  border-radius: 50% !important;
  color: white !important;
  width: 20px !important;
  height: 20px !important;
  opacity: 1 !important;
  text-align: center !important;
}

.js-carousel-coleccion4 .owl-nav button.owl-prev.disabled,
.js-carousel-coleccion4 .owl-nav button.owl-next.disabled {
  display: none;
}

.js-carousel-coleccion4 .owl-nav button.owl-next span {
  margin-left: 5px !important;
}

.js-carousel-coleccion4.owl-carousel .owl-nav .owl-prev span:before,
.js-carousel-coleccion4.owl-carousel .owl-nav .owl-next span:before {
  font-size: 11px !important;
}

.js-carousel-coleccion4>.owl-dots {
  margin-top: 3px;
  z-index: 9 !important;
  position: relative !important;
}

.js-carousel-coleccion4 .owl-dots .owl-dot {
  width: 130px !important;
  height: 3px !important;
  margin: 10px !important;
  border-radius: 2px !important;
  opacity: .25 !important;
}

.js-carousel-coleccion4 .owl-dots .owl-dot.active {
  opacity: 1 !important;
  background: white !important;
  outline: none !important;
}



/*videofondosinteriorescoches*/
.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 0;
}

.div-video {
  position: relative;
  /*width: 100vw;*/
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  color: white;
  font-family: "Nunito Sans", sans-serif;
  overflow: hidden;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
}

/* ESTILOS PARA SECCION DE CAMBIO DE IMAGEN (AUTO TOGGLE LEVANTE) */
.contenedor {
  position: relative;
  max-width: 100%;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  height: 100vh;
  padding-top: 3rem;
}

.titulo1,
.titulo2 {
  color: rgb(255, 255, 255);
  position: absolute;
  z-index: 18;
  margin-top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
  width: 700px;
  text-align: center;

}

.cont-titulo {
  /* display: flex;
  justify-content: center; */
}

.btn-izquierdo,
.btn-derecho {
  position: absolute;
  margin-top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  transition: .5s;
  z-index: 18;
  cursor: pointer;
}

.auto-dia,
.auto-noche {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  z-index: 15;
  transition: .5s;
  /* opacity: 0; */
}

.ocultar {
  opacity: 0;
  z-index: 12;
}

.mostrar {
  opacity: 1;
}

@media screen and (max-width:768px) {

  .titulo1,
  .titulo2 {
    margin-top: 12%;
  }
}

@media screen and (max-width:768px) {

  .titulo1,
  .titulo2 {
    width: 400px;
  }

  /* .btn-izquierdo, .btn-derecho{
    margin-top: 25%;
    } */
  .contenedor {
    height: 40vh;
  }

  .auto-dia,
  .auto-noche {
    height: 40vh;
  }

  .btn-izquierdo,
  .btn-derecho {
    margin-top: 20%;
  }
}

@media(max-width:768px) {}

/* @media(min-width:466px)and(max-width:672px){
  .btn-izquierdo, .btn-derecho{
    margin-top: 15%;
    }
} */

/* ESTILOS ADICIONALES PARA (AUTO TOGGLE GRAN TURISMO) */
.contenedor-gt {
  position: relative;
  max-width: 100%;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  height: 100vh;
}

.auto-dia-gt,
.auto-noche-gt {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  z-index: 15;
  transition: .5s;
  /* opacity: 0; */
}

/*.btn-izquierdo-gt, .btn-derecho-gt{*/
/*  position: absolute;*/
/*  margin-top: 20%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  width: 100px;*/
/*  transition: .5s;*/
/*  z-index: 18;*/
/*  cursor: pointer;*/
/*}*/
@media (max-width:767px) {
  .contenedor-gt {
    height: 32vh;
  }

  .auto-dia-gt,
  .auto-noche-gt {
    height: 32vh;
  }

  .t1-fs {
    font-size: 30px;
  }

}

.contenedor-mase-img {
  max-width: 100%;
  margin: 0;
}

.mase-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media screen and (max-width:768px) {
  .mase-img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }
}

.contenedor-padre-texto {
  height: 100vh;
}

@media (max-width:768px) {
  .contenedor-padre-texto {
    height: 50vh;
  }
}

.content-text-title {
  font-size: 3.5rem;
  margin-bottom: 60px;
}

.content-text-text {
  font-size: 1.3rem;
  margin-bottom: 30px;
}

.contenedor-texto-boton {
  font-size: .7rem;
  padding: 10px 20px;
  color: black;
  display: flex;
  align-items: center;
  background-color: #ffc845;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.icono-boton {
  margin: 0px 10px 0px 100px;
}

.contenedor-texto-boton::after {
  content: "";
  background: #1E387E;
  /* color de fondo hover */
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.contenedor-texto-boton:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.letter2 {
  letter-spacing: 2px
}

.asistencia-vial {
  display: flex;
  justify-content: center;
}

.asistencia-vial a {
  color: #4f4f4f;
  transition: all 0.5s ease;
}

.asistencia-vial a:hover {
  color: #d1a439;
  transition: all 0.5s ease;
}

.view-360 {
  width: 100%;
  height: 100vh;
}

@media(max-width:768px) {
  .view-360 {
    display: none;
  }
}

/*estilosmc20*/

.button-video {
  outline: none !important;
  position: relative;
  background: transparent;
  border: none;
}

.button-video .text-btn {
  letter-spacing: 2px;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-video .spacebar-marker {
  display: block;
  color: #fff;
  width: 28em;
  height: auto;
}

.button-video .spacebar-marker svg .spacebar-bottom {
  fill: none;
}

.counter-container {
  width: 21em;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 1em;
}

.counter-container .counter {
  font-size: 8em;
  line-height: 1em;
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: 100;
}

.counter-container .icon-cont {
  text-align: right;
}

.counter-container .icon-cont .icon {
  width: 40px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .counter-container {
    width: 18em;
  }

  .counter-container .counter {
    font-size: 9em;
  }

  .button-video .spacebar-marker {
    width: 20em;
  }

  .counter1 {
    position: relative;
    left: 1.3em;
    top: -50px;
    font-size: 5em;
    color: #ffffffad;
  }

  .instrucciones2 {
    display: none;
  }

  .instrucciones {
    display: none;
  }

  .button-video-lg {
    display: none;
  }

  .button-video {
    margin: auto;
  }
}


.seg {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1399px) {
  .texto-scroll2 {
    width: 65%;
  }

  .contador-fondo {
    background-image: url(../img/modelos/mc20/background-contador-lg.jpg);
    background-size: cover;
    background-position: 55% 0%;
  }

}

@media (min-width: 1400px) and (max-width: 1599px) {
  .texto-scroll2 {
    width: 65%;
  }

  .contador-fondo {
    min-height: 100vh;
    background-image: url(../img/modelos/mc20/background-contador-lg.jpg);
    background-size: cover;
    background-position: 50% 0%;
  }
}

@media (min-width: 1600px) {
  .texto-scroll2 {
    width: 58%;
  }

  .contador-fondo {
    height: 100vh;
    background-image: url(../img/modelos/mc20/background-contador-lg.jpg);
    background-size: cover;
    background-position: 50% 0%;
  }

  .kmh {
    position: absolute;
    left: 15%;
  }

  .counter1 {
    position: absolute;
    left: 1.3em;
    top: 0.8em;
    font-size: 5em;
    color: #ffffffad;
  }

  .w70-100 {
    width: 80% !important;
  }
}

@media (min-width: 992px)and (max-width: 1599px) {
  .counter1 {
    position: relative;
    left: 1.3em;
    top: -50px;
    font-size: 5em;
    color: #ffffffad;
  }

  .kmh {
    position: absolute;
    top: -17px;
    right: 50%;
  }

}

@media (max-width:767px) {
  .div-video {
    position: relative;
    /*width: 100vw;*/
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    color: white;
    font-family: "Nunito Sans", sans-serif;
    overflow: hidden;

    &::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: -1;
    }
  }

  .contador-fondo {
    background-repeat: repeat;
    background-image: url(../img/modelos/mc20/background-contador.jpg) !important;
    background-size: cover;
    background-position: 50% 90%;
  }

  .kmh {
    position: absolute;
    top: -17px;
    right: 40%
  }

  .w70-100 {
    width: 85% !important;
  }

  .w70-100b {
    width: 101% !important;
  }

  .lheight1 {
    line-height: 1em;
  }

  .-em10 {
    top: 0em;
  }

  .centrar {
    text-align: center !important;
  }
}

@media (min-width: 768px)and (max-width: 991px) {
  .kmh {
    position: relative;
    top: -170px;
    left: 7%;
    text-align: center;
  }
}

.seg {
  text-align: center
}

@media (min-width: 992px)and (max-width: 1200px) {
  .instrucciones {
    display: none
  }

  .instrucciones-h {
    height: 100px;
  }

  .instrucciones2 {
    display: block !important;
    text-align: center;
    padding-top: 100px;
    margin: auto
  }
}

@media (min-width: 768px) {
  .-em10 {
    top: -10em;
  }

  .-em13 {
    top: -13em;
  }

  .circulo-grecale {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    margin: 7px;
  }
}

@media (min-width: 768px)and (max-width: 1599px) {
  .w70-100 {
    width: 100% !important;
  }
}


/* Estilos MC20CIELO */

/* WEB  MAX HEIGHT 1080*/
@media (max-height: 1080px) {
  .video-background2 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: -10px;
  }

  .capitulo1 {
    position: absolute;
    top: -160px;
    left: 0;
    width: 100%;
    height: 156%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
  }

  .capitulo1div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40vh;
    margin: 0;
  }

  .design3 {
    width: 35%;
    position: absolute;
    top: 283px;
    left: 250px;
    z-index: 1;
  }

  .design2 {
    width: 50%;
    position: absolute;
    top: -50px;
    right: 100px;
  }

  .textDesign {
    width: 37%;
    z-index: 2;
    position: relative;
    left: 400px;
    top: 100px;
    margin-bottom: 100px;
  }

  .design {
    padding-bottom: 100px;
  }

  .pad-b {
    padding-bottom: 100px;
  }

  .pad-top {
    padding-top: 100px;
  }

  .auto-dia,
  .auto-noche {
    height: 100vh !important;
  }

  .mc20cielo-sky {
    color: #fff;
    margin-top: 40%;
  }

  .contenedor-gt {
    position: relative;
    max-width: 100%;
    z-index: 10;
    background-color: rgb(255, 255, 255);
    height: 100vh
  }

  .contenedor2 {
    position: relative;
    max-width: 100%;
    z-index: 10;
    background-color: black;
    height: 100vh;
  }

  .space-line {
    line-height: 5rem;
  }

  .options-container {
    position: absolute;
    color: white;
    z-index: 2;
    bottom: 20%;
    width: 100%;
    left: 35%;
  }

  #actionButton {
    position: absolute;
    top: 15px;
    left: 130px;
    width: 5%;
    cursor: pointer;
    transition: transform 0.5s ease;
  }

  #actionText {
    display: flex;
    justify-content: right;
    width: 350px;
    position: absolute;
    left: 15%;
    top: 20%;
  }

  #videoZoom {
    position: relative;
    height: 100vh;
  }

  .video-dashboard {
    height: 100% !important;
  }

  .capitulo3 {
    margin-top: 180px;
    margin-bottom: 530px;
  }

  .mc20cielo-engine {
    width: 55%;
    position: absolute;
    left: 10%;
    transform: translateY(-30%);
    z-index: 1;
  }

  .mc20cielo-cover {
    width: 30%;
    position: absolute;
    right: 15%;
    top: calc(59% + 264px);
  }

  .text-mc20cielo {
    width: 40%;
    position: absolute;
    left: 10%;
    top: 520px;
  }

  .mt-55 {
    margin-top: 1050px;
  }

  .mc20-info-carro {
    position: absolute;
    width: 55%;
    z-index: 1;
    right: 0;
    margin-top: 20px;
  }

  .info-mc20-cielo {
    height: 250px;
    background: #f8f8f8;
    width: 70%;
    position: absolute;
    top: 250px;
    left: 9%;
    font-size: 16px;
    display: grid;
    align-items: center;
  }

  .prima-serie-mc20 {
    width: 30%;
    position: absolute;
    right: 120px;
  }

  .prima-serie-top {
    padding-top: 350px;
  }

  .div-mc20-bottom {
    width: 40%;
    position: absolute;
    left: 170px;
  }

  .circulo-grecale {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    margin: 10px;
  }

  .btn-derechoMc20Cielo {
    width: 20% !important;
  }

  .btn-izquierdoMc20Cielo {
    width: 20% !important;
  }


}

/* WEB  MAX HEIGHT 1024*/
@media (max-height: 1024px) and (max-width: 1280px) {
  .video-background2 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: -10px;
  }

  .capitulo1 {
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 148%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
  }

  .container-texts-section {
    line-height: 1em !important;
    font-size: 5em !important;
    width: 70% !important;
  }

  .capitulo1div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10vh;
    margin: 0;
  }

  .design3 {
    width: 35%;
    position: absolute;
    top: 283px;
    left: 250px;
    z-index: 1;
  }

  .design2 {
    width: 50%;
    position: absolute;
    top: -50px;
    right: 100px;
  }

  .textDesign {
    width: 37%;
    z-index: 2;
    position: relative;
    left: 300px;
    top: 100px;
    margin-bottom: 100px;
  }

  .design {
    padding-bottom: 100px;
  }

  .pad-b {
    padding-bottom: 100px;
  }

  .pad-top {
    padding-top: 100px;
  }

  .auto-dia,
  .auto-noche {
    height: 100vh !important;
  }

  .mc20cielo-sky {
    color: #fff;
    margin-top: 40%;
  }

  .contenedor-gt {
    position: relative;
    max-width: 100%;
    z-index: 10;
    background-color: rgb(255, 255, 255);
    height: 100vh
  }

  .contenedor2 {
    position: relative;
    max-width: 100%;
    z-index: 10;
    background-color: black;
    height: 100vh;
  }

  .space-line {
    line-height: 5rem;
  }

  .options-container {
    position: absolute;
    color: white;
    z-index: 2;
    bottom: 20%;
    width: 100%;
    left: 30%;
  }

  #actionButton {
    position: absolute;
    top: 15px;
    left: 130px;
    width: 5%;
    cursor: pointer;
    transition: transform 0.5s ease;
  }

  #actionText {
    display: flex;
    justify-content: right;
    width: 350px;
    position: absolute;
    left: 18%;
    top: 10%;
  }

  #videoZoom {
    position: relative;
    height: 100vh;
  }

  .video-dashboard {
    height: 100% !important;
  }

  .capitulo3 {
    margin-top: 180px;
    margin-bottom: 530px;
  }

  .mc20cielo-engine {
    width: 55%;
    position: absolute;
    left: 10%;
    transform: translateY(-30%);
    z-index: 1;
  }

  .mc20cielo-cover {
    width: 30%;
    position: absolute;
    right: 15%;
    top: calc(59% + 264px);
  }

  .text-mc20cielo {
    width: 40%;
    position: absolute;
    left: 10%;
    top: 520px;
  }

  .mt-55 {
    margin-top: 1050px;
  }

  .mc20-info-carro {
    position: absolute;
    width: 55%;
    z-index: 1;
    right: 0;
    margin-top: 20px;
  }

  .info-mc20-cielo {
    height: 250px;
    background: #f8f8f8;
    width: 70%;
    position: absolute;
    bottom: 2.8%;
    left: 9%;
    font-size: 16px;
    display: grid;
    align-items: center;
  }

  .prima-serie-mc20 {
    width: 30%;
    position: absolute;
    right: 120px;
  }

  .prima-serie-top {
    padding-top: 350px;
  }

  .div-mc20-bottom {
    width: 40%;
    position: absolute;
    left: 170px;
  }

  .circulo-grecale {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    margin: 10px;
  }

  .btn-derechoMc20Cielo {
    width: 15% !important;
  }

  .btn-izquierdoMc20Cielo {
    width: 15% !important;
  }
}

/* WEB LAPTOP */
@media (max-width: 1366px) and (max-height: 607px) {

  .capitulo1 {
    position: absolute;
    top: -110px;
    left: 0;
    width: 100%;
    height: 156%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
  }

  .mc20cielo-sky {
    color: #fff;
    margin-top: 30%;
  }

  .info-mc20-cielo {
    height: 250px;
    background: #f8f8f8;
    width: 70%;
    position: absolute;
    top: 150px;
    left: 9%;
    font-size: 16px;
    display: grid;
    align-items: center;
  }

}

@media (max-width: 768px) {
  .textDesign {
    left: 0px;
    width: 90%;
  }
}


/* MOBIL */
@media (max-width: 576px) {
  .mc20cielotextocentrar {
    text-align: center;
    margin-top: 20%;
  }

  .video-background2 {
    background: linear-gradient(#8d98aa, #ffffff);
    height: 50vh;
  }

  .design3 {
    width: 90%;
    position: absolute;
    top: 140px;
    left: 0px;
    z-index: 1;
  }

  .design2 {
    width: 90%;
    position: absolute;
    top: -50px;
    right: 0px;
  }

  .textDesign {
    z-index: 2;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 30px;
    width: 90%;
  }

  /* ESTE */
  .colorsCarro {
    height: 60vh;
  }

  .mar-top {
    margin-top: -170px;
  }

  .pad-top {
    padding-top: 50px;
  }

  .pad-b {
    padding-bottom: 35px;
  }

  .auto-dia,
  .auto-noche {
    height: 70vh !important;
  }

  .pad-t-360 {
    padding-top: 360px;
  }

  .mc20cielo-sky {
    color: #fff;
    margin-top: 125%;
    font-size: 20px !important;
  }

  .contenedor-gt {
    position: relative;
    max-width: 100%;
    z-index: 10;
    background-color: rgb(255, 255, 255);
    height: 70vh
  }

  .contenedor2 {
    position: relative;
    max-width: 100%;
    z-index: 10;
    background-color: black;
    height: 70vh;
  }

  .space-line {
    line-height: 3rem;
  }

  .options-container_mobil {
    position: absolute;
    color: white;
    z-index: 2;
    bottom: 20%;
    width: 100%;
    left: 0%;
  }

  #actionButton_mobil {
    position: absolute;
    top: 150px;
    left: 150px;
    width: 30%;
    cursor: pointer;
    transition: transform 0.5s ease;
  }

  #actionText_mobil {
    display: flex;
    width: 330px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
  }

  #videoZoom_mobil {
    position: relative;
    height: 100vh;
  }

  .video-dashboard_mobil {
    height: 100vh !important;
  }

  .mc20cielo-engine {
    width: 100%;
    position: absolute;
    left: 0%;
    transform: translateY(-15%);
    z-index: 1;
  }

  .mc20cielo-cover {
    width: 90%;
    position: absolute;
    right: 5%;
    top: calc(59% + 415px);
    margin-top: 175px;
  }

  .text-mc20cielo {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 240px;
  }

  .mt-55 {
    margin-top: 940px;
  }

  .mc20-info-carro {
    position: absolute;
    width: 100%;
    z-index: 1;
    right: 0;
    margin-top: 20px;
  }

  .info-mc20-cielo {
    height: 250px;
    background: #f8f8f8;
    width: 90%;
    position: absolute;
    top: 250px !important;
    left: 5%;
    font-size: 16px;
    display: grid;
    align-items: center;
  }

  .prima-serie-mc20 {
    width: 90%;
    position: absolute;
    right: 20px;
  }

  .prima-serie-top {
    padding-top: 150px;
  }

  .div-mc20-bottom {
    width: 95%;
    position: absolute;
    left: 10px;
    bottom: 650px;
  }

  .space-top {
    height: 880px;
  }

  .btn-derechoMc20Cielo {
    width: 20% !important;
  }

  .btn-izquierdoMc20Cielo {
    width: 20% !important;
  }

  .container-texts-section {
    font-size: 28px !important;
  }

  .circulo-grecale {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    margin: 15px;
  }

  .capitulo3 {
    margin-top: 40px;
    margin-bottom: 530px;
  }

  .reducir {
    font-size: 15px !important;
    color: black;
  }

}

@media (min-width: 1600px) {
  .main-logo {
    min-width: 1100px;
  }
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.contentVideo {
  position: relative;
  z-index: 1;
}

.fuoriserie-video-mc20cielo {
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.capitulo_innovacion {
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.capitulo_performance {
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.color_mc20cielo {
  color: #699;
}


.imagesDesign {
  position: relative;
  margin-bottom: 400px;
}

#imagen-close-door,
#imagen-open-door {
  width: 100%;
  height: auto;
  position: absolute;
  transition: opacity 0.5s ease-in;
}

#imagen-open-door {
  opacity: 0;
}

#seccion-imagenes {
  margin-bottom: 65%;
}

.video-container {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  box-sizing: border-box;
}

.text-box {
  border-radius: 5px;
  width: 525px;
  margin-left: 6%;
  margin-top: 5%;
}

#toggle-button,
#toggle-button-mc20 {
  background-color: transparent;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  border-radius: 45px;
  border-top: none;
  border-left: navajowhite;
  border-end-start-radius: unset;
  border-start-end-radius: unset;
  border-color: #699;
  border-color: #699;
  padding-right: 20px;
  padding-bottom: 10px;
  outline: none;
}

#toggle-button-mobile {
  background-color: transparent;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  border-radius: 45px;
  border-top: none;
  border-left: navajowhite;
  border-end-start-radius: unset;
  border-start-end-radius: unset;
  border-color: #699;
  border-color: #699;
  padding-right: 20px;
  padding-bottom: 10px;
  outline: none;
}

.color_gris3 {
  color: #4f4f4f
}

.color_mc20cielo {
  color: #699;
}

.animated-container {
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.animated-container:hover {
  transform: translateX(15px);
}

.with-border {
  border-bottom: 1px solid black;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  width: 99%;
}

.textActive {
  color: #699;
}

.nav-tabs {
  border-bottom: 1px solid red;
  padding-bottom: 20px;
}

.shadowBackground {
  background-image: url('../img/modelos/mc20cielo/colores/base_shadow.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.mc20cielo-carro {
  margin-top: -90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pointsImage {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.mt-25 {
  margin-top: 25px;
}

.pt-0 {
  padding-top: 0;
}

.w-55 {
  width: 80% !important;
}

.h-700 {
  height: 700px;
}

.mc20-bottom {
  text-align: center;
  width: 100%;
  font-size: 24px;
}

.barra {
  width: 70%;
  height: 5px;
  background: black;
}

.texto-especificaciones {
  font-size: 20px;
  color: black;
}

.color-info {
  color: #5e5d5d;
}

.texto-bottom {
  color: #006ffa;
  display: inline-block;
  vertical-align: middle;
}

.especificaciones-modal {
  background-image: url('../img/modelos/mc20cielo/maseratiLogo.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.especificaciones-modal-mc20 {
  background-image: url('../img/modelos/mc20/04-desktop.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  max-height: 100vh;
}

.image-mobil {
  position: relative;
  bottom: 115px;
}

.espiritu {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 30px;
}

.background-capitulo1 {
  background-image: url('../img/modelos/mc20cielo/MC20-cielo_design-mobil.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100vw;
}

.background-capitulo2 {
  background-image: url('../img/modelos/mc20cielo/MC20-cielo_innovation_mobil.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100vw;
}

.background-capitulo3 {
  background-image: url('../img/modelos/mc20cielo/MC20-cielo_performance_mobil.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100vw;
}

.container-mc20 {
  min-height: 100vh;
  max-height: 100vh;
  overflow: auto;

}

@media(min-width:1200px) {
  .auto-mc20 {
    width: 70%;
    height: auto;
  }
}

@media(max-width:576px) {
  .mc20cielo-carro {
    margin-top: -58px;
  }

  .pills-colores-mc20cielo {
    margin-top: -110px !important;
  }
}

.decks-dummy1{
  background-image: url('../img/nosotros/GrecaleGranTurismo.jpg') ;
  background-size: cover;
  background-position: 55% 50%;
}

@media(min-width: 1700px){
  .decks-dummy1{
    background-position: -5% 50%;
  }
}


@media(min-width:768px) {
  .contenedor-boton-caja {
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      height: 230px;
  }

  .boton-caja {
      min-height: 210px;
      height: 210px;
  }
}

@media(max-width:767px) {
  .button_a1a3 {
      display: none;
  }

  .contenedor-boton-caja {
      display: block -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      height: 360px;
  }

  .boton-caja {
      height: 150px;
  }

  .logo-coche {
      min-width: 90% !important;
      text-align: center;
  }

}

.boton-caja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: height .2s ease;
  transition: height .2s ease;
  text-decoration: none;
  color: #000;
  border: 1px solid #a1a5a8;
  background-color: #fff;
  padding: 1pc;
  font-size: 19px;
  line-height: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.5em;
}

.boton-caja:hover {
  background: #ffc845;
  -webkit-transition: height .2s ease;
  display: flex !important;
  height: 230px;
}

.boton-caja:hover .icon-configurator {
  opacity: 1;
}

.boton-caja:hover .arrow-r {
  opacity: 1;
}

.icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.icon-configurator {
  display: block;
  opacity: .5;
}

.arrow-r {
  opacity: .5;
}

.btn-cerrar, .btn-cerrar2{
  position: absolute;
  background: none !important;
  border-radius: 4px;
  border: 1px solid;
  z-index: 45;
  color: white;
  font-size: 20px;
}

.btn-cerrar2{
  top: 0px;
  right: 0;
}

.btn-cerrar{
  top: 16px;
  right: 0;
}


.ya-disponible h4{
  text-align: center;
  font-size: 14px;
  font-family: fonttitle !important ;
  color: #8b8b8b;
}
.div-custom3{
  color: #252723;
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  margin-bottom: 30px;
  border: 1px solid #8080804d;
  padding: 2.2em;
  box-shadow: 0px 1px 2px 2px rgb(0 0 0 / 7%);
}
.form-control3{
    border: 1px solid #918f8f82;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    width: 100%;
    outline: none !important;
    display: block;
    padding: .375rem .75rem;
    font-size: 22 px;
    line-height: 1.5;
    color: #495057;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

