body a{
    text-decoration: none;
}

.escritorio{
    display: block !important;
}

.movil{
    display: none !important;
}

 form{
     font-family: 'VW Text', sans-serif;
     color: #000e26;
     font-size: 16px;
 }

 .oculto {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

 .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background-color: #25D366;
  color: #fff;
  text-decoration: none;

  padding: 10px 32px;
  border-radius: 25px;

  font-size: 14px;
  font-weight: 500;

  transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-whatsapp i {
  font-size: 18px;
  line-height: 1;
}

.btn-whatsapp:hover {
  background-color: #1ebe5d;
  
  color: #000e26;
}

.flotantes{
    position: fixed;
    bottom: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
     z-index: 1040; /* menor que el backdrop */
}

.flotantes .flotante{
    width: 250px;
    height: 56px;
    background-color: #001f4e;
    margin: 0 8px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: 'VW Head', sans-serif;
    font-weight: 400;
}

.flotantes .flotante i{
    font-size: 30px;
    margin-right: 8px;
}

@media (max-width: 767px) {
   .escritorio{
    display: none !important;
}

    .movil{
    display: block !important;
}



.owl-dots{
  margin-top: 15px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #657B91;
}

 .owl-dot.active{
  background-color: #062b67;
    width: 20px !important;
    height: 10px !important;
    border-radius: 35px !important;
}

    .subtitulo h2,.modelo-galeria h2 {
        line-height: 37px;
        font-size: 35px;
    }

.flotantes .flotante{
    width: 56px;
    border-radius: 50%;
}

.flotantes .flotante i{
    margin: 0;
}

.flotantes .flotante span{
    display: none;
}
}

.boton-azul{
    background-color: #000e26;
    border-radius: 30px;
    color: #ffffff;
    font-family: 'VW Head', sans-serif;
    font-weight: 300;
    text-align: center;
    display: inline-block;
    padding: 16px 32px;
    font-size: 20px;
}

.boton-blanco{
    background-color: #ffffff;
    border-radius: 30px;
    color: #000e26;
    font-family: 'VW Head', sans-serif;
    font-weight: 300;
    text-align: center;
    display: inline-block;
    padding: 16px 32px;
    font-size: 20px;
}

.cabecera-fija{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
    z-index: 100;
}

.scrolled{
    background-color: #002154;
}

.sombra{
margin-top: -60px;
}








h1{
    font-family: 'VW Head', sans-serif;
    color: #000e26;
    font-weight: 700;
    font-size: 50px;
}


.botones{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.btn-menu-abrir{
    font-size: 40px;
    color: #ffffff;
    cursor: pointer;

}

.logo-doncar{
    width: 140px;
    margin-left: 15px;
   
    

}

.bloque-vw
    {
    margin-top: -30px;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
    transition: all 0.4s ease;
}

.linea-izquierda, .linea-derecha{
    height: 1px;
    background-color: white;
    opacity: 0.7;
}

.linea-izquierda{
    flex-grow: 3;
}

.linea-derecha{
    flex-grow: 1;
}

.logo-vw{
    width: 60px;
    margin: 0 20px;

}

#menuSuperior{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
    display: none;

}

#menu-superior {
    list-style: none;
    padding: 0;
    margin: 100px 0 0 0;
     font-family: 'VW Head';
    font-weight: 200;
    font-size: 30px;
    border-right: solid 1px #ffffff;
}

#menu-superior li, #menu-nosotros li{
    margin-bottom: 15px;
}

#menu-nosotros {
    list-style: none;
    padding: 0;
    margin: 100px 0 0 0;
     font-family: 'VW Head', sans-serif;
    font-weight: 200;
    font-size: 20px;
}


#menuSuperior a{
    color: #ffffff;
    text-decoration: none;
}

#menuSuperior .btn-menu-cerrar{
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;

}






/* FOOTER */
footer{
    width: 100%;
    background-color: #ffffff;
    margin-top: 120px;
    border-top: solid 1px #dedede;
    padding-top: 60px;
    
    
}


footer .logo{
    width: 160px;
    margin-bottom: 30px;
}

footer p{
    font-family: 'VW Text', sans-serif;
    color: #000e26;
    font-size: 16px;
}

footer .menu a{
    text-decoration: none;
    color: #002154;
}

footer .redes a{
    text-decoration: none;
    color: #ffffff;
}

footer .menu{
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'VW Text', sans-serif;
    font-size: 14px;
}

