h1 {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
}


.zona-ofertas {
    display: flex;
    flex-direction: row;
    gap: 2em;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
    justify-content: center;
    padding: 2rem 0;
}

.tarjeta-oferta {
  width: 25%;
  max-width: 500px;
  min-width: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}


.tarjeta-oferta > * {
  color: black;
}

.cuota {
  padding: 0.5rem;
  background-color: gray;
  color: white;
  font-weight: bold;
}

.attachment-large.size-large.wp-post-image {
  width: 95%;
  margin: 2rem 1rem 0 1rem;
}

.tarjeta-oferta > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  border: 1px solid gray;
  background-color: white;
}

.tarjeta-oferta > img {
    border-style: none;
    height: 70%;
    width: 70%;
}

.tarjeta-oferta > a > h2{
  font-size: 1.5rem;
  margin-bottom: 0;
}

.tarjeta-oferta > a > img {
    border-style: none;
    height: 70%;
    width: 70%;
}

.info, .version {
  color: rgb(94, 93, 93);
}

.info {
  margin-bottom: 2rem;
  font-size: clamp(0.8rem, 1vw, 2rem);
  width: 100%;
  text-align: center;
}

.interesa {
  color: white;
  background-color: gray;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem;
}


.ofertas-top {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0rem 0 2rem 10rem;
  min-height: 25vh;
}

.ofertas-top > * {
    text-align: center;
}

.volver {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.volver > a {
    display: flex;
    flex-direction: row;
    color: black;
    gap: 0.5em;
    margin-left: 0.5em;
}

.volver > a > img {
    width: 1em;
}

.ficha-oferta {
    width: 95%;
    margin: auto;
}
.contenedor-oferta {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 3em auto;
    gap: 4em;
    justify-content: center;
}

.contenedor__left {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.contenedor__right {
    width: 25%;
}

.botonera-ofertas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10vw;
}

.btn-nav-ofertas {
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: bold;
  background-color: gray;
  font-size: 1.2rem;
}

.btn-nav-ofertas:hover {
  color: #FEFF00;
}


@media (max-width: 768px) {
    
    .ofertas-top {
    padding: 0 1em;
    align-items: start;
    }

    .ofertas-top > p {
      text-align: start !important;
    }


    .contenedor-oferta {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 3em auto;
    gap: 4em;
    align-items: center;
    }
    
    .contenedor__right {
    width: 100%;
    }

    .contenedor__left {
        width: 100%;
        justify-content: center;
    }

    .check-class{
      transform: scale(2);
    }

    .botonera-ofertas {
  flex-direction: column !important;
  gap: 1rem !important;
  align-items: center;
  justify-content: center;
    }

    .btn-nav-ofertas {
      text-align: center !important;
      min-width: 50%;
      max-height: 300px;
    }



}

#formulario-coche {
    display: flex;
    flex-direction: column;
    background: white !important;
    padding: 1rem !important;
    max-width: 400px !important;
    width: 100% !important;
    margin: auto;
    min-width: 350px;
}

.formulario-con-marco {
    position: relative;
    border: 2px solid #12cade;
}

.etiqueta-formulario {
  position: absolute;
  top: -1em;
  left: 2em;
  background: #fff;
  color: #bab3b3;
  font-weight: bold;
  padding: 0 10px;
  font-size: 16px;
  z-index: 3;
}

#formulario-coche > input, .intel, .inubi {
  padding: 0.5em !important;
  margin-bottom: 1em !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #12cade !important;
  font-size: 0.8vw !important;
}

.tel-ubi {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;  
}

.intel {
  width: 50% !important;
}

.inubi {
  width: 40% !important;
  background-color: white !important;
  cursor: pointer;
}

.linea-radio, .linea-check {
  display: flex !important;
  flex-direction: row !important;
  justify-content: start !important;
  height: 1em !important;
  gap: 0.3em !important;
  margin-bottom: 0.5em;
}

.linea-check {
  margin-top: 0.2rem;
  gap: 1em !important;
  align-items: center;
}

.linea-check > p {
  margin-bottom: 0;
}

#formulario-coche > p, .linea-radio > p {
  font-size: 0.8rem;
}

.radio-class, .check-class {
  width: 5% !important;
  margin: 0 !important; 
}

.check-class {
  min-height: 25px !important;
}

.requeridos {
  font-size: 0.9em !important;
  text-align: end !important;
  width: 90% !important;
  margin-bottom: 1vh!important;
}

.botonera-formulario {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2em !important;
  margin: auto !important;
  width: 100%;
}

.btn-form {
  width: 45% !important;
  font-size: 1.2em !important;
  padding: 0.3em !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.2em !important;
}

.enviar-form {
  background-color: black !important;
  color: white !important;
  border: none !important;
}

.llamar-form {
  background-color: rgb(255, 213, 0) !important;
  text-decoration: none !important;
  color: black !important;
}

.llamar-form:hover {
  color: inherit !important;
}

.btn-icon {
  width: 1em;
}

.subtitulo {
  font-size: 1.2em;
}
.titulo {
  font-size: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0;
}




.popup-interes {
  display: none; 
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}


.popup-interes-contenido {
  background: #fff;
  max-width: 1200px;
  width: 80%;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  position: relative;
  animation: slideUp 0.4s ease;
  justify-content: start;
  padding: 0 1rem 1rem 3rem;
  gap: 10%;
}

.popup-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40%;
}


.popup-cerrar {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  z-index: 2;
}


.popup-imagen img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.caption-imagen-popup {
  margin: 1rem 0 1rem 0;
  font-size: clamp(1rem, 1.2rem, 2rem);
  color: gray;
}


.popup-formulario {
  flex: 1;
  padding: 2vh 0 3vh 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.incluido > ul > li {
  font-size: clamp(1rem, 1.2rem, 2rem);
  color: gray;
}

.incluido > h4 {
  font-size: 1.5rem;
  border-bottom: 1px solid gray;
  width: 80%;
  padding-bottom: 1rem;
  color: #12cade
}

.modelo-form {
  font-size: 2vw;
  font-weight: 500;
}

.cuota-form > p:first-child {
  font-size: 0.7rem;
  color: gray;
  margin-bottom: 0;
}

#version-form {
  font-size: 0.8rem;
  color: gray;
  border-bottom: 1px solid gray;
  padding-bottom: 1rem;
}

.cuota-cifra {
  font-size: 2rem;
  font-weight: bold;
  color: #12cade;
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: rgba(0, 0, 0, 0.7);
  }
}


.g-recaptcha {
  transform: scale(0.5);
}

.robot {
  margin: -2vh !important;
}

@media (max-width: 768px) {
  .popup-interes-contenido {
    flex-direction: column;
    max-height: 95vh;
    padding: 0 !important;
  }


  .popup-info{
    display: none;
  }

  .popup-formulario{
    align-items: center !important;
  }

  #formulario-coche {
  display: flex;
  flex-direction: column;
  background: white !important;
  padding: 1rem !important;
  max-width: 400px !important;
  width: 100% !important;
  margin: auto;
  min-width: unset;
  }

  .formulario-con-marco{
    width: 80%;
  }

  .modelo-form {
  font-size: 1.5rem;
  font-weight: 500;
}

#formulario-coche > p, .linea-radio > p {
    margin-bottom: 0;
}

#formulario-coche > input, .intel, .inubi {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #12cade !important;
  font-size: 1rem !important;
}

.cabecera-form {
    align-self: flex-start;
    margin-left: 10%;
}

.tel-ubi {
  gap: 1vw !important;
}

.g-recaptcha {
  transform: scale(0.8);
  margin-left: -9vw;

}

}


