/* 360 interna */

#mySpriteSpin {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: grab;
  margin: auto;
  background: url(../images/loading-car.gif) no-repeat center center;
}

.banner-interna {
  height: 370px;
  display: flex;
  position: relative;
  background-position: -295px 0px;
}
.banner-interna .titulo-carro-novo {
  height: 70px;
  line-height: 2px;
  width: 340px;
  top: 69px;
  padding: 10px 11px;
  background-color: #fff;
  display: inline-block;
  border-radius: 0px 40px 40px 0px;
  position: absolute;
}
.banner-interna .titulo-carro-novo::after {
  content: "";
  position: absolute;
  width: 130px;
  left: -120px;
  top: 0;
  height: 70px;
  background-color: #fff;
}
.banner-interna .titulo-carro-novo h2 {
  font-size: 26px;
  color: #565656;
  font-family: "FuturaBTBold";
}
.banner-interna .titulo-carro-novo span {
  font-size: 12px;
  color: #565656;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  /*height: 179px !important;*/
}

#galeria-interna .owl-item.active {
  filter: opacity(0.5);
}
.detalhes-veic {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#galeria-interna .owl-item.active.center {
  filter: opacity(1);
}
.titulo-section h1 {
  font-size: 40px;
  font-family: "FuturaBTBold";
}
.titulo-section {
  line-height: 15px;
}

.titulo-section h1 span {
  color: #c82034;
  font-size: 40px;
  font-family: "FuturaBTBold";
}
.titulo-section span {
  font-size: 20px;
  color: #3a3a3a;
}
.video-interna-novo {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 483px;
  width: 100%;
  border-radius: 5px;
}
.mt-50 {
  margin-top: 29px;
}

.desc-section p {
  font-size: 12px;
  color: #565656;
  margin-top: 15px;
  line-height: 19px;
}

#galeria-interna .owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #dbdbdb;
  border: none;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

#galeria-interna .owl-nav button:hover {
  position: absolute;
  border: none;
  width: 46.75px;
  height: 46.75px;
  border-radius: 50%;
  background-color: #000000;
  z-index: 1;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#galeria-interna .owl-nav button:hover i {
  color: #fff;
  font-size: 20px;
}

.accordion {
  width: 269px;
  position: absolute;
  top: -212px;
  right: 18px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 5;
}

#mySpriteSpin img {
  width: 600px;
}

#mySpriteSpin:active {
  cursor: ew-resize;
}

.top-interna {
  margin-top: 80px;
}

.cores {
  padding: 0;
  margin: 0;
}

.cores li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.content {
  position: relative;
}

.info-novo {
  width: 270px;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  z-index: 1;
}

.info-360 {
  width: 230px;
  margin-top: 20%;
}

/* Galeria Interna Novos */

.galeria .item {
  width: 268px;
  height: 169px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.galeria .item:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.img-galeria {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0px 0px 205px 200px rgba(255, 255, 255, 0.5);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.galeria .item:hover .img-galeria {
  box-shadow: inset 0px 0px 0 0 rgba(255, 255, 255, 0.5);
}

.overlay {
  opacity: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  display: table;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.img-galeria span {
  color: #fff;
  font-size: 30px;
  vertical-align: middle;
}

.img-galeria span i {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  opacity: 0;
}

.galeria .item:hover .img-galeria span i {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}

.estilo-carousel.owl-carousel .owl-nav {
  top: 32%;
}

/* Características */

.caracteristicas {
  position: relative;
}

.caracteristicas::after {
  content: "";
  position: absolute;
  background-color: #f8f8f8;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: -20px;
  z-index: -1;
}

.caracteristicas .item {
  /* width: 370px; */
}

.caracteristicas .img-caract {
  width: 100%;
  height: 169px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.caracteristicas .titulo {
  font-size: 20px;
  color: #565656;
  font-family: "FuturaMedium";
  padding: 10px;
}

.caracteristicas small {
  font-size: 12px;
  display: block;
  text-align: center;
  color: #979595;
}

/* MODELOS */

#carousel-modelos .item {
  width: 190px;
  padding: 15px;
}

.modelo {
  min-height: 100%;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.modelo a {
  text-decoration: none;
}

.itens-indicado li {
  font-size: 11px;
  color: #979595;
  line-height: 20px;
  text-align: center;
}

.titulo-modelo-ind hr {
  margin-top: 1rem;
  margin-bottom: 5px;
  border: 0;
  border-top: 2px solid rgba(248, 248, 248, 1);
}

.modelos-indicados:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
}

.modelo:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.img-modelo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin: auto;
}

.titulo-modelo-ind {
  /*line-height: 7px;*/
}

.titulo-modelo-ind h2 {
  font-size: 16px;
  font-family: "FuturaBTBold";
  color: #565656;
}

.titulo-modelo-ind p {
  font-size: 15px;
  color: #565656;
}

.modelo-titulo {
  font-size: 16px;
  font-family: "FuturaMedium";
  display: block;
  text-transform: uppercase;
  color: #565656;
  line-height: 15px;
}

.modelo-carac {
  font-size: 15px;
  display: block;
  text-transform: uppercase;
  color: #565656;
  line-height: 15px;
}

.modelo-lista {
  padding: 0;
  margin: 0;
  list-style: none;
}

.modelo-lista li,
.modelo-lista p {
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #979595;
  font-size: 10px;
}

.modelo .btn-primario {
  font-size: 12px;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.modelo:hover .btn-primario {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}

.btn-modelos-indicados {
  opacity: 0;
}

.modelos-indicados:hover .btn-modelos-indicados {
  background-color: #c82034;
  color: #fff !important;
  /* line-height: 20px; */
  opacity: 1;
  transition: 0.5s;
  display: flex;
  height: 30px;
  align-items: center;
  padding: 0 1.55rem;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  text-decoration: none !important;
  border: none;
  font-family: "FuturaMedium";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 30px;
  position: relative;
  justify-content: center;
  overflow: hidden;
}

.modelos-indicados {
  width: 100%;
  padding: 10px;
  /*height: 315px;*/
  margin-bottom: 30px;
}
