/*
 Theme Name:   Twenty Twenty-Five Child
 Theme URI:    https://wordpress.org/themes/twentytwentyfive/
 Description: Tema hijo de Twenty Twenty-Five
 Author:       Montserrat Segura
 Author URI:   https://creamonts.com
 Template:     twentytwentyfive
 Version:      1.0.0
*/

/* Aquí puedes agregar tus estilos personalizados */
html {
	-webkit-text-size-adjust: 100%;
}

body.postid-16 {
	overflow-x: hidden;
	touch-action: manipulation;
}
#hero .elementor-image-box-wrapper {
	background: rgba(255,255,255,0.65);
	backdrop-filter: blur(25px);
	border: .5px solid rgb(154 154 154 / 30%);
	border-radius: 18px;
	box-shadow: 
    0 30px 90px rgba(0,0,0,0.35),
    0 8px 20px rgba(0,0,0,0.15);
	display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
}
#hero .elementor-image-box-content {
	align-items: center;
	background: linear-gradient(
		to bottom,
		rgba(255,255,255,0.9),
		rgba(255,255,255,0.6),
		rgba(255,255,255,0.0)
	);
	backdrop-filter: blur(10px);
	border-bottom: .5px solid rgba(0,0,0,0.05);
	display: flex;
	gap: 10px;
	left: 0;
	padding: 8px 16px;
    position: absolute;
	top: 0;
	right: 0;
}
#hero .elementor-image-box-content::before {
  content: "";
  position: absolute;
  inset: 0;

  backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.6);

  /* 🔥 magia real */
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1),
    rgba(0,0,0,0)
  );

  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1),
    rgba(0,0,0,0)
  );

  pointer-events: none;
}
#hero .elementor-image-box-content span {
    display: block;
    width: 100%;
	z-index: 1;
}
/*
#hero .elementor-image-box-img img:hover{
  filter: brightness(1) contrast(1.1) saturate(1.2);
  transition: all 0.3s ease;
}*/
* =========================
   Base – prevenir zoom iOS
========================= */

/* Forzar tamaño en todo el wrapper */
.creamonts-password-wrapper,
.creamonts-password-wrapper * {
  font-size: 16px;
}

/* =========================
   Contenedor principal
========================= */
.creamonts-password-wrapper {
  background-color: #ffffff !important;
  width: 100%;
  max-width: 420px;
  min-height: auto;
  margin: 0 auto;
  padding: 30px 15px;
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
  transform: none !important;
  box-sizing: border-box;
}

/* =========================
   Texto
========================= */
.creamonts-password-wrapper .pw-text {
  line-height: 1.6;
  margin-bottom: 20px;
  color: #555;
  text-align: center;
  font-size: 14px;
}

.creamonts-password-wrapper .pw-text strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

/* =========================
   Formulario
========================= */
.creamonts-password-wrapper form {
  width: 100%;
}
.creamonts-password-wrapper label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}

/* Inputs generales */
.creamonts-password-wrapper input {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px !important;
  -webkit-appearance: none;
  appearance: none;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #ddd;
    margin: 10px 0 15px 0;
  line-height: 1.4;
}

/* Campo contraseña */
.creamonts-password-wrapper input[type="password"] {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #ddd;
    margin: 10px 0 15px 0;
  line-height: 1.4;
}

.creamonts-password-wrapper input::placeholder {
  font-size: 16px;
}

/* Botón */
.creamonts-password-wrapper input[type="submit"] {
  padding: 14px;
  border-radius: 30px;
  border: none;
  background-color: #B9B1A8;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
}

.creamonts-password-wrapper input[type="submit"]:hover {
  background-color: #A99F95;
}

/* =========================
   Error
========================= */
.password-error {
  margin-bottom: 15px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  color: #9c4a4a;
  background: #f7eaea;
}

/* =========================
   Safari iOS FIX FINAL
========================= */
@supports (-webkit-touch-callout: none) {
  .creamonts-password-wrapper {
    padding-top: 60px;
  }
}
@supports (-webkit-touch-callout: none) {
  .creamonts-password-wrapper input {
    font-size: 16px !important;
  }
}



/* =========================
página confirmaciones
========================= */
.no-data td {
  padding: 20px;
  font-style: italic;
  color: #777;
}
.confirmaciones-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.confirmaciones-wrapper h2 {
    margin-bottom: 5px;
}

.confirmaciones-info {
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
}

.table-responsive {
    overflow-x: auto;
}

.confirmaciones-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 400px;
	font-size: 16px;
}

.confirmaciones-table th,
.confirmaciones-table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.confirmaciones-table thead {
    background-color: #f5f5f5;
}

.confirmaciones-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.confirmaciones-table th {
    text-align: left;
    font-weight: 600;
}

.confirmaciones-table .text-center {
    text-align: center;
}

.confirmaciones-table .total-row {
    background-color: #f0f0f0;
}



.creamonts-toggle-password {
    position: absolute;
    right: 12px;
    top: 57%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    color: #777;
}

.creamonts-toggle-password:hover {
    color: #000;
}

.post-password-form input[type="password"],
.post-password-form input[type="text"] {
    padding-right: 40px;
    width: 100%;
}