@font-face {
    font-family: 'MMC';
    src: url('font/MMC-Medium.ttf') format('truetype');
    font-weight: 500;
   
}
@font-face {
    font-family: 'MMC';
    src: url('font/MMC-Regular.ttf') format('truetype');
    font-weight: 400;
   
}
@font-face {
    font-family: 'MMC';
    src: url('font/MMC-Bold.ttf') format('truetype');
    font-weight: 700;
   
}

body { 
    margin: 0; 
    font-family: 'MMC', sans-serif; 
    background-color: #000; 
    color: #fff; 
    overflow-x: clip;
    
} 
header { 
    background-color: #000; 
    padding: 10px 20px; 
    display: flex; 
    justify-content: left; 
    align-items: center; 
} 
header img { 
    height: 70px; 
} 
nav ul {
    list-style: none; 
    display: flex; 
    gap: 40px; 
    margin: 0; 
    padding: 0; 
    margin-left:40px;
} 
nav ul li { 
    display: inline; 
} 
nav ul li a { 
    color: #fff; 
    text-decoration: none; 
    font-weight: 700; 
} 
.w-100{
  width: 100%;
}
.hero { 
    position: relative; 
    text-align: center; 
    color: white; 
    background: url(imgs/hero_outlander.jpg);
    height: 90vh;
    background-position: center 30%;
    background-size: 110%;
    background-repeat: no-repeat;
} 
.hero img {
    width: 400px;
    height: auto;
}

.hero .text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.hero .text h1 {
    font-size: 3em;
    margin: 0;
}

.hero .text p {
    font-size: 1.5em;
    margin: 10px 0;
}

