.elementor-5289 .elementor-element.elementor-element-af8b838{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-245px;margin-bottom:0px;}.elementor-5289 .elementor-element.elementor-element-af8b838 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5289 .elementor-element.elementor-element-347b64d{--spacer-size:350px;}.elementor-5289 .elementor-element.elementor-element-2a711b7 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 03px;border-color:#FFFFFF;padding:0px 0px 0px 40px;}.elementor-5289 .elementor-element.elementor-element-2a711b7 > .elementor-element-populated, .elementor-5289 .elementor-element.elementor-element-2a711b7 > .elementor-element-populated > .elementor-background-overlay, .elementor-5289 .elementor-element.elementor-element-2a711b7 > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5289 .elementor-element.elementor-element-9b3d15b .elementor-heading-title{font-family:"Bogle Black", Sans-serif;font-size:55px;font-weight:900;text-transform:uppercase;font-style:normal;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5289 .elementor-element.elementor-element-c4efddb{font-family:"Bogle Regular", Sans-serif;font-size:20px;font-weight:400;font-style:normal;color:#FFFFFF;}.elementor-5289 .elementor-element.elementor-element-9e86eb6{--spacer-size:60px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5289 .elementor-element.elementor-element-b2fa5c8 > .elementor-widget-container{margin:0% 2% 0% 0%;padding:0px 20px 20px 0px;}.elementor-5289 .elementor-element.elementor-element-b2fa5c8{text-align:end;}.elementor-5289 .elementor-element.elementor-element-b2fa5c8 img{width:9%;max-width:9%;}.elementor-5289 .elementor-element.elementor-element-ef964cb{--spacer-size:50px;}@media(max-width:767px){.elementor-5289 .elementor-element.elementor-element-347b64d{--spacer-size:400px;}.elementor-5289 .elementor-element.elementor-element-2a711b7 > .elementor-element-populated{padding:10px 0px 0px 20px;}.elementor-5289 .elementor-element.elementor-element-9b3d15b .elementor-heading-title{font-size:45px;}.elementor-5289 .elementor-element.elementor-element-9e86eb6{--spacer-size:120px;}.elementor-5289 .elementor-element.elementor-element-b2fa5c8 > .elementor-widget-container{padding:0px 20px 20px 0px;}.elementor-5289 .elementor-element.elementor-element-b2fa5c8 img{width:5%;}}/* Start custom CSS */.libro-reclamaciones {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.libro-reclamaciones .form-title {
  text-align: center;
  color: #1a3c6e;
  font-size: 26px;
  margin-bottom: 5px;
}
.libro-reclamaciones .form-subtitle {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
}
.libro-reclamaciones fieldset {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
}
.libro-reclamaciones legend {
  font-size: 16px;
  font-weight: 700;
  color: #1a3c6e;
  padding: 0 10px;
}
.libro-reclamaciones .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.libro-reclamaciones .form-col {
  flex: 1;
}
.libro-reclamaciones .form-col.full {
  flex: 0 0 100%;
}
.libro-reclamaciones label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
.libro-reclamaciones label span {
  color: #e74c3c;
}
.libro-reclamaciones input[type="text"],
.libro-reclamaciones input[type="email"],
.libro-reclamaciones input[type="tel"],
.libro-reclamaciones input[type="date"],
.libro-reclamaciones select,
.libro-reclamaciones textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  font-size: 14px;
  background: #fafafa;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}
.libro-reclamaciones input:focus,
.libro-reclamaciones select:focus,
.libro-reclamaciones textarea:focus {
  border-color: #1a3c6e;
  box-shadow: 0 0 0 3px rgba(26,60,110,0.1);
  outline: none;
  background: #fff;
}
.libro-reclamaciones textarea {
  min-height: 120px;
  resize: vertical;
}
.libro-reclamaciones .form-submit {
  text-align: center;
  margin-top: 25px;
}
.libro-reclamaciones input[type="submit"] {
  background: #1a3c6e;
  color: #fff;
  border: none;
  padding: 14px 50px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}
.libro-reclamaciones input[type="submit"]:hover {
  background: #15305a;
  transform: translateY(-2px);
}
/* Responsive: 1 columna en móvil */
@media (max-width: 600px) {
  .libro-reclamaciones .form-row {
    flex-direction: column;
    gap: 10px;
  }
  .libro-reclamaciones {
    padding: 15px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bogle Black';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://grupotla.com/wp-content/uploads/2024/03/BOGLEBLACK.otf') format('woff2'),
		url('https://grupotla.com/wp-content/uploads/2024/03/BOGLEBLACK.woff') format('woff'),
		url('https://grupotla.com/wp-content/uploads/2024/03/BOGLEBLACK.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bogle Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://grupotla.com/wp-content/uploads/2024/03/BOGLEREGULAR.otf') format('woff2'),
		url('https://grupotla.com/wp-content/uploads/2024/03/BOGLEREGULAR.woff') format('woff'),
		url('https://grupotla.com/wp-content/uploads/2024/03/BOGLEREGULAR.ttf') format('truetype');
}
/* End Custom Fonts CSS */