/* ==========================================================================
   TITULARES LANDING
   ========================================================================== */
.calculadora-mini .container {
  background-color: transparent !important;
}
#iframeOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px; /* igual que el iframe */
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  pointer-events: auto;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 20px;
  font-family: 'MINISansSerif', sans-serif;
}

#iframeOverlay::before {
  content: "Selecciona una provincia y un concesionario para continuar";
  margin-top: 15%;
}

#formulario {
  position: relative;
}

.landing-title-1, .landing-title-1 h2  {
    padding: 2rem 2rem;
	padding-left: 1.5rem;
    font-size: 3rem;
	font-weight: 700;
    text-shadow: none;
	margin: 0 auto;
    z-index: 2;
	font-family: 'MINISerif', serif;
	background-color: white;
}

.landing-title, .landing-title h2, .landing-title p  {
    padding: 2rem 2rem;
    font-size: 2rem;
	font-weight: 700;
    text-shadow: none;
    justify-content:center;
	text-align: center;
	z-index: 2;
	font-family: 'MINISerif', serif;
	background-color: white;
}

.landing-title-3, .landing-title-3 h2, .landing-title-3 p  {
    padding: 0.5rem 0.5rem;
    font-size: 2rem;
	font-weight: 700;
    text-shadow: none;
    justify-content:center;
    margin-bottom: 3rem;
	text-align: center;
	z-index: 2;
	font-family: 'MINISerif', serif;
	background-color: #f3f3f3;
}
/* ==========================================================================
   SEPARADORES
   ========================================================================== */
.separador {
    border: none;
    border-top: 1px solid #ddd;
    margin-top: 0rem;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
}
.separador2 {
    border: none;
    border-top: 1px solid #ddd;
    margin-top: 2rem;
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
}
/* ==========================================================================
   BLOQUE OFERTA
   ========================================================================== */
.oferta-mask {
    width: 100%;
    margin: 0!important;
}

.oferta-box {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.oferta-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease-in-out;
    transform-origin: center center;
}

.oferta-box:hover img {
    transform: scale(1.037);
}

.oferta-overlay {
    position: absolute;
    top: 4rem;
    left: 3rem;
    max-width: 75%;
    height: calc(100% - 6rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    color: #fff;
    line-height: 1.3;
    text-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.oferta-overlay h3,
.oferta-overlay h2,
.oferta-overlay p,
.oferta-overlay .financiado,
.oferta-overlay .legal {
    color: #fff !important;
}

.oferta-overlay h3 {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0.2rem 0;
	line-height: 1;
	font-family: 'MINISerif', serif;
}

.oferta-overlay h2{
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0.5rem 0;
    line-height: 0.65;
	font-family: 'MINISerif', serif;
}
.oferta-overlay p {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0.5rem 0;
    line-height: 0.65;
	font-family: 'MINISerif', serif;
}
.oferta-overlay .financiado {
    font-size: 1.5rem;
	font-family: 'MINISerif', serif;
    margin: 0.3rem 0 1rem;
}

.oferta-overlay .oferta-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
}

.botones-oferta {
  display: flex;
  margin-right: 10px;
  flex-wrap: wrap; /* para que en móviles no se rompa */
  justify-content: left; /* centrado opcional */
}

.boton-oferta {
	font-size: 1rem;
    display: inline-block !important;
    background: #fff;
    color: #000;
    padding: 0.7rem 1rem;
    border-radius: 40px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s ease;
    box-shadow: none !important;
    text-shadow: none !important;
	font-family: 'MINISansSerif', sans-serif;
	margin-top: 1rem;
    max-width: 180px; /* opcional, ajustable */
	width: auto;
}

.boton-oferta:hover {
    background-color: #E0E0E0;
    color: #000;
}
.botones-oferta .boton-oferta:not(:last-child) {
  margin-right: 10px;
}

.oferta-overlay .legal {
    width: 100%;
    font-size: 0.7rem;
    line-height: 1.4;
    margin-top: 1.5rem;
    color: #ddd;
    word-break: break-word;
	font-family: 'MINISansSerif', sans-serif;
}

.oferta-doble {
    display: flex;
    flex-wrap: wrap;
    gap: 4px; 
    margin-top: 10px; 
}

.oferta-doble .oferta-mask {
    flex: 1 1 calc(50% - 2.5px); 
    max-width: calc(50% - 2.5px);
    padding: 0;
    box-sizing: border-box;
}
/* ==========================================================================
   BLOQUES DE VENTAJAS
   ========================================================================== */
.ventaja-item {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 1rem;
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
}

.ventaja-icono {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ventaja-icono img {
    width: 50px;
    height: 50px;
    margin: 0;
    display: block;
}

.ventaja-texto {
    display: flex;
    align-items: center;
    font-family: 'MINISerif', serif;
}

.ventaja-texto h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    word-wrap: break-word;
    font-family: 'MINISerif', serif;
}

.legal-calculadora {
  max-width: 835px;
  margin: 2rem auto 0 auto;
  padding: 0 20px;
  font-family: 'MINISansSerif', sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #000000;
  text-align: left;
  margin-bottom: 200px;
}

.legal-calculadora .legal {
  display: block;
  text-align: justify;
  font-size: 0.75rem; /* opcional, ajuste fino */
  line-height: 1.5;
  color: #666; /* o el gris corporativo */
  margin: 2rem auto 0;
  max-width: 835px;
  padding: 0 20px;
}

/* ===================== FOOTER ===================== */
.legal-footer {
    width: 100%;
    background: #f5f5f5;
    color: #000;
    padding: 40px 80px;
	font-family: 'MINISansSerif', sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: space-between;
}

.footer-block {
    flex: 1 1 200px;
    min-width: 200px;
}

.newsletter-block h4 {
    font-size: 1.2em;
    font-weight: 700;
}

.newsletter-button {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
}

.newsletter-button:hover {
    background: #0072CE;
    color: #fff;
    border-color: #0072CE;
}

.links-block ul {
    list-style: none;
    padding: 0;
}

.links-block ul li {
    margin-bottom: 8px;
}

.links-block ul li a {
    color: #000;
    text-decoration: none;
    font-size: 0.95em;
    font-weight: 300;
    transition: color 0.3s;
}

.links-block ul li a:hover {
    color: #0072CE;
}

.footer-bottom {
    margin-top: 40px;
    text-align: center;
    font-size: 0.9em;
    color: #555;
    font-weight: 300;
}
/* ==========================================================================
   Calculadora
   ========================================================================== */
.calculadora-mini {
  font-family: 'MINISansSerif', sans-serif;
  max-width: 835px;
  margin: 0 auto;
  padding: 60px 20px;
  color: black;
  background-color: #f3f3f3; /* fondo gris claro */
  border-radius: 12px;       /* opcional, para que no quede tan cuadrado */
}

#calculadoraForm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field label {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 400;
  font-family: 'MINISansSerif', sans-serif;
}