.hero .text button {
    font-family: 'MMC', sans-serif;
    font-weight: 500;
    background-color: #fff;
    color: #000;
    border: none;
    padding: 5px 30px;
    font-size: 2em;
    cursor: pointer;
  transition: 0.25s;
  
  &:hover,
  &:focus { 
    box-shadow: inset 7.5em 0 0 0 #ed0000;
    color: #fff;
  }
  
}
.hero-outlander { 
  position: relative; 
  text-align: center; 
  color: white; 
  background: url(imgs/hero_outlander02.jpg);
  height: 90vh;
  background-position: center 30%;
  background-size: 110%;
  background-repeat: no-repeat;
} 
.hero-outlander .breadcrumbs {
  font-size: 1em;
    margin: 20px 20px;
    padding-top: 20px;
    text-align: left;
}
.hero-outlander .wordmark {
  width: 400px;
  height: auto;
}
.hero-outlander .text {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.hero-outlander .text h1 {
  font-size: 3em;
  margin: 0;
}

.hero-outlander .text p {
  font-size: 1.5em;
  margin: 10px 0;
}

.hero-outlander .text button {
  font-family: 'MMC', sans-serif;
  font-weight: 500;
  background-color: #0000002e;
  color: #FFF;
  border: solid 2px #ed0000;
  padding: 10px 35px;
  font-size: 1.5em;
  cursor: pointer;
transition: 0.25s;

&:hover,
&:focus { 
  box-shadow: inset 12em 0 0 0 #ed0000;
  color: #fff;
}
}
.hero-outlander-sport { 
  position: relative; 
  text-align: center; 
  color: white; 
  background: url(imgs/hero_outlander-sport.jpg);
  height: 90vh;
  background-position: left 50%;
  background-size: 110%;
  background-repeat: no-repeat;
} 
.hero-outlander-sport .breadcrumbs {
  font-size: 1em;
    margin: 20px 20px;
    padding-top: 20px;
    text-align: left;
}
.hero-outlander-sport .wordmark {
  width: 400px;
  height: auto;
}
.hero-outlander-sport .text {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.hero-outlander-sport .text h1 {
  font-size: 3em;
  margin: 0;
}

.hero-outlander-sport .text p {
  font-size: 1.5em;
  margin: 10px 0;
}

.hero-outlander-sport .text button {
  font-family: 'MMC', sans-serif;
  font-weight: 500;
  background-color: #0000002e;
  color: #FFF;
  border: solid 2px #ed0000;
  padding: 10px 35px;
  font-size: 1.5em;
  cursor: pointer;
transition: 0.25s;

&:hover,
&:focus { 
  box-shadow: inset 12em 0 0 0 #ed0000;
  color: #fff;
}
}
.hero-l200 { 
  position: relative; 
  text-align: center; 
  color: white; 
  background: url(imgs/hero_l200_2.jpg);
  height: 90vh;
  background-position: center 75%;
  background-size: 110%;
  background-repeat: no-repeat;
} 
.hero-l200 .breadcrumbs {
  font-size: 1em;
    margin: 20px 20px;
    padding-top: 20px;
    text-align: left;
}
.hero-l200 .wordmark {
  width: 400px;
  height: auto;
}
.hero-l200 .ancap {
  width: 130px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}
.hero-l200 .text {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.hero-l200 .text h1 {
  font-size: 3em;
  margin: 0;
}

.hero-l200 .text p {
  font-size: 1.5em;
  margin: 10px 0;
}

.hero-l200 .text button {
  font-family: 'MMC', sans-serif;
  font-weight: 500;
  background-color: #0000002e;
  color: #FFF;
  border: solid 2px #ed0000;
  padding: 10px 35px;
  font-size: 1.5em;
  cursor: pointer;
transition: 0.25s;

&:hover,
&:focus { 
  box-shadow: inset 12em 0 0 0 #ed0000;
  color: #fff;
}

}
.hero-nosotros { 
  position: relative; 
  text-align: center; 
  color: white; 
  background: url(imgs/hero_nosotros.jpg);
  height: 90vh;
  background-position: center 30%;
  background-size: 110%;
  background-repeat: no-repeat;
} 
.hero-nosotros img {
  width: 400px;
  height: auto;
}

.hero-nosotros .text {
  position: absolute;
  top: 50%;
  left: 0%;
  
  width: 60%;
}

.hero-nosotros .text h1 {
  font-size: 5em;
  margin: 0;
}

.hero-nosotros .text p {
  font-size: 2.5em;
  margin: 10px 0;
}

.hero-nosotros .text button {
  font-family: 'MMC', sans-serif;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  border: none;
  padding: 5px 30px;
  font-size: 2em;
  cursor: pointer;
transition: 0.25s;

&:hover,
&:focus { 
  box-shadow: inset 7.5em 0 0 0 #ed0000;
  color: #fff;
}

}

.hero-gradient{
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); 
  height:100vh; 
  margin-bottom:0px
}

.caracteristicas{
  display: flex;
  align-items: center; 
  justify-content: space-evenly; 
  width: 70%; 
  margin: auto;
  margin-top: 40px; 
  margin-bottom:40px;
}
.slide:hover,
.slide:focus {
  box-shadow: inset 6.5em 0 0 0 #ed0000;
}
.slider button {
  font-family: 'MMC', sans-serif;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  border: none;
  padding: 5px 30px;
  font-size: 1em;
  cursor: pointer;
transition: 0.25s;


&:hover,
&:focus { 
  box-shadow: inset 8.2em 0 0 0 #ed0000;
  color: #fff;
  cursor: pointer;
}
}
.slide-visible .slider-sel {
  animation-name: fade-right;
  animation-duration: 1s;
}

@keyframes fade-right {
  0%   {opacity:0; right:-200px; }
  100% {opacity:1; right:0px; }
}

.slider-tit{
  left:10%;
  width: 70%;
}
.slider-txt{
  left:10%;
  bottom: 10%;
}
.img360{
width: 60%;
}

.franjaroja{
  position: absolute;
  right: -100px;
  top: 0;
  width: 40%;
  height: 100%;
  background-color: #ec0000;
  transform: skew(-12deg);
}
.icono360{
  text-align: center;
}
.section {
    text-align: center;
}

.section img {
    width: 100%;
    height: auto;
}

.section h2 {
    font-size: 2.5em;
    margin: 20px 0;
}

.section p {
    font-size: 1.2em;
    margin: 20px 0;
}

.section button {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
}
.libertad {
  position: absolute; 
  display: flex;
  flex-direction: column;
  width: 25%; 
  height: 100%; 
  background-color: #000;
  padding: 0 60px;
  justify-content: center;
}
.libertad h1{
  font-size: 4em;
}
.libertad p{
  margin: 20px 40px 40px 0px;
}
.libertad button {
  font-family: 'MMC', sans-serif;
  font-weight: 700;
  background-color: #000;
  color: #FFF;
  border: solid 1px #FFF;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  width: 50%;
  margin-top:80px;
  cursor: pointer;
  transition: 0.25s;
  
  
  &:hover,
  &:focus { 
    box-shadow: inset 15rem 0 0 0 #ed0000;
    color: #fff;
    cursor: pointer;
  }
}
.bloque_outlander {
  position: absolute; 
  display: flex;
  flex-direction: column;
  width: 25%; 
  height: 100%; 
  padding: 0 90px;
  justify-content: center;
}
.bloque_outlander h1{
  font-size: 4em;
  line-height: 1;
  margin-top: 10px;
}
.bloque_outlander p{
  margin: 10px;
}
.img-gal img{
  height: 100%;
    width: 100%;
    object-fit: cover;
}
.img-gal img:hover{
  transform: scale(1.1);
  transition: 0.25s;
}
.gallery-grid{
  width: 100%; 
  height: 500px; 
  display:flex; 
  overflow: clip;
}
.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    background-color: #000;
    background: url(imgs/bg_contacto.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 450px;
}

.contact img {
    width: 50%;
    height: auto;
}

.contact .text {
    padding: 20px;
    text-align: center;
}

.contact .text h1 {
    font-size: 4em;
    margin: 20px 0;
}

.contact .text p {
    font-size: 1.2em;
    margin: 20px 0;
}

.colores{
  position: relative;
  padding-bottom: 40px;
}
.colores img{
  width: 40px;

}
.colores img:hover{
  transform: scale(1.1);
  transition: 0.25s;
}

footer {
    background-color: #000;
    padding: 50px 20px;
    color: #fff;
    position: sticky;
    z-index: 101;
}

footer .footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .footer-top div {
    flex: 1;
    padding: 20px;
}

footer .footer-top div h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

footer .footer-top div ul {
    list-style: none;
    padding: 0;
}

footer .footer-top div ul li {
    margin: 10px 0;
}

footer .footer-top div ul li a {
    color: #fff;
    text-decoration: none;
}

footer .footer-bottom {
    text-align: right;
    margin-top: 20px;
    margin-right: 40px;
}

footer .footer-bottom p {
    margin: 0;
}

footer .footer-bottom .social-icons {
    margin: 20px 0;
}

footer .footer-bottom .social-icons a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}
.section-outlander{
  display: block;
}
.slider-sel_mobile {
  display:none;
}
.slider-btn {
  z-index: 3; 
  position: absolute; 
  bottom:10%; 
  right:10%;
}
.slider-title{
  z-index: 3; 
  position: absolute; 
  top:10%; 
  right:8%;
}
.icon-chat{
  width: 100px;
}
/* Dropdown Button */
.dropbtn {
  
  color: #FFF;
  
  
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 160px;
  z-index: 1;
  margin-left: -10px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #FFF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
 
}
/* Dropdown Content (Modelos) */
.dropdown-content-modelos {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 180px;
  z-index: 1;
  margin-left: -10px;
  padding:20px;
}
.dropdown-content-modelos img{
  height: 140px;
}
.dropdown-content-modelos img:hover{
  transform: scale(1.1);
  transition: 0.25s;
}
/* Links inside the dropdown */
.dropdown-content-modelos a {
  color: #FFF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
 
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropdown-content-modelos {display: flex;}
.acordeon {
  width: 90%;
  margin: 90px auto;
  color: #FFF;
  background-color: #000;
  padding: 45px 45px;
}
.acordeon h1{
  text-align: center;
}
.acordeon .contenedor {
  position: relative;
  margin: 10px 10px;
  text-align: center;
}

.acordeon .etiqueta {
  position: relative;
  padding: 10px 0;
  font-size: 24px;
  color: #FFF;
  cursor: pointer;
}
.acordeon .etiqueta::before {
  content: '\203A';
  color: #FFF;
  position: absolute;
  top: 15%;
  right: -5px;
  font-size: 30px;
  font-weight: 900;
  transform: translateY(-50%);
  transform: rotate(90deg);
}


.acordeon .contenido {
  position: relative;
  background: #000;
  height: 0;
  font-size: 20px;
  text-align: justify;
  overflow: hidden;
  transition: 0.5s;
  display: flex;
    justify-content: space-around;
    width: 100%;
    font-weight: 700;
}

.acordeon .contenido ul {
  list-style: disc;
  margin-left: 0;
  padding-left: 60px;
  padding-right: 60px;
  width: 50%;
}
.acordeon .contenido li::marker {
  font-size: 2em;
  color: #ed0000;
}


.acordeon .contenido li {
  padding-left: 1em;
  /*text-indent: -1em;*/
}
.acordeon .contenido li span {
  vertical-align: 0.4em;
}

.acordeon .contenido li:before {
  color:#ed0000;
  padding-right: 5px;
}


.acordeon hr {
  width: 100;
  margin-left: 0;
  border: 1px solid #ed0000;
}

.acordeon .contenedor.activa .contenido {
  height: 100%;
}


.acordeon .contenedor.activa .etiqueta::before {
  content: '\203A';
  font-size: 30px;
  font-weight: 900;
  transform: rotate(-90deg);
  right: 0;
}
.bloque-cierre{
  width: 30%; 
  position:absolute; 
  left:40px; 
  top:30%; 
  text-align: left;
}
.bloque-cierre h1{
  font-size: 3em;
}
.cierre-img{
  text-align: right;
}
.cierre-img img{
  position: relative; 
  z-index: 1; 
  right: 10px; 
  padding-top: 10%;
}
.franjaroja-cierre{
  position:absolute; 
  right:-100px; 
  top:0; 
  width: 40%; 
  height: 100%; 
  background-color: #ec0000;
  transform: skew(-12deg);
}
.contenedor-cierre{
  background-color: #FFF; 
  text-align: center; 
  color:#000; 
  min-height:650px; 
  overflow-x: clip;
}
.legal-precio{
  padding:25px;
  font-size:11px;
}
#map {
  min-height: 750px;
}
.form-group {
  margin-bottom: 0;
}

label {
color:#939393;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 25px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #8E8E8E;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 2px;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
  font-family: 'MMC', sans-serif; 
}
.form-control:focus {
  color: #ec0000;
  background-color: #fff;
  border: 2px solid #ec0000;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
}
.form-control:focus::-webkit-input-placeholder {
  color: #ec0000;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-naranja,
.btn-naranja:active,
.btn-naranja:visited,
.btn-naranja:focus {
  font-family: 'MMC', sans-serif;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  border: none;
  padding: 15px 30px;
  font-size: 1em;
  cursor: pointer;
transition: 0.25s;


&:hover,
&:focus { 
  box-shadow: inset 50em 0 0 0 #ed0000;
  color: #fff;
  cursor: pointer;
}
}
.row-concesionarios{
  display: flex;
}
.form-concesionarios {
  padding-top: 60px; 
  width: 50%; 
  padding-left:80px
}
.mapa-concesionarios{
  width: 50%;
}
.botonera-autos{
  display: flex;
  justify-content: center;
  }
.btn-fill{
  font-family: 'MMC', sans-serif;
  font-weight: 700;
  background-color: #ec0000;
  color: #FFF;
  border: 2px solid #ec0000;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  margin:20px 5px;
  cursor: pointer;
  transition: 0.25s;
  
  
  &:hover,
  &:focus { 
    box-shadow: inset 10rem 0 0 0 #FFF;
    border: 2px solid #FFF;
    color: #ec0000;
    cursor: pointer;
  }
}
.btn-outline{
  font-family: 'MMC', sans-serif;
  font-weight: 700;
  background-color: #000;
  color: #FFF;
  border: 2px solid #ec0000;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  margin:20px 5px;
  cursor: pointer;
  transition: 0.25s;
  
  
  &:hover,
  &:focus { 
    box-shadow: inset 16rem 0 0 0 #ec0000;
    color: #FFF;
    cursor: pointer;
  }
}
.nosotros-body{
 padding:120px;
  margin: auto;
  z-index: 10;
  position: relative;
}
.footer-legales{
  display: flex;
      justify-content: space-evenly;
      flex-direction: row;
}
.footer-legales a{
  color:#FFF;
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer-legales{
    display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        line-height: 1.5;
  }
    .contact {
        flex-direction: column;
    }
    .contact {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0px 20px;
      background-color: #000;
      background: url(imgs/bg_contacto.jpg);
      background-size: 110%;
      background-repeat: no-repeat;
      min-height: 150px;
  }
  
  .contact .text {
      padding: 0px;
      text-align: center;
  }
  
  .contact .text h1 {
      font-size: 2em;
      margin: 10px 0;
  }
  
  .contact .text p {
      font-size: 0.6em;
      margin: 0px 0;
  }

    .contact img {
        width: 100%;
    }
    body { 
        overflow-x: hidden;
    } 
    .hero { 
      position: relative; 
      text-align: center; 
      color: white; 
      background: url(imgs/hero_outlander.jpg);
      height: 90vh;
      background-position: -260px -60px;
      background-size: 300%;
      background-repeat: no-repeat;
  } 
  .hero img {
    width: 350px;
    height: auto;
}
.hero .text h1 {
  font-size: 1.5em;
  margin: 0;
}
.hero-outlander .text h1 {
  font-size: 2em;
  margin: 0;
}
.hero-outlander .wordmark {
  width: 250px;
  height: auto;
}
.hero-outlander {
  position: relative;
  text-align: center;
  color: white;
  background: url(imgs/hero_outlander02.jpg);
  height: 80vh;
  background-position: center -5%;
  background-size: 190%;
  background-repeat: no-repeat;
}
.hero-l200 .text h1 {
  font-size: 2em;
  margin: 0;
}
.hero-l200 .breadcrumbs {
        font-size: 0.8em;
}
.hero-l200 .wordmark {
  width: 250px;
  height: auto;
}
.hero-l200 .ancap {
  width: 70px;
  top: 10px;
  right: 10px;
}
.hero-l200 {
        position: relative;
        text-align: center;
        color: white;
        background: url(imgs/hero_L200.jpg);
        height: 100vh;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
.hero-outlander-sport .text h1 {
  font-size: 2em;
  margin: 0;
}
.hero-outlander-sport .wordmark {
  width: 250px;
  height: auto;
}
.hero-outlander-sport {
  position: relative;
  text-align: center;
  color: white;
  background: url(imgs/hero_outlander-sport.jpg);
  height: 80vh;
  background-position: left -15%;
  background-size: 200%;
  background-repeat: no-repeat;
}
.hero-nosotros { 
  position: relative; 
  text-align: left; 
  color: white; 
  background: url(imgs/hero_nosotros.jpg);
  height: 70vh;
  background-position: center -60px;
  background-size: 300%;
  background-repeat: no-repeat;
} 
.hero-nosotros img {
width: 350px;
height: auto;
}
.hero-nosotros .text {
  position: absolute;
  top: 50%;
  padding-left: 20px;
}
.hero-nosotros .text h1 {
font-size: 2.5em;
margin: 0;
}
.hero-nosotros .text p{
  font-size: 1.5em;
}

.hero-gradient{
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); 
  height:100vh; 
  margin-bottom:0px
}
.img360{
  width: 80%;
  }
  .icono360{
    display:none;
  }
  .franjaroja{
    position: absolute;
    right: -100px;
    top: 0;
    width: 600%;
    height: 95%;
    background-color: #ec0000;
    transform: skew(82deg);
  }
  .txt-producto{
color: #FFF;
  }
.slider button {
  font-family: 'MMC', sans-serif;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  border: none;
  padding: 5px 30px;
  font-size: 0.5em;
  cursor: pointer;
transition: 0.25s;

&:hover,
&:focus { 
  box-shadow: inset 7.5em 0 0 0 #ed0000;
  color: #fff;
}
}
.slider-sel {
  display:none;
}
.slider-sel_mobile {
  display:block;
  width: 40%;
  left: 30%;
  bottom: 25%;
}
.slide-img{
height: 40vh;
width: auto; 
margin-left: -30%; 

}
.slide-imgout{
  height: 40vh;
  width: auto; 
  margin-left: -65%; 
  
  }
.slide-visible{
  z-index: 1;

}
.libertad {
  position: relative; 
  display: flex;
  flex-direction: column;
  width: 90%; 
  height: 100%; 
  background-color: #000;
  padding: 0 30px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.libertad h1{
  font-size: 2em;
}
.libertad p{
  margin: 10px 0px 10px 0px;
}
.libertad button {
  background-color: #000;
  color: #FFF;
  border: solid 1px #FFF;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  width: 100%;
  margin-top:20px;
  margin-bottom:20px;
  cursor: pointer;
  transition: 0.25s;
  
  
  &:hover,
  &:focus { 
    box-shadow: inset 15rem 0 0 0 #ed0000;
    color: #fff;
    cursor: pointer;
  }
}
.section-outlander{
  display: flex;
  flex-direction: column-reverse;
}
.slider-txt{
  width: 100%;
  left:0%;
  bottom: 14%;
}
.slider-btn {
  z-index: 3; 
  position: absolute; 
  bottom:0%; 
  right:30%;
}
.slider-title{
        font-size: 1.5em;
  z-index: 3; 
  position: absolute; 
  top:30%; 
  right: 50%;
        translate: 50%;
        width: max-content;
}
.icon-chat{
  width: 70px;
}
.caracteristicas{
  display: flex
;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: column;
}
.bloque_outlander {
  position: absolute; 
  display: flex;
  flex-direction: column;
  width: 100%; 
  height: auto; 
  padding: 0 10px;
  justify-content: center;
  background-color: #000;
  transform: translateY(240px);
}
.bloque_outlander h1{
  font-size: 2em;
  line-height: 1;
  margin: 10px;
  margin-right: 100px;
}
.bloque_outlander p{
  margin: 10px;
  font-size: 0.8em;
}
.slider-outmobile{
  height: 600px;
  /* margin-top: -80px; */
}
.gallery-grid{
  width: 100%; 
  height: 150px; 
  display:flex; 
  overflow: clip;
}
.bloque-cierre{
  width: 80%; 
  position:absolute; 
  left:40px; 
  top:0%; 
  text-align: center;
}
.bloque-cierre h1{
  font-size: 2em;
  line-height: 1;
}
.cierre-img{
  text-align: center;
}
.cierre-img img{
  position: relative; 
  z-index: 1; 
  right: 10px; 
  padding-top: 80%;
}
.franjaroja-cierre{
  position: absolute;
  right: -100px;
  top: 125px;
  width: 630%;
  height: 100%;
  background-color: #ec0000;
  transform: skew(85deg);
}
.contenedor-cierre{
  background-color: #FFF; 
  text-align: center; 
  color:#000; 
  min-height:500px; 
  overflow-x: clip;
}
.acordeon {
  width: 100%;
  margin: 90px auto;
  color: #FFF;
  background-color: #000;
  padding: 0;
}
.acordeon h1{
  text-align: center;
}
.acordeon .contenedor {
  position: relative;
  margin: 10px 10px;
  text-align: center;
}
.acordeon .contenido ul {
  list-style: disc;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.acordeon .etiqueta {
  position: relative;
  padding: 10px 0;
  font-size: 24px;
  color: #FFF;
  cursor: pointer;
}
.acordeon .etiqueta::before {
  content: '\203A';
  color: #FFF;
  position: absolute;
  top: 15%;
  right: -5px;
  font-size: 30px;
  font-weight: 900;
  transform: translateY(-50%);
  transform: rotate(90deg);
}


.acordeon .contenido {
  position: relative;
  background: #000;
  height: 0;
  font-size: 14px;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
  transition: 0.5s;
  display: flex;
    justify-content: space-around;
    width: 90%;
    font-weight: 500;
}

.acordeon .contenido ul {
  list-style: disc;
  margin-left: 30px;
  padding-left: 0;
}
.acordeon .contenido li::marker {
  font-size: 2em;
  color: #ed0000;
}


.acordeon .contenido li {
  padding-left: 0em;
  text-indent: 0em;
}
.acordeon .contenido li span {
  vertical-align: 0.4em;
}

.acordeon .contenido li:before {
  color:#ed0000;
  padding-right: 5px;
}


.acordeon hr {
  width: 100;
  margin-left: 0;
  border: 1px solid #ed0000;
}

.acordeon .contenedor.activa .contenido {
  height: 100%;
}


.acordeon .contenedor.activa .etiqueta::before {
  content: '\203A';
  font-size: 30px;
  font-weight: 900;
  transform: rotate(-90deg);
  right: 0;
}
.row-concesionarios{
  display: flex;
  flex-direction: column;
}
.form-concesionarios {
  padding-top: 60px; 
  width: 90%; 
  padding-left:20px
}
.mapa-concesionarios{
  width: 100%;
}
.botonera-autos{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  }
.btn-fill{
  font-family: 'MMC', sans-serif;
  font-weight: 700;
  background-color: #ec0000;
  color: #FFF;
  border: 2px solid #ec0000;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  margin: 5px;
  cursor: pointer;
  transition: 0.25s;
  width: 90%;
  
  
  &:hover,
  &:focus { 
    box-shadow: inset 10rem 0 0 0 #FFF;
    border: 2px solid #FFF;
    color: #ec0000;
    cursor: pointer;
  }
}
.btn-outline{
  font-family: 'MMC', sans-serif;
  font-weight: 700;
  background-color: #000;
  color: #FFF;
  border: 2px solid #ec0000;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  margin: 5px;
  cursor: pointer;
  transition: 0.25s;
  width: 90%;
  
  
  &:hover,
  &:focus { 
    box-shadow: inset 16rem 0 0 0 #ec0000;
    color: #FFF;
    cursor: pointer;
  }
}
.nosotros-body{
  padding:50px;
   margin: auto;
   z-index: 10;
   position: relative;
 }
 .dropdown-content {
  display: none;
  position: relative;
  background-color: #FFF;
  min-width: 160px;
  z-index: 1;
  margin-left: -10px;
}
/* Dropdown Content (Modelos) */
.dropdown-content-modelos {
  display: none;
  position: relative;
  background-color: #FFF;
  min-width: 160px;
  z-index: 1;
  margin-left: -10px;
  padding:10px;
}
.dropdown-content-modelos img{
  height: 70px;
}
.dropdown-content-modelos img:hover{
  transform: scale(1.1);
  transition: 0.25s;
}
/* Links inside the dropdown */
.dropdown-content-modelos a {
  color: #FFF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.dropdown:hover .dropdown-content-modelos {display: block;}

}

/*HAMBURGUER*/
.container {
    margin: auto;
  }
  /* ............/navbar/............ *

/* desktop mode............/// */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}
.logo {
    margin-left:0px;
  }

.navbar {
 
  width: 100%;
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: left;
  height: 64px;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
}

.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.menu-items a {
  text-decoration: none;
  color: #FFF;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
  color: #ed0000;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 768px) {
    .navbar {
      opacity: 0.95;
      
    }
  
    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
      display: block;
    }
  
    .navbar-container {
      display: block;
      position: relative;
      height: 64px;
    }
  
    .navbar-container input[type="checkbox"] {
      position: absolute;
      display: block;
      height: 32px;
      width: 30px;
      top: 20px;
      right: 0px;
      z-index: 5;
      opacity: 0;
    }
  
    .navbar-container .hamburger-lines {
      display: block;
      height: 23px;
      width: 35px;
      position: absolute;
      top: 20px;
      right: 0px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  
    .navbar-container .hamburger-lines .line {
      display: block;
      height: 4px;
      width: 100%;
      background: #FFF;
    }
  
    .navbar-container .hamburger-lines .line1 {
      transform-origin: 0% 0%;
      transition: transform 0.4s ease-in-out;
    }
  
    .navbar-container .hamburger-lines .line2 {
      transition: transform 0.2s ease-in-out;
    }
  
    .navbar-container .hamburger-lines .line3 {
      transform-origin: 0% 100%;
      transition: transform 0.4s ease-in-out;
    }
  
    .navbar .menu-items {
      padding-top: 100px;
      background: #fff;
      height: 100vh;
      max-width: 0px;
      transform: scaleX(0);
      display: flex;
      flex-direction: column;
      margin-right: 0px;
      padding-right: 0px;
      transition: transform 0.2s ease-in-out;
      transform-origin: 100% 50%;
      
    }
  
    .navbar .menu-items li {
      margin-bottom: 1.5rem;
      font-size: 1.3rem;
      font-weight: 500;
    }
    .menu-items a {
       opacity: 0;
        text-decoration: none;
        color: #000;
        font-weight: 500;
        transition: color 0.3s ease-in-out;
      }
      
      .menu-items a:hover {
        color: #ed0000;
        transition: color 0.3s ease-in-out;
      }
  
   .logo {
      margin-left:0%;
    }
  
    .navbar-container input[type="checkbox"]:checked ~ .menu-items {
      margin-right: -30px;
      padding-right: 50px;
      max-width: 300px;
      transform: scaleX(1);
      /*transform: translateX(0);*/
    }
    .navbar-container input[type="checkbox"]:checked ~ .menu-items a {
      opacity: 1;
    }
    
    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
      transform: rotate(35deg);
    }
  
    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
      transform: scaleY(0);
    }
  
    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
      transform: rotate(-35deg);
    }
  

  }
  @media (max-width:768px){
    .swiffy-slider-home {
        height: 70vh;
    }
}

 /* Estilos del popup */
    /* Fondo del popup */
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0,0,0,0.6);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    /* Contenedor sin bordes ni padding */
    .popup-content {
      position: relative;
      width: auto;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* Imagen adaptada al alto completo */
    .popup-image {
      height: 100vh;
      width: auto;
      max-width: 100vw;
      object-fit: contain;
      display: block;
    }

    /* Botón cerrar */
    .close {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 24px;
      font-weight: bold;
      color: black;
      border-radius: 50%;
      padding: 5px 10px;
      cursor: pointer;
      z-index: 10000;
    }