.main-politica {
  margin: 0 auto;
  width: 1040px;
  padding: 182px 0px;
}
.titulo-poli , .big-title-2{
  color: #2a3570;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
.politicacontent {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.main-politica p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.paragraph{
    text-align: center;
    font-size: 16px;
font-weight: 400;
color: #013532;
margin-bottom: 27px;
}
.politicacontent h3,
.politicacontent h4 {
  color: #013532;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.politicacontent strong {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; 
  text-transform: uppercase;
  margin-bottom: 24px;
}
.politicacontent ul {
  padding-inline-start: 29px;
}

/* =============================
   LIBRO DE RECLAMACIONES
============================= */
.contendor-libro{
    width: 792px;
    margin: 0 auto;
        padding: 160px 0px;
}
.wpcf7 p { margin: 0; }

.book-datos {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.book-datos-box {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-datos-box p,
.book-datos-box label {
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

/* Fecha readonly sin borde */
.book-datos-box input[type="date"] {
    border: 0 !important;
    background: transparent;
    padding: 0 !important;
    font-weight: 700;
    pointer-events: none;
    font-size: 14px;
    color: #000;
}

.book-datos-box .wpcf7-form-control-wrap {
    display: inline-block;
}

.lr-correlativo {
    font-weight: 500;
    color: #000;
}

/* Secciones */
.book-box-first {
    padding: 40px 0 0;
}

.book-box {
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.book-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 32px;
    color: #000;
}

.book-subtitle {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 38px;
    color: #000;
    text-transform: uppercase;
}

/* Inputs globales dentro del form */
.wpcf7 input[type="date"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.40);
    border-radius: 8px !important;
    font-size: 14px;
    padding: 13px 21px;
    color: #000;
    background: #fff;
    box-sizing: border-box;
    font-family: 'Amifer';
}

.wpcf7 select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

.wpcf7 textarea {
    resize: vertical;
    min-height: 100px;
}

/* Filas de 2 columnas */
.book-input-two {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 6px;
}

.book-input-two .book-input {
    width: calc(50% - 8px);
    flex-shrink: 0;
}

/* Input full */
.book-input {
    margin-bottom: 16px;
}

.book-input .wpcf7-form-control-wrap {
    display: block;
}

/* Establecimiento full width */
.book-input-full {
    width: 100%;
}

.select-full .wpcf7-form-control-wrap,
.select-full select {
    width: 100% !important;
}

/* RUC oculto */
.labelruc {
    display: none;
}

/* Nota */
.nota {
    font-size: 13px;
    color: #444;
    margin-top: 8px;
}

/* Checkbox menor de edad */
.book-edad {
    margin: 24px 0 0;
    font-size: 14px;
}

.book-edad .wpcf7-list-item {
    margin: 0;
}

/* Checkboxes y radios */
.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
}

.book-checks .wpcf7-list-item {
    margin-right: 40px !important;
    display: inline-flex;
}

.book-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

/* Radio y checkbox custom */
.wpcf7-list-item label input[type="checkbox"],
.wpcf7-list-item label input[type="radio"] {
    border: 1.5px solid #000;
    width: 18px !important;
    height: 18px !important;
    appearance: none;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 3px;
    margin: 0;
    cursor: pointer;
}

.wpcf7-list-item label input[type="radio"] {
    border-radius: 50%;
}

.wpcf7-list-item label input[type="radio"]:checked {
    background-color: #1a2e5a;
    border-color: #1a2e5a;
    box-shadow: inset 0 0 0 3px #fff;
}

.wpcf7-list-item label input[type="checkbox"]:checked {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M11.75 6.74997L7.2753 10.7499L5.75 9.38646M16.75 3.74998L16.75 13.75C16.75 15.4069 15.4069 16.75 13.75 16.75H3.75C2.09315 16.75 0.75 15.4069 0.75 13.75V3.74998C0.75 2.09314 2.09315 0.75 3.75 0.75H13.75C15.4069 0.75 16.75 2.09314 16.75 3.74998Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    border-color: #000;
}

/* Grupo menor de edad — oculto por defecto, JS lo muestra */
.grupoedad {
    display: none;
    margin-top: 24px;
}

/* Adjuntar archivo */
#file {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.section-file {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 100px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #1F2937;
    text-transform: uppercase;
    margin-top: 8px;
    box-sizing: border-box;
}
.section-file p > br{
display: none;
}
.section-file svg {
    flex-shrink: 0;
}

.section-file svg path {
    fill: #1a2e5a;
}

.text-msm {
    font-size: 13px;
    color: #666;
    margin-top: 6px;
    padding: 10px ;
}

/* Info sección 4 */
.book-info p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    margin-bottom: 8px;
}

.book-info strong {
    font-weight: 600;
}

.book-campos p {
    font-size: 13px;
    color: #000;
}

/* Aceptar políticas */
.book-accept {
    display: flex;
    align-items: flex-start;
    margin: 24px 0;
}

.book-accept .wpcf7-list-item {
    margin: 0 !important;
}

.book-accept .wpcf7-list-item label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    align-items: flex-start;
}

