/* =====================
   POPUP CACHIVACHES - CORREGIDO
   ===================== */

.popup_image{
  overflow: visible;
}

.probance_popup{
  padding : 0px;
}
.cachivaches-popup-wrapper {
  display: flex;
  flex-direction: row;
  min-height: 480px;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}


/* -- Columna imagen: que ocupe bien el espacio -- */
.cachivaches-popup-imagen {
  width: 45%;
  min-width: 45%;
  overflow: hidden;
  flex-shrink: 0;
}

.cachivaches-popup-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* -- Columna formulario -- */
.cachivaches-popup-contenido {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px;
  background-color: #fff;
  text-align: center;
}

.cachivaches-popup-titulo {
display:none;
  font-size: 40px;
  font-weight: 400;
  color: #5c3d2e; /* marrón cálido, NO negro */
  margin: 0 0 16px 0;
  letter-spacing: 1px;
  text-transform: lowercase;
}

/* -- Subtítulo -- */
.cachivaches-popup-subtitulo {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #5c3d2e;
    letter-spacing: 0px;
    line-height: 1.2;
    margin: 20px 0 16px 0;
    text-transform: uppercase;
}

.cachivaches-popup-contenido h3,
.cachivaches-popup-contenido .probance-offer {
  
  font-size: 28px;
  font-weight: 700;
  color: #5c3d2e;
  margin: 0 0 4px 0;
}

.cachivaches-popup-contenido h3 + p,
.cachivaches-popup-contenido .probance-offer + p {
  font-size: 13px;
  color: #7a6555;
  margin: 0 0 20px 0;
}

.cachivaches-popup-form label[for],
.cachivaches-popup-form .probance-label {
  font-size: 10px;
  color: #7a6555; /* marrón claro */
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400 !important; /* quitar negrita */
}



.cachivaches-popup-form .probance-optin-label {
  font-size: 11px;
  color: #7a6555 !important; /* marrón suave, NO negro */
  font-weight: 400 !important; /* quitar negrita */
  letter-spacing: 0.3px;
  text-transform: none;
}

.cachivaches-popup-form button,
.cachivaches-popup-form .probance-submit {
  width: 100%;
  padding: 15px;
  background-color: #b5a99a !important; /* GRIS BEIGE CÁLIDO, no marrón oscuro */
  color: #fff !important;
  border: none !important;
  font-size: 12px;
  font-family: Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  border-radius: 0 !important;
  transition: background-color 0.2s ease;
  margin-top: 8px;
}


/* -- Disclaimer -- */
.texto_probance_popup_disclaimer {
 font-size: 10px;
    color: #8a8178;
    line-height: 1.1;
    margin-top: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
}

/* -- Responsive -- */
@media (max-width: 640px) {
  .cachivaches-popup-wrapper {
    flex-direction: column;
  }
  .cachivaches-popup-imagen {
    width: 100%;
    min-width: 100%;
    min-height: 200px;
  }
  .cachivaches-popup-contenido {
    padding: 32px 24px;
  }
}


.btn-suscribirme {
   background-color: #bdb5ac;
    color: #6f6258;
    border: none;
    float: right;
    border-radius: 4px;
    padding: 18px 55px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: lighter;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-suscribirme:hover {
    background-color: #b3aba2;
}

.input-email {
    width: 100%;
    max-width: 540px;
    height: 50px;
    padding: 0 22px;
    border: 1px solid #d9d6d2;
    border-radius: 4px;
    background: #ffffff;
    color: #8a8178;
    font-size: 12px;
    font-weight: 400;
    outline: none;
    box-sizing: border-box;
}

.input-email::placeholder {
    color: #8a8178;
    text-transform: uppercase;
    opacity: 1;
}

.input-email:focus {
    border-color: #c7c1ba;
}



@media (max-width: 768px) {
    .probance_popup {
        flex-direction: column;
    }
}

.popup_image_left {
    width: 300px;
}

.popup_image_left img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .popup_image_left {
        width: 100%;
    }
}