footer .menu li{
    margin-bottom: 15px;
}

footer .redes{
    font-size: 21px;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
        
}

footer .redes .red{
    background-color: #002154;
    color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;

}

@media (max-width:767px){

    footer .logo{
        margin: 0 auto 30px auto;
    }

    footer p{
        text-align: center;
    }

    footer .menu{
        text-align: center;
    }

    footer .redes{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* SLIDER INICIO */

.carousel-item {
  position: relative;
}

/* Fondo */
.slider-placa {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px; /* ajustá según tu slider */
  background-size: cover;
  background-position: center;
}

/* Overlay */
.slider-cover {
  padding: 0 0 90px 15px;
  position: absolute;
  inset: 0; /* top:0 right:0 bottom:0 left:0 */
  background: rgba(0, 0, 0, 0.25); /* ajustá opacidad */
  z-index: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
}



/* Si luego agregás textos */
.slider-content {
  position: relative;
  z-index: 3;
}

/* Ordeno las capas */
.carousel-indicators,
.carousel-control-prev,
.carousel-control-next {
  z-index: 5;
}

.slider-cover h2{
    color: #fff;
    font-size: 60px;
    text-align: left;
    margin: 0 0 15px 0;
    font-family: 'VW Head', sans-serif;
    font-weight: 900;
}

.slider-cover h5{
    color: #fff;
    font-size: 30px;
    text-align: left;
    margin: 0 0 30px 0;
    font-family: 'VW Head', sans-serif;
    font-weight: 400;
}

.slider-cover .slider-modelo{
    width: 160px;
    margin: 100px 0 15px 0;

}


.slider-cover .boton-blanco{
    text-decoration: none;
    text-align: center;
    color: #000e26;
    border: solid 1px #fff;
    padding: 8px 32px;
    border-radius: 25px;
    background-color: #ffffff;
}



@media (max-width:767px){
    .slider-cover h2 {    
        font-size: 40px;
    }

    .slider-cover h5{
        font-size: 20px;
    }

    .slider-cover .boton-blanco {
    display: block;
    width: auto;
}
}

/* MODELO */

.modelo-cabecera{
    width: 100%;
    background-color: #ffffff;
    border-bottom: solid 1px #dedede;
    margin-bottom: 15px;
    
}

.modelo-cabecera .cabecera-foto{
    width: 100%;
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.modelo-cabecera h1{
    font-family: 'VW Head', sans-serif;
    font-weight: 700;
    color: #000e26;
    margin: 0;
    font-size: 65px;
}

.modelo-cabecera .titular p{
    font-family: 'VW Head', sans-serif;
    font-weight: 400;
    color: #000e26;
    margin: 0;
    font-size: 35px;
}



.titular{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
    margin: 30px 0 30px 0;
}

.modelo-destacados{
    margin: 30px 0;
}

.modelo-destacados .destacado{
    border: solid 1px #c2cacf;
    border-radius: 15px;
    padding: 15px;
    font-family: 'VW Head', sans-serif;
    color: #000e26;
}

.modelo-destacados .destacado .destacado-item{
    font-size: 16px;
    font-weight: 400;
}

.modelo-destacados .destacado .destacado-valor{
    font-size: 20px;
    font-weight: 700;
}

.subtitulo{
    margin: 60px 0;
}

.subtitulo h2{
    font-family: 'VW Head', sans-serif;
    color: #000e26;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}

.subtitulo p{
    font-family: 'VW Text', sans-serif;
    color: #000e26;
    text-align: center;
    
    font-size: 20px;
}



.modelo-detalles .detalle .detalle-foto{
    height: 450px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.modelo-detalles .detalle .detalle-titulo{
    padding: 15px;
    font-family: 'VW Head', sans-serif;
    color: #002154;
    
    font-size: 18px;
    
}

#modalDetalle .detalle-bajada, #modalLegal .detalle-bajada{
    
    font-family: 'VW Text', sans-serif;
    color: #000e26;
    font-size: 22px;

}

/* CONTENEDOR */
.modelo-detalles, .modelo-versiones {
  position: relative;
}

/* NAV GENERAL */
 .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}

/* BOTONES */
.owl-nav .owl-prev, .owl-nav .owl-next {
  pointer-events: all;
  width: 44px;
  height: 44px;
  background: #000e26;  
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}

/* FLECHAS (sin JS) */
.owl-nav .owl-prev::before {
  content: '‹';
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-top: -8px;
}

.owl-nav .owl-next::before {
  content: '›';
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-top: -8px;
}

/* POSICIÓN (un poco afuera del carrusel) */
.owl-nav .owl-prev {
  margin-left: 0px;
}

.owl-nav .owl-next {
  margin-right: 0px;
}

/* HOVER */
.owl-nav button:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* OPCIONAL: suavizar interacción */
.owl-nav button:focus {
  outline: none;
}

.owl-item.active{
    opacity: 1;
}

.owl-item{
    opacity: 0.5;
}

.owl-nav .disabled{
    opacity: 0.5;
}

.modelo-galeria{

    margin-top: 120px;
}

.modelo-galeria h2{
        font-family: 'VW Head', sans-serif;
    color: #000e26;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
}


.modelo-versiones .version{
    border: solid 1px #c2cacf;
    border-radius: 15px;
    
}

.modelo-versiones .version .foto-fondo{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: radial-gradient(50% 100% at 50% 0%, var(--grey050, #F3F4F5) 0%, var(--grey100, #DFE4E8) 100%), radial-gradient(50% 100% at 50% 0%, #657B91 0%, #475E76 100%);

    width: 100%;
    height: 180px;
    position: relative;
    z-index: 100;
   
}

.modelo-versiones .version .foto{
    position: relative;
    max-width: 360px;
    margin:-110px auto 0 auto;
    z-index: 200;
}

.modelo-versiones .version .texto{
    padding: 15px;
}

.modelo-versiones .version .texto h3{
    font-family: 'VW Head', sans-serif;
    font-weight: 700;
    color: #000e26;
    font-size: 28px;
    margin-top: 30px;
}


.modelo-versiones .version .texto ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
     font-family: 'VW Text', sans-serif;
     font-size: 16px;
}

.modelo-versiones .version .texto ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.modelo-versiones .version .texto ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #000e26;
    font-size: 9px;
    font-weight: 300;
}

.modelo-versiones .version .boton{
    text-decoration: none;
    text-align: center;
    margin: 30px auto;
    width: 100%;
    display: inline-block;
    background-color: #002154;
    color: #ffffff;
    padding: 15px 0;
    font-family: 'VW Head', sans-serif;
    font-weight: 300;
     font-size: 18px;
     border-radius: 25px;
     cursor: pointer;
}

/* POSICIÓN (un poco afuera del carrusel) */
.modelo-versiones .owl-nav .owl-prev {
  margin-left: -30px;
}

.modelo-versiones .owl-nav .owl-next {
  margin-right: -30px;
}

 @media (max-width:767px){

    .modelo-cabecera .cabecera-foto{
        
        height: 350px;
    }
    .modelo-cabecera .titular{
        
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: stretch;


    }

    .modelo-cabecera .titular h1{
        font-size: 45px;
    }

    .modelo-cabecera .titular p{
        font-size: 25px;
        margin-bottom: 15px;
    }
 }


/*  PLANES */

.plan-cabecera{
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 60px;
    background-size: cover;
    
}

.planes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 60px auto;
}

.plan {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}



@media (max-width:767px){
.plan-cabecera {
    background-size: cover;
    

}

.planes {
   
    grid-template-columns: repeat(1, 1fr);
 
}

}



.ofertas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 60px auto;
}

.oferta {
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
}

.ofertas .oferta h2{
     font-family: 'VW Head', sans-serif;
     font-weight: 700;
     color: #000e26;
     font-size: 50px;
     text-align: left;
     margin-bottom: 30px;
     border-left: solid 1px #c2cacf;
     padding: 30px 0 30px 30px;
}

.ofertas .oferta h4{

     font-family: 'VW Head', sans-serif;
     font-weight: 600;
     color: #000e26;
     font-size: 25px;
     text-align: left;
     margin-bottom: 30px;

}

.ofertas .oferta p{
    font-family: 'VW Text', sans-serif;
    text-align: left;
}



.ofertas .oferta a, .ofertas .legal{
    font-family: 'VW Text', sans-serif;
    text-align: left;
    text-decoration: none;
    color: #000e26;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.ofertas .oferta a i, .ofertas .legal i{
    margin-left: 8px;
}

.oferta-beneficios {
  background: #062b67;
  padding: 70px 0;
  overflow: visible;
}

.oferta-beneficios__wrap {
  width: min(1200px, calc(100% - 30px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 40px;
  align-items: center;
}

.oferta-beneficios__texto {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
}

.oferta-beneficios__texto h2 {
 font-family: 'VW Head', sans-serif;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 700;
  margin: 0 0 20px;
}

.oferta-beneficios__texto p {
    font-family: 'VW Text', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 28px;
}


@media (max-width: 767px) {

    .ofertas {
  
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  
}

.ofertas .oferta h2 {
    line-height: 35px;
    font-size: 40px;

}

    .oferta-beneficios {
   
    padding: 0 0 60px 0;
    
}
    .oferta-beneficios__wrap {
        width: calc(100% - 30px);
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        align-items: start;
    }

    .oferta-beneficios__texto {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .oferta-beneficios__texto h2,
    .oferta-beneficios__texto h3,
    .oferta-beneficios__texto .titulo {
        margin: 0;
    }

    .oferta-beneficios__texto p {
        margin: 0;
    }

    .oferta-beneficios__texto .boton,
    .oferta-beneficios__texto .btn,
    .oferta-beneficios__texto a.btn,
    .oferta-beneficios__texto a.boton {
        margin: 0;
    }

    .oferta-beneficios__imagen {
        order: 4;
        width: 100%;
    }

    .oferta-beneficios__imagen img {
        display: block;
        width: 100%;
        height: auto;
    }
}

.boton-blanco {
  display: inline-block;
  align-self: flex-start;
  background: #fff;
  color: #062b67;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s ease;
}

.boton-blanco:hover {
  opacity: 0.9;
}

.oferta-beneficios__imagen {
  position: relative;
}

.oferta-beneficios__imagen img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}



@media (max-width:767px){
  .oferta-beneficios__texto h2 {
    font-size: 32px;
  }

  .oferta-beneficios__texto p {
    font-size: 16px;
  }

  .boton-blanco {
    width: 100%;
    text-align: center;
  }
}

.modelos-section {
    padding: 0;
}

.modelos-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    padding: 0 30px;
}

.modelos-header h2 {
    margin: 0;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    color: #0d1b3d;
}

.modelos-count {
    font-weight: 400;
    color: #222;
    margin-right: 10px;
}

.modelos-filter select {
    min-width: 280px;
    height: 54px;
    padding: 0 18px;
    border: 1px solid #cfd6dc;
    border-radius: 14px;
    background: #fff;
    font-size: 16px;
    color: #1d2734;
    outline: none;
    cursor: pointer;
}

.modelos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    background-color: #f3f4f5;
    padding: 60px 30px 30px 30px;
}

/* CARD */
.modelo-card {
    border: 1px solid #cfd6dc;
    border-radius: 18px;
    overflow: visible;
    background: #fff;
    position: relative;
    margin-bottom: 50px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.modelo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

/* HEADER */
.modelo-card-top {
    padding: 22px 18px;
    background: #fff;
    border-radius: 18px 18px 0 0;
    position: relative;
    z-index: 2;
}

.modelo-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #0d1b3d;
}

/* BLOQUE GRIS */
.modelo-card-image-wrap {
    position: relative;
    
    background: #C2CACF;
background: radial-gradient(circle, rgba(194, 202, 207, 0.9) 0%, rgba(194, 202, 207, 1) 100%);
    height: 185px; /* base desktop */
    border-radius: 0 0 18px 18px;
    overflow: visible;
}

/* AUTO */
.modelo-image {
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    width: 70%;
    height: auto;
    z-index: 3;
    filter: drop-shadow(0 12px 18px rgba(0,0,0,.18));
    transition: transform .25s ease;
}

.modelo-card:hover .modelo-image {
    transform: translateX(-50%) scale(1.03);
}


 @media (max-width:1366px) and (min-width:768px){
    /* AUTO */
.modelo-image {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    z-index: 3;
    filter: drop-shadow(0 12px 18px rgba(0,0,0,.18));
    transition: transform .25s ease;
}
 }


/* MOBILE */
@media (max-width: 767px) {

    .modelos-grid {
       grid-template-columns: repeat(1, 1fr);   
    }

    .modelo-card {
        margin-bottom: 40px;
    }

    .modelo-card-top {
        padding: 18px 16px;
    }

    .modelo-title {
        font-size: 18px;
    }

    .modelo-card-image-wrap {
        height: 120px;
    }

    .modelo-image {
        width: 100%;
        bottom: -60px;
    }
}

/* INICIO PRODUCTOS DESTACADOS */
.productos-destacados{
    padding: 60px 0;
}

.productos-destacados  h2{
    font-family: 'VW Head', sans-serif;
    color: #000e26;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
}

.productos-destacados .producto{
    margin-bottom: 30px;
}

.productos-destacados .producto .foto{
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #002154;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;

}

.productos-destacados .producto h3{
    font-family: 'VW Head', sans-serif;
    color: #000e26;
    text-align: left;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
    padding: 30px 0 30px 30px;
    border-left: solid 1px #c2cacf;

}

.productos-destacados .producto a{
    font-family: 'VW Text', sans-serif;
    text-align: left;
    text-decoration: none;
    color: #000e26;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    
}

.productos-destacados .producto a i{
    margin-left: 8px;
   
}


/* POSVENTA */

.posventa{
    background-color: #062b67;
    padding: 60px 0;
}

.posventa h3{
    font-family: 'VW Head', sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 0 15px;
    color: #ffffff;
}

.posventa h2{
    font-family: 'VW Head', sans-serif;
    font-size: 45px;
    line-height: 43px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #ffffff;
}

.posventa p{
    font-family: 'VW Text', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 28px;
    color: #ffffff;
}


@media (max-width:767px){

    .posventa h2{
        font-size: 45px;
    }

    .posventa .foto{
        margin-top: 30px;
    }
}



/* MODELOS DESTACADOS EN EL HOME*/

.modelos-destacados{
    padding: 60px 30px;
    margin-top: 30px;
}

.modelos-destacados  h2{
    font-family: 'VW Head', sans-serif;
    color: #000e26;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px;
}

.modelos-destacados p{
    font-family: 'VW Text', sans-serif;
    color: #000e26;
    text-align: center;    
    font-size: 20px;
    margin-bottom: 30px;
}

.breadcrumb{
    margin-left: 30px;
    font-family: 'VW Text', sans-serif;
    color: #000e26;
}

.breadcrumb a{
    color: #000e26;
}

.breadcrumb.sin-margen{
    margin-left: 0;
}


/* SECCION NOSOTROS */

.nosotros .contenido{
    margin-bottom: 60px;
}

.nosotros .contenido h1{
    font-family: 'VW Head', sans-serif;
    color: #000e26;
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    line-height: 41px;
    margin-bottom: 30px;
}

.nosotros .contenido p{
     font-family: 'VW Text', sans-serif;
     color: #000e26;
     font-size: 20px;
}

.nosotros .sucursal{
    padding: 15px;
    background-color: #002154;
    border-radius: 15px;
    text-align: center;
}

.nosotros .sucursal .mapa iframe{
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 15px;
    border-radius: 15px;
}

.nosotros .sucursal h3{
     font-family: 'VW Head', sans-serif;
     color: #ffffff;
     font-weight: 600;
     margin-bottom: 15px;
     font-size: 22px;
     

}

.nosotros .sucursal h4{
     font-family: 'VW Text', sans-serif;
     color: #ffffff;
     font-size: 20px;
     margin-bottom: 15px;
     

}

.nosotros  h2{
    font-family: 'VW Head', sans-serif;
    color: #000e26;
    text-align: left;
    font-weight: 700;
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 30px;
}

.nosotros  p{
     font-family: 'VW Text', sans-serif;
     color: #000e26;
     font-size: 20px;
}


.nosotros h2 span{
    font-weight: 300;
}

.nosotros h2:last-child{
    margin-top: 60px;
}

.nosotros .mapa iframe{
    width: 100%;
}

.nosotros .foto{
    margin-bottom: 30px;
}

@media (max-width:767px){

    .nosotros .contenido{
        margin-bottom: 60px;
    }
}


.enviado {
  min-height: 100vh; /* ocupa toda la pantalla */
  display: flex;
  align-items: center; /* centra vertical */
  justify-content: center; /* centra horizontal */
  padding: 20px;
  box-sizing: border-box;
}

.enviado .mensaje {
  width: 100%;
  max-width: 600px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.09);
  padding: 30px;
}

.enviado .mensaje h2{
    font-family: 'VW Head', sans-serif;
    color: #000e26;
    font-weight: 900;
    font-size: 40px;
}

.enviado .mensaje p{
    font-family: 'VW Text', sans-serif;
    color: #000e26;
    font-weight: 400;
    font-size: 30px;
}