.book-accept a {
    color: #000;
    font-size: 13px;
    text-decoration: underline !important;
}

/* Botón enviar */
.btn-send {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.wpcf7 input[type="submit"] {
    background: #1a2e5a !important;
    color: #fff;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    border: none;
    border-radius: 400px;
    padding: 14px 40px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: opacity 0.2s;
    font-family: 'Amifer';
}

.wpcf7 input[type="submit"]:hover {
    opacity: 0.85;
}
.wpcf7-response-output{
    display: none;
}


/* Pag  de Gracias*/
.gracias-section {
    width: 1050px;
    margin: 0 auto;
    padding: 180px 20px;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
}

.gracias-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.gracias-illustration {
    width: 44%; 
        display: flex;
    justify-content: center;
    align-items: center;
}

.gracias-illustration img {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
}

.gracias-content {
    width: 46%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gracias-title {
    margin: 0 0 16px;
    font-size: 135px;
    line-height: 0.95;
    font-weight: 800;
    color: #E06E1D;
}

.gracias-subtitle {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    color: #2A3570;
}

.gracias-text {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #414141;
}

.gracias-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 194px;
    height: 51px;
    padding: 0px 32px;
    background: #D4438D;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    border: 0.5px solid  #FFF;
}

.gracias-button:hover {
    background: #E06E1D;
}



/* Responsive */


@media (max-width: 1180px) {
  .main-politica {
    width: 100%;
    padding: 182px 40px;
  }
  .main-politica p {
    width: 100%;
  }
  .contendor-libro {
    width: 100%;
    padding: 155px 40px;
  }
  .gracias-illustration{
    width: 37%;
  }
  .gracias-content {
    width: 56%;
}
.gracias-title{
    font-size: 80px;
}
.gracias-text{
    width: 100%;
}
.gracias-section{
    width: 100%;
}
}
@media (max-width: 789px) {
  .main-politica {
    width: 100%;
    padding: 49px 40px;
  }
    .contendor-libro {
    width: 100%;
    padding: 40px 40px;
  }
  .gracias-section{
    margin-top: 0px;
        padding: 40px 20px 120px 20px;
  }
}
@media (max-width: 767px) {
    .book-input-two {
        flex-direction: column;
        gap: 0;
    }

    .book-input-two .book-input {
        width: 100%;
    }

    .book-datos {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .book-datos-box {
        width: 100%;
        justify-content: flex-start;
    }

    .book-title {
        font-size: 16px;
    }
    .gracias-container{
        flex-direction: column;
    }
        .gracias-content {
        width: 100%;
        align-items: center;
    }
    .gracias-title , .gracias-subtitle, .gracias-text{
        width: 100%;
        text-align: center;
    }
    .gracias-illustration{
        width: 58%;
    }
}
@media (max-width: 460px) {
  .main-politica {
    width: 100%;
    padding: 49px 16px 122px 16px;
  }
  .titulo-poli , .big-title-2 {
    font-size: 32px;
  }
  .main-politica p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }

  .politicacontent h3,
  .politicacontent h4 {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
  .contendor-libro{
        padding: 40px 16px 129px 16px;
      }
      .gracias-container{
        gap: 10px;
      }
}