.form-field select,
.form-field input[type="text"] {
  background: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 0;
  padding: 13px; 
  font-size: 17px;
  box-sizing: border-box;
  width: 100%;
}

/* Esta clase queda inactiva si no se aplica */
.form-field.fullwidth {
  grid-column: 1 / -1;
}

#precioFinal {
  background: transparent;
  border: none;
  font-size: 3rem;
  font-weight: 700;
  font-family: 'MINISerif', serif;
  color: #000;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  pointer-events: none;
  text-align: left;
}

#precioFinalConIVA {
  background: transparent;
  border: none;
  font-size: 3rem;
  font-weight: 700;
  font-family: 'MINISerif', serif;
  color: #000;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  pointer-events: none;
  text-align: left;
}

/* ==========================================================================
   Tablet
   ========================================================================== */
@media (max-width: 1194px) {
  #calculadoraForm {
    grid-template-columns: 1fr;
  }

  .form-field.fullwidth {
    grid-column: auto;
  }
}

/* ==========================================================================
   BLOQUES DE VENTAJAS
   ========================================================================== */
.ventaja-item {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 1rem;
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
}

.ventaja-icono {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ventaja-icono img {
    width: 50px;
    height: 50px;
    margin: 0;
    display: block;
}

.ventaja-texto {
    display: flex;
    align-items: center;
    font-family: 'MINISerif', serif;
}

.ventaja-texto h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    word-wrap: break-word;
    font-family: 'MINISerif', serif;
}
/* ==========================================================================
   Movile
   ========================================================================== */
@media (max-width: 768px) {
.landing-title-1, .landing-title-1 h2  {
    font-size: 1rem;
	padding-left: 3.3rem;
	padding: 1.4rem 1rem;
}

.landing-title-3, .landing-title-3 h2, .landing-title-3 p  {
    padding: 0.5rem 0.5rem;
    font-size: 1.8rem;
}

.oferta-overlay h3 {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0.2rem 0;
	line-height: 1;
	font-family: 'MINISerif', serif;
}

.oferta-overlay h2, .oferta-overlay p {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0.5rem 0;
    line-height: 0.5;
	font-family: 'MINISerif', serif;
}


.oferta-overlay p {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.5rem 0;
    line-height: 0.5;
	font-family: 'MINISerif', serif;
}
	
.oferta-overlay .financiado {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.3rem 0 1rem;
}

.oferta-overlay .oferta-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
}

.oferta-overlay .legal {
    width: 100%;
    font-size: 0.7rem;
    line-height: 1.4;
    margin-top: 1.5rem;
    color: #ddd;
    word-break: break-word;
	font-family: 'MINISansSerif', sans-serif;
}

.oferta-doble {
    flex-direction: column;
    gap: 1rem;
}

.oferta-doble .oferta-mask {
    flex: 1 1 100%;
    max-width: 100%;
}

.landing-title h2,
.landing-title-1 h2 {
    font-size: 1.8rem;
}

.ventaja-item {
    max-width: 365px;
}
.ventaja-icono img {
    width: 40px;
    height: 40px;
    margin: 0;
    display: block;
}

.ventaja-texto h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    word-wrap: break-word;
    font-family: 'MINISerif', serif;
}
}