/*Fuentes*/
/* Colores */
.btn {
  border: 1px solid #644293;
  padding: 10px 20px;
  color: #644293;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  transition: background-color 0.5s ease;
}
.btn:hover {
  background-color: #644293;
  color: white;
}

.libro_reclamaciones {
  min-height: auto;
  height: auto;
}
.libro_reclamaciones .contenedor .contenido {
  margin-bottom: 50px;
}
.libro_reclamaciones .contenedor .form {
  padding: 0 115px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.libro_reclamaciones .contenedor .form .wpcf7 {
  margin-bottom: 35px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .titulo {
  color: #644293;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .fecha {
  max-width: 34.375rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1D1D1B;
  margin-bottom: 35px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .fecha span {
  width: -moz-fit-content;
  width: fit-content;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .fecha span input {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .campo-doble {
  display: flex;
  gap: 20px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .campo, .libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .campo-doble {
  margin-bottom: 20px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p {
  width: 100%;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span {
  width: 100%;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span input, .libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span textarea {
  width: 100%;
  padding: 9px 10px;
  border: none;
  border-bottom: 1px solid #1D1D1B;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span input:focus, .libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span textarea:focus {
  outline: none;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span input::-moz-placeholder, .libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span textarea::-moz-placeholder {
  opacity: 1;
  color: #1D1D1B;
  font-size: 15px;
  line-height: 20px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span input::placeholder, .libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span textarea::placeholder {
  opacity: 1;
  color: #1D1D1B;
  font-size: 15px;
  line-height: 20px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span input, .libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span textarea {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span input::-webkit-scrollbar, .libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span textarea::-webkit-scrollbar {
  display: none;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form p span textarea {
  height: 38px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .detalles {
  width: 100%;
  margin-bottom: 20px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .radio-btn {
  margin-bottom: 20px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .radio-btn span {
  width: -moz-fit-content;
  width: fit-content;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .radio-btn span span {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: 0;
  gap: 35px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .radio-btn span span span {
  gap: 7px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .radio-btn span span label {
  display: flex;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .detalle-2 {
  margin-bottom: 35px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .detalle-2 p:first-child {
  margin-bottom: 15px;
}
.libro_reclamaciones .contenedor .form .wpcf7 .wpcf7-form .center {
  display: flex;
}
.libro_reclamaciones .contenedor .form .boton-home {
  border-bottom: 1px solid #1D1D1B;
}/*# sourceMappingURL=index.css.map */