@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);
  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-personal-use/Anko-PersonalUse-MediumItalic.otf);
  font-display: swap;
}
@font-face {
  font-family: fontgrecale2;
  src: url(../fonts/BwGradualDEMO-Light.otf);
  font-display: swap;
}
@font-face {
  font-family: fontuniver45;
  src: url(../fonts/univers-light.otf);
  font-display: swap;
}

.fontgrecale {
  font-family: fontgrecale;
}
.fontgrecale-italic {
  font-family: italic-font;
}
.fontgrecale2 {
  font-family: fontgrecale2;
}
.font45 {
  font-family: fontuniver45;

}
.font_light {
  font-family: fontlight !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;
  }
}

.minuscula {
  text-transform: none !important;
  color: #272424b3 !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: 991px) {
  .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 {
    border-bottom: 1px solid #e8e8e8;
    /*  padding: 30px 0 0 50px; */
    padding: 30px 20px 20px 60px;
    width: calc(100%);
    background: #fff url(../img/contacto/map-pin.svg) 20px 30px no-repeat;
    background-size: 30px;
  }
}

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

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

@media (max-width: 767px) {
  .deck {
    border-bottom: 1px solid #e8e8e8;
    padding: 30px 20px 20px 60px;
    width: calc(100%);
    background: #fff 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: 90%;
  margin: 0 auto;
}

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

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

.inventario img {
  width: 100%;
}

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

.pdf-frame {
  height: 90vh;
}

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

  position: absolute;
  right: 8%;
  top: 14%;
}

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

.azul {
  background: blue;
}

.negro {
  background: #191a1c;
}

.cuoio {
  background: #744531;
}

.bianco {
  background: rgb(245 246 248);
  border: 1px solid #00000059;
}

.blu {
  background: #16253a;
}

.grigio {
  background: #4c5053;
}

.nero{
  background: #3b3f42;
}

.rosso-zegna {
  background: #ae4443;
}

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

.beige {
  background: #bcb2a9;
}

.sabbia {
  background: #b3a99f;
}

.ghiaccio{
  background: #bfbebc;
}

.chocolate{
  background: #5e433a;
}

.nero {
  background: #000000;
}

.marrone-grigio {
  background: #483836;
}

.brown-pelletessuta {
  background: #524846;
}

/*-- COLORES*/

.border-card {
  border: 1px solid #77777745;
  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.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: #0c2340;
  text-align: right;
  padding-right: 2em;
  opacity: 0.5;
  cursor: pointer;
  font-size: 20px;
}
.menu-hover:hover {
  opacity: 1;
}
.menu-hover.active {
  opacity: 1;
}
.opacity-0 {
  opacity: 0;
}
@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;
  }
}

.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*/
.home-slider .bg-cielo {
  background-image: url("../img/slider_horizontal/mc20-cielo.jpg");
}

.home-slider .bg-grecale {
  background-image: url("../img/slider_horizontal/grecale-blue.png");
}

.home-slider .bg-grecale-levante {
  background-image: url("../img/slider_horizontal/levante_and_grecale.jpg");
}

.home-slider .bg-mc20-hero {
  background-image: url("../img/slider_horizontal/mc20-hero.jpg");
}

.home-slider .bg-quattroporte {
  background-image: url("../img/slider_horizontal/quattroporte.jpg");
}

.home-slider .bg-levante {
  background-image: url("../img/slider_horizontal/levante.jpg");
}

.home-slider .bg-ghibli {
  background-image: url("../img/slider_horizontal/ghilbi-banner.jpg");
}

.home-slider .bg-granturismo {
  background-image: url("../img/slider_horizontal/maserati granturismo.jpg")!important;
}

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

.home-slider .bg-grecale-banner{
  background-image: url("../img/slider_horizontal/grecale-banner-1.jpg")!important;
}


@media (max-width: 767px) {
  .home-slider .bg-cielo {
    background-image: url("../img/slider_horizontal/mc20-cielo-mobile.jpg");
  }

  .home-slider .bg-grecale {
    background-image: url("../img/slider_horizontal/grecale-blue-movil.png");
  }  
  
  .home-slider .bg-grecale-levante {
    background-image: url("../img/slider_horizontal/levante_and_grecale.jpg");
  }

  .home-slider .bg-mc20-hero {
    background-image: url("../img/slider_horizontal/mc20-hero-mobile.jpg");
  }

  .home-slider .bg-quattroporte {
    background-image: url("../img/slider_horizontal/quattroporte-mobile.jpg");
  }

  .home-slider .bg-levante {
    background-image: url("../img/slider_horizontal/levante-mobile.jpg");
  }

  .home-slider .bg-ghibli {
    background-image: url("../img/slider_horizontal/ghilbi-banner-movil.jpg");
  }
  .home-slider .bg-jw {
    background-image: url("../img/slider_horizontal/jw-movil.jpg")!important;
  }
  .home-slider .bg-granturismo {
    background-image: url("../img/slider_horizontal/maserati granturismo-movil.jpg")!important;
  }
  .home-slider .bg-levante-sep{
    background-image: url("../img/allseason/BANNER WEB LEVANTE 500x900.jpg")!important;
  }
  .home-slider .bg-grecale-banner{
    background-image: url("../img/slider_horizontal/grecale-banner-mobile.jpg")!important;
  }
}
