.elementor-1412 .elementor-element.elementor-element-8da96b1{padding:60px 10px 60px 10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-1412 .elementor-element.elementor-element-7112b95{text-align:center;}.elementor-1412 .elementor-element.elementor-element-7112b95 .elementor-heading-title{font-family:"Dignitas", Sans-serif;font-size:40px;font-weight:400;text-transform:uppercase;line-height:48px;letter-spacing:16px;}:root{--page-title-display:none;}@media(min-width:2400px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:1366px){.elementor-1412 .elementor-element.elementor-element-8da96b1 > .elementor-container{max-width:950px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:1200px){.elementor-1412 .elementor-element.elementor-element-7112b95 .elementor-heading-title{font-size:28px;line-height:38px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-1412 .elementor-element.elementor-element-7112b95 .elementor-heading-title{font-size:28px;line-height:38px;}}@media(max-width:880px){.elementor-1412 .elementor-element.elementor-element-7112b95 .elementor-heading-title{font-size:22px;line-height:25px;letter-spacing:7px;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-1412 .elementor-element.elementor-element-7112b95 .elementor-heading-title{letter-spacing:7px;}}/* Start custom CSS for shortcode, class: .elementor-element-c3104ea *//* === Tipografía general === */
.form-libro,
.form-libro input,
.form-libro select,
.form-libro textarea,
.form-libro button,
.form-libro label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #212721;
}

/* === Inputs generales === */
input.wpcf7-form-control.wpcf7-text {
  width: 100%;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  padding: 12px;
  border: 1px solid #A6B2C1;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #212721;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* === Flecha personalizada del SELECT === */
.book-input.select {
  position: relative;
}
/* Flecha SVG */
.book-input.select::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 16px;
  transform: translateY(-50%, -50%);
  margin-top: -44px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjU0NjEgNkw4LjQ3NzE3IDEwTDQuNDA4MiA2IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuMyIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: contain;
}
.selectproy{
    padding-top: 14px;
}

.selectproy::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 16px;
  transform: translateY(-50%, -50%);
  margin-top: -44px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjU0NjEgNkw4LjQ3NzE3IDEwTDQuNDA4MiA2IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuMyIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: contain;
}



/* === Inputs especiales === */
input.wpcf7-validates-as-number {
  width: 100% !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  width: 100%;
}

span.wpcf7-list-item-label {
  margin-top: 0 !important;
}

.label-custom input[type="text"] {
  pointer-events: none;
}

.wpcf7-list-item label input {
  margin-top: 0px !important;
  margin-right: 10px !important;
}

/* === Tamaños base === */
.form-libro {
  font-size: 14px;
}

/* === Checkbox & Radio === */
.book-checks {
  margin-bottom: 40px;
  color: #212721;
}

.book-checks .wpcf7-list-item {
  margin: 0 60px 0 0;
  color: #212721;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.wpcf7-list-item label input {
  border: 1px solid #212721;
  width: 18px;
  height: 18px !important;
  appearance: none;
  flex-shrink: 0;
  background-color: transparent;
  border-radius: 3px;
  margin-right: 7px;
  transition: all 0.2s ease;
}

.wpcf7-list-item label input:checked {
  background-color: #212721;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}

/* === Datos superiores === */
.book-datos {
  max-width: 843px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.book-datos-box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  background: #f5f5f5;
}

.book-datos-box p {
  margin: 0;
}

.book-datos-box label {
  color: #212721;
  font-weight: 500;
  font-size: 14px;
  margin: 5px 30px;
}

.book-datos-box .wpcf7-form-control-wrap {
  display: inline-block;
}

.book-datos-box input {
  text-align: center;
  border: 0 !important;
  color: #212721;
  font-weight: 500;
  pointer-events: none;
  background: transparent;
  padding: 0 !important;
}

/* === Secciones principales === */
.book-box-first {
      padding: 0px 0px 0px 0px;
}

.book-box {
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.book-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #212721;
}

.book-subtitle {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 28px;
  color: #212721;
}

/* === Layout Inputs === */
.book-input-two,
.book-input-three {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.book-input-two .book-input {
  width: 49%;
}

.book-input-three .book-input {
  width: 32.2%;
}

/* === File Input === */
.book-input .input-file {
  width: 100%;
  background: #F2F2F2;
  padding: 12px 18px;
  border: 1px solid #A6B2C1;
  cursor: pointer;
}

.book-input .input-file::-webkit-file-upload-button {
  visibility: hidden;
}

.section-file {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #212721;
  font-weight: 500;
}

.text-msm {
  font-size: 13px;
  color: #212721;
  margin-top: 6px;
}

/* === Botón de envío === */
.btn-send {
  text-align: center;
}

.btn-send input[type="submit"] {
  background-color: #212721;
  color: #fff;
  padding: 14px 40px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-send input[type="submit"]:hover {
  background-color: #3c3c3a;
}

/* === Detalles finales === */
.book-edad {
  margin-top: 50px;
  margin-bottom: 28px;
  font-size: 16px;
  color: #212721;
}

.book-accept {
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-accept a {
  color: #212721;
  font-weight: 600;
  text-decoration: underline;
}

.book a {
  color: #212721;
  font-weight: 700;
  text-decoration: underline !important;
}

/* === Responsive === */
@media screen and (max-width: 767px) {
  .book-input-three .book-input,
  .book-input-two .book-input {
    width: 100%;
  }

  .book-datos-box {
    width: 100%;
  }

  .book-title {
    font-size: 16px;
  }

  .book-subtitle {
    font-size: 15px;
  }

  .btn-send input[type="submit"] {
    width: 100%;
  }
  
.book-datos-box p {
  margin: 0;
  text-align: center;
}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Dignitas';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.inmgenio.pe/wp-content/uploads/2025/09/Dignitas-Regular.woff2') format('woff2'),
		url('https://www.inmgenio.pe/wp-content/uploads/2025/09/Dignitas-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Dignitas';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.inmgenio.pe/wp-content/uploads/2025/09/Dignitas-Bold.woff2') format('woff2'),
		url('https://www.inmgenio.pe/wp-content/uploads/2025/09/Dignitas-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */